diff --git a/.user.ini b/.user.ini new file mode 100755 index 0000000..0527052 --- /dev/null +++ b/.user.ini @@ -0,0 +1,6 @@ +max_execution_time = 100 +max_input_time = 100 +max_input_nesting_level = 100 +memory_limit = 128M +upload_max_filesize = 128M +post_max_size = 128M \ No newline at end of file diff --git a/ADMIN/.htaccess b/ADMIN/.htaccess new file mode 100755 index 0000000..67a09b4 --- /dev/null +++ b/ADMIN/.htaccess @@ -0,0 +1,10 @@ + +RewriteEngine On + +Rewritebase /ADMIN/ + +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] + + diff --git a/ADMIN/.user.ini b/ADMIN/.user.ini new file mode 100755 index 0000000..0527052 --- /dev/null +++ b/ADMIN/.user.ini @@ -0,0 +1,6 @@ +max_execution_time = 100 +max_input_time = 100 +max_input_nesting_level = 100 +memory_limit = 128M +upload_max_filesize = 128M +post_max_size = 128M \ No newline at end of file diff --git a/ADMIN/content.php b/ADMIN/content.php new file mode 100644 index 0000000..7027d4b --- /dev/null +++ b/ADMIN/content.php @@ -0,0 +1,6 @@ + +
+ +
diff --git a/ADMIN/header.php b/ADMIN/header.php new file mode 100644 index 0000000..35666cb --- /dev/null +++ b/ADMIN/header.php @@ -0,0 +1,23 @@ + +
+
+
+
+ + +
+ PANNELLO DI AMMINISTRAZIONE +
+
+ +
+ + +
diff --git a/ADMIN/index.php b/ADMIN/index.php new file mode 100755 index 0000000..0f7e25b --- /dev/null +++ b/ADMIN/index.php @@ -0,0 +1,93 @@ + + + + + + + + + ADMIN | Ordine dei Farmacisti della Provincia di Salerno + + + + + + + + + + + + + + +
+
+
+ +
+
+
+ + + + + + + + + + + + + + + + diff --git a/ADMIN/js/scripts.js b/ADMIN/js/scripts.js new file mode 100644 index 0000000..08a6825 --- /dev/null +++ b/ADMIN/js/scripts.js @@ -0,0 +1,47 @@ + +$(document).ready( function(){ + + tinymce.init({ + selector: '.mce', + height: 300, + theme: 'modern', + menubar: false, + language: 'it', + forced_root_block : '', + force_br_newlines : true, + plugins: [ + 'advlist autolink lists link paste' + ], + toolbar: 'bold italic underline | alignleft aligncenter alignright alignjustify | link bullist numlist| removeformat', + image_advtab: false, + content_css: [ + '//fonts.googleapis.com/css?family=Lato:300,300i,400,400i', +// '//www.tinymce.com/css/codepen.min.css' + ] + }); + + $( ".datepicker" ).datepicker({ + changeMonth: true, + changeYear: true, + dateFormat: 'dd/mm/yy', + yearRange: new Date().getFullYear()-90 + ':' + new Date().getFullYear(), + maxDate: "+1M", + regional:['it'] + }); + + + $('.form-mod').on('submit', function(e){ + e.preventDefault(); + var id = $(this).find('.id').val(); + var path = $(this).data('path') + "/" + id.trim(); + window.location = path; + }); + + + $('.files-list .add-file').on('click', function(e){ + e.preventDefault(); + var master = $(this).siblings('.list').find('.master:first-child').clone(); + $(this).siblings('.list').append($(master)); + }); + +}); diff --git a/ADMIN/links.php b/ADMIN/links.php new file mode 100644 index 0000000..f72ecde --- /dev/null +++ b/ADMIN/links.php @@ -0,0 +1,33 @@ + + +
+ +Title + +

+ +Text + +

+ +section + +

+ + + +
+ + + diff --git a/ADMIN/login.php b/ADMIN/login.php new file mode 100644 index 0000000..ac7b328 --- /dev/null +++ b/ADMIN/login.php @@ -0,0 +1,11 @@ + +
+
+ + + + + + +
+
diff --git a/ADMIN/menu.php b/ADMIN/menu.php new file mode 100644 index 0000000..8038cca --- /dev/null +++ b/ADMIN/menu.php @@ -0,0 +1,66 @@ + + + + + diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_alert.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_alert.scssc new file mode 100644 index 0000000..acee8f9 Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_alert.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_badge.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_badge.scssc new file mode 100644 index 0000000..43ee74e Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_badge.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_breadcrumb.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_breadcrumb.scssc new file mode 100644 index 0000000..6e75f2f Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_breadcrumb.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_button-group.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_button-group.scssc new file mode 100644 index 0000000..f66fb4e Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_button-group.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_buttons.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_buttons.scssc new file mode 100644 index 0000000..db74107 Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_buttons.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_card.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_card.scssc new file mode 100644 index 0000000..9d2f030 Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_card.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_carousel.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_carousel.scssc new file mode 100644 index 0000000..2c6f38f Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_carousel.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_close.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_close.scssc new file mode 100644 index 0000000..200f8b1 Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_close.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_code.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_code.scssc new file mode 100644 index 0000000..bec9765 Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_code.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_custom-forms.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_custom-forms.scssc new file mode 100644 index 0000000..06f0e26 Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_custom-forms.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_dropdown.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_dropdown.scssc new file mode 100644 index 0000000..8efaa67 Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_dropdown.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_forms.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_forms.scssc new file mode 100644 index 0000000..881ad10 Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_forms.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_functions.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_functions.scssc new file mode 100644 index 0000000..d8d2a5f Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_functions.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_grid.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_grid.scssc new file mode 100644 index 0000000..05bb1ac Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_grid.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_images.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_images.scssc new file mode 100644 index 0000000..b2cb0e1 Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_images.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_input-group.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_input-group.scssc new file mode 100644 index 0000000..6bcdfbd Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_input-group.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_jumbotron.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_jumbotron.scssc new file mode 100644 index 0000000..543ea4a Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_jumbotron.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_list-group.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_list-group.scssc new file mode 100644 index 0000000..8736349 Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_list-group.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_media.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_media.scssc new file mode 100644 index 0000000..e23ecfe Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_media.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_mixins.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_mixins.scssc new file mode 100644 index 0000000..f99120e Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_mixins.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_modal.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_modal.scssc new file mode 100644 index 0000000..ec389b6 Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_modal.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_nav.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_nav.scssc new file mode 100644 index 0000000..74e8c8f Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_nav.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_navbar.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_navbar.scssc new file mode 100644 index 0000000..160fe46 Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_navbar.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_pagination.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_pagination.scssc new file mode 100644 index 0000000..91e4d6a Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_pagination.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_popover.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_popover.scssc new file mode 100644 index 0000000..1050e2d Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_popover.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_print.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_print.scssc new file mode 100644 index 0000000..a114cd6 Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_print.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_progress.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_progress.scssc new file mode 100644 index 0000000..334030e Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_progress.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_reboot.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_reboot.scssc new file mode 100644 index 0000000..bf7a31b Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_reboot.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_root.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_root.scssc new file mode 100644 index 0000000..03fac0d Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_root.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_tables.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_tables.scssc new file mode 100644 index 0000000..8726564 Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_tables.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_tooltip.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_tooltip.scssc new file mode 100644 index 0000000..73a58df Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_tooltip.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_transitions.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_transitions.scssc new file mode 100644 index 0000000..cf0ea69 Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_transitions.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_type.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_type.scssc new file mode 100644 index 0000000..adac422 Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_type.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_utilities.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_utilities.scssc new file mode 100644 index 0000000..152b1d0 Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_utilities.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_variables.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_variables.scssc new file mode 100644 index 0000000..7c1a7f4 Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/_variables.scssc differ diff --git a/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/bootstrap.scssc b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/bootstrap.scssc new file mode 100644 index 0000000..c59be95 Binary files /dev/null and b/ADMIN/scss/.sass-cache/00f80530d20f106c6889afe5945511205f6ed7d7/bootstrap.scssc differ diff --git a/ADMIN/scss/.sass-cache/5f6f3d8bbc78e509b8bcbf2e29b4b5dd60c52f16/admin.scssc b/ADMIN/scss/.sass-cache/5f6f3d8bbc78e509b8bcbf2e29b4b5dd60c52f16/admin.scssc new file mode 100644 index 0000000..a24d91a Binary files /dev/null and b/ADMIN/scss/.sass-cache/5f6f3d8bbc78e509b8bcbf2e29b4b5dd60c52f16/admin.scssc differ diff --git a/ADMIN/scss/.sass-cache/5f6f3d8bbc78e509b8bcbf2e29b4b5dd60c52f16/main.scssc b/ADMIN/scss/.sass-cache/5f6f3d8bbc78e509b8bcbf2e29b4b5dd60c52f16/main.scssc new file mode 100644 index 0000000..df4e937 Binary files /dev/null and b/ADMIN/scss/.sass-cache/5f6f3d8bbc78e509b8bcbf2e29b4b5dd60c52f16/main.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_alert.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_alert.scssc new file mode 100644 index 0000000..e8ce7d5 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_alert.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_background-variant.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_background-variant.scssc new file mode 100644 index 0000000..50d4cc3 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_background-variant.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_badge.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_badge.scssc new file mode 100644 index 0000000..3851a1e Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_badge.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_border-radius.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_border-radius.scssc new file mode 100644 index 0000000..f37dc18 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_border-radius.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_box-shadow.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_box-shadow.scssc new file mode 100644 index 0000000..6300cc2 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_box-shadow.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_breakpoints.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_breakpoints.scssc new file mode 100644 index 0000000..d80fbb1 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_breakpoints.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_buttons.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_buttons.scssc new file mode 100644 index 0000000..b114ba2 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_buttons.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_caret.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_caret.scssc new file mode 100644 index 0000000..abff42f Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_caret.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_clearfix.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_clearfix.scssc new file mode 100644 index 0000000..43fb4b3 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_clearfix.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_float.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_float.scssc new file mode 100644 index 0000000..a3fdf80 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_float.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_forms.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_forms.scssc new file mode 100644 index 0000000..5fd7641 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_forms.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_gradients.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_gradients.scssc new file mode 100644 index 0000000..0891d14 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_gradients.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_grid-framework.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_grid-framework.scssc new file mode 100644 index 0000000..ce4519d Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_grid-framework.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_grid.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_grid.scssc new file mode 100644 index 0000000..ce3a4b8 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_grid.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_hover.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_hover.scssc new file mode 100644 index 0000000..cec485d Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_hover.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_image.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_image.scssc new file mode 100644 index 0000000..76fb442 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_image.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_list-group.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_list-group.scssc new file mode 100644 index 0000000..f23ed61 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_list-group.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_lists.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_lists.scssc new file mode 100644 index 0000000..b654eb3 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_lists.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_nav-divider.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_nav-divider.scssc new file mode 100644 index 0000000..3379f4c Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_nav-divider.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_pagination.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_pagination.scssc new file mode 100644 index 0000000..d711099 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_pagination.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_reset-text.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_reset-text.scssc new file mode 100644 index 0000000..be2dd35 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_reset-text.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_resize.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_resize.scssc new file mode 100644 index 0000000..5e51e36 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_resize.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_screen-reader.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_screen-reader.scssc new file mode 100644 index 0000000..eec5892 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_screen-reader.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_size.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_size.scssc new file mode 100644 index 0000000..4448ed2 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_size.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_table-row.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_table-row.scssc new file mode 100644 index 0000000..1c88171 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_table-row.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_text-emphasis.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_text-emphasis.scssc new file mode 100644 index 0000000..a7f1eb1 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_text-emphasis.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_text-hide.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_text-hide.scssc new file mode 100644 index 0000000..1564c07 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_text-hide.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_text-truncate.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_text-truncate.scssc new file mode 100644 index 0000000..ea49a9d Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_text-truncate.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_transition.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_transition.scssc new file mode 100644 index 0000000..ddb0817 Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_transition.scssc differ diff --git a/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_visibility.scssc b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_visibility.scssc new file mode 100644 index 0000000..05df8eb Binary files /dev/null and b/ADMIN/scss/.sass-cache/a8e7249199611b9710190f79767293840bdd297d/_visibility.scssc differ diff --git a/ADMIN/scss/.sass-cache/bdcb2ec4843708bc0e130897363854e74056ec3e/variables.scssc b/ADMIN/scss/.sass-cache/bdcb2ec4843708bc0e130897363854e74056ec3e/variables.scssc new file mode 100644 index 0000000..7f91022 Binary files /dev/null and b/ADMIN/scss/.sass-cache/bdcb2ec4843708bc0e130897363854e74056ec3e/variables.scssc differ diff --git a/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_align.scssc b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_align.scssc new file mode 100644 index 0000000..d9eed83 Binary files /dev/null and b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_align.scssc differ diff --git a/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_background.scssc b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_background.scssc new file mode 100644 index 0000000..2da6af5 Binary files /dev/null and b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_background.scssc differ diff --git a/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_borders.scssc b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_borders.scssc new file mode 100644 index 0000000..50390c2 Binary files /dev/null and b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_borders.scssc differ diff --git a/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_clearfix.scssc b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_clearfix.scssc new file mode 100644 index 0000000..019d048 Binary files /dev/null and b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_clearfix.scssc differ diff --git a/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_display.scssc b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_display.scssc new file mode 100644 index 0000000..60076a2 Binary files /dev/null and b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_display.scssc differ diff --git a/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_embed.scssc b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_embed.scssc new file mode 100644 index 0000000..dbc68a4 Binary files /dev/null and b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_embed.scssc differ diff --git a/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_flex.scssc b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_flex.scssc new file mode 100644 index 0000000..9c0e0ef Binary files /dev/null and b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_flex.scssc differ diff --git a/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_float.scssc b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_float.scssc new file mode 100644 index 0000000..e185e61 Binary files /dev/null and b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_float.scssc differ diff --git a/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_position.scssc b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_position.scssc new file mode 100644 index 0000000..abd59cd Binary files /dev/null and b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_position.scssc differ diff --git a/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_screenreaders.scssc b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_screenreaders.scssc new file mode 100644 index 0000000..e14a7b2 Binary files /dev/null and b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_screenreaders.scssc differ diff --git a/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_sizing.scssc b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_sizing.scssc new file mode 100644 index 0000000..9cd14e7 Binary files /dev/null and b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_sizing.scssc differ diff --git a/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_spacing.scssc b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_spacing.scssc new file mode 100644 index 0000000..a9b0481 Binary files /dev/null and b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_spacing.scssc differ diff --git a/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_text.scssc b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_text.scssc new file mode 100644 index 0000000..ad98695 Binary files /dev/null and b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_text.scssc differ diff --git a/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_visibility.scssc b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_visibility.scssc new file mode 100644 index 0000000..ce64db7 Binary files /dev/null and b/ADMIN/scss/.sass-cache/c8f895bed9ddc8b8acdf9a333918d45a0e7f508b/_visibility.scssc differ diff --git a/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_animated.scssc b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_animated.scssc new file mode 100644 index 0000000..07eeb89 Binary files /dev/null and b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_animated.scssc differ diff --git a/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_bordered-pulled.scssc b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_bordered-pulled.scssc new file mode 100644 index 0000000..60e3b8d Binary files /dev/null and b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_bordered-pulled.scssc differ diff --git a/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_core.scssc b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_core.scssc new file mode 100644 index 0000000..2143380 Binary files /dev/null and b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_core.scssc differ diff --git a/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_fixed-width.scssc b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_fixed-width.scssc new file mode 100644 index 0000000..a64027b Binary files /dev/null and b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_fixed-width.scssc differ diff --git a/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_icons.scssc b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_icons.scssc new file mode 100644 index 0000000..aafa434 Binary files /dev/null and b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_icons.scssc differ diff --git a/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_larger.scssc b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_larger.scssc new file mode 100644 index 0000000..496058f Binary files /dev/null and b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_larger.scssc differ diff --git a/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_list.scssc b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_list.scssc new file mode 100644 index 0000000..6ceb951 Binary files /dev/null and b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_list.scssc differ diff --git a/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_mixins.scssc b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_mixins.scssc new file mode 100644 index 0000000..aeffd86 Binary files /dev/null and b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_mixins.scssc differ diff --git a/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_path.scssc b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_path.scssc new file mode 100644 index 0000000..7ccd7ff Binary files /dev/null and b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_path.scssc differ diff --git a/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_rotated-flipped.scssc b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_rotated-flipped.scssc new file mode 100644 index 0000000..16e3e4e Binary files /dev/null and b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_rotated-flipped.scssc differ diff --git a/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_screen-reader.scssc b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_screen-reader.scssc new file mode 100644 index 0000000..9cc2eed Binary files /dev/null and b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_screen-reader.scssc differ diff --git a/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_stacked.scssc b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_stacked.scssc new file mode 100644 index 0000000..9fbdaa1 Binary files /dev/null and b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_stacked.scssc differ diff --git a/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_variables.scssc b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_variables.scssc new file mode 100644 index 0000000..ff39582 Binary files /dev/null and b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/_variables.scssc differ diff --git a/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/font-awesome.scssc b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/font-awesome.scssc new file mode 100644 index 0000000..c3e2eca Binary files /dev/null and b/ADMIN/scss/.sass-cache/eec45c1ed5068d1f2881b57de10179fb00f733be/font-awesome.scssc differ diff --git a/ADMIN/scss/admin.scss b/ADMIN/scss/admin.scss new file mode 100644 index 0000000..3df66a7 --- /dev/null +++ b/ADMIN/scss/admin.scss @@ -0,0 +1,59 @@ + +#menuLeft{ + background: $light-grey; +} + +#MainContent{ + margin-top: 0; + min-height: auto; +} + +.sheet-box{ + border: 1px solid $green; + background: white; + min-height: calc(100vh - 170px); +} + +.admin-list{ + margin: 10px 0; + border-top: 1px solid $light-grey; + border-bottom: 1px solid $light-grey; + .admin-list-item{ + width: 100%; + padding: 5px; + position: relative; + transition: .4s; + + &:hover{ + /* opacity: .7; */ + } + + .right{ + position: absolute; + right: 5px; + top: 0; + } + } +} + + + + +@media only screen and ( min-width: 768px ) { + + #MainContent{ + margin-top: 120px; + } + #menuLeft{ + min-height: calc(100vh - 120px); + } + +} + +@media only screen and (min-width: 1024px) { + + +} + + + diff --git a/ADMIN/scss/main.scss b/ADMIN/scss/main.scss new file mode 100755 index 0000000..83d4860 --- /dev/null +++ b/ADMIN/scss/main.scss @@ -0,0 +1,7 @@ +@charset "UTF-8"; + +@import "../../scss/variables"; + +@import "admin"; + +/* @import "mediaqueries/mediaqueries"; */ diff --git a/ADMIN/scss/sass.sh b/ADMIN/scss/sass.sh new file mode 100755 index 0000000..40a9369 --- /dev/null +++ b/ADMIN/scss/sass.sh @@ -0,0 +1,68 @@ +#!/bin/bash + +# input folder +src="" +# input file +src+="main.scss" + +# output folders +dest="/var/www/htdocs/ordine/css/" +# output filename +dev=$dest"admin.css" +prod=$dest"admin.min.css" +custom=$dest"admin.custom.css" + +#help message +usage=" +Usage:\n +sass.sh [environment|watch-mode] [watch-mode|other-switches]\n\n +Examples:\n +1) watch mode with develop environment presets\n +./sass.sh dev --watch\n +---\n +2) 1 time compiling for production\n +./sass.sh prod\n +---\n\n +to modify input/output paths edit sass.sh\n +" + +# check for output directories +if [[ ! -e $dest ]]; then + mkdir -p $dest +elif [[ ! -d $dest ]]; then + echo "$dest already exists but is not a directory." 1>&2 +fi + +# don't edit below this line +if (( $# == 0 )); then + echo -e $usage + exit +else + case $1 in + --h*|--\? ) + echo -e $usage + exit + ;; + "dev" ) + echo "compiling for developement" + sass $2 $src:$dev --line-numbers --sourcemap=none --style expanded ${@:3} + exit + ;; + "prod"|"min" ) + echo "compiling for production" + sass $2 $src:$prod --sourcemap=none --style compressed ${@:3} + exit + ;; + --w* ) + echo "compiling with given switches in --watch mode" + sass $1 $src:$custom ${@:2} + exit + ;; + * ) + echo "compiling with given switches" + sass $src:$custom ${@:1} + exit + ;; + esac + echo -e $usage +fi diff --git a/ADMIN/sheets/access/add.php b/ADMIN/sheets/access/add.php new file mode 100755 index 0000000..bdab10d --- /dev/null +++ b/ADMIN/sheets/access/add.php @@ -0,0 +1,74 @@ +
+
+
Aggiungi accesso
+
+
+ +
+ + +

+ Accesso aggiunto correttamente! +
'; + + }else{ + ?> +
+
+
+ Nome utente + +
+
+ Username + +
+
+ Password + +
+
+ Sezioni +
+ 'user', + 'Notizie' => 'news', + 'E-mail' => 'email', + 'Files' => 'files', + 'Links' => 'links', + 'Inserzioni' => 'advertisement', + 'Farmacie' => 'pharmacy', + 'Parafarmacie' => 'parapharmacy', + 'FTP' => 'ftp', + 'FTP (sola lettura)' => 'ftp-readonly', + 'Gestione accessi' => 'access', + ); + + foreach($all_sections as $k => $v){ + echo '
+ +
'; + } + ?> +
+ +
+
+
+ + + +
+
+ + + diff --git a/ADMIN/sheets/access/list.php b/ADMIN/sheets/access/list.php new file mode 100755 index 0000000..960f0a8 --- /dev/null +++ b/ADMIN/sheets/access/list.php @@ -0,0 +1,86 @@ +
+
+
Elenco accessi
+
+
+
+ + $usr) { + mysqli_query($conn, "DELETE FROM users WHERE id='$usr'"); + } + + + echo '
+

+ Accesso/i eliminato/i correttamente! +
'; + + + }else{ + ?> +
+
+
Nome utente
+
Username
+
Sezioni abilitate
+
+
+
+
+
+ 'Gestione iscritti', + 'news' => 'Notizie', + 'email' => 'E-mail', + 'files' => 'Files', + 'links' => 'Links', + 'advertisement' => 'Inserzioni', + 'pharmacy' => 'Farmacie', + 'parapharmacy' => 'Parafarmacie', + 'ftp' => 'FTP', + 'ftp-readonly' => 'FTP (sola lettura)', + 'access' => 'Gestione accessi', + ); + + $q = mysqli_query($conn, "SELECT * FROM users ORDER BY name ASC"); + $cnt=0; + while($r = mysqli_fetch_array($q)){ + if($r['usr'] != 'dslaky@gmail.com') { + $cnt++; + $bg = ($cnt%2) ? "bg-light-grey" : "bg-white"; + $sec = array(); + foreach(explode(',',$r['sections']) as $s){ + $sec[] = $all_sections[$s]; + } + echo "
+
".$r['name']."
+
".$r['usr']."
+
".implode(', ',$sec)."
+
+ +
+
"; + } + } + + ?> +
+ +
+
+
+ +
+ + +
+
+ diff --git a/ADMIN/sheets/advertisement/add.php b/ADMIN/sheets/advertisement/add.php new file mode 100755 index 0000000..fcb92b3 --- /dev/null +++ b/ADMIN/sheets/advertisement/add.php @@ -0,0 +1,100 @@ +
+
+
Aggiungi inserzione
+
+
+ +
+ + +

+ Inserzione aggiunta correttamente! +
'; + + + }else{ + ?> +
+
+ +
+ Tipologia inserzione + +
+
+ Data + "> +
+ +
+ Nome e Cognome + +
+
+ Testo inserzione + +
+
+ Comune di residenza* + +
+
+ Recapiti telefonici* + +
+
+ Email contatto* + +
+
+ Allegato (opzionale, ES: curriculum)
+ +
+
+ Stato inserzione + +
+
+ +
+
+
+ + + +
+ +
+ + diff --git a/ADMIN/sheets/advertisement/del.php b/ADMIN/sheets/advertisement/del.php new file mode 100644 index 0000000..22ee200 --- /dev/null +++ b/ADMIN/sheets/advertisement/del.php @@ -0,0 +1,120 @@ +
+
+
Elimina inserzione
+
+
+ +
+ + +

+ Inserzione elimina correttamente! +
'; + + }else{ + + if($getQ[3]){ + + $q=mysqli_query($conn, "SELECT * FROM advertisement WHERE id = ".trim($getQ[3])); + $r=mysqli_fetch_array($q); + + $TYPE['find'] = "Cerco lavoro"; + $TYPE['offer'] = "Offro lavoro"; + $TYPE['adv'] = "Annunci di compravendita"; + + ?> + +
+
+
+ Tipologia inserzione +


+
+
+ Data +


+
+ +
+ Nome e Cognome +


+
+
+ Testo inserzione +


+
+
+ Comune di residenza +


+
+
+ Recapiti telefonici +


+
+
+ Email contatto +


+
+ +
+ +
+
+
+ + +
+
+
+
+ Seleziona una inserzione +
+
+
+
+ +
+
+ +
+
+
+
+ + + +
+ +
+ + diff --git a/ADMIN/sheets/advertisement/list.php b/ADMIN/sheets/advertisement/list.php new file mode 100644 index 0000000..df1c71c --- /dev/null +++ b/ADMIN/sheets/advertisement/list.php @@ -0,0 +1,37 @@ + +
+
+
Elenco Inserzioni
+
+ +
+ +
+ + " : ""; + echo "
$status + ".conv_date($r['date'])." - ".$TYPE[$r['type']]." - ".$r['full_name']." +
"; + } + + + ?> + +
+ +
+
+ diff --git a/ADMIN/sheets/advertisement/mod.php b/ADMIN/sheets/advertisement/mod.php new file mode 100644 index 0000000..0e0957c --- /dev/null +++ b/ADMIN/sheets/advertisement/mod.php @@ -0,0 +1,149 @@ +
+
+
Modifica inserzione
+
+
+ +
+ + +

+ Inserzione modificata correttamente! +
'; + + }else{ + + if($getQ[3]){ + + $q=mysqli_query($conn, "SELECT * FROM advertisement WHERE id = ".trim($getQ[3])); + $r=mysqli_fetch_array($q); + + $appendLink = 'Nessun allegato presente.'; + if($r['append']) { + $qa=mysqli_query($conn, "SELECT * FROM files WHERE id = ".$r['append']); + $ra=mysqli_fetch_array($qa); + $appendLink = ''.$ra['filename'].''; + } + + ?> + +
+
+
+ Tipologia inserzione + +
+
+ Data + +
+ +
+ Nome e Cognome + +
+
+ Testo inserzione + +
+
+ Comune di residenza* + +
+
+ Recapiti telefonici* + +
+
+ Email contatto* + +
+
+ Allegato (opzionale, ES: curriculum)
+ + +
+
+ Stato inserzione + +
+
+ +
+
+
+ + +
+
+
+
+ Seleziona una inserzione +
+
+
+
+ +
+
+ +
+
+
+
+ + + +
+ +
+ + diff --git a/ADMIN/sheets/email/send.php b/ADMIN/sheets/email/send.php new file mode 100755 index 0000000..6b603d8 --- /dev/null +++ b/ADMIN/sheets/email/send.php @@ -0,0 +1,257 @@ +
+
+
Invia E-mail
+
+
+ +
+ + 200){ + echo "



INVIO IN CORSO


Non chiudere o ricaricare la pagina.

"; + echo "".$mailcount." mail alla conclusione.

"; + echo "
"; + } + + + $mailsend = array_slice($_SESSION['maillist'],0,200); + + $SM_email = "dslaky@gmail.com"; + $SM_email2 = 0; + $SM_email_CC = 0; + $SM_subject = $_SESSION['subject']; + $SM_message = $_SESSION['message_text']; + $SM_showalert = 0; + $SM_append = $_SESSION['append']; + + foreach($mailsend as $email){ + if(trim($email) != '') { + $SM_email = $email; + + $mailFooter = "". + "
". + "Ricevi questa mail perchè sei iscritto alla newsletter dell'Ordine dei Farmacisti della Provincia di Salerno, se ti sei iscritto per sbaglio o se desideri non ricevere più email come questa accedi al tuo account ed annulla l'iscrizione, oppure clicca qui
"; + sendMail($SM_email,$SM_email2,$SM_email_CC,$SM_subject,$SM_message,$SM_showalert,$SM_append); + //echo $SM_email."
";.'

'.$mailFooter + } + } + + //sendMail("dslaky@gmail.com",$SM_email2,$SM_email_CC,$SM_subject." (-".(round($mailcount/200)).")",$SM_message,$SM_showalert,$SM_append); + + array_splice($_SESSION['maillist'],0,200); + + if($mailcount<=200){ + echo '
+

+ E-mail inviate correttamente! +
'; + }else{ + echo ""; + } + + } else { + + + ?> +
+
+
+ Oggetto + +
+
+ Testo + +
+ +
+ Allegato + +
+ +
+
+ Destinatari +
+
+ + +
+
+ + +
+ +
+ + +
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + + +
+ +
+ +
+ +
+
+
+ + +
+ +
+
+ diff --git a/ADMIN/sheets/files/add.php b/ADMIN/sheets/files/add.php new file mode 100755 index 0000000..7911ca7 --- /dev/null +++ b/ADMIN/sheets/files/add.php @@ -0,0 +1,76 @@ +
+
+
Aggiungi file
+
+
+ +
+ + $file) { + if(is_uploaded_file($file['tmp_name'])){ + $filename = preg_replace('/[^a-zA-Z0-9\-\._]/','', $file['name']); + $filesize = ($file['size'] < 1000000) ? round($file['size'] / 1000)."k" : round($file['size'] / 1000000)."M"; + $title = $_POST['titles'][$index]; + $path = $_POST['path']; + + move_uploaded_file($file['tmp_name'], "..$path/$filename"); + $qf=mysqli_query($conn, "INSERT INTO files VALUES(null, '$title', '$filename', '".$path."', NOW(), '$filesize')"); + } + } + } + + echo '
+

+ File aggiunto/i correttamente! +
'; + + + }else{ + ?> +
+
+
+ Carica in + +
+ +
+ Files +
+
+
+
+ +
+
+ +
+
+
+ +
+ +
+
+ +
+
+
+ + + +
+ +
+
+ diff --git a/ADMIN/sheets/files/del.php b/ADMIN/sheets/files/del.php new file mode 100644 index 0000000..0afc7a9 --- /dev/null +++ b/ADMIN/sheets/files/del.php @@ -0,0 +1,77 @@ +
+
+
Elimina file
+
+
+ +
+ + $file) { + + $qf=mysqli_query($conn, "SELECT * FROM files WHERE id='$file'"); + $rf = mysqli_fetch_array($qf); + + @unlink("..".$rf['path']."/".$rf['filename']); + mysqli_query($conn, "DELETE FROM files WHERE id='$file'"); + } + + + echo '
+

+ File eliminato correttamente! +
'; + + + }else{ + ?> +
+
+
+ Carica in + +
+
+
+
+ +
+ +
".$r['title']."
+
".$r['filename']."
+
".conv_date($r['date'])."
+
+ +
"; + } + ?> +
+
+ +
+ + + +
+ +
+ + diff --git a/ADMIN/sheets/files/list.php b/ADMIN/sheets/files/list.php new file mode 100644 index 0000000..6137b3c --- /dev/null +++ b/ADMIN/sheets/files/list.php @@ -0,0 +1,62 @@ +
+
+
Elenco files
+
+
+ +
+
+
+
+ Cerca in + +
+
+
+ + +
+ +
".$r['title']."
+ +
".conv_date($r['date'])."
+
"; + } + } + ?> +
+
+
+ + diff --git a/ADMIN/sheets/ftp/add.php b/ADMIN/sheets/ftp/add.php new file mode 100755 index 0000000..dbfa1cd --- /dev/null +++ b/ADMIN/sheets/ftp/add.php @@ -0,0 +1,94 @@ +
+
+
Aggiungi file
+
+
+ +
+ + $file) { + if(is_uploaded_file($file['tmp_name'])){ + $filename = date("YmdHis")."-".preg_replace('/[^a-zA-Z0-9\-\._]/','_', $file['name']); + $filesize = ($file['size'] < 1000000) ? round($file['size'] / 1000)."k" : round($file['size'] / 1000000)."M"; + $title = $_POST['titles'][$index]; + + move_uploaded_file($file['tmp_name'], "../docs/ftp/$filename"); + $qf=mysqli_query($conn, "INSERT INTO ftp VALUES(null, '$title', '$filename', ".$_POST['municipality'].", NOW(), ".$_POST['year'].",'$filesize')"); + } + } + } + + echo '
+

+ File aggiunto/i correttamente! +
'; + + + }else{ + ?> +
+
+
+ Carica in + +
+
+ Anno + +
+ +
+ Files +
+
+
+
+ +
+
+ +
+
+
+ +
+ +
+
+ +
+
+
+ + + +
+ +
+
+ diff --git a/ADMIN/sheets/ftp/list.php b/ADMIN/sheets/ftp/list.php new file mode 100644 index 0000000..79df7b6 --- /dev/null +++ b/ADMIN/sheets/ftp/list.php @@ -0,0 +1,94 @@ +
+
+
Elenco files
+
+
+ +
+ $file) { + + $qf=mysqli_query($conn, "SELECT * FROM ftp WHERE id='$file'"); + $rf = mysqli_fetch_array($qf); + + @unlink("../docs/ftp/".$rf['filename']); + mysqli_query($conn, "DELETE FROM ftp WHERE id='$file'"); + } + + + echo '
+

+ File eliminato correttamente! +
'; + + } else { + ?> +
+
+
+ Visualizza in + +
+
+ Anno + +
+ +
+
+
+
+ + + + +
".conv_date($r['date'])."
+
".$r['size']."
+
+ +
+
"; + } + } + ?> +
+
+ +
+ + + +
+
+ + diff --git a/ADMIN/sheets/links/add.php b/ADMIN/sheets/links/add.php new file mode 100755 index 0000000..ebb9648 --- /dev/null +++ b/ADMIN/sheets/links/add.php @@ -0,0 +1,55 @@ +
+
+
Aggiungi link
+
+
+ +
+ + +

+ Link aggiunto correttamente! +
'; + + }else{ + ?> +
+
+
+ Sezione + +
+
+ Titolo + +
+
+ Testo + +
+ + +
+ +
+
+
+ + + +
+ +
+ + diff --git a/ADMIN/sheets/links/del.php b/ADMIN/sheets/links/del.php new file mode 100644 index 0000000..79c9487 --- /dev/null +++ b/ADMIN/sheets/links/del.php @@ -0,0 +1,69 @@ +
+
+
Elimina link
+
+
+ +
+ + $link) { + mysqli_query($conn, "DELETE FROM links WHERE id='$link'"); + } + + + echo '
+

+ Link eliminato correttamente! +
'; + + + }else{ + ?> +
+
+
+ Carica in + +
+
+
+
+ +
+ +
".$r['title']."
+
+ +
"; + } + ?> +
+
+ +
+ + + +
+ +
+ + diff --git a/ADMIN/sheets/news/add.php b/ADMIN/sheets/news/add.php new file mode 100755 index 0000000..ddbe228 --- /dev/null +++ b/ADMIN/sheets/news/add.php @@ -0,0 +1,88 @@ +
+
+
Aggiungi notizia
+
+
+ +
+ + $file) { + if(is_uploaded_file($file['tmp_name'])){ + $filename = preg_replace('/[^a-zA-Z0-9\-\._]/','', $file['name']); + $filesize = ($file['size'] < 1000000) ? round($file['size'] / 1000)."k" : round($file['size'] / 1000000)."M"; + $title = $_POST['titles'][$index]; + $path = '/docs/files/news'; + + move_uploaded_file($file['tmp_name'], "..$path/$filename"); + $qf=mysqli_query($conn, "INSERT INTO files VALUES(null, '$title', '$filename', '".$path."', NOW(), '$filesize')"); + $append[$index] = mysqli_insert_id($conn); + } + } + } + + $q=mysqli_query($conn, "INSERT INTO news VALUES(null, + '".addslashes(trim($_POST['title']))."', '".addslashes(trim($_POST['text']))."', + '".trim(conv_date_en($_POST['date']))."','".implode(',',$append)."')"); + + echo '
+

+ Notizia aggiunta correttamente! +
'; + + + }else{ + ?> +
+
+
+ Data + "> +
+
+ Titolo notizia + +
+
+ Testo notizia + +
+ +
+ Allegato/i +
+
+
+
+ +
+
+ +
+
+
+ +
+ +
+
+ +
+
+
+ + + +
+ +
+
+ diff --git a/ADMIN/sheets/news/del.php b/ADMIN/sheets/news/del.php new file mode 100644 index 0000000..3185ca7 --- /dev/null +++ b/ADMIN/sheets/news/del.php @@ -0,0 +1,128 @@ +
+
+
Elimina notizia
+
+
+ +
+ + +

+ Notizia eliminata correttamente! +
'; + + }else{ + + if($getQ[3]){ + + $q=mysqli_query($conn, "SELECT * FROM news WHERE id = ".trim($getQ[3])); + $r=mysqli_fetch_array($q); + + ?> +
+
+
+ Data +

+
+
+ Titolo notizia +

+
+
+ Testo notizia +

+
+ +
+ Allegato/i +
+
+ ".$rca['title']." +
+ + +
"; + } + ?> +
+
+ +
+
+ +
+
+ + + +
+
+
+
+ Seleziona una notizia +
+
+
+
+ +
+
+ +
+
+
+
+ + + +
+ + + + diff --git a/ADMIN/sheets/news/mod.php b/ADMIN/sheets/news/mod.php new file mode 100644 index 0000000..6f5a55a --- /dev/null +++ b/ADMIN/sheets/news/mod.php @@ -0,0 +1,158 @@ +
+
+
Modifica notizia
+
+
+ +
+ + $file) { + if(is_uploaded_file($file['tmp_name'])){ + $filename = preg_replace('/[^a-zA-Z0-9\-\._]/','', $file['name']); + $filesize = ($file['size'] < 1000000) ? round($file['size'] / 1000)."k" : round($file['size'] / 1000000)."M"; + $title = $_POST['titles'][$index]; + $path = '/docs/files/news'; + + move_uploaded_file($file['tmp_name'], "..$path/$filename"); + $qf=mysqli_query($conn, "INSERT INTO files VALUES(null, '$title', '$filename', '".$path."', NOW(), '$filesize')"); + $append[$index] = mysqli_insert_id($conn); + } + } + } + + $fullAppend = array_filter(array_merge($append,$currentAppend)); + + if($_POST['filesDel']){ + foreach ($_POST['filesDel'] as $fileID) { + if (($index = array_search($fileID, $fullAppend)) !== false) { + unset($fullAppend[$index]); + $qtf=mysqli_query($conn, "SELECT * FROM files WHERE id=".$fileID); + $rtf=mysqli_fetch_array($qtf); + @unlink("..".$rtf['path']."/".$rtf['filename']); + $qtf=mysqli_query($conn, "DELETE FROM files WHERE id=".$fileID); + } + } + } + + $q=mysqli_query($conn, "UPDATE news SET + title='".addslashes(trim($_POST['title']))."', text='".addslashes(trim($_POST['text']))."', + date='".trim(conv_date_en($_POST['date']))."', append='".implode(',',$fullAppend)."' + WHERE id=".trim($getQ[3])); + + echo '
+

+ Notizia modificata correttamente! +
'; + + }else{ + + if($getQ[3]){ + + $q=mysqli_query($conn, "SELECT * FROM news WHERE id = ".trim($getQ[3])); + $r=mysqli_fetch_array($q); + + ?> +
+
+
+ Data + +
+
+ Titolo notizia + +
+
+ Testo notizia + +
+ +
+ Allegato/i +
+
+ ".$rca['title']." +
+ + +
"; + } + ?> +
+
+
+
+ +
+
+ +
+
+
+ +
+ +
+
+ +
+
+ + + +
+
+
+
+ Seleziona una notizia +
+
+
+
+ +
+
+ +
+
+
+
+ + + +
+ +
+ + diff --git a/ADMIN/sheets/parapharmacy/add.php b/ADMIN/sheets/parapharmacy/add.php new file mode 100755 index 0000000..ca6f7d4 --- /dev/null +++ b/ADMIN/sheets/parapharmacy/add.php @@ -0,0 +1,72 @@ +
+
+
Aggiungi parafarmacia
+
+
+ +
+ + +

+ Parafarmacia aggiunta correttamente! +
'; + + + }else{ + ?> +
+
+
+ Parafarmacia + +
+
+ Comune + +
+
+ Indirizzo + +
+
+ Telefono + +
+
+ Fax + +
+
+ Sito internet + +
+
+ Email + +
+ + +
+ +
+
+
+ + + +
+ +
+ + diff --git a/ADMIN/sheets/parapharmacy/del.php b/ADMIN/sheets/parapharmacy/del.php new file mode 100644 index 0000000..6aea71c --- /dev/null +++ b/ADMIN/sheets/parapharmacy/del.php @@ -0,0 +1,98 @@ +
+
+
Elimina parafarmacia
+
+
+ +
+ + +

+ Parafarmacia eliminata correttamente! +
'; + + }else{ + + if($getQ[3]){ + + $q=mysqli_query($conn, "SELECT * FROM parapharmacy WHERE id = ".trim($getQ[3])); + $r=mysqli_fetch_array($q); + ?> +
+
+
+ Parafarmacia +

+
+
+ Comune +

+
+
+ Indirizzo +

+
+
+ Telefono +

+
+
+ Fax +

+
+
+ Sito internet +

+
+
+ Email +

+
+ +
+ +
+
+
+ + +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+ + + + +
+ +
+ + diff --git a/ADMIN/sheets/parapharmacy/import.php b/ADMIN/sheets/parapharmacy/import.php new file mode 100755 index 0000000..33bb8fd --- /dev/null +++ b/ADMIN/sheets/parapharmacy/import.php @@ -0,0 +1,109 @@ +
+
+
Importa parafarmacie
+
+
+ +
+ + RAGIONE SOCIALE + [1] => INDIRIZZO + [2] => CAP + [3] => LOCALITA + [4] => PROVINCIA + [5] => CODICE + [6] => TELEFONO + [7] => E-MAIL + + parapharmacy + city + address + phone + fax + web + email + */ + + if(is_uploaded_file($_FILES['file']['tmp_name'])){ + + $dest="tmpfiles/tmpparapharmacy"; + + if(move_uploaded_file($_FILES['file']['tmp_name'],$dest)){ + + $myfile = fopen($dest, "r") or die("Unable to open file!"); + + while(!feof($myfile)) { + $r = explode("|",fgets($myfile)); + + if($r[0]!='N_Albo' && $r[0]!=''){ + $q="INSERT INTO parapharmacy VALUES( + '".addslashes(trim(anyToUTF8($r[0])))."','','','".addslashes(trim(anyToUTF8($r[3])))."', + '".addslashes(trim(anyToUTF8($r[1])))."','".addslashes(trim(anyToUTF8($r[6])))."','','', + '".addslashes(trim(anyToUTF8($r[7])))."') + ON DUPLICATE KEY UPDATE + parapharmacy='".addslashes(trim(anyToUTF8($r[0])))."', + city='".addslashes(trim(anyToUTF8($r[3])))."', + address='".addslashes(trim(anyToUTF8($r[1])))."', + phone='".addslashes(trim(anyToUTF8($r[6])))."', + email='".addslashes(trim(anyToUTF8($r[7])))."'"; + } + + mysqli_query($conn, $q); + } + + fclose($myfile); + + echo '
+

+

File importato correttamente!

+
'; + }else{ + echo '
+

+

ATENZIONE: Errore nell\'importazione del file!

+
'; + } + } + + + + }else{ + ?> +
+
+ +
+ File *.CSV +
+
+
+
+ +
+
+
+
+ +

ATTENZIONE: assicurarsi che il file sia del formato corretto.

+
+
+ +
+
+
+ + + + +
+ +
+ + diff --git a/ADMIN/sheets/parapharmacy/list.php b/ADMIN/sheets/parapharmacy/list.php new file mode 100644 index 0000000..4aaa178 --- /dev/null +++ b/ADMIN/sheets/parapharmacy/list.php @@ -0,0 +1,57 @@ + +
+ +
+
Ricerca parafarmacie
+
+ + +
+
+
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+ + + ".$r['parapharmacy']." - ".$r['address']." - ".$r['city']." +
"; + } + + ?> + +
+
+ + +
+ + diff --git a/ADMIN/sheets/parapharmacy/mod.php b/ADMIN/sheets/parapharmacy/mod.php new file mode 100644 index 0000000..41da9af --- /dev/null +++ b/ADMIN/sheets/parapharmacy/mod.php @@ -0,0 +1,102 @@ +
+
+
Modifica parafarmacia
+
+
+ +
+ + +

+ Parafarmacia modificata correttamente! +
'; + + }else{ + + if($getQ[3]){ + + $q=mysqli_query($conn, "SELECT * FROM parapharmacy WHERE id = ".trim($getQ[3])); + $r=mysqli_fetch_array($q); + ?> +
+
+
+ Parafarmacia + +
+
+ Comune + +
+
+ Indirizzo + +
+
+ Telefono + +
+
+ Fax + +
+
+ Sito internet + +
+
+ Email + +
+ +
+ +
+
+
+ + +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+ + + +
+ +
+ + diff --git a/ADMIN/sheets/pharmacy/add.php b/ADMIN/sheets/pharmacy/add.php new file mode 100755 index 0000000..d35c130 --- /dev/null +++ b/ADMIN/sheets/pharmacy/add.php @@ -0,0 +1,79 @@ +
+
+
Aggiungi farmacia
+
+
+ +
+ + +

+ Farmacia aggiunta correttamente! +
'; + + + }else{ + ?> +
+
+
+ Farmacia + +
+
+ Comune + +
+
+ Indirizzo + +
+
+ Telefono + +
+
+ Sito internet + +
+
+ Email + +
+
+ Email certificata (PEC) + +
+ +
+ Tipologia + +
+ +
+ +
+
+
+ + + +
+ +
+ + diff --git a/ADMIN/sheets/pharmacy/del.php b/ADMIN/sheets/pharmacy/del.php new file mode 100644 index 0000000..0cbe6bc --- /dev/null +++ b/ADMIN/sheets/pharmacy/del.php @@ -0,0 +1,103 @@ +
+
+
Elimina farmacia
+
+
+ +
+ + +

+ Farmacia eliminata correttamente! +
'; + + }else{ + + if($getQ[3]){ + + $q=mysqli_query($conn, "SELECT * FROM pharmacy WHERE id = ".trim($getQ[3])); + $r=mysqli_fetch_array($q); + ?> +
+
+
+ Farmacia +

+
+
+ Comune +

+
+
+ Indirizzo +

+
+
+ Telefono +

+
+
+ Sito internet +

+
+
+ Email +

+
+
+ Email certificata (PEC) +

+
+ +
+ Tipologia +

+
+ +
+ +
+
+
+ + +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+ + + + +
+ +
+ + diff --git a/ADMIN/sheets/pharmacy/import.php b/ADMIN/sheets/pharmacy/import.php new file mode 100755 index 0000000..05f2e11 --- /dev/null +++ b/ADMIN/sheets/pharmacy/import.php @@ -0,0 +1,111 @@ +
+
+
Importa farmacie
+
+
+ +
+ + RAGIONE SOCIALE + [1] => INDIRIZZO + [2] => CAP + [3] => LOCALITA + [4] => PROVINCIA + [5] => CODICE + [6] => TELEFONO + [7] => E-MAIL + + pharmacy + city + address + phone + web + email + email_cert + type + + */ + + if(is_uploaded_file($_FILES['file']['tmp_name'])){ + + $dest="tmpfiles/tmppharmacy"; + + if(move_uploaded_file($_FILES['file']['tmp_name'],$dest)){ + + $myfile = fopen($dest, "r") or die("Unable to open file!"); + + while(!feof($myfile)) { + $r = explode("|",fgets($myfile)); + + if($r[0]!='N_Albo' && $r[0]!=''){ + $q="INSERT INTO pharmacy VALUES( + '".addslashes(trim(anyToUTF8($r[0])))."','','','".addslashes(trim(anyToUTF8($r[3])))."', + '".addslashes(trim(anyToUTF8($r[1])))."','".addslashes(trim(anyToUTF8($r[6])))."','', + '".addslashes(trim(anyToUTF8($r[7])))."','') + ON DUPLICATE KEY UPDATE + pharmacy='".addslashes(trim(anyToUTF8($r[0])))."', + city='".addslashes(trim(anyToUTF8($r[3])))."', + address='".addslashes(trim(anyToUTF8($r[1])))."', + phone='".addslashes(trim(anyToUTF8($r[6])))."', + email='".addslashes(trim(anyToUTF8($r[7])))."'"; + } + + mysqli_query($conn, $q); + } + + fclose($myfile); + + echo '
+

+

File importato correttamente!

+
'; + }else{ + echo '
+

+

ATENZIONE: Errore nell\'importazione del file!

+
'; + } + } + + + + }else{ + ?> +
+
+ +
+ File *.CSV +
+
+
+
+ +
+
+
+
+ +

ATTENZIONE: assicurarsi che il file sia del formato corretto.

+
+
+ +
+
+
+ + + + +
+ +
+ + diff --git a/ADMIN/sheets/pharmacy/list.php b/ADMIN/sheets/pharmacy/list.php new file mode 100644 index 0000000..12a7227 --- /dev/null +++ b/ADMIN/sheets/pharmacy/list.php @@ -0,0 +1,57 @@ + +
+ +
+
Ricerca farmacie
+
+ + +
+
+
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+ + + ".$r['pharmacy']." - ".$r['address']." - ".$r['city']." +
"; + } + + ?> + +
+
+ + +
+ + diff --git a/ADMIN/sheets/pharmacy/mod.php b/ADMIN/sheets/pharmacy/mod.php new file mode 100644 index 0000000..b0048e2 --- /dev/null +++ b/ADMIN/sheets/pharmacy/mod.php @@ -0,0 +1,110 @@ +
+
+
Modifica farmacia
+
+
+ +
+ + +

+ Farmacia modificata correttamente! +
'; + + }else{ + + if($getQ[3]){ + + $q=mysqli_query($conn, "SELECT * FROM pharmacy WHERE id = ".trim($getQ[3])); + $r=mysqli_fetch_array($q); + ?> +
+
+
+ Farmacia + +
+
+ Comune + +
+
+ Indirizzo + +
+
+ Telefono + +
+
+ Sito internet + +
+
+ Email + +
+
+ Email certificata (PEC) + +
+ +
+ Tipologia + +
+ +
+ +
+
+
+ + +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+ + + +
+ +
+ + diff --git a/ADMIN/sheets/user/add.php b/ADMIN/sheets/user/add.php new file mode 100755 index 0000000..74ebee9 --- /dev/null +++ b/ADMIN/sheets/user/add.php @@ -0,0 +1,150 @@ +
+
+
Aggiungi utente
+
+
+ +
+ + +

+ Utente aggiunto correttamente! +
'; + }else{ + echo '
+

+

ATENZIONE: Numero di iscrizione già presente!

+

+
'; + } + + }else{ + ?> +
+
+
+ N° Iscrizione all'Albo + +
+
+ Data di iscrizione all'Albo + +
+
+ Username (modificabile solo dall'utente) + +
+
+ Password (modificabile solo dall'utente) + +
+
+ Email + +
+ +

+ +
+ Cognome + +
+
+ Nome + +
+
+ Data di nascita + +
+
+ Luogo di nascita + +
+
+ Indirizzo + +
+
+ C.A.P. + +
+
+ Comune + +
+
+ Provincia + +
+ +

+ +
+ Laureato/a a + +
+
+ Laureato/a il + +
+
+ Laureato/a in + +
+
+ Abilitato/a nel + +
+
+ Abilitato/a presso + +
+
+ Attivazione account + +
+ +
+ Specializzazioni + +
+ + +
+ +
+
+
+ + + +
+ +
+ + diff --git a/ADMIN/sheets/user/del.php b/ADMIN/sheets/user/del.php new file mode 100644 index 0000000..4dd29e4 --- /dev/null +++ b/ADMIN/sheets/user/del.php @@ -0,0 +1,153 @@ +
+
+
Elimina utente
+
+
+ +
+ + +

+ Utente eliminato correttamente! +
'; + + }else{ + + if($getQ[3]){ + + $q=mysqli_query($conn, "SELECT * FROM board WHERE id = ".trim($getQ[3])); + if(mysqli_num_rows($q)==0){ + echo '
+

+

ATENZIONE: Utente non trovato!

+

Torna indietro

+
'; + }else{ + + $r=mysqli_fetch_array($q); + ?> +
+
+
+ N° Iscrizione all'Albo +

+
+
+ Data di iscrizione all'Albo +

+
+
+ Email +

+
+ +

+ +
+ Cognome +

+
+
+ Nome +

+
+
+ Data di nascita +

+
+
+ Luogo di nascita +

+
+
+ Indirizzo +

+
+
+ C.A.P. +

+
+
+ Comune +

+
+
+ Provincia +

+
+ +

+ +
+ Laureato/a a +

+
+
+ Laureato/a il +

+
+
+ Laureato/a in +

+
+
+ Abilitato/a nel +

+
+
+ Abilitato/a presso +

+
+ + +
+ Specializzazioni +

+
+ + +
+ +
+
+
+ + +
+
+
+
+ N° Iscrizione all'Albo +
+
+
+
+ +
+
+ +
+
+
+
+ + + +
+ +
+ + diff --git a/ADMIN/sheets/user/import.php b/ADMIN/sheets/user/import.php new file mode 100755 index 0000000..7359a26 --- /dev/null +++ b/ADMIN/sheets/user/import.php @@ -0,0 +1,143 @@ +
+
+
Importa utenti
+
+
+ +
+ + N_Albo + [1] => Data_Iscrizione + [2] => COGNOME + [3] => NOME + [4] => INDIRIZZO + [5] => CAP + [6] => LOCALITA + [7] => PROVINCIA + [8] => DATA DI NASCITA + [9] => LOCALITÀ DI NASCITA + [10] => DATA DI LAUREA + [11] => UNIVERSITÀ DI LAUREA + [12] => LAUREA + [13] => ANNO + [14] => UNIVERSITÀ ABILITAZIONE + [15] => E-MAIL + + 0 iscrizione + - usr + - pwd + 15 email + 2 cognome + 3 nome + 8 data_nascita + 9 luogo_nascita + 1 data_iscr + 4 indirizzo + 5 cap + 6 citta + 7 provincia + 11 laurea_a + 10 laurea_il + 12 laurea_in + 13 abilitazione_nel + 14 abilitazione_a + - abilitato + - specializzazioni + */ + + if(is_uploaded_file($_FILES['file']['tmp_name'])){ + + $dest="tmpfiles/tmpusers"; + + if(move_uploaded_file($_FILES['file']['tmp_name'],$dest)){ + + $myfile = fopen($dest, "r") or die("Unable to open file!"); + + while(!feof($myfile)) { + $r = explode("|",fgets($myfile)); + + if($r[0]!='N_Albo' && $r[0]!=''){ + $q="INSERT INTO board VALUES( + '".addslashes(trim(anyToUTF8($r[0])))."','','','".addslashes(trim(anyToUTF8($r[15])))."','".addslashes(trim(anyToUTF8($r[2])))."', + '".addslashes(trim(anyToUTF8($r[3])))."','".addslashes(trim(anyToUTF8($r[8])))."','".addslashes(trim(anyToUTF8($r[9])))."', + '".addslashes(trim(anyToUTF8($r[1])))."','".addslashes(trim(anyToUTF8($r[4])))."','".addslashes(trim(anyToUTF8($r[5])))."', + '".addslashes(trim(anyToUTF8($r[6])))."','".addslashes(trim(anyToUTF8($r[7])))."','".addslashes(trim(anyToUTF8($r[11])))."', + '".addslashes(trim(anyToUTF8($r[10])))."','".addslashes(trim(anyToUTF8($r[12])))."','".addslashes(trim(anyToUTF8($r[13])))."', + '".addslashes(trim(anyToUTF8($r[14])))."',0,'',0,0) + ON DUPLICATE KEY UPDATE + email='".addslashes(trim(anyToUTF8($r[15])))."', + last_name='".addslashes(trim(anyToUTF8($r[2])))."', + first_name='".addslashes(trim(anyToUTF8($r[3])))."', + birth_date='".addslashes(trim(anyToUTF8($r[8])))."', + birth_place='".addslashes(trim(anyToUTF8($r[9])))."', + register_date='".addslashes(trim(anyToUTF8($r[1])))."', + address='".addslashes(trim(anyToUTF8($r[4])))."', + zip_code='".addslashes(trim(anyToUTF8($r[5])))."', + city='".addslashes(trim(anyToUTF8($r[6])))."', + province='".addslashes(trim(anyToUTF8($r[7])))."', + degree_place='".addslashes(trim(anyToUTF8($r[11])))."', + degree_date='".addslashes(trim(anyToUTF8($r[10])))."', + degree='".addslashes(trim(anyToUTF8($r[12])))."', + qualification_date='".addslashes(trim(anyToUTF8($r[13])))."', + qualification_place='".addslashes(trim(anyToUTF8($r[14])))."'"; + } + + mysqli_query($conn, $q); + } + + fclose($myfile); + + echo '
+

+

File importato correttamente!

+
'; + }else{ + echo '
+

+

ATENZIONE: Errore nell\'importazione del file!

+
'; + } + } + + + + }else{ + ?> +
+
+ +
+ File *.CSV +
+
+
+
+ +
+
+
+
+ +

ATTENZIONE: assicurarsi che il file sia del formato corretto.

+
+
+ +
+
+
+ + + + +
+ +
+ + diff --git a/ADMIN/sheets/user/list.php b/ADMIN/sheets/user/list.php new file mode 100644 index 0000000..34adec6 --- /dev/null +++ b/ADMIN/sheets/user/list.php @@ -0,0 +1,105 @@ + + + +
+
+
Elenco utenti
+
+ +
+ +
+ +
+ + ".strtoupper($initial[$i]).""; + } + ?> +
+ + + + +
+
+
+
+ +
+
+ +
+
+
+
+ + +
+ + 1){ + + $query="WHERE ("; + foreach($keys as $k=>$value){ + if($k>0){$query .= " OR";} + $query .= " first_name LIKE '%$value%' "; + } + + $query .= " OR first_name LIKE '%".addslashes($_POST['q'])."%' OR last_name LIKE '%".addslashes($_POST['q'])."%') AND ("; + + foreach($keys as $k=>$value){ + if($k>0){$query .= " OR";} + $query .= " last_name LIKE '%$value%' "; + } + + $query .= ") "; + + }else{ + $query="WHERE first_name LIKE '%".$keys[0]."%' OR last_name LIKE '%".$keys[0]."%'"; + } + + $q = mysqli_query($conn, "SELECT * FROM board $query ORDER BY last_name"); + } + + $cnt=0; + + while($r = mysqli_fetch_array($q)){ + $cnt++; + $bg = ($cnt%2) ? "bg-light-grey" : "bg-white"; + echo "
+ ".$r['last_name']." ".$r['first_name']." +
"; + } + + + ?> + +
+ +
+
+ diff --git a/ADMIN/sheets/user/mod.php b/ADMIN/sheets/user/mod.php new file mode 100644 index 0000000..f584280 --- /dev/null +++ b/ADMIN/sheets/user/mod.php @@ -0,0 +1,174 @@ +
+
+
Modifica utente
+
+
+ +
+ + +

+ Utente modificato correttamente! +
'; + + }else{ + + if($getQ[3]){ + + $q=mysqli_query($conn, "SELECT * FROM board WHERE id = ".trim($getQ[3])); + $r=mysqli_fetch_array($q); + ?> +
+
+
+ N° Iscrizione all'Albo + +
+
+ Data di iscrizione all'Albo + +
+
+ Username (modificabile solo dall'utente) + +
+
+ Password (modificabile solo dall'utente) + +
+
+ Email + +
+ +

+ +
+ Cognome + +
+
+ Nome + +
+
+ Data di nascita + +
+
+ Luogo di nascita + +
+
+ Indirizzo + +
+
+ C.A.P. + +
+
+ Comune + +
+
+ Provincia + +
+ +

+ +
+ Laureato/a a + +
+
+ Laureato/a il + +
+
+ Laureato/a in + +
+
+ Abilitato/a nel + +
+
+ Abilitato/a presso + +
+
+ Attivazione account + +
+ +
+ Specializzazioni + +
+ + +
+ +
+
+
+ + +
+
+
+
+ N° Iscrizione all'Albo +
+
+
+
+ +
+
+ +
+
+
+
+ + + +
+ +
+
+ diff --git a/ADMIN/tmpfiles/tmpalbo b/ADMIN/tmpfiles/tmpalbo new file mode 100644 index 0000000..b56811d --- /dev/null +++ b/ADMIN/tmpfiles/tmpalbo @@ -0,0 +1,2256 @@ +N_Albo|Data_Iscrizione|COGNOME|NOME|INDIRIZZO|CAP|LOCALITA|PROVINCIA|DATA DI NASCITA|LOCALIT DI NASCITA|DATA DI LAUREA|UNIVERSIT DI LAUREA|LAUREA|ANNO|UNIVERSIT ABILITAZIONE|E-MAIL +389|30/05/1953|COSTABILE|CLARA|Via Alberto Pirro, 12|84100|Salerno|SA|27/06/1921|GIFFONI VALLE PIANA|29/07/1949|Napoli|Farmacia|1949||ANNA.NADDEO48@GMAIL.COM +456|05/11/1955|CARBONARO|ELVIRA|C.So Vitt.Emanuele, 223|84123|SALERNO|SA|07/04/1927|SESANA|05/04/1955|Napoli|Farmacia|1969||micconfo@tin.it +512|18/05/1957|GAROFALO|ZENAIDE|Via Roma, 21|84029|Sicignano Degli Alburni|SA|01/07/1926|CAPACCIO|16/07/1956|Napoli|Farmacia|1956||gpesca@tiscali.it +531|13/05/1958|POLINI|CAROLINA|P.Za S.Giovanni|84012|Angri|SA|01/09/1934|NOCERA INFERIORE|03/12/1957|Napoli|Farmacia|1958||farmasangiovanni@tiscalinet.it +533|10/06/1958|DI RUGGIERO|ANGIOLINA|Via Pio XII, 47|84025|Eboli|SA|07/10/1933|CASTELNUOVO DI CONZA|03/12/1957|Napoli|Farmacia|1958|| +539|08/07/1958|LAUDISIO|CARMELA|Via Michele Conforti, 1|84100|SALERNO|SA|24/12/1933|SARNO|03/12/1957|Napoli|Farmacia|1958||farmacialaudisioc@tiscali.it +562|14/07/1959|BOTTONI|BENEDETTO|Via Battisti|84018|Scafati|SA|15/03/1936|SCAFATI|16/07/1958|Napoli|Farmacia|1959||benedetto.bottoni@alice.it +567|14/07/1959|GRIMALDI|MARIO|Via Posidonia,1|84100|Salerno|SA|27/10/1935|SALERNO|27/11/1958|Napoli|Farmacia|1959||grimaldi48@grimaldimario.191.it +570|29/09/1959|GRISI|AMATO|Via Terlizzi,24|84020|Colliano|SA|20/01/1934|PALOMONTE|18/03/1959|Napoli|Farmacia|1959||amatino@libero.it +591|13/01/1961|AULISI|ADELE|P.Co Lagomare|84091|Battipaglia|SA|20/08/1935|BATTIPAGLIA|13/07/1960|Napoli|Farmacia|1960||m.tropiano@virgilio.it +606|23/01/1962|FIORE|PASQUALE|Piazza Sinno,15|84126|Salerno|SA|26/07/1938|SALERNO|14/07/1961|Napoli|Farmacia|1961||farmaciafioresnc@tiscali.it +635|25/06/1963|RIZZO|GAETANO|Via Arienzo,24|84017|Positano|SA|27/06/1932|SAN CIPRIANO PICENTINO|09/07/1961|Camerino|Farmacia|1963||roberto3321@libero.it +668|26/02/1966|DE VITA|MARIA|Largo Tanagro, 8|84035|Polla|SA|18/04/1940|BATTIPAGLIA|09/07/1965|Napoli|Farmacia|1965||farmaciadevita@virgilio.it +682|02/07/1966|CIVALE|SALVATORE|Via CESARANO, 121|84016|PAGANI|SA|12/01/1941|PAGANI|01/03/1966|Napoli|Farmacia|1966||farmaciacivale@libero.it +691|03/12/1966|LAMBERTI|ANGELINA|VIA RUSSO, 149|84015|Nocera Superiore|SA|12/12/1941|NOCERA SUPERIORE|13/07/1966|Napoli|Farmacia|1966||farmacialambertidrangeli@tin.it +714|20/04/1968|ACCARINO|LEONARDO|C.So Principe Amedeo, 145|84013|Cava Dei Tirreni|SA|01/06/1946|CAVA DE' TIRRENI|09/03/1968|Napoli|Farmacia|1968||farmacia.accarino@gmail.com +725|12/11/1968|CERNUZIO|VITTORIO|Via Luigi Guerrasio, 52|84083|Castel San Giorgio|SA|21/09/1934|CUTRO|17/11/1966|Napoli|Farmacia|1967||farmaciacernuzio@virgilio.it +727|30/12/1968|NASTRI|BRUNO|Via B. Croce, 38|84100|Salerno|SA|19/05/1943|SALERNO|14/11/1968|Napoli|Farmacia|1968||farmacianastribruno@tiscali.it +730|18/01/1969|CAMPITIELLO|GIUSEPPE|Via Roma, 7|84010|Tramonti|SA|27/01/1939|PAGANI|14/11/1968|Napoli|Farmacia|1968||farmaciacampitiello@libero.it +732|18/01/1969|PARAGGIO|MARIO|Via Piave, 23D|84043|Agropoli|SA|03/01/1944|MONTECORVINO ROVELLA|16/11/1967|Napoli|Farmacia|1968||farmaciaparaggiovoza@gmail.com +735|22/05/1969|BALDI|VINCENZO|Via Torretta,13|84048|Castellabate|SA|06/08/1940|TRICARICO|17/11/1966|Napoli|Farmacia|1967||fciabaldi@costacilento.it +742|11/07/1969|D'AMELIO|MICHELE|C.so Garibaldi, 37|84073|Sapri|SA|14/05/1938|MONTEMILONE|07/12/1967|Urbino|Farmacia|1968||farmacia.damelio@libero.it +749|29/12/1969|CARUSIO|MODESTINO ALDO|C.So Umberto,1|84022|Campagna|SA|03/09/1939|LAURIA|14/11/1969|Napoli|Farmacia|1969||farmaciacarusio@alice.it +753|02/02/1970|FOCA'|ANTONIO|Via Della Repubblica|84079|Vibonati|SA|13/11/1938|CROTONE|10/07/1969|Napoli|Farmacia|1969||focacc12@focaantonio.191.it +756|14/02/1970|DE MARTINO|CARLO|C.so Diaz, 130|84085|Mercato San Severino|SA|05/01/1944|MERCATO SAN SEVERINO|10/07/1969|Napoli|Farmacia|1969||farmaciafrezzella@tiscali.it +757|13/03/1970|LA REGINA|ROCCO VITO|Via Mazzini,66|84030|San Rufo|SA|16/08/1943|TEGGIANO|14/11/1969|Napoli|Farmacia|1969||fcialaregina@virgilio.it +759|13/03/1970|SESSA|GAETANO|VIA PASQUALE CAPONE, 21|84122|Salerno|SA|24/01/1944|POSTIGLIONE|14/11/1969|Napoli|Farmacia|1969||fciasessa@alice.it +768|06/02/1971|CARLEO|ANTONIO|C.So Italia 218|84013|Cava Dei Tirreni|SA|16/10/1946|CAVA DE' TIRRENI|13/03/1970|Napoli|Farmacia|1970||farmaciacarleo@gmail.com +770|06/02/1971|DE FEO|FLORIGI|Via Magna Grecia, 316|84047|Capaccio Scalo|SA|16/08/1943|RUTINO|13/11/1970|Napoli|Farmacia|1970|| +771|06/02/1971|OLIVA|GIUSEPPE|Via M.Schipa,7|84100|Salerno|SA|18/03/1944|CIRIGLIANO|15/07/1970|Napoli|Farmacia|1970||farmaciadelsanto@tin.it +772|06/02/1971|OLIVA|ARCANGELA|Via Memoli,8|84123|Salerno|SA|20/01/1946|CIRIGLIANO|15/07/1970|Napoli|Farmacia|1970||farmaciadelsanto@tin.it +775|24/02/1971|MARCHITIELLO|MARIA ROSARIA|Via Virgilio, 5|84025|Eboli - Loc. S. Cecilia|SA|18/05/1948|SALERNO|13/11/1970|Napoli|Farmacia|1970||farmaciamarchitiello@libero.it +789|27/01/1972|PIZZA|COSIMO|Via Xxiv Maggio,3|84025|Eboli|SA|16/08/1949|AGROPOLI|15/07/1971|Napoli|Farmacia|1971||pizza@unisa.it +792|30/01/1972|LUPO|FRANCESCO|VIA S. PANTALEONE, 5/A|84078|VALLO DELLA LUCANIA|SA|22/08/1947|CAIVANO|18/11/1971|Napoli|Farmacia|1971||farmacia.lupo@libero.it +800|18/06/1972|SCARPONE|LILIANA|C.Vitt.Emanuele,4|84095|Giffoni Valle Piana|SA|28/10/1944|GIFFONI VALLE PIANA|17/02/1972|Napoli|Farmacia|1972||farmaciascarpone@tin.it +808|28/12/1972|CRISTOFANO|ANTONIO|Via Michele Pironti, 1/L|84134|Salerno|SA|10/11/1948|CAVA DEI TIRRENI|10/11/1972|Napoli|Farmacia|1972||farmaciacristofano@cocco82.net +811|28/12/1972|ERRICO|LEOPOLDO|Via Italia,16|84056|Gioi Cilento|SA|27/08/1949|GIOI|10/11/1972|Napoli|Farmacia|1972||dinoerre@inwind.it +814|10/02/1973|D'AMATO|GIUSEPPE|Via Roma,12|84021|Buccino|SA|25/12/1940|SASSARI|15/11/1971|Roma|Farmacia|1971||mozartchopin@libero.it +815|10/02/1973|TALAMO|ANGELA ELVIRA|VIA PIRONTI P.Co Delle Rose Scala L|84100|Salerno|SA|14/07/1950|CAMEROTA|10/11/1972|Napoli|Farmacia|1972||angelaetalamo@gmail.com +816|10/02/1973|LOMBARDI|ANTONIO|VIA INDIPENDENZA, 102|84015|Nocera Superiore|SA|03/09/1947|SALERNO|10/11/1972|Napoli|Farmacia|1972||ant.lombardi2012@gmail.com +817|10/02/1973|CAPUTO|GIUSEPPE|P.Matteotti|84096|Montecorvino Rovella|SA|01/01/1948|LAVELLO|10/11/1972|Napoli|Farmacia|1972||farmacaputo@virgilio.it +818|10/02/1973|VOZA|FRANCESCO|Via Selva,31|84043|Agropoli|SA|28/09/1948|CAPACCIO|19/07/1972|Napoli|Farmacia|1972||farmaciaparaggiovoza@gmail.com +819|10/02/1973|CAPUTO|LEONILDA|VIA INDIPENDENZA 34|84015|Nocera Superiore|SA|03/07/1948|NOCERA SUPERIORE|10/11/1972|Napoli|Farmacia|1972||farmacia.caputo@hotmail.it +822|10/02/1973|MASTURZO|EMILIO|P.Za Umberto I,44|84099|San Cipriano Picentino|SA|26/01/1948|SALERNO|10/11/1972|Napoli|Farmacia|1972||farmacia-masturzo@tiscali.it +828|10/05/1973|ROCCO|FRANCESCO|Via Carducci, 22|84042|Acerno|SA|31/07/1937|BATTIPAGLIA|13/03/1969|Napoli|Farmacia|1969||f.cia-rocco@tiscali.it +829|01/06/1973|PANARESE|ALBA|P.Amendola,27|84010|San Valentino Torio|SA|19/03/1947|SANT'ARCANGELO TRIMONTE|13/11/1970|Napoli|Farmacia|1970||dott.albapanarese@libero.it +832|01/06/1973|APICELLA|ANTONIO|VIA GIOVANNI XXIII, 102|84025|EBOLI|SA|16/10/1949|SALERNO|23/03/1973|Napoli|Farmacia|1073||fciaapicella@tiscali.it +834|10/07/1973|AMATO|PASQUALE|Via S.Mobilio,17|84100|Salerno|SA|08/01/1947|BARONISSI|23/03/1973|Napoli|Farmacia|1973||pa.amat@tiscali.it +835|10/07/1973|MELLONE|ROSALBA|VIA ANNUNZIATA|84021|Buccino|SA|28/02/1949|BATTIPAGLIA|17/02/1972|Napoli|Farmacia|1972||farmamellone@tiscali.it +837|21/07/1973|LUPIDI|MADDALENA|VIA PIEMONTE, 20|84096|Montecorvino Rovella|SA|06/05/1948|TUSCANIA|23/03/1973|Napoli|Farmacia|1973||farmacaputo@virgilio.it +840|22/09/1973|BOSCIA|GIUSEPPE|Via Origlia, 36|84014|Nocera Inferiore|SA|04/10/1949|NAPOLI|10/11/1972|Napoli|Farmacia|1972||direzione@farmaciaboscia.it +842|11/01/1974|COPPOLA|PIETRO ANIELLO|Via S.Vito,1|84059|Camerota|SA|01/01/1948|VALLO DELLA LUCANIA|19/07/1972|Napoli|Farmacia|1972||pacoppola@tiscali.it +848|11/02/1974|PIERRI|LUCIANO|Via Delle ginestre 113|84129|Salerno|SA|23/06/1948|SALERNO|17/02/1972|Napoli|Farmacia|1972||fciamercatello@tiscali.it +856|29/11/1974|SANSONE|GIOVANNI|VIA MAZZINI,35|84091|BATTIPAGLIA|SA|08/12/1952|ACERNO|07/11/1974|Napoli|Farmacia|1974||giovanni.sansone@personalepec.unina.it +857|29/11/1974|SPERANZA|PIETROPAOLO|VIA C. PISACANE, 64 - Fraz.Palinuro|84051|Centola|SA|01/04/1950|CENTOLA|19/07/1974|Napoli|Farmacia|1974|| +859|05/12/1974|COSTABILE|ANTONIO|Via Posidonia,271|84128|Salerno|SA|19/11/1950|SALERNO|07/11/1974|Napoli|Farmacia|1974||fcostabile1@virgilio.it +862|28/01/1975|GAMMARANO|LICIA|Via Roma,6|84079|Vibonati|SA|24/09/1950|MONTANO ANTILIA|07/11/1974|Napoli|Farmacia|1974||farmagammarano@tiscali.it +867|03/04/1975|BORGIA|LICIA|Via Provinciale|84038|Sassano|SA|07/06/1950|NAPOLI|09/11/1974|Urbino|Farmacia|1974||farmaciaborgia@gmail.com +873|16/07/1975|MAINENTE|GIOVANNI|VIA GIUSEPPE DURANTE 1|84057|Laurino|SA|01/07/1951|VALLO DELLA LUCANIA|09/12/1974|Napoli|Farmacia|1991||farmacia.mainente@tiscali.it +874|16/07/1975|MILITO PAGLIARA|GUIDO|C.So Garibaldi, 54/R|84041|Baronissi|SA|05/07/1945|SALERNO|20/03/1974|Napoli|Farmacia|1974||farmaciapagliara@hotmail.com +878|09/12/1975|ANGRISANI|MARILENA|Piazza Amendola, 11|84014|Nocera Inferiore|SA|25/05/1951|NAPOLI|20/06/1975|Napoli|Farmacia|1975||marilenaangrisani@libero.it +879|09/12/1975|ANGRISANI|MARGHERITA|Via Dentice,63 P.Co Oleandr|84014|Nocera Inferiore|SA|04/03/1953|NOCERA INFERIORE|03/11/1975|Napoli|Farmacia|1975||m.angrisani@aslsalerno.it +880|09/12/1975|VIOLANTE|FILIPPO|Via A De Rosa, 55 bis - Palazzo Battipaglia|84016|Pagani|SA|02/01/1944|PAGANI|28/06/1975|Urbino|Farmacia|1975||effe.vi@tin.it +882|09/12/1975|GARGIONE|FRANCESCO|P.Za Municipio,2|84060|Perdifumo|SA|30/01/1948|PERDIFUMO|20/06/1975|Napoli|Farmacia|1975||francescogargione@tiscali.it +886|29/12/1975|PINTO|PAOLA|Via F.Manzo,31|84100|Salerno|SA|21/11/1952|SALERNO|03/11/1975|Napoli|Farmacia|1975||p.centola@angelini.it +887|17/01/1976|LA PEPA|CARMINE|Via Nazionale, 144 - c/o Farmacia|84012|Angri|SA|17/03/1951|MONTECORICE|20/06/1975|Napoli|Farmacia|1975||farmacianazionale@tiscali.it +891|17/01/1976|BALDI|ANNA|Via G.Lamberti, 4 - Fraz. S. Lucia|84010|Cava Dei Tirreni|SA|16/01/1953|SALERNO|15/07/1975|Napoli|Farmacia|1975||farmaciabaldi@alice.it +893|17/01/1976|SEVERINI|PIETRO|Via E.Talamo,25/27|84013|Cava Dei Tirreni|SA|18/03/1951|CASAL VELINO|03/11/1975|Napoli|Farmacia|1975||igeafarmacia@tiscali.it +895|17/01/1976|MAROTTA|MARIA GABRIELLA|P.Castello|84045|Altavilla Silentina|SA|10/07/1953|PIETRAPERTOSA|15/07/1975|Napoli|Farmacia|1975||italiansquaw@hotmail.com +897|17/01/1976|MARINO|DOMENICO|Via Giordano,22|84020|Corleto Monforte|SA|12/02/1948|OTTATI|15/07/1975|Napoli|Farmacia|1975||farmaciamarino@gmail.com +901|03/02/1976|D'AURIA|PASQUALE|VIA S.S. 88, 74|84084|FISCIANO|SA|11/01/1951|FISCIANO|15/07/1975|Napoli|Farmacia|1975||farmdauria@tiscali.it +902|26/02/1976|FERNICOLA|AGOSTINO|Via Nazionale|84040|Castelnuovo Cilento|SA|20/11/1947|BUCCINO|10/11/1972|Napoli|Farmacia|1972||g.fernicola@libero.it +903|26/02/1976|BENEDETTO|ANTONIO GIUSEPPE|VIA BRAIDELLA, 15|84030|Atena Lucana|SA|19/03/1951|POTENZA|20/03/1975|Napoli|Farmacia|1975||f.ciabenedetto@tiscalinet.it +908|26/05/1976|DE VITA|LEONARDO|Via Irno,15 - c/o F.cia San Carlo|84135|Salerno|SA|31/05/1953|SALERNO|16/12/1975|Napoli|Farmacia|1976||farma.sancarlo@tiscali.it +909|26/05/1976|SAVINO|ALDO|Piazza Marconi 8|84050|Laurito|SA|10/10/1951|SALERNO|16/12/1975|Napoli|Farmacia|1976||fcia.savino@tiscali.it +910|26/05/1976|AIELLO|PASQUALE|Via Sant'Elia, 6|84135|Salerno|SA|14/08/1952|SALERNO|16/12/1975|Napoli|Farmacia|1976||farmaciaaiello.farmaciaa@tin.it +912|26/05/1976|DE ANGELIS|DOMENICO|VIA MARCELLO, 14/B|84085|MERCATO SAN SEVERINO|SA|25/05/1945|ROCCAPIEMONTE|29/03/1976|Napoli|Farmacia|1976||12250@pec.federfarma.it +913|25/06/1976|DE PAOLA|LAURA|Piazza Municipio,22|84039|Teggiano|SA|17/01/1951|TEGGIANO|29/03/1976|Napoli|Farmacia|1976||farmacia-depaola@tiscali.it +916|28/09/1976|CLEMENTE|PALMIRO|Via m.Spina, 12|84030|Monte San Giacomo|SA|02/07/1950|MONTE SAN GIACOMO|07/04/1976|Pisa|Farmacia|1976||farmaciaclemente1@virgilio.it +917|06/12/1976|MASIELLO|MARIA GIUSEPPA|Via G.Giuliani, 143|84069|Roccadaspide|SA|07/07/1953|ROCCADASPIDE|06/11/1976|Napoli|Farmacia|1976||farmacia.masiello@tiscali.it +918|06/12/1976|MALANGONE|ROBERTO|Via Valle,20|84020|Palomonte|SA|06/06/1951|EBOLI|06/11/1976|Napoli|Farmacia|1976||farmacia.malangone@tiscalinet.it +919|06/12/1976|SPARANO|ANGIOLETTO|CONTRADA CURCI, 14|84078|VALLO DELLA LUCANIA|SA|22/08/1952|NOVI VELIA|15/07/1976|Napoli|Farmacia|1976||fciasparano@tiscali.it +922|12/01/1977|CAPPUCCIO|CATERINA|Via Leopoldo Cassese,30|84100|Salerno|SA|14/07/1954|RAVELLO|06/11/1976|Napoli|Farmacia|1976||ca.cappuccio@tiscali.it +925|18/02/1977|DI DONATO|ANDREA|VIA PRIMO MERCATO, 11|84055|Felitto|SA|07/03/1951|SALERNO|20/06/1975|Napoli|Farmacia|1975||fciadidonato@tiscali.it +927|18/02/1977|NAPPI|GIULIA|Via A.Califano|84010|Sant'Egidio Montalbino|SA|15/11/1951|MERCOGLIANO|07/11/1974|Napoli|Farmacia|1974||giulianappi@libero.it +930|04/06/1977|BOVE|GIUSEPPE|Via Garibaldi,15|84028|Serre|SA|10/09/1949|MONTECORVINO PUGLIANO|06/12/1976|Napoli|Farmacia|1977||farmaciaboveg@tiscali.it +931|04/06/1977|MIELE|LUISA|Via Papa Luciani,1|84020|Roscigno|SA|15/03/1953|LAURINO|05/04/1977|Napoli|Farmacia|1977||fciamiele@tiscalinet.it +933|04/06/1977|DI GIUDA|TERESITA|Via Delle Ginestre,48|84100|Salerno|SA|15/10/1953|CARACAS|04/04/1977|Napoli|Farmacia|1977||t.digiuda@consofarm.it +935|04/06/1977|LA PADULA|RAFFAELLA|Via Nuova,1|84020|Petina|SA|01/01/1948|POLLA|04/04/1977|Napoli|Farmacia|1977||raffaellalapadula@email.com +937|20/06/1977|VANNATA|PIETRO|P.Za Umberto,32|84036|Sala Consilina|SA|25/01/1953|VIGGIANO|15/07/1976|Roma|Farmacia|1976||farmaciavannata@tiscali.it +943|06/12/1977|FIORE|DOMENICO|Via Marsicanella, 63|84036|Sala Consilina|SA|20/11/1950|TEANA|07/11/1974|Napoli|Farmacia|1974||farmaciafiore2004@libero.it +949|30/12/1977|AMATO|ANGELINA|Via Roma,14|84030|Montesano S/Marcellana|SA|12/07/1951|MONTE SAN GIACOMO|21/07/1977|Napoli|Farmacia|1977||farmacia-amato@tiscali.it +950|09/01/1978|DE PALMA|GIULIA|Via G.Falcone,17|84047|Capaccio|SA|11/03/1955|CAPACCIO|03/11/1977|Napoli|Farmacia|1977||farmacia.iasi@tiscali.it +951|09/01/1978|CAROLA|MICHELE|Via Laura, 4/6|84047|Capaccio|SA|19/08/1952|PRIGNANO CILENTO|01/07/1977|Napoli|Farmacia|1977||farmaciacarola@virgilio.it +952|09/01/1978|CONTALDI|GERARDO|P.Za Cappella,1|84016|Pagani|SA|01/09/1953|PAGANI|01/07/1977|Napoli|Farmacia|1977||contaldichem@libero.it +954|18/01/1978|STRISCIUGLIO|CAMILLA|Via D.Fontana,58|80128|Napoli|NA|27/08/1952|AGROPOLI|01/07/1977|Napoli|Farmacia|1977||strisciugliocamilla@libero.it +955|18/01/1978|ITRI|PIETRO|Via S.Martino,20|84050|Laureana Cilento|SA|16/12/1952|STELLA CILENTO|07/11/1977|Napoli|Farmacia|1977||farmaciaitri@tiscali.it +956|18/01/1978|CAPUTO|MARIA ANTONIETTA|Via Piemonte, 14|84096|Montecorvino Rovella|SA|02/01/1952|LAVELLO|07/11/1977|Napoli|Farmacia|1977||margherita.mauro@libero.it +965|29/05/1978|CONTE|MARCELLO|Via Luigi Cacciatore, 55|84123|Salerno|SA|22/01/1955|SALERNO|20/03/1978|Napoli|Farmacia|1978||farmacia.conte@tiscali.it +966|29/05/1978|COSTABILE|MIRELLA|Via Costiera Amalfitana,16|84019|Vietri Sul Mare|SA|25/06/1953|VIETRI SUL MARE|13/12/1977|Napoli|Farmacia|1978||mirellacostabile@tiscali.it +969|29/05/1978|PUGLIESE|PASQUALE|VIA DELLE INDUSTRIE 13|84084|FISCIANO|SA|23/04/1955|SALERNO|21/03/1978|Napoli|Farmacia|1978||orizzonte55@gmail.com +970|29/05/1978|CRISCUOLO|FRANCESCO|Via Filippo Dentice D'accadia, 49|84014|Nocera Inferiore|SA|30/01/1954|NOCERA INFERIORE|21/03/1978|Napoli|Farmacia|1978||farmacia.criscuolo@tele2.it +974|22/06/1978|LOMBARDI|VINCENZO|Via S.Cataldo, 53|84060|Roccagloriosa|SA|31/08/1954|TORRACA|20/03/1978|Napoli|Farmacia|1978||lombardiv@tiscali.it +975|22/06/1978|D'AMORE|ROSA|Via Roma, 21|84088|Siano|SA|07/09/1945|ROCCAPIEMONTE|13/03/1969|Napoli|Farmacia|1969||milla.74@virgilio.it +979|14/12/1978|PARUOLO|VINCENZO|Via Generale Clark, Pal. E n. 41|84131|Salerno|SA|25/08/1953|LAURINO|21/07/1978|Napoli|Farmacia|1978||vincenzo.paruolo@gmail.com +980|14/12/1978|POLISCIANO|VIRGINIA|Via G.Gonzaga, 5b|84091|Battipaglia|SA|02/04/1956|BATTIPAGLIA|21/07/1978|Napoli|Farmacia|1978||virginia.polisciano@libero.it +983|13/01/1979|SAVINO VASTOLA|GIOVANNI|Via Comunale, 83|84010|San Valentino Torio|SA|22/03/1951|SAN VALENTINO TORIO|06/11/1978|Napoli|Farmacia|1978||farm.svastola@tiscali.it +988|03/04/1979|DESIDERIO|ALFONSO|Via Cesarano 97|84016|PAGANI|SA|01/03/1952|PAGANI|29/03/1976|Napoli|Farmacia|1976||farmadesi@alice.it +991|13/06/1979|GAUDIANI|VIRGINIA|FRAZ. GERARDO SASSO, 6|84010|Scala|SA|04/07/1956|SALERNO|29/03/1979|Napoli|Farmacia|1979||farmacia-gaudiani@tiscali.it +992|13/06/1979|LORDI|MARIA ANTONELLA|Via Carmine,61|84100|Salerno|SA|15/08/1956|SALERNO|23/03/1979|Napoli|Farmacia|1979||farmgaleno@tiscali.it +993|13/06/1979|SADA|ANTONIO|VIA TRENTO, 1|84098|Pontecagnano Faiano|SA|01/07/1953|SALERNO|21/07/1978|Napoli|Farmacia|1978||antoniosada@sadaspa.it +994|13/06/1979|de CHIARA|SILVIA|Via Tramontano,24|84014|Nocera Inferiore|SA|03/03/1954|AVERSA|05/11/1976|Napoli|Farmacia|1976||SIDECH15@gmail.com +998|29/06/1979|CORALLO|RAFFAELE|Via Astuti,121|84014|Nocera Inferiore|SA|21/09/1950|NOCERA INFERIORE|21/03/1979|Napoli|Farmacia|1979|| +999|29/06/1979|PEROZZIELLO|ANNA|Via Aurofino, 12|84127|Salerno|SA|23/07/1954|CATANZARO|28/03/1979|Napoli|Farmacia|1979|| +1000|29/06/1979|SCIARAFFA|MICHELE|Via Roma,185|84030|Casalbuono|SA|29/10/1954|SENERCHIA|23/03/1979|Napoli|Farmacia|1979||michelesciaraffa@yahoo.it +1008|17/01/1980|COSTABILE|ANTONIO|Via Indipendenza, 38|84100|Salerno|SA|25/09/1953|SALERNO|05/07/1979|Napoli|Farmacia|1979||antonellocostabile@virgilio.it +1009|17/01/1980|DEL PIZZO|VINCENZO|C.So V.Eman.P.Co S.Paolo Scala B|84010|Minori|SA|26/06/1956|MINORI|02/11/1979|Napoli|Farmacia|1979||v.delpizzo@aslsalerno.it +1011|17/01/1980|PRETE|RAFFAELA|Via M.N.Balbo,61/19|84014|Nocera Inferiore|SA|19/05/1953|NOCERA INFERIORE|24/07/1979|Napoli|Farmacia|1979||sanitariadefal@alice.it +1012|17/01/1980|APOSTOLICO|ANTONIO|VIA SAN ROCCO, 4|84036|SALA CONSILINA|SA|15/12/1951|CASTEL SAN GIORGIO|07/11/1979|Napoli|Farmacia|1979||farmacia.apostolico@tiscali.it +1013|17/01/1980|PROTO|EMMANUELA|C.So V.Emanuele,31|84010|Minori|SA|02/06/1956|MINORI|05/07/1979|Napoli|Farmacia|1979||emmanuela.proto@tin.it +1014|17/01/1980|VESSA|PAOLO|C.So Garibaldi 160|84100|Salerno|SA|29/01/1955|SALERNO|25/07/1979|Napoli|Farmacia|1979||paolovessa@tiscali.it +1016|28/01/1980|TRAPANI|GIUSEPPINA|VIA DELLO STADIO, 16|84016|Pagani|SA|31/03/1955|SALERNO|20/03/1978|Napoli|Farmacia|1978||farmaciatrapani@virgilio.it +1019|11/03/1980|ALIPERTA|GIULIA|Via Roma,25|84020|San Gregorio Magno|SA|25/04/1954|SANTA SOFIA D'EPIRO|10/07/1979|Napoli|Farmacia|1979||farmacialiperta@virgilio.it +1020|11/03/1980|BELLINO|MARIA|Via R.Cavallo,53|84100|Salerno|SA|14/05/1957|CASTELNUOVO DI CONZA|06/11/1979|Napoli|Farmacia|1979||12316@pec.federfarma.it +1021|11/03/1980|AMENDOLA|ANNA MARIA|Via Campanella 32|80016|Marano|NA|22/03/1956|SALERNO|26/07/1979|Napoli|Farmacia|1979||lecondinogargiulo@libero.it +1028|24/06/1980|FASANO|ROSELLA|Via Municipio|84060|Moio Della Civitella|SA|18/01/1957|MOIO DELLA CIVITELLA|28/01/1980|Napoli|Farmacia|1980||fcia.fasano@tiscali.it +1030|24/06/1980|GORGA|TOMMASO|Via Pedemontana, 12|84060|Omignano Scalo|SA|30/01/1952|SALERNO|17/12/1979|Napoli|Farmacia|1980||tommasogorga@hotmail.it +1032|24/06/1980|CAIAZZA|CARLA|Via Carlo santoro,52|84013|Cava Dei Tirreni|SA|01/03/1957|LAVIANO|20/03/1980|Napoli|Farmacia|1980||eredicaiazza@tiscali.it +1035|29/07/1980|PELO|ANTONIO|VIA CHIUNZI, 116|84010|Tramonti|SA|08/03/1948|ANGRI|31/03/1980|Milano|Farmacia|1980||farmaciapelo@libero.it +1037|16/09/1980|TONDO|SALVATORE|VIA ARCE, 40|84125|Salerno|SA|20/07/1946|POTENZA|17/07/1973|Siena|Farmacia|1973||salvatoreto46@gmail.com +1041|29/01/1981|ROBERTO|GERARDA|Via Nazionale,93|84070|San Giovanni A Piro|SA|31/03/1950|SAN GIOVANNI A PIRO|21/07/1980|Napoli|Farmacia|1980||robertoger@libero.it +1044|29/01/1981|DE CARO|LUCIA|Via P.Grisignano,22|84100|Salerno|SA|15/04/1956|SALERNO|07/11/1980|Napoli|Farmacia|1980||decaro.lucia@gmail.com +1045|29/01/1981|PELLECCHIA|LUISANNA|Via Rufoli, 23/A|84135|Salerno|SA|04/03/1954|SALERNO|21/07/1980|Napoli|Farmacia|1980||luisannapellecchia@gmail.com +1046|29/01/1981|LOGARZO|BARTOLOMEO|Via Croce,113|84050|Alfano|SA|29/03/1955|ROFRANO|19/07/1979|Roma|Farmacia|1979||lanlog@tiscalinet.it +1052|13/03/1981|ROSSI|ELISABETTA|Via Europa,5|84030|Pertosa|SA|26/05/1950|SANT'ARSENIO|07/11/1977|Napoli|Farmacia|1977||farmaciarossielis@tiscali.it +1056|27/05/1981|LOMBARDI|GRAZIA-MARIA|Viale G.Verdi,12 Parco Arb.Lla|84100|Salerno|SA|23/01/1958|CIVITAVECCHIA|22/12/1980|Napoli|Farmacia|1980||graziamlombardi@yahoo.it +1058|27/05/1981|MARCIELLO|GIUSEPPE MICHELE ORAZIO|P.Vitt.Veneto,2|84050|Giungano|SA|02/07/1953|VALVA|31/03/1981|Napoli|Farmacia|1981||farmacia.marciello@tiscali.it +1059|25/06/1981|ANNUNZIATA|EMILIA|Via Fontanelle S.Valentino, 5|84087|Sarno|SA|09/03/1953|SARNO|30/03/1981|Napoli|Farmacia|1981||emiliezola@tiscali.it +1060|25/06/1981|AMARANTE|ERSILIA|VIA PARALLELA DUOMO - EPISCOPIO DI SARNO|84087|Sarno|SA|01/09/1955|SARNO|31/03/1981|Napoli|Farmacia|1981||ersilia.amarante@virgilio.it +1061|25/06/1981|CERRATO|RAFFAELE|Via Fratelli Napoli, 41-Parco La Ginestra|84084|Lancusi|SA|07/02/1956|FISCIANO|31/03/1981|Napoli|Farmacia|1981||cerraf@alice.it - r.cerrato@aslsalerno.it +1063|27/08/1981|BINDO|GRAZIA|VIA ALDO MORO 2|84013|CAVA DE' TIRRENI|SA|17/06/1942|RUVO DI PUGLIA|27/02/1970|Bari|Farmacia|1970||farmaciabindo@hotmail.com +1068|29/12/1981|DE SALVO|ANTONIO|Via C. Colombo, 9|84098|Pontecagnano Faiano|SA|11/01/1955|EPISCOPIA|29/03/1979|Napoli|Farmacia|1979||a.desalvo555@gmail.com +1069|29/12/1981|SALZANO|TERESA|Via Carlo Tramontano, 3|84016|Pagani|SA|16/04/1954|NOCERA INFERIORE|22/07/1981|Napoli|Farmacia|1981||parafarmacia2005@alice.it +1072|29/12/1981|ADINOLFI|PIA|VIA LICINELLA, 125|84070|Capaccio|SA|27/01/1957|SALERNO|22/07/1981|Napoli|Farmacia|1981||adinolfipia@hotmail.it +1073|29/12/1981|DI FLURI|MARIA|Via A. Guariglia,9|84127|Salerno|SA|28/08/1955|SAN MAURO LA BRUCA|03/11/1981|Napoli|Farmacia|1981|| +1074|15/01/1982|ESPOSITO|SERGIO|VIA ALENTO, 131 - LOC. BIVIO ACQUAVELLA|84040|Casal Velino|SA|29/08/1957|CASAL VELINO|24/06/1981|Napoli|Farmacia|1981||sergioesposito57@libero.it +1075|15/01/1982|BRUNO|ANNA MARIA|Via Nazionale, 128 - c/o Farmacia|84030|CASELLE IN PITTARI|SA|04/11/1958|TORTORELLA|30/10/1981|Napoli|Farmacia|1981||farm.bruno@libero.it +1076|08/02/1982|ORRICO|ANNA MARIA|Via Giustino Fortunato, 13|84095|Giffoni Valle Piana|SA|25/10/1955|PERITO|24/06/1981|Napoli|Farmacia|1981||ann_mary@alice.it +1078|19/02/1982|LENZA|AUTILIA|Via G.Carducci,54|84024|Contursi Terme|SA|02/05/1956|CONTURSI|22/07/1981|Napoli|Farmacia|1981||gerardopresutto@gmail.com +1080|29/06/1982|VIGORITO|DOMENICO|Via Maresca,32 int.3 piano 1|80058|TORRE ANNUNZIATA|SA|21/03/1956|CAPACCIO|29/06/1981|Napoli|Farmacia|1981||domenicovigorito@tim.it +1081|29/06/1982|VARONE|GIOVANNA|Via Renato Raiola,68|84012|Angri|SA|06/11/1952|ANGRI|17/12/1981|Napoli|Farmacia|1982||giovannavarone@libero.it +1082|29/06/1982|IANNICELLI|ALBERTA|P.Za Mazzini, 14|84052|Ceraso|SA|23/12/1958|NAPOLI|18/03/1982|Roma|Farmacia|1982||info@cosedeluce.net +1083|29/06/1982|MONTAGNA|MARCELLO|Via Piave, 45 - P.Co Primavera Sc. C|84098|Pontecagnano Faiano|SA|30/12/1957|SALERNO|15/02/1982|Napoli|Farmacia|1982||marc.montagna@gmail.com +1087|29/06/1982|LORDI|ALFONSINA|VIA LUNGOMARE COLOMBO 339/C|84100|Salerno|SA|17/06/1958|SALERNO|23/03/1982|Napoli|Farmacia|1982||farm.lordi@libero.it +1088|29/06/1982|NASTASI|PATRIZIA|Via Casarse,14|84133|Salerno|SA|23/02/1958|SALERNO|18/03/1982|Napoli|Farmacia|1982|| +1090|10/09/1982|RIZZO|ELIO|Via Galilei, 12|84091|Battipaglia|SA|14/09/1955|BATTIPAGLIA|23/03/1982|Napoli|Farmacia|1982||elios.1@virgilio.it +1094|20/12/1982|DERKESHLI|AHMED MAZEN|Via Garibaldi,29|84087|Sarno|SA|13/08/1948|DAMASCO|13/12/1974|Bologna|Farmacia|1975||farmaciaderkeshli@tiscali.it +1097|30/12/1982|CORRADO|FRANCESCO|Via De filippo, 3|84014|Nocera inferiore|SA|05/01/1960|SALERNO|28/10/1982|Napoli|Farmacia|1982||farmaciacorrado@farmacia.it +1098|30/12/1982|BIANCO|PASQUALE|V.Le Liberta',4/f Coop.Coimpa|84091|Battipaglia|SA|30/05/1956|PIAGGINE|23/07/1982|Napoli|Farmacia|1982||biancopa56@libero.it +1099|30/12/1982|COSENTINO|SERGIO|Via M.Pironti,1/h-P.co Rose|84134|Salerno|SA|26/01/1957|BATTIPAGLIA|29/10/1982|Napoli|Farmacia|1982||cosentinosergio57@gmail.com +1100|30/12/1982|TRAPANI|ANTONINO|Viale G.Verdi,33 -p.Arbostella|84100|Salerno|SA|18/01/1960|SALERNO|28/10/1982|Napoli|Farmacia|1982||antonino.trapani@alice.it +1101|30/12/1982|FERRENTINO|FILOMENA|Via COLLE S.BARTOLOMEO,53|80045|POMPEI|NA|17/05/1958|SCAFATI|29/10/1982|NAPOLI|Farmacia|1982||ramadonna@alice.it +1102|24/02/1983|AMABILE|MILTON|VIA PICENTINO, 27|84098|PONTECAGNANO FAIANO|SA|25/11/1950|MAIORI|24/06/1982|Napoli|Farmacia|1982||dott.amabile@tiscali.it +1103|24/02/1983|D'AGOSTO|FATIMA|Via DELLE AZALEE,26|00058|SANTA MARINELLA|RM|14/11/1957|CARACAS|28/10/1982|Napoli|Farmacia|1982||fatimadagosto@tiscali.it +1106|24/02/1983|SALERNO|VINCENZO|C.So Umberto I,12|84060|Monteforte Cilento|SA|16/05/1955|MONTEFORTE CILENTO|28/10/1982|Napoli|Farmacia|1982|| +1108|24/02/1983|TIPALDI|VINCENZO|VIA SICILIANO, 11 - C/O FARMACIA|84014|Nocera Inferiore|SA|22/08/1955|NOCERA INFERIORE|28/10/1982|Napoli|Farmacia|1982|| +1109|24/02/1983|ROTUNDO|IRMA|Via Gramsci, 40|84080|Capezzano di Pellezzano|SA|29/09/1957|SALERNO|23/07/1982|Napoli|Farmacia|1982|| +1110|24/02/1983|PARENTE|ROSA ANNA MARIA|Via R.Cocchia, 85|84129|Salerno|SA|13/10/1957|LATRONICO|24/06/1982|Napoli|Farmacia|1982||ramparente@tiscali.it +1112|24/02/1983|PASSARO|ALDO GERARDO|P.Zza Dei Martiri, 14|84070|Trentinara|SA|21/05/1956|TRENTINARA|14/07/1982|Milano|Farmacia|1982||fciapassaro@interfree.it +1113|01/06/1983|SALVATI|GAETANINA|C.So Garibaldi,143|84100|Salerno|SA|26/03/1953|SALERNO|23/07/1982|Napoli|Farmacia|1982||gae.salvati@yahoo.it +1114|01/06/1983|PACELLA|LORENZO|Viale Monterosa,2 Scala A3|84091|Battipaglia|SA|18/09/1954|POSTIGLIONE|21/07/1982|Roma|Farmacia|1983||lorenzopacella@alice.it +1116|01/06/1983|BILOTTA|ARMANDO|P.Zza Umberto|84010|San Marzano Sul Sarno|SA|24/02/1960|AVELLINO|10/12/1982|Napoli|Farmacia|1983||armando.bilotta@virgilio.it +1119|01/06/1983|GABINI|MARCELLO|Via L.Guercio,277|84100|Salerno|SA|25/10/1959|L'AQUILA|10/12/1982|Napoli|Farmacia|1983||mg50974@gsk.com +1121|10/06/1983|MELI|GIANDOMENICO|Corso Giuseppe Garibaldi, 8|84123|Salerno|SA|04/05/1959|SALERNO|10/12/1982|Napoli|Farmacia|1983||giandomenico.meli@yahoo.it +1122|30/06/1983|STABILE|RITA|Via Raffaele Mauri, 126|84100|Salerno|SA|22/01/1955|COMO|18/02/1983|Napoli|Farmacia|1983||rita_stabile@alice.it +1124|30/06/1983|DAINOTTI|CRISTINA|VIA TRENTO, 3|84043|Agropoli|SA|23/02/1957|MILANO|10/12/1982|Napoli|Farmacia|1983||c.dainotti@gmail.com +1125|30/06/1983|DELLA VALLE|CLAUDIA|Via L.Cacciatore,55|84100|Salerno|SA|23/01/1960|ROMA|22/03/1983|Napoli|Farmacia|1983||c.dellavalle@aslsalerno.it +1126|02/09/1983|PECORARO|NICOLA|Via Varolato|84047|Capaccio|SA|05/02/1953|PELLEZZANO|22/03/1983|Napoli|Farmacia|1983||nicolapecoraro53FARMACIA@GMAIL.COM +1127|15/09/1983|COZZITORTO|ERNESTA WILMA ANNAMA|Via Piedimonte|84014|Nocera Inferiore|SA|28/11/1958|SAN BASILE|22/03/1983|Napoli|Farmacia|1983||12216@pec.federfarma.it +1128|13/10/1983|LEMBA|EMILIA|Via 19 Agosto 1977|84060|Novi Velia|SA|31/10/1953|PALMA CAMPANIA|23/03/1982|Napoli|Farmacia|1982||veliafarm@tiscali.it +1130|28/12/1983|GUADAGNO|ELVIRA ANNAMARIA|Via M.Conforti, 4|84100|Salerno|SA|28/01/1960|GIOI|25/07/1983|Napoli|Farmacia|1983|| +1132|28/12/1983|ARDIA|GIOVANNI|Via P.Mascagni,27|84025|Eboli|SA|02/12/1951|EBOLI|21/07/1983|Napoli|Farmacia|1983||ardiagiovanni@gmail.it +1133|28/12/1983|LEVI|ERNESTO|Via R.De Martino,22|84100|Salerno|SA|04/09/1952|SALERNO|10/11/1983|Messina|Farmacia|1983|| +1134|28/12/1983|NAPOLI|CONCETTA|VIA TEN FRANCESCO FALCO N 20|84085|MERCATO SAN SEVERINO|SA|02/08/1955|MERCATO SAN SEVERINO|29/06/1983|Napoli|Farmacia|1983||18040@pec.federfarma.it +1137|28/12/1983|GINETTI|MARIA|Via Guariglia,1|84019|Vietri Sul Mare|SA|17/09/1959|SALERNO|25/07/1983|Napoli|Farmacia|1983||farmaciaginetti@libero.it +1138|28/12/1983|IPPOLITO|NICOLA|Via Prato Quinto, snc|84039|Teggiano|SA|21/05/1958|SANT' ARSENIO|19/07/1983|Roma|Farmacia|1983||f.ciaippolito@tiscali.it +1140|28/12/1983|ARENA|SILVANA|Via Bivio Acquavella|84040|Casal Velino|SA|06/05/1960|CARACAS (VENEZUELA)|21/07/1983|Napoli|Farmacia|1983||s.arena@aslsalerno.it +1142|28/12/1983|CUBICCIOTTO|ALFONSO|VIA LA MENNOLELLA, 76|84100|Salerno|SA|27/02/1959|CAMPAGNA|11/11/1983|Siena|Farmacia|1983||cubialfa@libero.it +1143|30/12/1983|MAZZEI|LIVIA|Via Salzanico, 3|84099|San Cipriano Picentino|SA|12/10/1959|SALERNO|10/11/1983|Roma|Farmacia|1983||liviamazzei@libero.it +1144|20/01/1984|GAMMALDI|ANTONIO|Via D. Taiani, 38|84126|Salerno|SA|03/02/1959|SALERNO|21/07/1983|Napoli|Farmacia|1983||farmaciagammaldi@tiscali.it +1145|20/01/1984|COSTANTINO|MARIO|Via Della Libert, 47|84091|Battipaglia|SA|23/03/1956|CASTELCIVITA|29/06/1983|Napoli|Farmacia|1983||farparisi-costantino@tiscali.it +1146|20/01/1984|D'ELIA|ANNA AGNESE|Via Garda,2|84091|Battipaglia|SA|08/03/1955|TEGGIANO|28/10/1983|Napoli|Farmacia|1983|| +1147|20/01/1984|SPENILLO|MICHELE|Via Pantanelle,25|84030|Montesano Sulla Mercellan|SA|23/04/1959|MONTESANO SULLA MARCELLANA|23/06/1983|Urbino|Farmacia|1983||jacarandakiooo@hotmail.it +1149|24/02/1984|PACE|ANNA MARIA|Via Casa Fasulo, 2|84100|Salerno|SA|24/04/1958|SALERNO|21/07/1983|Napoli|Farmacia|1983||pace.annamaria@yahoo.it +1153|24/02/1984|FERRANTE|LUCIANA|Via Siciliano,13|84014|Nocera Inferiore|SA|14/06/1957|NOCERA INFERIORE|25/07/1983|Napoli|Farmacia|1983||lucianaferrante@libero.it +1155|22/06/1984|CAPUTI|ANTONIO GIANNINO|Via Napoli,85|84091|Battipaglia|SA|23/06/1952|VALLE DELL'ANGELO|14/04/1984|Bari|Farmacia|1984||caputia@alice.it +1158|14/07/1984|DI FILIPPO|FORTURA TINA|VIA UGO DE CONCILIIS, 23 I|84083|CASTEL SAN GIORGIO|SA|04/03/1957|MELBOURNE|22/03/1984|Napoli|Farmacia|1984||Tidifi1957@gmail.com +1159|14/07/1984|SODANO|ANTONIO|Via Curci|84078|Vallo Della Lucania|SA|31/03/1957|SALERNO|13/03/1984|Roma|Farmacia|1984||farmaciasodano@tiscali.it +1161|04/09/1984|POLIZOI|VIOLETTA|Via G.Cinque,29|84013|Cava Dei Tirreni|SA|22/10/1952|ATENE|27/03/1984|Trieste|Farmacia|1984||violettapolizoi@libero.it +1163|18/10/1984|ANGIOLILLO|MARIANO ANDREA|VIA DELLO STADIO,16|84016|Pagani|SA|06/07/1952|RUOTI|20/03/1975|Napoli|Farmacia|1975||farmaciatrapani@virgilio.it +1166|29/12/1984|CASSANO|GIULIANA|Via R.Santamaria,86|84133|Salerno|SA|18/11/1958|SAN LUCIDO|24/07/1984|Napoli|Farmacia|1984||giulianacassano@libero.it +1167|29/12/1984|MASSOTTI|ENZA|Via S.De Crescenzo, 19|84100|Salerno|SA|04/06/1955|PAGANI|24/02/1984|Napoli|Farmacia|1984||massotti.enza@virgilio.it +1168|29/12/1984|ALLIEGRO|GIUSEPPE F. MARIA ROSARIO|C.so V. Emanuele,1|84034|Padula|SA|08/10/1955|PADULA|24/07/1984|Napoli|Farmacia|1984||farmaciaalliegro@tiscali.it +1169|17/01/1985|FEMIA|GIUSEPPE|Via Damiano Chiesa, 75|84082|Bracigliano|SA|30/06/1959|MONTECORVINO PUGLIANO|29/10/1984|Napoli|Farmacia|1984||g.femia@gmail.com +1170|17/01/1985|PESSOLANO|GIGLIOLA|VIA NAZIONALE, 163|84022|Campagna|SA|20/12/1961|NAPOLI|24/07/1984|Napoli|Farmacia|1984||farmpessolano@tiscali.it +1171|31/01/1985|TESAURO|ALESSIO|Via Garibaldi,6|84060|Orria|SA|04/01/1952|ORRIA|15/11/1984|Roma|Farmacia|1984||17920@pec.federfarma.it +1172|31/01/1985|VISCONTI|PAOLO|Via Udine,3|84091|Battipaglia|SA|10/02/1960|SALERNO|11/07/1984|Napoli|Farmacia|1984||cofaser10sanna@tiscali.it +1173|07/02/1985|IANNACCONE|ANDREINA ANNAMARIA CLORIN|Via D.Co Vietri,5|84100|Salerno|SA|04/06/1959|SANT'ANGELO DEI LOMBARDI|30/10/1984|Napoli|Farmacia|1984||a.iannaccone@homeoservice.it +1174|21/02/1985|ROSSI|LUCIA|Via S.Croce|84062|Olevano Sul Tusciano|SA|10/07/1950|MARSICO NUOVO|03/11/1975|Napoli|Farmacia|1975||farmaciarossilucia@tiscali.it +1175|08/03/1985|INFANTINO|LIVIA|Via Garibaldi|84061|Ogliastro Cilento|SA|25/09/1950|CAIVANO|07/07/1984|Catania|Farmacia|1984||infliv@tiscali.it +1176|08/03/1985|FASANO|VINCENZA|Via Prato IV, 30|84039|Teggiano|SA|09/05/1955|TEGGIANO|18/07/1984|Roma|Farmacia|1984||fasanogallo.sg@libero.it +1178|24/05/1985|LAVECCHIA|MARIANTONIETTA|Via Cimitero,5|84078|Vallo Della Lucania|SA|13/12/1956|VALLO DELLA LUCANIA|01/04/1985|Catania|Farmacia|1995||fcialavecchia@tiscali.it +1180|28/06/1985|RUSSO|LINA|Via Aldo Moro, 5|84047|Capaccio|SA|23/08/1956|ROCCAROMANA|23/07/1982|Napoli|Farmacia|1982||emidio2353@gmail.com +1181|18/07/1985|PIFANO|BRUNO|VIA S. MARTIRI, 31|84135|Salerno|SA|02/09/1960|SALERNO|20/03/1985|Napoli|Farmacia|1985||bpifano@tiscali.it +1182|18/07/1985|PIFANO|LOREDANA|Via dei Principati,77|84100|Salerno|SA|24/03/1959|SALERNO|25/03/1985|Napoli|Farmacia|1985||l.pifano@alice.it +1183|18/07/1985|LANGONE|GIOVANNA|VIA DON MINZONI|84091|Battipaglia|SA|27/08/1961|BATTIPAGLIA|21/03/1985|Napoli|Farmacia|1985||raffaele.langone@gmail.com +1184|18/07/1985|PESCA|GABRIELLA ROSANNA|Via Roma, 21|84029|SICIGNANO DEGLI ALBURNI|SA|23/04/1960|SALERNO|10/12/1984|Napoli|Farmacia|1985||gpesca@tiscali.it +1185|18/07/1985|SICONOLFI|ANTONELLA|Via A.Diaz,12|84100|Salerno|SA|05/01/1961|SALERNO|25/03/1985|Napoli|Farmacia|1985||asiconolfi@alice.it +1186|18/07/1985|TROTTA|PIETRO ANTONIO MICHELE|C.so Principe Amedeo, 143|84013|CAVA DE' TIRRENI|SA|28/07/1959|REGGIO CALABRIA|19/03/1985|Napoli|Farmacia|1985||trottapietro@alice.it +1187|18/07/1985|SALSANO|LUIGI|VIA FRANCESCO CRISPI, 1/22|84126|SALERNO|SA|10/08/1958|SALERNO|21/03/1985|Napoli|Farmacia|1985||farmsalsano3@tiscali.it +1189|18/07/1985|PECORARO|ANTONIETTA|Via Panoramica,33-Lotto 36|84100|Salerno|SA|23/11/1958|SALERNO|25/03/1985|Napoli|Farmacia|1985||matteo.mautone@libero.it +1191|18/07/1985|D'AURIA|ANNAMARIA|Via Croce|84038|Sassano|SA|30/10/1952|TARANTO|05/11/1976|Siena|Farmacia|1977||farmacia_trotta@alice.it +1192|18/07/1985|VIGGIANO|GIUSEPPE|VIA PROVINCIALE VATOLLA, 10|84060|PERDIFUMO|SA|10/02/1958|POSTIGLIONE|25/03/1985|Napoli|Farmacia|1985||tiktik@tiscalinet.it +1194|18/07/1985|TERRACCIANO|CARMELA|Via Boschi,1|84036|Sala Consilina|SA|12/02/1958|NAPOLI|25/03/1985|Napoli|Farmacia|1985||malater@tiscali.it +1195|12/09/1985|SCARPA|DONATO|Via Nigri,14|84070|Salento|SA|15/06/1960|SALENTO|27/03/1985|Roma|Farmacia|1985||comunale.rutino@tiscali.it +1199|21/11/1985|CAPUANO|GIUSEPPE|Via Gelso,69|84100|Salerno|SA|08/09/1958|SALERNO|21/03/1985|Napoli|Farmacia|1985|| +1204|23/01/1986|SANTORO|ANNA|Via Delle Puglie, 13|84085|Mercato San Severino|SA|14/10/1959|MERCATO SAN SEVERINO|24/10/1985|Napoli|Farmacia|1985||farmaciamss@libero.it +1205|23/01/1986|SABATELLA|CARLA|Via A. Galdi, 15 fraz. Ogliara|84125|Salerno|SA|17/12/1962|SALERNO|25/07/1985|Napoli|Farmacia|1985||c.sabatella@aslsalerno.it +1208|20/02/1986|PAPULINO|ELENA|Via M.Platamone,14|84100|Salerno|SA|09/06/1957|NAPOLI|25/07/1985|Napoli|Farmacia|1985||emanuel.fiore@tiscali.it +1209|20/03/1986|PELLEGRINO|GIUSEPPE|Via Amerigo Vespucci, 26|84092|Bellizzi|SA|28/04/1943|ROMA|27/07/1971|Roma|Farmacia|1971||amministrazione@santannafarmacie.it +1210|20/03/1986|VALLETTA|CHERUBINO|C.So Reginna,12|84016|Maiori|SA|02/03/1959|PELLEZZANO|30/10/1985|Napoli|Farmacia|1985||farmacia.valletta@virgilio.it +1211|20/03/1986|MASTANDREA|CATERINA|Via P.De Granita 13/e|84100|Salerno|SA|28/01/1962|SALERNO|25/07/1985|Napoli|Farmacia|1985||caterinamas@hotmail.it +1213|16/05/1986|GALLUCCI|ROSANNA|Via Piedi Zappino, 67|84022|Campagna|SA|14/05/1955|SOLOFRA|20/03/1980|Napoli|Farmacia|1980||rosanna.gallucci@tiscali.it +1214|12/06/1986|PARISI|ORAZIO|Via S. Stefano, 7|84021|Buccino|SA|19/10/1959|PALOMONTE|26/03/1986|Napoli|Farmacia|1986||mario_costantino@aliceposta.it +1216|12/06/1986|DELLA MONICA|GIOVANNA|Via Lamia, 18|84016|Nocera Superiore|SA|23/02/1959|NOCERA SUPERIORE|24/02/1986|Napoli|Farmacia|1986||giovannadellamonica@alice.it +1217|12/06/1986|RUGGIERO|MICHELINA|Via Posidonia,35|84100|Salerno|SA|14/07/1960|SALERNO|24/10/1985|Napoli|Farmacia|1985||farmaciagrimaldi@libero.it +1220|12/06/1986|MOSCARIELLO|ANTONIETTA|Via Ferreria, 123|84081|Baronissi|SA|11/01/1957|SALERNO|25/02/1986|Napoli|Farmacia|1986||moscaanto@libero.it +1222|12/06/1986|PUGLIESE|GERARDO|VIA SOCCORSO 26|84084|FISCIANO|SA|26/11/1962|SALERNO|26/02/1986|Napoli|Farmacia|1986||farmaciapugliese@tiscali.it +1223|12/06/1986|MONTERA|CARMELA|Via Enrico Bottiglieri, 17 - pal.na 13|84134|SALERNO|SA|13/08/1960|SALERNO|25/03/1986|Napoli|Farmacia|1986||carmela.montera@gmail.com +1224|12/06/1986|MANNARA|MARIA CONCETTA|VIA SOCCORSO, 26|84084|FISCIANO|SA|05/08/1959|SALERNO|24/03/1986|Napoli|Farmacia|1986||giuseppepugliese@live.it +1225|27/06/1986|BAGLIVO|ANTONIO|Viale Europa,65 Sc.L|84015|Nocera Superiore|SA|29/08/1960|POLLICA|25/02/1986|Napoli|Farmacia|1986||gerardaspera@libero.it +1227|27/06/1986|FIERRO|ANIELLO|Via Provinciale,13|84058|Ascea|SA|15/06/1958|ASCEA|27/06/1985|Napoli|Farmacia|1986||aniellofierro@libero.it +1230|05/09/1986|BORRELLI|EUFEMIA|Via S. Aspreno, 13|80138|Napoli|NA|01/08/1955|MONTEFORTE IRPINO|18/02/1983|Napoli|Farmacia|1983||fciaborrelli@tiscali.it +1231|29/12/1986|BONORA|ROBERTO|VIA AMM. VECCHIO, 42|84047|Capaccio|SA|03/10/1960|CAPACCIO|30/10/1986|Napoli|Farmacia|1986||farmacia-battaglia@tiscali.it +1232|29/12/1986|LENZA|PASQUALE|C.So Vitt.Emanuele,58|84123|Salerno|SA|17/10/1958|SALERNO|23/07/1986|Napoli|Farmacia|1986||farmaciaferrara@tin.it +1233|29/12/1986|RUGGIERO|MARIA|VIA ING. D'AGOSTO, 34|84060|Moio della Civitella|SA|04/01/1961|MOIO DELLA CIVITELLA|24/07/1986|Napoli|Farmacia|1986||fcia.ruggiero@tiscali.it +1234|29/12/1986|PISCOPO|EVELINA ANNA MARIA R.|Via Dei Goti, 167|84012|Angri|SA|29/07/1960|SALERNO|23/07/1986|Napoli|Farmacia|1986||evelinapiscopo@libero.it +1236|29/12/1986|di GAETA|OTTAVIO|Via F.Lli De Mattia, 6|84122|Salerno|SA|06/05/1962|SALERNO|03/11/1986|Napoli|Farmacia|1991||farmaciasantarcangelo@virgilio.it +1237|29/12/1986|SORGENTE|ANGELINA|Via Parini, 11|84098|Pontecagnano Faiano|SA|07/03/1961|PONTECAGNANO FAIANO|30/10/1986|Napoli|Farmacia|1986||farmaciasorgentesnc@libero.it +1238|29/12/1986|PAVESE|FRANCESCO ROSARIO|Via Trento,48|84129|Salerno|SA|01/01/1959|LAURENZANA|18/03/1983|Napoli|Farmacia|1983||farmacia@pavesefrancescorosario.191.it +1239|29/12/1986|VIOLA|MARIA ELENA|Via Curci,3|84078|Vallo Della Lucania|SA|01/09/1961|NOCERA INFERIORE|01/07/1986|Napoli|Farmacia|1986|| +1241|29/12/1986|FERRUZZI|FERDINANDO|VIA CESINE SOTTANE snc|84069|Roccadaspide|SA|15/01/1958|ROCCADASPIDE|30/10/1986|Napoli|Farmacia|1986||alfoffy@hotmail.it +1243|15/01/1987|SAPORITO|ANTONIO|Via R. De Martino,34|84100|Salerno|SA|29/11/1959|PETINA|30/10/1986|Bologna|Farmacia|1986||antonysap@virgilio.it +1245|29/01/1987|PUCCIARELLI|FRANCESCO|Via S.Sebastaino,90|84030|Caggiano|SA|27/06/1954|CAGGIANO|12/12/1985|Napoli|Farmacia|1986|| +1246|12/02/1987|PARISI|VIRGINIA|Via Trento,1|84098|Pontecagnano Faiano|SA|06/05/1956|PONTECAGNANO FAIANO|31/10/1986|Napoli|Farmacia|1986||farmaciafimiani@virgilio.it +1247|12/02/1987|SACCO|IMMACOLATA|Via Belvedere, 7|84045|Altavilla Silentina|SA|20/07/1962|ALTAVILLA SILENTINA|13/11/1986|Roma|Farmacia|1986||annapiasac@tin.it +1248|12/02/1987|SAVASTANO|MATTEO|Via C.Sorgente,98 /scala C|84100|Salerno|SA|27/05/1962|SALERNO|14/11/1986|Urbino|Farmacia|1986||matteo.savastano@merckserono.net +1249|28/04/1987|LISTA|LUIGI|Via Napoli,82|84040|Casal Velino|SA|19/03/1952|CASAL VELINO|30/10/1985|Napoli|Farmacia|1986||fcialista@tilsag.it +1250|18/06/1987|LANZETTA|ANTONIA|Via Plava Pal.Caprino|84091|Battipaglia|SA|29/09/1956|LAVELLO|06/11/1979|Napoli|Farmacia|1979||antonialanzetta@hotmail.it +1251|18/06/1987|CURCIO|CARMINE ANTONIO|VIA G. PLATEARIO, 2|84132|SALERNO|SA|22/06/1957|CAPOSELE|24/07/1984|Napoli|Farmacia|1984||carmineantonio.curcio@tin.it +1252|18/06/1987|PAGANO|GIUSEPPINA|Vicolo Isonzo, 1|84056|GIOI|SA|21/05/1957|SALERNO|12/12/1986|Napoli|Farmacia|1986||giusypagano57@libero.it +1253|18/06/1987|FABBRICATORE|SALVATORE|VIA S.EUSTACHIO,49|84100|Salerno|SA|27/05/1962|SALERNO|24/02/1987|Napoli|Farmacia|1987||farmaciadarienzo@tiscali.it +1255|18/06/1987|INFANTE|MARIO BRUNO|Via Roma,23|84070|SALENTO|SA|05/10/1962|STIO|25/02/1987|Napoli|Farmacia|1987||farmaciainfante@yahoo.it +1256|18/06/1987|FARKAS|EVA|Via De Rosa,7- C.P.13|84016|Pagani|SA|10/01/1948|TAPOLCA-UNGHERIA|31/03/1987|Napoli|Farmacia|1987||adesi@libero.it +1257|18/06/1987|LAVECCHIA|DANILA|Via Campo Sportivo,5|84078|Vallo Della Lucania|SA|08/06/1962|VALLO DELLA LUCANIA|26/02/1987|Napoli|Farmacia|1987||fcialavecchia@tiscali.it +1258|18/06/1987|VITOLO|ANTONIO|C.so Garibaldi, 31|84123|Salerno|SA|04/05/1962|SALERNO|24/02/1987|Napoli|Farmacia|1987||farmaciavitolo2002@libero.it +1259|18/06/1987|RUFOLO|VINCENZO|VIA CHIESA, 26|84020|Oliveto Citra|SA|14/02/1956|OLIVETO CITRA|01/04/1987|Napoli|Farmacia|1987||farmarufolo@virgilio.it +1260|18/06/1987|CAIAZZA|MARIA TERESA PATRIZIA|P.zza Vitt.Emanuale II, 10|84013|Cava Dei Tirreni|SA|30/11/1958|LAVIANO|25/02/1987|Napoli|Farmacia|1987||eredicaiazza@tiscali.it +1262|22/07/1987|TRIVELLI|FERNANDA|Via Madonna del Carmine, 22|84050|Laurito|SA|28/02/1962|SALERNO|12/11/1986|Siena|Farmacia|1987||tonino.volpe@virgilio.it +1265|22/07/1987|D'URSO|ROSSANA|Via Seripando,8|84100|Salerno|SA|24/04/1963|SALERNO|16/12/1986|Napoli|Farmacia|1987||rossanadurso@libero.it +1266|22/07/1987|CRISTINZIANO|SILVESTRO|Via E.Fermi,4|84018|Scafati|SA|01/01/1957|CASOLA|28/03/1987|Bari|Farmacia|1987||crleord@tiscalinet.it +1267|22/07/1987|VIOLENTO|RENATO|Via Roma,32|84044|Albanella|SA|12/12/1960|ALBANELLA|25/03/1987|Napoli|Farmacia|1987||renato.violento@zambongroup.com +1268|30/07/1987|GUGLIELMOTTI|ANGELO|Via Gelso,69|84126|Salerno|SA|19/02/1961|NOCERA SUPERIORE|27/03/1985|Roma|Chimica e tecn. farmaceutica|1985||a.guglielmotti@angelini.it +1270|31/12/1987|TOMAI|ADELE|C.So V.Emanuele|84026|Postiglione|SA|30/09/1962|SALERNO|23/07/1987|Napoli|Farmacia|1987||farmaciatomai@libero.it +1272|31/12/1987|SENA|GIOVANNA MARIA|VIA SAN GIOVANNI, 60|84025|Eboli|SA|28/07/1962|CASTELNUOVO DI CONZA|30/10/1987|Napoli|Farmacia|1987||farmaciasena@alice.it +1273|31/12/1987|VIOLA|GIANLUIGI|C.So Italia,16|84013|Cava Dei Tirreni|SA|27/10/1963|NOCERA INFERIORE|29/10/1987|Napoli|Farmacia|1987||gianluigiviola@libero.it +1274|31/12/1987|SCHIAFFO|ANGELA|VIA FRANCESCO CRISPI, 1/22|84126|SALERNO|SA|23/06/1962|SALERNO|30/06/1987|Napoli|Farmacia|1987||farmsalsano3@tiscali.it +1276|31/12/1987|MACELLARO|RITA ANNAMARIA|Via E.Castelluccio,24|84100|Salerno|SA|02/03/1963|SALERNO|03/11/1987|Napoli|Farmacia|1987||salerno1@consofarm.it +1278|31/12/1987|BARLOTTI|GABRIELE|Via Mazzini,11|84091|Battipaglia|SA|23/05/1955|BATTIPAGLIA|16/07/1987|Siena|Farmacia|1987||g.barlotti@virgilio.it +1279|31/12/1987|DE VITA|MAURIZIO|Via S.S. 18 Coop. Domus N 31|84091|Battipaglia|SA|03/10/1958|BATTIPAGLIA|03/11/1987|Napoli|Farmacia|1987||mauriziodevita@alice.it +1283|31/12/1987|AMATO|FILOMENA|Via F.Bottiglieri 17/4|84100|Salerno|SA|30/09/1962|SALERNO|30/10/1987|Napoli|Farmacia|1987||cficontratti@consofarm.it +1285|14/01/1988|RAMASCHIELLO|GIUSEPPINA|C.So V.Emanuele,43|84014|Nocera Inferiore|SA|06/06/1962|NOCERA INFERIORE|29/10/1987|Napoli|Farmacia|1987||sanitariadelcorso@libero.it +1286|14/01/1988|RAGOSA|GIUSEPPINA|Via San Rocco,8 - P.co Claudia - Pal. C|84016|Pagani|SA|02/08/1959|PAGANI|01/07/1987|Napoli|Farmacia|1987||giuseppina.ragosa@fastwebnet.it +1287|14/01/1988|BARELA|GIANCARLO|Via Santa Tecla,2|84016|Maiori|SA|24/04/1961|SALERNO|12/11/1987|Camerino|Farmacia|1987||gbarela@tin.it +1288|14/01/1988|GAGLIARDI|ANDREA MARIO|Via Nazionale, 18/b|84033|MONTESANO SULLA MARCELLANA|SA|08/02/1961|AULETTA|22/07/1987|Napoli|Farmacia|1987||farmaciadelportoscario@virgilio.it +1289|14/01/1988|PROFETA|MARIO|Via Ponte,19|84010|Tramonti|SA|19/04/1962|TRAMONTI|30/10/1987|Napoli|Farmacia|1987|| +1291|14/01/1988|FRATINI|ANNA MARIA|Via Cilento,1/4|84010|Corbara|SA|20/03/1957|MAGLIANO SABINA|17/03/1982|Roma|Farmacia|1982||annamaria-fratini@virgilio.it +1292|28/01/1988|MARTINO|DANIELA|Via Vincenzo Dono,8|84127|Salerno|SA|17/05/1961|MILANO|30/06/1987|Napoli|Farmacia|1987||danielamartino@hotmail.it +1293|28/01/1988|FALCONE|ANNA MARIA|Via Roma,30|84092|Bellizzi|SA|14/02/1963|MONTECORVINO PUGLIANO|29/10/1987|Napoli|Farmacia|1987||falconeannamaria@pec.it +1294|28/01/1988|AMMATURO|MICHELINA|Via Gramsci,13|80040|Poggiomarino|NA|19/05/1961|POMPEI|10/12/1984|Napoli|Farmacia|1985||m.ammaturo@aslsalerno.it +1296|03/03/1988|BATTAGLIA|PATRIZIA|Via Carducci|84047|Capaccio|SA|12/04/1961|SALERNO|22/07/1987|Napoli|Farmacia|1987||farmacia-battaglia@geny.it +1298|17/03/1988|AMMATURO|MARCELLA|Via Piave,35|84010|San Marzano Sul Sarno|SA|16/09/1962|POMPEI|24/03/1986|Napoli|Farmacia|1986||farmacia.bilotta@libero.it +1300|30/05/1988|DI MURIA|ALBERTO|Via Principe|84034|Padula|SA|24/12/1964|POLLA|24/02/1988|Napoli|Farmacia|1988||dimal@vipnet.it +1302|30/06/1988|FAZIONE|ASSUNTA|VIA ROMA, 42|84016|Pagani|SA|29/01/1963|SARNO|24/02/1988|Napoli|Farmacia|1988||camros1@hotmail.it +1303|30/06/1988|PASTORE|LUIGI|Via SS. Martiri Salernitani, 24|84100|Salerno|SA|06/01/1961|SALERNO|25/02/1988|Napoli|Farmacia|1988||farmadamore@tiscali.it +1304|30/06/1988|SCHETTINI|SERGIO|Via V. De Caro, 35/B|84095|Giffoni Valle Piana|SA|06/09/1960|GIFFONI SEI CASALI|22/03/1988|Napoli|Farmacia|1988||farmaciaschettini@libero.it +1305|30/06/1988|RAIMONDO|OTTAVIO|VIA BELVEDERE, 43|84091|BATTIPAGLIA|SA|13/10/1961|SALERNO|25/11/1987|Napoli|Farmacia|1988||elvis.61@libero.it +1306|30/06/1988|BOTTONI|FRANCESCO|Via C.Battisti,75|84018|Scafati|SA|14/05/1961|POMPEI|13/04/1988|Siena|Farmacia|1988||francesco.bottoni@libero.it +1307|30/06/1988|COPPOLA|SERAFINA|Via Sestrieri Pellegrino C.dio,7|84132|Salerno|SA|13/01/1962|SAN GIORGIO A CREMANO|25/03/1988|Napoli|Farmacia|1988||serafinacoppola@pec.it +1309|30/06/1988|LA ROCCA|ANTONIA|Via E.Perito,18|84025|Eboli|SA|11/03/1959|EBOLI|26/11/1987|Napoli|Farmacia|1988||antonellalarocca@hotmail.it +1310|30/06/1988|CAROCCIA|GIUSEPPINA|C.SO DIAZ,38|84060|PRIGNANO CILENTO|SA|29/12/1962|VALLO DELLA LUCANIA|23/03/1988|Firenze|Farmacia|1988||farmacia.caroccia@libero.it +1312|30/06/1988|PARRILLI|CLORINDA|Via Monticelli, 2|84131|Salerno|SA|23/03/1961|SALERNO|22/03/1988|Napoli|Farmacia|1988||farmaciasorgentesnc@libero.it +1313|30/06/1988|POLVERINO|ANNA|Via V.De Caro,35/b|84095|Giffoni Valle Piana|SA|05/12/1961|LAGONEGRO|22/03/1988|Napoli|Farmacia|1988||plvnna@libero.it +1314|25/07/1988|MARRONE|ROSSANA|VIA STADIO, 7|84098|Pontecagnano Faiano|SA|15/08/1960|PONTECAGNANO FAIANO|22/03/1988|Napoli|Farmacia|1988||erboramar@libero.it +1315|25/07/1988|SQUILLANTE|FILOMENA|Via O.Tortora,91|84087|Sarno|SA|05/01/1959|TORRE DEL GRECO|22/03/1988|Napoli|Farmacia|1988|| +1316|20/09/1988|CILLO|MARIAROSARIA CARMELA|Via G.De Falco,7|84100|Salerno|SA|11/07/1964|BAGNOLI IRPINO|24/03/1988|Napoli|Farmacia|1988||m.cillo@aslsalerno.it +1318|15/11/1988|TALARICO|ADALGISA ORNELLA|VIA FESTOLA, 149/B|84062|Olevano Sul Tusciano|SA|21/03/1960|COSENZA|20/10/1984|Bari|Farmacia|1984||adalgisa.talarico@cofaser.com +1319|21/12/1988|LA FEMINA|MARIA-LEONILDA|Via Carlo Tramontano, 66|84016|Pagani|SA|03/08/1962|PAGANI|21/07/1988|Napoli|Farmacia|1988||annamaria62@libero.it +1321|21/12/1988|VESSA|ROBERTO|P.Za Casalbore, 25|84100|Salerno|SA|27/09/1960|SALERNO|25/03/1988|Napoli|Farmacia|1988||robertovessa@libero.it +1322|21/12/1988|INCOLLINGO|CLELIA|Via Fonte, 49|84069|Roccadaspide|SA|25/07/1958|CAMPOBASSO|21/07/1988|Napoli|Farmacia|1988||inccle@libero.it +1323|21/12/1988|GAMMALDI|LUCIANA|Via Paolo Diacono,7|84125|Salerno|SA|08/02/1965|SALERNO|01/07/1988|Napoli|Farmacia|1988||r.sasso@tin.it +1324|21/12/1988|LAURO|MADDALENA|Via Belvedere, 43|84091|Battipaglia|SA|14/03/1955|CASTEL SAN GIORGIO|28/10/1988|Napoli|Farmacia|1988||farmacia.lauro@hotmail.it +1325|21/12/1988|LAVECCHIA|ANNA|Via Camerino,44|84030|San Rufo|SA|18/09/1961|SAN RUFO|19/07/1988|Siena|Farmacia|1988||annalavecc@libero.it +1326|21/12/1988|DOVINOLA|ANGELA|Via M.Del Monte,7|84100|Salerno|SA|13/10/1966|SALERNO|26/10/1988|Napoli|Farmacia|1988||angela.dovinola@libero.it +1329|28/12/1988|SORRENTINO|RAFFAELLA|Via S.Paolo A Villanova,11|80123|Napoli|NA|25/06/1965|SALERNO|27/10/1988|Napoli|Farmacia|1988||rafsorre@unina.it +1330|28/12/1988|de FRANCESCO|FERDINANDO MARIA|Via G.Canale, 42|84014|Nocera Inferiore|SA|14/12/1966|NOCERA INFERIORE|28/10/1988|Napoli|Farmacia|1988||fm.defrancesco@libero.it +1331|19/01/1989|BRUSCO|ANGELA MARIA|Via Umberto I, 149|84079|Vibonati|SA|25/05/1956|VIBONATI|19/07/1988|Siena|Farmacia|1988||angela.brusco@alice.it +1333|19/01/1989|D'URSO|LUIGI|Via Cacciatori dell'Irno, 3|84136|Salerno|SA|06/09/1965|SALERNO|26/10/1988|Napoli|Farmacia|1988||luigi.durso65@gmail.com +1334|19/01/1989|CAGGIANO|MARISA|Via Domodossola,96|84091|Battipaglia|SA|02/01/1962|BATTIPAGLIA|24/02/1988|Napoli|Farmacia|1988||marisacag@pecfarmacisti.it +1335|19/01/1989|GALDERISI|ADELE|Via Torrione, 113|84127|Salerno|SA|05/05/1963|SALERNO|28/10/1988|Napoli|Farmacia|1988||adelegalderisi@alice.it +1336|19/01/1989|BARLETTA|ANTONIETTA|VIA BEATA TERESA DI CALCUTTA, 8|84135|Salerno|SA|08/08/1963|SALERNO|28/10/1988|Napoli|Farmacia|1988||iommero90@libero.it +1337|19/01/1989|TROTTA|RITA|Piazza della Liberta', 14|84075|STIO|SA|13/02/1952|STIO|26/10/1988|Napoli|Farmacia|1988||farmaciastio@tiscali.it +1338|19/01/1989|LOMONACO|ROBERTA ANNA|Via Romero, 7 - Parco Migliaro|84133|Salerno|SA|04/07/1960|SALERNO|27/10/1988|Napoli|Farmacia|1988||ral1960@hotmail.it +1339|03/02/1989|MORRONE|VINCENZO|Via Ex-Monastero, 34|84030|Caggiano|SA|23/02/1957|CAGGIANO|26/10/1988|Napoli|Farmacia|1988||morroneditalia@libero.it +1340|03/02/1989|CAUTERUCCIO|TERESA|Via M.F. Trotta,8|84085|Mercato San Severino|SA|26/02/1949|DIAMANTE|24/03/1988|Napoli|Farmacia|1988|| +1342|03/02/1989|CETRANGOLO|TATJANA|P.Za T.Gaza|84070|San Giovanni A Piro|SA|03/10/1957|SAN GIOVANNI A PIRO|30/06/1988|Napoli|Farmacia|1988||tatianu@alice.it +1343|03/02/1989|ELBERTI|MARIA GIOVANNA|Via Martuscelli, 36 - TORRIONE ALTO|84100|Salerno|SA|15/12/1963|SALERNO|30/06/1988|Napoli|Farmacia|1988||maria.elberti@sangiovannieruggi.it +1344|23/02/1989|MASCARO|SILVIA|L.Re Colombo,339|84100|Salerno|SA|03/04/1964|SALERNO|28/10/1988|Napoli|Farmacia|1988||silviamascaro@katamail.com +1345|23/02/1989|LAVORGNA|ALESSANDRA|Via A.Panico,3|84025|Eboli|SA|21/10/1964|EBOLI|26/02/1988|Napoli|Chimica e tecn. farmaceutica|1988|| +1349|11/05/1989|APOLITO|RENATA|Via R.Scaramella,13|84020|Castelcivita|SA|23/04/1959|NAPOLI|28/10/1982|Napoli|Farmacia|1982||fallina@caltanet.it +1350|08/06/1989|LANZETTA|NELLINA|Via Nazionale,39|84078|Vallo Della Lucania|SA|23/09/1958|SALERNO|22/03/1989|Napoli|Farmacia|1989||nellynalanz@gmail.com +1352|08/06/1989|RICCI|VILMA|C.So Umberto I, 187|84013|Cava Dei Tirreni|SA|29/03/1962|CAVA DE' TIRRENI|22/03/1989|Napoli|Farmacia|1989||vilma.ricci@sangiovannieruggi.it +1353|08/06/1989|TUCCI|VINCENZO|Piazza Borgo, 11|84025|Eboli|SA|16/06/1961|EBOLI|24/02/1989|Napoli|Farmacia|1989||farmacia.tucci@tiscalinet.it +1354|08/06/1989|LENZA|VINCENZO|L.Re Trieste,12|84123|Salerno|SA|05/11/1959|SALERNO|24/02/1989|Napoli|Farmacia|1989||farmaciaferrara@tin.it +1355|08/06/1989|PRIORE|EMILIO|P.Za Europa,75|84037|Sant'Arsenio|SA|19/04/1960|POLLA|21/03/1989|Napoli|Farmacia|1989||farmaciapriore@tiscali.it +1356|08/06/1989|TRUCILLO|ALESSANDRO|VIA SERIPANDO, 22|84100|SALERNO|SA|23/09/1963|SALERNO|21/03/1989|Napoli|Farmacia|1989||sandro-1963@libero.it +1357|08/06/1989|ALLEGRO|PASQUALE|Via Raffaele Cavallo, 11/13|84126|Salerno|SA|12/09/1965|SALERNO|22/03/1989|Napoli|Farmacia|1989||p.allegro@aslsalerno.it +1359|14/07/1989|PELLEGRINO|ANTONELLA|Via Casa Manzo,6|84100|Salerno|SA|28/12/1963|CARACAS|24/02/1989|Napoli|Farmacia|1989||antopel2003@tiscali.it +1360|14/07/1989|FRANCO|FRANCESCO PAOLO|V.Le Margherita,19|84087|Sarno|SA|12/08/1965|NICASTRO|22/03/1989|Napoli|Farmacia|1989||paolo.franco31@virgilio.it +1362|14/07/1989|DI CIANNI|FRANCESCO|P.Za Umberto I,52|84062|Olevano Sul Tusciano|SA|15/03/1963|PIAGGINE|17/10/1988|Firenze|Farmacia|1989||fradic@tiscali.it +1363|21/09/1989|FASANO|ORTENSIA MARIA IRENE|P.Zza Nuova Europa|84020|Ricigliano|SA|23/03/1958|VALVA|24/02/1989|Napoli|Farmacia|1989||farmacia.fasano@tiscali.it +1364|21/09/1989|GRIMALDI|MARIA|Via A.Genovesi,16|84100|Salerno|SA|11/04/1966|SALERNO|24/02/1989|Napoli|Farmacia|1989||farmaciagrimaldi@libero.it +1366|29/12/1989|BARLOTTI|GENNARO|VIA ADIGE, 25|84091|Battipaglia|SA|01/04/1957|BATTIPAGLIA|10/11/1989|Siena|Farmacia|1989||gennarobarlotti@alice.it +1367|29/12/1989|DI CANTO|PIETRO|Via Europa, 6|84070|Trentinara|SA|17/02/1953|TRENTINARA|27/10/1989|Napoli|Farmacia|1989||zoomedicasas@tiscali.it +1368|29/12/1989|CAROTENUTO|MICHELINA|Via Mortellari Tr. Boiardo, 4|84018|Scafati|SA|01/12/1957|POMPEI|27/10/1989|Napoli|Farmacia|1989||dssacarotenuto@alice.it +1369|29/12/1989|DEL GIORNO|GIOVANNI|Via Paolo Grisignano,4|84100|Salerno|SA|12/03/1963|BATTIPAGLIA|26/10/1989|Napoli|Farmacia|1989||gdelgior@its.jnj.com +1370|29/12/1989|D'URSO|STEFANIA|Via P.Grisignano,4|84100|Salerno|SA|18/03/1963|SOLOFRA|30/06/1989|Napoli|Farmacia|1989||dursostefania63@gmail.com +1371|31/12/1989|GUZZI|GERMANO|Via 2 Giugno,10|84091|Battipaglia|SA|06/11/1959|BATTIPAGLIA|30/06/1989|Napoli|Farmacia|1989||duplicegi@tin.it +1372|31/12/1989|BENEVENTO|FILOMENA|Via Frigenti, 16|84010|San Valentino Torio|SA|13/04/1962|NAPOLI|26/10/1989|Napoli|Farmacia|1989||fillybenevento@libero.it +1373|31/12/1989|TRAMONTANO|GERARDO|Via C.Tramontano, 90|84016|Pagani|SA|01/12/1959|PAGANI|20/07/1989|Napoli|Farmacia|1989||gerardotramontano@tiscali.it +1374|31/12/1989|CORRADO|ANTONELLA|Via G.Sodano,29|84087|Sarno|SA|23/03/1961|SALERNO|26/10/1989|Napoli|Farmacia|1989||12214@pec.federfarma.it +1375|08/02/1990|MUCCIOLO|ROSA|VIA ADIGE, 25|84091|BATTIPAGLIA|SA|20/04/1964|BATTIPAGLIA|27/10/1989|Napoli|Farmacia|1989||rosa.mucciolo@cofaser.com +1377|13/03/1990|CAUCEGLIA|TERESA|VIA ERSILIO CASTELLUCCIO, 1|84100|SALERNO|SA|26/02/1959|VALLO DELLA LUCANIA|20/07/1989|Napoli|Farmacia|1989||teresacauceglia@email.it +1380|28/05/1990|GIULIANI|TIZIANA|Via Foresta,34|84066|Pisciotta|SA|20/01/1964|SALERNO|22/03/1990|Padova|Farmacia|1990||f.ciagiuliani@tiscali.it +1381|28/05/1990|DI MARCO|ANGELAMARIA|Via C.Pisacane, 16/18|84098|Pontecagnano Faiano|SA|15/01/1966|SALERNO|09/04/1990|Siena|Farmacia|1990||farmaciadimarco@virgilio.it +1382|28/05/1990|VAIRO|ANTONIO|Via Della Quercia, 66/B|84080|Pellezzano|SA|25/11/1961|VALLO DELLA LUCANIA|05/04/1990|Camerino|Farmacia|1990||vairoantonio@tiscalinet.it +1383|28/05/1990|CAPUANO|ANGELA|P.Za XX Settembre,52|84069|Roccadaspide|SA|21/03/1943|ROCCADASPIDE|23/03/1990|Napoli|Farmacia|1990||farmaciacapuano@libero.it +1384|28/06/1990|RICCIO|GRAZIA PATRIZIA|Via Nuova Raito,5|84019|Vietri Sul Mare|SA|07/06/1956|BELLOSGUARDO|23/03/1990|Napoli|Farmacia|1990||raffaele.vecchi@teletu.it +1386|28/06/1990|PORTO|MATILDE|Via C.Sorgente, 98/D|84125|Salerno|SA|21/07/1962|AVELLINO|22/03/1990|Napoli|Farmacia|1990||digreziaan@alice.it +1388|28/06/1990|GALDERISI|ASSUNTA|Via Tusciano,15|84100|Salerno|SA|15/08/1966|SALERNO|19/03/1990|Roma|Farmacia|1990|| +1389|28/06/1990|VENTRICELLI|ROSETTA|Via Vincenzo Marone, 30/b|84030|Monte San Giacomo|SA|04/01/1964|POLLA|23/02/1990|Napoli|Farmacia|1990||giovanna.ventricelli@virgilio.it +1390|28/06/1990|REGA|ANNA-MARIA|Vico Gigli, 3|80030|Liveri|NA|21/01/1964|CARBONARA DI NOLA|23/03/1990|Napoli|Farmacia|1990|| +1393|18/07/1990|DELL'OMO|LUIGI|Via Gallo, 80|84059|LICUSATI|SA|29/10/1955|CARDITO|27/03/1984|Trieste|Farmacia|1984||farmaciadellomo@libero.it +1394|18/07/1990|CAPPANNINI|GIUSEPPINA|Via Della Quercia, 66/B|84080|Pellezzano|SA|08/02/1964|ROSORA|05/04/1990|Camerino|Farmacia|1990||vairoantonio@tiscali.it +1397|18/12/1990|CANTALUPO|RAFFAELE MASSIMO|Via Risorgimento,4|84043|Agropoli|SA|27/12/1960|LAUREANA CILENTO|13/11/1990|Palermo|Farmacia|1990||massimocantalupo@virgilio.it +1399|29/12/1990|CIANFRONE|SERGIO|Via Selva, 61|84043|Agropoli|SA|25/09/1956|AGROPOLI|24/07/1990|Napoli|Farmacia|1990||sergio_cianfrone@libero.it +1400|29/12/1990|PALADINO|LIDIA|Via Principe di Piemonte, 97|80051|AGEROLA|NA|06/09/1964|SAN GIOVANNI A PIRO|25/10/1990|Napoli|Farmacia|1990|| +1401|29/12/1990|FASOLINO|RENATO|Via Bosco Lucarelli,52|84014|Nocera Inferiore|SA|09/08/1961|NOCERA INFERIORE|06/04/1990|Messina|Farmacia|1990||12217@pec.federfarma.it +1404|14/01/1991|NEGRI|ANTONELLA|Via S.Allende, 60|84081|Baronissi|SA|24/09/1967|SALERNO|25/10/1990|Napoli|Farmacia|1990||antonella.farma@alice.it +1406|14/01/1991|TROPIANO|RAFFAELLA|Via Curto,48|84035|Polla|SA|18/03/1966|POLLA|29/06/1990|Napoli|Farmacia|1990||m.tropiano@virgilio.it +1407|14/01/1991|SAMBROIA|FRANCESCO|Via E.Caterina,75|84100|Salerno|SA|20/05/1964|ALTAVILLA SILENTINA|28/06/1990|Napoli|Farmacia|1990||f.sambroia@virgilio.it +1408|14/01/1991|SCIMONE|ANTONIA|Viale degli Eucalipti, 45|84134|Salerno|SA|12/09/1966|SALERNO|26/10/1990|Napoli|Farmacia|1990||fad.tocci@libero.it +1409|14/01/1991|GROSSO|ANTONIO|Via Xx Settembre,15|84028|Serre|SA|25/09/1962|BATTIPAGLIA|24/07/1990|Napoli|Farmacia|1990||a.grosso@aslsalerno.it +1410|14/01/1991|GUIDA|VINCENZO|VIA SALVATORE ROSA, 74|84091|BATTIPAGLIA|SA|25/08/1965|CASTELLABATE|24/07/1990|Napoli|Farmacia|1990||enzoececilia@alice.it +1412|14/01/1991|LOSCO|LUCIA|Via G.Palumbo,3|84013|Cava Dei Tirreni|SA|26/08/1954|FIRENZE|12/07/1978|Firenze|Farmacia|1978||loscol@hotmail.com +1413|14/01/1991|PESACANE|GENNARINO|Via R.Orsini,35|84010|Tramonti|SA|21/11/1958|BOSCOTRECASE|25/10/1990|Napoli|Farmacia|1990|| +1415|08/02/1991|DE BONIS|ANNA MARIA|Via Marcello, 2/6|84085|Mercato San Severino|SA|20/10/1962|POTENZA|03/11/1987|Napoli|Farmacia|1987||vincenzo.iuliano@tin.it +1419|06/06/1991|CAPOZZOLO|ROSA|Via Degli Artigiani,3|84091|Battipaglia|SA|21/02/1965|SALERNO|26/03/1991|Napoli|Farmacia|1991||r.capozzolo@libero.it +1420|06/06/1991|PASSARO|ROSA|Via Roma,10|84049|Castel San Lorenzo|SA|06/06/1961|NAPOLI|15/12/1990|Bari|Farmacia|1991||farmapassaro@virgilio.it +1421|06/06/1991|GIORDANO|ANNAMARIA|Via Murelle,93|84012|Angri|SA|18/02/1964|ANGRI|26/03/1991|Napoli|Farmacia|1991||ANNAgio64@LIBERO.it +1422|06/06/1991|FORMISANO|ANNA|Via Vittorio Veneto, 90|84013|Cava De' Tirreni|SA|14/05/1966|SALERNO|26/03/1991|Napoli|Farmacia|1991||paba03@libero.it +1423|06/06/1991|DI FILIPPO|PATRIZIO|Via Roma 114|84088|Siano|SA|17/10/1961|LIVORNO|08/04/1991|Messina|Farmacia|1991||patrizio.difilippo@alice.it +1424|06/06/1991|FERRAIOLO|ANDREA|Via Ss.Martiri, 66|84123|Salerno|SA|10/06/1962|SALERNO|25/03/1991|Napoli|Farmacia|1991||andrea.ferraiolo@virgilio.it +1425|06/06/1991|VERDOLIVA|ANTONIO|Viale Degli Olmi,24|84100|Salerno|SA|31/10/1964|NAPOLI|28/02/1991|Napoli|Farmacia|1991||farmaciaverdoliva@tiscali.it +1426|06/06/1991|ZAMBRANO|LUCIO|Via G.Plateario,2|84100|Salerno|SA|16/12/1964|SALERNO|28/02/1991|Napoli|Farmacia|1991||lucioza@aliceposta.it +1427|06/06/1991|CAIAZZA|ANGELA|P.zza Vittorio Emanuale II,10|84013|Cava Dei Tirreni|SA|19/02/1966|SALERNO|26/03/1991|Napoli|Farmacia|1991||angela.caiazza@alice.it +1431|12/09/1991|DE PALMA|GABRIELLA|Via Carmine Rossi,13|84043|Agropoli|SA|15/01/1965|CAPACCIO|14/11/1990|Roma|Farmacia|1991||farmacia.iasi@tiscali.it +1432|12/09/1991|BARLOTTI|FRANCESCA|Via Amendola,20|84043|Agropoli|SA|01/01/1950|AGROPOLI|23/03/1973|Napoli|Farmacia|1973||farmaciabarlotti@convergenze.it +1435|30/12/1991|D'AMATO|MARZIO|C.So Diaz, 172|84085|Mercato San Severino|SA|23/02/1961|NAPOLI|31/10/1991|Napoli|Farmacia|1991||farmdam@tin.it +1436|30/12/1991|SAPERE|LUIGI|VIA P. P. DE CRESCENZO, 24|84121|Salerno|SA|06/04/1959|SALERNO|28/06/1991|Napoli|Farmacia|1991||gigisapere@gmail.com +1437|30/12/1991|BIONDI|MARIANITA|Via M.Testa,8|84127|Salerno|SA|17/07/1966|SALERNO|28/06/1991|Napoli|Farmacia|1991||marinita.biondi@tiscali.it +1438|21/01/1992|MAGLIANO|GIOVANNA ANTONIA|Via Nazionale,30|84020|Casalbuono|SA|22/01/1963|CASALBUONO|16/07/1991|Siena|Farmacia|1991|| +1439|13/02/1992|CONFORTI|MARIA CARMEN|VIALE DEGLI ARANCI, 14/A SC. A - P. 1 - INT. 4|84134|Salerno|SA|18/10/1967|SALERNO|16/07/1991|Roma|Farmacia|1991||carmenconforti@alice.it +1440|13/02/1992|CARBONE|MIRIAM|Via PIETRO DEL PEZZO, 54/C|84128|SALERNO|SA|13/10/1962|NAPOLI|25/07/1991|Napoli|Farmacia|1991||farmaciacarbone@teletu.it +1443|05/03/1992|IUDICI|GIUSEPPE|Via Mazzini, 112|84091|Battipaglia|SA|14/07/1967|SALERNO|25/07/1991|Napoli|Farmacia|1991||farmacia.salus@tiscali.it +1446|18/06/1992|LEONETTI|SALVATORE|VIA A. DE GASPERI, 12|84051|CENTOLA|SA|23/08/1951|PEDACE|28/10/1982|Napoli|Farmacia|1982||17085@pec.federfarma.it +1447|18/06/1992|FRANCO|PASQUALINO|V.Le Margherita,23|84087|Sarno|SA|20/12/1967|SARNO|26/03/1992|Napoli|Farmacia|1992||12237@pec2.federfarma.it +1450|18/06/1992|CONFALONE|SALVATORE|Via Capitolo, 1|84016|Maiori|SA|10/11/1964|NAPOLI|19/11/1991|Napoli|Farmacia|1992||salvatoreconfalone@hotmail.it +1452|18/06/1992|PILERCI|MICHELE ARCANGELO|Via V. Emanuele, 09/11|84078|Vallo Della Lucania|SA|03/06/1967|VALLO DELLA LUCANIA|09/04/1992|Camerino|Farmacia|1992||mikiarca@alice.it +1453|18/06/1992|NASTI|ISABELLA|P.Za Sorrento,15|84012|Angri|SA|25/03/1959|ANGRI|28/02/1992|Napoli|Farmacia|1992||isabella.nasti@email.it +1456|07/07/1992|DE BIASI|MARIACIRA|Via FRANCESCO NAVA,27|20159|MILANO|MI|13/07/1967|PORTICI|28/02/1992|Napoli|Farmacia|1992||ciradebiasi@gmail.com +1457|14/09/1992|SACCO|ANTONIO|Via Sorgente,6|84030|San Pietro Al Tanagro|SA|07/11/1961|SALERNO|19/03/1992|Camerino|Farmacia|1992||farmaciasacco@tiscali.it +1458|14/09/1992|LANGONE|WALTER|VIA VENEZIA, 5|84091|BATTIPAGLIA|SA|18/07/1965|BATTIPAGLIA|26/03/1992|Napoli|Farmacia|1992||wlangone@yahoo.it +1460|30/12/1992|CERIELLO|GIOVANNI|VIA L. da VINCI, 1|84020|LAVIANO|SA|27/04/1968|LAVIANO|27/10/1992|Firenze|Farmacia|1992||giovanni.ceriello@asf.toscana.it +1465|18/03/1993|TENORE|IDA|Via D'andrea, 52|84088|Siano|SA|02/01/1965|NOCERA INFERIORE|30/10/1992|Napoli|Farmacia|1992||farmaciatenore@libero.it +1466|18/03/1993|LANGONE|RAFFAELE|VIA DON MINZONI, SNC|84091|Battipaglia|SA|07/01/1963|BATTIPAGLIA|30/06/1992|Napoli|Farmacia|1992||raffaele.langone@gmail.com +1469|18/03/1993|MAURANO|ANTONELLA|c.so s.matarazzo,46|84048|Castellabate|SA|13/02/1956|CASTELLABATE|24/07/1992|Napoli|Farmacia|1992||fciamaurano@tiscali.it +1471|18/03/1993|FERRANTE|NICOLA|Via E. De Filippo,38|84014|Nocera Inferiore|SA|31/01/1963|NOCERA INFERIORE|30/06/1992|Napoli|Farmacia|1992||nicolaferrante022@gmail.com +1472|27/05/1993|D'URSO|RAFFAELE|Via P.Grisignano,4|84100|Salerno|SA|06/07/1966|AVELLINO|16/07/1992|Roma|Farmacia|1992||raffaeledurso@tiscali.it +1473|27/05/1993|CIOFFI|BIANCA|Via Indipendenza, 16|84121|Salerno|SA|02/05/1968|ROCCAPIEMONTE|06/03/1993|Urbino|Farmacia|1993||farmacia@farmaciacioffi.com +1478|16/06/1993|ROSOLIA|LORELLA|Via Carmine,24|84016|Pagani|SA|09/10/1969|SALERNO|12/01/1993|Napoli|Farmacia|1993||loreros@alice.it +1479|16/06/1993|D'ONGHIA|GIUSEPPINA|VIA NIZZA, 134|84124|SALERNO|SA|11/02/1961|TARANTO|25/07/1992|Bari|Farmacia|1992||farmaciacartolano@libero.it +1480|30/06/1993|FABBRICATORE|ALESSANDRA|Via Cristoforo Colombo, 373|84100|SALERNO|SA|20/12/1967|SALERNO|23/07/1992|Napoli|Farmacia|1993||alessandra.fabbricatore@gmail.com +1481|30/06/1993|DI MARTINO|MARIA ANNA|VIA DELLA FELUCA, 19|84017|Positano|SA|18/11/1964|VICO EQUENSE|25/02/1993|Napoli|Farmacia|1993||m.dimart@virgilio.it +1482|30/06/1993|CRISCUOLO|CARMELA|Via della resistenza Tarv. Pagano 7b|84018|Scafati|SA|01/03/1962|NAPOLI|30/10/1984|Napoli|Farmacia|1984||c.criscuolo@aslsalerno.it +1483|30/06/1993|D'ELIA|MARIA|Via Tempa la scarpa,13|84033|MONTESANO SULLA MARCELLANA|SA|19/10/1968|POLLA|25/02/1993|Napoli|Farmacia|1993||mariella1910@tiscali.it +1484|09/09/1993|LETTIERI|MICHELINA|VIa G. Giuliani, 41|84069|Roccadaspide|SA|25/03/1964|ROCCADASPIDE|06/04/1993|Camerino|Farmacia|1993||lettierimichela24@libero.it +1486|05/10/1993|SCALA|GIUSEPPE|Via Della Resistenza Trav. Pagano, 7b|84018|Scafati|SA|10/05/1954|NAPOLI|18/12/1985|Napoli|Farmacia|1986||scala1954@yahoo.it +1488|16/12/1993|CERINO|ANNA|Via Michelangelo Testa n.8|84100|Salerno|SA|24/04/1957|SALERNO|22/07/1982|Napoli|Farmacia|1982||gpulli@unisa.it +1489|30/12/1993|ZARRELLA|TULLIO|VIA FERROVIA, 45|80040|SAN GENNARO VESUVIANO|NA|29/10/1965|AVELLINO|29/10/1993|Napoli|Farmacia|1993||tulliozarrella@alice.it +1490|30/12/1993|GUADAGNO|UMBERTO|Via L.Cacciatore,34|84100|Salerno|SA|07/07/1967|SALERNO|16/12/1992|Ferrara|Farmacia|1993|| +1491|30/12/1993|COLUCCI|ROSANNA|Via Arce, 49|84122|Salerno|SA|05/08/1965|BARAGIANO|28/10/1993|Napoli|Farmacia|1993||coluccirosann@gmail.com +1492|30/12/1993|FAVA|LOREDANA|P.ZZA CASALBORE, 32|84124|Salerno|SA|17/12/1963|SALERNO|05/07/1993|Napoli|Farmacia|1993||loredana.fava@gmail.com +1493|30/12/1993|CHIANCONE|GERARDINA|Via Mario Iannelli, 14|84122|Salerno|SA|29/05/1965|SALERNO|05/07/1993|Napoli|Farmacia|1993||gerichiancone@tiscali.it +1494|25/01/1994|CRESCIBENE|ALFREDO|Via G.Giuliani 29|84069|Roccadaspide|SA|13/08/1969|SALERNO|28/10/1993|Napoli|Farmacia|1993|| +1495|25/01/1994|MARINO|GIUSEPPE|Via Torrione,20|84100|Salerno|SA|11/02/1964|OTTATI|29/10/1993|Napoli|Farmacia|1993||gmarifar@tiscali.it +1497|25/01/1994|BIFOLCO|PATRIZIA|VIA MATTEO MONETTI, 9|84013|Cava Dei Tirreni|SA|26/07/1969|NOCERA INFERIORE|06/03/1993|Urbino|Farmacia|1993||patriziabifolco@tiscali.it +1502|18/02/1994|DI CAPUA|NUNZIATINA|Viale Delle Querce,2|84134|Salerno|SA|09/09/1962|CAVA DE' TIRRENI|30/06/1993|Urbino|Farmacia|1993||nunziadici@libero.it +1505|15/03/1994|D'AMICO|RAFFAELE|Via della Massicella,58|84035|Polla|SA|13/04/1964|POLLA|04/11/1993|Firenze|Farmacia|1993||damico.raff@tiscali.it +1508|26/05/1994|PINTO|LUISA|Via Canali, 25|84030|SAN PIETRO AL TANAGRO|SA|18/05/1967|POLLA|21/12/1993|Napoli|Farmacia|1994||umbertonunziata@libero.it +1509|26/05/1994|VENTRICELLI|TERESA|Via Napoli, snc|84020|Laviano|SA|14/10/1965|LAVIANO|23/03/1994|Napoli|Farmacia|1994||tventricelli@tiscali.it +1510|26/05/1994|CRISTINZIANO|ADRIANO|VIA E. FERMI, 14|84018|Scafati|SA|08/07/1969|CASTELLAMMARE DI STABIA|24/03/1994|Napoli|Farmacia|1994||thewinners@libero.it +1513|27/06/1994|DONNARUMMA|ANGELO|C.So Amendola,49|84087|Sarno|SA|20/04/1961|PALMA CAMPANIA|20/07/1989|Napoli|Farmacia|1989||farmacia.donnarumma@tiscali.it +1514|27/06/1994|CALABRESE|CARMELA|Via Lucio Orofino,47|84100|Salerno|SA|30/08/1965|NOCERA INFERIORE|23/03/1994|Napoli|Farmacia|1994||luigicammarota@virgilio.it +1516|27/06/1994|AVALLONE|GILDA|Via Madonna Degli Angeli,41|84019|Vietri Sul Mare|SA|20/05/1967|SALERNO|24/02/1994|Napoli|Farmacia|1994||gilda_avallone@yahoo.it +1517|27/06/1994|IANNONE|GIOCONDA|Via Sciaraffia,9|84100|Salerno|SA|22/10/1967|SALERNO|25/03/1994|Napoli|Farmacia|1994||lupfranco@libero.it +1519|27/06/1994|SCOPPETTA|MARIATERESA|Via Torrione,23|84100|Salerno|SA|04/08/1961|SALERNO|20/12/1993|Napoli|Farmacia|1994||mariateresascoppetta@tiscali.it +1520|27/06/1994|GAUDINO|ALFONSINA|VIA SS MARTIRI SALERNITANI, 66|84123|Salerno|SA|31/08/1965|SALERNO|21/12/1993|Napoli|Farmacia|1994||gaudino.a@virgilio.it +1521|27/06/1994|BALBI|ITALIA ANTONIETTA|Via S.Sebastiano, 47|84060|Montano Antilia|SA|14/07/1962|MONTANO ANTILIA|21/12/1993|Napoli|Farmacia|1994||ita.balbi@tiscali.it +1523|27/06/1994|LABRUNA|ELISABETTA|Via Lanzalone, 1|84078|Vallo Della Lucania|SA|16/11/1966|VALLO DELLA LUCANIA|28/10/1993|Napoli|Chimica e tecn. farmaceutica|1994||ds71.farmaceutica@aslsalerno.it +1524|27/06/1994|LOMBARDI|MARIA CONCETTA|Via Rupi, 4|84069|Roccadaspide|SA|17/07/1968|ROCCADASPIDE|24/02/1994|Napoli|Farmacia|1994||mariaconcettalombardi@aslsa3.com +1526|09/09/1994|DI STEFANO|IRACEMA|Via Municipio, 82|84045|Altavilla Silentina|SA|02/04/1963|ALTAVILLA SILENTINA|21/12/1993|Napoli|Farmacia|1994||susi.francesca@virgilio.it +1527|09/09/1994|PETROCCIA|PALMINA|Via Trieste 47|84083|Castel San Giorgio|SA|14/04/1957|SAN MARCO DEI CAVOTI|19/03/1982|Napoli|Farmacia|1982|| +1528|31/10/1994|CASSAVIA|ANNA MARIA RAFFAELA|Via S. Stefano, 7|84021|Buccino|SA|13/09/1959|ACRI|30/10/1991|Napoli|Farmacia|1991||farmacia.parisi@tiscali.it +1530|27/12/1994|GRIMALDI|ANTONIA|Via Mercanti, 70|84100|Salerno|SA|07/09/1970|SALERNO|27/10/1994|Napoli|Farmacia|1994||grimaldi48@grimaldimario.191.it +1531|27/12/1994|SCHIAVO|FRANCESCO|Via Rosa Jemma, 50|84091|Battipaglia|SA|30/01/1966|SALERNO|27/10/1994|Napoli|Farmacia|1994||farmaciaschiavo@virgilio.it +1532|30/12/1994|SARACINO|MADDALENA|C.So Vitt.Emanuele, 92/94|84014|Nocera Inferiore|SA|22/04/1963|SALERNO|27/10/1994|Napoli|Farmacia|1994||saracinomaddy22@gmail.com +1533|30/12/1994|LAUDATI|ROBERTA|Via Tommaso San Severino,42|84085|Mercato San Severino|SA|21/11/1969|SALERNO|11/11/1994|Urbino|Farmacia|1994||roberta.laudati@virgilio.it +1535|26/01/1995|D'ANGIOLILLO|DANIELA|Via Lungomare, 41|84040|Casal Velino|SA|06/09/1965|ASCEA|22/07/1994|Napoli|Farmacia|1994||dangi65@tiscali.it +1536|26/01/1995|PALLADINO|FLAVIO|VIA TEMPONE, 26|84060|Moio Della Civitella|SA|16/11/1963|MOIO DELLA CIVITELLA|28/10/1994|Napoli|Farmacia|1994||flaviopalladino@hotmail.com +1539|26/01/1995|ELEFANTE|ROBERTA|Via P.Baratta,13|84091|Battipaglia|SA|04/06/1966|BATTIPAGLIA|22/07/1994|Napoli|Farmacia|1994||roelef@libero.it +1540|26/01/1995|PELUSO|GIOVANNA|F.P. LETTIERI, 6|84126|Salerno|SA|27/12/1964|SALERNO|30/06/1994|Urbino|Farmacia|1994||gioperla27@yahoo.it +1541|26/01/1995|FORTUNATO|RENATO|Via F.Turati,23|84091|Battipaglia|SA|28/02/1965|SALERNO|27/10/1994|Napoli|Farmacia|1994||fortunato.renato@gmail.com +1544|26/01/1995|DE ANGELIS|ALFONSO|Via R. Vitolo, 28/30|84014|Nocera Inferiore|SA|27/04/1966|NOCERA INFERIORE|27/10/1994|Napoli|Farmacia|1994||al.deangelis@aslsalerno.it +1547|17/02/1995|PECORARO|ANNA ANTONIETTA|Via L.Guerrasio, 150|84083|Castel San Giorgio|SA|06/03/1957|CASTEL SAN GIORGIO|27/10/1994|Napoli|Farmacia|1994||annantonietta.p@tiscali.it +1550|17/03/1995|IUDICI|MANFREDI|Via Mazzini, 112|84091|Battipaglia|SA|20/12/1968|SALERNO|20/07/1994|Catania|Farmacia|1994||farmacia.salus@tiscali.it +1554|09/06/1995|GAETA|ROSSELLA|Via G.B.Amendola,91|84100|Salerno|SA|30/06/1966|POTENZA|27/10/1994|Napoli|Farmacia|1995|| +1555|09/06/1995|STELLA|SEMPLICIO|Via Cesinali,39|83042|Atripalda|AV|12/05/1966|NOCERA INFERIORE|21/12/1994|Napoli|Farmacia|1995||stellasemplice@alice.it +1556|09/06/1995|APICELLA|CONCETTA|Via Prov.le per Campagna - Quadrivio|84020|Campagna|SA|18/03/1967|CAMPAGNA|24/02/1995|Napoli|Farmacia|1995||concettapicella@hotmail.it +1557|09/06/1995|GRIMALDI|PIERLUIGI|VIA SAN PIETRO I, 6|84039|Teggiano|SA|27/07/1967|SALERNO|11/03/1995|Urbino|Farmacia|1995||farmacia-grimaldi@tiscali.it +1558|09/06/1995|PEPE|VINCENZO|Via Barbarulo,71|84014|Nocera Inferiore|SA|19/01/1970|PAGANI|27/03/1995|Napoli|Farmacia|1995||pepper70v@libero.it +1559|09/06/1995|RESCIGNO|MARIA CONSIGLIA|Via E.Astuti, 121|84014|Nocera Inferiore|SA|06/09/1964|SALERNO|17/12/1994|Bari|Farmacia|1995|| +1560|09/06/1995|MONTERA|VINCENZO|VIA GIGANTE, 50|84080|PELLEZZANO|SA|20/02/1971|SALERNO|24/03/1995|Napoli|Farmacia|1995||vincenzomontera@gmail.com +1561|09/06/1995|MANCUSI|ANGIOLA|C.so V.Emanuele-Traversa Turner, 18|84087|Sarno|SA|04/11/1965|NOCERA SUPERIORE|22/03/1995|Napoli|Farmacia|1995||angiola.mancusi@libero.it +1562|09/06/1995|ODIERNA|ANNA MARIA|Via Parallela Duomo,18|84087|Sarno|SA|20/10/1962|SALERNO|27/03/1995|Napoli|Farmacia|1995||aniellosquillante@alice.it +1563|09/06/1995|NASTRI|FRANCESCO|VIA LUNGOMARE TRIESTE, 190|84121|Salerno|SA|14/01/1971|SALERNO|24/03/1995|Napoli|Farmacia|1995||farmacianastribruno@tiscali.it +1564|09/06/1995|ACCARINO|ANTONELLA|P.ZZA E. ABERO, 10|84013|Cava Dei Tirreni|SA|12/04/1972|ROMA|27/03/1995|Napoli|Farmacia|1995||12253@pec.federfarma.it +1565|28/06/1995|GUGLIELMOTTI|MARIA ANTONIETTA|Via CIRILLO 2|84085|MERCATO SAN SEVERINO|SA|22/09/1963|SALERNO|21/12/1994|Napoli|Farmacia|1995||farmgg@virgilio.it +1566|28/06/1995|GENNATIEMPO|GIOVANNI|Via Gelso,69|84100|Salerno|SA|10/12/1964|SALERNO|21/12/1994|Napoli|Farmacia|1995||gennagiannifarm@libero.it +1568|28/06/1995|PALESCANDOLO|GIOVANNI|Via Lanzara, 33|84014|Nocera Inferiore|SA|15/11/1960|NOCERA INFERIORE|21/12/1994|Napoli|Farmacia|1995||farmaciapalescandolo@virgilio.it +1570|28/06/1995|SAPERE|ANNALEA|Via Casa Stanzione ,16|84133|Salerno|SA|18/07/1960|SALERNO|22/03/1995|Napoli|Farmacia|1995||annelee.mary@libero.it +1572|08/09/1995|TROPIANO|ANTONIO|Via A.PAPIO,35|84122|SALERNO|SA|06/05/1969|SALERNO|24/02/1995|Napoli|Farmacia|1995|| +1575|06/10/1995|SANTONICOLA|ALFONSA|Via Nazionale n. 124|84012|ANGRI|SA|09/04/1966|SAN MARZANO SUL SARNO|22/03/1995|Napoli|Farmacia|1995||alfonsasantonicola@pecfarmacisti.it +1576|06/10/1995|GALLUCCI|VINCENZO|Via S.Da Giudici,11|84012|Angri|SA|13/04/1969|SALERNO|04/04/1995|Messina|Farmacia|1995||vg1369@libero.it +1577|06/12/1995|DIGILIO|GIOVANNI|Via G. Parini, 11|84058|Pontecagnano|SA|24/09/1958|ACCETTURA|24/03/1986|Napoli|Farmacia|1986||farmaciadigilio@tiscali.it +1579|28/12/1995|LAUDATI|NATALIA|Via Tommaso S.Severino,42|84085|Mercato San Severino|SA|02/10/1968|SALERNO|10/11/1995|Urbino|Farmacia|1995||farmaciaeredilaudati@tiscali.it +1580|28/12/1995|LAURO|MARIA ROSARIA|VIA FONTANAROSSA, 8|95121|CATANIA|CT|11/09/1971|NOCERA INFERIORE|20/07/1995|Napoli|Farmacia|1995||lauro@unisa.it +1582|28/12/1995|PEPE|MARIA GRAZIA|Via Garibaldi|84020|Controne|SA|03/09/1963|SALERNO|28/06/1995|Napoli|Farmacia|1995||mg.pepe@aslsalerno.it +1586|19/01/1996|RUSSO|ANTONIA|VIA TRINITA'. 15|84010|Ravello|SA|22/09/1970|NAPOLI|18/07/1995|Roma|Farmacia|1995||antonya@tiscali.it +1587|19/01/1996|RESCIGNO|ROBERTO|P.tta Barracano, 6|84100|Salerno|SA|13/08/1965|SALERNO|11/11/1995|Bari|Farmacia|1995||robertorescigno65@gmail.com +1588|19/01/1996|MAIURI|PASQUALINA|Via C.Merola,19|84060|Moio Della Civitella|SA|10/04/1970|MOIO DELLA CIVITELLA|14/11/1995|Siena|Farmacia|1995|| +1592|14/06/1996|FERRARA|FILOMENA|Via Leonino Vinciprova, 3|84034|Padula|SA|31/03/1959|POLLA|12/04/1984|Bologna|Farmacia|1984||filo.far@live.it +1593|14/06/1996|BISOGNO|RITA|Via V.Veneto,90|84013|Cava Dei Tirreni|SA|23/01/1971|SALERNO|28/10/1994|Napoli|Chimica e tecn. farmaceutica|1995||ritabisogno@tiscali.it +1594|14/06/1996|SODANO|EMANUELE|Via Caracciolo, 55 - Fraz. Pioppi|84068|Pollica|SA|16/04/1971|POLLICA|28/03/1996|Napoli|Farmacia|1996||emanuele.sodano@theramex.it +1595|14/06/1996|CONFORTI|MICHELE|Via Panoramica, 33 a34|84100|Salerno|SA|29/10/1966|SALERNO|12/03/1996|Ferrara|Farmacia|1996|| +1596|14/06/1996|ZOLLO|GLORIA|Viale Degli Olmi,24|84134|Salerno|SA|05/01/1972|SALERNO|01/04/1996|Napoli|Farmacia|1996||gloriazollo@live.it +1597|14/06/1996|RUOPPOLO|FEDERICA|Via Matteo Ripa, 7|84100|Salerno|SA|08/04/1970|SALERNO|01/04/1996|Napoli|Farmacia|1996||fd.ruoppolo@ruoppolofarmaceutici.it +1598|14/06/1996|POMPAMEA|SERGIO|Via C.Granozio,13|84100|Salerno|SA|18/12/1971|SALERNO|28/03/1996|Napoli|Farmacia|1996||sergiopompamea@gmail.com +1599|14/06/1996|POMPAMEA|GIANLUCA|VIA GRISIGNANO , 7|84100|Salerno|SA|18/05/1970|SALERNO|28/03/1996|Napoli|Farmacia|1996||gpompamea@libero.it +1602|27/06/1996|VAIRO|IRENE MARIA|Via COMO,16|84091|BATTIPAGLIA|SA|07/11/1970|SALERNO|28/03/1996|Napoli|Farmacia|1996||irene.vairo@gmail.com +1603|30/07/1996|MARCHESE|TERESA|Via Val D'agri|84030|Sanza|SA|01/07/1968|POLLA|01/04/1996|Napoli|Farmacia|1996||parafarmaciamarchese@alice.it +1604|30/07/1996|DE ANGELIS|ANNA RITA|Via R. Vitolo, 28/30|84014|Nocera Inferiore|SA|27/04/1969|NOCERA INFERIORE|28/03/1996|Napoli|Farmacia|1996||ardea69@gmail.com +1606|30/07/1996|GIANNATTASIO|TERESA|Via Panoramica,35|84100|Salerno|SA|26/04/1969|SALERNO|21/07/1995|Napoli|Chimica e tecn. farmaceutica|1995||abucella@virgilio.it +1610|30/12/1996|RIVIELLO|GIULIA|C.So Garibaldi,194|84123|Salerno|SA|26/07/1956|POTENZA|07/11/1996|Salerno|Farmacia|1996||giuliarivi@tiscali.it +1611|21/01/1997|CIMMELLI|RENATO|Via Nazionale,389|84015|Nocera Superiore|SA|18/05/1967|NOCERA INFERIORE|30/10/1996|Napoli|Farmacia|1996|| +1612|21/01/1997|STORTI|GUGLIELMO|Via S.D'acquisto|84020|Controne|SA|12/07/1959|SALERNO|23/07/1996|Napoli|Farmacia|1996||gustorti@tiscali.it +1614|21/01/1997|DI STASIO CONTALDI|HELEN|Via MANZINI,22|84010|San Marzano Sul Sarno|SA|27/09/1973|SALERNO|24/07/1996|Napoli|Farmacia|1996||distasio@farmaciadistasiocontaldi.191.it +1615|21/01/1997|PANDOLFI|DARIO|P.zza D'arezzo,18|84016|Pagani|SA|22/06/1971|PAGANI|29/10/1996|Napoli|Farmacia|1996||info@farmaciapandolfi.it +1617|21/01/1997|CERNUZIO|GIUSEPPE|Via Luigi Guerrasio, 52|84083|Castel San Giorgio|SA|11/03/1970|NAPOLI|30/10/1996|Napoli|Farmacia|1996||giuseppecernuzio@gmail.com +1618|21/01/1997|DELLA MONICA|ERNESTO|Via B.Avallone,9|84013|Cava Dei Tirreni|SA|16/12/1971|SALERNO|24/07/1996|Napoli|Farmacia|1996|| +1621|21/01/1997|PISCIOTTA|ROSA|Via Matteotti,111|84016|Pagani|SA|18/04/1969|NOCERA INFERIORE|24/07/1996|Napoli|Farmacia|1996||pisciotta.rosa@libero.it +1622|21/01/1997|SANTILLO|AUGUSTA|Via Califano, 5|84016|Pagani|SA|18/05/1968|SALERNO|23/07/1996|Napoli|Farmacia|1996||augustasantillo@jomi.it +1623|21/01/1997|TROTTA|ROSA|Via Casalanario, 56|84012|Angri|SA|08/07/1971|POMPEI|21/03/1996|Napoli|Chimica e tecn. farmaceutica|1996||ro.raf@libero.it +1624|21/01/1997|SANTUCCI|IDA|Via Roma, 46|84015|Nocera Superiore|SA|16/03/1967|NOCERA SUPERIORE|23/07/1996|Napoli|Farmacia|1996||idasantucci@alice.it +1625|21/01/1997|ROMANO|LUCA|Via Mazzini,48|84091|Battipaglia|SA|16/08/1971|SALERNO|30/10/1996|Napoli|Farmacia|1996||farmaciaromano@tiscali.it +1627|04/02/1997|PICCIUOLI|GIUSEPPE|Via E.Fermi,5|84020|Ricigliano|SA|03/06/1966|RICIGLIANO|30/10/1996|Napoli|Farmacia|1996||farmaciapicciuoli@yahoo.it +1629|04/02/1997|D'ACUNTO|GIOVANNA|VIA CENTRALE, 77|84024|CONTURSI|SA|03/04/1968|EBOLI|29/10/1996|Napoli|Farmacia|1996||maurodan@alice.it +1631|04/02/1997|GALLO|MASSIMO|Via De Gasperi,27|84018|Scafati|SA|19/11/1967|NAPOLI|16/11/1996|Urbino|Farmacia|1996||gallo.farmacia@libero.it +1632|17/02/1997|MARANDINO|AURELIO|Via Ponte Barizzo, 170|84047|Capaccio|SA|03/12/1969|CAPACCIO|09/11/1995|Perugia|Farmacia|1996||aureliomarandino@gmail.com +1633|17/02/1997|FORTUNATO|ALFONSO LEONZIO|Via Marconi,14|84070|Santa Marina|SA|04/11/1965|MARATEA|30/10/1996|Napoli|Farmacia|1996||farmacia.pucci@virgilio.it +1635|03/03/1997|FAMULARO|DOMENICO|VIA MONCHARMONT, 23|84091|Battipaglia|SA|11/10/1964|PALOMONTE|21/03/1996|Napoli|Chimica e tecn. farmaceutica|1996||domenico.famularo@valeas.it +1636|18/03/1997|MANCINI|MAURO|C.So Garibaldi,47|84123|Salerno|SA|11/07/1967|SALERNO|21/03/1996|Napoli|Chimica e tecn. farmaceutica|1996|| +1638|18/03/1997|PISANI|QUEENIE|Via P. Atenolfi, 33|84013|Cava Dei Tirreni|SA|13/10/1970|SALERNO|16/07/1996|Siena|Farmacia|1996||agostinosenatore@tin.it +1639|02/04/1997|PIUCCI|BRUNELLA|Via Della Libert, 39|84086|Roccapiemonte|SA|31/01/1972|SALERNO|19/07/1995|Napoli|Farmacia|1995||brunellapiucci@yahoo.it +1642|21/04/1997|IULIANO|PAOLA|Via M.Pagano,183|84086|Roccapiemonte|SA|07/06/1967|SALERNO|28/06/1996|Urbino|Farmacia|1996||paolaiuliano9@gmail.com +1643|04/06/1997|CIVALE|CAROLINA|Via Cesarano, 154|84016|Pagani|SA|03/03/1973|PAGANI|20/03/1997|Salerno|Farmacia|1997||carolcivale@libero.it +1644|04/06/1997|ORIO|CONCETTA SERENA|C.So Garibaldi,33|84123|Salerno|SA|02/01/1973|SALERNO|20/03/1997|Salerno|Farmacia|1997||concettaserena.orio@alice.it +1646|04/06/1997|LOTITO|SOFIA|Via A.Vespucci,9|84043|Agropoli|SA|23/07/1972|AGROPOLI|20/03/1997|Salerno|Farmacia|1997||lotito.sofia@tiscali.it +1647|04/06/1997|D'ALESSIO|PAOLA|Via Zammarelli,3|84127|Salerno|SA|23/06/1972|POLLA|20/03/1997|Salerno|Farmacia|1997||dipaolina@libero.it +1648|04/06/1997|CAMPITIELLO|ANNA|C.so Ettore Padovano, 44|84016|Pagani|SA|05/08/1972|NOCERA INFERIORE|20/03/1997|Salerno|Farmacia|1997||annarosacamp@tiscali.it +1649|04/06/1997|LAUDATI|LUIGI|Via L.Cacciatore,24|84085|Mercato San Severino|SA|18/04/1970|NOCERA INFERIORE|08/03/1997|Urbino|Farmacia|1997||farmacia.laudati@tiscali.it +1650|19/06/1997|D'ALESSIO|SAVERIO|VIA ATZORI, 6/A|84014|Nocera Inferiore|SA|24/04/1967|NOCERA INFERIORE|25/03/1997|Napoli|Farmacia|1997||saveriodalessio1@icloud.com +1651|19/06/1997|BOSCIA|FRANCESCA|Via E.Siciliano, 45|84014|Nocera Inferiore|SA|01/11/1973|BENEVENTO|17/12/1996|Napoli|Farmacia|1997||boscia@unina.it +1652|19/06/1997|D'AMORE|ROSANNA|Via Dentice D'accadia,41|84014|Nocera Inferiore|SA|26/07/1969|SALERNO|26/03/1997|Napoli|Farmacia|1997||farmacia.damore@libero.it +1653|19/06/1997|DE SIMONE|LUCIA|Via G. Matteotti, 4|84014|NOCERA INFERIORE|SA|13/07/1968|NOCERA INFERIORE|26/03/1997|Napoli|Farmacia|1997||luxdes@libero.it +1654|19/06/1997|VILLANI|ROSA|Via Nazionale,389|84015|Nocera Superiore|SA|30/10/1968|SALERNO|26/03/1997|Napoli|Farmacia|1997||fciaviola@tele2.it +1655|19/06/1997|DI BENEDETTO|SANDRA|VIA PROVINCIALE CAMPAGNA SNC-CONDOMINIO MILLEONDE|84020|QUADRIVIO DI CAMPAGNA|SA|02/08/1968|BATTIPAGLIA|26/03/1997|Napoli|Farmacia|1997||sander68@tiscali.it +1657|30/07/1997|VENNERI|LEONARDO|Via Chiusa Del Pero, 15|84040|Casal Velino|SA|30/04/1974|SALERNO|17/03/1997|Roma|Farmacia|1997||leo.venneri@katamail.com +1659|30/07/1997|PETTI|ANTONIO|Via P.Baratta,110/a|84091|Battipaglia|SA|23/03/1964|BATTIPAGLIA|16/12/1991|Napoli|Chimica e tecn. farmaceutica|1992|| +1663|16/09/1997|RUSSO|GERARDO|Via Lacco,37|84010|Ravello|SA|14/10/1967|NAPOLI|07/11/1994|Roma|Chimica e tecn. farmaceutica|1994||farmaciaravello@tiscali.it +1666|19/01/1998|RIZZO|MARIA EMANUELA|Via Arienzo,46|84017|Positano|SA|21/09/1971|ROMA|27/06/1997|Urbino|Farmacia|1997||roberto.rizzo@live.it +1667|19/01/1998|PESCA|LINA|Via Roma, 21|84029|Sicignano Degli Alburni|SA|21/01/1969|SALERNO|07/11/1997|Urbino|Farmacia|1997||gpesca@tiscali.it +1668|19/01/1998|SANTOMAURO|LUCIA|Via Salvo D'acquisto,19|84020|Controne|SA|16/11/1973|POTENZA|24/07/1997|Salerno|Farmacia|1998||lucyn73@yahoo.it +1673|10/02/1998|DI SERIO|TATIANA|Via Quintino Di Vona,4|84100|Salerno|SA|12/10/1966|SALERNO|24/07/1997|Napoli|Farmacia|1997||info@raffaeleplaitano.it +1674|10/02/1998|VERVECE|ANNUNZIATA|Via Prov.Le Amendola,173|84087|Sarno|SA|23/01/1971|PAGANI|21/10/1997|Napoli|Farmacia|1997||Dott.verveceannunziata@yahoo.it +1677|10/02/1998|GRISI|LUCILLA|Via M.Conforti,3|84100|Salerno|SA|05/04/1973|SALERNO|11/11/1997|Salerno|Farmacia|1997|| +1678|09/03/1998|MAIONE|MARCO|Via Diaz,31|84100|Salerno|SA|12/02/1971|SALERNO|21/10/1997|Napoli|Farmacia|1997||marco.maione2@tin.it +1679|09/03/1998|AMATO|NICOLETTA|Via G.B.Lama,7|84100|Salerno|SA|12/04/1971|SALERNO|21/10/1997|Napoli|Farmacia|1997||nicolettamato@gmail.com +1681|09/03/1998|NIGRO|CARMEN|Via XXIV Maggio, 3|84025|Eboli|SA|04/10/1972|EBOLI|18/04/1997|Siena|Chimica e tecn. farmaceutica|1997|| +1682|21/04/1998|CAVALIERE|ROSA|Strada Nuova n.74|84010|Minori|SA|12/06/1958|MINORI|26/03/1991|Napoli|Farmacia|1991||cavaliere.rosa@libero.it +1686|16/06/1998|BIFOLCO|MARINA|Via P.De Granita,13/e|84100|Salerno|SA|09/05/1969|PAGANI|26/03/1998|Napoli|Farmacia|1998||marinabifolco@alice.it +1687|16/06/1998|PISANI|LILIANA|C/O FARMACIA S. MICHELE SAS Via PETRARCA,1|58022|FOLLONICA|GR|14/07/1952|VIGGIANO|10/07/1979|Napoli|Farmacia|1979||FARMACIASANMICHELESAS@LIVE.it +1690|16/06/1998|IANNIBELLI|COLOMBINA|Via Nazionale Serrone, 23|84030|Atena Lucana|SA|06/03/1970|POLLA|21/01/1998|Napoli|Farmacia|1998||info@dimuria.it +1691|16/06/1998|CIVALE|MARIASTELLA|Via Cesarano,121|84016|Pagani|SA|16/04/1974|PAGANI|03/04/1998|Salerno|Farmacia|1998||123stellac@libero.it +1693|14/07/1998|LA MORTICELLA|ANTONIA|Via Roma,83|84077|Torre Orsaia|SA|26/08/1960|TORRE ORSAIA|12/03/1998|Camerino|Farmacia|1998|| +1694|14/07/1998|BORRELLI|ROBERTO|Via Corallo,23|84016|Pagani|SA|06/07/1963|NAPOLI|28/02/1997|Napoli|Farmacia|1997||fciaborrelli@tiscali.it +1696|14/07/1998|RUFOLO|AMALIA|Via Medaglie D'oro, 122|84024|Contursi|SA|10/06/1969|SALERNO|19/02/1998|Modena|Farmacia|1998||farmacia.salvante@tiscali.it +1698|08/09/1998|GOFFREDI|FRANCESCO|Via Lombardia n.6|84043|AGROPOLI|SA|27/01/1973|SALERNO|14/07/1997|Perugia|Chimica e tecn. farmaceutica|1997||francescogoffredi@hotmail.com +1701|27/10/1998|LANZISERA|ALESSANDRA|Via Caliri,15|84013|Cava Dei Tirreni|SA|12/08/1970|BARI|10/03/1995|Perugia|Farmacia|1995|| +1702|29/12/1998|SIANI|ANTONELLA|Via Rotolo,40|84013|Cava Dei Tirreni|SA|01/01/1964|SALERNO|28/10/1998|Napoli|Farmacia|1998||antonella.siani7@gmail.com +1704|13/01/1999|DE FEO|ROSA MARIA|VIA BOLIVAR ANGOLO LUIGI MAZZEO C/O FARMACIA|84059|MARINA DI CAMEROTA|SA|01/04/1974|VALLO DELLA LUCANIA|28/10/1998|Salerno|Farmacia|1998||farmacia.giuliani@libero.it +1708|02/02/1999|PESCA|ANTONIO|Via Roma, 21|84029|Sicignano Degli Alburni|SA|22/01/1962|SALERNO|28/10/1998|Napoli|Farmacia|1998||gpesca@tiscali.it +1712|02/02/1999|TORO|ROSARIA|Via Serroni , 28 - (fraz.Capitignano)|84090|Giffoni Sei Casali|SA|05/11/1972|GIFFONI SEI CASALI|28/10/1998|Salerno|Farmacia|1998||rosaria.toro@libero.it +1713|02/02/1999|ELETTO|ANNAMARIA|Via Amato, 25|84099|San Cipriano Picentino|SA|29/03/1971|SALERNO|24/07/1998|Salerno|Farmacia|1998||annamariaeletto@libero.it +1714|02/02/1999|ANTONAGLIA|ANNA MARIA|VIA SAN PIETRO I, 6|84039|Teggiano|SA|15/06/1968|PIAGGINE|28/10/1998|Napoli|Farmacia|1998||farmacia.grimaldi@alice.it +1716|09/03/1999|SCARPONE|ANTONIO|Via Cellara,8|84095|Giffoni Valle Piana|SA|21/06/1973|SALERNO|24/07/1998|Salerno|Farmacia|1998||antonioscarpone@virgilio.it +1718|09/03/1999|FRASSO|ALDO|Largo San Pietro a Corte, 7|84121|Salerno|SA|03/01/1975|SALERNO|28/10/1998|Napoli|Farmacia|1998||aldo.frasso@libero.it +1719|27/04/1999|IUORIO|GIUSEPPINA|VIA MONCHARMONT, 23|84091|BATTIPAGLIA|SA|25/02/1971|PALOMONTE|19/01/1998|Napoli|Chimica e tecn. farmaceutica|1998||g.iuorio@chiesi.com +1721|25/05/1999|GOGLIA|PIETRO|Via Nazionale|84028|Serre|SA|28/05/1967|SERRE|29/10/1998|Napoli|Farmacia|1998||pietro.goglia@libero.it +1722|25/05/1999|PELUSO|ARTURO|Via Matteo Silvatico n 17|84125|SALERNO|SA|31/10/1970|SALERNO|12/03/1999|Urbino|Farmacia|1999||igdull@libero.it +1724|25/05/1999|SAPERE|GIULIO|VIA BELVEDERE, 43 - PARCO CAPRINO|84091|Battipaglia|SA|21/01/1971|SALERNO|09/04/1999|Salerno|Farmacia|1999||giulius71@live.it +1725|25/05/1999|D'AMORE|AGOSTINO|Via I. Gabola, 8|84014|Nocera Inferiore|SA|22/03/1973|SALERNO|09/04/1999|Salerno|Farmacia|1999||farmacia.damore@libero.it +1729|25/05/1999|PISAPIA|IDA|Via Pompei,42|84098|Pontecagnano Faiano|SA|19/11/1972|SALERNO|09/04/1999|Salerno|Farmacia|1999||pisapiaida72@gmail.com +1732|25/05/1999|PAGANO|PASQUALE|Via Tiziano, 10|84096|MONTECORVINO ROVELLA|SA|06/09/1971|SALERNO|09/04/1999|Salerno|Farmacia|1999||paganofarm@alice.it +1733|25/05/1999|DE MARTINO|FRANCESCO|Via Panoramica, 25|84135|Salerno|SA|26/12/1970|SALERNO|20/01/1999|Napoli|Farmacia|1999||francesco_demartino@tiscali.it +1734|25/05/1999|DE FEO|ATTILIO|Via Magna Grecia, 324 - c/o Farmacia|84047|Capaccio|SA|29/10/1975|VALLO DELLA LUCANIA|09/04/1999|Salerno|Farmacia|1999|| +1735|25/05/1999|SINISCALCHI|CARLO|Piazza F.Gioia,21|84122|Salerno|SA|03/06/1972|SALERNO|09/04/1999|Salerno|Farmacia|1999||mcsin@inwind.it +1736|25/05/1999|CAMMAROTA|MARIA TERESA|Via E.De Filippis,141|84013|Cava Dei Tirreni|SA|17/09/1966|SALERNO|24/03/1999|Napoli|Farmacia|1999||fcia.cammarota@tiscali.it +1737|25/05/1999|SALSANO|RAFFAELLA|Via Velia,74|84121|Salerno|SA|07/09/1973|SALERNO|12/03/1999|Urbino|Farmacia|1999||farm.salsano@tiscali.it +1738|03/06/1999|LOMBARDI|GIUSEPPE|VIA S. PASSERO 43|84078|Vallo della Lucania|SA|18/11/1969|NAPOLI|17/04/1999|Bari|Farmacia|1999||farmacialombardi@tin.it +1739|29/01/2009|LANGONE|MARIA CARMELA|Via Belvedere, 43 P.Co Caprino Fabb.L 2|84091|Battipaglia|SA|09/03/1971|POSTIGLIONE|25/03/1999|Napoli|Farmacia|1999||mariacarmela.langone@gmail.com +1740|03/06/1999|QUARANTA|DOMENICO MASSIMO|Via Belvedere,107|84091|Battipaglia|SA|27/06/1968|POLLA|24/03/1999|Napoli|Farmacia|1999||farmaciaquaranta@gmail.com +1743|22/06/1999|MILLAURO|BARBARA|Via di giramonte, 23|59100|Prato|PO|05/07/1971|NAPOLI|20/12/1996|Napoli|Chimica e tecn. farmaceutica|1997||farmaciamillauro@gmail.com +1744|28/06/1999|MASI|CINZIA|VIA FIRMIO LEONZIO, 18|84100|Salerno|SA|26/07/1969|TARANTO|09/04/1999|Salerno|Farmacia|1999||enzoadi74@email.it +1747|12/10/1999|MAZZILLO|VIRGINIA|Via Sotto La Chiesa,4|84020|Salvitelle|SA|18/12/1967|POLLA|20/01/1999|Napoli|Farmacia|1999||virginia.mazzillo@alice.it +1748|02/12/1999|BRANCATI|DIEGO|Via Marino Paglia,26|84100|Salerno|SA|11/01/1965|SALERNO|20/07/1999|Roma|Farmacia|1999||diego.brancati@tiscali.it +1749|02/12/1999|ACCARINO|RENATO|VIA BIBLIOTECA AVALLONE, 26|84013|Cava Dei Tirreni|SA|13/11/1973|CAVA DE' TIRRENI|23/07/1999|Salerno|Farmacia|1999||delcorso@farmaciaaccarino.it +1750|14/12/1999|VECCHIO|ANGELICA|VIA GIOVANNI VERGA, 29|84091|BATTIPAGLIA|SA|04/08/1972|EBOLI|29/10/1999|Salerno|Farmacia|1999||angycus@alice.it +1751|30/12/1999|TRONCONE|ELEONORA|Via P.Baratta, 94|84091|Battipaglia|SA|25/12/1957|CAPACCIO|22/07/1999|Napoli|Farmacia|1999||etroncone@alice.it +1752|30/12/1999|ROCCO|ROSA|Via Roma, 370/A|84092|Bellizzi|SA|10/03/1963|CAPOSELE|22/07/1999|Napoli|Farmacia|1999||albino.budetta@yahoo.it +1754|11/01/2000|ACCARDI|VINCENZA MARIA FIDIA|C.So Umberto , Trav. Brunelleschi, 23|84018|Scafati|SA|23/06/1972|SAN SEVERO|23/03/1999|Napoli|Chimica e tecn. farmaceutica|1999||1298200@pec2.federfarma.it +1755|11/01/2000|PETTI|MONICA|Piazza V. VENETO, 39|84123|SALERNO|SA|01/06/1973|POMIGLIANO D'ARCO|30/10/1999|Napoli|Farmacia|1999||petti.monica@libero.it +1756|11/01/2000|VILLANI|MARIA VITTORIA|Via Filangieri,2|84013|Cava Dei Tirreni|SA|13/01/1973|SALERNO|30/10/1999|Napoli|Farmacia|1999||info@farmaciamontano.it +1758|11/01/2000|D'ANIELLO|FILOMENA|Via Nicola Bruni Grimaldi,100|84014|Nocera Inferiore|SA|16/02/1975|NOCERA INFERIORE|18/01/1999|Napoli|Chimica e tecn. farmaceutica|1999||daniellomena@libero.it +1759|11/01/2000|CASTALDI|ANTONIETTA|Via Rivo Cerola,26|84087|Sarno|SA|17/10/1975|SARNO|29/10/1999|Salerno|Farmacia|1999||antonietta_castaldi@alice.it +1760|11/01/2000|ALA|GAETANO|P.ZZA DEI DOGI, 19|84011|Amalfi|SA|06/01/1967|AMALFI|29/10/1999|Napoli|Farmacia|1999||farmaciaala@libero.it +1762|25/01/2000|DELLA MURA|ELIANA|Via Settimio Mobilio, 206|84127|Salerno|SA|06/03/1964|SALERNO|22/07/1999|Napoli|Farmacia|1999||e.dellamura@email.it +1763|25/01/2000|MILILLO|IGNAZIO|Via Pisacane, 15|84043|Agropoli|SA|18/09/1976|AGROPOLI|29/06/1999|Napoli|Farmacia|1999||ignazio.milillo@gmail.com +1765|25/01/2000|MARCHIARO|LAURA|Via F.Prudente,3|84010|Cetara|SA|30/06/1975|CETARA|29/10/1999|Napoli|Farmacia|1999||lauramarchiaro@yahoo.it +1767|15/02/2000|ESPOSITO|RAFFAELE GERARDO|Via Trento,9|84085|Mercato San Severino|SA|20/05/1974|LUCCA|09/04/1999|Salerno|Farmacia|2000||esposito.r@tin.it +1768|15/02/2000|BUFALO|RAFFAELLA|Via Roma,1|84018|Scafati|SA|23/12/1973|POMPEI|23/07/1999|Salerno|Farmacia|2000||raffaella.bufalo@gmail.com +1769|14/03/2000|PERITO|FIDELIA|Via S.Felice,2 Sala Abbagnano|84100|Salerno|SA|21/07/1973|ROMA|29/10/1999|Salerno|Farmacia|1999||perito.fidelia@libero.it +1775|09/05/2000|VERCELLONE|ADRIANO|Via Lepanto, 132|80045|Pompei|NA|04/04/1966|POMPEI|28/10/1988|Napoli|Farmacia|1988||adrianovercellone@libero.it +1776|30/05/2000|FIERRO|ERNESTO|VIA PORTANOVA, 10|84121|Salerno|SA|10/11/1973|ARONA|29/10/1999|Salerno|Farmacia|1999||farmastella@yahoo.it +1779|30/05/2000|NESI|ROMEO|Via Roma,2|84026|Postiglione|SA|21/01/1968|POSTIGLIONE|10/04/2000|Salerno|Farmacia|2000||nesi.romeo@gmail.com +1780|30/05/2000|BALDI|MASSIMO|Via Lamia - fraz. S.Maria snc|84048|Castellabate|SA|19/11/1972|SALERNO|10/04/2000|Salerno|Farmacia|2000||massimobaldi@tiscali.it +1781|30/05/2000|SCIUMANO'|SIMONA|Via Martin Luther King, 8/10|84080|Pellezzano|SA|12/05/1973|SALERNO|10/04/2000|Salerno|Farmacia|2000||sciumanosimona@tiscali.it +1783|30/05/2000|FENZA|ANNA|Piazza XX Settembre,10/4|84085|Mercato San Severino|SA|13/02/1973|SALERNO|23/07/1999|Salerno|Farmacia|2000||anna.fenza@libero.it +1785|30/05/2000|GIULIANI|CARLO|Via Sirene,2|84059|Camerota|SA|24/12/1973|CAMEROTA|11/04/2000|Salerno|Farmacia|2000||farmacia.giuliani@libero.it +1786|30/05/2000|DELLA VISTA|ANNALISE|Via Fiume, 68|84131|Salerno|SA|14/11/1974|SALERNO|10/04/2000|Salerno|Farmacia|2000||annalise32sa@tiscali.it +1787|13/06/2000|NISI|GIOVANNI|Largo Dei Trecento,1|84073|Sapri|SA|06/11/1974|VALLO DELLA LUCANIA|11/04/2000|Salerno|Farmacia|2000||giovanni.nisi@live.it +1789|13/06/2000|DE CHIARA|GIOVANNI|VIA DEL CENTENARIO, 117 - LANCUSI|84084|FISCIANO|SA|28/06/1973|SALERNO|10/04/2000|Salerno|Farmacia|2000||giovannidechiara1973@libero.it +1790|13/06/2000|BRUNO|GERARDO|Piazza Concordia,38|84123|Salerno|SA|26/04/1964|FISCIANO|28/03/2000|Napoli|Farmacia|2000||gerarbr@tin.it +1792|13/06/2000|PANNUNZIO|MIRELLA|C.So Vitt.Emanuele|84087|Sarno|SA|29/11/1956|AGNONE|27/01/2000|Napoli|Farmacia|2000|| +1793|13/06/2000|BORRELLI|LUCIO|Via A.De Gasperi,70|84016|Pagani|SA|31/08/1968|NAPOLI|28/03/2000|Napoli|Farmacia|2000||fciaborrelli@tiscali.it +1795|13/06/2000|TOMEO|DANIELA|Via Fedele Calvosa 26/b|03100|FROSINONE|FR|11/02/1975|VALLO DELLA LUCANIA|28/03/2000|Napoli|Farmacia|2000||dany.tomeo@tiscali.it +1796|19/06/2000|AUFIERO|MARIA CRISTINA|Via Striano,54|84087|Sarno|SA|11/05/1973|SARNO|11/04/2000|Salerno|Farmacia|2000|| +1797|11/07/2000|ROMANO|MARCO|Via G.Mazzini, 48|84091|Battipaglia|SA|01/12/1973|SALERNO|28/03/2000|Napoli|Farmacia|2000||mondofarma@tiscali.it +1799|11/07/2000|CITERA|FRANCESCA|Largo S. Pietro a Corte, 7|84121|Salerno|SA|06/07/1974|SALERNO|10/04/2000|Salerno|Farmacia|2000||f.citera@virgilio.it +1804|12/09/2000|CARLEO|LUCIA|Via Plava,32|84091|Battipaglia|SA|12/08/1975|BATTIPAGLIA|10/04/2000|Salerno|Farmacia|2000||l.carleo@libero.it +1805|12/09/2000|BORTONE|MARINELLA|Largo Del Seggio|84050|Cuccaro Vetere|SA|05/01/1965|CUCCARO VETERE|24/02/1989|Napoli|Farmacia|1989||marinellabortone@tiscali.it +1808|16/11/2000|FRANCICA|CANDIDO|C/o Farmacia Proto|84010|Minori|SA|11/07/1974|CATANZARO|20/07/1999|Messina|Farmacia|1999||francicacandido@alice.it +1810|11/12/2000|SOMMA|ROCCO|Via Irno,43 - scala B|84135|Salerno|SA|01/07/1966|SALERNO|22/03/2000|Napoli|Chimica e tecn. farmaceutica|2000||r.somma@tiscali.it +1812|11/12/2000|FABIANO|FILOMENA|Via Roma,23|84088|Siano|SA|29/10/1974|ROCCAPIEMONTE|30/10/2000|Salerno|Farmacia|2000||milla.74@virgilio.it +1814|28/12/2000|DURANTE|GABRIELLA|Via Rocco Cocchia,30|84129|Salerno|SA|06/05/1972|SALERNO|30/10/2000|Salerno|Farmacia|2000||durantegabriella@virgilio.it +1815|28/12/2000|SABIA|PASQUALINA|VIA RAFFAELE CANTARELLA, 15 INT. 5|84133|Salerno|SA|24/01/1975|TORINO|30/10/2000|Salerno|Farmacia|2000||lina.sabia@alice.it +1816|10/01/2001|AIELLO|GIOVANNI|Via Mercanti, 62|84100|Salerno|SA|15/06/1976|SALERNO|30/10/2000|Salerno|Farmacia|2000||giovanni.aiello1976@libero.it +1817|10/01/2001|MIRRA|MARCO|Via C. Sorgente, 98/g|84125|Salerno|SA|20/07/1971|SALERNO|30/10/2000|Salerno|Farmacia|2000||mirra.marco2009@libero.it +1818|10/01/2001|CARLONE|GIANFRANCO|Via Perris,5|84100|Salerno|SA|05/03/1970|SALERNO|30/10/2000|Salerno|Farmacia|2000||CARLONE.GIANFRANCO@VIRGILIO.it +1819|10/01/2001|GAMBINO|NICOLA FRANCESCO MARIA|VIA 24 MAGGIO, 10|84025|Eboli|SA|06/10/1976|SALERNO|30/10/2000|Salerno|Farmacia|2000||nfmgambino@gmail.com +1820|10/01/2001|CARLEO|GIADA|Via Marconi,41|84013|Cava Dei Tirreni|SA|15/05/1977|CAVA DE' TIRRENI|30/10/2000|Salerno|Farmacia|2000||giadacarleo@libero.it +1821|10/01/2001|ODIERNA VITI|IRENE|G. Atzori,177/3|84014|Nocera Inferiore|SA|02/07/1973|NOCERA INFERIORE|24/07/2000|Salerno|Farmacia|2000||ire73@virgilio.it +1822|10/01/2001|LA ROCCA|REMO|Via Ostaglio,114|84100|Salerno|SA|02/02/1970|SALERNO|30/10/2000|Salerno|Farmacia|2000||remolarocca@tiscali.it +1823|10/01/2001|MANZI|ANNA MARIA|Via San Vincenzo Curteri, 15|84085|Mercato San Severino|SA|06/01/1959|QUINDICI|26/07/1986|Napoli|Farmacia|1986||farmaciasanseverino@tiscali.it +1825|10/01/2001|DI PALMA|ANTONELLA|Corso Mazzini, 50|84013|Cava dei Tirreni|SA|16/09/1973|SALERNO|22/12/1999|Napoli|Chimica e tecn. farmaceutica|2000||antomemi@libero.it +1826|10/01/2001|TROCCOLI|MARIA FELICIA|VIA G. GONZAGA, 7|84100|Salerno|SA|07/04/1977|SALERNO|24/07/2000|Salerno|Farmacia|2000|| +1828|10/01/2001|RIZZO|ROBERTO|VIA PASITEA, 22|84017|Positano|SA|21/05/1974|ROMA|29/06/2000|Urbino|Farmacia|2000||roberto.rizzo@live.it +1829|10/01/2001|AMORESANO|MASSIMO|Via del Biancospini, 20|84040|CASAL VELINO|SA|28/05/1968|MONTECORICE|29/11/1999|Salerno|Farmacia|2000|| +1830|10/01/2001|BONITO|CARMELA|P.zza P.Budetta 57/A|84096|Montecorvino Rovella|SA|11/04/1970|SALERNO|28/03/2000|Napoli|Farmacia|2000||carmela.bonito@cofaser.com +1832|10/01/2001|CASALE|CATIA|Via Migliano,7 Coop.Rinascita|84080|Penta di Fisciano|SA|03/10/1974|WARENDORF (D)|30/10/2000|Salerno|Farmacia|2000||casalecatia@yahoo.it +1833|10/01/2001|NANNI|REMIGIO|Viale dei pioppi,31|84134|Salerno|SA|21/01/1977|SALERNO|30/10/2000|Salerno|Farmacia|2000||reminanni@libero.it +1837|22/01/2001|DI NOVELLA|DIEGO|Via C.Pisacane, 5|84036|Sala Consilina|SA|12/07/1977|ROMA|13/07/2000|Siena|Farmacia|2000||parafarmaciadinovella@gmail.com +1839|22/01/2001|PAESANO|NICOLA|Via Francesco La Francesca,59|84124|Salerno|SA|10/09/1976|VALLO DELLA LUCANIA|30/10/2000|Salerno|Farmacia|2000||npaesano@alice.it +1841|07/02/2001|DE FILIPPO|GIULIA|Via Codola - San Vincenzo, n.30|84085|Mercato San Severino|SA|21/06/1974|SALERNO|29/10/1999|Salerno|Farmacia|2001||giuliaoff74@gmail.com +1842|07/02/2001|MAUCIONE|ANGELA|Via Vitt.Emanuele III|84020|Aquara|SA|27/12/1958|SALERNO|26/10/2000|Napoli|Farmacia|2000||lillina.maucione@gmail.com +1843|07/02/2001|SINISCALCHI|TERESA|VIA DON GIUSTINO MARIA RUSSOLILLO, 18|84010|San Valentino Torio|SA|04/03/1975|SAN VALENTINO TORIO|30/10/2000|Salerno|Farmacia|2000||byzantine@alice.it +1847|07/05/2001|VITALE|SALVATORE|CORSO GARIBALDI 76|84043|AGROPOLI|SA|11/02/1972|SALERNO|16/07/1998|Pisa|Chimica e tecn. farmaceutica|2000||SAVITALE72@Gmail.COM +1849|25/05/2001|DI CARLO|SIMONE MARIA|VIA ANTONIO RUSSO, 1|84100|Salerno|SA|23/05/1977|SALERNO|25/01/2001|Salerno|Farmacia|2001||simonemariadicarlo@yahoo.it +1850|25/05/2001|SAPONIERO|DANIELE|VIA PIRONTI P.Co Delle Rose Scala L|84100|Salerno|SA|18/03/1977|ISERNIA|25/01/2001|Salerno|Farmacia|2001||dsaponiero@gmail.com +1851|25/05/2001|MASTURZO|CESARE|Luri,45|84099|S.Cipriano Picentino|SA|26/03/1975|SALERNO|30/03/2001|Salerno|Farmacia|2001|| +1852|25/06/2001|DE LUCA|SONIA|Via Alfano Bolino,22|84100|Salerno|SA|30/12/1974|SALERNO|30/03/2001|Salerno|Farmacia|2001||soniadeluca5@liberto.it +1853|25/05/2001|VIOLANTE|GIAN FILIPPO|VIA TRENTO, 74|84016|Pagani|SA|14/09/1967|NAPOLI|15/11/2000|Urbino|Farmacia|2001||gianfilippoviolante@gmail.com +1854|25/05/2001|D'AGOSTINO|VALENTINA|VIA RAFFAELE CAPONE, 2|84125|Salerno|SA|19/02/1976|SALERNO|25/01/2001|Salerno|Farmacia|2001||v.dagostino76@gmail.com +1856|25/05/2001|MARANDINO|ADALGISA|VIA MAGNA GRECIA, 520/A|84047|CAPACCIO|SA|01/03/1973|PAGANI|30/03/2001|Salerno|Farmacia|2001||antonioippolito@yahoo.it +1857|25/05/2001|SALERNO|RICCARDO|Via Francesco Lanzara,33|84014|Nocera Inferiore|SA|15/05/1971|SALERNO|25/01/2001|Salerno|Farmacia|2001||salecar@libero.it +1858|25/05/2001|MELE|IMACA MICHELA|G.Martuscelli,16|84100|Salerno|SA|11/07/1975|MILANO|30/03/2001|Salerno|Farmacia|2001||FARMACIASANMICHESESAS@liVE.it +1859|25/05/2001|SALVATI|ROSA|VIA TORINO, 5|84085|Mercato San Severino|SA|15/04/1977|NOCERA INFERIORE|30/03/2001|Salerno|Farmacia|2001||marosasalvati@gmail.com +1860|25/05/2001|GALLUCCI|SONIA|Via Provinciale Turci, 2|83029|Solofra|AV|26/02/1976|AVELLINO|30/01/2001|Napoli|Farmacia|2001||info@parafargallucci.it +1861|25/05/2001|PERGAMO|ANNALIA|VIA RANFONE 4|84085|Mercato San Severino|SA|08/04/1974|SALERNO|25/01/2001|Salerno|Farmacia|2001||annalia.pergamo@GMAIL.COM +1862|25/05/2001|MELILLO|PAOLA|Via S. Bernardino, 26|84025|Eboli|SA|25/07/1976|EBOLI|30/03/2001|Salerno|Farmacia|2001||paola.melillo@tin.it +1863|25/05/2001|BARONE|MARIANNA|VIA VITERBO|84090|MONTECORVINO PUGLIANO|SA|03/03/1976|BATTIPAGLIA|30/03/2001|Salerno|Farmacia|2001||mariannabarone2017@virgilio.it +1864|25/05/2001|LUONGO|ILARIA|Via Romandola, snc|84022|Campagna|SA|26/06/1973|SALERNO|30/03/2001|Salerno|Farmacia|2001||luongo.ilaria73@libero.it +1866|07/06/2001|TRAMONTANO|GIUSEPPINA|Caporale Vito Ruggiero,29|84010|San Valentino Torio|SA|05/10/1974|SAN VALENTINO TORIO|30/03/2001|Salerno|Farmacia|2001||giuseppinatramontano@libero.it +1867|07/06/2001|BUONAIUTO|MARIA LUISA|Via Lavorate-Centro, 195|84087|Sarno|SA|12/05/1963|SARNO|28/03/2001|Napoli|Farmacia|2001||farmalub@alice.it +1868|07/06/2001|D'ARCO|MARIA|Via Gen. Nastri, 55|84084|Fisciano|SA|17/03/1969|ROCCAPIEMONTE|30/03/2001|Salerno|Farmacia|2001||mariadarco@tiscali.it +1869|07/06/2001|PARAGGIO|CHIARA|Selva,31|84043|Agropoli|SA|19/08/1975|ROMA|27/03/2001|Napoli|Farmacia|2001||farmaciaparaggiovoza@gmail.com +1870|07/06/2001|CIANCIA|ELEONORA|1^ Traversa Veneto,1|84010|San Marzano Sul Sarno|SA|18/12/1975|NOCERA INFERIORE|30/03/2001|Salerno|Farmacia|2001||eleonoraciancia@inwind.it +1871|07/06/2001|BROCCOLI|MARIA|Belvedere,80|84045|Altavilla Silentina|SA|08/02/1976|ALTAVILLA SILENTINA|30/03/2001|Salerno|Farmacia|2001||mariabroccoli@salerno.pecfarmacisti.it +1872|07/06/2001|BORRIELLO|MARIA|Matteo Ripa,66|84091|Battipaglia|SA|10/10/1976|NAPOLI|30/03/2001|Salerno|Farmacia|2001||m.borriello@email.it +1873|07/06/2001|SORIERO|MARIA GERARDA|Mezzacapo,203|84036|Sala Consilina|SA|12/01/1971|OLIVETO CITRA|19/03/2001|Roma|Farmacia|2001||gerardasoriero@gmail.com +1876|25/06/2001|ROBERTAZZI|MARIA|Via Venezia,17|84098|PONTECAGNANO FAIANO|SA|14/02/1967|SALERNO|14/03/2001|Urbino|Farmacia|2001||mariarobertazzi@alice.it +1877|16/07/2001|PEPE|ANNA|P.Zza Martiri Ungheria, 7|84016|Pagani|SA|14/08/1975|PAGANI|30/03/2001|Salerno|Farmacia|2001||dott.annapepe@libero.it +1879|16/07/2001|TORRE|ELENA|Via Gustavo Trotta, 7|84016|Pagani|SA|18/10/1976|PAGANI|30/03/2001|Salerno|Farmacia|2001||elenatorre@libero.it +1880|16/07/2001|SALVATO|GAETANA|Via San Rocco,14|84086|Roccapiemonte|SA|05/10/1975|NOCERA INFERIORE|30/10/2000|Salerno|Farmacia|2000||gaetana.salvato@gmail.com +1881|30/07/2001|CASTELLANO|BIANCA MARIA|Viale Dei Romani, 1|84135|Salerno|SA|16/03/1973|SALERNO|03/03/2001|Salerno|Farmacia|2001||biancamaria1973@hotmail.it +1884|03/09/2001|MILITO|GIUSEPPE|Via A.Salsano,38|84013|Cava Dei Tirreni|SA|04/03/1975|SALERNO|30/03/2001|Salerno|Farmacia|2001||milusimo@virgilio.it +1886|26/09/2001|DI MURO|ADELE|Via B.Garofalo,3|84095|Giffoni Valle Piana|SA|13/08/1974|SALERNO|23/07/1999|Salerno|Farmacia|2000||farmaciaquaranta@virgilio.it +1888|07/11/2001|FINELLI|ANGELO|VIA SERRONI ,4|84090|GIFFONI SEI CASALI|SA|29/11/1976|SALERNO|30/03/2001|Salerno|Farmacia|2001||angelofinelli@virgilio.it +1892|27/12/2001|PELLEGRINO|ELISABETTA|Piazza Europa, 7|84092|Bellizzi|SA|19/01/1976|ROMA|30/10/2001|Salerno|Farmacia|2001||pellegrinoelisa@tiscali.it +1895|27/12/2001|BIANCHINI|MICHELE|VIA PIEMONTE,6|84096|Montecorvino Rovella|SA|07/04/1976|SALERNO|05/11/2001|Roma|Farmacia|2001|| +1897|27/12/2001|FASANO|VALERIA|Via Giudaica, 32|84121|SALERNO|SA|05/09/1970|POSTIGLIONE|30/10/2001|Salerno|Farmacia|2001||valeria.fasano@email.it +1898|14/01/2002|CONSIGLIO|GRAZIA|Via G.B. Amendola, 33|84129|Salerno|SA|14/08/1978|SALERNO|15/10/2001|Salerno|Farmacia|2001||graziaconsiglio1978@libero.it +1899|14/01/2002|GRIECO|CARMEN|C.So Garibaldi,33|84123|Salerno|SA|07/02/1977|SALERNO|31/10/2001|Salerno|Farmacia|2001||griecocarmem@alice.it +1900|14/01/2002|MARTINO|SIMONA|VIA PALINURO, 1|84098|PONTECAGNANO FAIANO|SA|18/09/1976|SALERNO|25/07/2001|Salerno|Farmacia|2001||smartino96@yahoo.com +1901|14/01/2002|D'AMBROSIO|NICOLA|C.So Vitt.Emanuele,143|84100|Salerno|SA|02/07/1970|SALERNO|15/11/2001|Urbino|Farmacia|2001||nickdambry1970@libero.it +1903|14/01/2002|CORALLUZZO|ANNALISA|Via Valentino Fortunato, 23/b|84095|Giffoni Valle Piana|SA|06/11/1975|EBOLI|21/03/2000|Napoli|Chimica e tecn. farmaceutica|2000||coralluzzoannalisa@gmail.com +1905|14/01/2002|DI NOVELLA|DIEGO|VIA ISCHIA, 61|84038|Sassano|SA|26/05/1978|SALERNO|02/07/2001|Napoli|Farmacia|2001||diego.dinovella@gmail.com +1906|14/01/2002|GIANNOTTI|SIMONE|Via G. Gonzaga,7|84100|Salerno|SA|28/08/1977|SALERNO|15/10/2001|Salerno|Farmacia|2001||felitro@libero.it +1907|14/01/2002|ROMANO|FABIO|Via Mazzini,48|84091|Battipaglia|SA|27/05/1976|SALERNO|31/10/2001|Salerno|Farmacia|2001||romano-fabio76@tiscali.it +1908|14/01/2002|RUSSO|LUCIA|VIA TRESSANTI, s.n.c.|84036|Sala Consilina|SA|13/12/1977|ROVIGO|16/07/2001|Ferrara|Farmacia|2001||noco@libero.it +1909|14/01/2002|VERTICCHIO|FERNANDA|Via G.Giuliani, 80|84069|Roccadaspide|SA|22/01/1975|ROCCADASPIDE|15/10/2001|Salerno|Farmacia|2001||verticchiofernanda@tiscali.it +1912|14/01/2002|CUZZOLINO|ANTONELLA|Via Stritto, 10/B|84020|San Gregorio Magno|SA|26/08/1973|OLIVETO CITRA|15/10/2001|Salerno|Farmacia|2001||ing.ursi@tin.it +1913|14/01/2002|DE MARTINO|LAURA|Via La Mennolella,49|84100|Salerno|SA|19/03/1978|SALERNO|15/10/2001|Salerno|Farmacia|2001||ldemartino@unisa.it +1914|14/01/2002|CAUCEGLIA|MARINA|Via Delle Ginestre,113|84100|Salerno|SA|31/07/1963|PORTICI|23/10/2001|Napoli|Farmacia|2001||marina.cau@hotmail.it +1915|14/01/2002|BIFOLCO|STEFANIA|VIA M. MONETTI, 9|84013|Cava Dei Tirreni|SA|02/01/1973|PAGANI|25/07/2001|Salerno|Farmacia|2001||patriziabifolco@tiscali.it +1916|11/02/2002|DE FEO|LUIGI|VIA MAGNA GRECIA,316-SCALO-C/O F.CIA|84047|CAPACCIO|SA|07/10/1977|VALLO DELLA LUCANIA|25/07/2001|Salerno|Farmacia|2001||farmacia.defeo@libero.it +1917|11/02/2002|PENNINO|FRANCESCA|VIA CROVITO, 2A - LOC. COPERCHIA|84080|PELLEZZANO|SA|14/07/1973|CATANIA|28/03/1998|Catania|Farmacia|1998||fra.pennino@libero.it +1919|11/02/2002|BLOISE|MARCELLA FILOMENA|Via del Biancospini, 20|84040|CASAL VELINO|SA|22/10/1974|MORANO CALABRO|26/07/2001|Salerno|Farmacia|2001|| +1921|11/02/2002|ABATE|GIANCARMINE|Via Gigante,19|84080|Pellezzano|SA|06/06/1976|SALERNO|25/07/2001|Salerno|Farmacia|2001||giancarmineabate@hotmail.com +1922|11/02/2002|AGOGLIA|MARCELLA|Via P.Grippo, 1|85100|POTENZA|PZ|25/01/1974|POTENZA|25/07/2001|Salerno|Farmacia|2001||marcella.agoglia@libero.it +1926|27/02/2002|VENTRE|DANIELA|Via Europa,8|84098|Pontecagnano Faiano|SA|15/09/1976|SALERNO|30/10/2001|Salerno|Farmacia|2001||danielaventre@virgilio.it +1931|23/04/2002|D'AMATO|DOMENICA|Via Valle Mauro,3|84036|Sala Consilina|SA|23/09/1975|POLLA|27/06/2000|Napoli|Chimica e tecn. farmaceutica|2001||mimmadamato75@outlook.it +1933|19/06/2002|DE BELLIS|ANTONIO|TRAVERSA ABBRO, snc|84013|CAVA DE' TIRRENI|SA|15/09/1975|SALERNO|25/07/2001|Salerno|Farmacia|2001||tonydebellis75@gmail.com +1934|09/07/2002|BENEDETTO|ROBERTA|Via Giovanni Santoro, 14|84123|Salerno|SA|27/12/1977|SALERNO|26/03/2002|Salerno|Farmacia|2002||robyben77@gmail.com +1935|09/07/2002|VULCANO|MASSIMO PASQUALE|Via Coppola, 41 - Fraz. Velina|84040|Castelnuovo Cilento|SA|03/10/1975|MESSINA|26/03/2002|Salerno|Farmacia|2002||m.vulcano@chiesi.com +1936|09/07/2002|NATALE|MARIA GIUSEPPINA|VIA GIUSEPPE DI VITTORIO 144|00034|COLLEFERRO|RM|11/04/1975|POLLA|26/03/2002|Salerno|Farmacia|2002||pinanatale@libero.it +1938|09/07/2002|CONTALDI|MARIKA|Via Cesina,76|84010|San Valentino Torio|SA|20/01/1979|NOCERA INFERIORE|20/05/2002|Napoli|Farmacia|2002||marikacontaldi@libero.it +1940|09/07/2002|BUONO|ELEONORA|Calata San Vito,73|84100|Salerno|SA|24/11/1972|SALERNO|26/03/2002|Salerno|Farmacia|2002||eleonorabuono@virgilio.it +1943|09/07/2002|GALLUZZO|REGINA|Via San Vincenzo n.17 loc. Curteri|84085|Mercato San Severino|SA|21/06/1977|NOCERA INFERIORE|26/03/2002|Salerno|Farmacia|2002||galluzzoregina@gmail.com +1946|09/07/2002|LAMBIASE|ANNA|Via F. Carillo, 14|84013|Cava Dei Tirreni|SA|14/11/1977|TERLIZZI|26/03/2002|Salerno|Farmacia|2002||annalambiase@hotmail.it +1947|29/07/2002|ALIBERTI|ANTONIETTA|VIA VELIA, 15|84100|SALERNO|SA|13/01/1977|PAGANI|26/03/2002|Universit degli studi di Salerno|Farmacia|2002||farmaciasoglia@alice.it +1949|29/07/2002|DELLA PEPA|CARMELA|Contrada Noce, 28|84060|Perdifumo|SA|05/07/1972|SALERNO|14/05/2002|Siena|Farmacia|2002||dpcarmy@virgilio.it +1951|29/07/2002|RUSSO|SABATO FERNANDO|VIA MONS. CORVINO, 2|84088|Siano|SA|31/03/1978|SIANO|26/03/2002|Salerno|Farmacia|2002||sabafe78@yahoo.it +1952|29/07/2002|VASSALLO|ROSETTA|Via Dr.Nicola Cestari,21|84030|Montesano Sulla Marcellan|SA|12/06/1970|NAPOLI|14/05/2002|Siena|Farmacia|2002||vassallorosetta@gmail.com +1957|16/09/2002|LOMBARDI|ELENA|VIA VINCENZO RUSSO 21|84015|Nocera Superiore|SA|02/04/1978|NOCERA INFERIORE|21/03/2002|Roma|Farmacia|2002|| +1958|16/09/2002|AMOROSO|MARIA|Viale P.Baratta,24|84091|Battipaglia|SA|02/01/1974|AGROPOLI|26/03/2002|Salerno|Farmacia|2002|| +1960|14/10/2002|GERBASIO|GIOVANNI|VIA CASALINO, 26|84099|SAN CIPRIANO PICENTINO|SA|05/05/1975|SALERNO|25/07/2001|Salerno|Farmacia|2001||giovannigerbasio@hotmail.it +1962|04/12/2002|MONTANO|GENNARO|Via Filangieri,2|84013|Cava Dei Tirreni|SA|31/08/1974|MADDALONI|06/03/2001|Napoli|Farmacia|2001||info@farmaciamontano.it +1963|31/12/2002|SICA|ROSA|Via Del Centenario,133|84091|Battipaglia|SA|24/08/1976|BATTIPAGLIA|15/10/2002|Salerno|Farmacia|2002||cofaser.sede4@tiscali.it +1964|31/12/2002|BEVILACQUA|ANGELA|Via S.Francesco,13|84027|Sant'Angelo a Fasanella|SA|22/10/1976|SALERNO|15/10/2002|Salerno|Farmacia|2002||farmacia.bevilacqua@tiscali.it +1965|31/12/2002|BEVILACQUA|ANTONIA|C.So Garibaldi,194|84100|Salerno|SA|02/02/1978|SALERNO|15/10/2002|Salerno|Farmacia|2002||farmacia.bevilacqua@tiscali.it +1966|31/12/2002|ARMINIO|PASQUALE|Via Francois Tuffaut,9|84095|Giffoni Valle Piana|SA|07/12/1974|SALERNO|11/11/2002|Salerno|Farmacia|2002||parminio@katamail.com +1967|15/01/2003|TENORE|TIZIANA|Via A.Capuano,14|84083|Castel San Giorgio|SA|03/12/1977|PAGANI|25/07/2002|Salerno|Farmacia|2002||tizianatenore@libero.it +1969|15/01/2003|VASSALLO|ANTONIO|Via Regina Elena,73|84085|Mercato San Severino|SA|04/05/1978|SALERNO|15/10/2002|Salerno|Farmacia|2002||avassallo@unisa.it +1971|15/01/2003|APICELLA|MASSIMILIANO|Via SEI Settembre 1860, 36|84128|Salerno|SA|02/05/1979|SALERNO|26/07/2002|Salerno|Farmacia|2002||apicmax@gmail.com +1972|15/01/2003|TORRE|MARIA TERESA|Via VI Settembre 1860, 36|84100|Salerno|SA|11/05/1979|TORRE DEL GRECO|26/07/2002|Salerno|Farmacia|2002||mt.torre@libero.it +1973|15/01/2003|GREGORIO|MARIA|Via San Francesco,69|84041|Baronissi|SA|05/04/1979|SALERNO|26/07/2002|Salerno|Farmacia|2002||maria-gregorio@tiscali.it +1974|15/01/2003|VOLPE|CARMELA|Via Leonardo Da Vinci, snc|84098|Pontecagnano Faiano|SA|10/03/1970|SALERNO|26/03/2003|Salerno|Farmacia|2002||volpecarmela@live.it +1975|15/01/2003|PIEGARI|LUCIA|Via IV Novembre,20|84020|San Gregorio Magno|SA|23/08/1973|POLLA|15/10/2002|Salerno|Farmacia|2002||luciapiegari@tiscali.it +1977|15/01/2003|TULIMIERI|PATRIZIA|Via Amato Santamaria,8|84080|Pellezzano|SA|20/06/1977|SALERNO|25/07/2002|Salerno|Farmacia|2002||pat_tul@hotmail.com +1978|15/01/2003|MARINO|MARIA|Via Ponte Barizzo-P.co delle Ginestre, 41|84047|Capaccio|SA|10/05/1975|AGROPOLI|08/11/2002|Salerno|Farmacia|2002||marinomaria75@libero.it +1979|15/01/2003|MALANGONE|FRANCESCO SAVERIO|Loc.Sperlonga|84020|Palomonte|SA|09/11/1978|NAPOLI|11/11/2002|Salerno|Farmacia|2002||farmacia.malangone@tiscali.it +1980|15/01/2003|GRIMALDI|LORENZO|C.SO GARIBALDI, 33|84100|SALERNO|SA|18/09/1978|CAVA DE' TIRRENI|08/11/2002|Salerno|Farmacia|2002||grimaldilorenzo@alice.it +1981|15/01/2003|RIZZO|LUIGI|VIA Amdeo Moscati 3|84132|Salerno|SA|05/02/1978|SALERNO|08/11/2002|Salerno|Farmacia|2002||edolui@tiscali.it +1983|15/01/2003|DEL PRETE|TIZIANA|Viale delle Mimose, 14|84044|Albanella|SA|10/05/1977|AGROPOLI|15/10/2002|Salerno|Farmacia|2002||tiziana.dp@tiscali.it +1984|15/01/2003|NANNI|MARIANGELA|Via delle Tamerici, 6|84134|Salerno|SA|23/08/1979|SALERNO|26/07/2002|Salerno|Farmacia|2002||nanirem@katamail.com +1986|15/01/2003|BARRA|VALERIA|Via Giovanni del Galdo, 5|84126|Salerno|SA|08/11/1975|SALERNO|26/07/2002|Salerno|Farmacia|2002||valbarr@tin.it +1987|15/01/2003|GUIDA|ANNAMARIA|VIA CANONICO DE LUCA 46/P/2|84040|Celle Di Bulgheria|SA|11/10/1976|CELLE DI BULGHERIA|26/07/2002|Salerno|Farmacia|2002||farmacia_guida@yahoo.it +1988|15/01/2003|CASCIANO|CARMELA|Via Falascone, 8|84020|Palomonte|SA|04/12/1975|EBOLI|26/07/2002|Salerno|Farmacia|2002||carmela.casciano@tiscali.it +1989|15/01/2003|VISCARDI|EDUARDO|Via A.Gramsci,82|84010|San Marzano Sul Sarno|SA|22/01/1964|SAN MARZANO SUL SARNO|08/11/2002|Salerno|Farmacia|2002||eduardo.viscardi@alice.it +1990|15/01/2003|MIGNINI|IRMA|Via Madonna Di Fatima,24|84129|Salerno|SA|09/11/1978|SALERNO|26/07/2002|Salerno|Farmacia|2002||irma.mignini@libero.it +1991|15/01/2003|VIGILANTE|STEFANIA|Via Trento, 143/A|84131|Salerno|SA|28/05/1978|MILANO|25/07/2002|Salerno|Farmacia|2002||stefivigi@tiscali.it +1992|15/01/2003|ORO|GIUSEPPE|Via Sottosanti,21|84010|San Valentino Torio|SA|08/08/1970|SAN GIUSEPPE VESUVIANO|19/12/2001|Salerno|Farmacia|2002||orogiu@libero.it +1993|11/02/2003|ALBANO|FILOMENA|Via Damiano Chiesa, 75|84082|Bracigliano|SA|19/09/1961|BRACIGLIANO|11/11/2002|Salerno|Farmacia|2002||albilena@libero.it +1994|11/02/2003|LICCARDI|CRISTINA|Via Ten.B.Lombardi,35|84083|Castel San Giorgio|SA|09/02/1976|NOCERA INFERIORE|15/10/2002|Salerno|Farmacia|2002||studioalfano@tiscalinet.it +1995|11/02/2003|SANTORO|ANTONELLA|Via Madonna Di Fatima,29|84100|Salerno|SA|12/06/1975|SALERNO|15/10/2002|Salerno|Farmacia|2002||antonellafarm1975@gmail.com +1997|11/02/2003|ESPOSITO|PATRIZIA|P.ZZA RISORGIMENTO, 12|84098|PONTECAGNANO FAIANO|SA|02/09/1975|NAPOLI|15/10/2002|Salerno|Farmacia|2002||patriziaesposit@libero.it +1998|11/02/2003|PUGLIESE|ROSA ELISA|Via Garibaldi,10|84077|Torre Orsaia|SA|26/09/1953|TORRE ORSAIA|16/12/1975|Napoli|Farmacia|1976||farmacia-canonico@tiscali.it +2000|11/02/2003|MAUTONE|ELENA|Via Dell'immacolata, 11|84057|Laurino|SA|10/07/1977|SALERNO|08/11/2002|Salerno|Farmacia|2002||panfilo.genovesi@tiscali.it +2002|11/02/2003|D'ALESSANDRO|GILBERTO|Via Godelmo,58 B|84036|Sala Consilina|SA|30/06/1975|POLLA|19/12/2001|Salerno|Farmacia|2002||gilberto.dalessandro@tiscali.it +2004|11/02/2003|GIOIELLA|GIULIANA|Viale dell'Immacolata n6|84086|Roccapiemonte|SA|27/01/1976|PAGANI|15/10/2002|Salerno|Farmacia|2002||gioiellagiuliana@gmail.com +2005|11/02/2003|LANZETTA|MARIANGELA|Via Cappella Vecchia,27|84087|Sarno|SA|15/03/1977|SALERNO|26/07/2002|Salerno|Farmacia|2002||lanzetta.mar@gmail.com +2006|11/02/2003|SAPORITO|DANIELA|VIA GEN. ARMANDO DIAZ, 32|84100|Salerno|SA|27/08/1974|POLLA|08/11/2002|Salerno|Farmacia|2002||danielasaporito@libero.it +2007|11/02/2003|ORSINI|GIULIANA|Via Napoli,47|84091|Battipaglia|SA|06/09/1978|SALERNO|22/03/2002|Napoli|Chimica e tecn. farmaceutica|2002||acidix78@libero.it +2009|11/02/2003|AGOSTINELLI|CLAUDIO|Via Romanelli,5|84043|Agropoli|SA|17/02/1974|MARACAIBO(VENEZUELA)|11/11/2002|Salerno|Farmacia|2002||jeanclaud48@hotmail.it +2010|11/02/2003|SPEZIGA|ELVIRA|VIA SALVATORE CALENDA, 18|84126|Salerno|SA|26/03/1978|SALERNO|26/07/2002|Salerno|Farmacia|2002||elvira.speziga1978@gmail.com +2012|11/02/2003|VINCITORE|SILVANA|VIA MARTIRI D'OTRANTO, 23/C|84088|Siano|SA|25/05/1977|NOCERA INFERIORE|15/10/2002|Salerno|Farmacia|2002|| +2013|11/02/2003|LAMBIASE|CARMELA|Via G.Lamberti,39|84013|Cava De' Tirreni|SA|16/10/1965|CAVA DE' TIRRENI|24/07/2001|Napoli|Farmacia|2001|| +2014|11/02/2003|GIFFONI|GIANFRANCO VITTORIO|Via G.Lamberti,39 c/o LAMBIASE CARMELA|84013|Cava dei tirreni|SA|29/09/1966|TORTORELLA|24/07/2001|Napoli|Farmacia|2001||gianfrancogiffoni@tiscali.it +2015|17/03/2003|GUGLIELMI|TIZIANA|VIA NICOLA PETROSINO, 9|84100|SALERNO|SA|30/10/1978|POLLA|08/11/2002|SALERNO|Farmacia|2002||tizianaguglielmi@tiscali.it +2017|17/03/2003|RUSSO|MARIA JOSEFINA|VIA G.GARIBALDI,147|84030|MONTESANO/MARCELLANA|SA|15/01/1974|VENEZUELA|24/07/2000|NAPOLI|Farmacia|2000||marijose2009@hotmail.it +2019|09/04/2003|MARTORANO|ANTONELLA|VIA NAZIONALE, 113|84012|ANGRI|SA|26/02/1974|CASTELLAMMARE DI STABIA|08/11/2002|SALERNO|Farmacia|2002||antonella.martorano@gmail.com +2020|09/04/2003|SALVATORE|CONCETTA|VIA NAZIONALE.72|83050|CALABRITTO|AV|08/03/1972|OLIVETO CITRA|16/07/2002|SIENA|Farmacia|2002||concettasalvatore@gmail.com +2021|13/05/2003|CUDA|MICHELE|CORSO ELEA,122|84058|ASCEA|SA|21/03/1970|SALERNO|11/11/2002|SALERNO|Farmacia|2002||michelecuda@tiscali.it +2022|13/05/2003|MANZO|MASSIMILIANO|Via S.Antonio Abate, 69|84018|SCAFATI|SA|04/04/1972|SCAFATI|15/02/2002|SALERNO|Farmacia|2002||drmanzomassimo@hotmail.it +2024|18/06/2003|NADDEO|ADELINA|VIA DE IUSOLA, 5 BIS|84010|MAIORI|SA|08/09/1975|SALERNO|25/07/2002|SALERNO|Farmacia|2002||adnaddeo@TISCALI.it +2025|18/06/2003|PEDUTO|ANTONELLA|VIA LUIGI SALERNO,51|84049|CASTEL SAN LORENZO|SA|10/12/1979|SALERNO|25/07/2002|SALERNO|Farmacia|2002||antonella.peduto@gmail.com +2027|28/07/2003|FIORELLO|GIUSEPPE|Via della Libert, 126-128|84015|NOCERA SUPERIORE|SA|12/07/1978|SARNO|09/06/2003|MESSINA|Farmacia|2003||giufior2000@yahoo.it +2030|28/07/2003|SABATINO|CARLA|VIA LEOPOLDO CASSESE, 12|84122|SALERNO|SA|10/04/1978|SALERNO|31/03/2003|SALERNO|Farmacia|2003||carla.sabatino@live.it +2032|28/07/2003|ALFANO|NICOLINO|VIA UGO FOSCOLO, 11|84092|BELLIZZI|SA|28/03/1974|SALERNO|31/03/2003|SALERNO|Farmacia|2003||nicogery@alice.it +2033|28/07/2003|BENVENUTO|MARIA|VIA DEGLI ARANCI, 13|84010|SAN EGIDIO DEL MONTE ALBINO|SA|21/03/1978|NOCERA INFERIORE|31/03/2003|SALERNO|Farmacia|2003||benvenutomaria@alice.it +2035|28/07/2003|LULLO|MIRELLA|VIA BOSCARIELLO|84025|EBOLI|SA|18/09/1977|EBOLI|31/03/2003|SALERNO|Farmacia|2003||mirellalullo@salerno.pecfarmacisti.it +2036|28/07/2003|ALFINITO|MARA|VIA M. LECCE FRAZ.SORDINA|84135|SALERNO|SA|08/07/1978|SALERNO|31/03/2003|SALERNO|Farmacia|2003||alfca@tiscali.it +2038|28/07/2003|IMMEDIATO|RITA|Via Braidella snc|84030|ATENA LUCANA|SA|11/06/1978|POLLA|31/03/2003|SALERNO|Farmacia|2003||ritaimm@tiscali.it +2039|15/09/2003|MASULLO|FRANCESCO|VIA SAN GIOVANNI,34|84070|SACCO|SA|01/04/1977|SCHWETZINGEN|31/03/2003|SALERNO|Farmacia|2003||fciamasullo@tiscali.it +2041|15/09/2003|MILITO PAGLIARA|MARIA|Via Fariconda 9|84081|BARONISSI|SA|26/03/1979|SALERNO|31/03/2003|SALERNO|Farmacia|2003||mariamipa@gmail.com +2045|15/09/2003|PIEGARI|TIZIANA|PIAZZA UMBERTO I, 1|84036|SALA CONSILINA|SA|01/11/1974|POLLA|31/03/2003|SALERNO|Farmacia|2003||fciapiegari@tiscali.it +2046|15/09/2003|MANZIONE|PAOLA|VIA NAZIONALE, 168|84015|NOCERA SUPERIORE|SA|12/03/1977|NOCERA INFERIORE|16/10/2002|NAPOLI|Chimica e tecn. farmaceutica|2003||paola.manzione@virgilio.it +2047|15/09/2003|GRECO|RITA|VIA CARLO TRAMONTANO,125 palazzina A1|84016|PAGANI|SA|07/05/1978|PAGANI|25/02/2003|NAPOLI|Farmacia|2003||ritagreco78@libero.it +2048|15/10/2003|GIULIANI|GIUSI|Via amedeo Moscati, 3|84132|SALERNO|SA|01/02/1978|BRESCIA|31/03/2003|SALERNO|Farmacia|2003||giusi.giuliani@libero.it +2049|17/11/2003|SILVERIO|MARIA ANTONIETTA|VIA MATTEOTTI,118|84036|SALA CONSILINA|SA|16/10/1960|POLLA|26/03/1991|NAPOLI|Farmacia|1991||masilv@alice.it +2050|19/01/2004|BUONOCONTO|LUIGI|VIA CETRONICO 1A|84082|BRACIGLIANO|SA|27/03/1978|SALERNO|31/10/2003|SALERNO|Farmacia|2003||lbuonoconto@yahoo.it +2052|19/01/2004|PELO|CARMELINA|VIA CHIUNZI, 116|84010|TRAMONTI|SA|01/10/1979|POMPEI|29/07/2003|NAPOLI|Chimica e tecn. farmaceutica|2003||carmenpelo@virgilio.it +2057|19/01/2004|DE CARO|PAOLA|VIA SERRACAPILLI, 14|84025|EBOLI|SA|28/06/1979|EBOLI|25/07/2003|SALERNO|Farmacia|2003||paoladecaro79@gmail.com +2061|19/01/2004|COPPOLA|MASSIMILIANO|VIA BOLIVAR 41|84059|MARINA DI CAMEROTA|SA|10/04/1977|SALERNO|25/07/2003|SALERNO|Farmacia|2003||dott.coppola.massimiliano@gmail.com +2062|19/01/2004|VALIANTE|CARLO MARIA|VIA ARCE, 104|84122|SALERNO|SA|15/01/1978|SALERNO|15/10/2003|SALERNO|Farmacia|2003||carlitos78@katamail.com +2063|19/01/2004|SENATORE|VINCENZO|P.ZZA D'ARMI,1|84128|SALERNO|SA|03/04/1977|NOCERA INFERIORE|15/10/2003|SALERNO|Farmacia|2003||lu.senatore@tiscali.it +2064|19/01/2004|D'ALESSIO|RAFFAELLA|VIA CROCE,9|83029|SOLOFRA|AV|14/02/1976|AVELLINO|25/07/2003|SALERNO|Farmacia|2003||vale.luna76@libero.it +2065|19/01/2004|DORATO|GIOVANNA|Via Della Rinascita, 1|84020|AQUARA|SA|25/02/1980|SALERNO|25/07/2003|SALERNO|Farmacia|2003||giovannadorato@gmail.com +2066|19/01/2004|MAURO|LAURA|VIA KENNEDY, 70|84015|NOCERA SUPERIORE|SA|16/05/1977|NOCERA INFERIORE|28/07/2003|NAPOLI|Farmacia|2003||nellomotofollia@tiscali.it +2067|19/01/2004|VOCCA|FRANCESCA|VIA G. GONZAGA n 97|84025|EBOLI|SA|25/05/1979|BATTIPAGLIA|25/07/2003|SALERNO|Farmacia|2003||dott.francesca.vocca@gmail.com +2068|19/01/2004|GERMANO|ELVIRA|Via Parini n33|84098|PONTECAGNANO|SA|26/01/1973|SALERNO|24/07/2003|SALERNO|Farmacia|2003||nives73@alice.it +2069|19/01/2004|ERRICHIELLO|DOMENICO|PIAZZA DEL MUNICIPIO,27|84011|AMALFI|SA|20/11/1976|POMIGLIANO D'ARCO|31/10/2003|NAPOLI|Farmacia|2003||domenicerrichiello@hotmail.com +2070|19/01/2004|DE MARTINO|BRIGIDA|VIA BOLIVAR|84059|MARINA DI CAMEROTA|SA|12/02/1978|NAPOLI||SALERNO|Farmacia|2003|| +2071|19/01/2004|TORO|ALFONSO|VIA SERRONI,28|84090|GIFFONI SEI CASALI|SA|23/09/1977|GIFFONI SEI CASALI|31/10/2003|SALERNO|Farmacia|2003||alfonso.toro@libero.it +2072|19/01/2004|CAMPITELLI|DOMENICO|VIA FILETTINE, 115|84016|PAGANI|SA|16/02/1977|PAGANI|15/10/2003|SALERNO|Farmacia|2003||domy.campy@libero.it +2074|19/01/2004|CONTE|GIOVANNA|VIA SAN VINCENZO,1|84010|SAN VALENTINO TORIO|SA|12/06/1977|SAN VALENTINO TORIO|30/10/2003|SALERNO|Farmacia|2003||giovanna.conte12@GMAIL.COM +2077|19/01/2004|COSTANZO|ILARIA|VIA ENRICO MOSCATI,5|84134|SALERNO|SA|25/03/1980|SALERNO|15/10/2003|SALERNO|Farmacia|2003||rossoilly@gmail.com +2078|19/01/2004|MILILLO|CHIARA|Via Amendola,20|84043|AGROPOLI|SA|20/11/1979|NAPOLI|25/02/2003|NAPOLI|Farmacia|2003||accipigna@libero.it +2080|19/01/2004|NEGRI|STEFANIA|Via Cutinelli, 121-3a Trav.|84081|BARONISSI|SA|24/02/1974|SALERNO|25/07/2003|SALERNO|Farmacia|2003||stefany-74@hotmail.it +2082|19/01/2004|PERRINO|ANTONIETTA|VIA CESINA,89|84010|SAN VALENTINO TORIO|SA|22/01/1978|NOCERA INFERIORE|31/10/2003|SALERNO|Farmacia|2003||perrinoantonella@libero.it +2083|19/01/2004|CAFARO|ALESSIA|VIA TORA DI PEZZANO,42|84099|SAN CIPRIANO PICENTINO|SA|16/06/1979|CASTELLAMMARE DI STABIA|30/10/2003|SALERNO|Farmacia|2003|Universit degli studi di Salerno|alessia.cafaro@email.it +2085|19/01/2004|MAIELLO|ARIANNA|VIA G.NNI FLORENZANO,57|84128|SALERNO|SA|08/10/1977|SALERNO|31/10/2003|SALERNO|Farmacia|2003||ariannamai@libero.it +2086|19/01/2004|DE FEO|GILDA|VIA MAGNA GRAECIA,622|84063|PAESTUM|SA|14/07/1980|AGROPOLI|25/07/2003|SALERNO|Farmacia|2003|| +2088|19/01/2004|LAUDATI|NATALIA|VIA CACCIATORE,24|84085|MERCATO SAN SEVERINO|SA|14/02/1972|NOCERA INFERIORE|30/10/2003|SALERNO|Farmacia|2003||farmacia.laudati@tiscali.it +2093|19/01/2004|CERRA|ADALGISA|VIA VITOLI, 12|84090|CASTIGLIONE DEL GENOVESI|SA|01/07/1974|SALERNO|30/10/2003|SALERNO|Farmacia|2003||adalgisa.cerra@alice.it +2094|19/01/2004|CENNAMO|CINZIA|VIA DUCHESSA|84026|POSTIGLIONE|SA|16/07/1976|EBOLI|31/03/2003|SALERNO|Farmacia|2003|| +2095|19/01/2004|ANGIOLILLO|MARIA IDA|VIA E. PADOVANO, 64|84016|PAGANI|SA|04/08/1979|SALERNO|11/07/2003|NAPOLI|Farmacia|2003||marida1979@libero.it +2097|19/01/2004|PICCIRILLO|EMIRENA|Via Nazionale, 47|84076|TORCHIARA|SA|18/05/1977|SALERNO|27/05/2003|NAPOLI|Chimica e tecn. farmaceutica|2003||piccyemy@yahoo.it +2098|19/01/2004|MANCINI|EMILIA|VIA CASSANDRA,77|84073|SAPRI|SA|25/05/1978|PAOLA|25/07/2003|SALERNO|Farmacia|2003||emancini@unisa.it +2099|19/01/2004|ROBERTO|ANTONELLA|VIA R.DE FUGALDO,1|84126|SALERNO|SA|22/02/1976|SALERNO|31/10/2003|SALERNO|Farmacia|2003||antonella_rob@yahoo.it +2100|19/01/2004|POLLIO|ARIANNA|VIA CAV. V. D'AURIA, 44|84083|CASTEL SAN GIORGIO|SA|17/07/1979|SALERNO|11/11/2002|SALERNO|Farmacia|2003||dott.ariannapollio@libero.it +2101|19/01/2004|MORELLI|PAOLA|VIA ENEA, 7|84098|PONTECAGNANO FAIANO|SA|06/03/1975|NAPOLI|31/03/2003|SALERNO|Farmacia|2003||paola.morelli3@virgilio.it +2102|19/01/2004|DERKESHLI|HAIAT|CORSO VITT.EMANUELE,38|84087|SARNO|SA|14/08/1979|GRAGNANO|11/07/2003|NAPOLI|Farmacia|2003||farmaciaderkeshli@tiscali.it +2103|03/02/2004|SPERANZA|ANTONIO|FRAZ PALINURO VIA C.PISACANE|84064|CENTOLA|SA|18/01/1977|VALLO DELLA LUCANIA|24/07/2003|SALERNO|Farmacia|2003||farmacia.speranza@gmail.com +2104|03/02/2004|VITALE|MICHELINA|VIA ACQUAROLA FRAZ. ACQUAROLA, 15/3|84085|MERCATO SAN SEVERINO|SA|04/03/1980|SALERNO|31/10/2003|SALERNO|Farmacia|2003||4380@tiscali.it +2105|03/02/2004|CATINO|SUSANNA|VIA LUIGI SALATI,22|84056|GIOI|SA|04/02/1964|GIOI|09/10/2003|CAMERINO|Farmacia|2003||susannacatino@yahoo.it +2106|03/02/2004|LA GRECA|SONIA|Via C/da Padula, 6/B|84041|ACCIAROLI|SA|26/05/1975|MELBOURNE (AUSTRALIA)|30/10/2003|SALERNO|Farmacia|2003||diddy77@tiscali.it +2107|03/02/2004|VALENTINO|SALVATORE|VIALE DEGLI OLMI, 18/B|84100|SALERNO|SA|04/10/1979|SALERNO|15/10/2003|SALERNO|Farmacia|2003||alfonsovale@inwind.it +2108|03/02/2004|BUCCIARELLI|SIMONA|TRAVERSA STARZA, 4|84013|CAVA DEI TIRRENI|SA|10/09/1979|CAVA DE' TIRRENI|30/10/2003|SALERNO|Farmacia|2003||bucciarellisimona@libero.it +2109|03/02/2004|BASILISCO|CONSOLATA|VIA DEL GRANO, 85|84025|EBOLI|SA|23/01/1973|EBOLI|16/07/2003|SIENA|Farmacia|2003||tinabasi@tiscali.it +2110|03/02/2004|SABBA|CARMELO|VIA GUIDO TRAMONTANO,13|84016|PAGANI|SA|16/03/1979|SALERNO|30/10/2003|SALERNO|Farmacia|2003||carmelosb@libero.it +2111|17/02/2004|AVALLONE|LUIGI|VIA G.MAZZINI,32|84019|VIETRI SUL MARE|SA|14/11/1975|CAVA DE' TIRRENI|24/07/2003|SALERNO|Farmacia|2003||fantasy16@supereva.it +2112|17/02/2004|MACCHIARULO|KATIA|Via S. Sebastiano, 13/A|84065|PIAGGINE|SA|07/02/1979|VALLO DELLA LUCANIA|25/07/2003|SALERNO|Farmacia|2003||katia.macchiarulo@tiscali.it +2113|17/02/2004|RIZZO|EDOARDO|VIA GETANO NUNZIANTE,2|84100|SALERNO|SA|05/02/1978|SALERNO|29/07/2003|NAPOLI|Chimica e tecn. farmaceutica|2003||edolui@tiscali.it +2114|17/02/2004|MESIANI MAZZACUVA|MARIA ELENA|Via Bosco Lucarelli,52|84014|NOCERA INFERIORE|SA|16/02/1968|REGGIO CALABRIA|22/07/2003|MESSINA|Farmacia|2003||mesiel@libero.it +2115|17/02/2004|FRESOLONE|ORNELLA|RIONE I MAGGIO,4|84025|EBOLI|SA|11/07/1971|TORINO|30/10/2003|NAPOLI|Farmacia|2003||ornella_f@email.it +2116|22/03/2004|CALIFANO|TERESA|VIA MANZINI, 5|84010|SAN MARZANO SUL SARNO|SA|20/12/1976|NOCERA INFERIORE|27/05/2003|NAPOLI|Chimica e tecn. farmaceutica|2003||califano76@virgilio.it +2118|22/03/2004|MASTROBERTI|MARIA ELENA|C.SO VITT.EMENUALE,228|84014|NOCERA INFERIORE|SA|12/12/1973|POTENZA|16/10/2002|NAPOLI|Chimica e tecn. farmaceutica|2003|| +2119|22/03/2004|CELANO|IMMACOLATA MARIA|VIA DANTE ALIGHIERI, 314|84043|AGROPOLI|SA|19/11/1957|VALSINNI|21/07/1988|NAPOLI|Farmacia|1988||studioinverso@yahoo.it +2120|22/03/2004|LOMBARDI|ANNUNZIATA|VIA VINCENZO RUSSO 15|84015|Nocera Superiore|SA|27/04/1980|NOCERA INFERIORE|31/10/2003|NAPOLI|Farmacia|2003||tittilombardi80@gmail.com +2121|22/03/2004|FASCIANO|SAVINO|VIA C.TRAMONTANO, 78|84016|PAGANI|SA|29/04/1976|MARIANO COMENSE|31/03/2003|SALERNO|Farmacia|2003||dott.fasciano@libero.it +2122|22/03/2004|PALMIERI|MARIA NEVE|VIA MONTE BIANCO,8|84098|PONTECAGNANO FAIANO|SA|16/06/1979|SALERNO|24/07/2003|SALERNO|Farmacia|2003||marianeve79@libero.it +2126|27/04/2004|DE SANTIS|CAROLINA|VIA F.RICCO,6/8|84015|NOCERA SUPERIORE|SA|23/11/1953|MARZANO APPIO|15/07/1975|NAPOLI|Farmacia|1975||farmaciadesantis@tiscali.it +2127|27/04/2004|DE VITA|ROBERTO|VIA CASA ROSA,2|84100|SALERNO|SA|23/02/1979|SALERNO|24/07/2003|SALERNO|Farmacia|2003|| +2130|17/06/2004|ANASTASIA|SOFIA|VIA VALLE,2|84066|PISCIOTTA|SA|29/05/1977|VALLO DELLA LUCANIA|27/02/2004|NAPOLI|Farmacia|2004||sofianastasia@libero.it +2131|17/06/2004|RUSSO|ROSSELLA|VIA MIRABELLA, 5 FRAZ. FORIA|84051|CENTOLA|SA|20/05/1977|SAN GIORGIO A CREMANO|22/12/2003|SALERNO|Farmacia|2004||fedelsat80@hotmail.it +2133|17/06/2004|PAPPALARDO|DOMINIQUE|P.ZZ MARTIRI UNGHERESI,13|84010|CETARA|SA|13/09/1975|MARSIGLIA|29/03/2004|SALERNO|Farmacia|2004||cescos74@yahoo.it +2134|17/06/2004|PUGLIESE|MAFALDA|VIA MARTIRI D'UNGHERIA,16|84083|CASTEL SAN GIORGIO|SA|11/12/1977|SALERNO|22/12/2003|SALERNO|Farmacia|2004||esposito.r74@gmail.com +2135|17/06/2004|VISCOSI|CRISTINA|VIA L.PETROSINO,39|84015|NOCERA SUPERIORE|SA|21/01/1960|MELIZZANO|22/03/1985|NAPOLI|Farmacia|1985||farmaciaviscosi@alice.it +2136|17/06/2004|FARRICELLA|ATTILIO|VIA IV GIORNATE DI NAPOLI, 12|84025|EBOLI|SA|18/01/1980|POLLA|29/03/2004|SALERNO|Farmacia|2004||fa.at@libero.it +2137|17/06/2004|TAMMARO|MARIACELESTE|VIA PIANO DEL PRINCIPE, 128|80040|POGGIOMARINO|NA|06/11/1978|CASTELLAMARE DI STABIA|29/03/2004|SALERNO|Farmacia|2004||tacele@libero.it +2138|17/06/2004|IACUZZO|CANDIDA|VIA DANTE ALIGHIERI, 136/B|84091|BATTIPAGLIA|SA|18/07/1979|SALERNO|22/12/2003|SALERNO|Farmacia|2004||farmamellone@tiscali.it +2139|17/06/2004|SALSANO|EDUARDO|VIA GRAMSCI,14|60030|SAN MARCELLO (An)|AN|08/03/1962|SALERNO|14/11/1986|URBINO|Farmacia|1986||salsanoeduardo@libero.it +2140|17/06/2004|AIELLO|PAOLO|VIA SANT'ELIA CAPPELLE SUPERIORE,6|84135|SALERNO|SA|10/05/1978|SALERNO|29/03/2004|SALERNO|Farmacia|2004||aiello.farmacia@libero.it +2141|17/06/2004|CAPUANO|MARIANNA|C.SO CLAUDIO, 74|84083|CASTEL SAN GIORGIO|SA|24/08/1979|NOCERA INFERIORE|22/12/2003|SALERNO|Farmacia|2004||mariannacap79@yahoo.it +2142|17/06/2004|OLIVA|ANTONIO|VIA CORTICELLE, 1/3|84085|MERCATO S.SEVERINO|SA|18/03/1973|SALERNO|22/12/2003|SALERNO|Farmacia|2004||farmaciasoglia@alice.it +2143|17/06/2004|QUITADAMO|ROBERTO|VIA PAOLO DE' GRANITA 32|84100|SALERNO|SA|01/08/1971|SALERNO|30/03/2004|SALERNO|Farmacia|2004||farmaciaquitadamo@tiscali.it +2144|17/06/2004|SIGNORIELLO|ANNAMARIA|VIA P.BARATTA C.P.135|84091|BATTIPAGLIA|SA|30/10/1976|BATTIPAGLIA|30/03/2004|SALERNO|Farmacia|2004||signoriello.a@tiscali.it +2146|17/06/2004|GALLO|LAURA|VIA CASALANARIO, 45|84012|ANGRI|SA|30/01/1977|NOCERA INFERIORE|29/03/2004|SALERNO|Farmacia|2004||lauragallo06@libero.it +2148|17/06/2004|SANTANIELLO|CARMINE|VIA S.IANNI, 30|84060|NOVI VELIA|SA|01/05/1977|NOLA|30/03/2004|SALERNO|Farmacia|2004|| +2149|05/07/2004|FERRARA|CLAUDIO|Via delle Albizzie, 29 b/4|00172|ROMA|RM|27/03/1975|PLETTENBERG (GERMANIA)|29/03/2004|SLERNO|Farmacia|2004||dott.ferrara_c@libero.it +2153|05/07/2004|MACCHIA|GIOVANNA|VIA CASICOLA, 42|84015|NOCERA SUPERIORE|SA|11/07/1972|NOCERA SUPERIORE|26/03/2002|SALERNO|Farmacia|2002||macchia.annunziata@tiscali.it +2154|05/07/2004|VOZA|STEFANIA|Via Selva,31|84043|AGROPOLI|SA|19/08/1977|SALERNO|26/02/2004|NAPOLI|Chimica e tecn. farmaceutica|2004|| +2155|05/07/2004|NAIMOLI|ANTONELLA|VIA VANVITELLI, 14|84091|BATTIPAGLIA|SA|12/12/1979|EBOLI|30/03/2004|SALERNO|Farmacia|2004||naimoliantonella@hotmail.it +2157|05/07/2004|CATALDO|FRANCESCA|VIA CROCIFISSO,47|84012|ANGRI|SA|08/08/1980|NOCERA INFERIORE|29/03/2004|SALERNO|Farmacia|2004||cataldofrancesca@libero.it +2158|05/07/2004|FERRARA|ROSAMARIA|VIA ROMA,154|84092|BELLIZZI|SA|06/05/1975|SALERNO|25/07/2003|SALERNO|Farmacia|2004||dewrosamaria@hotmail.com +2159|05/07/2004|DESIDERIO|ALESSIO|VIA ROMA,21|84092|BELLIZZI|SA|29/12/1975|AVIGLIANA|29/03/2004|SALERNO|Farmacia|2004||alessio.desiderio@gmail.com +2161|05/07/2004|ANNUNZIATA|GAETANO|VIA TUOSTOLO,2|84080|SARNO|SA|18/07/1979|SARNO|30/03/2004|SALERNO|Farmacia|2004||annunziatagaet@tiscali.it +2164|02/08/2004|FIORE|ENRICO LUIGI|VIA CARLO ALBERTO, 45|84073|SAPRI|SA|20/11/1979|POLLA|17/03/2004|ROMA|Farmacia|2004||enricofiore79@libero.it +2165|02/08/2004|DI CARLO|LUCA|VIA TORRE,11|84124|SALERNO|SA|28/03/1976|OLIVETO CITRA|30/03/2004|SALERNO|Farmacia|2004|| +2166|02/08/2004|VASSALLO|STEFANO PASQUALE|FRAZ.SCALO -VIA XX SETTEMBRE,27|84030|MONTESANO /MARCELLANA|SA|02/09/1979|POLLA|05/04/2004|SIENA|Farmacia|2004||stevas@libero.it +2167|02/08/2004|LIGUORI|ANELLA|VIA F.RICCO,41|84015|NOCERA SUPERIORE|SA|21/12/1974|NOCERA SUPERIORE|26/03/2004|NAPOLI|Farmacia|2004||nellalig@libero.it +2168|09/09/2004|FALCONE|EMILIA|C.SO VITT.EMANUELE,121|84014|NOCERA INFERIORE|SA|31/05/1978|PAGANI|29/07/2003|NAPOLI|Chimica e tecn. farmaceutica|2003||emilia.falcone@libero.it +2169|09/09/2004|FERRARA|YURI VINCENZO|VIA A.DE GASPERI, 30|84015|NOCERA SUPERIORE|SA|06/06/1975|NOCERA INFERIORE|25/03/2004|NAPOLI|Chimica e tecn. farmaceutica|2004||yuriferrara@yahoo.it +2171|09/09/2004|GRIMALDI|RITA|BIVIO S.CECILIA V.EBURUM,7|84025|EBOLI|SA|12/06/1961|SALERNO|25/02/1986|NAPOLI|Farmacia|1987||ritagrimaldi61@gmail.com +2172|11/10/2004|COBELLIS|FRANCESCO|VIA S.LUCIA, 39|80132|NAPOLI|NA|16/11/1977|NAPOLI|02/07/2001|NAPOLI|Farmacia|2001||fcobs@libero.it +2174|11/10/2004|GRIMALDI|ANTONIO|VIA GUGLIELMO PEPE,30|84010|S.EGIDIO DEL MONTE ALBINO|SA|08/01/1978|PAGANI|26/02/2004|NAPOLI|Chimica e tecn. farmaceutica|2004||magicant@libero.it +2175|11/10/2004|FRATIANO|GABRIELLA|VIA MOZART snc|84043|AGROPOLI|SA|26/04/1976|TERMOLI|20/03/2002|ROMA|Farmacia|2002||gabriellafratiano@hotmail.com +2176|04/11/2004|CORAGGIO|LORENZO|VIA GERARDO CORRADO, 1|84078|VALLO DELLA LUCANIA|SA|22/08/1975|VALLO DELLA LUCANIA|09/07/2003|NAPOLI|Chimica e tecn. farmaceutica|2003||l.coraggio@chiesigroup.com +2177|30/11/2004|DEL GIUDICE|RICCARDO|P.ZA DELLA CORTIGLIA,8|84068|POLLICA|SA|13/01/1966|NAPOLI|21/01/1998|NAPOLI|Farmacia|1998||tdissas120@virgilio.it +2181|13/01/2005|PANNULLO|ANTONIETTA|VIA L.CAVALLARO, 51/E7|84018|SCAFATI|SA|11/09/1980|POMPEI|29/10/2004|SALERNO|Farmacia|2004||antonellapannullo@libero.it +2183|13/01/2005|FABIANO|DANIELA|Via Roma,23|84088|SIANO|SA|25/07/1977|ROCCAPIEMONTE|29/10/2004|SALERNO|Farmacia|2004|| +2184|13/01/2005|SENATORE|LAURA|VIALE UGO FOSCOLO, 23|20052|MONZA|MI|21/08/1978|SALERNO|15/10/2004|SALERNO|Farmacia|2004||laurasenatore@tiscali.it +2186|13/01/2005|LEO|EMILIO|VIA DOMENICO REA,5|84014|NOCERA INFERIORE|SA|28/02/1980|NOCERA INFERIORE|18/10/2004|NAPOLI|Farmacia|2004||emilioleo80@alice.it +2187|13/01/2005|PAOLILLO|CLAUDIA|VIA G.BIANCO, 23|84081|BARONISSI|SA|04/07/1979|SALERNO|29/10/2004|SALERNO|Farmacia|2004||claudiapaolillo@libero.it +2188|13/01/2005|MATTIA|VALERIA|VIA MANGANARIO, 90|84126|SALERNO|SA|23/08/1980|EBOLI|15/10/2004|SALERNO|Farmacia|2004||mattia@unisa.it +2189|13/01/2005|GANGEMI|FRANCESCO|VIA TENENTE BRUNO LOMBARDI, 246|84083|CASTEL SAN GIORGIO|SA|01/10/1979|NOCERA INFERIORE|29/10/2004|SALERNO|Farmacia|2004||cicciogangemi@gmail.com +2191|13/01/2005|ROCCO|ANTONIA|VIA 4 NOVEMBRE, 15|84042|ACERNO|SA|13/07/1973|SALERNO|29/10/2004|SALERNO|Farmacia|2004||f.cia-rocco@tiscali.it +2192|13/01/2005|STASIO|GIUSEPPINA|VIA CHIUSA|84028|SERRE|SA|01/01/1973|BATTIPAGLIA|26/07/2004|SALERNO|Farmacia|2004||giusystasio@yahoo.it +2193|13/01/2005|CRISTOFANO|FLAVIA|VIA MICHELE PIRONTI 1/L|84134|SALERNO|SA|11/12/1978|SALERNO|27/07/2004|SALERNO|Farmacia|2004||flaviacristofano@cocco82.net +2194|13/01/2005|GUERRITORE|MARCO|VIA PAPA GIOVANNI XXXIII ,27|84014|NOCERA INFERIORE|SA|09/12/1978|NOCERA INFERIORE|29/10/2004|SALERNO|Farmacia|2004||marcoguerritore@libero.it +2195|13/01/2005|RISPOLI|LAVINIA|VIA MARTINICA, 103|00121|ROMA|RM|14/08/1979|SALERNO|29/10/2004|SALERNO|Farmacia|2004||laviniacarla@hotmail.it +2196|13/01/2005|GRATTACASO|SARA|VIA SPADARELLA,15|84045|ALTAVILLA SILENTINA|SA|11/12/1980|SALERNO|26/07/2004|SALERNO|Farmacia|2004||sara.grattacaso@pec.it +2198|13/01/2005|LANDI|ALESSANDRA|VIA C. COLOMBO, 23|84091|BATTIPAGLIA|SA|23/02/1979|SALERNO|29/10/2004|SALERNO|Farmacia|2004||alessandra7923@libero.it +2199|13/01/2005|RIPA|SERENA|VIA PESCARA,16|84025|EBOLI|SA|26/09/1977|EBOLI|26/07/2004|SALERNO|Farmacia|2004||serena383@libero.it +2201|13/01/2005|DE ANGELIS|GIUSEPPE|Via Casarienzo,11|83029|Solofra|AV|16/01/1978|SALERNO|15/10/2004|SALERNO|Farmacia|2004||giudeangelis1978@libero.it +2202|13/01/2005|PAPALINO|GIOVANNI|VIA ROMA,418/B|84092|BELLIZZI|SA|26/06/1975|SALERNO|29/10/2004|SALERNO|Farmacia|2004||giopap75@alice.it +2203|13/01/2005|MOLINARO|ANTONELLA|CORSO F. CARACCIOLO 70|84085|MERCATO SAN SEVERINO|SA|28/03/1980|NOCERA INFERIORE|26/07/2004|SALERNO|Farmacia|2004||antonellamol@libero.it +2204|13/01/2005|MAURANO|SIMEONA|VIA TERRATE|84048|CASTELLABATE|SA|10/05/1979|AGROPOLI|15/10/2004|SALERNO|Farmacia|2004||simeona1979@libero.it +2205|13/01/2005|LIGUORI|CLORINDA|Via Mozart n 13|84043|AGROPOLI|SA|01/02/1979|AGROPOLI|26/07/2004|SALERNO|Farmacia|2004||clorinda.liguori@alice.it +2206|13/01/2005|CAROLA|ANNA MARIA|VIA nitti, 18|84043|AGROPOLI|SA|23/08/1976|CARMAGNOLA|29/10/2004|SALERNO|Farmacia|2004||anna-carola@libero.it +2208|13/01/2005|CAPACCHIONE|LETIZIA|Via San Clemente, 27|84015|NOCERA SUPERIORE|SA|09/07/1977|SALERNO|29/10/2004|SALERNO|Farmacia|2004||letizia77@fastwebmail.it +2209|13/01/2005|ATTANASIO|FRANCESCO|VIA SALVATORE QUASIMODO, 20|84014|NOCERA INFERIORE|SA|13/05/1977|SARNO|26/07/2004|SALERNO|Farmacia|2004||francescoattanasio@inwind.it +2210|13/01/2005|GENCO|MARIO|VIA PENDINO,51|84010|SAN MARZANO SUL SARNO|SA|13/01/1980|GERMANIA|15/10/2004|SALERNO|Farmacia|2004||mario_genco@virgilio.it +2213|24/01/2005|BASILE|ADELE|VIA VINCENZO TORRUSIO,9|84078|VALLO DELLA LUCANIA|SA|15/04/1981|VALLO DELLA LUCANIA|18/10/2004|NAPOLI|Farmacia|2004|| +2214|24/01/2005|IEMMA|CARLA|VIA FILI GALARDI|84091|BATTIPAGLIA|SA|16/01/1981|ROMA|26/07/2004|SALERNO|Farmacia|2004||carla.iemma@lycos.it +2215|24/01/2005|IEMMA|EVELINA|VIALE DELLE INDUSTRIE, 23 B|84091|BATTIPAGLIA|SA|16/01/1981|ROMA|26/07/2004|SALERNO|Farmacia|2004||evelinaiemma@lycos.it +2216|24/01/2005|CRESCENZO|SARA|VIA PIRONTI,1 PARCO DELLEL ROSE-scala H|84134|SALERNO|SA|05/08/1978|SARNO|29/10/2004|SALERNO|Farmacia|2004||sara.crescenzo@alice.it +2217|24/01/2005|ALESSANDRO|CHIARINA|VIA L.VINCIPROVA,42|84127|SALERNO|SA|07/01/1979|SALERNO|29/10/2004|SALERNO|Farmacia|2004||kiara999@tiscali.it +2218|24/01/2005|PUNZI|ANGELA|VIA S.CALENDA P.CO VERDE PAL.DALIA 105|84100|SALERNO|SA|15/04/1981|SALERNO|29/07/2004|NAPOLI|Farmacia|2004||punzi.angela@tiscali.it +2219|24/01/2005|SACCONE|BARBARA|VIA PIO XI, 63|84092|BELLIZZI|SA|06/08/1976|SALERNO|16/06/2004|BOLOGNA|Farmacia|2004|| +2223|24/01/2005|TORELLI|SIMONA|P.zza Guala, 135 bis|10100|TORINO|TO|18/03/1980|SALERNO|29/10/2004|SALENO|Farmacia|2004||simona_torelli@libero.it +2224|24/01/2005|SGAMBATI|MAGDA|CORSO V.EMANUELE,14|84100|SALERNO|SA|23/07/1980|FRASCATI|15/10/2004|SALERNO|Farmacia|2004||sgambatimagda@hotmail.com +2225|24/01/2005|FAUCI|ILARIA|CORSO GAIBALDI,73|84073|SAPRI|SA|23/04/1979|MARATEA|26/07/2004|SALERNO|Farmacia|2004||ilariafauci@msn.com +2226|24/01/2005|PASTORE|SERENELLA|VIA PASTINI, snc|84029|SICIGNANO DEGLI ALBURNI|SA|22/10/1980|SALERNO|20/10/2004|NAPOLI|Chimica e tecn. farmaceutica|2004||serenella1980@tiscali.it +2229|24/01/2005|PISAPIA|SILVIA|VIA GUARIGLIA, 9|84013|CAVA DEI TIRRENI|SA|19/12/1980|CAVA DE' TIRRENI|26/07/2004|SALERNO|Farmacia|2004||silviapisapia@tiscali.it +2230|24/01/2005|IZZO|SAVERINA|VIA DIAZ,36|84098|PONTECAGNANO FAIANO|SA|06/08/1979|SALERNO|27/07/2004|SALERNO|Farmacia|2004||veraizzo@libero.it +2231|24/01/2005|MONACO|GIUSEPPINA|VIA PESCONE,5|84026|POSTIGLIONE|SA|28/07/1974|GERMANIA|26/07/2004|SALERNO|Farmacia|2004||giusymonac@virgilio.it +2232|24/01/2005|SANSONE|FRANCESCA|VIA G.MAZZINI,45|84091|BATTIPAGLIA|SA|25/09/1979|BATTIPAGLIA|15/10/2004|SALERNO|Farmacia|2004|| +2233|24/01/2005|SAPIO|DELIA|VIA MAZZINI,35|84091|BATTIPAGLIA|SA|12/04/1981|NAPOLI|29/10/2004|SALERNO|Farmacia|2004||farmaciarossiadduci@libero.it +2239|14/02/2005|PICILLI|CRISTIAN|VIA TEMPA DI LEPRE, 2/A|84047|CAPACCIO|SA|31/01/1977|BATTIPAGLIA|29/07/2004|SALERNO|Farmacia|2004||cristian.picilli@libero.it +2240|14/02/2005|CODA|ANNALISA|VIA GUIDO RENI, 3/E - LOC. PICHINI|00012|GUIDONIA MONTECELIO|RM|15/09/1973|LAGONEGRO|29/03/2004|SALERNO|Farmacia|2004||annalisacoda@gmail.com +2241|14/02/2005|RIPA|MARTA|VIA SOTTOSANTI, 29|84010|SAN VALENTINO TORIO|SA|02/01/1975|NOCERA INFERIORE|29/10/2004|SALERNO|Farmacia|2004||martaripa@email.it +2242|14/02/2005|SQUILLANTE|LUCIA|VIA DUOMO|84080|SARNO|SA|21/01/1976|SARNO|29/10/2004|SALERNO|Farmacia|2004||lucysqui@yahoo.it +2245|14/02/2005|DI MATTEO|MONICA|VIA UNITA' D'ITALIA, 23|84081|BARONISSI|SA|07/01/1981|SALERNO|26/07/2004|SALERNO|Farmacia|2004||monikadimatteo@yahoo.it +2247|14/02/2005|CAMMARANO|DANILA BIAGINA|VIA BOSCO, 49|84044|ALBANELLA|SA|06/01/1980|LODI|15/10/2004|SALERNO|Farmacia|2004||danilacam@tiscali.it +2248|14/02/2005|IANNONE|ARCANGELA|VIA MONCENISIO, 7|20900|MONZA|MB|06/02/1980|AVELLINO|29/10/2004|SALERNO|Farmacia|2004||dssaiannone@libero.it +2252|30/03/2005|CHIOLA|MARCELLO|VIA ROBERTO SANTAMARIA,100|84100|SALERNO|SA|02/11/1980|SALERNO|29/10/2004|SALERNO|Farmacia|2004|| +2253|30/03/2005|TREZZA|VIVIANA|PIAZZA MUNICIPIO, 18|84039|TEGGIANO|SA|07/05/1979|MILANO|19/03/2003|ROMA|Chimica e tecn. farmaceutica|2003||viviana.trezza@fastwebnet.it +2255|22/04/2005|SANSONE|ANNA|VIA BARRI,50|84060|NOVI VELIA|SA|05/04/1979|VALLO DELLA LUCANIA|17/03/2004|ROMA|Farmacia|2004||annasanso@yahoo.it +2256|22/04/2005|PAESANO|GAETANO|VIA V.VENETO,98|84065|PIAGGINE|SA|06/12/1979|VALLO DELLA LUCANIA|29/10/2004|SALERNO|Farmacia|2004|| +2260|22/04/2005|BENEVENTO|ELENA|VIA CROCE MALLONI, 261|84015|NOCERA SUPERIORE|SA|06/01/1981|SALERNO|29/10/2004|SALERNO|Farmacia|2004||beneventoelena@live.it +2261|10/05/2005|FERRARA|ANTONELLA|Via Casa Costa, 71 - SAN CESAREO|84013|CAVA DEI TIRRENI|SA|13/03/1977|CAVA DE'TIRRENI|29/10/2004|SALERNO|Farmacia|2004||anto.ferrara77@alice.it +2262|10/05/2005|FERRARA|EMANUELA|Via Leopoldo Siani, 32|84013|CAVA DEI TIRRENI|SA|30/03/1980|CAVA DEI TIRRENI|29/10/2004|SALERNO|Farmacia|2004||emy.ferrara@alice.it +2264|03/06/2005|GARUFI|MARIKA|VIA G.S.DE CRESCENZO,3|84133|SALERNO|SA|22/05/1980|SALERNO|29/10/2004|SALENO|Farmacia|2004||marika_garufi@hotmail.com +2265|03/06/2005|PUCCI|ROSARIA|P.Zza Umberto|84070|SANTA MARINA|SA|07/02/1964|COSENZA|24/07/1996|NAPOLI|Farmacia|1996||farmacia.pucci@virgilio.it +2266|03/06/2005|POLICHETTI|GIULIANO|VIA DELLA PACE,60|84086|ROCCAPIEMONTE FRAZ.CASALI|SA|24/03/1977|SARNO|19/12/2003|NAPOLI|Chimica e tecn. farmaceutica|2004||giulianopolichetti@email.it +2269|01/07/2005|AIELLO|AGOSTINO|VIA SANT'ELIA,6|84100|SALERNO|SA|22/08/1979|SALERNO|29/03/2005|SALERNO|Farmacia|2005||agoaiello@hotmail.it +2273|01/07/2005|PELLEGRINO|MARIAROSARIA|VIA EUROPA,135|84098|PONTECAGNANO|SA|16/03/1980|SALERNO|30/03/2005|SALERNO|Farmacia|2005||giud@inwind.it +2274|01/07/2005|ISERNIA|NICOLETTA|Via Gregorio Ceccarelli,19|00054|FIUMICINO|RM|04/07/1975|SARNO|21/12/2004|SALERNO|Farmacia|2005||isenic@tiscali.it +2275|01/07/2005|RICCIARDI|ROSELLA|VIA DEL CENTENARIO,256|84080|FISCIANO|SA|21/06/1974|SALERNO|30/03/2005|SALERNO|Farmacia|2005||rosellaricciardi@hotmail.com +2276|01/07/2005|PIERRI|ANNAMARIA|VIA SANTI, 4|84084|FISCIANO|SA|15/05/1979|Nocera inferiore|22/12/2004|SALERNO|Farmacia|2005||annamariapierri1@virgilio.it +2279|01/07/2005|SESSA|MICHELA|VIA FONDO PAGANO, 2/A|84081|BARONISSI|SA|12/06/1976|SALERNO|30/03/2005|SALERNO|Farmacia|2005||michela.sessa@libero.it +2280|01/07/2005|MANSI|ESTER|VIA GERARDO AMATO, 28|84010|MINORI|SA|01/01/1981|SALERNO|30/07/2004|NAPOLI|Chimica e tecn. farmaceutica|2004||estermansi@virgilio.it +2281|01/07/2005|TROTTA|PAOLA|Via Romanelli n5|84043|AGROPOLI|SA|05/04/1979|AGROPOLI|30/03/2005|SALERNO|Farmacia|2005||pax1979@gmail.com +2282|01/07/2005|SPARANO|ROSARIA|Via Previteri ,111 - MARINA|84040|CAMEROTA|SA|01/02/1979|CAVA DE' TIRRENI|30/03/2005|SALERNO|Farmacia|2005||rosariasparano@yahoo.it +2286|01/07/2005|FERRARA|MARIAROSARIA|VIA TEN. B. LOMBARDI,128|94083|CASTEL SAN GIORGIO|SA|30/10/1978|NOCERA INFERIORE|22/12/2004|SALERNO|Farmacia|2004||peppe_ferrara2003@libero.it +2287|01/07/2005|APICELLA|RAMONA|VIA N.B. GRIMALDI,165|84014|NOCERA INFERIORE|SA|09/07/1979|ALATRI|30/03/2005|SALERNO|Farmacia|2005||apicella_ramona@libero.it +2289|01/07/2005|COVINO|ROSANNA|VIA E. BERLINGUER, 5|84081|BARONISSI|SA|24/07/1975|FAIDO (SVIZZERA)|29/03/2005|SALERNO|Farmacia|2005||rosanna.covino@libero.it +2290|01/07/2005|PISATURO|ROBERTA|VIA MONTE BIANCO, 8|84098|PONTECAGNANO FAIANO|SA|07/06/1980|BATTIPAGLIA|30/03/2005|SALERNO|Farmacia|2005||robertapisaturo@virgilio.it +2291|01/07/2005|VITOLO|ANTONIO|PIAZZA G. AMENDOLA,11|84014|NOCERA INFERIORE|SA|23/02/1981|NOCERA INFERIORE|30/03/2005|SALERNO|Farmacia|2005||farmaciavitolo@virgilio.it +2292|01/07/2005|GARGANO|ANGELO|VIA C. TRAMONTANO, 90|84016|PAGANI|SA|15/07/1979|PAGANI|21/12/2004|SALERNO|Farmacia|2005||angelo.gargano@inwind.it +2294|01/07/2005|SAPERE|TOMMASO|Via Gelso, 51|84121|SALERNO|SA|28/09/1979|SALERNO|22/12/2004|SALERNO|Farmacia|2005||tommysn@virgilio.it +2295|19/07/2005|CAMPITIELLO|CLAUDIA|Via Falcone|84010|TRAMONTI|SA|07/04/1979|NOCERA INFERIORE|30/03/2005|SALERNO|Farmacia|2005||claudiacampitiello@libero.it +2299|19/07/2005|SIBILIA|ROSETTA|VIA PROCISA NUOVA|83047|PROCISA NUOVA - LIONI|AV|16/12/1976|LIONI|21/12/2004|SALERNO|Farmacia|2005||rosettasib@libero.it +2302|19/07/2005|GUIDA|MASSIMO|VIA MADONNA DI FATIMA N. 4- P.ZZO D'AMBROSIO|84091|BATTIPAGLIA|SA|20/05/1970|SALERNO|24/07/2003|SALERNO|Farmacia|2003||massimo.guida.b1vt@alice.it +2303|19/07/2005|CONTALDI|SILVIA|VIA CARMINE, 12|84016|PAGANI|SA|05/06/1981|NOCERA INFERIORE|30/03/2005|SALERNO|Farmacia|2005||silviacontaldi@hotmail.it +2305|12/09/2005|AVALLONE|ELEONORA|VIA G.MAZZINI,32|84019|VIETRI SUL MARE|SA|31/03/1979|CAVA DE' TIRRENI|22/12/2004|SALERNO|Farmacia|2005||farmaciacartolano@libero.it +2308|26/09/2005|CAMPANILE|CLAUDIA|VIA MARIETTA GAUDIOSI, 6|84127|SALERNO|SA|01/01/1981|SALERNO|30/03/2005|SALERNO|Farmacia|2005||claudia_campanile80@hotmail.it +2309|10/10/2005|LA PASTINA|CATERINA|VIA DON VINCENZO IULIANO,3|84080|ROCCAPIEMONTE|SA|12/02/1980|NOCERA INFERIORE|22/12/2004|SALERNO|Farmacia|2005||caterina1980@katamail.com +2310|10/10/2005|DE LUISE|VERONICA|VIA POMPEI - P.co Milara|84098|PONTECAGNANO|SA|15/02/1975|SALERNO|12/07/2004|NAPOLI|Chimica e tecn. farmaceutica|2004||veronica.deluise@virgilio.it +2311|22/10/2005|INGENITO|ANDREA|VIA CESINA 22|84010|SAN VALENTINO TORIO|SA|28/12/1970|SALERNO|30/03/2005|SALERNO|Farmacia|2005||andrea.ingenito@libero.it +2312|22/10/2005|FRASSINA|TIZIANA|Via Garibaldi 86|84015|NOCERA SUPERIORE|SA|18/06/1980|Salerno|29/10/2004|SALERNO|Farmacia|2004||tizianafrassina@libero.it +2314|05/12/2005|MANCANIELLO|LAURA|VIA RAFFAELE CAVALLO,5|84100|SALERNO|SA|15/11/1978|SALERNO|30/03/2005|SALERNO|Farmacia|2005||lauramancaniello@libero.it +2315|05/12/2005|PRIORE|CATERINA|VIA DELLA PACE,5|53040|RAPOLANO TERME|SI|24/07/1963|POLLA|12/11/1990|SIENA|Farmacia|1990||farmaciapriore@tiscali.it +2316|21/12/2005|SAVIANO|GIUSEPPE|VIA CAPPELLA VECCHIA,37|84087|SARNO|SA|07/05/1979|SARNO|28/10/2005|SALERNO|Farmacia|2005||info@farmASCONTO.COM +2317|30/12/2005|D'URSO|ANTONIO|VIA DELLE VIGNE DUE,6|83029|SOLOFRA|AV|09/05/1975|SOLOFRA|15/10/2003|SALERNO|Farmacia|2003||sinapsi.one@katamail.com +2318|30/12/2005|BIANCHINI|FRANCESCA|VIA PIEMONTE,6|84096|MONTECORVINO ROVELLA|SA|29/03/1982|BATTIPAGLIA|22/07/2005|SALERNO|Farmacia|2005||bianchini.mch@virgilio.it +2320|16/01/2006|GIAQUINTO|KATIA|Via Rispettina, 10|83025|MONTORO|AV|22/01/1979|SVIZZERA|30/03/2005|SALERNO|Farmacia|2005||kgiaquinto@tiscali.it +2321|16/01/2006|SONDEREGGER|MASSIMILIANO|LUNGOMARE CABOTO,18/17|04024|GAETA|LT|27/05/1973|SALERNO|28/10/2005|SALERNO|Farmacia|2005||m.sonderegger@alice.it +2322|16/01/2006|AMATO|MARIA|Via Defenale,1|84040|CASAL VELINO|SA|12/05/1980|VALLO DELLA LUCANIA|22/07/2005|SALERNO|Farmacia|2005||maria.eureka@libero.it +2323|16/01/2006|PEDUTO|GIOVANNI FRANCESCO|VIA D. RICCIO, 52|84049|CASTEL SAN LORENZO|SA|25/07/1979|AGROPOLI|29/03/2004|SALERNO|Farmacia|2004||gfpeduto@tiscali.it +2324|16/01/2006|DI GIACOMO|RITA|VIA MONTECASINO,131 FRAZ.OGLIARA|84135|SALERNO|SA|05/02/1982|SALERNO|22/07/2005|SALERNO|Farmacia|2005||r.digiacomo@gmail.com +2325|16/01/2006|ERRA|ROSANNA|VIA GUGLIELMO DA RAVENNA,22|84100|SALERNO|SA|08/07/1982|SALERNO|22/07/2005|SALERNO|Farmacia|2005|| +2326|16/01/2006|RENDINA|GIUSEPPINA|VIA FOCE, 209|80040|STRIANO|NA|14/05/1980|NOCERA INFERIORE|22/07/2005|SALERNO|Farmacia|2005||08giusy@libero.it +2327|16/01/2006|PIGNOTTI|LUCA|VIA RAFFAELE MAURI,105|84131|SALERNO|SA|04/06/1972|SALERNO|28/10/2005|SALERNO|Farmacia|2005||pignottiluca@yahoo.it +2328|16/01/2006|DI PALMA|ANNA|VIA VACCARO, 85|84010|TRAMONTI|SA|11/02/1978|CAVA DE' TIRRENI|28/10/2005|SALERNO|Farmacia|2005||anna-palma@live.it +2332|16/01/2006|DE MARTINO|PAOLO|VIA G.VACCA,4|84100|SALERNO|SA|10/02/1978|SALERNO|22/07/2005|SALERNO|Farmacia|2005||paolodex@yahoo.it +2334|16/01/2006|DI POTO|FILOMENA|VIA MARCONI n.35|84044|ALBANELLA|SA|21/12/1980|BATTIPAGLIA|22/07/2005|SALERNO|Farmacia|2005||fdipoto@tiscali.it +2336|16/01/2006|BAGLIERI|MARCO|VIA GRILLO, 36|84080|PELLEZZANO|SA|18/05/1979|SALERNO|28/10/2005|SALERNO|Farmacia|2005||baglierimarco@tiscali.it +2337|16/01/2006|PASSARO|MARCO|VIA APONE,1|84043|AGROPOLI|SA|14/05/1979|AGROPOLI|22/07/2005|SALERNO|Farmacia|2005||pmarco@oneonline.it +2338|16/01/2006|MANSI|ANGELA|Corso G.Garibaldi n.1|84092|BELLIZZI|SA|23/04/1981|SALERNO|22/07/2005|SALERNO|Farmacia|2005||angelamansi8@gmail.com +2339|16/01/2006|BAMONTE|VALERIA|VIA CHIAIA,90|84020|OTTATI|SA|28/01/1980|EBOLI|17/10/2005|SALERNO|Farmacia|2005||mocarmine@libero.it +2340|16/01/2006|BASSI|RODOLFO|LUNGOLAGO PESCATORI N 12 FRAZIONE N|58015|ORBETELLO|GR|02/10/1970|SALERNO|28/10/2005|SALERNO|Farmacia|2005||ro.bassi@usl9.toscana.it +2341|16/01/2006|GIOIA|ROSA|VIA S.ALFONSO MARIA DE' LIGUORI,19/C|84135|SALERNO|SA|20/03/1980|SALERNO|28/10/2005|SALERNO|Farmacia|2005||rosagioia1980@libero.it +2342|16/01/2006|SEVERINI|GEMMA|VIA G.MARCONI,55|84013|CAVA DEI TIRRENI|SA|29/05/1980|SALERNO|28/10/2005|SALERNO|Farmacia|2005||12257@pec.federfarma.it +2345|16/01/2006|BISOGNO|ANNARITA|VIA ORESTE DI BENEDETTO,2|84013|CAVA DEI TIRRENI|SA|06/07/1972|CAVA DE' TIRRENI|22/07/2005|SALERNO|Farmacia|2005||annarita.bisogno@libero.it +2346|16/01/2006|CAMMARANO|GIOVANNI|VIALE AMENDOLA,84|84025|EBOLI|SA|11/11/1978|EBOLI|22/07/2005|SALERNO|Farmacia|2005||terrano@alice.it +2348|26/01/2006|SCALA|CARLA VITTORIA|VIA PAGLIARONE, 7|84016|PAGANI|SA|29/07/1980|NOCERA INFERIORE|21/12/2004|SALERNO|Farmacia|2005||carlavittoria80@gmail.com +2350|26/01/2006|ROMITI|ANNA LISA|VIA PIETRO DEL PEZZO, 22|84128|SALERNO|SA|16/04/1982|VICO EQUENSE|28/10/2005|SALERNO|Farmacia|2005|| +2351|26/01/2006|CAROTENUTO|LUCIO|VIA CAPORAL VITO RUGGIERO, 56|84010|SAN VALENTINO TORIO|SA|09/09/1979|ROMA|22/07/2005|SALERNO|Farmacia|2005||luciocaro79@gmail.com +2352|26/01/2006|ANNUNZIATA|MARIA LUISA|VIA ZARA,39|84018|SCAFATI|SA|23/04/1980|CASTELLAMMARE DI STABIA|12/07/2005|NAPOLI|Farmacia|2005||mlu80@inwind.it +2353|26/01/2006|BASILE|IDA|VIA G.BUDETTI,48/B|84098|PONTECAGNANO|SA|23/11/1981|SALERNO|28/10/2005|SALERNO|Farmacia|2005||idabasile@yahoo.it +2355|26/01/2006|GIORDANO|ASSUNTA|VIA S.GIOVANNI,60|84025|EBOLI|SA|29/05/1981|EBOLI|22/07/2005|SALERNO|Farmacia|2005||assuntagio@tiscali.it +2356|26/01/2006|SALVIO|GIAMPIERO|VIA ENRICO FERMI,32|84010|SAN MARZANO SUL SARNO|SA|20/04/1981|NOCERA INFERIORE|28/10/2005|SALERNO|Farmacia|2005||giampieroalice@alice.it +2358|26/01/2006|ESPOSITO|FILOMENA ELISA|VIA FLORENZANO,39|84100|SALERNO|SA|25/04/1980|SALERNO|22/07/2005|SALERNO|Farmacia|2005||m.vert@libero.it +2359|26/01/2006|DI FILIPPO|SONIA|VIA GRAMSCI,32|84088|SIANO|SA|18/03/1980|NOCERA INFERIORE|22/07/2005|SALERNO|Farmacia|2005||soniadifilippo80@gmail.com +2360|26/01/2006|D'AMICO|ELISABETTA|VIA O.COSTABILE,28|84019|VIETRI SUL MARE|SA|21/01/1981|SALERNO|22/07/2005|SALERNO|Farmacia|2005||lisadam81@virgilio.it +2361|13/02/2006|MARCHESE|MONICA|VIA FEUDO VIGNONE, 10|84040|CAPACCIO|SA|22/01/1979|AGROPOLI|12/10/2005|NAPOLI|Farmacia|2005||monica.marchese1@virgilio.it +2362|13/02/2006|PERRONE|ANGELA|VIA CLEMENTE MAURO, 13|84123|SALERNO|SA|16/05/1979|SALERNO|25/07/2002|SALERNO|Farmacia|2002||angela_perrone@hotmail.it +2363|13/02/2006|SCARANO|EMY|VIA A.DE CURTIS,26/7|84014|NOCERA INFERIORE|SA|07/01/1981|NOCERA INFERIORE|22/07/2005|SALERNO|Farmacia|2005||emy.scarano@hotmail.it +2364|13/02/2006|CINGOLO|GIOVANNA|VIA NINO BIXIO, 2|84092|BELLIZZI|SA|29/08/1981|SALERNO|29/10/2005|SALERNO|Farmacia|2005||danka81@libero.it +2366|13/02/2006|SANTORO|STEFANIA|VIA C.CALENDA, 10|84100|SALERNO|SA|25/12/1980|NAPOLI|28/10/2005|SALERNO|Farmacia|2002||santorostefy@hotmail.it +2369|13/02/2006|URSO|LUCREZIA|VIA GARIBALDI, 6-FRAZ.S.MARIA|84072|CASTELLABATE|SA|24/04/1979|SESTO SAN GIOVANNI|29/03/2005|SALERNO|Farmacia|2005||lucreziaurso@tiscali.it +2370|13/02/2006|PATELLA|ALESSANDRO|VIA VICOLO BARRIERA, 1|84121|SALERNO|SA|26/02/1978|SALERNO|28/10/2005|SALERNO|Farmacia|2005||alexpatella@libero.it +2371|13/02/2006|BOSCIA|LUCIO|Via E.Siciliano, 45|84014|Nocera Inferiore|SA|01/01/1946|MELIZZANO|16/11/1967|Napoli|Farmacia|1968||farmaciaboscial@libero.it +2372|13/02/2006|RINALDI|ELIANA|Via Castabbio nr. 14|21021|ANGERA|VA|03/11/1980|PRAIA A MARE|22/07/2005|SALERNO|Farmacia|2005||eliana.rinaldi@libero.it +2373|13/02/2006|CHIRICO|FERDINANDO|VIA BONOPRA, 3|84052|CERASO|SA|10/01/1973|VALLO DELLA LUCANIA|10/11/2004|NAPOLI|Chimica e tecn. farmaceutica|2004||chferdi@libero.it +2377|27/02/2006|GAMBARDELLA|LOREDANA|VIA EDUARDO DE FILIPPO,3|84014|NOCERA INFERIORE|SA|03/03/1980|NOCERA INFERIORE|30/10/2003|NAPOLI|Farmacia|2003||parafarmgambardella@libero.it +2380|13/03/2006|MAZZARELLA|ROBERTO|VIA VITT.EMANUELE,32|84096|MONTECORVINO ROVELLA|SA|26/10/1979|EBOLI|22/07/2005|SALERNO|Farmacia|2005||robmazzarella@libero.it +2381|20/03/2006|PECORA|CARMEN|VIA TAVERNA,14/6|84043|AGROPOLI|SA|26/12/1975|GENOVA|21/07/2004|GENOVA|Farmacia|2004||cpecora@alice.it +2385|26/04/2006|SANTORO|PAOLA|VIA ERSILIO CASTELLUCCIO, 1/A|84134|SALERNO|SA|07/04/1980|SALERNO|28/10/2005|SALERNO|Farmacia|2005||paolasant80@libero.it +2388|26/04/2006|DE LISO|BARBARA|VIA MANGIAVERRI,13/g|84016|PAGANI|SA|02/03/1981|NOCERA INFERIORE|09/07/2004|NAPOLI|Farmacia|2004||b.deliso@libero.it +2389|26/04/2006|DI CARLO|GIUSEPPANTONIO|VIA 4 MARZO,33|85050|BALVANO|PZ|18/03/1976|SALERNO|31/03/2005|SALERNO|Farmacia|2005||giuseppe.dc@tiscali.it +2391|10/05/2006|NAPODANO|MARIANNA|VIA G.CESARE,34|84085|MERCATO SAN SEVERINO|SA|21/03/1979|AVELLINO|22/07/2005|SALERNO|Farmacia|2005||mariannaemafalda@alice.it +2395|01/06/2006|AVINO|DOMENICO|VIA STAZIONE,9|84030|ATENA LUCANA|SA|06/09/1974|POLLA|18/01/1999|NAPOLI|Chimica e tecn. farmaceutica|2001||mimmoavino@yahoo.it +2396|01/06/2006|LEMBO|GIACINTO|Via Raffaele Libroia n.105|84014|NOCERA INFERIORE|SA|14/04/1976|NOCERA INFERIORE|17/10/2005|SALERNO|Farmacia|2005||lembogiacinto76@gmail.com +2397|19/06/2006|PULIGNANO|ELENA|VIA MONTEROSA, B2|84091|BATTIPAGLIA|SA|25/03/1981|SALERNO|30/03/2005|SALERNO|Farmacia|2005||elepulignano@virgilio.it +2398|10/07/2006|BRANCACCIO|BARBARA|VIA A. LAUROGROTTO,1|84135|SALERNO|SA|23/10/1977|SALERNO|17/10/2005|SALERNO|Farmacia|2006||barbarabrancaccio@tiscali.it +2399|10/07/2006|CIVALE|MARIACONCETTA|VIA TRAMONTANO P.CO VERDE, 54|84016|PAGANI|SA|04/03/1981|NOCERA INFERIORE|22/07/2005|SALERNO|Farmacia|2006||mariaconcettacivale@libero.it +2400|10/07/2006|LAVECCHIA|ILARIA|VIA F.CHIORAZZI, 99|84049|CASTEL SAN LORENZO|SA|19/11/1979|SALERNO|19/12/2005|SALERNO|Farmacia|2006||farmacialavecchia@gmail.com +2401|10/07/2006|MELASI|SIMONA|VIA VIRGILIO,7|84020|EBOLI - S.CECILIA|SA|22/04/1977|SALERNO|30/03/2006|SALERNO|Farmacia|2006||farmaciamarchitiello@libero.it +2402|10/07/2006|AURICCHIO|GIANLUIGI|VIA PANORAMA,9|84040|CASAL VELINO|SA|07/02/1980|AGROPOLI|12/07/2005|NAPOLI|Farmacia|2006||gianluigi.auricchio@libero.it +2403|10/07/2006|VOLPE|FILVIA|VIA VALENTINO FORTUNATO,38|84095|GIFFONI VALLE PIANA|SA|23/01/1978|SALERNO|19/12/2005|SALERNO|Farmacia|2006||fifivolpe@libero.it +2404|10/07/2006|SEVERINI|GABRIELLA|VIA G.MARCONI,55|84013|CAVA DEI TIRRENI|SA|28/06/1982|SALERNO|30/03/2006|SALERNO|Farmacia|2006||12257@pec.federfarma.it +2405|10/07/2006|PELLEGRINO|CAROLINA|VIA VALLONE, 97|84010|VIETRI SUL MARE-DRAGONEA|SA|23/02/1981|SALERNO|30/03/2006|SALERNO|Farmacia|2006||carol.pellegrino@libero.it +2406|10/07/2006|PAOLILLO|SEBASTIANO|VIA A.DIAZ,35|84122|SALERNO|SA|20/05/1981|SALERNO|30/03/2006|SALERNO|Farmacia|2006||sebastiano.paolillo@gmail.com +2407|10/07/2006|BIANCO|STEFANO|VIALE DEGLI EUCALIPTI,25|84134|SALERNO|SA|18/04/1980|CAVA DE' TIRRENI|19/12/2005|SALERNO|Farmacia|2006||bsbianco@hotmail.it +2409|10/07/2006|COLUCCI|ANTONELLA|VIA ARCE,122|84122|SALERNO|SA|01/06/1968|BARAGIANO|19/12/2005|SALERNO|Farmacia|2006||flash.king@libero.it +2410|10/07/2006|NOCE|GENNJ|VIA ROMA,163|84070|TRENTINARA|SA|15/11/1980|AGROPOLI|30/03/2006|SALERNO|Farmacia|2006||nocegennj@tiscali.it +2414|28/07/2006|CARDONIA|ADELE|Via Carmine Maiorini, 12|84096|MONTECORVINO ROVELLA|SA|30/05/1981|BATTIPAGLIA|22/07/2005|SALERNO|Farmacia|2005||adelecardonia@libero.it +2415|28/07/2006|ARFE'|MIRIAM|VIA S.MARCO,65|84050|FUTANI|SA|08/04/1978|NAPOLI|19/12/2005|SALERNO|Farmacia|2006||miryarfe@hotmail.com +2417|28/07/2006|ROMANO|ROSITA|VIA TORRE,29|84030|SAN PIETRO AL TANAGRO|SA|30/11/1978|POLLA|25/07/2005|NAPOLI|Farmacia|2005||rositafarmacia@libero.it +2418|28/07/2006|VITOLO|ANNA|P.ZZA CADUTI DI BRESCIA,22|84129|SALERNO|SA|19/07/1979|SALERNO|30/03/2006|SALERNO|Farmacia|2006||anvi79@libero.it +2421|04/09/2006|D'AURIA|ALESSANDRA|C.SO VITT.EMANUELE,99|84010|MINORI|SA|15/11/1981|SALERNO|28/03/2006|NAPOLI|Farmacia|2006||aledauria@salerno.pecfarmacisti.it +2422|04/09/2006|FERNICOLA|GIUSEPPE|VALLO SCALO- VIA NAZ.LE,62|84040|CASTELNUOVO CILENTO|SA|28/12/1979|AGROPOLI|17/02/2006|URBINO|Farmacia|2006|| +2423|04/09/2006|PICCOLO|VALERIA|VIA DUOMO,107|84087|SARNO|SA|23/04/1981|NOCERA INFERIORE|19/12/2005|SALERNO|Farmacia|2006||valnic1980@yahoo.it +2424|04/09/2006|COZZA|FRANCESCA|VIA UMBERTO I|84030|SANZA|SA|15/09/1980|POLLA|30/03/2006|SALERNO|Farmacia|2006||cozzafrancesca@libero.it +2425|25/09/2006|DE NICOLA|SERENA|VIA CARLO PISACANE, 2|84127|SALERNO|SA|29/08/1981|SALERNO|30/03/2006|SALERNO|Farmacia|2006||seredenicola@alice.it +2426|25/09/2006|MARCHIONE|CARMEN|VIA SILVIO BARATTA,31|84127|SALERNO|SA|30/12/1981|CERCOLA|30/03/2006|SALERNO|Farmacia|2006||marchio@alice.it +2427|25/09/2006|CAMPITELLI|ANNA|VIA FILETTINE,115|84016|PAGANI|SA|02/07/1980|PAGANI|19/12/2005|SALERNO|Farmacia|2006||anna.campitelli@gmail.com +2428|25/09/2006|IULIANO|CHIARA|VIA RAFFAELE GUARIGLIA 1 C|84132|SALERNO|SA|07/03/1980|NAPOLI|19/12/2005|SALERNO|Farmacia|2006||chiaraiuliano@hotmail.com +2429|25/09/2006|PICANZA|FEDERICA|Via Camillo Sorgente 54/b|84100|SALERNO|SA|06/07/1981|SALERNO|30/03/2006|SALERNO|Farmacia|2006||picanzafede@libero.it +2430|25/09/2006|GUIDA|CARMELA|VIA PESCARA n.11|84025|EBOLI|SA|03/11/1978|EBOLI|30/03/2006|SALERNO|Farmacia|2006||guida.carmela@virgilio.it +2431|25/09/2006|TORSELLO|TANIA MARINA|CONTRADA CIOFFI 275|84025|EBOLI|SA|19/05/1977|MILANO|27/03/2006|NAPOLI|Farmacia|1981||maritania@live.it +2432|25/09/2006|GRIMALDI|STEFANIA|VIA EUROPA, 22|84090|GIFFONI SEI CASALI|SA|20/04/1979|SALERNO|19/12/2005|SALERNO|Farmacia|2006||grimaldistefania@virgilio.it +2433|18/10/2006|PICERNO|PATRIZIA|VIA MANFREDI, 16 C/2|84091|BATTIPAGLIA|SA|16/02/1972|PALOMONTE|26/07/2001|SALERNO|Farmacia|2001||patpicerno@tiscali.it +2437|13/11/2006|FALCIANI|GIUSEPPE|VIA UGO FOSCOLO, 23|84100|SALERNO|SA|30/06/1979|SALERNO|30/03/2006|SALERNO|Farmacia|2006||belfagor22@tiscali.it +2440|29/12/2006|VOCCA|GIOVANNA|VIA G. ROSSINI, 18|84025|EBOLI|SA|24/06/1976|EBOLI|31/03/2001|SALERNO|Farmacia|2001||piecamp@libero.it +2441|09/01/2007|ANSALONE|GIOVANNA|VIA Guglielmo Marconi 26|04026|MINTURNO|LT|23/04/1981|AVELLINO|24/07/2006|SALERNO|Farmacia|2006||ansalone81@hotmail.it +2442|09/01/2007|BELSITO|MARCO|2a TRAVERSA LUIGI ANGRISANI, 2|84014|NOCERA INFERIORE|SA|12/06/1982|BATTIPAGLIA|30/10/2006|SALERNO|Farmacia|2006||belsitoantonio48@gmail.com +2444|09/01/2007|CAMMARANO|MICHELA|VIA RUPITELLA, 14|84038|SASSANO|SA|17/05/1982|POLLA|30/10/2006|SALERNO|Farmacia|2006||diamantemiki@libero.it +2446|09/01/2007|CIAGLIA|CARMELA|VIA AUSELLA, 4|84022|CAMPAGNA|SA|12/04/1983|SALERNO|15/11/2006|NAPOLI|Farmacia|2006||milenaciaglia@gmail.com +2447|09/01/2007|CRISTOFANO|FRANCESCO|VIA M. PIRONTI, 1/L|84134|SALERNO|SA|26/04/1982|SALERNO|30/10/2006|SALERNO|Farmacia|2006||farmaciacristofano@cocco82.net +2448|09/01/2007|CUOCO|ANNA|P.ZZA GIOBERTI, 70|84091|BATTIPAGLIA|SA|23/02/1976|SALERNO|30/03/2006|SALERNO|Farmacia|2006||saluteenatura@virgilio.it +2449|09/01/2007|DE ANGELIS|GIUSEPPE|P.zza NADDEO, 4|84126|SALERNO|SA|26/04/1983|SALERNO|24/07/2006|SALERNO|Farmacia|2006||gius834@virgilio.it +2451|09/01/2007|DE FILIPPO|PAMELA|VIA POSIDONIA, 225|84128|SALERNO|SA|19/02/1981|SALERNO|30/03/2006|SALERNO|Farmacia|2006||pameladefi@tiscali.it +2452|09/01/2007|DE SANTIS|DANIELA|C.SO UMBERTO I, 113|84098|PONTECAGNANO FAIANO|SA|23/07/1981|SALERNO|16/10/2006|SALERNO|Farmacia|2006||daniela6361@libero.it +2453|09/01/2007|DE SANTIS|LAURA|Via Emilia Ponente, 141|40133|BOLOGNA|BO|20/04/1982|SALERNO|30/10/2006|SALERNO|Farmacia|2006||lauradesantis82@alice.it +2455|09/01/2007|FALCONE|SANTINA|Via Pizzone Salice n.16|84018|SCAFATI|SA|30/05/1982|POMPEI|30/10/2006|SALERNO|Farmacia|2006||santinafalcone@hotmail.it +2456|09/01/2007|GALIZIA|GABRIELLA|VIA BRIGADIERE D'ANNA, 116|84012|ANGRI|SA|17/05/1983|NOCERA INFERIORE|16/10/2006|SALERNO|Farmacia|2006||gabrygal@hotmail.it +2457|09/01/2007|LONGOBARDI|FRANCESCA|VIA BONIFICA VICINALE FONDO MONACO, 17|84018|SCAFATI|SA|27/10/1980|POMPEI|30/03/2006|SALERNO|Farmacia|2006||francesca.longobardi1980@virgilio.it +2458|09/01/2007|MANNA|PAOLO|VIA ARECHI II N S N C 30|84086|ROCCAPIEMONTE|SA|12/08/1979|NAPOLI|16/10/2006|SALERNO|Farmacia|2006||mannapa@virgilio.it +2460|09/01/2007|MOSCARIELLO|IRMA|Via Campo sportivo n.18/1|84085|MERCATO SAN SEVERINO|SA|03/09/1982|SALERNO|24/07/2006|SALERNO|Farmacia|2006||irma82.i@gmail.com +2465|09/01/2007|TERRACINA|CLAUDIA|VIA PODGORA, 3|84132|SALERNO|SA|16/03/1983|SALERNO|16/10/2006|SALERNO|Farmacia|2006||claudia.terracina@yahoo.it +2467|15/01/2007|CAPALDO|ANNALISA|VIA DOTT. P. FIMIANI, 103|84083|CASTEL SAN GIORGIO|SA|03/03/1980|NOCERA INFERIORE|16/10/2006|SALERNO|Farmacia|2006||annalisa.capaldo@libero.it +2469|15/01/2007|DESIDERIO|MARCO|VIA PORTACATENA, 29|84121|SALERNO|SA|03/11/1982|POMPEI|30/11/2006|SALERNO|Farmacia|2006||wishes2@hotmail.it +2472|15/01/2007|GIANNOTTI|NATALIA|VIA GENERALE GONZAGA, 7|84100|SALERNO|SA|19/07/1983|SALERNO|30/10/2006|SALERNO|Farmacia|2006||mescalina.83@hotmail.it +2474|15/01/2007|INFANTE|RAFFAELE|VIA ERSILIO CASTELLUCCIO, 1|84135|SALERNO|SA|02/05/1982|BATTIPAGLIA|30/10/2006|SALERNO|Farmacia|2006||dralka@email.it +2475|15/01/2007|MAIURI|ERMINIA|Via Delle Ginestre,14|84046|ASCEA|SA|22/06/1982|VALLO DELLA LUCANIA|24/07/2006|SALERNO|Farmacia|2006||erminiamaiuri@zoho.com +2476|15/01/2007|MARINO|GIOVANNI|VIA PARCO ARANCI, 8|84134|SALERNO|SA|14/08/1978|SALERNO|30/03/2006|SALERNO|Farmacia|2006||mrgianluca@gmail.com +2477|15/01/2007|PARENTELA|ISABELLA|VIA SAN PIETRO, 6|84014|NOCERA INFERIORE|SA|21/10/1952|ROMA|27/07/2006|NAPOLI|Farmacia|2006||parentelaisabella@libero.it +2478|15/01/2007|PAVESE|EMANUELA|CORSO VITTORIO EMANUELE, 203|84122|SALERNO|SA|17/05/1982|AVELLINO|30/10/2006|SALERNO|Farmacia|2006||emanuela.pavese@gmail.com +2479|15/01/2007|RIZZO|ROSANNA|VIA UMBERTO I, 136|84050|FUTANI|SA|03/09/1982|DIELSDORF|24/07/2006|SALERNO|Farmacia|2006||rosanna.rizzo@alice.it +2480|15/01/2007|SESSA|ESTER|VIA PASQUALE CAPONE, 21|84122|SALERNO|SA|25/06/1981|BATTIPAGLIA|24/07/2006|SALERNO|Farmacia|2006||ester.sessa@tiscali.it +2481|15/01/2007|SOLITRO|LUCIA|VIA P. BARATTA, 94|84091|BATTIPAGLIA|SA|16/03/1981|BATTIPAGLIA|30/10/2006|SALERNO|Farmacia|2006||etroncone@alice.it +2482|15/01/2007|STANZIONA|MARTA|VIA S. SEBASTIANO, 31|84051|CENTOLA|SA|28/01/1978|CENTOLA|19/10/2006|NAPOLI|Farmacia|2006||martastanziona@tiscali.it +2483|29/01/2007|ALIBERTI|FRANCESCO ANTONIO|VIA CUTINELLI, 207|84081|BARONISSI|SA|21/11/1974|AALEN (GERMANIA)|26/07/2004|SALERNO|Farmacia|2004||alibertifrancescoantonio@tin.it +2484|29/01/2007|CALABRESE|DAVIDE GIUSEPPE|VIA UMBERTO, I, 4|84020|SANTOMENNA|SA|21/07/1982|BARI|27/07/2006|NAPOLI|Farmacia|2006||calabrese.dav@tiscali.it +2485|29/01/2007|CHIARIELLO|ROSA|VIA SCIPIONE LANDULFO, 26|84060|MONTECORICE|SA|10/11/1980|AGROPOLI|30/03/2006|SALERNO|Farmacia|2006||rosa.chiariello@live.it +2487|29/01/2007|DI FILIPPO|MARIA ANNA|VIA MAZZINI, 27|84088|SIANO|SA|02/11/1978|PADERBORN (GERMANIA)|16/10/2006|SAERNO|Farmacia|2006||mari.dif@libero.it +2489|29/01/2007|PANICO|ANTONELLA|Via Roma, 21|84092|BELLIZZI|SA|24/06/1978|EBOLI|24/07/2006|SALERNO|Farmacia|2006||panico.antonella@virgilio.it +2490|29/01/2007|PETRACCARO|ANNA|P.ZZA XX SETTEMBRE, 5|84069|ROCCADASPIDE|SA|08/04/1981|SALERNO|18/07/2006|SIENA|Farmacia|2006||farmaciacapuano@libero.it +2492|29/01/2007|VICEDOMINI|SIMONA|VIA G. LEOPARDI, 10|84016|PAGANI|SA|07/03/1981|NOCERA INFERIORE|08/11/2005|NAPOLI|Chimica e tecn. farmaceutica|2005||siimy@hotmail.com +2493|05/02/2007|D'ARLE|BARBARA|VIA GARIOPONTO, 16|84126|SALERNO|SA|21/06/1982|SALERNO|30/10/2006|SALERNO|Farmacia|2006||barbaradarle@hotmail.it +2495|05/02/2007|PEPE|FRANCESCO|VIA FILETTINE, 66|84016|PAGANI|SA|19/03/1981|NOCERA INFERIORE|30/03/2006|SALERNO|Farmacia|2006||frpepe@libero.it +2497|05/02/2007|SEBASTIANO|GIUSEPPE|P.ZZA RAFFAELE PETTI, 6|84100|SALERNO|SA|26/04/1978|SALERNO|24/07/2006|SALERNO|Farmacia|2006||giuseppe.sebastiano@email.it +2501|26/02/2007|GARGIULO|MICHELE|VIA COLARUSSO, 7|80061|MASSA LUBRENSE|NA|25/05/1982|VICO EQUENSE|30/03/2006|SALERNO|Farmacia|2006||michele_grg@libero.it +2503|26/02/2007|IANNONE|ANNA|VIA DEGLI ETRUSCHI, 13|84135|SALERNO|SA|07/04/1981|SALERNO|30/03/2006|SALERNO|Farmacia|2006||iannoneanna1981@gmail.com +2506|26/02/2007|VILLANI|RAFFAELLA|VIALE EUROPA, 2|84015|NOCERA SUPERIORE|SA|02/10/1980|NOCERA INFERIORE|28/07/2006|NAPOLI|Chimica e tecn. farmaceutica|2006||villaniraffaella80@libero.it +2508|19/03/2007|FORZIATI|ROSSELLA|CORSO MATARAZZO, 46- FRAZ. S. MARIA|84072|CASTELLABATE|SA|04/06/1983|BATTIPAGLIA|27/07/2006|NAPOLI|Farmacia|2006||rossellaforziati@alice.it +2510|19/03/2007|LEPRE|GIUSEPPE|VIA FIUME, 18|83025|MONTORO INFERIORE|AV|03/10/1980|SALERNO|16/10/2006|SALERNO|Farmacia|2006||farmlepre@libero.it +2511|19/03/2007|SAVINO|FABIO|VIA FREDA, 21|84100|SALERNO|SA|31/03/1979|SALERNO|30/03/2006|SALERNO|Farmacia|2006||fabiosavino1979@gmail.com +2516|14/05/2007|VASSALLUZZO|ROSSELLA|VIA P.C. DI LORENZO, 1|84078|VALLO DELLA LUCANIA|SA|02/03/1978|VALLO DELLA LUCANIA|19/12/2005|SALERNO|Farmacia|2006||rossellamonkey@libero.it +2518|11/06/2007|ABBAGNARA|GIUSEPPINA|VIA A. CALIFANO, 263|84010|SANT'EGIDIO DEL MONTE ALBINO|SA|12/05/1978|NOCERA INFERIORE|20/10/2004|NAPOLI|Chimica e tecn. farmaceutica|2004||giuseppinaabbagnara@libero.it +2519|18/06/2007|CAVALLO|CATIA|VIA G. GIULIANI, 21|84069|ROCCADASPIDE|SA|25/04/1977|SALERNO|27/02/2003|NAPOLI|Chimica e tecn. farmaceutica|2003||catia477@libero.it +2521|18/06/2007|MARMO|ANNA|VIA ZAMBRANO, 169|84088|SIANO|SA|16/02/1982|NOCERA INFERIORE|29/03/2007|SALERNO|Farmacia|2007||myranna@libero.it +2522|18/06/2007|SENESE|FRANCESCA|VIA CROCE, snc|84020|OLIVETO CITRA|SA|13/10/1982|OLIVETO CITRA|20/12/2006|SALERNO|Farmacia|2007||francesca.senese@gmail.com +2523|18/06/2007|STANCATI|GIORGIO|L.go Duchi Piccolomini, 10|84011|AMALFI|SA|13/03/1981|SALERNO|22/02/2007|NAPOLI|Farmacia|2007||giorgiostancati@amalfigiovani.it +2524|18/06/2007|TORTORA|ALESSANDRO|VIA CESARE BATTISTI, 1|84072|SANTA MARIA DI CASTELLABATE|SA|08/11/1976|AGROPOLI|20/12/2006|SALERNO|Farmacia|2007||aleale0811@libero.it +2526|27/06/2007|AMORUSO|IDA|VIA VALLECARA, 1 - PENTA|84084|FISCIANO|SA|22/07/1978|AVELLINO|29/03/2007|SALERNO|Farmacia|2007||idaamoruso@virgilio.it +2527|27/06/2007|APICELLA|ANNA|VIA C.A. ANGRISANI, 25|84014|NOCERA INFERIORE|SA|18/08/1978|NOCERA INFERIORE|20/12/2006|SALERNO|Farmacia|2007||annaapicella8@libero.it +2528|27/06/2007|CAPUTO|LUCA|VIA PIEMONTE, 20|84096|MONTECORVINO ROVELLA|SA|25/11/1978|SALERNO|04/05/2007|PERUGIA|Farmacia|2007||farmacaputo@virgilio.it +2530|27/06/2007|D'AMBROSIO|CRISTIANA|VIA MATTEO RIPA, 13|84122|SALERNO|SA|04/07/1981|NAPOLI|18/12/2006|NAPOLI|Chimica e tecn. farmaceutica|2007||cristianadambrosio@hotmail.it +2532|27/06/2007|LANDI|VITTORIA|VIA POMPEI, 139|84098|PONTECAGNANO FAIANO|SA|17/07/1979|SALERNO|20/12/2006|SALERNO|Farmacia|2007||vittorialandi@yahoo.it +2533|27/06/2007|MARTINELLI|ANTONIO|VIA FORLI', 12|84091|BATTIPAGLIA|SA|12/08/1981|AGROPOLI|29/03/2007|SALERNO|Farmacia|2007||antonio_martinelli1@virgilio.it +2534|27/06/2007|MILITO PAGLIARA|GIOVANNA|VIA S. ANDREA, 46/B|84081|BARONISSI|SA|21/06/1981|SALERNO|20/12/2006|SALERNO|Farmacia|2007||giovannamilitopagliara@hotmail.it +2536|27/06/2007|PIRITO|FILOMENA|VIA MUNICIPIO, 30/4|84085|MERCATO SAN SEVERINO|SA|05/02/1972|CIRO' SUPERIORE|29/03/2007|SALERNO|Farmacia|2007||fam.apicella@virgilio.it +2537|27/06/2007|SCARANO|FRANCESCO|VIA TRICINO, 11|84018|SCAFATI|SA|28/05/1981|SCAFATI|23/03/2007|NAPOLI|Farmacia|2007||logaritmo81@libero.it +2538|27/06/2007|TAMMARO|EMANUELA|VIA S. PERTINI, 1|84121|SALERNO|SA|31/08/1983|SALERNO|20/12/2006|SALERNO|Farmacia|2007||manuela.tammaro@libero.it +2539|27/06/2007|VITALE|VALENTINO|VIA E. FERMI, 14|84018|SCAFATI|SA|29/08/1983|POMPEI|18/12/2006|NAPOLI|Chimica e tecn. farmaceutica|2007||valentinovitale@libero.it +2540|09/07/2007|CAPUTO|MARIA|VIA PIZZONE SALICE VIC. S. NICOLA, 8|84018|SCAFATI|SA|01/10/1982|VICO EQUENSE|20/12/2006|SALERNO|Farmacia|2007||caputomaria82@yahoo.it +2541|09/07/2007|CLEMENTE|ORIANA|VIA FOGAZZARO, 70|84091|BATTIPAGLIA|SA|07/09/1981|BATTIPAGLIA|29/03/2007|SALERNO|Farmacia|2007||origen@hotmail.it +2542|09/07/2007|D'ANGIOLILLO|LETINA|VIA S. ANTONIO, 15|84046|ASCEA|SA|09/11/1982|VALLO DELLA LUCANIA|20/12/2006|SALERNO|Farmacia|2007||letina82@gmail.com +2543|09/07/2007|DELLA GRECA|ANTONIETTA|VIA NIGLI, 19|84070|SALENTO|SA|03/08/1981|HANNOVER (GERMANIA)|29/03/2007|SALERNO|Farmacia|2007||antoniettavl@yahoo.it +2544|09/07/2007|DELLA PEPA|ALBERTA|VIA SAN MICHELE, 32 - FRAZ RODIO|84066|PISCIOTTA|SA|05/05/1978|VALLO DELLA LUCANIA|26/03/2007|NAPOLI|Chimica e tecn. farmaceutica|2007||albertadp505@yahoo.it +2545|09/07/2007|DI BUONO|PAOLA|VIA ORAZIO FLACCO, 38|84129|SALERNO|SA|19/07/1978|SALERNO|29/03/2007|SALERNO|Farmacia|2007||paoladibuono@libero.it +2549|09/07/2007|LAMBIASE|LIDIA|VIA S.S.18, n.72|84091|BATTIPAGLIA|SA|14/01/1982|POLLA|20/12/2006|SALERNO|Farmacia|2007||lidialambiase@email.it +2551|09/07/2007|PEPE|LUISA|VIA M. BUONARROTI, 144|84010|SANT'EGIDIO DEL MONTE ALBINO|SA|18/09/1982|NOCERA INFERIORE|29/03/2007|SALERNO|Farmacia|2007||luisapepe@hotmail.it +2552|09/07/2007|PESSOLANO|MARIA COLOMBA|VIA FUORCHI, 3|84030|ATENA LUCANA|SA|08/11/1982|BATTIPAGLIA|13/12/2006|BOLOGNA|Chimica e tecn. farmaceutica|2007||mariacolomba82@yahoo.it +2553|09/07/2007|PETRACCARO|IMMACOLATA|VIA XX SETTEMBRE, 5|84069|ROCCADASPIDE|SA|21/06/1978|AGROPOLI|18/04/2007|SIENA|Farmacia|2007||immapetraccaro@hotmail.it +2554|09/07/2007|RUBINO|MARIANTONIETTA|VIA LAGNO SECCO, 40|84038|SASSANO|SA|15/03/1982|POLLA|29/03/2007|SALERNO|Farmacia|2007||maryrubino82@libero.it +2555|09/07/2007|VASSALLO|IVANO|VIA DOTT. N. CESTARI, 51|84033|MONTESANO SULLA MARCELLANA|SA|24/06/1983|SALERNO|29/03/2007|SALERNO|Farmacia|2007||ivanovassallo@hotmail.it +2556|26/07/2007|CANTALUPO|EMILIA|VIA FORLI', 2|84091|BATTIPAGLIA|SA|05/08/1981|BATTIPAGLIA|20/12/2006|SALERNO|Farmacia|2007||emiliacantalupo@alice.it +2557|26/07/2007|FUCCI|GIUSEPPE|VIA DEI GRECI PAL. D, 64|84135|SALERNO|SA|06/10/1981|SALERNO|29/03/2007|SALERNO|Farmacia|2007||opf1981@alice.it +2558|26/07/2007|GIORDANO|CLAUDIA|VIA SERRONI, 51|84091|BATTIPAGLIA|SA|21/10/1982|BATTIPAGLIA|20/12/2006|SALERNO|Farmacia|2007||cl.giordano@libero.it +2560|26/07/2007|MARINO|LAURA|VIA G. PUCCINI, 10|84081|BARONISSI|SA|27/11/1982|EBOLI|16/10/2006|SALERNO|Farmacia|2006||lauramarino@email.it +2561|26/07/2007|SPARANO|MICHELANGELO|CONTRADA CURCI, 14 A|84078|VALLO DELLA LUCANIA|SA|22/12/1982|AGROPOLI|15/03/2007|ROMA|Farmacia|2007||sparano82@alice.it +2562|26/07/2007|DAMOLIDEO|SANDRA|VIA DELLA RIFORMA, 15|84047|CAPACCIO|SA|05/10/1982|AGROPOLI|29/03/2007|SALERNO|Farmacia|2007||sandradamolideo@tiscali.it +2564|29/08/2007|RISPOLI|RAFFAELE|VIA REZZOLA, 16|84010|PRAIANO|SA|21/10/1968|VICO EQUENSE|24/07/1996|NAPOLI|Farmacia|1996||r.rispoli@visufarma.com +2565|29/08/2007|SALA|SABRINA|VIA NAZIONALE, 44|84076|TORCHIARA|SA|18/01/1982|AGROPOLI|29/03/2007|SALERNO|Farmacia|2007||salasabrina@yahoo.it +2566|03/09/2007|VICEDOMINI|IOLANDA|VIA VISITAZIONE, 421|80050|SANTA MARIA LA CARITA'|NA|29/12/1981|GRAGNANO|29/03/2007|SALERNO|Farmacia|2007||iolev@libero.it +2569|08/10/2007|PEPE|VINCENZA|VIA TEMPITELLE, 36|84076|TORCHIARA|SA|28/01/1980|AGROPOLI|29/03/2007|SALERNO|Farmacia|2007||pepeparafarmacia@libero.it +2571|15/10/2007|COTTICELLI|CATELLO|VIA ALCIDE DE GASPERI, 391|84016|PAGANI|SA|08/08/1981|NOCERA INFERIORE|23/03/2007|NAPOLI|Chimica e tecn. farmaceutica|2007||catellocotticelli81@libero.it +2572|29/10/2007|BIANCO|GIUSEPPINA|CDA SAN TOMMASO, 6a int.1|83031|ARIANO IRPINO|AV|25/05/1982|CAVA DE' TIRRENI|29/03/2007|SALERNO|Farmacia|2007||giusybianco25@gmail.com +2573|29/10/2007|CUSATI|MARIASERENA|VIA BELVEDERE, 5|84070|SAN MAURO LA BRUCA|SA|08/05/1979|VALLO DELLA LUCANIA|13/10/2005|NAPOLI|Chimica e tecn. farmaceutica|2005||ser.cus@libero.it +2577|03/12/2007|MARIANI|MICHELA|VIA QUINTINO DI VONA, 9|84133|SALERNO|SA|04/04/1981|SALERNO|30/10/2006|SALERNO|Farmacia|2006||medifarm.care@hotmail.it +2579|19/12/2007|CARBONE|MARIA|VIA PONTE AIELLO, 12|84012|ANGRI|SA|26/04/1982|SAN GENNARO VESUVIANO|30/10/2007|SALERNO|Farmacia|2007||farmaciasparanocarlo@libero.it +2580|04/01/2008|ABATE|MARIA GRAZIA|VIA PADRE CAMPANILE, 2|84081|BARONISSI|SA|23/04/1981|SALERNO|26/07/2007|SALERNO|Farmacia|2007||aba.mgrazia@hotmail.it +2581|04/01/2008|CITRO|OLGA|VIA FORMATO STINCO, 24 - BIVIO|84020|PALOMONTE|SA|18/09/1978|OLIVETO CITRA|30/10/2007|SALERNO|Farmacia|2007||citroolga@tiscali.it +2582|04/01/2008|D'ANTONIO|ANNA|VIA SABATO DE VITA, 10|84080|PELLEZZANO|SA|13/08/1981|SALERNO|29/03/2007|SALERNO|Farmacia|2007||annadant81@yahoo.it +2585|04/01/2008|FERRANTE|MARIA|VIA BIBLIOTECA AVALLONE 9|84013|CAVA DE' TIRRENI|SA|29/01/1984|NOCERA INFERIORE|26/07/2007|SALERNO|Farmacia|2007||mariaferrante84@libero.it +2586|04/01/2008|GRANOZIO|MARISA|VIA C. AVALLONE, 50|84013|CAVA DE' TIRRENI|SA|26/04/1982|SALERNO|30/10/2007|SALERNO|Farmacia|2007||asiram_82@hotmail.it +2587|04/01/2008|GRIMALDI|MICHELE|P.ZZA CADUTI DI BRESCIA, 22|84100|SALERNO|SA|10/11/1981|SALERNO|26/07/2007|SALERNO|Farmacia|2007||michelegrimaldi@libero.it +2588|04/01/2008|ITRI|ANGELO|VIA SAN MARTINO, 9|84050|LAUREANA CILENTO|SA|12/04/1980|AGROPOLI|30/10/2007|SALERNO|Farmacia|2007||angitri@hotmail.it +2589|04/01/2008|LAUDISIO|MARIA SPERADA|CORSO GARIBALDI, 195|84122|SALERNO|SA|04/02/1982|BATTIPAGLIA|26/07/2007|SALERNO|Farmacia|2007||mslau@email.it +2590|04/01/2008|MASCOLO|SIMONE|VIA FEDERICO DELLA MONICA, 6|84127|SALERNO|SA|25/05/1984|NAPOLI|26/07/2007|SALERNO|Farmacia|2007||simone.mascolo@virgilio.it +2591|04/01/2008|PARLATO|MAURO|Via Guerritore n. 15/B - Parco delle Gardenie|84016|PAGANI|SA|04/12/1979|SALERNO|26/07/2007|SALERNO|Farmacia|2007||mauroparlato@alice.it +2593|04/01/2008|PESCE|CARLA|Via Gaetani n26|84073|SAPRI|SA|21/12/1981|SAPRI|30/10/2007|SALERNO|Farmacia|2007||carlinapesce@yahoo.it +2594|04/01/2008|PROTA|ROSANGELA|Via Dante Alighieri 156|84043|Agropoli|SA|20/12/1982|AGROPOLI|26/07/2007|SALERNO|Farmacia|2007||rosangelaprota@gmail.com +2595|04/01/2008|SELLITTO|DOMENICO|VIA T. B. LOMBARDI, 22|84083|CASTEL SAN GIORGIO|SA|21/08/1982|BATTIPAGLIA|30/10/2007|SALERNO|Farmacia|2007||domenico.sellitto@libero.it +2596|04/01/2008|MAZZEI|RAMONA|VIA MONTE TERMINILLO, 4|84090|MONTECORVINO PUGLIANO|SA|21/04/1983|BATTIPAGLIA|30/10/2007|SALERNO|Farmacia|2007||MAZZEI.RAMONA@gmail.com +2597|04/01/2008|MEMOLI|PAOLA|VIA DEI MILLE, 33|84133|SALERNO|SA|08/01/1984|SALERNO|27/07/2007|SALERNO|Chimica e tecn. farmaceutica|2007||memolipaola@tiscali.it +2599|04/01/2008|TORRE|EMILIA|VIA PAOLO DI DONO, 9|00142|ROMA|RM|06/08/1983|SALERNO|26/07/2007|SALERNO|Farmacia|2007||emitorrestar@gmail.com +2600|14/01/2008|APOSTOLICO|PASQUALE|VIA S. ROCCO|84033|MONTESANO SULLA MARCELLANA|SA|16/06/1983|BATTIPAGLIA|17/10/2007|NAPOLI|Farmacia|2007||pasqualeapostolico@hotmail.it +2602|14/01/2008|CAGGIANESE|CRISTINA|C.SO VITTORIO EMANUELE, 35|85058|VIETRI DI POTENZA|PZ|27/11/1982|POTENZA|30/10/2007|SALERNO|Farmacia|2007||krikri82@hotmail.it +2607|14/01/2008|COCCORULLO|SERENA|VIA MEZZANA, 77|85100|POTENZA|PZ|21/01/1981|AGROPOLI|26/07/2007|SALERNO|Farmacia|2007||lapisola@inwind.it +2608|14/01/2008|de LUCA|DANIELE|VIA NASTRO AZZURRO, 33|80063|PIANO DI SORRENTO|NA|20/01/1982|Napoli|26/07/2007|SALERNO|Farmacia|2007||delucadany@yahoo.it +2610|14/01/2008|DESIDERIO|CAROLINA|VIA ROMA, 42|84018|SCAFATI|SA|20/02/1982|SALERNO|30/10/2007|SALERNO|Farmacia|2007||carolina.desiderio@libero.it +2611|14/01/2008|DI MAURO|VINCENZA CINZIA|VIA RIONE NUOVO, 61- FRAZ. SCARIO|84070|SAN GIOVANNI A PIRO|SA|09/06/1981|SAPRI|20/12/2006|SALERNO|Farmacia|2007||cinziadimauro@yahoo.it +2613|14/01/2008|FREDA|CARMELA|VIA ROMA, 32|84020|RICIGLIANO|SA|24/06/1983|OLIVETO CITRA|30/10/2007|SALERNO|Farmacia|2007||zebrjna@libero.it +2614|14/01/2008|GIORGIO|PIETRANGELO|VIA TAURANO, 60|84016|PAGANI|SA|07/08/1981|PAGANI|27/07/2007|NAPOLI|Chimica e tecn. farmaceutica|2007||pietrangelo1981@libero.it +2615|14/01/2008|IANNIZZARO|PAOLA|VIA DELLE GINESTRE, 87|84134|SALERNO|SA|09/10/1983|SALERNO|26/07/2007|NAPOLI|Farmacia|2007||paolianni@yahoo.it +2618|14/01/2008|ROSCIANO|AMELIA|VIA SAN GIOVANNI IN FONTI, 1|84036|SALA CONSILINA|SA|30/01/1982|POLLA|30/10/2006|SALERNO|Farmacia|2006||ameliarosciano@yahoo.it +2620|14/01/2008|VOZA|GIUSEPPE|VIA SELVA, 31|84043|AGROPOLI|SA|25/03/1982|SALERNO|21/12/2006|NAPOLI|Farmacia|2007||giuseppe.voza@gmail.com +2621|14/01/2008|MONTANARO|ERNESTO|VIA GRANATELLE, 25|84043|AGROPOLI|SA|28/03/1969|NAPOLI|20/07/1995|NAPOLI|Farmacia|1995||ernesto.montanaro@alidanet.it +2623|21/01/2008|BOVE|ELISABETTA|Via Agostino Nifo n2|84126|SALERNO|SA|29/07/1976|NOCERA INFERIORE|29/03/2007|SALERNO|Farmacia|2007||elisabettabove@libero.it +2624|21/01/2008|CAPORRINO|ROSALBA|VIA PENDINELLO, 6|84036|SALA CONSILINA|SA|27/08/1983|SAN GALLO (SVIZZERA)|30/10/2007|SALERNO|Farmacia|2007||rosalba.rc@libero.it +2625|21/01/2008|CARDASCO|OLIMPIA|VIA F. LA FRANCESCA, 67|84124|SALERNO|SA|04/04/1980|SALERNO|26/07/2007|SALERNO|Farmacia|2007||olly.car@live.it +2626|21/01/2008|CONCILIO|MARIANNA|VIA CASERTA, 91|84092|BELLIZZI|SA|07/10/1977|BIELLA|20/12/2006|SALERNO|Farmacia|2007||iaia77@alice.it +2630|21/01/2008|DE VITA|BRUNA|VIA ZARA, 62|84123|SALERNO|SA|31/08/1980|SALERNO|26/07/2007|SALERNO|Farmacia|2007||adelhanchi1977@gmail.com +2631|21/01/2008|DEL GIORNO|LAURA|VIA G. PALATUCCI, 12|84091|BATTIPAGLIA|SA|09/06/1982|BATTIPAGLIA|30/10/2007|SALERNO|Farmacia|2007||lauradelgiorno@tiscali.it +2632|21/01/2008|GARGANO|TIZIANA|VIA EUGENIO MONTALE, 20|84010|SAN MARZANO SUL SARNO|SA|24/02/1980|SALERNO|26/07/2007|SALERNO|Farmacia|2007||tizianagargano@libero.it +2633|21/01/2008|IACOVINO|ANGELA|VIA ZOLI ADONE, 1|84025|EBOLI|SA|02/01/1982|EBOLI|30/10/2007|SALERNO|Farmacia|2007||angela_iacovino@libero.it +2634|21/01/2008|IANNICIELLO|CARMELINA|Via Roma, 60|83040|FLUMERI|AV|28/09/1956|FLUMERI|02/11/1979|NAPOLI|Farmacia|1979||carm.elin@libero.it +2635|21/01/2008|LA FERRARA|ALESSANDRA|Via Dante Alighieri 24|84091|BATTIPAGLIA|SA|25/06/1981|BATTIPAGLIA|30/10/2007|SALERNO|Farmacia|2007||aleballerina81@hotmail.it +2636|21/01/2008|MASTURZO|FEDERICO|VIA MICHELE VERNIERI, 105|84100|SALERNO|SA|08/06/1976|SALERNO|30/10/2007|SALERNO|Farmacia|2007||icomas@tiscalinet.it +2637|21/01/2008|MOLINARI|MARIALUISA|VIA ASTONI CROCE, 7|84083|CASTEL SAN GIORGIO|SA|01/02/1982|SALERNO|30/10/2007|SALERNO|Farmacia|2007||molinarimarialuisa82@gmail.com +2638|21/01/2008|PARRILLI|CHIARA|VIA TORRIONE, 97|84127|SALERNO|SA|26/03/1983|SALERNO|30/10/2007|SALERNO|Farmacia|2007||chiaraparrilli@hotmail.it +2639|21/01/2008|PEDUTO|FILOMENA|VIA SAN COSMO, 188|84049|CASTEL SAN LORENZO|SA|21/09/1975|CASTEL SAN LORENZO|30/10/2007|SALERNO|Farmacia|2007||filomenapeduto@tiscali.it +2642|04/02/2008|CITRO|PILAR|VIA MICHELE VERNIERI, 105|84125|SALERNO|SA|05/05/1976|NOCERA INFERIORE|30/10/2007|SALERNO|Farmacia|2007||pilarcitro@alice.it +2643|04/02/2008|COLUCCINO|BARBARA|VIA S STEFANO N 24|83013|MERCOGLIANO|AV|25/03/1983|AVELLINO|26/07/2007|SALERNO|Farmacia|2007||barbara8302@hotmail.it +2644|04/02/2008|FARUOLO|AURORA|VIA SAN BIAGIO SNC|85054|MURO LUCANO|PZ|16/12/1982|POTENZA|26/07/2007|SALERNO|Farmacia|2007||faruoloaurora@libero.it +2646|04/02/2008|OLIVA|ANTONIO|VIA VITTORIO VENETO I TRAV, 48|84010|SAN MARZANO SUL SARNO|SA|17/04/1983|SCAFATI|30/10/2007|SALERNO|Farmacia|2007||antonio.oliva17@libero.it +2649|18/02/2008|CINGOLO|ANGELO|VIA NINO BIXIO, 2|84092|BELLIZZI|SA|22/04/1951|MONTECORVINO ROVELLA|21/03/1980|NAPOLI|Farmacia|1980||farmaciacingolo@katamail.com +2650|18/02/2008|CRISPO|FRANCESCA VALERIA|VIA GIUSEPPE VITIELLO, 29|84018|SCAFATI|SA|19/01/1983|NOCERA INFERIORE|30/10/2007|SALERNO|Farmacia|2007||crispo.francescavale@libero.it +2651|18/02/2008|FERRORO|ANNAPAOLA|VIA MARIO MASCIA 12|84124|SALERNO|SA|04/08/1981|SALERNO|29/03/2007|SALERNO|Farmacia|2007||africamarino@hotmail.it +2652|18/02/2008|FURORE|AUTILIA ANNA|VIA P. ATENOLFI, 85|84013|CAVA DE' TIRRENI|SA|13/12/1983|NOCERA INFERIORE|30/10/2007|SALERNO|Farmacia|2007||liana.furore@gmail.com +2655|29/02/2008|BELSITO|MAURIZIO|VIA II^ TRAVERSA ANGRISANI, 2|84014|NOCERA INFERIORE|SA|12/06/1982|BATTIPAGLIA|30/10/2007|SALERNO|Farmacia|2007||belsitoantonio48@gmail.com +2658|29/02/2008|SCAFURO|ANNA|VIA GIACOMO MATTEOTTI, 20|84085|MERCATO SAN SEVERINO|SA|07/12/1982|NOCERA INFERIORE|30/10/2007|SALERNO|Farmacia|2007||anna_sg@libero.it +2661|10/03/2008|SATURNINO|CARMELA|VIA CONTRAONE, 32|83025|MONTORO INFERIORE|AV|21/08/1957|POZZUOLI|21/07/1980|NAPOLI|Farmacia|1980||carmela.saturnino@unibas.it +2662|31/03/2008|DEL VECCHIO|ELENA|VIA SAN NICOLA, 62/A|85046|MARATEA|PZ|31/01/1982|AVELLINO|20/12/2006|SALERNO|Farmacia|2007||laide82@hotmail.it +2663|31/03/2008|SPAGNUOLO|ANNALISA|VIA CUCCI GUIDO, 6|84014|NOCERA INFERIORE|SA|20/10/1983|NOCERA INFERIORE|30/10/2007|SALERNO|Farmacia|2007||annalisaspagnuolo@libero.it +2665|05/05/2008|AGRESTA|AGNELLO|VIA M. FARAO, 12|84050|CUCCARO VETERE|SA|13/01/1951|CERASO|15/07/1976|NAPOLI|Farmacia|1976||18252@pec.federfarma.it +2666|05/05/2008|AMATO|ANNUNZIATA|VIA DELLA RESISTENZA, 5|84082|BRACIGLIANO|SA|07/10/1974|BRACIGLIANO|26/07/2007|SALERNO|Farmacia|2007||nunziadani90@gmail.com +2667|05/05/2008|DUCA|MARIA TERESA|VIA C. PISACANE, 8|84020|SAN GREGORIO MAGNO|SA|15/08/1973|OLIVETO CITRA|20/12/2006|SALERNO|Farmacia|2007||duca_giuseppe@virgilio.it +2669|05/05/2008|GENTILE|LUCA|VIA UGO PIRRO, 17 - SCALA D|84133|SALERNO|SA|24/01/1981|SALERNO|15/11/2006|NAPOLI|Chimica e tecn. farmaceutica|2006||luc.gentile@tiscali.it +2670|05/05/2008|LAMBERTI|GUIDO|VIA DE ROSA, 30|84016|PAGANI|SA|23/05/1982|PAGANI|30/10/2007|SALERNO|Farmacia|2007||lambertiguido@virgilio.it +2671|05/05/2008|LECCE|FILOMENA|VIA CAMILLO SORGENTE, 23/B|84124|SALERNO|SA|20/09/1982|SALERNO|30/10/2007|SALERNO|Farmacia|2007||filole82@libero.it +2672|19/05/2008|FALACE|ROSARIA|Via A. Volta, 5|84098|PONTECAGNANO FAIANO|SA|17/07/1954|CASTELLAMMARE DI STABIA|21/03/1978|NAPOLI|Farmacia|1978||ibis54@hotmail.it +2673|19/05/2008|MARESCA|DANILO|VIALE DEL PINO - CORNO D'ORO|84025|EBOLI|SA|23/01/1979|BATTIPAGLIA|26/07/2007|SALERNO|Farmacia|2007||dm88@tiscali.it +2678|25/06/2008|VILLECCO|DANIELA|VIA DELL'INDUSTRIA, 9|87012|CASTROVILLARI|CS|07/08/1977|CASSANO ALLO JONIO|24/07/2003|SALERNO|Farmacia|2003||daniela.villecco@alice.it +2680|21/07/2008|BUONINCONTI|FILOMENA|VIA TOMMASO M. FUSCO, 14|84016|PAGANI|SA|07/10/1982|PAGANI|30/10/2007|SALERNO|Farmacia|2007||f.buoninconti@email.it +2682|21/07/2008|CONTURSI|ENRICO|VIA TRINITA', 89|84081|BARONISSI|SA|24/02/1982|SALERNO|28/03/2008|SALERNO|Farmacia|2008||econtursi82@yahoo.it +2683|21/07/2008|COSENTINO|FLAVIA|VIA POSIDONIA, 164|84129|SALERNO|SA|14/04/1979|SALERNO|28/03/2008|SALERNO|Farmacia|2008||flaviacosentino@katamail.com +2684|21/07/2008|DI PASCALE|STEFANIA|VIA CELLARA, 37|84095|GIFFONI VALLE PIANA|SA|09/12/1982|SALERNO|28/03/2008|SALERNO|Farmacia|2008||stefaniaNEW9@GMAIL.COM +2687|28/07/2008|BASILE|PASQUALE|VIA ZAMBRANO, 64|84088|SIANO|SA|26/04/1983|SALERNO|31/03/2008|SALERNO|Chimica e tecn. farmaceutica|2008||paky830@libero.it +2689|28/07/2008|CIRILLO|ERIKA|Via F. Petrarca n4|84043|AGROPOLI|SA|29/04/1980|BIELLA|31/03/2008|NAPOLI|Chimica e tecn. farmaceutica|2008||erikacirillo@tiscali.it +2690|28/07/2008|MEDUGNO|CARLA|VIA MARTUSCELLI, 58|84135|SALERNO|SA|01/07/1984|TRIESTE|28/03/2008|SALERNO|Farmacia|2008||carlina744@live.it +2691|28/07/2008|MILITE|EMANUELA|VIA MARTINEZ Y CABRERA, 19|84014|NOCERA INFERIORE|SA|31/07/1981|TRUJILLO (PERU')|21/12/2007|NAPOLI|Chimica e tecn. farmaceutica|2008||emanuela_milite@hotmail.com +2692|28/07/2008|RAGO|RAFFAELLA|VIA MAGAZZINI, 1|84060|MONTECORICE|SA|18/06/1975|MONTECORICE|19/12/2007|SALERNO|Farmacia|2008||malloo@alice.it +2694|28/07/2008|SIANI|CARMELA|VIA PRINCIPE AMEDEO, 2|84013|CAVA DE' TIRRENI|SA|10/06/1980|SALERNO|28/03/2008|SALERNO|Farmacia|2008||caren80@hotmail.it +2695|28/07/2008|SILVERIO|MARCO|VIALE DEL PINO, 118 - Loc. CORNO D'ORO|84025|EBOLI|SA|04/05/1978|CAVA DE' TIRRENI|19/12/2007|SALERNO|Farmacia|2008||marco.silverio@alice.it +2696|28/07/2008|ZACCARIA|ALESSANDRA|VIA MAZZINI, 85/F|84091|BATTIPAGLIA|SA|12/04/1981|BATTIPAGLIA|28/03/2008|SALERNO|Farmacia|2008||alessandrazaccaria@hotmail.it +2697|29/07/2008|MONACO|MANUELA|VIA PONTE DEL PIANO FRAZ. GALDO, 6|84029|SICIGNANO DEGLI ALBURNI|SA|28/06/1983|BATTIPAGLIA|28/03/2008|SALERNO|Farmacia|2008||manumonaco@hotmail.it +2698|08/08/2008|CAPUTO|GIOVANNI|VIA PIEMONTE, 20|84096|MONTECORVINO ROVELLA|SA|16/06/1981|SALERNO|07/03/2008|PERUGIA|Farmacia|2008||giovannicaputo996@hotmail.it +2701|08/08/2008|PEPE|RAFFAELLA|VIA PIAVE, 113|84010|SAN MARZANO SUL SARNO|SA|22/03/1983|NOLA|21/12/2007|NAPOLI|Chimica e tecn. farmaceutica|2008||raffapepe@alice.it +2702|02/09/2008|CIRIGLIANO|CARMEN|VIA MENSA VIII TRAVERSA, 34|84062|OLEVANO SUL TUSCIANO|SA|30/10/1981|BATTIPAGLIA|19/12/2007|SALERNO|Farmacia|2008||carmencirigliano81@gmail.com +2704|02/09/2008|FASANO|ANNALISA|VIA F. TURATI, 19|73013|GALATINA|LE|18/04/1983|GALATINA|31/03/2008|SALERNO|Chimica e tecn. farmaceutica|2008||annalisa.fasano@libero.it +2706|08/09/2008|FARASO|DAVIDE|VIA LUDOVICO SICIGNANO, 46|84018|SCAFATI|SA|28/10/1975|NOCERA INFERIORE|19/12/2007|SALERNO|Farmacia|2008||davide.faraso@tiscali.it +2709|08/09/2008|SELLITTO|GIUSEPPINA|VIA ASTONI CROCE, 2|84083|CASTEL SAN GIORGIO|SA|06/04/1983|NOCERA INFERIORE|31/03/2008|SALERNO|Chimica e tecn. farmaceutica|2008||giusysellitto@alice.it +2710|08/09/2008|TAFURO|BRUNELLA|VIA CONTRAONE, 38|83025|BORGO MONTORO INFERIORE|AV|12/02/1980|AVELLINO|21/12/2007|NAPOLI|Chimica e tecn. farmaceutica|2008||bru_viola@hotmail.it +2711|06/10/2008|CALIENDO|CARMELA|VIAle CROCE, 79/b|84015|NOCERA SUPERIORE|SA|04/02/1983|NOCERA INFERIORE|31/03/2008|SALERNO|Chimica e tecn. farmaceutica|2008||carmela.caliendo@yahoo.it +2712|06/10/2008|CASTELLANO|CATELLO MIRKO|VIA ARCANGELO ROTUNNO, 15|84134|SALERNO|SA|08/09/1984|GRAGNANO|11/04/2008|CAMERINO|Farmacia|2008||mirko.castellano@hotmail.it +2714|06/10/2008|DE SIMONE|LOREDANA|VIA ALDO MORO, 3 - COLOGNA|84080|PELLEZZANO|SA|04/02/1980|SALERNO|19/12/2007|SALERNO|Farmacia|2008||lory2201@tiscali.it +2715|06/10/2008|DE SIO|LILIA|VIA SANT ERASMO 67|84016|PAGANI|SA|04/01/1984|PAGANI|31/03/2008|SALERNO|Chimica e tecn. farmaceutica|2008||ailil8404@gmail.com +2716|06/10/2008|MATTIONI|ELEONORA|VIA MERCATELLO, 68 - BORGO|83025|MONTORO INFERIORE|AV|11/02/1982|SALERNO|19/12/2007|SALERNO|Farmacia|2008||matel82@libero.it +2718|06/10/2008|IENNACO|BENEDETTA|VIA IV NOVEMBRE, 2|84098|PONTECAGNANO FAIANO|SA|15/01/1977|NAPOLI|31/10/2002|NAPOLI|Farmacia|2002||benegrixb@libero.it +2719|06/10/2008|INSERRA|VALENTINA|Via G.Antonio Vitale, 2|84100|SALERNO|SA|14/05/1981|GRAGNANO|11/04/2008|CAMERINO|Farmacia|2008||gerafarmia@yahoo.it +2723|12/12/2008|BIANCO|ELVIRA|VIA VI^ TRAV. NAZIONALE, 4/D/20 - COOP PIXUS|84067|POLICASTRO BUSS.|SA|07/10/1981|NAPOLI|30/10/2008|SALERNO|Farmacia|2008||biancoelvira@virgilio.it +2724|12/12/2008|GUARINO|CARMELA|VIA CASA LANDI, 25|84080|LANCUSI DI FISCIANO|SA|30/01/1983|SALERNO|30/10/2007|SALERNO|Farmacia|2007||guarinocarmen83@gmail.com +2725|30/12/2008|SALVATI|DIONIGI|Via R. Livatino, 21|84085|MERCATO SAN SEVERINO|SA|05/01/1983|SALERNO|20/10/2008|NAPOLI|Farmacia|2008||salvatidionigi@libero.it +2726|13/01/2009|BATTIPAGLIA|ELISABETTA|VIA CALATA SAN VITO 36|84126|SALERNO|SA|08/02/1983|SALERNO|25/07/2008|SALERNO|Chimica e tecn. farmaceutica|2008||elisabetta.battipaglia@gmail.com +2727|13/01/2009|BOTTA|TERESA|VIA GARIBALDI, 45|84088|SIANO|SA|27/02/1984|SOLOFRA|30/10/2008|SALERNO|Farmacia|2008||teresa089sa@yahoo.it +2728|13/01/2009|CELANO|EMANUELA|VIA MARE IONIO, 47|84098|PONTECAGNANO FAIANO|SA|25/09/1984|AGROPOLI|30/10/2008|SALERNO|Farmacia|2008||emanu.celano@live.it +2729|13/01/2009|CUOZZO|ADRIANO|VIA TRASIMENO, 23|84091|BATTIPAGLIA|SA|19/09/1985|EBOLI|30/10/2008|SALERNO|Farmacia|2008||parafarmacia.cuozzo@gmail.com +2730|13/01/2009|D'AMICO|LUCIA|VIA G. PARINI, 13|84091|BATTIPAGLIA|SA|06/09/1984|BATTIPAGLIA|24/07/2008|SALERNO|Farmacia|2008||luciadamico84@libero.it +2731|13/01/2009|FEZZA|NADIA|VIA ROMA, 33|84022|CAMPAGNA|SA|29/07/1984|BATTIPAGLIA|24/07/2008|SALERNO|Farmacia|2008||fezzanadia@libero.it +2732|13/01/2009|FIENGA|CLELIA|VIA CROCE, 62|84018|SCAFATI|SA|10/05/1983|MUGNANO DI NAPOLI|30/11/2008|SALERNO|Farmacia|2008||clelia_10583@libero.it +2733|13/01/2009|GARGIONE|ROBERTA|VIA PALMA, 5|84060|PERDIFUMO|SA|28/07/1982|BATTIPAGLIA|30/10/2008|PERUGIA|Farmacia|2008||farmaciagargione@hotmail.it +2734|13/01/2009|GIULIANO|FRANCESCA|VIA ROCCO GALDIERI, 28|84129|SALERNO|SA|17/07/1982|SALERNO|28/03/2008|SALERNO|Farmacia|2008||francescagiuliano@hotmail.com +2735|13/01/2009|GRIMALDI|STEFANIA|VIA TORINO, 8|84085|MERCATO SAN SEVERINO|SA|24/02/1984|SARNO|30/10/2008|SALERNO|Farmacia|2008||stefaniagrimaldi@hotmail.it +2736|13/01/2009|LA ROCCA|ANNAMARIA|VIA A. MANZONI, 37|84092|BELLIZZI|SA|18/10/1984|BATTIPAGLIA|24/07/2008|SALERNO|Farmacia|2008||annam.larocca@alice.it +2737|13/01/2009|LAUDISIO|CAROLINA|VIA ROMA, 98H|84087|SARNO|SA|19/05/1985|SARNO|30/10/2008|SALERNO|Farmacia|2008||claudisio@alice.it +2740|13/01/2009|MARCHITELLI|DOMENICA|VIA VITTORIO EMANUELE, 34|85050|BALVANO|PZ|16/01/1984|OLIVETO CITRA|24/07/2008|SALERNO|Farmacia|2008||marchitelli.domenica@libero.it +2742|13/01/2009|PETOLICCHIO|MILENA|VIA GAETANO CAPONE, 39 SCALA C|84010|MAIORI|SA|31/07/1984|SALERNO|30/10/2008|SALERNO|Farmacia|2008||milpet@libero.it +2743|13/01/2009|PLAITANO|TIZIANA|S.S. 18 PARCO MAGNOLIE, 110/D|84091|BATTIPAGLIA|SA|11/10/1984|BATTIPAGLIA|25/07/2008|SALERNO|Chimica e tecn. farmaceutica|2008||plaitanot@hotmail.it +2746|13/01/2009|ROMANO|FLAVIA|VIA DEMANIO PIAZZA, 39|84085|MERCATO SAN SEVERINO|SA|27/11/1983|NOCERA INFERIORE|25/07/2008|SALERNO|Chimica e tecn. farmaceutica|2008||flaviaromano@alice.it +2748|13/01/2009|SADA|MARIA ROSARIA|V.LE G. VERDI, 10/H|84131|SALERNO|SA|23/09/1975|SALERNO|28/03/2008|SALERNO|Farmacia|2008||m.sada@alice.it +2750|13/01/2009|SODANO|CARMELA|VIA DOMENICO PIGNATARO, 10|84078|VALLO DELLA LUCANIA|SA|26/12/1982|VALLO DELLA LUCANIA|24/07/2008|SALERNO|Farmacia|2008||carmela_sodano@hotmail.it +2751|13/01/2009|SPARANO|ANNA MARIA|VIA CESARE ROSAROLL, 14|80139|NAPOLI|NA|01/07/1957|NAPOLI|24/07/2008|SALERNO|Farmacia|2008||annamaria_sparano@pec.it +2752|13/01/2009|SPERA|CHIARA|VIA TORA DI FILETTA, 17|84099|SAN CIPRIANO PICENTINO|SA|10/09/1983|SALERNO|24/07/2008|SALERNO|Farmacia|2008||sperachiara@alice.it +2753|13/01/2009|TORNATORE|SERENA|VIA GIOVANNI CUOMO, 29|84122|SALERNO|SA|13/09/1979|CAVA DE' TIRRENI|25/07/2002|SALERNO|Farmacia|2002||tornatore.serena@tiscali.it +2758|13/01/2009|VITALE|BEATRICE|VIA SAN GIOVANNI BATTISTA, 13|84086|ROCCAPIEMONTE|SA|25/04/1982|ROCCAPIEMONTE|24/07/2008|SALERNO|Farmacia|2008||beatrix482@hotmail.it +2759|13/01/2009|ZOTTOLI|ALESSIA|VIALE DELLA REPUBBLICA, 2|84092|BELLIZZI|SA|09/07/1984|BATTIPAGLIA|30/10/2008|SALERNO|Farmacia|2008||alessia.zott@alice.it +2760|29/01/2009|ANSALONE|IDA|VIA S. ROCCO, 4|04029|SPERLONGA|LT|12/04/1982|MERCATO SAN SEVERINO|30/10/2008|SALERNO|Farmacia|2008||idansalone@libero.it +2762|29/01/2009|BUDETTA|GIANPIERO|VIA LA MENNOLELLA, 28|84126|SALERNO|SA|11/06/1984|SALERNO|24/07/2008|SALERNO|Farmacia|2008||laboratoriatenei@gmail.com +2767|29/01/2009|GALDIERI|PATRIZIA|VIA CARRARE, 20|84020|PALOMONTE|SA|09/08/1983|BATTIPAGLIA|24/07/2008|SALERNO|Farmacia|2008||g.patty83@libero.it +2769|29/01/2009|IANNELLI|FRANCESCA|VIA DELLE GINESTRE, 55|84134|SALERNO|SA|02/08/1985|SALERNO|30/10/2008|SALERNO|Farmacia|2008||francescaiannelli@libero.it +2772|29/01/2009|MANSI|PASQUALE|VIA CESARE BATTISTI, 37|84018|SCAFATI|SA|24/07/1983|SCAFATI|31/03/2008|NAPOLI|Chimica e tecn. farmaceutica|2008||p.leman@alice.it +2773|29/01/2009|MARIGLIANO|ANNARITA|VIA LUIGI STURZO, 56|84018|SCAFATI|SA|02/10/1984|SCAFATI|25/07/2008|SALERNO|Chimica e tecn. farmaceutica|2008||annarita.marigliano@hotmail.it +2774|29/01/2009|MELCHIONDA|MARCO|VIA BIAGIO GAROFALO, 9|84129|SALERNO|SA|18/04/1979|SALERNO|24/07/2008|SALERNO|Farmacia|2008||melcs@libero.it +2775|29/01/2009|NAPOLI|DANIELA|VIA ENRICO BERLINGUER, 7|84081|BARONISSI|SA|01/12/1979|CASERTA|22/12/2003|SALERNO|Farmacia|2004||napdan@libero.it +2777|29/01/2009|RIZZO|EMANUELA|CONTRADA MATERA, 1|84050|LAUREANA CILENTO|SA|14/01/1984|AGROPOLI|31/10/2008|SALERNO|Chimica e tecn. farmaceutica|2008||emanuela2007@libero.it +2778|29/01/2009|SANTORO|FRANCESCA|VIA PRIVATA SEBASTIANO SERLIO, 8/2|20139|MILANO|MI|26/04/1983|SALERNO|25/07/2008|SALERNO|Chimica e tecn. farmaceutica|2008||francesca.santoro10@virgilio.it +2779|29/01/2009|SORIENTE|VERONICA|VIA SALVO D'ACQUISTO, 9|84096|MONTECORVINO ROVELLA|SA|21/12/1983|MONTECORVINO ROVELLA|30/10/2008|SALERNO|Farmacia|2008||vsoriente@gmail.com +2780|26/02/2009|DE RINALDIS|MARIAROSARIA|VIA GIULIO CESARE, 25|58100|GROSSETO|GR|07/10/1983|SALERNO|30/10/2008|SALERNO|Farmacia|2008||mariarosariadr@libero.it +2781|26/02/2009|DELLA MONICA|CARMINE|VIA DON MICHELE PAESANO, 53|84025|EBOLI|SA|23/09/1973|EBOLI|26/07/2002|SALERNO|Farmacia|2002||carmine_della_monica@yahoo.it +2782|26/02/2009|DERKESHLI|NADIA|VIA VITT. EMANUELE, 38|84087|SARNO|SA|19/08/1984|SARNO|17/10/2008|NAPOLI|Farmacia|2008||nadiader@alice.it +2783|26/02/2009|DI MURO|FRANCESCA|VIA CENTORE, 23|84090|GIFFONI SEI CASALI|SA|22/07/1983|SALERNO|30/10/2008|SALERNO|Farmacia|2008||francescadimuro@hotmail.it +2786|26/02/2009|MAIORINO|ANGELO|VIA LORENZO FAVA, 45|84014|NOCERA INFERIORE|SA|14/10/1982|NAPOLI|28/03/2008|SALERNO|Farmacia|2008||angelomaiorino@libero.it +2787|26/02/2009|SPINELLI|FILOMENA|VIA DEL PIAGGESE, 15|84043|AGROPOLI|SA|21/09/1984|AGROPOLI|25/07/2008|SALERNO|Chimica e tecn. farmaceutica|2008||filomena@oneonline.it +2788|26/02/2009|VIVACQUA|ENRICA|VIALE DELLE GINESTRE, 48|84134|SALERNO|SA|13/06/1985|AVELLINO|31/10/2008|SALERNO|Farmacia|2008||evivacqua@unisa.it +2792|11/03/2009|PADULA|GENNARO|VIA SPERANZO, 2|84099|SAN CIPRIANO PICENTINO|SA|13/02/1978|SAN CIPRIANO PICENTINO|20/12/2006|SALERNO|Farmacia|2007||padulage@alice.it +2793|11/03/2009|RUSSO|LUIGI|VIA SANDRO PERTINI, 11G8|84098|PONTECAGNANO FAIANO|SA|30/09/1984|SALERNO|28/03/2008|SALERNO|Farmacia|2008||lurusso@unisa.it +2794|11/03/2009|VECCHIO|LUCIA|VIA ANGONA SNC|84025|EBOLI|SA|30/07/1982|EBOLI|24/07/2008|SALERNO|Farmacia|2008||luciavecchio@inwind.it +2795|11/03/2009|ZANTI|ROSSANA|VIA GENERALE GONZAGA, 74/L|84091|BATTIPAGLIA|SA|10/02/1973|AUGUSTA|08/11/1999|CATANIA|Farmacia|1999||rossana.zanti@gmail.com +2797|31/03/2009|DE VENDEL|JOLANDA|VIA VECCHIO, 8|84047|CAPACCIO|SA|01/11/1977|TORINO|20/10/2004|NAPOLI|Chimica e tecn. farmaceutica|2004||jdevendel@tiscali.it +2800|31/03/2009|LAURETANO|COLOMBA|VIA COSTANTINOPOLI, 10|84010|PRAIANO|SA|04/10/1980|VICO EQUENSE|26/07/2007|SALERNO|Farmacia|2007||lauretanocolomba@libero.it +2802|31/03/2009|TROTTA|AVE|VIA ELVIRA CODA NOTARI, 1|84131|SALERNO|SA|28/03/1973|SALERNO|31/03/2003|SALERNO|Farmacia|2003||trotta.ave@tiscali.it +2803|31/03/2009|VOCCIA|FILOMENA|VIA DOMENICO CATALANO, 46|84018|SCAFATI|SA|25/05/1981|SCAFATI|30/10/2008|SALERNO|Farmacia|2008||mikyfilo@alice.it +2804|06/04/2009|ATTIANESE|CAROLINA|VIA VESPUCCI, 33|84012|ANGRI|SA|25/09/1977|ANGRI|22/03/2005|NAPOLI|Chimica e tecn. farmaceutica|2005||carolinaattianese@aliceposta.it +2805|06/04/2009|FERRAIOLI|MARIA TERESA|Via Valle Corteno n.59|00141|ROMA|RM|08/07/1982|SALERNO|13/10/2006|NAPOLI|Chimica e tecn. farmaceutica|2006||ferraioli.mteresa@libero.it +2806|06/04/2009|MAUTONE|NICOLA|VIA NAZIONALE P. BARIZZO, 79|84047|CAPACCIO|SA|07/08/1977|MILANO|28/10/2004|SALERNO|Farmacia|2004||nicolamautone@virgilio.it +2808|10/04/2009|D'AGOSTINO|ELIO|PIAZZA TRIESTE, 17|80056|ERCOLANO|NA|22/04/1964|PORTICI|30/10/1991|NAPOLI|Farmacia|1991||e64dag@msn.com +2809|10/04/2009|LETTIERI|TONIA|VIA BARRI, 37|84060|NOVI VELIA|SA|16/07/1979|VALLO DELLA LUCANIA|29/07/2003|NAPOLI|Chimica e tecn. farmaceutica|2004||tonia.lettieri@libero.it +2810|10/04/2009|MALDINI|MARIATERESA|VIA G. D'ORSO, 32|84025|EBOLI|SA|15/10/1981|SALERNO|22/07/2005|SALERNO|Farmacia|2005||mmaldini@unisa.it +2812|22/04/2009|DANISE|ROSA|Via Alfonso Barbella, 19|84010|SANT'EGIDIO DEL MONTE ALBINO|SA|01/08/1979|SARNO|25/07/2008|SALERNO|Chimica e tecn. farmaceutica|2008||rdanise@hotmail.it +2813|11/05/2009|GAMBARDELLA|LUCIANO|VIA EDUARDO DE FILIPPO, 3|84014|NOCERA INFERIORE|SA|24/02/1982|NOCERA INFERIORE|27/03/2008|NAPOLI|Farmacia|2008||l.gambardella@hotmail.it +2815|26/05/2009|GUIDA|RAFFAELLA|VIA XX SETTEMBRE, 8|84070|SAN MAURO LA BRUCA|SA|20/07/1983|VALLO DELLA LUCANIA|23/07/2007|PAVIA|Farmacia|2007||rguida@unisa.it +2816|09/06/2009|CATENA|CLARA|VIA RIONE DELLA PACE, 7|84025|EBOLI|SA|12/03/1984|EBOLI|31/10/2008|SALERNO|Chimica e tecn. farmaceutica|2008||catena.clara@gmail.com +2819|29/06/2009|PANARIELLO|EMILIA|VIA NAZIONALE, 446|84018|SCAFATI|SA|05/05/1977|GRAGNANO|08/11/2002|SALERNO|Farmacia|2002||emy.pan@libero.it +2820|10/07/2009|APOSTOLICO|ANTONIO|VIA DANTE ALIGHIERI, 19|84083|CASTEL SAN GIORGIO|SA|21/12/1976|CASTEL SAN GIORGIO|10/07/2009|SALERNO|Farmacia|2009||antonio.apostolico-farm@poste.it +2821|10/07/2009|APRILE|IMMACOLATA|P.ZZA F. ALARIO, 8|84121|SALERNO|SA|23/08/1978|SALERNO|18/12/2008|SALERNO|Farmacia|2009||rosariaaprile@virgilio.it +2823|10/07/2009|FRUNZI|ANGELA|VIA VITORIO EMANUELE, 105|84020|SAN GREGORIO MAGNO|SA|20/08/1980|SALERNO|18/12/2008|SALERNO|Farmacia|2009||angelafrunzi@tiscali.it +2826|10/07/2009|PARADISO|VERA|VIA NAZIONALE, 109|84070|SAN GIOVANNI A PIRO|SA|16/08/1984|SAPRI|18/12/2008|SALERNO|Farmacia|2009||veraparadiso@yahoo.it +2827|10/07/2009|PINTO|ANTONELLA|VIA PADOVA, 42|84091|BATTIPAGLIA|SA|11/09/1984|POLLA|30/03/2009|SALERNO|Farmacia|2009||antonellapinto84@hotmail.it +2828|10/07/2009|TROTTA|ROBERTA|Via Casalanario, 56|84012|ANGRI|SA|15/11/1983|SCAFATI|16/10/2008|NAPOLI|Chimica e tecn. farmaceutica|2008||roberta.trotta83@gmail.com +2829|24/07/2009|BUONERBA|GIOVANNA|VIA FEDERICO COZZOLINO, 37|84018|SCAFATI|SA|01/05/1984|POMPEI|30/03/2009|SALERNO|Farmacia|2009||giovy_buonerba@hotmail.it +2830|24/07/2009|CONTE|DAVIDE ANTONIO|Via Garioponto, 16|84126|SALERNO|SA|12/12/1983|BATTIPAGLIA|05/02/2009|MILANO|Farmacia|2009||daveco83@GMAIL.COM +2831|24/07/2009|DE FEO|GERARDA|VIA MAGNAGRECIA, 622|84063|CAPACCIO|SA|04/04/1984|AGROPOLI|30/03/2009|SALERNO|Farmacia|2009||GDINAGDIFEO@GMAIL.COM +2833|24/07/2009|ESPOSITO|ASSUNTA|VIA PORTO. 29|84010|SAN VALENTINO TORIO|SA|13/03/1982|NOCERA INFERIORE|30/03/2009|SALERNO|Farmacia|2009||assuntaesposito82@libero.it +2834|24/07/2009|GUARNACCIA|ANDREA|VIA SS. MARTIRI, 73|84010|SAN EGIDIO DEL MONTE ALBINO|SA|06/04/1982|NOCERA INFERIORE|30/03/2009|SALERNO|Farmacia|2009||andreaguarnaccia@hotmail.it +2835|24/07/2009|IANNIELLO|MARIA ASSUNTA|Via F. Baracca, 13|84091|BATTIPAGLIA|SA|07/02/1984|BATTIPAGLIA|23/03/2009|NAPOLI|Chimica e tecn. farmaceutica|2009||ma.ianniello@alice.it +2836|24/07/2009|MAZZELLA|LIDIA|VIA PIO XII, 33|84025|EBOLI|SA|15/06/1985|SALERNO|18/12/2008|SALERNO|Farmacia|2009||lidiamazzella@libero.it +2839|24/07/2009|SENATORE|ANNA CHIARA|VIA S. MARIA DEL ROVO, 2 BIS|84013|CAVA DE' TIRRENI|SA|04/01/1984|SALERNO|18/12/2008|SALERNO|Farmacia|2009||annachiarasenatore@libero.it +2842|31/07/2009|BUONOCORE|MARIANNA|VIA XVIII GIUGNO, 34|84098|PONTECAGNANO FAIANO|SA|19/04/1979|SALERNO|30/03/2009|SALERNO|Farmacia|2009||m.buonocore@yahoo.it +2844|31/07/2009|COIRO|DANIELE|VIA ROMA, 137|84037|SANT'ARSENIO|SA|25/12/1976|POLLA|16/07/2004|SIENA|Chimica e tecn. farmaceutica|2009||danielecoiro@tiscali.it +2845|31/07/2009|D'AURIA|CARMELA|VIALE EUROPA, 31|84043|AGROPOLI|SA|06/08/1984|AGROPOLI|17/12/2008|NAPOLI|Farmacia|2009||carmela.dauria@hotmail.it +2846|31/07/2009|ESPOSITO|SAMANTHA|VIA ALENTO, 131 - LOC. BIVIO DI ACQUAVELLA|84040|CASAL VELINO|SA|24/09/1984|VALLO DELLA LUCANIA|23/03/2009|NAPOLI|Chimica e tecn. farmaceutica|2009||smappy@libero.it +2847|31/07/2009|FALCONE|MARIANNA|Via Carlo Santoro, 14|84013|CAVA DE' TIRRENI|SA|16/04/1982|CAVA DE' TIRRENI|30/03/2009|SALERNO|Farmacia|2009||marianna.falcone@email.it +2848|31/07/2009|MARINO|GIOVANNI|VIALE GIUSEPPE VERDI, 14/C|84100|SALERNO|SA|08/11/1982|SALERNO|30/03/2009|SALERNO|Farmacia|2009||jo.marino@hotmail.it +2851|31/07/2009|ROMANELLI|GIOVANNI|VIA TOSCANO, 2|84038|SASSANO|SA|24/06/1967|POLLA|30/03/2009|SALERNO|Farmacia|2009||dr.giovanniromanelli@libero.it +2852|31/07/2009|ROMANO|FABRIZIO|Via Vallone Ischitello N 11|84073|SAPRI|SA|11/07/1977|MARATEA|30/03/2009|SALERNO|Farmacia|2009||fabrirom77@yahoo.it +2853|07/08/2009|CAMPANILE|SILVIA|VIA ASIAGO, 1|84132|SALERNO|SA|22/12/1983|SALERNO|30/03/2009|SALERNO|Farmacia|2009||sixcampanile@yahoo.it +2854|07/08/2009|CAPUTO|MARIA ROSARIA|VIA PIEMONTE, 20|84096|MONTECORVINO ROVELLA|SA|20/08/1976|SALERNO|30/03/2009|SALERNO|Farmacia|2009||saia.caputo@gmail.com +2857|07/08/2009|TISI|VALENTINA|VIA MARIA SANTISSIMA IMMACOLATA, 1|84133|SALERNO|SA|27/04/1983|SALERNO|30/03/2009|SALERNO|Farmacia|2009||v.tisi@ALICE.it +2858|07/08/2009|GRECO|FRANCESCA|VIA MAGAZZINI, 32|84060|MONTECORICE|SA|26/08/1976|TORRE ANNUNZIATA|30/03/2009|SALERNO|Farmacia|2009||francescagrc@libero.it +2859|07/08/2009|LUONGO|MARIO|VIA PALATUCCI, 12/E SCALA B|84091|BATTIPAGLIA|SA|09/01/1968|PALOMONTE|16/12/2000|NAPOLI|Farmacia|2001||luongomario@alice.it +2860|07/09/2009|D'AMORE|MANUELA|Via Fravita, n.36 - CAPEZZANO|84080|Pellezzano|SA|30/09/1984|TREVISO|31/03/2009|SALERNO|Chimica e tecn. farmaceutica|2009||manu.damo@hotmail.it +2863|07/09/2009|LEBANO|ROBERTO|VIA DEL POPOLO, 7|84050|LUSTRA - FRAZ. ROCCA|SA|19/08/1978|VALLO DELLA LUCANIA|30/03/2009|SALERNO|Farmacia|2009||lebano.roberto@libero.it +2865|07/09/2009|MANCINI|ANGELA|VIA LUNGOMARE COLOMBO, 70|84129|SALERNO|SA|05/04/1985|SALERNO|31/03/2009|SALERNO|Chimica e tecn. farmaceutica|2009||angela_manc@hotmail.it +2867|07/09/2009|PAPPACENA|STEFANIA|VIA SAN VALENTINO, 52/B|84087|SARNO|SA|10/04/1984|SARNO|30/03/2009|SALERNO|Farmacia|2009||stefania_pappacena@libero.it +2868|28/09/2009|DE SIMONE|LUCA|VIA NAZIONALE, 3|84040|CASALVELINO|SA|06/08/1983|AGROPOLI|18/02/2009|NAPOLI|Chimica e tecn. farmaceutica|2009||luca_ds@msn.com +2870|28/09/2009|MAUTONE|ANNA|VIA DELLA QUERCIA, 66 - CAPEZZANO|84080|PELLEZZANO|SA|09/08/1981|VALLO DELLA LUCANIA|30/03/2009|SALERNO|Farmacia|2009||annamautone@live.it +2871|28/09/2009|MONTUORI|BARBARA|VIA VI TRAV. NAZIONALE, 3|84067|POLICASTRO BUSSENTINO|SA|07/12/1977|MARATEA|17/12/2008|ROMA|Farmacia|2009||barbarik77@libero.it +2873|28/09/2009|NOBILE|BENEDETTA|VIA GIUSEPPE GARIBALDI, 39|84014|NOCERA INFERIORE|SA|22/03/1985|NOCERA INFERIORE|25/03/2009|NAPOLI|Farmacia|2009||nobilebenedetta@libero.it +2874|28/09/2009|SCANNELLI|ANNUNZIATA|VIA G.G. ROTONDI, 59|83100|AVELLINO|AV|10/03/1978|AVELLINO|30/03/2009|SALERNO|Farmacia|2009||scannellinunzia@gmail.com +2878|19/10/2009|MARANO|LUISA|VIA G. FLORENZANO, 39|84100|SALERNO|SA|03/06/1984|SALERNO|31/03/2009|SALERNO|Chimica e tecn. farmaceutica|2009||luisamarano84@libero.it +2879|19/10/2009|MATONTI|CHIARA|VIA ROMA, 25|84014|NOCERA INFERIORE|SA|21/11/1984|SALERNO|30/03/2009|SALERNO|Farmacia|2009||kiarucola@hotmail.it +2882|09/11/2009|MEDAGLIA|GISELLA|VIA CENTRO, 183|29010|ALSENO|PC|07/05/1954|AGEROLA|06/04/1977|NAPOLI|Farmacia|1977||medagl08@farmaciamedaglia.191.it +2883|09/11/2009|PASSAMANO|MYRIAM|Via Perone, 30|84016|PAGANI|SA|15/07/1978|SALERNO|17/12/2008|NAPOLI|Farmacia|2009||myry_78@hotmail.com +2884|23/11/2009|PECORARO|FLORIANA|VIA CROCE MALLONI, 121|84015|NOCERA SUPERIORE|SA|21/05/1981|SALERNO|29/03/2007|SALERNO|Farmacia|2007||flopeco@hotmail.it +2887|11/01/2010|CILLO|NICOLETTA|VIA G. AMENDOLA, 117|84025|EBOLI|SA|14/11/1984|BATTIPAGLIA|30/03/2009|SALERNO|Farmacia|2009||nicolettacillo@virgilio.it +2888|11/01/2010|CONFORTI|DANIELA|VIA DE SANCTIS, 74 - ANTESSANO|84081|BARONISSI|SA|11/03/1986|SALERNO|29/10/2009|SALERNO|Farmacia|2009||daniela.conforti@hotmail.it +2889|11/01/2010|DE SANTIS|GIANLUCA|VIA CASA MANZO, 3|84135|SALERNO|SA|17/05/1986|BATTIPAGLIA|23/07/2009|SALERNO|Farmacia|2009||jvedes@tin.it +2891|11/01/2010|GALDI|EMILIO|VIA LEUCOSIA, 99|84131|SALERNO|SA|19/03/1981|SALERNO|28/03/2008|SALERNO|Farmacia|2008||emiliogaldi@yahoo.it +2892|11/01/2010|GIORDANO|ANNA|VIA MARINO FREZZA, 22|84010|RAVELLO|SA|20/06/1984|SALERNO|16/07/2009|NAPOLI|Farmacia|2009||annag_84@hotmail.it +2893|11/01/2010|GOGLIUCCI|CARMEN|VIA SAN PAOLO, 16|84056|GIOI|SA|15/06/1981|VALLO DELLA LUCANIA|23/07/2009|SALERNO|Farmacia|2009||car.ucci@tiscali.it +2895|11/01/2010|LAMBIASE|TERESA|VIA LUCIO PETRONE, 18|84127|SALERNO|SA|02/06/1981|SALERNO|31/03/2008|NAPOLI|Chimica e tecn. farmaceutica|2008||teresalambiase@libero.it +2896|11/01/2010|MARINO|PASQUALE|VIALE GIUSEPPE VERDI, 29|84131|SALERNO|SA|27/10/1982|SALERNO|29/10/2009|SALERNO|Farmacia|2009||pakimarino@hotmail.it +2897|11/01/2010|MELE|MADDALENA|C/O FARMACIA S. MICHELE SAS Via PETRARCA,1|58022|FOLLONICA|GR|29/03/1986|SALERNO|29/10/2009|SALERNO|Farmacia|2009||FARMACIASANMICHELESAS@live.it +2898|11/01/2010|MOSCUFO|LORENZO|Via V. Cuoco, n 21|86019|Vinchiaturo|CB|11/04/1985|CAMPOBASSO|23/07/2009|SALERNO|Farmacia|2009||lorenzo.moscufo@hotmail.it +2901|11/01/2010|PICANZA|MARIA SARA|VIA LUIGI ANGRISANI, 18|84132|SALERNO|SA|20/04/1980|SALERNO|22/10/2009|NAPOLI|Farmacia|2009||sarapicanza@yahoo.it +2903|11/01/2010|SCALA|GERMANA|VIA ALFREDO CAPONE, 45|84135|SALERNO|SA|27/06/1984|SALERNO|24/07/2009|SALERNO|Chimica e tecn. farmaceutica|2009||gege_scl@hotmail.it +2904|11/01/2010|SENATORE|VALENTINA|VIA P. DE CICCIO, 5|84132|SALERNO|SA|06/05/1985|SALERNO|29/10/2009|SALERNO|Farmacia|2009||senatorev@hotmail.it +2905|11/01/2010|TARALLO|MARIALUISA|VIA NAZIONALE, 12|84060|MONTECORICE|SA|17/01/1985|COMO|24/07/2009|SALERNO|Chimica e tecn. farmaceutica|2009||marialuisatarallo@hotmail.it +2906|11/01/2010|TARTAGLIA|ANNA|Via Cesare Battisti n 72|37030|Colognola ai Colli|VR|07/02/1981|EBOLI|23/07/2009|SALERNO|Farmacia|2009||tartagliaanna@libero.it +2907|18/01/2010|CAPOZZOLO|LAURA|VIA MONTE ROSA, 2|84091|BATTIPAGLIA|SA|18/05/1985|SALERNO|30/10/2009|SALERNO|Chimica e tecn. farmaceutica|2009||lauracapozzolo@gmail.com +2908|18/01/2010|CARDILLO|RAFFAELLA|VIA FIANO, 172|84014|NOCERA INFERIORE|SA|29/05/1982|NOCERA INFERIORE|30/03/2009|SALERNO|Farmacia|2009||cardilloraffaella@libero.it +2909|18/01/2010|CARLEO|RITA|VIALE VENEZIA, 53/C|36061|BASSANO DEL GRAPPA|VI|08/07/1981|BATTIPAGLIA|27/07/2009|NAPOLI|Chimica e tecn. farmaceutica|2009||rcarleo@hotmail.it +2911|18/01/2010|COLUCCI|GIOVANNA|VIA SANTA PETRONIA, snc|84036|SALA CONSILINA|SA|03/10/1984|POLLA|29/10/2009|SALERNO|Farmacia|2009||coluccigio@virgilio.it +2912|18/01/2010|COMUNALE|BENEDETTA|VIA G. GIULIANI, 143|84069|ROCCADASPIDE|SA|14/10/1984|SALERNO|23/07/2009|SALERNO|Farmacia|2009||farmacia.masiello@tiscali.it +2915|18/01/2010|FERRARA|FRANCESCO|VIA PINO AMATO, 1|84025|EBOLI|SA|10/09/1985|EBOLI|24/07/2009|SALERNO|Chimica e tecn. farmaceutica|2009||ferrarafr@libero.it +2916|18/01/2010|GAITO|RITA|Via Stoccolma 25|00054|FIUMICINO|RM|06/05/1983|BATTIPAGLIA|29/11/2009|SALERNO|Farmacia|2009||ritagaito@virgilio.it +2917|18/01/2010|MANCUSO|LUCIA MAIQUES|VIA NAZARIO SAURO, 3|84010|SAN EGIDIO DEL MONTE ALBINO|SA|03/04/1985|SARNO|23/07/2009|SALERNO|Farmacia|2009||luciamaiques@hotmail.it +2918|18/01/2010|MAROTTA|GIOVANNA|VIA UDINE, 30|84091|BATTIPAGLIA|SA|21/10/1980|BATTIPAGLIA|29/10/2009|SALERNO|Farmacia|2009||giogae1980@libero.it +2919|18/01/2010|MORESE|CARMELA|VIA PANTRICE, 24|84083|CASTEL SAN GIORGIO|SA|26/06/1985|CAVA DE' TIRRENI|29/10/2009|SALERNO|Farmacia|2009||cmorese@alice.it +2921|18/01/2010|PADOVANO|ANTONIO|VIA CASAMOLA, 5/A|84010|CORBARA|SA|30/09/1982|NOCERA INFERIORE|30/03/2009|SALERNO|Farmacia|2009||antopad82@hotmail.it +2922|18/01/2010|VISCARDI|COLOMBA|VIA ORTA LONGA, 5|84012|ANGRI|SA|12/05/1983|CASTELLAMMARE DI STABIA|24/07/2009|SALERNO|Chimica e tecn. farmaceutica|2009||colomba.83@hotmail.it +2923|25/01/2010|CALIFRI|LUANA|VIA DEI LECCI N135|00062|Bracciano|RM|04/09/1982|SALERNO|29/10/2009|SALERNO|Farmacia|2009||califri.luana@virgilio.it +2924|25/01/2010|CASCIANO|ROSANNA|VIA PIANO LIUSCI, 57|84020|PALOMONTE|SA|20/11/1975|JUGENHEIM|29/10/2009|SALERNO|Farmacia|2009||rosmick@hotmail.it +2925|25/01/2010|DE MAFFUTIIS|GERARDO|VIA PRINCIPE DI PIEMONTE, 1|84031|AULETTA|SA|01/07/1982|BATTIPAGLIA|26/10/2009|NAPOLI|Farmacia|2009||gerardodemaffutiis@hotmail.it +2927|25/01/2010|DE PASQUALE|ANTONELLA JANUARY|VIA TRAVERSA REA PARCO S.I.C.O., 9|84014|NOCERA INFERIORE|SA|26/08/1986|AVELLINO|23/07/2009|SALERNO|Farmacia|2009||spicchio86@virgilio.it +2929|25/01/2010|IULIANO|BIANCAMARIA|VIA PERILLO, 102|84069|ROCCADASPIDE|SA|11/01/1984|BATTIPAGLIA|29/10/2009|SALERNO|Farmacia|2009||biancamaria84@tiscali.it +2933|08/02/2010|CONFORTI|LUISA|VIA G. CARDUCCI, 10|84092|BELLIZZI|SA|09/02/1985|EBOLI|24/07/2009|SALERNO|Chimica e tecn. farmaceutica|2009||luisa_conforti@hotmail.it +2934|08/02/2010|CREMA CORBISIERO|LUIGIA|VIALE DEL BOSCO, 22|84134|SALERNO|SA|18/01/1941|HARAR|25/11/1965|NAPOLI|Farmacia|1966||luisa.dauria1@libero.it +2935|08/02/2010|D'AVINO|FABIO|VIALE MANZONI, 247|80040|POGGIOMARINO|NA|27/02/1984|CASTELLAMMARE DI STABIA|30/10/2009|SALERNO|Chimica e tecn. farmaceutica|2009||fabiodvn@hotmail.it +2936|08/02/2010|DE VIVO|ANTONIO|VIA PORTO I^ TRAVERSA, 9|84010|SAN VALENTINO TORIO|SA|11/10/1982|NOCERA INFERIORE|23/03/2009|NAPOLI|Chimica e tecn. farmaceutica|2009||antonio-devivo@virgilio.it +2938|08/02/2010|MAURAMATI|FABIO|VIA MARTINEZ Y CABRERA, 16|84014|NOCERA INFERIORE|SA|22/10/1983|NOCERA INFERIORE|23/07/2009|SALERNO|Farmacia|2009||fabmaur@hotmail.it +2943|01/03/2010|NAPOLETANO|ANTONELLA|VIA CORREALE F.SCO, 30|84014|NOCERA INFERIORE|SA|19/04/1985|NOCERA INFERIORE|23/07/2009|SALERNO|Farmacia|2009||antonellanapoletano@yahoo.it +2944|01/03/2010|PIERRO|GERARDA|VIA UGO FOSCOLO, 11|84092|BELLIZZI|SA|04/11/1978|SALERNO|29/10/2009|SALERNO|Farmacia|2009||nicogery@alice.it +2946|22/03/2010|BALDI|FILOMENA|VIA PIO XI, 76|84125|SALERNO|SA|05/05/1971|SALERNO|30/03/2009|SALERNO|Farmacia|2009||milena.baldi@libero.it +2947|22/03/2010|CARUSO|VINCENZO|VIA ROMA, 121|84084|FISCIANO|SA|07/12/1974|SALERNO|29/10/2009|SALERNO|Farmacia|2009||drenzocaruso@gmail.com +2948|22/03/2010|CATUOGNO|ERIKA|Via Nicotera, 16 - MATERDOMINI|84015|NOCERA SUPERIORE|SA|20/01/1983|CAVA DE' TIRRENI|23/07/2009|SALERNO|Farmacia|2009||erikacat83@hotmail.it +2951|22/03/2010|MAGLIO|VITA|VIA SAN VITO, 110|84020|CAMPAGNA|SA|28/07/1984|SALERNO|31/03/2009|SALERNO|Chimica e tecn. farmaceutica|2009||ileniamaglio@alice.it +2953|22/03/2010|TRAMONTANO|VALENTINA|VIA SANTI, 48|84010|SAN VALENTINO TORIO|SA|24/09/1982|SAN VALENTINO TORIO|23/07/2009|SALERNO|Farmacia|2009||valentinatramontano@hotmail.it +2954|10/05/2010|MANNARA|SIMONA|VIA TRENTO, 143|84131|SALERNO|SA|01/01/1982|SALERNO|28/10/2005|SALERNO|Farmacia|2005||simona.mannara@gmail.com +2955|10/05/2010|ZONZO|ROSALINDA|VIA NICOLA GIACUMBI, 16|84020|CONTRONE|SA|31/03/1982|POLLA|29/10/2008|BOLOGNA|Farmacia|2008||rosalinda_zonzo@hotmail.it +2956|04/06/2010|D'AURIA|ALFONSINA|VIA D. ROMAGNANO, 1|84100|SALERNO|SA|09/07/1985|SALERNO|24/07/2009|SALERNO|Chimica e tecn. farmaceutica|2009||alfonsina_dauria@alice.it +2957|04/06/2010|GRIMALDI|ANNALISA|Via Nerva,4 int. 4|00012|Guidonia Montecelio|RM|31/08/1982|SALERNO|18/12/2008|SALERNO|Farmacia|2009||annalisagrimaldi@live.it +2958|21/06/2010|ALFIERI|EMILIA|VIA VITTORIO EMANUELE, 18|84080|PELLEZZANO|SA|18/10/1984|SALERNO|19/12/2008|NAPOLI|Chimica e tecn. farmaceutica|2009||emilia.alfieri1984@alice.it +2959|21/06/2010|GRACENI|EDLIRA|Via Capodimonte, n.62|80071|Anacapri|NA|16/01/1985|TIRANA (ALBANIA)|19/12/2008|SALERNO|Chimica e tecn. farmaceutica|2009||eda_graceni@yahoo.com +2961|28/06/2010|REPPUCCIA|VALENTINA|VIA EPITAFFIO, 59|84025|EBOLI|SA|01/04/1986|EBOLI|17/12/2009|SALERNO|Farmacia|2010||vreppuccia@libero.it +2962|07/07/2010|ALBANO|GAETANO|CARLO CATTANEO 19/A|20092|CINISELLO BALSAMO|MI|27/10/1983|SAN MARZANO SUL SARNO|17/12/2009|SALERNO|Farmacia|2010||albanogaetano@yahoo.it +2964|07/07/2010|GIANNELLA|MARIANNA|PIAZZETTA FELICE TAFURI, 2|84128|SALERNO|SA|29/10/1983|SALERNO|30/03/2010|SALERNO|Farmacia|2010||mariannagiannella@yahoo.it +2965|07/07/2010|GUIDA|ANTONIO|Via Raffaele Guida n.6|84040|CELLE DI BULGHERIA|SA|19/04/1982|CELLE DI BULGHERIA|28/05/2010|CAMERINO|Farmacia|2010||antoguida.ag@gmail.com +2966|07/07/2010|GUIDA|GIUSEPPINA|VIA PISACANE, 58|84073|SAPRI|SA|23/01/1986|SAPRI|30/03/2010|SALERNO|Farmacia|2010||guidag86@libero.it +2969|30/10/2015|MEDICI|BENEDETTA MARIA IMMACOLAT|VIA BRINDISI, 21|04011|APRILIA|LT|29/11/1984|SAN PAOLO BEL SITO|30/03/2010|SALERNO|Farmacia|2010|Universit degli studi di Salerno|benedetta_medici@hotmail.it +2970|07/07/2010|MIRABELLA|MASSIMO|Via Guglielmo Marconi 26 - SCAURI|04028|MINTURNO|LT|17/06/1980|NOCERA INFERIORE|05/03/2010|CAMERINO|Farmacia|2010||amm.massimo@libero.it +2971|07/07/2010|NOZZOLINO|GIOVANNA|VIA CAPPELLAVECCHIA, 22|84087|SARNO|SA|09/10/1982|SARNO|30/03/2010|SALERNO|Farmacia|2010||dc.luca81@gmail.com +2972|07/07/2010|PALADINO|LUCIA|Via G. Garibaldi, 50|84033|Montesano sulla Marcellana|SA|23/07/1979|MARATEA|18/03/2010|MODENA E REGGIO EMILIA|Farmacia|2010||luciapaladino@gmail.com +2974|07/07/2010|PARLATO|ALESSIO|VIA PALUDICELLA, 85|80057|SANT'ANTONIO ABATE|NA|05/03/1985|GRAGNANO|31/03/2010|SALERNO|Farmacia|2010||cinese1985@hotmail.it +2976|07/07/2010|SENSALE|VIRGINIA|VIA D. ALIGHIERI, 10|84018|SCAFATI|SA|30/10/1985|SCAFATI|31/03/2010|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2010||sevi85@hotmail.it +2978|07/07/2010|SQUILLANTE|DAVIDE|VIA BRACIGLIANO, 71|84087|SARNO|SA|03/02/1986|POMPEI|30/03/2010|SALERNO|Farmacia|2010||davide.squillante@virgilio.it +2979|07/07/2010|STASIO|LUCIA|VIA M. ALFANI, 25|84098|PONTECAGNANO|SA|12/04/1985|BATTIPAGLIA|30/03/2010|SALERNO|Farmacia|2010||lu-ci@live.it +2980|20/07/2010|ARPAIA|EMANUELE|VIA NOLANA, 47|80045|POMPEI|NA|23/11/1979|SALERNO|30/03/2010|SALERNO|Farmacia|2010||e.arpaia@hotmail.it +2981|20/07/2010|BARBATO|ANGELA|VIA SAN PIETRO, 72|84040|ALFANO|SA|01/01/1986|VALLO DELLA LUCANIA|15/04/2010|SIENA|Farmacia|2010||anghela86@yahoo.it +2982|20/07/2010|DI DONATO|GAETANO|VIA PRIMO MERCATO, 11|84055|FELITTO|SA|16/05/1985|SALERNO|18/12/2009|SALERNO|Chimica e tecn. farmaceutica|2010||gaedido@live.it +2983|20/07/2010|FEZZA|ANTONIO|VIA PORTAROMANA, 192|84015|NOCERA SUPERIORE|SA|28/12/1984|NOCERA INFERIORE|18/12/2009|SALERNO|Chimica e tecn. farmaceutica|2010||antoniofezza1984@libero.it +2986|20/07/2010|PIZZUTI|STEFANIA|VIA DOMODOSSOLA, 3 - LARGO VENOSA|84091|BATTIPAGLIA|SA|27/10/1985|BATTIPAGLIA|31/03/2010|SALERNO|Chimica e tecn. farmaceutica|2010||ste-py-1985@hotmail.it +2989|02/08/2010|BOCCIA|FILOMENA|VIA STAZIONE PONTE BARIZZO, 20|84047|CAPACCIO|SA|09/10/1985|TORRE DEL GRECO|17/03/2010|NAPOLI|Farmacia|2010||filomena.boccia1@alice.it +2990|02/08/2010|FACENDA|SIMONA|VIA UMBERTO NOBILE, 14|84025|EBOLI|SA|27/11/1977|EBOLI|19/12/2008|NAPOLI|Chimica e tecn. farmaceutica|2010||facenda.simona@tiscali.it +2991|02/08/2010|FALIVENE|DAVIDE|VIA A. GRASSI, 9|84100|SALERNO|SA|10/06/1982|SALERNO|30/03/2010|SALERNO|Farmacia|2010||davidefalivene@hotmail.it +2992|02/08/2010|IOVINO|MARIAROSA|VIA VICINALE FILETTINE, 14|84016|PAGANI|SA|17/07/1984|NOCERA INFERIORE|02/03/2010|NAPOLI|Farmacia|2010||mariarosaiovino@hotmail.it +2993|02/08/2010|LANGONE|LUISA|VIA MENSA, 7|84062|OLEVANO SUL TUSCIANO|SA|14/07/1979|OLEVANO SUL TUSCIANO|30/03/2010|SALERNO|Farmacia|2010||langone.luisa@virgilio.it +2994|02/08/2010|MAIORIELLO|LUCIA|VIA S.S. 91 PER EBOLI, 71|84022|CAMPAGNA|SA|26/07/1978|BATTIPAGLIA|30/03/2010|SALERNO|Farmacia|2010||sara.maioriello@alice.it +2995|02/08/2010|PISTOLESE|PAOLO|C.SO VITTORIO EMANUELE, 140|84122|SALERNO|SA|03/08/1986|SALERNO|31/03/2010|SALERNO|Chimica e tecn. farmaceutica|2010||p.pistolese@hotmail.it +2996|02/08/2010|RAINONE|MARGHERITA|VIA PRINCIPE DI PIEMONTE, 1|80040|POGGIOMARINO|NA|16/04/1978|SAN GIUSEPPE VESUVIANO|30/03/2010|SALERNO|Farmacia|2010||psiche.78@hotmail.it +2999|03/09/2010|MASTROGIACOMO|ANTONIA|VIA V. PADULA, 15|84127|SALERNO|SA|23/11/1984|SALERNO|31/03/2010|SALERNO|Chimica e tecn. farmaceutica|2010||mastrogiacomoantonia@virgilio.it +3004|22/09/2010|LA MURA|ANNA|VIA A. VOLTA, 13|84014|NOCERA INFERIORE|SA|30/11/1981|NOCERA INFERIORE|17/12/2009|NAPOLI|Chimica e tecn. farmaceutica|2010||annalamu81@hotmail.it +3005|22/09/2010|MAIORINO|ANNA|VIA G.V. DE RUGGIERO, 61|84129|SALERNO|SA|06/05/1984|NOCERA INFERIORE|30/03/2010|SALERNO|Farmacia|2010||anna_maiorino@hotmail.it +3006|22/09/2010|VERGATI|GIUSEPPINA|VIA CORSO UMBERTO I, 56|84087|SARNO|SA|02/02/1983|SARNO|30/03/2010|SALERNO|Farmacia|2010||giuseppinavergati@hotmail.it +3007|29/09/2010|TORTORA|SILVESTRO|VIA LIBERTA'. 6|83021|AVELLA|AV|29/07/1978|SARNO|30/03/2010|SALERNO|Farmacia|2010||silvestrotortora@alice.it +3008|22/10/2010|IULIANO|CARMINE|VIA ENRICO CALENDA, 76|84014|NOCERA INFERIORE|SA|07/07/1985|NOCERA INFERIORE|31/03/2010|SALERNO|Chimica e tecn. farmaceutica|2010||iuliano_carmine@libero.it +3009|22/10/2010|SIVOCCIA|PAOLA|VIA GIOVI ALTIMARI, 28|84133|SALERNO|SA|08/04/1985|SALERNO|18/12/2009|SALERNO|Chimica e tecn. farmaceutica|2010||paola.sivoccia@libero.it +3010|09/11/2010|LONGOBARDO|FRANCESCO|VIA CIMITERO VECCHIO, 13|84012|ANGRI|SA|17/12/1976|SALERNO|17/12/2009|NAPOLI|Chimica e tecn. farmaceutica|2010||longobardofra@hotmail.it +3011|09/11/2010|MAROTTA|ANITA|VIA VITTORIO EMANUELE, 30|84057|LAURINO|SA|03/09/1984|VALLO DELLA LUCANIA|25/07/2008|SALERNO|Chimica e tecn. farmaceutica|2008||anybehr@yahoo.it +3013|15/11/2010|URTO|FEDERICA|VIA MUNICIPIO, 4|84060|MOIO DELLA CIVITELLA|SA|23/12/1985|VALLO DELLA LUCANIA|14/04/2010|FIRENZE|Chimica e tecn. farmaceutica|2010||federicaurto@libero.it +3014|20/12/2010|COMUNALE|FABIANA|VIA GAETANO GIULIANI, 143|84069|ROCCADASPIDE|SA|26/07/1977|SALERNO|15/10/2002|SALERNO|Farmacia|2002||fabianacomunale@libero.it +3016|20/12/2010|MILIOTI|SALVATORE|VIA MADONNA DEL BOSCHETTO, 23|98057|MILAZZO|ME|04/06/1954|MILAZZO|11/04/1981|MESSINA|Farmacia|1981||salvatoremilioti@hotmail.it +3017|13/01/2011|ATTIANESE|ANNAMARIA|V.LE KENNEDY, 35|84010|SAN EGIDIO DEL MONTE ALBINO|SA|20/11/1986|NOCERA INFERIORE|15/07/2010|MODENA E REGGIO EMILIA|Farmacia|2010||annaatt@live.it +3019|13/01/2011|CALIFANO|LICIA|VIA PUBLIO SIZIO, 8|84014|NOCERA INFERIORE|SA|16/07/1985|NOCERA INFERIORE|17/12/2009|SALERNO|Farmacia|2010||licia.califano@alice.it +3021|13/01/2011|CAPPUCCIO|LETIZIA|VIA GRADONI, 4|84066|PISCIOTTA|SA|25/07/1983|SALERNO|09/07/2010|CAMERINO|Farmacia|2010||cappucciolet@hotmail.it +3022|13/01/2011|CERINO|GABRIELE|VIA CAMPO SPORTIVO "ARCODI NAPOLI", 9|84087|SARNO|SA|12/11/1981|NOCERA INFERIORE|17/12/2009|SALERNO|Farmacia|2010||gabrielecerino@gmail.com +3023|13/01/2011|COPPOLA|ROSA|VIA CAPOCASALE, 29|84085|MERCATO SAN SEVERINO|SA|23/03/1986|NOCERA INFERIORE|29/10/2010|SALERNO|Chimica e tecn. farmaceutica|2010||r.coppola@live.it +3024|13/01/2011|D'ANDREA|MARIA TERESA|VIA G. B. AMENDOLA, 70|84129|SALERNO|SA|02/08/1986|VALLO DELLA LUCANIA|28/10/2010|SALERNO|Farmacia|2010||mariateresadandrea@gmail.com +3025|13/01/2011|DE MARTINO|CONCETTA|VIA F.LLI FRESA, 5/6|84014|NOCERA INFERIORE|SA|01/05/1981|NOCERA INFERIORE|28/10/2010|SALERNO|Farmacia|2010||concydemartino@libero.it +3028|13/01/2011|FALCONE|VALERIA|Via Salice 16|84018|SCAFATI|SA|19/12/1984|POMPEI|17/12/2009|SALERNO|Farmacia|2010||valeria.falcone@hotmail.it +3029|13/01/2011|GALZERANO|PAOLO|VIA SAN VITO, 50|84088|SIANO|SA|16/07/1980|SALERNO|28/10/2010|Universit degli studi di Salerno|Farmacia|2010||galzeranopaolo@libero.it +3031|13/01/2011|GUIDOTTI|CAMILLA|P.ZZA S. MARTINO, 4|84133|SALERNO|SA|17/07/1984|SALERNO|27/07/2010|SALERNO|Chimica e tecn. farmaceutica|2010||camilla.guidotti@gmail.com +3033|13/01/2011|LAMBERTI|VALERIA|VIA DEGLI ULIVI, 8|84090|MONTECORVINO PUGLIANO|SA|28/05/1982|SALERNO|26/07/2010|SALERNO|Farmacia|2010||iride82@hotmail.it +3034|13/01/2011|LEMBO|GIUSY|VIA CARLO MARMO, 29|84020|BELLOSGUARDO|SA|17/08/1985|BATTIPAGLIA|29/10/2010|SALERNO|Chimica e tecn. farmaceutica|2010||giulembo85@gmail.com +3036|13/01/2011|MANNA|DEBORA|VIA PROVINCIALE S. MARIA LA NOVA, 27|84022|CAMPAGNA|SA|21/03/1978|EBOLI|28/10/2010|SALERNO|Farmacia|2010||mannadebora@gmail.com +3038|13/01/2011|MATRONE|MARIAPIA|VIA GIACOMO MATTEOTTI, 4|84018|SCAFATI|SA|21/08/1979|VICO EQUENSE|17/12/2009|NAPOLI|Chimica e tecn. farmaceutica|2010||matrone.mariapia@libero.it +3040|13/01/2011|PELLEGRINO|GIUSEPPE|VIA DOMENICO CIRILLO, 81|84081|BARONISSI|SA|11/11/1985|AGROPOLI|26/07/2010|SALERNO|Farmacia|2010||g.pellegrino85@gmail.com +3042|13/01/2011|PIZZA|MARIA|VIA PALESTRO, 29|84100|SALERNO|SA|26/02/1985|SALERNO|29/10/2010|SALERNO|Chimica e tecn. farmaceutica|2010||maria.pizza@yahoo.it +3044|13/01/2011|SELLITTO|GRAZIA|VIA TENENTE BRUNO LOMBARDI, 22|84083|CASTEL SAN GIORGIO|SA|14/06/1984|BATTIPAGLIA|26/07/2007|SALERNO|Farmacia|2007||gsellitto@unisa.it +3046|13/01/2011|SENATORE|STEFANIA|VIA S. MARTINO , 22|84013|CAVA DE' TIRRENI|SA|22/05/1980|SALERNO|28/10/2010|SALERNO|Farmacia|2010||stefania.senatore@libero.it +3048|13/01/2011|TORTORA|ANTONIETTA|VIA DEGLI IULIANI, 23|84083|CASTEL SAN GIORGIO|SA|22/01/1984|NOCERA INFERIORE|29/10/2010|SALERNO|Chimica e tecn. farmaceutica|2010||turtin@hotmail.it +3049|13/01/2011|VISCITO|IVANA|VIA G. CARLEO, 19|84013|CAVA DE' TIRRENI|SA|02/11/1983|SALERNO|27/07/2010|SALERNO|Chimica e tecn. farmaceutica|2010||ivanaviscito@libero.it +3050|13/01/2011|ZECCA|FILOMENA|VIA RIVO CEROLA, 26|84087|SARNO|SA|17/11/1981|SARNO|30/03/2010|SALERNO|Farmacia|2010||milenazecca@gmail.com +3053|20/01/2011|FEMIA|ROSA|Via Damiano Chiesa, 75|84082|BRACIGLIANO|SA|17/11/1986|AVELLINO|26/07/2010|SALERNO|Farmacia|2010||albilena@libero.it +3056|20/01/2011|VENOSA|VINCENZA|VIA SANTA CROCE, 8|84035|POLLA|SA|19/06/1976|POLLA|16/11/2009|ROMA|Chimica e tecn. farmaceutica|2010||cinzia430@yahoo.it +3057|26/01/2011|GIUGLIANO|BRUNELLA|VIA MIRANDA, 3|80040|POGGIOMARINO|SA|21/12/1985|SARNO|28/10/2010|SALERNO|Farmacia|2010||polloncombinaguai85@hotmail.it +3059|26/01/2011|PROCIDA|GIUSY|VIA CARLO PISACANE, 18|84093|PONTECAGNANO FAIANO|SA|20/08/1985|SALERNO|29/10/2010|SALERNO|Chimica e tecn. farmaceutica|2010||giusy.procida@tiscali.it +3060|26/01/2011|TRANZILLO|GIUSEPPE|VIA G. BUONGIORNO, 13|84133|SALERNO|SA|18/07/1979|PAGANI|28/10/2010|SALERNO|Farmacia|2010||giu.tranzillo@tiscali.it +3061|16/02/2011|AGRESTA|BARTOLOMEO|LARGO GRANATO, 4|84052|S. BARBARA DI CERASO|SA|09/06/1979|NAPOLI|12/10/2005|NAPOLI|Farmacia|2005||maskio_na@hotmail.it +3062|16/02/2011|BARONE|MARCO|VIA PETRELLOSA, 27|84013|CAVA DE' TIRRENI|SA|10/06/1986|CAVA DE' TIRRENI|26/07/2010|SALERNO|Farmacia|2010||marcobarone86@libero.it +3063|16/02/2011|CERULLI|MARIA LUIGIA|VIA PULCINO, 48|84088|SIANO|SA|26/08/1986|NOCERA INFERIORE|28/10/2010|SALERNO|Farmacia|2010||cerullimarialuigia@gmail.com +3064|16/02/2011|CHIORAZZI|FRANCESCA|VIA INFITINA, snc|84049|castel san lorenzo|SA|20/02/1985|AGROPOLI|25/10/2010|NAPOLI|Farmacia|2010||francystar23@hotmail.it +3065|16/02/2011|DI MARTINO|MARIATERESA|VIA XXIV MAGGIO, 19|84046|ASCEA|SA|20/02/1980|VALLO DELLA LUCANIA|28/10/2010|SALERNO|Farmacia|2010||mariaterdimartino@tiscali.it +3066|16/02/2011|NAPOLETANO|SARA|VIA MADONNA DI FATIMA, 182|84129|SALERNO|SA|12/07/1980|SALERNO|26/07/2010|SALERNO|Farmacia|2010||papaleone2006@libero.it +3067|16/02/2011|ORICCHIO|ILARIA|VIALE PRIMO MAGGIO 9/A|00047|MARINO|RM|30/08/1982|AGROPOLI|28/10/2010|SALERNO|Farmacia|2010||ilaori@libero.it +3068|16/02/2011|PANARIELLO|GAIA GIUSEPPINA|VIA DELLA RESISTENZA TRAV. M. TROISI, 1|84018|SCAFATI|SA|04/08/1984|TORRE DEL GRECO|28/10/2010|SALERNO|Farmacia|2010||dott.ssa.gaiapanariello@gmail.com +3069|16/02/2011|PECORARO|ASSUNTA|VIA KENNEDY, 60|84012|ANGRI|SA|15/01/1987|NOCERA INFERIORE|22/10/2010|NAPOLI|Farmacia|2010||sissipecoraro@gmail.com +3070|16/02/2011|PELLEGRINO|ANNA|VIA PIETRO DE TURRIS, 21|84030|CASELLE IN PITTARI|SA|14/05/1985|SAPRI|27/07/2010|NAPOLI|Farmacia|2010||annetta723@hotmail.it +3072|16/02/2011|ROSCIGNO|ADA|VIA RINALDI, 41|84088|SIANO|SA|10/03/1987|PIEDIMONTE MATESE|28/10/2010||Farmacia|2010||adaroscigno@yahoo.it +3074|16/02/2011|SABATINO|FRANCESCA|VIA CAVALIERO, 92|84125|SALERNO|SA|12/03/1983|SALERNO|26/07/2010|SALERNO|Farmacia|2010||francesca.sabatino@hotmail.it +3077|11/03/2011|ALTIERI|GIUSEPPE|VIA FRANCESCO BRUNO EROE, 2|83026|MONTORO SUPERIORE (CALIANO)|AV|02/10/1986|AVELLINO|22/11/2010|SALERNO|Farmacia|2010||gagaltieri@gmail.com +3079|11/03/2011|BOSCIA|ROBERTO|VIA ORIGLIA, 36|84014|NOCERA INFERIORE|SA|13/03/1982|NAPOLI|14/07/2010|NAPOLI|Farmacia|2010||xbob@libero.it +3081|11/03/2011|MAUTONE|ANGELA|VIA DEL PROGRESSO, 56|84084|FISCIANO|SA|28/11/1984|SALERNO|29/10/2010|SALERNO|Chimica e tecn. farmaceutica|2010||amautone84@gmail.com +3083|11/03/2011|PERRONE|CLAUDIA|VIA DEGLI ETRUSCHI, 11|84135|SALERNO|SA|04/10/1980|SALERNO|25/07/2003|SALERNO|Farmacia|2003||claragang@virgilio.it +3084|11/03/2011|PRIANTE|PINA|VIA MAUTONI, 10|84038|SASSANO|SA|17/09/1985|POLLA|05/11/2010|SIENA|Chimica e tecn. farmaceutica|2010||priantepina@libero.it +3085|11/03/2011|SPINELLI|VINCENZO|VIA POZZILLO, 17|84036|SALA CONSILINA|SA|14/05/1984|POLLA|23/09/2010|SIENA|Farmacia|2010||vincenzospinelli84@gmail.com +3086|22/03/2011|ARENARE|PAOLO|VIA MEZZANA, snc|84030|SASSANO|SA|04/10/1982|POLLA|28/10/2010|SALERNO|Farmacia|2010||paolo.arenare@tiscali.it +3087|22/03/2011|CHIUMIENTO|ANNAMARIA|VIA SERRACCHIO, 50|84020|CASTELCIVITA|SA|03/11/1975|EBOLI|17/12/2009|SALERNO|Farmacia|2010||a.chiumiento@tiscali.it +3088|22/03/2011|VENERI|CARMEN|Via Tommaso Marzano, 7|84060|NOVI VELIA|SA|21/01/1982|VALLO DELLA LUCANIA|19/12/2007|SALERNO|Farmacia|2008||carmen.veneri@yahoo.it +3089|11/04/2011|FINAMORE|ROSITA|Via Tempa Pizzuta, 27|84038|SASSANO|SA|25/04/1981|SANT'ARSENIO|20/10/2010|PAVIA|Farmacia|2010||rositamo@libero.it +3090|11/04/2011|IULIANO|PASQUALE|VIA B. MANGINO, 25|84016|PAGANI|SA|01/01/1980|NOCERA INFERIORE|30/03/2009|SALERNO|Farmacia|2009||paky1980@live.it +3091|11/04/2011|LANDI|GIANCARLO|VIA LUIGI GUERCIO, 125|84134|SALERNO|SA|04/02/1986|BATTIPAGLIA|28/10/2010|SALERNO|Farmacia|2010||giancarlolandi@hotmail.it +3094|17/05/2011|ANGELLOTTI|NADIA|VIA G. PASCOLI, 118|03043|CASSINO|FR|22/11/1984|SALERNO|29/10/2010|SALERNO|Chimica e tecn. farmaceutica|2010||nadia.angellotti@gmail.com +3095|17/05/2011|CURCILLO|LAURA|VIA IANNIELLO, 68|84084|FISCIANO|SA|08/01/1984|SALERNO|29/10/2010|SALERNO|Chimica e tecn. farmaceutica|2010||lauracurc84@hotmail.it +3097|13/06/2011|D'AMATO|LUISA PAOLA|VIA MARIO CUOMO, 12|84010|SANT'EGIDIO DEL MONTE ALBINO|SA|29/06/1985|NOCERA INFERIORE|29/10/2010|SALERNO|Chimica e tecn. farmaceutica|2010||damato.luisa@hotmail.it +3098|13/06/2011|SCOVOTTO|CARMINE|Via Pasque Veronesi,31|37014|Castelnuovo del Garda|VR|12/10/1972|ROCCADASPIDE|24/07/2001|NAPOLI|Farmacia|2001||scovotto@libero.it +3101|11/07/2011|CUOCO|MARGHERITA|VIA CARLO LIBERTI, 3|84129|SALERNO|SA|15/02/1979|SALERNO|31/03/2003|SALERNO|Farmacia|2003||margherita.cuoco@alice.it +3102|11/07/2011|FIORE|ANTONIO FRANCESCO|Via G. B. Falda 2D scala B int 3|00053|CIVITAVECCHIA|RM|02/09/1986|SARNO|31/03/2011|SALERNO|Farmacia|2011||antoniofrancescofiore@gmail.com +3103|11/07/2011|GENCARELLI|DANIELA|VIA ROMA, 61|84121|SALERNO|SA|12/04/1978|COSENZA|22/07/2005|SALERNO|Farmacia|2005||daniela.gencarelli@o2life.it +3106|11/07/2011|MANZO|DOMENICA|VIA MASSERIA NFIERNO, 14|84087|SARNO|SA|02/06/1980|SARNO|31/03/2011|SALERNO|Farmacia|2011||mimmamanzo@hotmail.it +3107|11/07/2011|MARENGHI|MATILDE|C.SO GARIBALDI, 194|84122|SALERNO|SA|28/10/1986|AVELLINO|31/03/2011|SALERNO|Farmacia|2011||matilde.marenghi@libero.it +3109|11/07/2011|RICCIARDI|NOEMI|Via G. B. Falda 2D scala B int 3|00053|CIVITAVECCHIA|RM|12/09/1986|BATTIPAGLIA|31/03/2011|SALERNO|Farmacia|2011||noemi.ricciardi@gmail.com +3117|25/07/2011|MANZO|DELIA|VIA CADUTI IN RUSSIA, 14|84025|EBOLI|SA|20/07/1982|EBOLI|26/01/2011|ROMA|Chimica e tecn. farmaceutica|2011||deliamanzo@hotmail.it +3118|25/07/2011|RISPOLI|NADIA|VIA CROCIFISSO, 15|84099|SAN CIPRIANO PICENTINO|SA|24/08/1986|SALERNO|31/03/2011|SALERNO|Farmacia|2011||nadia24_08@hotmail.it +3119|05/08/2011|ALIBERTI|LUIGI|VIA S. DOMENICO, 45 - FRAZ. ACQUAMELA|84081|BARONISSI|SA|18/09/1983|SALERNO|24/07/2008|SALERNO|Farmacia|2008||luigialiberti83@libero.it +3120|05/08/2011|BASILE|FIORITA|Via Oreste Rescigno n4|84083|Castel San Giorgio|SA|09/09/1985|SALERNO|31/03/2010|SALERNO|Chimica e tecn. farmaceutica|2010||fiorella85@msn.com +3122|05/08/2011|IASEVOLI|GIUSEPPE|VIA F. TURATI, 6|84010|SAN MARZANO SUL SARNO|SA|30/04/1975|POMIGLIANO D'ARCO|31/03/2011|SALERNO|Farmacia|2011||jaspep@hotmail.com +3126|02/09/2011|PAUCIULO|ERMELINDA|Via Nazionale, 306|84012|ANGRI|SA|15/12/1985|NOCERA INFERIORE|31/03/2011|SALERNO|Farmacia|2011||lindapauciulo@libero.it +3127|02/09/2011|POLISCIANO|MARIA ROSARIA|VIA PERTINI, 22|84022|CAMPAGNA|SA|06/11/1983|OLIVETO CITRA|18/12/2008|SIENA|Chimica e tecn. farmaceutica|2009||polisciano@yahoo.it +3128|02/09/2011|SORRENTINO|ALIDA|VIA SODANO, 46|84087|SARNO|SA|20/12/1983|NOCERA INFERIORE|27/07/2010|SALERNO|Chimica e tecn. farmaceutica|2010||alidasorrentino@gmail.com +3129|15/09/2011|AMENDOLA|GAETANO|via mangiaverri, 13|84016|pagani|SA|30/10/1980|SALERNO|30/03/2011|SALERNO|Farmacia|2011||gaetanoamendola80@hotmail.it +3130|15/09/2011|CAIAZZA|VERONICA|VIA VITTORIA, 12|84088|SIANO|SA|20/11/1985|SCAFATI|31/03/2010|SALERNO|Chimica e tecn. farmaceutica|2010||cveronica@alice.it +3131|15/09/2011|FIERRO|NUNZIA|VIA NICOLA VALIANTE, 9|84078|VALLO DELLA LUCANIA|SA|28/05/1985|VALLO DELLA LUCANIA|20/12/2010|NAPOLI|Chimica e tecn. farmaceutica|2011||nunziafierro85@hotmail.it +3132|15/09/2011|GUARINO|DAVIDE|VIA CASTELLO, 11|83029|SOLOFRA|AV|21/08/1974|SOLOFRA|30/10/2001|SALERNO|Farmacia|2001||dott.dguarino@gmail.com +3133|15/09/2011|MAIOLO|MARCO|VIA A. MANZONI 9|04012|CISTERNA DI LATINA|LT|05/08/1985|BATTIPAGLIA|30/03/2011||Chimica e tecn. farmaceutica|2011||marco_maiolo@libero.it +3137|10/10/2011|DE MAFFUTIIS|GERARDO|VIA F. LENORMANT VICO A, 9|84035|POLLA|SA|17/04/1974|POLLA|23/10/2001|NAPOLI|Farmacia|2001||gedemaff@tiscali.it +3138|10/10/2011|VENTRE|VALENTINA|VIA G. LANZALONE, 78|84126|SALERNO|SA|16/11/1984|SALERNO|30/03/2011|SALERNO|Chimica e tecn. farmaceutica|2011||valentinaventre@hotmail.it +3139|26/10/2011|FALCONE|BARBARA|VIA SAN BIAGIO, 6|84020|VALVA|SA|23/08/1985|OLIVETO CITRA|22/03/2011|NAPOLI|Farmacia|2011||barbyf85@hotmail.it +3141|15/12/2011|BOTTONI|ROMILDA|VIA CESARE BATTISTI, 79|84018|SCAFATI|SA|07/05/1972|POMPEI|28/10/2011|SALERNO|Farmacia|2011||romilda.bottoni@tin.it +3142|15/12/2011|CARBONE|FRANCESCA|VIA PONTE AIELLO, 12|84012|ANGRI|SA|11/04/1986|CASTELLAMMARE DI STABIA|28/10/2011|SALERNO|Farmacia|2011||francycarbone86@libero.it +3143|15/12/2011|GILIBERTI|VITTORIO|VIA MADONNA DELLA NEVE, 1|83050|SORBO SERPICO|AV|18/04/1975|ATRIPALDA|21/12/2004|NAPOLI|Chimica e tecn. farmaceutica|2005||vittorio.giliberti@virgilio.it +3144|15/12/2011|LANZARA|AGATA|VIA CASA RIENZO, 11|83020|SOLOFRA|AV|07/01/1979|AVELLINO|30/10/2007|SALERNO|Farmacia|2007||alanzara@inwind.it +3145|15/12/2011|MERIANO|ROBERTO|VIA BRESCIA, 8|84098|PONTECAGNANO FAIANO|SA|24/08/1969|SALERNO|21/03/2003|SALERNO|Farmacia|2003||robertomeriano@libero.it +3146|02/01/2012|BRENNA|GERARDO|VIALE DEI NORMANNI, 2/D|84135|SALERNO|SA|24/10/1984|SALERNO|27/07/2011|SALERNO|Farmacia|2011||gerardo.brenna0@alice.it +3147|02/01/2012|CAPPETTA|GIUSEPPE|VIA RIMEMBRANZA, 27|84042|ACERNO|SA|19/03/1987|SALERNO|28/10/2011|SALERNO|Farmacia|2011||g.cappetta@hotmail.it +3149|11/01/2012|AMICO|ALFONSO|VIA A. TORTORA, 3|84010|S. EGIDIO DEL M. ALBINO|SA|27/09/1978|NOCERA INFERIORE|27/07/2011|SALERNO|Farmacia|2011||alfonso.amico@libero.it +3150|11/01/2012|BOCCIA|MARIA ADA|VIA DELLA FORTUNA, 7|83029|SOLOFRA|AV|15/02/1988|AVELLINO|27/07/2011|SALERNO|Farmacia|2011||ada.boccia@hotmail.it +3152|11/01/2012|CARBONE|UMBERTO|VIA YURI GAGARIN, 64|84025|EBOLI|SA|23/02/1983|EBOLI|28/07/2011|SALERNO|Farmacia|2011||umbertocarbone@tiscali.it +3153|11/01/2012|CERONE|ELISA|VIA PAOLO BARATTA, 80|84091|BATTIPAGLIA|SA|27/09/1978|CASSANO ALLO IONIO|28/10/2011|SALERNO|Farmacia|2011||elisacerone@libero.it +3154|11/01/2012|DEL GIUDICE|MARIA|VIA FOCE, 123|80040|STRIANO|NA|28/01/1977|NAPOLI|27/07/2011|SALERNO|Farmacia|2011||delgiudicemaria@live.it +3155|11/01/2012|DI DOMENICO|MARIA CRISTINA|VIA GIUSEPPE ZOCCOLA, 2 BADIA DI CAVA|84010|CAVA DE' TIRRENI|SA|17/07/1985|CAVA DE' TIRRENI|30/03/2011|SALERNO|Chimica e tecn. farmaceutica|2011||didomenico@hotmail.it +3156|11/01/2012|FALCONE|ANNA|VIA PICARIELLI, 131 B|84133|SALERNO|SA|31/01/1985|SALERNO|31/03/2009|SALERNO|Chimica e tecn. farmaceutica|2009||anna.falk@libero.it +3157|11/01/2012|FERRIGNO|ELISABETTA|VIA DEL CARMINE, 28|84125|Salerno|SA|31/03/1980|SALERNO|27/07/2011|SALERNO|Farmacia|2011||bettaferr@yahoo.it +3159|11/01/2012|PALUMBO|ROSANNA|VIA E. MATTEI, 6|84091|BATTIPAGLIA|SA|10/12/1983|EBOLI|26/07/2011|SALERNO|Chimica e tecn. farmaceutica|2011||rose_83@hotmail.it +3160|11/01/2012|PIERRI|ALESSANDRA|VIA L. STURZO, 15|84030|SALA CONSILINA|SA|05/07/1984|POLLA|06/04/2011|ROMA|Chimica e tecn. farmaceutica|2011||alessandra.pierri@gmail.com +3161|11/01/2012|RIZZO|BARBARA|VIA DEGLI ENOTRI, 5|84046|ASCEA|SA|23/05/1986|VALLO DELLA LUCANIA|21/03/2011|NAPOLI|Chimica e tecn. farmaceutica|2011||rizzobarbara86@yahoo.it +3164|11/01/2012|SORRENTINO|ANNA|VIA EDUARDO LANZARA - AIELLO, 13|84083|CASTEL SAN GIORGIO|SA|05/05/1985|NOCERA INFERIORE|27/10/2011|SALERNO|Chimica e tecn. farmaceutica|2011||annasorrentino5@hotmail.com +3165|11/01/2012|SPINELLI|MICHELA|VIA CROCE, 8|84030|SAN PIETRO AL TANAGRO|SA|08/08/1982|POLLA|21/12/2010|NAPOLI|Farmacia|2011||michelaspinelli1@virgilio.it +3166|18/01/2012|ACCONCIAGIOCO|CARLA|VIA R. DI PALO, 10|84133|SALERNO|SA|25/11/1978|SALERNO|27/07/2011|SALERNO|Farmacia|2011||carlaaccongiagioco@gmail.com +3167|18/01/2012|AMORELLI|MARIANGELA|VIA TEMPONE, 9|84060|MOIO DELLA CIVITELLA|SA|22/01/1985|VALLO DELLA LUCANIA|28/10/2011|SALERNO|Farmacia|2011||amorelli.mariangela@libero.it +3169|18/01/2012|CRISCI|MARIO|VIA NAZIONALE, 58|83020|MARZANO DI NOLA|AV|02/09/1986|SAN PAOLO BEL SITO|02/09/1986|SALERNO|Farmacia|2011||marioc1986@hotmail.it +3171|18/01/2012|D'ASCOLI|CARMELA|VIA BOTTA, 135|84088|SIANO|SA|05/12/1986|SALERNO|30/03/2011|SALERNO|Chimica e tecn. farmaceutica|2011||car_das@hotmail.it +3172|18/01/2012|DE VITO|CARMEN|VIA I VICOLO VILLA, 9|84083|CASTEL SAN GIORGIO|SA|02/07/1982|SALERNO|27/07/2011|SALERNO|Farmacia|2011||carmendevito@tiscali.it +3173|18/01/2012|DI GRUTTOLA|MICHELA|VIA FONTANANUOVA, 35|83031|ARIANO IRPINO|AV|18/01/1984|ARIANO IRPINO|28/10/2011|SALERNO|Farmacia|2011||michela.digruttola@libero.it +3174|18/01/2012|MONACO|CARLA|VIA CASTELLO, 2|84035|POLLA|SA|18/06/1969|SALERNO|28/10/2011|SALERNO|Farmacia|2011||carlamon@libero.it +3175|18/01/2012|NESE|ROSSANA|VIA TEMPA DEGLI IMPISI, 1|84065|PIAGGINE|SA|25/10/1986|SALERNO|26/07/2011|SALERNO|Chimica e tecn. farmaceutica|2011||rossananese@tiscali.it +3176|18/01/2012|PLANTAMURA|CARMINE|VIA D. SINISCALCHI, 62|84014|NOCERA INFERIORE|SA|03/03/1983|NOCERA INFERIORE|28/10/2011|SALERNO|Farmacia|2011||carmine.plantamura@libero.it +3177|18/01/2012|PULIGNANO|CARLA|VIA MONTE ROSA, 2|84091|BATTIPAGLIA|SA|15/05/1986|BATTIPAGLIA|31/03/2011|SALERNO|Farmacia|2011||carlapulignano@gmail.com +3179|18/01/2012|SICA|MARIANNA|VIA DELLE INDUSTRIE, 10|84084|FISCIANO|SA|06/04/1984|SALERNO|28/10/2011|SALERNO|Farmacia|2011||marianna_sica@virgilio.it +3180|18/01/2012|TRUCILLO|ELVIRA|Via Flaminia, 954|00191|ROMA|RM|16/08/1984|BATTIPAGLIA|26/07/2011|SALERNO|Chimica e tecn. farmaceutica|2011||elvira8484@libero.it +3181|27/01/2012|AVALLONE|MANUELA|VIA LUIGI ANGRISANI, 25|84132|SALERNO|SA|01/07/1983|SALERNO|27/07/2011|SALERNO|Farmacia|2011||manuelaavallone@libero.it +3182|27/01/2012|CANDILA|SIMONA|VIALE DEI ROMANI, 2|84135|SALERNO|SA|17/03/1988|SALERNO|28/10/2011|SALERNO|Farmacia|2011||simonacandila@libero.it +3183|27/01/2012|ESPOSITO|PINA|VIA BERLINGUER, 3|84081|BARONISSI|SA|04/03/1978|SALERNO|26/03/2002|SALERNO|Farmacia|2002||pina.esposito@postemail.it +3184|27/01/2012|FINIZIO|FRANCESCA|VIA VALERIO LASPRO, 23|84126|SALERNO|SA|07/11/1984|SALERNO|26/07/2011|SALERNO|Chimica e tecn. farmaceutica|2011||francesca_finizio@libero.it +3185|27/01/2012|FORZELIN|ILARIA|Viale della libert, 20|27100|PAVIA|PV|09/11/1985|BATTIPAGLIA|27/07/2011|SALERNO|Farmacia|2011||ilaria.forzelin@gmail.com +3187|27/01/2012|MAIORANO|ANGELA|Via Diego Gatta n.22|84036|SALA CONSILINA|SA|27/05/1982|TELESE|26/01/2011|ROMA|Chimica e tecn. farmaceutica|2011||angelamaiorano@virgilio.it +3188|27/01/2012|PALERMO|MATILDE|VIA G. GARIBALDI, 32 P.CO EGAM|84015|NOCERA SUPERIORE|SA|15/08/1986|NOCERA INFERIORE|29/10/2010|SALERNO|Chimica e tecn. farmaceutica|2010||palmati@tiscali.it +3190|16/02/2012|CENNAMO|CARMEN|VIA PIETRA MAROTTA, 4|84045|ALTAVILLA SILENTINA|SA|20/04/1979|SALERNO|01/11/2011|CAMERINO|Farmacia|2011||carmencennamo@libero.it +3191|16/02/2012|D'ANTUONO|MARIA SOLE|Via Sant'Alfonso, 1 Parco la ville scala c|84012|ANGRI|SA|17/12/1987|NAPOLI|27/07/2011|SALERNO|Farmacia|2011||mariasole17@hotmail.it +3192|16/02/2012|ESPOSITO|ALFONSO|VIA CASA PAGANO, 2|84012|ANGRI|SA|15/03/1984|SCAFATI|25/10/2011|NAPOLI|Farmacia|2012||alfonsoesposito@email.it +3196|01/03/2012|BUCCIARELLI|EMANUELA|VIA FRANCESCO PRUDENTE, 50|84126|SALERNO|SA|17/06/1980|SALERNO|28/10/2011|SALERNO|Farmacia|2011||emanuelabucciarelli@hotmail.it +3197|01/03/2012|CIAGLIA|VALERIA|VIA VALLEGRINI, 85|84022|CAMPAGNA|SA|01/08/1986|EBOLI|27/07/2011|NAPOLI|Chimica e tecn. farmaceutica|2011||v.ciaglia@hotmail.it +3198|01/03/2012|ERRANTE|GIACINTO|VIA V. RUGGIERO, 43|84010|SAN VALENTINO TORIO|SA|28/03/1974|CASTELVETRANO|30/10/1998|MESSINA|Chimica e tecn. farmaceutica|1999||egf00ddevelopment@pec.it +3199|01/03/2012|LARMINI|RITA|VIA COSTANTINO GATTA, 20|84036|SALA CONSILINA|SA|24/05/1985|POLLA|20/10/2011||Chimica e tecn. farmaceutica|2012||rita.larmini@virgilio.it +3200|01/03/2012|LASALA|RACHELE|VIA BOSCHI, 22|84036|SALA CONSILINA|SA|20/06/1984|SALERNO|26/07/2011|SALERNO|Chimica e tecn. farmaceutica|2011||rachele.lasala@alice.it +3203|01/03/2012|TRIMARCO|ELDA|VIA ADDA, 2|84090|MONTECORVINO PUGLIANO|SA|06/06/1982|BATTIPAGLIA|28/10/2010|SALERNO|Farmacia|2010||pasquale.trimarco@alice.it +3204|08/03/2012|CUOFANO|SIMONA|VIA GRAZIA DELEDDA, 55|00137|ROMA|RM|02/03/1983|NOCERA INFERIORE|28/10/2011|SALERNO|Farmacia|2011||simonacuofano@gmail.com +3205|08/03/2012|GRIMALDI|FRANCESCA|VIA VESCOVO CAPACCIO, 70/B|84082|BRACIGLIANO|SA|18/03/1985|SALERNO|28/10/2011|SALERNO|Farmacia|2011||kekka1831985@libero.it +3207|16/03/2012|BRACCI|ANTONIO|VIA MUNICIPIO, 48|84085|MERCATO SAN SEVERINO|SA|18/11/1982|NAPOLI|26/07/2006|SALERNO|Farmacia|2006||abracci82@GMAIL.COM +3208|16/03/2012|D'AURIA|ANNALISA|VIALE DEL BOSCO, 22|84134|SALERNO|SA|03/07/1976|SALERNO|28/10/2005|SALERNO|Farmacia|2005||dauria.annalisa@libero.it +3210|16/03/2012|OTROSHENKO|ANDRIY|VIA OSTAGLIO, 59/B|84131|SALERNO|SA|28/04/1981|L'VIV|31/03/2011|SALERNO|Farmacia|2011||alfafarmasalerno@yahoo.it +3213|03/04/2012|AGIZZA|ANGELICA|VIA ANTONIO TRUCILLO, 34|84126|SALERNO|SA|08/03/1986|NAPOLI|28/10/2011|SALERNO|Farmacia|2011||angy089@hotmail.it +3214|03/04/2012|CIANCIULLI|ELENA IMMACOLATA|VIA T. CASATI CONFALONIERI, 22|84025|EBOLI|SA|08/12/1985|EBOLI|27/10/2011|SALERNO|Chimica e tecn. farmaceutica|2011||elena.cianciulli@libero.it +3216|15/04/2012|CONTALDI|SALVATORE|VIA CARMINE, 12|84016|PAGANI|SA|05/11/1983|NOCERA INFERIORE|28/10/2010|SALERNO|Farmacia|2010||salvatorecontaldi@hotmail.it +3217|15/04/2012|CUOMO|VALENTINA|VIA PIAVE P.CO VITTORIA snc|84098|PONTECAGNANO FAIANO|SA|15/11/1981|CAVA DE' TIRRENI|31/03/2008|NAPOLI|Chimica e tecn. farmaceutica|2008||valecuomo81@yahoo.it +3220|19/04/2012|RICCIARDELLI|MADDALENA|VIA S. MARGHERITA, 8|83025|MONTORO INFERIORE|SA|07/05/1958|MONTORO INFERIORE|21/07/1997|SALERNO|Farmacia|1997||parafarmsalutesrl@gmail.com +3224|04/05/2012|SCARANO|LAURA|Via Grillo 64 - CAPEZZANO|84080|PELLEZZANO|SA|21/10/1979|SALERNO|23/07/2009|SALERNO|Farmacia|2009||scaranolaura@hotmail.com +3225|04/05/2012|ZENONE|ROSSELLA|VIA GARIBALDI, 91|84030|MONTESANO SULLA MARCELLANA|SA|14/04/1976|POLLA|28/10/2011|SALERNO|Farmacia|2011||rossella.zenone@tiscali.it +3226|17/05/2012|FEDERICO|ELVIRA|VIA RISORGIMENTO, 37|22066|MARIANO COMENSE|CO|19/09/1987|POMPEI|28/10/2011|SALERNO|Farmacia|2011||elvirafederico@live.it +3227|07/06/2012|FOCA'|ANNALIA|VIA SAN MARCO 15|84079|VIBONATI|SA|25/06/1987|NAPOLI|26/10/2011|NAPOLI|Farmacia|2012||annaliafoca@hotmail.it +3228|07/06/2012|FOCA'|GIUSEPPINA|VIA SAN MARCO 15|84079|VIBONATI|SA|25/06/1987|NAPOLI|26/10/2011|NAPOLI|Farmacia|2012||giufoc@hotmail.it +3231|07/06/2012|TUBEROSA|LUIGI|VIA GIUSEPPE DELLA MONICA 55|84083|CASTEL SAN GIORGIO|SA|12/10/1983|SALERNO|31/10/2007|SALERNO|Chimica e tecn. farmaceutica|2008||tuberosaliuigi@alice.it +3232|07/06/2012|VENTURA|MARGHERITA|VIA MAR MEDITERRANEO 17|84098|PONTECAGNANO FAIANO|SA|04/04/1985|SALERNO|30/03/2011|SALERNO|Chimica e tecn. farmaceutica|2011||megghyventura85@yahoo.it +3234|27/06/2012|RINALDI|CHIARA|VIA PAOLO BARATTA, 243|84091|BATTIPAGLIA|SA|21/02/1986|BATTIPAGLIA|26/07/2011|SALERNO|Chimica e tecn. farmaceutica|2011||KIARAMELLINA@HOTMAIL.IT +3236|12/07/2012|PAOLILLO|CRISTINA|VIA G. ANGRISANI, 2|84129|SALERNO|SA|20/12/1977|SALERNO|30/03/2005|SALERNO|Farmacia|2005||cristina.paolillo77@virgilio.it +3237|12/07/2012|SCHIAVO|EMANUELE|VIA FOSSE, 2|84068|POLLICA|SA|11/02/1985|BATTIPAGLIA|30/03/2012|SALERNO|Farmacia|2012||emanueleschiavo@libero.it +3238|12/07/2012|D'AMATO|ANTONINO|VIA INDIANO ANTONIO, 5|72017|OSTUNI|BR|20/08/1982|AGROPOLI|19/04/2012|SIENA|Farmacia|2012||antoninodamato1982@gmail.com +3239|19/07/2012|BRACA|CLEMENTINA|VIA DIETRO LA CORTE, 4|84080|FISCIANO|SA|21/05/1978|SARNO|09/02/2012|SALERNO|Farmacia|2012||dosi320@vodafone.it +3240|19/07/2012|CERRATO|MARIAROSARIA|VIA MAZZINI, 36|84088|SIANO|SA|10/06/1983|VALLO DELLA LUCANIA|29/03/2012|SALERNO|Chimica e tecn. farmaceutica|2012||annunziatacerrato@virgilio.it +3242|19/07/2012|CHIOVE'|MASSIMILIANO|PIAZZA P. GEMITO, 22|84091|BATTIPAGLIA|SA|28/07/1973|PRATO|03/04/1998|SALERNO|Farmacia|1998||m.chiove@virgilio.it +3243|19/07/2012|CIOFFI|EDVIGE|VIA CAMPO SPORTIVO, 18/4|84085|MERCATO SAN SEVERINO|SA|27/08/1987|SALERNO|30/03/2012|SALERNO|Farmacia|2012||edvigecioffi@hotmail.com +3244|19/07/2012|DI FILIPPO|ARMANDO|PIAZZA MUNICIPIO, 5|84088|SIANO|SA|12/03/1984|SALERNO|16/12/2011|SALERNO|Farmacia|2012||di.filippo.armando@gmail.com +3246|19/07/2012|PELLI|ROBERTA|VIA V. LASPRO, 5|84126|SALERNO|SA|27/12/1986|BATTIPAGLIA|30/03/2012|SALERNO|Farmacia|2012||robertapelli86@hotmail.it +3247|19/07/2012|PIZZUTI|TIZIANA|VIA I. LODATO, 63|84025|EBOLI|SA|13/11/1978|EBOLI|31/03/2011|SALERNO|Farmacia|2011||tiziana78p@hotmail.it +3248|26/07/2012|CHIUMIENTO|COSIMO|VIALE G. VERDI, 1/Y|84131|SALERNO|SA|20/03/1987|BATTIPAGLIA|20/09/2011|SIENA|Farmacia|2012||cosimo.chiumiento@yahoo.it +3249|26/07/2012|CRUOGLIO|DANIELA|VIA SCORZO|84020|PALOMONTE|SA|12/11/1986|BATTIPAGLIA|09/02/2012|SALERNO|Farmacia|2012||daniela.cr@hotmail.it +3250|26/07/2012|LIBANO|LUANA|VIA A. SALSANO, 18|84013|CAVE DE' TIRRENI|SA|24/03/1987|CAVA DE' TIRRENI|09/02/2012|SALERNO|Farmacia|2012||luale1@hotmail.it +3251|26/07/2012|OLIVA|VINCENZO|VIA F. PINTO, 79|84124|SALERNO|SA|27/05/1986|SALERNO|30/03/2012|SALERNO|Farmacia|2012||v_oliva2@virgilio.it +3252|26/07/2012|PALUMBO|DANIELE|VIA LUIGI ANGRISANI, 36|84132|SALERNO|SA|20/01/1986|BATTIPAGLIA|15/12/2011|SALERNO|Chimica e tecn. farmaceutica|2012||dott.palumbodaniele@gmail.com +3253|26/07/2012|VENTURA|FELICE|VIA SAN MASSIMO, 82|80035|NOLA|SA|12/06/1986|AVELLINO|09/02/2012|SALERNO|Farmacia|2012||felice_ventura@live.it +3254|26/07/2012|SALVAGNO|FEDERICA|VIA GRATAGLIE, 55|84025|EBOLI|SA|15/10/1984|SALERNO|20/12/2011|NAPOLI|Chimica e tecn. farmaceutica|2012||fedekikka_84@yahoo.it +3255|02/08/2012|FERRIGNO|GRAZIA|VIA MONTAGNELLA, 8|84010|CETARA|SA|23/12/1985|SALERNO|09/02/2012|SALERNO|Farmacia|2012||graziaferrigno@alice.it +3256|02/08/2012|GUBITOSI|ANNA|VIA M. K. GANDHI, 22|42123|REGGIO EMILIA|RE|09/07/1985|SALERNO|10/02/2012|SALERNO|Chimica e tecn. farmaceutica|2012||annagubi85@hotmail.it +3257|02/08/2012|IACUZZO|ANGELO|VIA STELLA, 126 C|84091|BATTIPAGLIA|SA|07/07/1980|SALERNO|30/03/2012|SALERNO|Farmacia|2012||angelo.iacuzzo@gmail.com +3259|02/08/2012|PUCCI|MARIAPIA|VIA MATTEO RIPA, 23|84091|BATTIPAGLIA|SA|10/05/1984|BATTIPAGLIA|16/12/2011|SALERNO|Farmacia|2012||mariapia.pucci84@gmail.com +3262|04/09/2012|ANNARUMMA|ANNA|VIA CROCIFISSO, 28|84012|ANGRI|SA|24/10/1985|NOCERA INFERIORE|30/03/2012|SALERNO|Farmacia|2012||anna-annarumma@alice.it +3264|04/09/2012|CONSIGLIO|ALESSANDRO|Via Molinaro,5|13816|MIGLIANO|BI|01/04/1983|AVELLINO|10/02/2012|SALERNO|Chimica e tecn. farmaceutica|2012||alex19833@libero.it +3265|04/09/2012|DI LIETO|AGNESE|VIALE DEGLI ARANCI, 13|84010|SANT'EGIDIO DEL MONTE ALBINO|SA|22/12/1987|CAVA DE' TIRRENI|16/12/2011|SALERNO|Farmacia|2012||agnesedilieto@hotmail.it +3267|04/09/2012|SAPERE|PAMELA|VIA NOFILO, 13|84080|PELLEZZANO|SA|12/03/1985|SALERNO|30/03/2012|SALERNO|Farmacia|2012||p.sapere@libero.it +3268|04/09/2012|SOMMA|FLORENCE|VIA G. GARIBALDI, 185|84015|NOCERA SUPERIORE|SA|03/07/1987|BATTIPAGLIA|09/02/2012|SALERNO|Farmacia|2012||florence.87@hotmail.it +3269|04/09/2012|URCIUOLI|INES|Via Strada Statale Pal. Iennaco|83020|CONTRADA|AV|12/05/1954|AVELLINO|18/03/1982|NAPOLI|Farmacia|1982||ines.urciuoli@alice.it +3270|18/09/2012|APICELLA|VALENTINA|VIA N.B. GRIMALDI, 165|84014|NOCERA INFERIORE|SA|18/12/1987|NOCERA INFERIORE|15/12/2011|SALERNO|Chimica e tecn. farmaceutica|2012||valentinapicella87@gmail.com +3276|15/10/2012|DE ANGELIS|GIOVANNA|VIA S. CURCIO, 8|84035|POLLA|SA|11/10/1982|POLLA|21/12/2007|NAPOLI|Chimica e tecn. farmaceutica|2008||giovale.dea@virgilio@it +3279|15/11/2012|ATTIANESE|ROSSELLA|Via Monte Artemisio n. 6|04100|LATINA|LT|30/07/1987|SCAFATI|30/03/2012|SALERNO|Farmacia|2012||roxy87_00@hotmail.it +3280|15/11/2012|BRANCATI|BENEDETTA|VIA STRADA SALSEDIANA 667|29010|ALSENO|PC|10/08/1985|FIORENZUOLA D'ARDA|13/07/2011|NAPOLI|Chimica e tecn. farmaceutica|2012||benedetta.brancati@gmail.com +3281|15/11/2012|CURCIO|GIUSEPPE|VIA DEI VIGNALI 12|84035|POLLA|SA|20/12/1988|POLLA|07/06/2012|PISA|Farmacia|2012||giuspy10@hotmail.it +3282|15/11/2012|TORSIELLO|ALESSANDRA|VIA TRAV. PEZZULLO, 32|84025|EBOLI|SA|03/05/1985|AVERSA|13/04/2012|CAMERINO|Farmacia|2012||torsiello.alessandra@libero.it +3284|22/11/2012|PENNETTI|ELENA MARIA|VIA B. CROCE, 72|83050|VOLTURARA IRPINA|AV|25/07/1983|AVELLINO|28/07/2012|NAPOLI|Chimica e tecn. farmaceutica|2011||elenapennetti@gmail.com +3286|12/12/2012|ARMENANTE|MARIAROSARIA|Via Giovanni Bassi, 23|84013|CAVA DE' TIRRENI|SA|07/08/1972|CAVA DE' TIRRENI|25/07/2001|NAPOLI|Chimica e tecn. farmaceutica|2002||mrarmenante@gmail.com +3289|12/12/2012|FALCONE|SIMONA|VIA ROSARIO LIVATINO, 5|84080|PELLEZZANO|SA|05/04/1979|NOCERA INFERIORE|23/07/2009|SALERNO|Farmacia|2009||simonafalcone@libero.it +3290|12/12/2012|GALLOTTA|DARIO|VIA FESTOLA 1|84025|EBOLI|SA|06/07/1974|SALERNO|28/03/2008|SALERNO|Farmacia|2008||dagallotta@yahoo.it +3294|20/12/2012|DI GENNARO|SERENA|VIA SICILIA, 33|84098|PONTECAGNANO|SA|01/03/1979|NAPOLI|19/10/2004|NAPOLI|Farmacia|2004||sere.eres@libero.it +3296|10/01/2013|ADDEO|ERASMO|VIA SAN FELICE, 184|80036|PALMA CAMPANIA|NA|17/11/1988|POMPEI|24/07/2012|NAPOLI|Chimica e tecn. farmaceutica|2012||erasmo.addeo@gmail.com +3298|10/01/2013|APICELLA|LUANA|VIA G. LUIGI PARISI 18|84013|CAVA DE' TIRRENI|SA|08/01/1985|PAGANI|30/10/2008|SALERNO|Farmacia|2008||apicellaluana@GMAIL.COM +3299|10/01/2013|BENEVENGA|MARTINA|Via Maria Gaetana Agnesi 24|40138|BOLOGNA|BO|26/06/1985|OLIVETO CITRA|20/07/2012|ROMA|Chimica e tecn. farmaceutica|2012||martinabenevenga@virgilio.it +3300|10/01/2013|BIANCO|NICOLA|VIA NAZIONALE 4|84070|SANTA MARINA|SA|09/12/1982|POLLA|27/07/2012|SALERNO|Farmacia|2012||nikola082@hotmail.it +3301|10/01/2013|CANTALUPO|ANGELO RAFFAELE|VIA CESARE BATTISTI 11|84061|OGLIASTRO CILENTO|SA|17/05/1987|AGROPOLI|27/07/2012|SALERNO|Farmacia|2012||raffa.cantalupo@tiscali.it +3303|10/01/2013|CORRENTE|FILOMENA|VIA MOLINA DI MARE 6|84047|CAPACCIO|SA|06/10/1982|AGROPOLI|22/03/2012|NAPOLI|Chimica e tecn. farmaceutica|2012||mena_c82@hotmail.it +3304|10/01/2013|CROCE|ANGELA|VIA NAZARIO SAURO 9|84020|BELLOSGUARDO|SA|19/07/1985|BATTIPAGLIA|31/10/2012|SALERNO|Farmacia|2012||forangy@live.it +3305|10/01/2013|CROCE|DANIELE|VIA NAZARIO SAURO 9|84020|BELLOSGUARDO|SA|13/06/1987|BATTIPAGLIA|31/10/2012|SALERNO|Farmacia|2012||danielecroce@salerno.pecfarmacisti.it +3306|10/01/2013|CUOFANO|MARIA TERESA|VIA VINCENZO RUSSO 90|84015|NOCERA SUPERIORE|SA|11/02/1988|NOCERA INFERIORE|27/07/2012|SALERNO|Farmacia|2012||mariateresacuofano@virgilio.it +3308|10/01/2013|D'URSO|CARLO|VIA G.F. MEMOLI 43|84124|SALERNO|SA|23/04/1987|SALERNO|31/10/2012|SALERNO|Farmacia|2012||carlettod87@hotmail.it +3309|10/01/2013|DI LORENZO|GIACOMO|VIA P.SSA SIGHELGAITA 78|84125|SALERNO|SA|07/03/1986|SALERNO|26/07/2012|SALERNO|Chimica e tecn. farmaceutica|2012||giacomo.dilorenz@gmail.com +3310|10/01/2013|FORTUNATO|MELANIA|Via Giacomo Budetti, 128 - Condominio Rosa Lotto D|84098|PONTECAGNANO FAIANO|SA|23/11/1987|SALERNO|28/10/2011|SALERNO|Farmacia|2011||melania.fortunato@libero.it +3311|10/01/2013|LA PEPA|VALERIO|VIA ZURLO 86|84012|ANGRI|SA|11/05/1988|BATTIPAGLIA|22/10/2012|NAPOLI|Farmacia|2012||lapepaval@gmail.com +3312|10/01/2013|LISTA|FEDERICA|VIA LISTA 28|84040|CASALVELINO|SA|29/07/1987|NAPOLI|31/10/2012|SALERNO|Farmacia|2012||federcialista@gmail.com +3313|10/01/2013|MALINCONICO|GIOVANNI|VIA DE CARO 35|84095|GIFFONI VALLE PIANA|SA|18/11/1984|SALERNO|31/10/2012|SALERNO|Farmacia|2012||g_malinconico@hotmail.it +3314|10/01/2013|MANZO|NICOLA|VIA SANTO ORNATO, 15|84015|NOCERA SUPERIORE|SA|22/07/1987|PAGANI|25/07/2012|NAPOLI|Farmacia|2012||nicmanzo@hotmail.com +3315|10/01/2013|MIGLINO|ANNALISA|VIA G. GARIBALDI 31|84070|RUTINO|SA|22/07/1987|AGROPOLI|27/07/2012|SALERNO|Farmacia|2012||annalisa.miglino@hotmail.it +3316|10/01/2013|MORRONE|ANNA|VIA NOBILE 14|84025|EBOLI|SA|10/09/1986|SAPRI|30/03/2011|SALERNO|Chimica e tecn. farmaceutica|2011||annamorrone1@hotmail.it +3317|10/01/2013|NOVELLINO|MONICA|Via Sacerdote G. Carimando, snc|84037|SANT'ARSENIO|SA|19/05/1986|VALLO DELLA LUCANIA|27/07/2012|SALERNO|Farmacia|2012||monican86@alice.it +3318|10/01/2013|PARISI|MARIA MADDALENA|VIALE PRIMO BARATTA 24|84091|BATTIPAGLIA|SA|15/12/1988|BATTIPAGLIA|27/07/2012|SALERNO|Farmacia|2012||mariamaddalena.parisi@gmail.com +3321|10/01/2013|RONGA|MIRKO CARMINE|VIA CHIUSA DEL BOSCO, 16 D|84025|BATTIPAGLIA|SA|16/07/1988|BATTIPAGLIA|27/07/2012|SALERNO|Farmacia|20/11/2012||mirko.ronga@tiscali.it +3322|10/01/2013|SANTORELLI|ELEONORA|VIA S. CALENDA 158|84126|SALERNO|SA|07/07/1986|SALERNO|30/10/2012|SALERNO|Chimica e tecn. farmaceutica|2012||santorelli.eleonora@gmail.com +3324|10/01/2013|SORRENTINO|TERESA|VIA SANDRO PERTINI 15|84098|PONTECAGNANO FAIANO|SA|23/06/1984|BATTIPAGLIA|26/07/2012|SALERNO|Chimica e tecn. farmaceutica|2012||teresasorr84@hotmail.it +3325|10/01/2013|TERLIZZI|MICHELA|VIA BERNARDO GAETA 2/F|84126|SALERNO|SA|07/11/1988|SALERNO|27/07/2012|SALERNO|Farmacia|2012||michelaterlizzi@hotmail.it +3326|10/01/2013|CALABRESE|ELENA CONCETTA|VIA CAPPELLE INFERIORI, 7|84135|SALERNO|SA|18/08/1985|SALERNO|18/12/2009|SALERNO|Chimica e tecn. farmaceutica|2010||elecalabrese@msn.com +3327|18/01/2013|ALBANO|ALESSANDRO|VIA GUGLIELMO MARCONI 46|83025|MONTORO INFERIORE|AV|25/07/1988|AVELLINO|31/10/2012|SALERNO|Farmacia|2012||albanoale1@libero.it +3328|18/01/2013|ANNUNZIATA|PASQUALE|Val d'Aosta, 32|00141|ROMA|RM|15/05/1985|SARNO|31/10/2012|SALERNO|Farmacia|2012||farchos@hotmail.it +3329|18/01/2013|ARCELLA|ANNA|VIA EDUARDO DE FILIPPO 42|84014|NOCERA INFERIORE|SA|11/06/1986|NOCERA INFERIORE|27/07/2012|SALERNO|Farmacia|2012||anna.arcella1@hotmail.it +3330|18/01/2013|ARDITO|ERMINIA|VIA CENTENARIO 56|84091|BATTIPAGLIA|SA|17/07/1987|SALERNO|30/10/2012|SALERNO|Chimica e tecn. farmaceutica|2012||ermy17@hotmail.it +3331|18/01/2013|AURELIO|ROSA PASQUALINA|VIA BERLINGUER 18|87070|MONTEGIORDANO|CS|19/04/1987|POLICORO|31/10/2012|SALERNO|Farmacia|2012||rosaaurelio@libero.it +3332|18/01/2013|BONFRISCO|ANNA PASQUALINA|VIA LAZIO 6|84043|AGROPOLI|SA|22/12/1985|AGROPOLI|30/10/2012|SALERNO|Chimica e tecn. farmaceutica|2012||anna.bonfrisco@libero.it +3333|18/01/2013|CITRO|ALESSANDRA|VIA FARALDO 50|84084|FISCIANO|SA|29/10/1985|SALERNO|31/10/2012|SALERNO|Farmacia|2012||diamante.verde@hotmail.it +3334|18/01/2013|DI BELLO|RAFFAELLA|VIA XXIV MAGGIO 40|84046|ASCEA|SA|23/06/1984|VALLO DELLA LUCANIA|31/10/2012|SALERNO|Farmacia|2012||dibello.raffaella@yahoo.it +3335|18/01/2013|FERRARA|ANNA|VIA B. ACCARDI G.LE FERRARA 1|84018|SCAFATI|SA|12/09/1983|POMPEI|27/07/2012|SALERNO|Farmacia|2012||anna-ferrara@live.it +3336|18/01/2013|FERRARA|ROSAMARIA|VIA BENEDETTO ACCARDI G.LE FERRARA 1|84018|SCAFATI|SA|12/09/1983|POMPEI|27/07/2012|SALERNO|Farmacia|2012||rosamariaferrara@live.it +3337|18/01/2013|FRALLICCIARDI|EMANUELA|TRAV. ALFONSO GATTO 2/A|84088|SIANO|SA|18/07/1988|CAVA DE' TIRRENI|27/07/2012|SALERNO|Farmacia|2012||emanuela.frallicciardi@hotmail.it +3338|18/01/2013|GAGLIARDI|GIANLUCA|VIA SAN NICOLA SNC|84028|SERRE|SA|11/03/1980|BATTIPAGLIA|31/10/2012|SALERNO|Farmacia|2012||dottore80@gmail.com +3339|18/01/2013|GENTILE|FRANCESCA|VIA EUROPA 10|84029|SICIGNANO DEGLI ALBURNI|SA|20/08/1985|EBOLI|29/03/2012|SALERNO|Chimica e tecn. farmaceutica|2012||francygen85@hotmail.it +3341|18/01/2013|MAURI|RICCARDO|VIA PASQUALE VITIELLO 31|84018|SCAFATI|SA|02/10/1984|NAPOLI|27/07/2012|SALERNO|Farmacia|2012||ricunisa777@hotmail.it +3342|18/01/2013|SALZANO|MARIA ELENA|VIA S. ROCCO 5|84086|ROCCAPIEMONTE|SA|13/01/1987|NOCERA INFERIORE|27/07/2012|SALERNO|Farmacia|2012||mari_87it@yahoo.it +3343|18/01/2013|VITIELLO|SPERANZA|Via Romagna,16|20090|BUCCINASCO|MI|02/08/1982|SCAFATI|27/07/2012|SALERNO|Farmacia|2012||rinavit@libero.it +3344|31/01/2013|COTUGNO|ROBERTA|VIA DELLE GINESTRE 21|84134|SALERNO|SA|17/05/1982|NAPOLI|27/07/2012|SALERNO|Farmacia|2012||cotugnoroberta@libero.it +3345|31/01/2013|DI LUCA|ROSANNA|VIA SALVATORE CALENDA 55|84126|SALERNO|SA|25/10/1985|SALERNO|26/07/2012|SALERNO|Chimica e tecn. farmaceutica|2012||r.diluca@email.it +3346|31/01/2013|ESPOSITO|CHIARA|VIA ROMA 54|84087|SARNO|SA|08/12/1986|SARNO|26/07/2012|SALERNO|Chimica e tecn. farmaceutica|2012||chiaraesposito86@gmail.com +3347|31/01/2013|FERRARA|DANIELE|VIA ITALIA 23/B|84091|BATTIPAGLIA|SA|23/10/1974|CASORIA|30/01/2001|NAPOLI|Chimica e tecn. farmaceutica|2002||ferraradoc@hotmail.com +3348|31/01/2013|GARGANO|MARIALUCIA|VIA Pergamo, 67|84126|Salerno|SA|09/07/1982|SALERNO|27/07/2012|SALERNO|Farmacia|2012||gargano.marilu@gmail.com +3349|31/01/2013|GIORGIO|VALERIA|Via Giovanni Verga 13|84010|SAN VALENTINO TORIO|SA|29/03/1986|NOCERA INFERIORE|31/10/2012|SALERNO|Farmacia|2012||v.giorgio86@alice.it +3350|31/01/2013|GRISI|MASSIMO|VIA TERLIZZI VIII TRAVERSA 2|84020|COLLIANO|SA|24/05/1967|SALERNO|27/07/2012|SALERNO|Farmacia|2012||amatino@libero.it +3351|31/01/2013|PEDUTO|ANNALISA|VIA PONTE CALORE 4|84045|ALTAVILLA SILENTINA|SA|03/07/1985|BATTIPAGLIA|28/03/2012|ROMA|Chimica e tecn. farmaceutica|2012||annalisapeduto@hotmail.it +3353|31/01/2013|SIANO|COLOMBA|VIA TIRONE 18/B|80036|PALMA CAMPANIA|NA|07/04/1986|SAN GENNARO VESUVIANO|27/07/2012|SALERNO|Farmacia|2012||colomba.siano@libero.it +3354|31/01/2013|VOLPE|PIETRO|VIA M.R. SPARAGO LOTARO, 2|84084|FISCIANO|SA|19/09/1987|AGROPOLI|31/10/2012|SALERNO|Farmacia|2012||pietrovolpe1987@libero.it +3356|15/02/2013|BASILE|ANNA|VIA CAMPO SPORTIVO 2|84082|BRACIGLIANO|SA|27/02/1981|BRACIGLIANO|17/10/2005|SALERNO|Farmacia|2005||abasile@unisa.it +3357|15/02/2013|BUONAIUTO|ROLANDA|VIA V. EMANUELE 128|84087|SARNO|SA|22/05/1985|NOCERA INFERIORE|31/10/2012|SALERNO|Farmacia|2012||rolandabuonaiuto@gmail.com +3359|15/02/2013|ESPOSITO|ANNA|VIA ROMA 11|84010|SAN VALENTINO TORIO|SA|18/05/1984|NOCERA INFERIORE|30/10/2009|SALERNO|Chimica e tecn. farmaceutica|2009||anna_esposito84@libero.it +3361|15/02/2013|MALESCIO|LISA|Via Sichelmanno,41|84129|SALERNO|SA|07/08/1979|BREMEN|27/07/2012|SALERNO|Farmacia|2012||lisamalescio@gmail.com +3364|15/02/2013|ZANZOTTERA|SILVIA|Via Garioponto 16|84126|SALERNO|SA|21/12/1984|BUSTO ARSIZIO|16/03/2011|MILANO|Farmacia|2012||silviazanzottera@virgilio.it +3366|21/02/2013|LANDOLFI|RAFFAELLA|VIA CONTRADA CERRINA 2|84053|CICERALE|SA|26/08/1986|AGROPOLI|12/07/2012|SIENA|Farmacia|2012||raffyyy86@hotmail.it +3368|20/03/2013|CLEMENTE|ANTONIO|VIA VINCENZO MARONE 5/2|84030|MONTE SAN GIACOMO|SA|26/02/1984|SALERNO|31/10/2012|SALERNO|Farmacia|2012||antonioclemente84@gmail.com +3371|02/04/2013|CASTELLANO|GERARDO|VIA GIOVANNI VITALE 2|84126|SALERNO|SA|03/07/1981|GRAGNANO|09/11/2007|CAMERINO|Farmacia|2007||gerafarmia@yahoo.it +3372|14/10/2015|CASTELLANO|MARIANO|VIA DE FILIPPIS, 6|84013|CAVA DE' TIRRENI|SA|21/04/1978|GRAGNANO|13/04/2007|CAMERINO|Farmacia|2007|Universit degli studi di Camerino|marianocastellano@yahoo.it +3373|02/04/2013|CIANCIO|MONICA|VIA LACCI|84051|CENTOLA|SA|07/07/1988|POMPEI|27/07/2012|SALERNO|Farmacia|2012||monicaciancio@libero.it +3375|02/04/2013|RESCIGNO|DOMENICO|VIA POSTIGLIONE DI OGLIARA 3|84135|SALERNO|SA|10/08/1962|SALERNO|20/04/1996|BARI|Farmacia|1996||rescigno.domenico@alice.it +3376|11/04/2013|BEATRICE|ANGELA|VIA MACCHIOLI 6|84033|MONTESANO SULLA MARCELLANA|SA|29/11/1985|POLLA|29/10/2012|ROMA|Chimica e tecn. farmaceutica|2012||beatrice.angela@virgilio.it +3378|11/04/2013|SCALEIA|FEDERICA|VIA CALABRIA 16|84098|PONTECAGNANO FAIANO|SA|25/03/1988|SALERNO|31/10/2012|SALERNO|Farmacia|2012||scaleiafederica@libero.it +3380|23/05/2013|SALZANO|VALERIA|VIA LIBROIA 13|84014|NOCERA INFERIORE|SA|02/06/1974|NOCERA INFERIORE|31/03/2001|salerno|Farmacia|2001||valeria.salzano@virgilio.it +3382|07/06/2013|ANGRISANI|MONICA|VIA FILANGIERI 37|84013|CAVA DE' TIRRENI|SA|11/03/1988|CAVA DE' TIRRENI|26/07/2012|SALERNO|Chimica e tecn. farmaceutica|2012||monica.angrisani11@gmail.com +3383|07/06/2013|BORRIELLO|FABIO|VIA PIAVE|84098|PONTECAGNANO FAIANO|SA|16/04/1987|CASTELLAMMARE DI STABIA|22/10/2012|NAPOLI|Farmacia|2012||stile.italiano@live.it +3384|07/06/2013|PIZZO|MARIA ROSARIA|VIA CROCIFISSO 30|84012|ANGRI|SA|29/04/1985|SCAFATI|09/02/2012|SALERNO|Farmacia|2012||MARIAROSARIAPIZZO@LIBERO.IT +3387|27/06/2013|MOLLICA|RITA|VIA AQUINO 7|84018|SCAFATI|SA|07/05/1985|CASTELLAMMARE DI STABIA|31/10/2012|SALERNO|Farmacia|2012||mollicarita@libero.it +3389|03/07/2013|DE LUCA|MARIOLINA|VIA CHIUSA 12|84046|ASCEA|SA|13/12/1985|VALLO DELLA LUCANIA|31/03/2010|SALERNO|Chimica e tecn. farmaceutica|2010||mariolinadeluca@libero.it +3390|03/07/2013|EUTERPIO|MARIA ANNA|Via Beveraturo N 11|84087|SARNO|SA|28/02/1984|WOLFSBURG|31/10/2008|SALERNO|Chimica e tecn. farmaceutica|2008||maria-anna@hotmail.it +3393|05/07/2013|LIBERTI|VERDIANA|VIA DEL DOPOLAVORO 111|84045|ALTAVILLA SILENTINA|SA|15/06/1988|BATTIPAGLIA|26/10/2012|pavia|Farmacia|2013||verdiana.liberti@hotmail.it +3394|05/07/2013|PRESUTTO|FRANCESCA|VIA FESTOLA 26|84024|CONTURSI TERME|SA|12/01/1988|NAPOLI|27/05/2013|URBINO|Chimica e tecn. farmaceutica|2013||francesca_pre@hotmail.it +3395|05/07/2013|SALSANO|STEFANO|VIA FRANCESCO CRISPI, 1/22|84126|SALERNO|SA|15/03/1989|SALERNO|15/02/2013|SALERNO|Farmacia|2013||stefasal@hotmail.it +3396|09/07/2013|CHIACCHIARO|MARIO|VIA ROMA 103/A|84091|BATTIPAGLIA|SA|13/10/1987|BATTIPAGLIA|04/03/2013|NAPOLI|Farmacia|2013||m.chiacchiaro@gmail.com +3397|09/07/2013|FONTANELLA|CLEMENTINA|VIA I LUGLIO 1946, 1|84010|S. EGIDIO DEL MONTE ALBINO|SA|17/10/1987|NOCERA INFERIORE|14/12/2012|Salerno|Farmacia|2012||fontanellaclemy@hotmail.it +3398|09/07/2013|MARZULLO|FLAVIA|VIA S.S. 91 CALLI, 3|84022|CAMPAGNA|SA|25/06/1979|BATTIPAGLIA|31/10/2012|salerno|Farmacia|2012||Flaviamarzullo25@gmail.com +3399|09/07/2013|MIRRA|ELISA|VIA SANTA LUCIA 29|84022|CAMPAGNA|SA|13/03/1985|OLIVETO CITRA|14/02/2013|salerno|Chimica e tecn. farmaceutica|2013||ely.mirra@hotmail.it +3402|09/07/2013|STRINO|RAFFAELLA|VIA MICHELANGELO BUONARROTI, 7|84010|S.EGIDIO DEL MONTE ALBINO|SA|08/10/1987|PAGANI|14/12/2012|salerno|Farmacia|2012||raffaella.strino@hotmail.it +3403|10/07/2013|MASUCCI|SIMONA|VIALE GIUSEPPE VERDI, 33|84131|SALERNO|SA|27/12/1986|SALERNO|27/03/2013|SALERNO|Farmacia|2013||simona.masucci@gmail.com +3404|12/07/2013|COVELLI|VIRGINIA|Via Murelle, 115|84012|Angri|SA|13/08/1987|CASTELLAMMARE DI STABIA|20/12/2012|NAPOLI|Farmacia|2013||virgycovelli@hotmail.it +3405|12/07/2013|DI LIONE|GIULIA|VIA MATTINE, 24|84043|AGROPOLI|SA|23/09/1983|BATTIPAGLIA|26/03/2013|SALERNO|Chimica e tecn. farmaceutica|2013||giulia.dilione@gmail.com +3406|23/07/2013|BARDINI|ALESSIO|TRAVERSA D. REA, 9|84014|NOCERA INFERIORE|SA|29/09/1985|NOCERA INFERIORE|27/03/2013|SALERNO|Farmacia|2013||ALESSIO.BARDINI@LIVE.IT +3407|23/07/2013|DI MAURO|GIOVANNA|VIA NICOLA FARINA 20|84081|BARONISSI|SA|19/05/1985|SALERNO|26/03/2013|SALERNO|Chimica e tecn. farmaceutica|2013||giovannadm@tiscali.it +3408|23/07/2013|MUOIO|MICHELE|Via Giulio Pastore, 68|20833|GIUSSANO|MB|30/05/1982|NOCERA INFERIORE|15/02/2013|SALERNO|Farmacia|2013||michelemuoio@hotmail.it +3409|23/07/2013|NASTO|GIOVANNI|VIA EUROPA, 21|84012|ANGRI|SA|04/10/1981|PAGANI|27/03/2013|SALERNO|Farmacia|2013||GIOVANNI1981@HOTMAIL.IT +3410|23/07/2013|PELLEGRINO|CARLO|VIA G. ORLANDO 41|84014|NOCERA INFERIORE|SA|29/08/1987|NOCERA INFERIORE|27/03/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|CARPEL87@HOTMAIL.IT +3411|23/07/2013|PIFANO|MARCO|VIA SS. MARTIRI , 31|84123|SALERNO|SA|10/08/1988|SALERNO|27/03/2013|SALERNO|Farmacia|2013||marco.pifano@libero.it +3413|30/07/2013|DI LUCA|MANUELA|VIA SALVATORE CALENDA, 55|84126|SALERNO|SA|25/10/1985|SALERNO|26/03/2013|SALERNO|Chimica e tecn. farmaceutica|||MANUDILUC@YAHOO.IT +3414|30/07/2013|MAURO|GIUSEPPE|VIA PIEMONTE, 14|84096|MONTECORVINO ROVELLA|SA|15/01/1986|SALERNO|27/03/2013|SALERNO|Farmacia|2013||nondirloanessunojpg@libero.it +3416|02/08/2013|CERRATO|VALENTINA|VIA PONTE ALARIO, 3|84087|SARNO|SA|11/09/1986|NOCERA INFERIORE|21/12/2012|NAPOLI|Chimica e tecn. farmaceutica|2013||valentinacerrato@libero.it +3417|02/08/2013|CONCILIO|IRENE|VIA ARCANGELO ROTUNNO, 43|84134|SALERNO|SA|10/07/1985|SALERNO|14/02/2013|SALERNO|Chimica e tecn. farmaceutica|2013||IRENEC85@HOTMAIL.IT +3418|03/09/2013|CAPUANO|EMIDDIO|CORSO CLAUDIO, 40|84083|CASTEL SAN GIORGIO|SA|02/02/1988|SALERNO|27/03/2013|SALERNO|Farmacia|2013||emiddiocapuano@icloud.com +3420|03/09/2013|NAPPI|ANTONELLA|C.SO VITTORIO EMANUELE TRAV.PORCARO,12|84087|SARNO|SA|31/03/1979|SARNO|30/03/2013|SALERNO|Farmacia|2012||antona79@alice.it +3421|03/09/2013|PASTORE|ANGELA|VIA MAGGIORE, 89|84081|BARONISSI|SA|15/04/1984|SALERNO|10/02/2012|SALERNO|Chimica e tecn. farmaceutica|2012||pastoreangela@live.it +3422|23/09/2013|BAIO|COSIMO|VIA PARETI, 224|84015|NOCERA SUPERIORE|SA|23/10/1986|NOCERA INFERIORE|22/03/2013|NAPOLI|Farmacia|2013||minobaio@hotmail.it +3423|14/10/2013|DE PAOLA|GILDA|VIA CUTINELLI, 17|84081|BARONISSI|SA|22/11/1980|SALERNO|27/03/2013|SALERNO|Farmacia|2013||g.depaola80@libero.it +3424|13/11/2013|PETTI|CONCETTA|VIA SANTA MARIA 53|84012|ANGRI|SA|01/03/1981|SCAFATI|18/03/2010|NAPOLI|Chimica e tecn. farmaceutica|2010|Universit degli studi di Napoli "Federico II"|pconcy81@live.it +3425|05/12/2013|ROCCO|ORAZIO|VIA II GIUGNO, 3|84091|BATTIPAGLIA|SA|20/09/1989|BATTIPAGLIA|26/07/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|farmaciaguzzi@libero.it +3427|31/12/2013|PINTO|SIMONA|VIA G. GUGLIELMI, 6|84122|SALERNO|SA|29/04/1984|NAPOLI|30/10/2009|SALERNO|Chimica e tecn. farmaceutica|2009|Universit degli studi di Salerno|pinto_simona@libero.it +3429|14/01/2014|BOVE|VALENTINA|VIA SAN PIETRO, 116|84015|NOCERA SUPERIORE|SA|12/05/1987|NOCERA INFERIORE|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|valentina.bove87@gmail.com +3430|14/01/2014|CASTELLANO|MIRIAM|VIA ARCANGELO ROTUNNO, 15 SC. C|84134|SALERNO|SA|14/01/1989|GRAGNANO|12/07/2013|CAMERINO|Farmacia|2013|Universit degli studi di Camerino|miriamme@hotmail.it +3431|14/01/2014|CIONGOLI|MARIANGELA|VIA BUONANOTTE|84048|SAN MARCO DI CASTELLABATE|SA|19/01/1985|AGROPOLI|27/03/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|mariangela.ciongoli@alice.it +3432|14/01/2014|D'ALESSANDRO|DALILA|VIA G. LEOPARDI, 10|84016|PAGANI|SA|01/01/1988|PAGANI|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|daliladalessandro@libero.it +3434|14/01/2014|DE PALMA|ALESSIA|Via Seminario n. 25|83100|AVELLINO|AV|21/05/1988|AVELLINO|27/03/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|a.depalma88@gmail.com +3435|14/01/2014|EVARISTO|SERENA|VIA ANIELLO SALSANO, 22|84013|CAVA DE' TIRRENI|SA|02/10/1987|TORINO|15/12/2011|SALERNO|Chimica e tecn. farmaceutica|2012|Universit degli studi di Salerno|serena.eva87@gmail.com +3436|14/01/2014|FRANCO|EMILIO|VIA BEBIANA, 105|82036|SOLOPACA|BN|21/08/1986|BENEVENTO|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|emi.franco86@gmail.com +3438|14/01/2014|GAGLIARDI|NICOLA|VIA NAZIONALE, 18/B|84033|MONTESANO SULLA MARCELLANA|SA|30/07/1989|BATTIPAGLIA|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|n.gagliardi3@icloud.com +3440|14/01/2014|IANNONE|LIVIA|VIA TRINITA', 24|84090|GIFFONI SEI CASALI|SA|27/08/1988|SALERNO|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|iannonelivia@hotmail.it +3441|14/01/2014|LAMBERTI|VERONICA|VIA G.B. CASTALDO, 3|84013|CAVA DE' TIRRENI|SA|18/10/1988|CAVA DE' TIRRENI|26/07/2013|SALERNO||2013|Universit degli studi di Salerno|VERONICALAMBERTI88@GMAIL.COM +3442|14/01/2014|MIRANDA|ILARIA|Via Silvio Baratta, 26|84134|SALERNO|SA|18/06/1980|SALERNO|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|ilariamiranda@hotmail.it +3443|14/01/2014|MONTERA|GIULIA|VIA SS 91 PER EBOLI, 157|84022|CAMPAGNA|SA|31/07/1990|NAPOLI|17/10/2013|NAPOLI|Farmacia|2013|Universit degli studi di Napoli "Federico II"|giuliamontera@hotmail.it +3444|14/01/2014|PALMIERI|LUCIA|VIA GARIBALDI, 71|84081|BARONISSI|SA|07/11/1989|SALERNO|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|lucilla.palm@live.it +3445|14/01/2014|PETRILLO|DORA|VIA CASTELLO, 2|84024|CONTURSI TERME|SA|22/08/1985|NAPOLI|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|petrillodora@gmail.com +3446|14/01/2014|PRISCO|ANGELO|C/DA COSTE, 1|84065|PIAGGINE|SA|15/08/1988|VALLO DELLA LUCANIA|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|PRISCOANGELO@LIBERO.IT +3447|14/01/2014|ROCCO|ANGELO|VIA CELESTINO GUARIGLIA, 20|84019|VIETRI SUL MARE|SA|15/06/1990|SALERNO|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|angiolett.90@hotmail.it +3448|14/01/2014|ROCCO|WANDA|VIA INDIPENDENZA, 48|84121|SALERNO|SA|09/07/1986|AVELLINO|14/12/2012|SALERNO|Farmacia|2013|Universit degli studi di Salerno|WANDA.ROCCO@LIBERO.IT +3450|14/01/2014|RUSSONIELLO|FRANCESCO|VIA RAFFAELE CAVALLO, 53|84126|SALERNO|SA|29/08/1989|SALERNO|26/07/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|f.russoniello@hotmail.it +3451|14/01/2014|SANTORIELLO|STEFANIA|VIA GIUSEPPE VITALE, 35|84013|CAVA DE' TIRRENI|SA|03/03/1988|NOCERA INFERIORE|26/07/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|S.STEFANIA3@HOTMAIL.IT +3452|14/01/2014|SENATORE|SALVATORE|VIA PETRELLOSA,20|84013|CAVA DE' TIRRENI|SA|16/06/1988|SALERNO|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|megatore.s@virgilio.it +3454|14/01/2014|ZAINI|ACHILLE ADRIANO|VIA CAMPANIA, 1|84043|AGROPOLI|SA|15/06/1987|VALLO DELLA LUCANIA|12/07/2013|CAMERINO|Farmacia|2013|Universit degli studi di Camerino|achillezaini@hotmail.it +3455|14/01/2014|SEVERINI|ANTONELLA|VIA G. MARCONI,55|84013|CAVA DE' TIRRENI|SA|06/05/1989|SALERNO|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|ANTOSEVERINI@GMAIL.COM +3456|22/01/2014|BATTIPAGLIA|FRANCESCA|VIA GIOVANNI FALCONE, 100|84014|NOCERA INFERIORE|SA|09/07/1989|NOCERA INFERIORE|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|KEKKABATTI89@HOTMAIL.IT +3457|22/01/2014|CALIENDO|ROSA|VIA S. VINCENZO, 15 CURTERI|84085|MERCATO SAN SEVERINO|SA|09/09/1989|NAPOLI|26/07/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|ROSITACALIENDO@HOTMAIL.IT +3458|22/01/2014|DELLA ROCCA|ANNALISA|VIA ALCIDE DE GASPERI, 23|84013|CAVA DE' TIRRENI|SA|25/09/1986|CAVA DE' TIRRENI|26/07/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|dellarocca.annalisa@libero.it +3459|22/01/2014|MANNARA|CARMEN|PIAZZA FELICE BALDI, 14|84013|CAVA DE' TIRRENI|SA|08/07/1989|NAPOLI|26/07/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|carmenmannara@HOTMAIL.COM +3460|22/01/2014|MARINO|DAVIDE|VIA G. DE CARO, 4|84126|SALERNO|SA|27/10/1988|SALERNO|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|davide_marino88@hotmail.it +3461|22/01/2014|MUGNANI|VALENTINA|PIAZZA NADDEO, 4|84126|SALERNO|SA|14/02/1989|AVELLINO|26/03/2013|SALERNO|Chimica e tecn. farmaceutica|2013|Universit degli studi di Salerno|valentinamugnani@hotmail.it +3462|22/01/2014|RICCIARDELLI|DIAMANTE CARMELA|VIA RUFOLI, 265|83025|MONTORO INFERIORE|AV|16/07/1932|MONTORO INFERIORE|24/11/1964|NAPOLI|Farmacia|1965|Universit degli studi di Napoli "Federico II"| +3463|22/01/2014|TRAMONTANO|TERESA|VIA MARCONI, 78|84016|PAGANI|SA|19/02/1990|NOCERA INFERIORE|12/07/2013|NAPOLI|Chimica e tecn. farmaceutica|2013|Universit degli studi di Napoli "Federico II"|teresatramontano90@libero.it +3464|22/01/2014|VISCIDO|VERDIANA|VIA ETNA, 2|84098|PONTECAGNANO FAIANO|SA|30/09/1989|BATTIPAGLIA|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|verdianaviscido@gmail.com +3465|13/02/2014|CAPORALE|GIOVANNA|VIA VALLE, 15|84020|PALOMONTE|SA|10/01/1988|OLIVETO CITRA|26/07/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|giovanna.cap88@hotmail.it +3466|13/02/2014|DE ROSA|GABRIELLA|VIA GELSO, 12/A|84126|SALERNO|SA|03/07/1985|SALERNO|27/07/2012|SALERNO|Farmacia|2012|Universit degli studi di Salerno|gabriella@derosa.sa.it +3468|13/02/2014|DONATO|CAMILLA|VIA MAZZINI, 67|84016|PAGANI|SA|28/12/1987|NOCERA INFERIORE|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|maison-capri1987@hotmail.it +3469|13/02/2014|ROMANO|GIUSEPPE|VIA DEI DURANTINI N 6 INT 32|00100|ROMA|RM|26/04/1982|SALERNO|10/10/2013|CAMERINO|Farmacia|2013|Universit degli studi di Camerino|giuseppe.romano@hotmail.it +3471|27/02/2014|BILOTTA|GIOVANNI|VIA PIAVE 35|84010|SAN MARZANO SUL SARNO|SA|15/03/1990|NAPOLI|17/10/2013|NAPOLI|Farmacia|2013|Universit degli studi di Napoli "Federico II"|giovanni.bilotta11@gmail.com +3472|27/02/2014|FOTI|SERENA|Via dei Brasiliani 5|84073|SAPRI|SA|09/12/1985|MARATEA|20/03/2013|NAPOLI|Chimica e tecn. farmaceutica|2013|Universit degli studi di Napoli "Federico II"|serena.foti@outlook.com +3474|13/03/2014|CRISTINZIANO|ELISABETTA|VIA ENRICO FERMI 4|84018|SCAFATI|SA|14/10/1986|POMPEI|12/07/2013|NAPOLI|Chimica e tecn. farmaceutica|2013|Universit degli studi di Napoli "Federico II"|ELISABETTA.CRISTINZIANO@GMAIL.COM +3476|13/03/2014|IMPARATO|ANTONIO|VIA G. POMPONIO LETO 42|84100|SALERNO|SA|01/06/1988|SALERNO|30/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|A.IMPARATO88@GMAIL.COM +3477|13/03/2014|PEPE|ANGELA|VIA DI PORTA ROSA 5 -147|84046|ASCEA|SA|02/06/1982|TARANTO|28/03/2008|SALERNO|Farmacia|2008|Universit degli studi di Salerno|p.angy@hotmail.it +3478|13/03/2014|SADA|NEVE|VIA MARE IONIO 140|84098|PONTECAGNANO FAIANO|SA|20/05/1948|BATTIPAGLIA|01/07/1977|NAPOLI|Farmacia|1978|Universit degli studi di Napoli "Federico II"|nevemariasada@gmail.com +3479|13/03/2014|SELLITTI|MARIA ELENA|VIA ATZORI 36|84014|NOCERA INFERIORE|SA|17/09/1989|NOCERA INFERIORE|30/10/2013|SALERNO|Chimica e tecn. farmaceutica|2013|Universit degli studi di Salerno|mariaelenasellitti@hotmail.it +3480|13/03/2014|SIANO|FEDERICA|VIA PIETRO ASCOLESE 168|83025|MONTORO INFERIORE|AV|21/09/1985|AVELLINO|27/03/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|FEDERICASIANO21@GMAIL.COM +3481|13/03/2014|TORTORA|PAOLA|VIA LAGO LACENO 9|84098|PONTECAGNANO FAIANO|SA|28/06/1989|SALERNO|26/07/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|p.tortora89@gmail.com +3482|30/03/2014|CAPUTO|CHIARA|VIA C. COLOMBO 4|84025|EBOLI|SA|16/09/1981|EBOLI|27/07/2006|NAPOLI|Farmacia|2006|Universit degli studi di Napoli "Federico II"|caputo.chiara@libero.it +3483|30/03/2014|CORINALDESI|MASSIMO|VIA EDOARDO DE FILIPPIS 112|84013|CAVA DE' TIRRENI|SA|27/08/1989|CAVA DE' TIRRENI|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|max_1989@hotmail.it +3484|30/03/2014|DE VIVO|MAURO|VIA ISONZO 18|84098|PONTECAGNANO FAIANO|SA|30/05/1987|BATTIPAGLIA|27/03/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|MAURO.DEVIVO87@VIRGILIO.IT +3485|30/03/2014|MAGLIO|STEFANIA|VIA AUSELLA 87|84022|CAMPAGNA|SA|10/12/1984|EBOLI|31/10/2013|salerno|Farmacia|2013|Universit degli studi di Salerno|stefaniamaglio@tiscali.it +3486|30/03/2014|PAOLILLO|ROBERTA|VIA P.T. DI SAVOIA 2|84013|CAVA DE' TIRRENI|SA|28/07/1990|SALERNO|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|PAOLILLOROB@GMAIL.COM +3487|30/03/2014|SANDULLO|GIUSEPPE|VIA DELL'UNITA' D'ITALIA 10|84037|SANT'ARSENIO|SA|07/08/1978|POLLA|31/10/2013|SIENA|Farmacia|2013|Universit degli studi di Siena|GSANDULLO@TISCALI.IT +3488|23/04/2014|IANNARELLA|ILARIA|VIA GUIDO D'ORSO 34|84025|EBOLI|SA|20/06/1989|EBOLI|10/10/2013|URBINO|Farmacia|2013|Universit degli studi di Urbino|HILLY_89@HOTMAIL.IT +3490|21/05/2014|FRANCESE|ELENA|VIA CUPA PARISI, 3B|84133|SALERNO|SA|12/11/1987|SALERNO|25/07/2013|SALERNO|Chimica e tecn. farmaceutica|2013|Universit degli studi di Salerno|ELENAFRANCESE@HOTMAIL.IT +3491|21/05/2014|MAURI|ANNALISA|VIA MADONNA DELLE GRAZIE 73|84012|ANGRI|SA|30/05/1989|SCAFATI|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|HANNA-89@HOTMAIL.IT +3492|21/05/2014|RAGO|CARLA|VIA G. MARCONI, 49|84081|BARONISSI|SA|20/02/1985|SALERNO|26/07/2012|SALERNO|Chimica e tecn. farmaceutica|2012|Universit degli studi di Salerno|carlarago@hotmail.it +3493|04/06/2014|MEOLI|CHIARA|VIA S. CALENDA 45|84126|SALERNO|SA|05/09/1978|SALERNO|19/12/2005|SALERNO|Farmacia|2006|Universit degli studi di Salerno|CHIARI@HOTMAIL.it +3494|04/06/2014|VATALARO|STEFANIA|VIA POSIDONIA,161|84127|SALERNO|SA|27/07/1986|SALERNO|13/12/2012|SALERNO|Chimica e tecn. farmaceutica|2013|Universit degli studi di Salerno|STEFANIAVATALARO@LIBERO.IT +3495|17/06/2014|POMPA|FRANCESCA|VIA DELL'AIA 90/96|83026|MONTORO SUPERIORE|AV|25/10/1979|BENEVENTO|28/03/2008|SALERNO|Farmacia|2008|Universit degli studi di Salerno|francescapompa@libero.it +3496|17/06/2014|VEGLIANTE|DANTE|VIA NAZIONALE FRAZ. SCALO 13/B|84033|MONTESANO SULLA MARCELLANA|SA|27/06/1988|VALLO DELLA LUCANIA|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|dantevegliante@yahoo.it +3497|19/06/2014|BORRIELLO|CARMEN|VIA ACCUMOLI 36|00135|ROMA|RM|29/08/1988|NOCERA INFERIORE|15/12/2011|SALERNO|Chimica e tecn. farmaceutica|2012|Universit degli studi di Salerno|carmenborriello@hotmail.it +3498|30/06/2014|BARDASCINO|SABRINA|VIA DE SILVA R.G. 1|84025|EBOLI|SA|09/06/1977|OLIVETO CITRA|27/03/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|sabrinabardascino@yahoo.it +3499|17/07/2014|AUTUNNO|VINCENZA|VIA ORTO BARONALE 8|84052|CERASO|SA|29/08/1984|SAPRI|24/07/2012|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2012|Universit degli studi di Napoli "Federico II"|v.autunno@libero.it +3500|17/07/2014|CARBONE|COSTANTINA|VIA YURI GAGARIN 64|84025|EBOLI|SA|02/06/1984|BATTIPAGLIA|28/03/2014|SALERNO|Farmacia|2014|Universit degli studi di Salerno|COSTANTINACARBONE@LIVE.IT +3501|17/07/2014|CERRETANI|MARTA|VIA NAZIONALE 64|84076|TORCHIARA|SA|27/12/1986|COMO|06/03/2014|NAPOLI|Farmacia|2014|Universit degli studi di Napoli "Federico II"|MARTACERRE@HOTMAIL.IT +3503|17/07/2014|DEL PIZZO|MARIAGIOVANNA|LARGO S. PIETRO A CORTE 9|84121|SALERNO|SA|25/07/1989|CAVA DE' TIRRENI|28/03/2014|SALERNO|Farmacia|2014|Universit degli studi di Salerno|MARIJOE_89@HOTMAIL.com +3504|17/07/2014|DI MASO|ELVIRA|VIA G. S. DE CRESCENZO 19|84133|SALERNO|SA|12/07/1989|SALERNO|14/02/2014|SALERNO|Farmacia|2014|Universit degli studi di Salerno|ELVIRA.DIMASO@ALICE.IT +3505|17/07/2014|ESPOSITO|GIANMARCO|VIA ALENTO 131|84040|BIVIO ACQUAVELLA|SA|19/03/1989|VALLO DELLA LUCANIA|14/02/2014|SALERNO|Farmacia|2014|Universit degli studi di Salerno|esp_89@hotmail.it +3506|17/07/2014|FEROLLA|TOMMASINO|VIA DEL MORICE 1|84052|CERASO|SA|22/06/1985|VALLO DELLA LUCANIA|06/03/2014|NAPOLI|Farmacia|2014|Universit degli studi di Napoli "Federico II"|TFEROLLA@LIBERO.IT +3507|17/07/2014|LA REGINA|RAFFAELE|VIA GIUSEPPE MAZZINI 37/C|84030|SAN RUFO|SA|11/12/1989|POLLA|27/03/2014|ROMA|Farmacia|2014|Universit degli studi di Roma "La Sapienza"|raffaele.laregina@gmail.com +3508|17/07/2014|MANNARA|ANNA|VIA PROL. MATTEOTTI, 13 - 5 TRAV.|84087|SARNO|SA|11/03/1983|SARNO|23/07/2010|NAPOLI|Chimica e tecn. farmaceutica|2010|Universit degli studi di Napoli "Federico II"|anna.mannara@hotmail.it +3509|17/07/2014|MARCANTONIO|ROBERTA|VIA CAGLIARI 15|84091|BATTIPAGLIA|SA|24/02/1988|SALERNO|14/02/2014|SALERNO|Farmacia|2014|Universit degli studi di Salerno|ROBERTAMARCANTONIO@HOTMAIL.IT +3510|17/07/2014|QUARANTA|MARIANNA|VIA MACELLO 33|84085|MERCATO SAN SEVERINO|SA|07/11/1989|SALERNO|14/02/2014|SALERNO|Farmacia|2014|Universit degli studi di Salerno|MARIANNA.QUARANTA@OUTLOOK.IT +3511|17/07/2014|SANTILLI|FRANCESCA|VIA ARCIVESCOVO CESARANO 121|84016|PAGANI|SA|12/05/1989|PAGANI|20/05/2014|NAPOLI|Farmacia|2014|Universit degli studi di Napoli "Federico II"|francysantilli@libero.it +3512|17/07/2014|SCORZELLI|VIVIANA|VIA PERILLO 90|84069|ROCCADASPIDE|SA|20/11/1984|BATTIPAGLIA|31/10/2013|SALERNO|Farmacia|2014|Universit degli studi di Salerno|VIVIANA.SCORZELLI@LIVE.IT +3513|17/07/2014|VESSA|LUCIANA|VIA MICHELE PIRONTI 1/L|84134|SALERNO|SA|06/11/1953|SALERNO|15/07/1975|Universit degli studi di Napoli "Federico II"|Farmacia|1975|Universit degli studi di Napoli "Federico II"|farmaciavessa@cocco82.net +3514|31/07/2014|BORZI|ELIO|VIA DE ROSA 30|84016|PAGANI|SA|09/10/1986|NOCERA INFERIORE|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|elio.borzi@libero.it +3515|31/07/2014|GUARINO|SERENA|VIA DEI DUE PRINCIPATI 112/C|83025|MONTORO|AV|24/10/1987|AVELLINO|12/12/2013|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|GUARINOSERENA@HOTMAIL.IT +3516|31/07/2014|IANNIELLO|VENERE|VIA G. GIULIANI 62|84069|ROCCADASPIDE|SA|19/04/1990|SALERNO|13/12/2013|Universit degli studi di Napoli "Federico II"|Farmacia|2014|Universit degli studi di Napoli "Federico II"|venny.ianniello@virgilio.it +3517|31/07/2014|LAMBERTI|ANGELA|VIA CASELLE INFERIORE 6|84013|CAVA DE' TIRRENI|SA|20/01/1988|CAVA DE' TIRRENI|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|ANGELA.LAMBERTI88@GMAIL.COM +3518|31/07/2014|TROTTA|MICHELE|C.so Principe Amedeo, 143|84013|CAVA DE' TIRRENI|SA|24/09/1989|SALERNO|06/03/2014|Universit degli studi di Napoli "Federico II"|Farmacia|2014|Universit degli studi di Napoli "Federico II"|MICHELETRO89@GMAIL.COM +3520|04/09/2014|MACCHIARULO|SOFIA|VIA MADONNA DELLE GRAZIE 75|84065|PIAGGINE|SA|12/09/1986|POLLA|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|s.macchiarulo@hotmail.it +3521|30/09/2014|BALZANO|GIADA|VIALE MONTEROSA, 2|84091|BATTIPAGLIA|SA|23/05/1989|BATTIPAGLIA|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|GIADA.BALZANO@YAHOO.IT +3522|30/09/2014|BORTONE|PASQUALE|VIA ARCADIA, 6|84060|NOVI VELIA|SA|24/03/1988|VALLO DELLA LUCANIA|17/02/1914|Universit degli studi di Siena|Farmacia|2014|Universit degli studi di Siena|BORTOART@GMAIL.COM +3524|30/09/2014|BOVE|GERARDA|VIA GARDA, 2|84091|BATTIPAGLIA|SA|03/07/1985|BATTIPAGLIA|14/02/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|GERARDA_BOVE@ALICE.IT +3526|30/09/2014|CORALLO|ANIELLO|VIA E. ASTUTI, 121|84014|NOCERA INFERIORE|SA|23/06/1986|NOCERA INFERIORE|30/10/2013|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2013|Universit degli studi di Salerno|ncorallo@alice.it +3527|30/09/2014|CRETOSO|DANIEL SALVATORE|VIA S. BONAGURA, 40|80040|POGGIOMARINO|NA|11/10/1988|POMPEI|26/07/2013|Universit degli studi di Salerno|Farmacia|2013|Universit degli studi di Salerno|DANIEL.CRETOSO@GMAIL.COM +3528|30/09/2014|TIPALDI|FRANCESCO MARIA|VIA NAPOLI, 61|84014|NOCERA INFERIORE|SA|29/03/1986|NOCERA INFERIORE|14/02/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|FMTIPALDI@GMAIL.COM +3529|02/10/2014|DE ROSA|MICHELA|VIA INCARTO 19 GIOVI|84133|SALERNO|SA|22/02/1988|SALERNO|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|mikela.88@hotmail.it +3530|02/10/2014|DELLA GRECA|MARIA GRAZIA|VIA CAPOCASALE, 14|84052|CERASO|SA|19/03/1984|HANNOVER|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|mariagrazia_30@yahoo.it +3531|02/10/2014|MILONE|FEDERICA|VIA LAZZARELLI 28/F|84132|SALERNO|SA|11/07/1985|SALERNO|25/07/2013|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2013|Universit degli studi di Salerno|federicamilone@msn.com +3532|02/10/2014|ROMEO|ANNA|Via Cavalleggeri, 8|84098|Pontecagnano Faiano|SA|12/08/1984|SALERNO|26/07/2013|Universit degli studi di Salerno|Farmacia|2013|Universit degli studi di Salerno|annaeado@gmail.com +3533|25/11/2014|GIORGIO|ELISA|VIA MATTINELLE,73|84022|CAMPAGNA|SA|06/11/1983|SALERNO|27/10/2011|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2011|Universit degli studi di Salerno|EL.GIO83@LIBERO.IT +3535|25/11/2014|PETRILLO|PALMA|VIA PASQUALE ACIERNO, 38|83020|SIRIGNANO|AV|11/10/1989|AVELLINO|25/03/2014|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2014|Universit degli studi di Napoli "Federico II"|PALMA.PETRILLO@LIBERO.IT +3536|22/12/2014|D'AMATO|ALMA|VIA IANNICASTRO, 1|84021|BUCCINO|SA|22/09/1979|AVELLINO|27/10/2004|Universit degli studi di Siena|Farmacia|2004|Universit degli studi di Siena|ALMADAMATO@HOTMAIL.IT +3537|22/12/2014|MANFREDI|PAOLA|CORSO VITTORIO EMANULE 15|80059|TORRE DEL GRECO|NA|17/07/1968|POMPEI|23/10/1993|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|1993|Universit degli studi di Napoli "Federico II"|manfredipa@live.it +3538|22/12/2014|MASSIMO|COSIMO|VIA IANNICASTRO, 1|84021|BUCCINO|SA|03/10/1981|CARIATI|18/07/2006|Universit degli studi di Siena|Farmacia|2006|Universit degli studi di Siena|cosimo.massimo81@hotmail.it +3539|22/12/2014|VASTOLA|ARCHILIO|VIA SAN VINCENZO, 18|84010|SAN VALENTINO TORIO|SA|21/07/1990|SALERNO|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|arkthefauve@gmail.com +3541|08/01/2015|COSTABILE|MARIA LUIGIA|VIALE MARGHERITA, 3|84087|SARNO|SA|03/05/1992|PAGANI|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|marilu.costabile@hotmail.it +3542|08/01/2015|DEL REGNO|MARISANTA|VIA VENEZIA SNC|84098|PONTECAGNANO FAIANO|SA|23/04/1988|SALERNO|13/12/2013|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|marisantadr@gmail.com +3543|08/01/2015|FIORE|GIOVANNI|VIA FILIPPO SCIARAFFIA, 21|84127|SALERNO|SA|16/01/1989|SALERNO|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|GIOVANNIFIORE16@GMAIL.COM +3544|08/01/2015|FORTUNATO|CRISTINA|VIA PARRELLE, 299|83025|MONTORO|AV|17/01/1986|AVELLINO|26/03/2014|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|CRISTINAFORTUNATO1@GMAIL.COM +3545|08/01/2015|IADARESTA|MARIA GRAZIA|VIA ROCCO PECORARO, 6|84084|FISCIANO|SA|25/08/1983|MADDALONI|26/07/2012|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2012|Universit degli studi di Salerno|i.mariagrazia@yahoo.it +3546|08/01/2015|PASSARO|FRANCESCA|PIAZZA DEI MARTIRI, 14|84070|TRENTINARA|SA|09/04/1990|BATTIPAGLIA|09/07/2014|Universit degli studi di Urbino|Farmacia|2014|Universit degli studi di Urbino|FRANCESCAPASSARO1@GMAIL.COM +3547|08/01/2015|SESSA|ROSSELLA|VIA FRATELLI NAPOLI,116 - LANCUSI|84084|FISCIANO|SA|12/11/1988|SALERNO|14/02/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|rossellasessa@alice.it +3548|08/01/2015|BASSO|ELENA|VIA MARIO AVALLONE, 34|84129|SALERNO|SA|15/10/1988|SALERNO|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|BASSOELENA88@GMAIL.COM +3549|14/01/2015|AUGUSTO|NICOLA|VIA PARMENIDE 70|84131|SALERNO|SA|30/07/1987|SALERNO|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|NICO.AUGUSTO@LIBERO.IT +3550|14/01/2015|CASCIANO|GERARDINA|VIA PIANO DEGLI USCI 26|84020|PALOMONTE|SA|18/06/1986|OLIVETO CITRA|21/07/2014|Universit degli studi di Siena|Farmacia|2014|Universit degli studi di Salerno|GECKI86@HOTMAIL.IT +3552|14/01/2015|CIOFFI|ANTONIA|VIA CASAMONICA 57|84087|SARNO|SA|16/08/1982|NOCERA INFERIORE|26/06/2014|Universit degli Studi della Basilicata|Farmacia|2014|Universit degli studi di Napoli "Federico II"|toniacioffi@libero.it +3553|14/01/2015|DE VIVO|ROSA|VIA GIOVANNI DA PROCIDA 17|84012|ANGRI|SA|15/10/1989|NOCERA INFERIORE|28/07/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|ROSA_DE_VIVO@HOTMAIL.IT +3555|14/01/2015|FORTE|ANTONELLA|VIA G. GIGANTINO,7|84013|CAVA DE' TIRRENI|SA|13/06/1989|CAVA DE' TIRRENI|28/07/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|forteantonella89@gmail.com +3556|14/01/2015|GERMANO|FRANCESCO ANTONIO|VIA ROMA 6|84029|SICIGNANO DEGLI ALBURNI|SA|03/07/1989|VALLO DELLA LUCANIA|28/07/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|MARYP87@TISCALI.IT +3557|14/01/2015|GUZZETTA|CLAUDIA|C/O FARMACIA INFANTINO C. Garibaldi,1/Bis|84061|OGLIASTRO CILENTO|SA|04/06/1976|PERUGIA|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|sasc225@yahoo.it +3558|14/01/2015|PARISI|PAOLA|VIA G. MARCONI 43|84098|PONTECAGNANO FAIANO|SA|04/05/1987|NAPOLI|31/10/2014|Universit degli studi di Siena|Farmacia|2014|Universit degli studi di Salerno|pao.par87@gmail.com +3559|14/01/2015|SAGGESE|TERESA|VIA SANTI 1|84010|SAN VALENTINO TORIO|SA|14/07/1988|NOCERA INFERIORE|24/07/2014|Universit degli studi di Napoli "Federico II"|Farmacia|2014|Universit degli studi di Napoli "Federico II"|LITTLE_TERESA@HOTMAIL.IT +3560|14/01/2015|SALVATI|ANTONIETTA|Via Spirito Santo 21|84080|PELLEZZANO|SA|10/05/1983|CAVA DE' TIRRENI|26/03/2014|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|ANTONIETTA.SALVATI@LIBERO.IT +3561|14/01/2015|SALVI|GIANLUIGI|VIA VINCENZO RUSSO, 116|84015|NOCERA SUPERIORE|SA|16/11/1988|CAVA DE' TIRRENI|28/07/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|carmelazambrano@alice.it +3562|14/01/2015|SPINELLI|GIUSEPPINA|VIA VITTORIO SELLITTI, 49|84014|NOCERA INFERIORE|SA|23/06/1987|NOCERA INFERIORE|28/07/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|GIUSISPIN@ALICE.IT +3563|14/01/2015|STANZIONE|MAFALDA|VIA OLMO 68|84092|BELLIZZI|SA|19/05/1985|BATTIPAGLIA|29/10/2010|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|MAFALDA.STANZIONE@VIRGILIO.IT +3564|14/01/2015|TRAPANI|ALFONSO|VIALE GIUSEPPE VERDI,33|84131|SALERNO|SA|28/01/1990|BATTIPAGLIA|29/07/2014|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|alfonso.trapani90@gmail.com +3565|14/01/2015|VENUTO|LOREDANA|VIA TRIESTE 19|84056|GIOI|SA|24/02/1989|VALLO DELLA LUCANIA|30/10/2014|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|L.VENUTO89@GMAIL.COM +3567|30/01/2015|ANNUNZIATA|LUISA|VIA FABBRICATORE 13|84087|SARNO|SA|27/03/1983|SARNO|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|LUISA.ANNUNZIATA@LIBERO.IT +3568|30/01/2015|AQUARO|AURORA|VIA CRISTOFORO CAPONE 33|84135|SALERNO|SA|24/09/1989|BATTIPAGLIA|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|AURORA.AQUARO@GMAIL.COM +3569|30/01/2015|AVITABILE|MONICA ALFONSINA|VIA GARIBALDI, 21|84016|PAGANI|SA|29/09/1988|PAGANI|28/07/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|MONICAAVITABILE09@GMAIL.COM +3571|30/01/2015|CORRADO|MARIADOMENICA|VIA PROL. MATTEOTTI P.CO ROSE AS 1|84087|SARNO|SA|31/07/1984|MUNCHEN|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|CHIARA300@ALICE.IT +3572|30/01/2015|GAGLIARDI|MARIA ANTONIETTA|VIA NUOVA PROVINCIALE 55|84070|SANTA MARINA|SA|24/09/1988|MARATEA|10/07/2014|Universit degli studi di Perugia|Farmacia|2014|Universit degli studi di Perugia|MARIA.ANTONIETTA88@HOTMAIL.IT +3573|30/01/2015|GUARIGLIA|ALESSANDRO|VIA MAINOLFO 9|84060|MONTECORICE|SA|07/05/1987|TORRE DEL GRECO|28/07/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|ALEX.GU@HOTMAIL.IT +3574|30/01/2015|LUONGO|ANTONIETTA|VIA A. MANZONI 6|84046|ASCEA|SA|13/10/1987|VALLO DELLA LUCANIA|23/07/2014|Universit degli studi di Roma "La Sapienza"|Farmacia|2014|Universit degli studi di Roma "La Sapienza"|antoniettaluongo@hotmail.it +3575|30/01/2015|MATTURRO|ANGELO BENEDETTO|VIA FEDERICO DELLA MONICA, 19|84134|SALERNO|SA|05/06/1988|MUNCHEN (GERMANIA)|26/07/2012|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|angelo.matturro@alice.it +3576|30/01/2015|MUCCIOLO|COSIMA IVANA|VIA ROMA 275|84049|CASTEL SAN LORENZO|SA|27/05/1984|AGROPOLI|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|IVANA.MUCCIOLO@GMAIL.COM +3577|30/01/2015|PUCCIARELLI|ROSARIO|VIA SAN SEBSTIANO 134|84030|CAGGIANO|SA|14/09/1987|POLLA|30/10/2014|Universit degli studi di Siena|Farmacia|2014|Universit degli studi della Calabria|ros.pucciarelli@ICLOUD.COM +3578|30/01/2015|SABATINO|ALDO|VIA GIOVI BOTTIGLIERI 31|84133|SALERNO|SA|05/12/1981|RAVENNA|17/12/2009|Universit degli studi di Salerno|Farmacia|2010|Universit degli studi di Salerno|aldosabatino@libero.it +3579|30/01/2015|STANZIONE|FRANCESCO|VIA VELIA 15|84122|SALERNO|SA|15/02/1971|SALERNO|24/03/1995|Universit degli studi di Napoli "Federico II"|Farmacia|1995|Universit degli studi di Napoli "Federico II"|FRANCESCOSTANZIONE71@GMAIL.COM +3580|30/01/2015|TORELLO|MARIAGRAZIA|VIA DAMIANO CHIESA 82/A|84082|BRACIGLIANO|SA|30/01/1989|SALERNO|29/07/2014|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|mariagrazia.torello@gmail.com +3581|03/03/2015|CAVALIERE|MARIA|VIA SAN SEBASTIANO 51|80054|GRAGNANO|NA|24/10/1988|VICO EQUENSE|20/05/2014|Universit degli studi di Napoli "Federico II"|Farmacia|2014|Universit degli studi di Napoli "Federico II"|cavalieremariella@gmail.com +3582|03/03/2015|FEOLA|RITA|VIA EUROPA 2|84040|CAMPORA|SA|28/11/1988|AGROPOLI|17/02/2014|Universit degli studi di Siena|Farmacia|2014|Universit degli studi di Siena|ritafeola1988@gmail.com +3584|03/03/2015|MIGLIARO|SONIA|VIA DELLA PACE 8|84086|ROCCAPIEMONTE|SA|30/05/1988|BATTIPAGLIA|30/10/2014|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|migliarosonia@gmail.com +3585|03/03/2015|SANTOSUOSSO|PIA|Via Aldo Moro 4|83042|Atripalda|AV|29/06/1956|ATRIPALDA|11/11/1994|Universit degli studi di Camerino|Farmacia|1995|Universit degli studi di Camerino|sofidomy@libero.it +3587|08/04/2015|D'ANIELLO|LORIS|VIA VILLARI 20|84081|BARONISSI|SA|26/11/1976|NOCERA INFERIORE|31/10/2013|Universit degli studi di Salerno|Farmacia|2013|Universit degli studi di Salerno|LORIDDANIELLO@YAHOO.IT +3588|08/04/2015|GAUDIO|ROSSELLA|VIA MONACA 8 - ABATEMARCO|84060|MONTANO ANTILIA|SA|28/11/1984|VALLO DELLA LUCANIA|16/07/2014|Universit degli studi di Parma|Farmacia|2014|Universit degli studi di Parma|AMAZING1984@HOTMAIL.IT +3589|08/04/2015|IMBRIACO|FRANCESCO|VIA CURCI 2|84078|VALLO DELLA LUCANIA|SA|29/09/1983|SALERNO|20/10/2008|Universit degli studi di Napoli "Federico II"|Farmacia|2008|Universit degli studi di Napoli "Federico II"|info@farmantilia.it +3590|08/04/2015|MAZZARELLA|EMILIO|VIA TALETE LOTTO 1|84025|EBOLI|SA|16/05/1973|VALLO DELLA LUCANIA|11/11/1997|Universit degli studi di Salerno|Farmacia|1997|Universit degli studi di Salerno|EMILIOMAZZARELLA73@GMAIL.COM +3591|08/04/2015|NOSCHESE|VINCENZO|VIA RIETI 20|84091|BATTIPAGLIA|SA|03/06/1986|BATTIPAGLIA|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|VINCENZO.NOSCHESE@GMAIL.COM +3592|08/04/2015|PETRONE|BASILIO|Via Roma 19|84038|Sassano|SA|29/11/1984|SAPRI|28/07/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|baspetrone@gmail.com +3593|08/04/2015|STAIANO|ANNA|VIA A. DE GASPERI 21|84080|PELLEZZANO|SA|08/12/1988|SALERNO|26/07/2013|Universit degli studi di Salerno|Farmacia|2013|Universit degli studi di Salerno|ANNA.STAIANO@ATLOOK.IT +3594|21/04/2015|PIFANO|CORRADO|VIA ANIELLO FALCONE 56|80127|NAPOLI|NA|15/05/1984|NAPOLI|20/10/2011|Universit degli studi di Napoli "Federico II"|Farmacia|2011|Universit degli studi di Napoli "Federico II"|CORRADOPIFANO@GMAIL.COM +3595|21/04/2015|SALVANTE|CONCETTA|VIA CASTELLE 12|84024|CONTURSI TERME|SA|18/07/1934|CALITRI|07/12/1962|Universit degli studi di Napoli "Federico II"|Farmacia|1963|Universit degli studi di Napoli "Federico II"|farmacia.salvante@TISCALI.IT +3596|30/04/2015|MASTRANDREA|MARIA|VIA PROVINCIALE ALBANELLA 246|84047|CAPACCIO|SA|13/01/1988|SANTA MARIA CAPUA VETERE|16/12/2011|Universit degli studi di Salerno|Farmacia|2012|Universit degli studi di Salerno|mariamastrandrea@hotmail.it +3597|30/04/2015|SENATORE|FEDERICA|VIA GUIDO CUCCI 62|84014|NOCERA INFERIORE|SA|24/01/1990|NOCERA INFERIORE|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|FEDERICA.SENATORE90@GMAIL.COM +3598|28/05/2015|ANNUNZIATA|VERONICA|VIA VECCHIA STRIANO 36 B|84087|SARNO|SA|07/12/1984|NOLA|14/07/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|erosevera@alice.it +3599|28/05/2015|BARBERIS|COSTANTINO|CONTRADA TAVERNA NOVA|84025|EBOLI|SA|25/07/1948|GRECIA|05/07/1979|Universit degli studi di Napoli "Federico II"|Farmacia|1983|Universit degli studi di Napoli "Federico II"|attanasiobarberis@gmail.com +3600|28/05/2015|FABIO|GIUSEPPE|VIA PASQUALE ORO 1|84030|CAGGIANO|SA|29/11/1988|POLLA|27/02/2013|Universit degli studi di Siena|Chimica e tecn. farmaceutica|2013|Universit degli studi di Siena|FABIO.GIUSEPPE88@GMAIL.COM +3601|28/05/2015|TROTTA|MICHELANGELO|VIA A. B. LUCARELLI 30|84014|NOCERA INFERIORE|SA|01/01/1958|NOCERA INFERIORE|25/07/1983|Universit degli studi di Napoli "Federico II"|Farmacia|1983|Universit degli studi di Napoli "Federico II"|michelangelo.trotta@gmail.com +3602|23/06/2015|RUSSO|ROSSELLA|TRAVERSA SAN ROCCO 44|84016|PAGANI|SA|07/01/1988|NOCERA INFERIORE|14/02/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|ROSSELLA.RUSSO.GL@GMAIL.COM +3603|16/07/2015|CITRO|VALERIA|VIA TENENTE NASTRI 167|84084|FISCIANO|SA|24/07/1984|SALERNO|30/10/2009|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2009|Universit degli studi di Salerno|citrovaleria@alice.it +3604|16/07/2015|GALZERANO|MARIA CRISTINA|VIA ALFONSO GUARIGLIA 34|84126|SALERNO|SA|12/08/1987|SALERNO|30/10/2012|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2012|Universit degli studi di Salerno|cristinagalzerano87@libero.it +3605|16/07/2015|NITTOLI|ANGELO|VIA SERRO DI MORRA 22|83047|LIONI|AV|27/11/1986|CAVA DE' TIRRENI|06/03/2015|Universit degli studi di Camerino|Farmacia|2015|Universit degli studi di Camerino|NITTOLIANGELO@ALICE.IT +3606|23/07/2015|LEMBO|IMMACOLATA|VIA SILICARA CAMELLA 13|84060|PERDIFUMO|SA|30/06/1986|AGROPOLI|04/03/2015|Universit degli studi di Napoli "Federico II"|Farmacia|2015|Universit degli studi di Napoli "Federico II"|IMMALEMBO@GMAIL.COM +3607|23/07/2015|LODATO|ANNAPIA|VIA RAFFAELE RICCI 46|84129|SALERNO|SA|05/03/1988|NOCERA INFERIORE|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ANPLOD88@LIBERO.IT +3608|23/07/2015|ROSSI|FORTUNATA|VIA FRANCESCO LANZARA 33|84014|NOCERA INFERIORE|SA|28/08/1984|NOCERA INFERIORE|17/12/2010|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2011|Universit degli studi di Salerno|ROSSI.FORTUNATA@LIBERO.IT +3610|23/07/2015|DE CONTE|ANTONELLA|VIA NAPOLI 4|84069|ROCCADASPIDE|SA|27/10/1989|BATTIPAGLIA|12/02/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ANTONELLA.DECONTE@YAHOO.IT +3611|03/08/2015|ADESSO|VALERIA|VIA VALERIO LASPRO 38|84126|SALERNO|SA|13/03/1991|SALERNO|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|VALERIA.ADESSO@HOTMAIL.IT +3612|03/08/2015|CERRATO|LUCIA|VIA MAZZINI, 36|84088|SIANO|SA|15/12/1984|VALLO DELLA LUCANIA|12/12/2014|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|luciacerrato84@yahoo.it +3613|03/08/2015|de FRANCESCO|ALFONSO CURZIO|VIA EUGENIO SICILIANO 32|84014|NOCERA INFERIORE|SA|09/06/1990|SALERNO|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ALFONSO_DEFRANCESCO@HOTMAIL.IT +3614|03/08/2015|DE SIERVI|MARIA VALERIA|VIA LOC. COSTA CARRARA 2|84077|TORRE ORSAIA|SA|03/03/1989|SAPRI|12/02/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|MARIA.VALERIA.D@HOTMAIL.IT +3615|03/08/2015|FISCELLA|PIER VINCENZO|VIA PAOLO MASSIMO SCARPONE 6|84095|GIFFONI VALLE PIANA|SA|29/05/1991|NAPOLI|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|PIER_VINCENZO.FISCELLA@HOTMAIL.IT +3617|03/08/2015|TONDO|PAOLO|VIA ARCE 40|84125|SALERNO|SA|28/08/1987|SALERNO|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|TONDOPAO@GMAIL.COM +3618|03/08/2015|TORTORA DELLA CORTE|ANNA|VIA MARCONI 55|84013|CAVA DE' TIRRENI|SA|13/10/1987|SALERNO|12/02/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|TORTORAANNA@HOTMAIL.IT +3619|03/08/2015|TROIANO|ANNA|VIA FRANCESCANTONIO BIONDO 23|84085|MERCATO SAN SEVERINO|SA|23/02/1973|TORINO|24/07/2008|Universit degli studi di Salerno|Farmacia|2008|Universit degli studi di Salerno|ANNA-TROIANO@LIBERO.IT +3620|07/08/2015|COSTANTINO|CHIARA|VIA Verga, 24|84091|BATTIPAGLIA|SA|26/07/1989|BATTIPAGLIA|27/03/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|CHIARA---89@HOTMAIL.IT +3622|07/09/2015|ACCARINO|MARIA ELENA|VIA VITTORIO VENETO 51|84013|CAVA DE' TIRRENI|SA|04/01/1978|ROMA|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|MARIAELENACCARINO@LIBERO.IT +3623|07/09/2015|BORRIELLO|ANNAMARIA|VIA S. MARIA DELLE GRAZIE 11|84086|ROCCAPIEMONTE|SA|28/11/1987|NOCERA INFERIORE|28/10/2011|Universit degli studi di Salerno|Farmacia|2011|Universit degli studi di Salerno|ANNAMARY87@HOTMAIL.IT +3624|07/09/2015|CITERA|ANTONIO|VIA SAN VITO 30|84030|SANZA|SA|03/04/1990|SAPRI|03/12/2014|Universit degli studi di Bologna|Farmacia|2014|Universit degli studi di Bologna|ANTOCIT3@GMAIL.COM +3625|07/09/2015|CORDELLA|ANGELA|VIA PALMA 270|80040|STRIANO|NA|11/05/1989|SARNO|12/12/2014|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|ANGELA.CORDELLA@GMAIL.COM +3626|07/09/2015|GALASSO|SILVANA|VIA KENNEDY 11|84012|ANGRI|SA|11/03/1988|NOCERA INFERIORE|12/12/2014|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|SILVY.GAL@VIRGILIO.IT +3628|07/09/2015|LEO|ALESSANDRA|VIA CAMPO 12|84088|SIANO|SA|03/05/1989|BENEVENTO|27/03/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|ALEGIUSY.LEO@HOTMAIL.IT +3629|07/09/2015|LEO|VITANGELA|VIA MADONNA DI LORETO 31|84020|SAN GREGORIO MAGNO|SA|15/06/1989|POLLA|17/02/2015|Universit degli studi di Siena|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|LEOVITANGELA@GMAIL.COM +3630|07/09/2015|MARAIO|PAOLO|VIA STRADA STATALE 18|84091|BATTIPAGLIA|SA|11/11/1988|EBOLI|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|GOSSIP_88@HOTMAIL.IT +3631|07/09/2015|PIERRO|IVANA|Via Vincenzo Alfano,41|84085|Mercato San Severino|SA|17/11/1984|SOLOFRA|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|IVANA.PIERRO@VIRGILIO.IT +3633|07/09/2015|VITALE|GIUSEPPINA|VIA TUORI 18|83025|MONTORO|AV|30/01/1988|AVELLINO|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|GIUSY-VITALE@HOTMAIL.IT +3634|23/09/2015|AGLIATA|FEDERICA|C.SO G. GARIBALDI 33|84123|SALERNO|SA|19/12/1988|SALERNO|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|FEDERICA.AGLIATA@LIBERO.IT +3635|23/09/2015|D'AGUANNO|MARIA|VIA UMBERTO I 15|84030|SANZA|SA|21/06/1988|POLLA|11/12/2014|Universit degli studi di Siena|Farmacia|2015|Universit degli studi di Siena|MARIA_DAGUANNO@LIBERO.IT +3636|23/09/2015|FOLLIERO|ANNARITA|VIA URBANO VI ACQUAROLA, 14|84085|MERCATO SAN SEVERINO|SA|27/03/1988|SALERNO|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ANNAFOLLY@HOTMAIL.IT +3637|23/09/2015|MANNARA|PASQUALE|VIA TALAMO 39|84013|CAVA DE' TIRRENI|SA|25/09/1989|AGROPOLI|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|MANNARAPASQUALE@HOTMAIL.IT +3638|23/09/2015|MOTTOLA|TALIA|VIA PORTALUMANA 21|84020|CORLETO MONFORTE|SA|10/03/1987|CASTELLAMMARE DI STABIA|19/02/2015|Universit degli studi di Perugia|Farmacia|2015|Universit degli studi di Salerno|TALIAMOTTOLA@HOTMAIL.COM +3639|23/09/2015|SCAVONE|CRISTINA|VIALE MARGHERITA 18|84087|SARNO|SA|18/12/1985|NOCERA INFERIORE|21/03/2012|Universit degli studi di Napoli "Federico II"|Farmacia|2012|Universit degli studi di Napoli "Federico II"|CRISTINASCAVONE@YAHOO.IT +3640|23/09/2015|SIRICO|VALENTINA|VIA TRINITA, 21|84081|BARONISSI|SA|28/02/1991|SALERNO|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|HTTP_VALE@HOTMAIL.IT +3641|07/10/2015|LANDI|FRANCESCA|VIA R. CANTARELLA 11|84133|SALERNO|SA|06/10/1990|SALERNO|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|FRANCESCALANDIX@GMAIL.COM +3642|07/10/2015|VASSALLO|FEDERICA|LOCALITA PORTARARO 5|84040|CASAL VELINO|SA|08/01/1989|SAPRI|26/03/2015|Universit degli studi di Roma "La Sapienza"|Farmacia|2015|Universit degli studi di Roma "La Sapienza"|FEDERICaVSS@HOTMAil.it +3643|14/10/2015|CONTALDO|FEDERICA|VIA MATTEOTTI 30|84015|NOCERA SUPERIORE|SA|24/11/1987|POMPEI|04/11/2013|Universit degli studi di Parma|Farmacia|2013|Universit degli studi di Parma|FEDE.CONTALDO@GMAIL.COM +3644|14/10/2015|FERRARA|ANTONIA|VIA G.V. DE RUGGIERO 47|84129|SALERNO|SA|18/11/1985|SALERNO|12/12/2014|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ANTONIA.FERRARA001@FASTWEBNET.IT +3645|14/10/2015|MANGONE|MARIA CELESTE|VIA LEONARDO DA VINCI 51|84020|RICIGLIANO|SA|11/03/1986|OLIVETO CITRA|22/07/2014|Universit degli studi di Siena|Chimica e tecn. farmaceutica|2014|Universit degli studi di Siena|CELESTE.MANGONE.86@GMAIL.COM +3646|14/10/2015|MARCHESANO|LARA|VIA PIETRO PAOLO DE CRESCENZO 4|84121|SALERNO|SA|04/03/1991|SAN GIOVANNI ROTONDO|22/05/2015|Universit degli studi di Perugia|Farmacia|2015|Universit degli studi di Salerno|LARA.MARCHESANO@GMAIL.COM +3647|30/10/2015|CIRONE|ALESSIA|VIA PIETRO DEL PEZZO 69|84132|SALERNO|SA|27/08/1989|SALERNO|28/07/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|ALESSIACIRONE@HOTMAIL.COM +3648|30/10/2015|MOTTOLA|ALESSANDRA|VIA BIANCHI FIORI 8|84045|ALTAVILLA SILENTINA|SA|19/11/1988|AGROPOLI|30/10/2014|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|ALESSANDRA.MOTTOLA@ALICE.IT +3650|12/11/2015|ESPOSITO|ALESSANDRO|VIA FRANCESCO MASTRIANI 17|80044|OTTAVIANO|NA|08/11/1988|OTTAVIANO|16/03/2015|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2015|Universit degli studi di Napoli "Federico II"|alessandro.esposito.081188@gmail.com +3653|23/12/2015|AVOSSA|LUANA DALILA|VIA CAMILLO SORGENTE 21|84125|SALERNO|SA|14/08/1989|SALERNO|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|luanaavossa@gmail.com +3654|31/12/2015|GIANNATTASIO|MYRIAM|VIA ROSA IEMMA 50|84091|BATTIPAGLIA|SA|18/10/1986|AVELLINO|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|myji99@hotmail.com +3655|08/01/2016|BORZI|ROSSELLA|VIA DE ROSA 30|84016|PAGANI|SA|18/03/1989|NOCERA INFERIORE|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|rossellaborzi@gmail.com +3656|08/01/2016|CAGGIANO|NICOLETTA|VIA SALVO D'ACQUISTO 7|84020|CONTRONE|SA|26/08/1988|BATTIPAGLIA|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|CAGGIANONICOLETTA@GMAIL.COM +3657|08/01/2016|CAPPUCCIO|COLOMBA|VIA PENDINO 8 - TRAVERSA I|84010|SAN MARZANO SUL SARNO|SA|09/01/1986|CASTELLAMMARE DI STABIA|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|colomba4268@alice.it +3659|08/01/2016|D'ANIELLO|CARMELA|VIA G. GARIBALDI I TRAVERSA 15|84015|NOCERA SUPERIORE|SA|07/02/1990|SALERNO|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|C.DANIELLO147290@GMAIL.COM +3660|08/01/2016|DE CICCO|FELICETTA|VIA IRNO 84|84135|SALERNO|SA|04/05/1988|AVELLINO|26/07/2012|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2012|Universit degli studi di Salerno|feliciadee88@gmail.com +3661|08/01/2016|FIERRO|CARMELA|VIA G. DELLA CORTE 28|84013|CAVA DE' TIRRENI|SA|02/01/1990|CAVA DE' TIRRENI|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|carmela_fierro@hotmail.it +3662|08/01/2016|GALDERISI|SILVANA|VIA TORRIONE 113|84127|SALERNO|SA|01/01/1958|SALERNO|31/03/1981|Universit degli studi di Napoli "Federico II"|Farmacia|1981|Universit degli studi di Napoli "Federico II"|GALDERISI.SILVANA@TISCALI.IT +3663|08/01/2016|QUARANTA|ELENA|VIA CIMAROSA 24|84091|BATTIPAGLIA|SA|26/01/1990|BATTIPAGLIA|30/10/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|ELENAQUARANTA@HOTMAIL.IT +3664|08/01/2016|SCAGLIONE|MARIA ANNUNZIATA|C/DA IONTA 7|84020|OLIVETO CITRA|SA|11/03/1989|OLIVETO CITRA|23/07/2015|Universit degli studi di Bologna|Farmacia|2015|Universit degli studi di Bologna|MARIA.SCAGLIONE@LIVE.IT +3666|08/01/2016|TREZZA|GIOVANNI|VIA DELL'IRPINIA SOCCORSO 1|84084|FISCIANO|SA|15/03/1990|NOCERA INFERIORE|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|TREZZAGIOVANNI90@LIBERO.IT +3667|08/01/2016|VINCIGUERRA|FEDERICA|PIAZZA R. CASALBORE 25|84123|SALERNO|SA|13/05/1987|SALERNO|28/10/2011|Universit degli studi di Salerno|Farmacia|2011|Universit degli studi di Salerno|F.VINCIGUERRA1@GMAIL.COM +3668|08/01/2016|POLICHETTI|DANIELA|VIA SALTIMATTI 13|84087|SARNO|SA|28/09/1983|SARNO|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|DANYP1983@LIBERO.IT +3669|08/01/2016|PUCCIARELLI|LUCA|VIA SAN SEBASTIANO 134|84030|CAGGIANO|SA|22/12/1988|POLLA|22/04/2015|Universit degli studi di Siena|Chimica e tecn. farmaceutica|2015|Universit degli studi di Siena|LUCAPUC88@GMAIL.COM +3670|08/01/2016|RAO|MARIA|VIA SANT'ANNA 38|84062|OLEVANO SUL TUSCIANO|SA|23/04/1989|SALERNO|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|MARIARAO@OUTLOOK.IT +3671|08/01/2016|SAPORITO|SERENA|VIA RENATO DE MARTINO 34|84124|SALERNO|SA|20/02/1991|SALERNO|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|SERENASAPORITO@LIBERO.IT +3672|19/01/2016|ACQUAVIVA|OSVALDO|VIA DELLE GINESTRE 27|84134|SALERNO|SA|16/07/1992|SALERNO|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|OSVALD792@HOTMAIL.IT +3673|19/01/2016|BARATTA|CHIARA|VIA CARMINE OROPALLO 6|84091|BATTIPAGLIA|SA|03/07/1987|BATTIPAGLIA|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|chiarabaratta@outlook.it +3674|19/01/2016|BASILE|CHIARA|VIA GIACOMO BUDETTI 48/A|84098|PONTECAGNANO FAIANO|SA|29/07/1987|BATTIPAGLIA|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|basilechiara43@gmail.com +3675|19/01/2016|BORGIA|AMELIA|VIA BOSCHI 16|84036|SALA CONSILINA|SA|31/01/1992|SALERNO|15/07/2015|Universit degli studi di Chieti|Farmacia|2015|Universit degli studi di Chieti|AMELIABORGIA@GMAIL.COM +3676|19/01/2016|CAPUANO|MANUELA|VIA N. AVERSANO 18|84124|SALERNO|SA|25/12/1985|SALERNO|06/11/2015|Universit degli studi di Camerino|Chimica e tecn. farmaceutica|2015|Universit degli studi di Camerino|CAPUANO.MANUELA@GMAIL.COM +3677|19/01/2016|CAPUTO|MARIELLA|LOCALITA' BOSCO II SNC|84025|EBOLI|SA|08/12/1978|BATTIPAGLIA|27/03/2003|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2003|Universit degli studi di Napoli "Federico II"|macaputo@unisa.it +3678|19/01/2016|CARROZZA|DIOMIRA|VIA I TRAVERSA TRINITA' 2|84036|SALA CONSILINA|SA|12/08/1986|POLLA|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|diomiracarrozza@libero.it +3679|19/01/2016|CARTOLANO|EDOARDO|VIA NIZZA 134|84124|SALERNO|SA|03/12/1992|SALERNO|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|carto3@alice.it +3680|19/01/2016|CELENTANO|VALENTINA|VIA CADUTI PER LA PATRIA 2/C|84010|SAN MARZANO SUL SARNO|SA|27/03/1985|BATTIPAGLIA|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|VALENTINA.CELE85@LIBERO.IT +3681|19/01/2016|COPPOLA|IVANO|VIA ELVIRA CODA NOTARI 1|84133|SALERNO|SA|03/07/1973|SALERNO|11/04/2000|Universit degli studi di Salerno|Farmacia|2004|Universit degli studi di Salerno|IVANOCOP@TISCALI.IT +3682|19/01/2016|COZZA|GIUSEPPINA|C.DA SAN PIETRO 2|84030|SANZA|SA|26/02/1989|POLLA|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|GIUSEPPINA.COZZA89@GMAIL.COM +3683|19/01/2016|DE FELICE|GIOVANNA|III TRAV. A. GRAMSCI 23|84010|SAN MARZANO SUL SARNO|SA|10/06/1985|NOCERA INFERIORE|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|VANNADEF85@LIBERO.IT +3684|19/01/2016|FALCONE|ROBERTA|Via Dott. Pietro Fimiani, 163|84083|Castel San Giorgio|SA|09/11/1985|PAGANI|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ROBERTAFALCONE9@GMAIL.COM +3685|19/01/2016|FERRARO|ESTER|VIA NICOLA PETROSINO 40|84135|SALERNO|SA|10/06/1989|SALERNO|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|FERRAR.ESTER@GMAIL.COM +3686|19/01/2016|FORLENZA|ANNALISA|VIA DON MICHELE PAESANO 30|84025|EBOLI|SA|21/10/1987|EBOLI|30/10/2012|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|ANNALISAFORLENZA87@GMAIL.COM +3687|19/01/2016|GIBBONI|MARIA FILOMENA|VIA FRATELLI DE MATTIA 85|84123|SALERNO|SA|12/10/1992|BATTIPAGLIA|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|M.GIBBONI@YAHOO.IT +3688|19/01/2016|IANNELLI|ALESSANDRA ANNA|VIA ROMERO OSCAR ARNULFO 7|84133|SALERNO|SA|27/01/1990|S. JOSE' STATI UNITI D'AMERICA|31/07/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|ALESSANDRAIANNELLI@HOTMAIL.IT +3690|19/01/2016|LETTIERI|ALFONSO|VIA FELICE DE STEFANO 74|83029|SOLOFRA|AV|12/04/1986|SALERNO|31/10/2014|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ALFLET86@LIBERO.IT +3691|19/01/2016|MONTELLA|CLAUDIA|VIALE DELLA REPUBBLICA 6|84092|BELLIZZI|SA|01/03/1982|BATTIPAGLIA|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|claudia_montella@alice.it +3692|19/01/2016|PIERRI|FEDERICA|VIA DELLE GINESTRE 113|84121|SALERNO|SA|25/07/1991|SALERNO|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|FEDEPIERRI@LIVE.IT +3693|19/01/2016|PIGNATA|TOMMASO|VIA MEDAGLIA D'ORO FELICE LA SALA 58|84024|CONTURSI TERME|SA|22/08/1985|OLIVETO CITRA|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|tommasopignata1985@libero.it +3694|19/01/2016|SALSANO|ARIANNA|VIA FRANCESCO CRISPI 1/22|84126|SALERNO|SA|15/06/1992|SALERNO|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|arysal@hotmail.it +3695|19/01/2016|SANTOSUOSSO|SANDRA|VIA FONTANA SARACENA 34|84043|AGROPOLI|SA|30/10/1987|AGROPOLI|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|sandra.santosuosso@gmail.com +3696|19/01/2016|SCALA|SERGIO|VIA DELLA RESISTENZA TRAVERSA PAGANO 7/B|84018|SCAFATI|SA|20/08/1990|SCAFATI|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|SERGIOSCALA@MSN.COM +3697|19/01/2016|SCUTIERO|LAURA|VIA G. LEOPARDI 8|84016|PAGANI|SA|14/01/1989|NOCERA INFERIORE|30/10/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|L.SCUTIERO@LIBERO.IT +3699|19/01/2016|VIETRI|DOMENICA|VIA F. TENENTE FALCO 20|84085|MERCATO SAN SEVERINO|SA|11/08/1990|AVELLINO|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|MIMMAVIETRI@GMAIL.COM +3700|19/01/2016|VISCARDI|FRANCESCO SAVERIO|VIA CARMINE 33|84125|SALERNO|SA|27/10/1991|SALERNO|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|FSVISCARDI@GMAIL.COM +3701|29/01/2016|BONORA|ALESSIA|VIA AMM. VECCHIO 42|84047|CAPACCIO|SA|12/11/1990|BATTIPAGLIA|03/12/2014|Universit degli studi di Bologna|Farmacia|2015|Universit degli studi di Bologna|LSSBONORA989@GMAIL.COM +3702|29/01/2016|CICALESE|LAURA|VIA NOCELLE 15|84016|PAGANI|SA|27/02/1989|NOCERA INFERIORE|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|LAURACICALESE@HOTMAIL.IT +3703|29/01/2016|D'AURIA|MARTA|VIA N.PAGANINI 22|84091|BATTIPAGLIA|SA|20/08/1975|SALERNO|31/10/2000|Universit degli studi di Salerno|Farmacia|2000|Universit degli studi di Salerno|MARTADAURIA@YAHOO.IT +3704|29/01/2016|ELIA|IOLANDA|VIA MAGELLANO 88|84098|PONTECAGNANO FAIANO|SA|14/12/1987|SALERNO|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ELIAIOLE87@GMAIL.COM +3705|29/01/2016|ERRA|NUNZIA|VIA EDUARDO ASTUTI 57|84014|NOCERA INFERIORE|SA|13/04/1985|NOCERA INFERIORE|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|NUNZIAERRA@LIBERO.IT +3706|29/01/2016|GENOVESE CALCE|ELVIRA|VIA CAPPELLE SUPERIORI 1|84135|SALERNO|SA|27/02/1987|SALERNO|03/11/2015|Universit degli Studi della Basilicata|Farmacia|2015|Universit degli studi di Napoli "Federico II"|ELVY1987@VIRGILIO.IT +3707|29/01/2016|LISANTI|AMANDA|VIA VALLONCELLO 27|84060|MONTANO ANTILIA|SA|04/07/1986|VALLO DELLA LUCANIA|15/10/2015|Universit degli studi di Perugia|Farmacia|2015|Universit degli studi di Perugia|AM.LI@HOTMAIL.IT +3708|29/01/2016|LUISI|ANNA|VIA D. ROMAGNANO 7|84133|SALERNO|SA|27/10/1983|SALERNO|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ANNALU_83@YAHOO.IT +3709|29/01/2016|MARCONE|VALENTINA|VIA MAGELLANO 143|84098|PONTECAGNANO FAIANO|SA|24/07/1986|BATTIPAGLIA|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|V.MARCONE@STUDENTI.UNISA.IT +3711|29/01/2016|ROMANIELLO|ELENA|VIA SAN LEONZIO 27|84077|TORRE ORSAIA|SA|18/07/1989|SAPRI|11/11/2015|Universit degli studi di Pisa|Farmacia|2015|Universit degli studi di Pisa|ELENA.ROMANIELLO@LIBERO.IT +3713|29/01/2016|SAVIELLO|MARIA ROSARIA|VIA ZARA 4|84091|BATTIPAGLIA|SA|14/04/1981|SALERNO|30/03/2006|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2006|Universit degli studi di Napoli "Federico II"|MARIAROSARIA.SAVIELLO@GMAIL.COM +3714|29/01/2016|SELLITTO|SARA|VIA MERCATO 14|84083|CASTEL SAN GIORGIO|SA|03/03/1988|BATTIPAGLIA|12/12/2014|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|SARASELLITTO@HOTMAIL.IT +3715|12/02/2016|CULTRERA|CHIARA|VIA FONTANA SARACENA 22|84043|AGROPOLI|SA|06/08/1988|AGROPOLI|10/07/2015|Universit degli studi di Perugia|Farmacia|2015|Universit degli studi di Perugia|CHIARA.CULTRERA@LIBERO.IT +3716|12/02/2016|CUTILLO|STEFANIA|VIA CONTRADA VARCO 20|82030|SAN SALVATORE TELESINO|BN|29/10/1987|CASERTA|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|CUTILLOSTEFANIA@GMAIL.COM +3717|12/02/2016|DEL MONTE|DONATO|VIA PRATI|84020|VALVA|SA|16/05/1986|OLIVETO CITRA|12/12/2013|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|BLACKWHITES@INTERFREE.IT +3718|12/02/2016|DI FEO|GERARDINA|VIA MARCO LICINIO GRASSO 31|84062|OLEVANO SUL TUSCIANO|SA|16/10/1977|OLEVANO SUL TUSCIANO|29/03/2007|Universit degli studi di Salerno|Farmacia|2007|Universit degli studi di Salerno|DIFEOGERARDINA@GMAIL.COM +3719|12/02/2016|FRANZESI|ANDREA|VIA FRAGERARDO SASSO 6|84010|SCALA|SA|08/07/1990|AVELLINO|29/10/2015|Universit degli studi di Siena|Farmacia|2015|Universit degli studi di Napoli "Federico II"|FRANZESI@STUDENT.UNISI.IT +3720|12/02/2016|LANZA|LEDA SOFIA|VIA ROMA 45|83040|FLUMERI|AV|07/08/1990|NAPOLI|27/07/2015|Universit degli studi di Napoli "Federico II"|Farmacia|2015|Universit degli studi di Napoli "Federico II"|LEDASOPHIA90@GMAIL.COM +3721|12/02/2016|LOSASSO|ALESSIA|VIA PIAZZA DE VITA 7|84091|BATTIPAGLIA|SA|21/01/1988|BATTIPAGLIA|30/10/2015|Universit degli studi di Siena|Farmacia|2016|Universit degli studi di Napoli "Federico II"|ALEX_LS88@HOTMAIL.IT +3722|12/02/2016|NIGRO|LUCA|VIA DE GASPERI, 5|84047|CAPACCIO|SA|02/06/1988|SALERNO|29/10/2015|Universit degli studi di Siena|Farmacia|2015|Universit degli studi di Siena|L_NIGRO88@HOTMAIL.IT +3723|12/02/2016|SABIA|ANTONIETTA|VIA PORTA ROSA 32|84046|ASCEA|SA|25/10/1983|VALLO DELLA LUCANIA|23/07/2009|Universit degli studi di Salerno|Farmacia|2009|Universit degli studi di Salerno|CHICCASAB@LIBERO.IT +3724|12/02/2016|SATURNO|MARIA|VIA BERARDINETTI II TRAV ACCARDI 3|84018|SCAFATI|SA|18/04/1991|NAPOLI|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|SATURNO1891@GMAIL.COM +3725|12/02/2016|VENTURIELLO|MADDALENA|VIALE DELLA LIBERTA' 4|84091|BATTIPAGLIA|SA|21/03/1984|EBOLI|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|VENTURIELLOMADDALENA@YAHOO.IT +3726|26/02/2016|BILOTTA|ANNA MARIA|VIA PIAVE 35|84010|SAN MARZANO SUL SARNO|SA|09/07/1991|NAPOLI|27/07/2015|Universit degli studi di Napoli "Federico II"|Farmacia|2015|Universit degli studi di Napoli "Federico II"|annamariabilotta@hotmail.it +3727|26/02/2016|CAPORALE|SABRINA|VIA ORRIA 20 OMIGNANO SCALO|84070|SALENTO|SA|28/08/1987|VALLO DELLA LUCANIA|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|sabrina.caporale@libero.it +3729|26/02/2016|OLIVIERI|RITA|VIA G. AMENDOLA, 31|84016|PAGANI|SA|04/04/1988|PAGANI|26/07/2013|Universit degli studi di Salerno|Farmacia|2013|Universit degli studi di Salerno|ri.olivieri@hotmail.it +3730|26/02/2016|SANTANIELLO|MENA|VIA B. PROTO 13|84082|BRACIGLIANO|SA|27/04/1990|CAVA DE' TIRRENI|30/10/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|MENASANT@ICLOUD.COM +3731|15/03/2016|CAPONIGRO|MARIANGELA|VIA DONY ROCCO 26|84022|CAMPAGNA|SA|28/10/1988|BATTIPAGLIA|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|MARIANGELACAPONIGRO@HOTMAIL.IT +3732|15/03/2016|FIORE|ANNA LUCIA|VIA ALDO MORO 22|84043|AGROPOLI|SA|30/07/1984|BATTIPAGLIA|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|annafiore2011@gmail.com +3733|15/03/2016|GRANATA|GIOVANNA|VIA PALUDICELLA 54|84012|ANGRI|SA|08/05/1991|CASTELLAMMARE DI STABIA|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|giovanna.granata91@gmail.com +3734|15/03/2016|LONGOBARDI|CARMEN|VICOLO DEL GELSO 26|84096|MONTECORVINO ROVELLA|SA|29/09/1982|EBOLI|24/07/2008|Universit degli studi di Salerno|Farmacia|2008|Universit degli studi di Salerno|carmen_longobardi@libero.it +3735|15/03/2016|PANDOLFI|FRANCESCA|C/DA CENITO SNC|84048|CASTELLABATE|SA|30/03/1985|AGROPOLI|10/07/2015|Universit degli studi di Perugia|Chimica e tecn. farmaceutica|2015|Universit degli studi di Perugia|PFRANCESCA85@LIBERO.IT +3736|30/03/2016|AMBROSIO|GIUSEPPE MARCO|VIA NAZIONALE 635|84015|NOCERA SUPERIORE|SA|30/05/1982|NOCERA INFERIORE|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|MARCOAMBROSIO457@LIBERO.IT +3737|30/03/2016|BIANCO|AGOSTINO|VIA VALLONCELLO 52|84060|MONTANO ANTILIA|SA|06/04/1990|ZURIGO|15/07/2015|Universit degli studi di Parma|Farmacia|2015|Universit degli studi di Parma|agostino.bianco90@gmail.com +3738|30/03/2016|D'ANGELO|MARIA|VIA CERVINIA 100|84012|ANGRI|SA|12/09/1991|VICO EQUENSE|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|M.DANGELO7@YAHOO.IT +3739|30/03/2016|FUSCO|MARIANGELA|VIA DUCA D'AOSTA 43|80045|POMPEI|NA|29/11/1963|POMPEI|21/12/1994|Universit degli studi di Napoli "Federico II"|Farmacia|1995|Universit degli studi di Napoli "Federico II"|MARIANGELAF@HOTMAIL.IT +3740|30/03/2016|PAGANELLI|ROBERTO|VIA COSTANTINOPOLI 144|80049|SOMMA VESUVIANA|NA|10/04/1980|CERCOLA|29/07/2004|Universit degli studi di Napoli "Federico II"|Farmacia|2004|Universit degli studi di Napoli "Federico II"|info@farmaciapaganelli.net +3741|10/04/2016|GORRASI|GABRIELLA|VIA SERRA 90|84069|ROCCADASPIDE|SA|23/11/1986|AGROPOLI|31/07/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|gabry86.gg@libero.it +3742|10/05/2016|MALINCONICO|GIUSEPPINA|VIA SAN FELICE 6|80036|PALMA CAMPANIA|NA|16/07/1990|AVELLINO|12/02/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|GIUSYMALINCONICO@HOTMAIL.COM +3743|10/05/2016|NEUENDORF|MICOL ALESSIA|VIA RAFFAELE BALDI, 12|84013|CAVA DE' TIRRENI|SA|25/02/1978|CORRIDONIA|14/04/2006|Universit degli studi di Camerino|Farmacia|2006|Universit degli studi di Camerino|micolneuendorf@yahoo.it +3744|10/05/2016|PIERRO|MARIAGRAZIA|VIA DEL PROGRESSO 76|84084|FISCIANO|SA|10/12/1989|SALERNO|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|mariagrazia.pierro@libero.it +3745|19/05/2016|PIERRO|ILARIA|VIA DEL PROGRESSO 76|84084|FISCIANO|SA|10/12/1989|SALERNO|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ILARIA.PIERRO@LIBERO.IT +3746|03/06/2016|DI SOMMA|ANNUNZIATA|VIA MOREGINE 7|80045|POMPEI|NA|10/08/1988|SCAFATI|12/02/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|DISOMMANUNZIA@OUTLOOK.IT +3747|03/06/2016|STROLLO|GIACOMO|VIA F. DESIDERIO 85|84025|EBOLI|SA|18/09/1973|POLLA|30/10/1999|Universit degli studi di Salerno|Farmacia|1999|Universit degli studi di Salerno|giacomo.strollo@gmail.com +3748|21/06/2016|ANNUNZIATA|ILARIA|VIA EMILIA ROMAGNA 2|84090|MONTECORVINO PUGLIANO|SA|27/03/1990|SALERNO|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ILARIA.ANNUNZIATA@YAHOO.IT +3749|21/06/2016|SQUITIERI|ROLANDO|VIA GRECINI 7|81030|Gricignano di Aversa|CE|29/09/1986|ACERRA|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|rolando_squitieri@hotmail.it +3751|05/07/2016|CAVALLO|ANNA CHIARA|VIA CORSO UMBERTO I 137|84096|MONTECORVINO ROVELLA|SA|02/02/1990|SALERNO|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|ANNACHIARACAVALLO@YAHOO.IT +3752|05/07/2016|DE LISA|MICHELE|VIA VALLE 11|84038|SASSANO|SA|07/01/1987|SAPRI|18/10/2012|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2012|Universit degli studi di Napoli "Federico II"|MIK.DEL@LIBERO.IT +3753|05/07/2016|PAGANO|ANNARITA|CORSO VITTORIO EMANUELE 113|84014|NOCERA INFERIORE|SA|04/04/1989|NOCERA INFERIORE|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|annarita89@hotmail.it +3754|05/07/2016|PROTA|STEFANO|VIA MADONNA DEL CARMINE 98|84043|AGROPOLI|SA|07/02/1992|AGROPOLI|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|s.prota92@gmail.com +3757|13/07/2016|ADINOLFI|PIETRO PAOLO|VIA EMILIO RISI 4|84013|CAVA DE' TIRRENI|SA|28/03/1988|CAVA DE' TIRRENI|10/12/2015|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|PPADINOLFI7@GMAIL.COM +3759|13/07/2016|COSPITO|FRANCESCA|VIA TEMPA LA CHIESA 21|85050|PATERNO|PZ|01/12/1987|POTENZA|31/03/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|FRANCESCACOSPITO@GMAIL.COM +3761|13/07/2016|DI SARLI|GIOVANNA|VIA MEZZANA 24|84038|SASSANO|SA|18/06/1988|POLLA|17/02/2016|Universit degli studi di Siena|Farmacia|2016|Universit degli studi di Salerno|disarligiovanna@gmail.com +3762|13/07/2016|FRESOLONE|FEDERICA|VIA VITTORIO EMANUELE ORLANDO 29|84025|EBOLI|SA|21/09/1988|EBOLI|30/10/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|FEDERICA.FRESOLONE@GMAIL.COM +3763|13/07/2016|GUIDA|GIOVANNA|VIA LEGNANO 6|84040|CELLE DI BULGHERIA|SA|06/10/1991|ROMA|17/02/2016|Universit degli studi di Siena|Farmacia|2016|Universit degli studi di Salerno|giovannaguida06.gg@gmail.com +3764|13/07/2016|TREZZA|VINCENZO|VIA CODONE VICO A 10|84035|POLLA|SA|01/09/1990|AGROPOLI|11/12/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|TOLUENE@LIVE.IT +3765|20/07/2016|CAPACCIO|DANIELA|VIA ROCCHI 20 - GAIANO|84084|FISCIANO|SA|24/07/1991|SALERNO|10/12/2015|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|DANIELA_CAPACCIO@LIBERO.IT +3766|20/07/2016|CAVALLARO|ALESSIA|VIA R. WAGNER 2|84131|SALERNO|SA|19/03/1989|SALERNO|31/03/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|ALESSIACAVALLARO89@GMAIL.COM +3767|20/07/2016|D'ALESSANDRO|ANTONIO|VIA CANCELLI 5|84070|TRENTINARA|SA|02/06/1988|AGROPOLI|21/03/2016|Universit degli studi di Bologna|Farmacia|2016|Universit degli studi di Bologna|ADALESSANDRO88@LIBERO.IT +3769|20/07/2016|TOCCI|FABRIZIO|VIA ITALIA 61 , 69|84047|CAPACCIO|SA|02/07/1990|COSENZA|22/04/2016|Universit degli studi di Siena|Farmacia|2016|Universit degli studi di Siena|FABRIZIOTOCCI@LIBERO.IT +3770|04/08/2016|ADESSO|MELINDA|VIA PANTANO VICO C, 4|84035|POLLA|SA|22/04/1988|POLLA|11/12/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|MELINDA882009@HOTMAIL.IT +3771|04/08/2016|CALABRESE|ROBERTA|VIA QUARTO SAN MARZANO 134|84016|PAGANI|SA|22/03/1988|NOCERA INFERIORE|11/02/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|ROBERTA-CALABRESE@LIBERO.IT +3772|04/08/2016|CIANCONE|ANNARITA|VIA CORRADINO BIAGI 4|84013|CAVA DE' TIRRENI|SA|07/09/1988|NAPOLI|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|annaritaciancone@gmail.com +3773|04/08/2016|DI CANTO|FRANCESCO|VIA EUROPA 6|84070|TRENTINARA|SA|27/02/1991|AGROPOLI|17/03/2016|Universit degli studi di Urbino|Farmacia|2016|Universit degli studi di Salerno|f.dicanto@libero.it +3774|04/08/2016|di LAURO PALATRONI|ANDREA|VIA ENRICO FERRI 38|00046|GROTTAFERRATA|RM|10/10/1986|ROMA|07/11/2015|Universit degli studi di Camerino|Farmacia|2016|Universit degli studi di Salerno|andrea_di_lauro@hotmail.it +3775|04/08/2016|RICCIOLA|EMMA|VIA NUOVA 7|06039|TREVI|PG|12/04/1988|BATTIPAGLIA|09/12/2015|Universit degli studi di Siena|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|EMMA.RICCIOLA@YAHOO.IT +3776|04/08/2016|SPAGNA ZITO|MARIA LUISA|Via Mantova 17-d|38062|ARCO|TN|07/03/1991|PAGANI|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|marilu070391@gmail.com +3777|09/09/2016|ANGELINO|ANNA|VIA UMBERTO I 2|84020|SANTOMENNA|SA|21/09/1983|NAPOLI|16/12/2014|Universit degli studi di Napoli "Federico II"|Farmacia|2015|Universit degli studi di Napoli "Federico II"|angelinoanna@me.com +3778|09/09/2016|BUSILLO|ALFONSO|VIA DE CRESCENZO 136|84091|BATTIPAGLIA|SA|26/02/1990|BATTIPAGLIA|11/02/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|bus.alfonso@gmail.com +3779|09/09/2016|CIOFFI|CATERINA|VIA VICO BOTTEGA 13|84087|SARNO|SA|19/05/1990|NOCERA INFERIORE|16/03/2015|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2015|Universit degli studi di Napoli "Federico II"|cioffi_caterina@outlook.com +3781|09/09/2016|FERRARESE|MARIA FRANCESCA|VIA ANTONIO ORILIA 14|84013|CAVA DE' TIRRENI|SA|22/10/1990|BATTIPAGLIA|30/10/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|mfrancesca.ferrarese@gmail.com +3782|09/09/2016|FLORIO|ALESSIA|VIA F.M.PANSA 9|84011|AMALFI|SA|31/10/1991|CAVA DE' TIRRENI|11/02/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|alessiaflorio@hotmail.it +3783|09/09/2016|LA PORTA|SONIA|VIA SPERANZA 49|84060|OMIGNANO|SA|30/01/1984|VALLO DELLA LUCANIA|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|sonial84@tiscali.it +3784|09/09/2016|MOCCIA|IDA|VIA ALCIDE DE GASPERI 1|84082|BRACIGLIANO|SA|12/09/1991|VARESE|11/12/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|ida_129@hotmail.it +3785|09/09/2016|MORRIELLO|DALILA|VIA YURI GAGARIN 14|84132|SALERNO|SA|10/02/1992|SALERNO|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|dalilamorriello@gmail.com +3786|09/09/2016|PETROSINO|ANTONIA|VIA FONTANA ANTICA 3|84036|SALA CONSILINA|SA|21/08/1990|POLLA|10/12/2015|Universit degli studi di Siena|Farmacia|2016|Universit degli studi di Salerno|TONIAPETROSINO@LIBERO.IT +3787|09/09/2016|RAIA|ALESSIA|VIA DEI MONTI 13|84020|OLIVETO CITRA|SA|08/01/1987|OLIVETO CITRA|20/04/2016|Universit degli studi di Siena|Chimica e tecn. farmaceutica|2016|Universit degli studi di Siena|alessiaraia@yahoo.it +3788|09/09/2016|SOVIERO|GIOVANNA|VIA PIO LA TORRE 14|84010|SAN MARZANO SUL SARNO|SA|24/03/1985|NOCERA INFERIORE|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|giovannasoviero.gs@libero.it +3789|07/10/2016|CARDILLO|GIOVANNA|VIA MADONNA DI LORETO 13|84080|CALVANICO|SA|10/01/1983|POLLA|24/07/2009|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2009|Universit degli studi di Salerno|giovannacardillo83@gmail.com +3790|07/10/2016|CAVALIERE|MARIA|VIA NUOVA CHIUNZI 115|84010|MAIORI|SA|31/08/1989|SALERNO|06/11/2015|Universit degli studi di Camerino|Farmacia|2015|Universit degli studi di Camerino|CVLMARIA11@GMAIL.COM +3791|07/10/2016|CERRONE|MARIANTONINA|VIA SS 91 CAMALDOLI 7|84022|CAMPAGNA|SA|08/01/1978|EBOLI|22/07/2005|Universit degli studi di Salerno|Farmacia|2005|Universit degli studi di Salerno|TONIACERRONE@LIBERO.IT +3792|07/10/2016|DI VERNIERE|FEDERICA CARLOTTA|VIA CAVOUR PARCO TERESA 59|84045|ALTAVILLA SILENTINA|SA|22/06/1983|BATTIPAGLIA|11/02/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|CARLOTTAFEDERICA@HOTMAIL.IT +3793|07/10/2016|FORTINO|IMMACOLATA|PIAZZA TRIESTE E TRENTO 13|84014|NOCERA INFERIORE|SA|17/11/1984|NOCERA INFERIORE|31/03/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|immac.fortino@gmail.com +3794|07/10/2016|LATELLA|LUCIA|VIA CAMERELLE 76|84073|SAPRI|SA|02/08/1984|SAPRI|14/03/2016|Universit degli studi della Calabria|Farmacia|2016|Universit degli studi della Calabria|LLATELLA@TISCALI.IT +3795|07/10/2016|LIGUORI|VERONICA|VIA MALCHE 56/M|84090|GIFFONI SEI CASALI|SA|22/09/1988|SALERNO|31/03/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|veronicalig88@hotmail.it +3796|07/10/2016|MIGNINI|CHIARA|VIA COLOMBO 6|84043|AGROPOLI|SA|17/12/1990|AGROPOLI|31/03/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|migninichiara17@gmail.com +3797|07/10/2016|MILONE|LUCIANA|VIA SANTA CHIARELLA|84025|EBOLI|SA|19/12/1982|EBOLI|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|LUCIANAMILONE2@GMAIL.COM +3798|07/10/2016|VINCENZO|MARIELLA|VIA EDUARDO DE FILIPPO 4|84020|CASTELCIVITA|SA|30/04/1991|BATTIPAGLIA|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|mariellav_@hotmail.com +3799|08/11/2016|D'ARCO|LAURA|VIA E. GRIMALDI 3|84013|CAVA DE' TIRRENI|SA|02/11/1988|CAVA DE' TIRRENI|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|laura.darco@hotmail.it +3800|08/11/2016|DELLA PEPA|SERENA|VIA FRANCESCO LA FRANCESCA 60|84124|SALERNO|SA|08/05/1990|SALERNO|31/03/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|s.dellapepa@gmail.com +3801|08/11/2016|FERRAZZANO|GRAZIA|VIA ROMA 155|84074|SESSA CILENTO|SA|29/11/1990|AGROPOLI|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|GRAZIAFERRAZZANO@HOTMAIL.COM +3802|08/11/2016|GRECO|AMEDEO|VIA GIOVANNI CATOSSIO 34|84027|SANT'ANGELO A FASANELLA|SA|01/09/1986|SALERNO|10/07/2015|Universit degli studi di Camerino|Farmacia|2015|Universit degli studi di Camerino|AMEDEO86IT@YAHOO.IT +3803|08/11/2016|MORRONE|CATERINA|VICO ITALIA UNA 1|84030|CAGGIANO|SA|12/09/1990|POLLA|17/03/2016|Universit degli studi di Chieti|Farmacia|2016|Universit degli studi di Salerno|caterina.morrone90@tiscali.it +3804|08/11/2016|SIMONETTI|ALESSANDRA|TRAVERSA FERROVIA 12|80036|PALMA CAMPANIA|NA|11/07/1990|SAN FELICE A CANCELLO|10/12/2015|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|alessandra.simonetti@hotmail.it +3805|08/11/2016|TAGLIAMONTE|ALFONSINA|VIA FILETTINE 5|84016|PAGANI|SA|27/08/1986|SALERNO|12/02/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|alfonsinatagliamonte@gmail.com +3806|06/12/2016|PAVESE|MARGHERITA|VIA DELLA MONICA,26|84083|CASTEL SAN GIORGIO|SA|17/04/1993|AVELLINO|28/10/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|MARGHERITA.PAVESE@VIRGILIO.IT +3807|06/12/2016|PONTECORVO|BRUNO|VIA DEGLI ULIVI 12|84010|PRAIANO|SA|26/06/1992|SANT'AGNELLO|06/07/2016|Universit degli studi di Urbino|Farmacia|2016|Universit degli studi di Urbino|PURPI14@LIVE.COM +3808|23/12/2016|MAIORINO|ROBERTO|VIA CESARE SPORTELLI 24|84016|PAGANI|SA|02/11/1991|PAGANI|29/10/2015||Farmacia|2016|Universit degli studi di Salerno|ROBERTOMAIORINO1991@GMAIL.COM +3809|23/12/2016|PELLEGRINO|NICOLA|VIA ROMA 380|84092|BELLIZZI|SA|31/07/1982|ROMA|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|NICOLAPELLEGRINO1@HOTMAIL.COM +3810|23/12/2016|RICCI|RUGGIERO|VIA C. COLOMBO 4|83100|AVELLINO|AV|09/08/1989|AVELLINO|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|RICCI.RUGGIERO@HOTMAIL.IT +3811|23/12/2016|VEGLIANTE|ORSOLA|VIA BOSCO SATRANO 6|83020|SAN MICHELE DI SERINO|AV|23/03/1988|ATRIPALDA|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|OVEGLIANTE@LIBERO.IT +3812|13/01/2017|ADINOLFI|ANNALISA|VIA R. RAGONE 8|84013|CAVA DE' TIRRENI|SA|24/09/1991|NOCERA INFERIORE|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|adinolfi.annalisa@hotmail.it +3813|13/01/2017|ALFANO|GUIDO|VIA STAMPELLA S.P.87|84046|ASCEA|SA|02/05/1990|VALLO DELLA LUCANIA|22/07/2016|Universit degli studi di Siena|Farmacia|2016|Universit degli studi di Salerno|GUIDOAL@HOTMAIL.IT +3814|13/01/2017|BARONE|VITTORIA|VIA ANTONIO LAMBERTI 7|84013|CAVA DE' TIRRENI|SA|04/09/1992|NAPOLI|27/10/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|VITTBARONE@GMAIL.COM +3815|13/01/2017|CAIAZZA|DANIELA|VIA GELSO 12/A|84126|SALERNO|SA|17/03/1988|SALERNO|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|DANIELA.CAIAZZA@GMAIL.COM +3816|13/01/2017|CINITIEMPO|FILOMENA|VIA GIACOMO MATTEOTI 18|84085|MERCATO SAN SEVERINO|SA|11/10/1990|NOCERA INFERIORE|29/07/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|FCINITIEMPO@YAHOO.COM +3817|13/01/2017|COPPOLA|FLORIANA|VIA FILETTINE 5|84016|PAGANI|SA|04/10/1991|PAGANI|27/10/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|FLORIANACOPPOLA@HOTMAIL.IT +3818|13/01/2017|COSTABILE|VALENTINA|VIA IRNO 43/A|84135|SALERNO|SA|21/05/1985|SALERNO|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|farmavale85@hotmail.com +3819|13/01/2017|CRESCENZI|GIUSEPPE|VIA RIVO CEROLA 26|84087|SARNO|SA|10/08/1989|SARNO|11/12/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|G.CRESCENZI89@GMAIL.COM +3820|13/01/2017|D'AGOSTINO|GIUSEPPE|VIA GIUSEPPE SODANO 47|84087|SARNO|SA|30/09/1991|SARNO|31/03/2016|Universit degli studi di Napoli "Federico II"|Farmacia|2016|Universit degli Studi della Campania "Luigi Vanvitelli"|GIUSEPPEDAG@ICLOUD.COM +3821|13/01/2017|D'AMBROSIO|ANGELICA|VIA CALLI 107|84022|CAMPAGNA|SA|29/10/1986|EBOLI|24/07/2015|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2015|Universit degli studi di Napoli "Federico II"|ANGELICADAMBROSIO@LIVE.IT +3822|13/01/2017|D'ANIELLO|ANTONIO|VIA DEI GERANI SNC|84079|VIBONATI|SA|31/12/1991|SAPRI|27/10/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|totodaniello@hotmail.it +3823|13/01/2017|DE SIO|MARILU|VIA ELIA DI FLORIO 24/5|84014|NOCERA INFERIORE|SA|01/10/1985|NOCERA INFERIORE|28/10/2010|Universit degli studi di Salerno|Farmacia|2010|Universit degli studi di Salerno|DESIOMARILU@GMAIL.COM +3824|13/01/2017|DENTE|ALESSANDRO|VIA TANAGRO 12|84132|SALERNO|SA|10/10/1971|SALERNO|20/04/2000|Universit degli studi di Salerno|Farmacia|2000|Universit degli studi di Salerno|SANDEN@ME.COM +3825|13/01/2017|DI NOME|GIOVANNI|VIA CORSO SAN GIOVANNI 67|84057|LAURINO|SA|30/08/1990|POLLA|13/07/2016|Universit degli studi di Parma|Farmacia|2016|Universit degli studi di Parma|DINOME90@HOTMAIL.IT +3826|13/01/2017|FASANINO|MARIACRISTINA|VIA CODOLA S. VINCENZO COSTA, 42|84085|MERCATO SAN SEVERINO|SA|27/05/1990|CHIAROMONTE|29/07/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|MCRISTINAFASANINO@HOTMAIL.IT +3827|13/01/2017|MAIORINO|STEFANO|VIA ALFONSO TORRE 15|84013|CAVA DE' TIRRENI|SA|20/08/1991|BATTIPAGLIA|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|stefano.maiorino@yahoo.it +3828|13/01/2017|MIRRA|VIRGINIA|VIA SANTA LUCIA 31|84022|CAMPAGNA|SA|27/01/1991|EBOLI|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|VIRGINIA.MIRRA13@GMAIL.COM +3829|13/01/2017|PAGANO|GIOVANNI|VIA IMMACOLATA 19|84086|ROCCAPIEMONTE|SA|20/04/1987|CAVA DE' TIRRENI|25/07/2013|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2013|Universit degli studi di Salerno|giovpaga@gmail.com +3830|13/01/2017|PASCALE|CLARA|PIAZZA CASALBORE 12|84124|SALERNO|SA|14/10/1992|AVELLINO|28/10/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|CLARA.PASCALE@GMAIL.COM +3832|13/01/2017|SECRII|ELENA|VIA SCIALLI 10|84019|VIETRI SUL MARE|SA|18/10/1990|MOLDAVIA|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ELYSECRII@HOTMAIL.IT +3833|25/01/2017|BOSCIA|LUCA|VIA ORIGLIA 36|84014|NOCERA INFERIORE|SA|02/12/1985|NAPOLI|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|boscialuca85@gmail.com +3834|25/01/2017|CAVALLO|COSIMA|VIA SALITA NOELE 87|84049|CASTEL SAN LORENZO|SA|13/09/1984|BIEL|30/07/2015|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|COSIMA_CAVALLO84@HOTMAIL.IT +3835|25/01/2017|CENTOLA|ROSSELLA|VIA SAN GIOVANNI 16|84025|EBOLI|SA|02/03/1992|DOMODOSSOLA|25/10/2016|Universit degli studi di Siena|Farmacia|2016|Universit degli studi di Siena|ROSSELLACENTOLA@GMAIL.COM +3836|25/01/2017|CITERA|MARIA NEVE|VIA SAN VITO 30|84030|SANZA|SA|05/05/1988|SAPRI|21/07/2016|Universit degli studi di Bologna|Chimica e tecn. farmaceutica|2016|Universit degli studi di Bologna|MARIANEVE.CITERA@GMAIL.COM +3837|25/01/2017|COPPOLA|MARIANA|VIA CARACCIOLO 70|84085|MERCATO SAN SEVERINO|SA|04/03/1988|CAVA de' TIRRENI|11/02/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|copp.mariana@hotmail.it +3838|25/01/2017|DELLA FERA|MARIA|VIA A. GRAMSCI 54|83040|CALABRITTO|AV|28/06/1988|OLIVETO CITRA|29/07/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|MARI.DELLAFERA@GMAIL.COM +3839|25/01/2017|DI FIORE|GIOVANNI|PIAZZA DE VITA 2|84091|BATTIPAGLIA|SA|20/04/1991|BATTIPAGLIA|29/07/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|GIOVANNI.DI.FIORE@HOTMAIL.IT +3840|25/01/2017|FERRARA|MARIANNA|VIA CASALE 8|84010|TRAMONTI|SA|26/03/1991|NOCERA INFERIORE|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|MARIANNA_46@LIVE.IT +3841|25/01/2017|FIERRO|FILOMENA|VIA PADULA 20|84046|ASCEA|SA|04/07/1986|VALLO DELLA LUCANIA|11/02/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|FILOMENAFIERRO@LIBERO.IT +3842|25/01/2017|MARCIANO|ANTONIETTA|VIA BONAVENTURA FALCONE 2|84010|MAIORI|SA|26/10/1992|CAVA DE' TIRRENI|27/10/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|AMARCIANO92@GMAIL.COM +3843|25/01/2017|MILITO|ROSA|VIA F. CARILLO 46|84013|CAVA DE' TIRRENI|SA|20/05/1989|SALERNO|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|rosamilito19@gmail.com +3844|25/01/2017|NOTA|FRANCESCO|VIA ISAIA ROSSI 24|84014|NOCERA INFERIORE|SA|19/03/1988|PAGANI|27/10/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|francesco.nota88@gmail.com +3845|25/01/2017|RUSSO|ANTONIO|VIA PERTINI 11 G8|84098|PONTECAGNANO FAIANO|SA|24/05/1992|SALERNO|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|A.RUSSO192@STUDENTI.UNISA.IT +3846|25/01/2017|SODANO|VITTORIO|VIA CURCI 4|84078|VALLO DELLA LUCANIA|SA|15/09/1989|SALERNO|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|SODANOVITTORIO@TISCALI.IT +3847|25/01/2017|SORRENTINO|JESSICA|VIA P. CAPONE COOP. ROGEMA SNC|84013|CAVA DE' TIRRENI|SA|21/09/1989|CAVA DE' TIRRENI|11/02/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|jessicasorrentino89.js@gmail.com +3848|25/01/2017|VITIELLO|ANGELA|VIA TERZE 14|84018|SCAFATI|SA|15/10/1987|SCAFATI|27/10/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|ANGELAVITIEL@HOTMAIL.IT +3849|10/02/2017|AMATO|MARA|VIA XXV LUGLIO 57|84013|CAVA DE' TIRRENI|SA|27/11/1992|CAVA DE' TIRRENI|21/10/2016|Universit degli studi di Napoli "Federico II"|Farmacia|2016|Universit degli studi di Napoli "Federico II"|MARA.AMATO2@GMAIL.COM +3850|10/02/2017|AMMIRATI|ALBERTO|VIA NAZIONALE DELLE PUGLIE 182|80032|CASAMARCIANO|NA|15/10/1986|AVELLINO|13/07/2011|Universit degli studi di Napoli "Federico II"|Farmacia|2011|Universit degli studi di Napoli "Federico II"|AMMIRATIALBERTO@GMAIL.COM +3851|10/02/2017|APOSTOLICO|CARMELA|VIA SAN ROCCO 4|84036|SALA CONSILINA|SA|27/06/1986|BATTIPAGLIA|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|CARMELAAPOSTOLICO1986@GMAIL.COM +3852|10/02/2017|CELENTANO|ANTONIETTA|VIA DOMENICO CIRILLO PIAZZA DEL GALDO 150|84085|MERCATO SAN SEVERINO|SA|15/10/1989|NOCERA INFERIORE|12/02/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|ANTONIETTACELENTANO@GMAIL.COM +3853|10/02/2017|FILOSA|ERMELINDA|VIA MONS.SIGNOR A. VICINANZA 40|84091|BATTIPAGLIA|SA|29/01/1988|BATTIPAGLIA|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|LINDAFILOSA@TISCALI.IT +3854|10/02/2017|IERVOLINO|ANDREA|CORSO NAZIONALE TRAVERSA BRUNELLESCHI 23|84018|SCAFATI|SA|22/04/1991|NAPOLI|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|IERVOLINOANDREA@GMAIL.COM +3855|10/02/2017|PAOLILLO|IRIDE|VIA C. SANTORO 14|84013|CAVA DE' TIRRENI|SA|14/02/1986|CAVA DE' TIRRENI|29/10/2009|Universit degli studi di Salerno|Farmacia|2009|Universit degli studi di Salerno|IRIDEPAOLILLO@HOTMAIL.IT +3856|10/02/2017|ROSA|CARMELA|VIA ZECCAGNUOLO 63|84016|PAGANI|SA|20/06/1990|PAGANI|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|rosa.carmela90@gmail.com +3858|10/02/2017|TESTA|LUIGI|VIA FIUME 32|83025|MONTORO|AV|24/05/1988|AVELLINO|26/07/2013|Universit degli studi di Salerno|Farmacia|2013|Universit degli studi di Salerno|LUIGITESTA.FARMA@GMAIL.COM +3859|23/02/2017|ATTANASIO|PIERO|VIA PATERNO 56|84083|CASTEL SAN GIORGIO|SA|08/06/1989|PAGANI|29/07/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|ATTANASIOPIERO@LIBERO.IT +3861|23/02/2017|DE ROSA|FEDERICA|VIA RAFFAELE RAGONE 55|84013|CAVA DE' TIRRENI|SA|22/03/1986|BATTIPAGLIA|27/10/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|FEDERICA.DEROSA86@GMAIL.COM +3862|23/02/2017|DEL PRIORE|MARGHERITA|VIA G. VICINANZA 11|84123|SALERNO|SA|15/07/1966|NAPOLI|26/03/1998|Universit degli studi di Napoli "Federico II"|Farmacia|1998|Universit degli studi di Napoli "Federico II"|mgydelpriore@alice.it +3864|23/02/2017|PANICO|SILVIA|CONTRADA FORTINO 54/A|84079|VIBONATI|SA|27/04/1990|GENOVA|20/07/2016|Universit degli studi di Genova|Chimica e tecn. farmaceutica|2016|Universit degli studi di Genova|SILVIA.PANICO90@GMAIL.COM +3865|09/03/2017|ALFANO|EMMA|VIA ROMA P.CP VITTORIA 79|84018|SCAFATI|SA|07/03/1991|VICO EQUENSE|04/11/2016|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2016|Universit degli studi di Napoli "Federico II"|e.alfano1@gmail.com +3866|09/03/2017|BUONADONNA|VITTORIA|VIA NAPOLI 13|84040|CASAL VELINO|SA|15/11/1990|VALLO DELLA LUCANIA|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|vittoria.buonadonna@gmail.com +3868|09/03/2017|D'ANIELLO|SHARON|VIA DEGLI ETRUSCHI 40|84135|SALERNO|SA|25/07/1990|SALERNO|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|sharon525@hotmail.it +3869|09/03/2017|STELLA|FILOMENA|VIA TAURANO, 13/C|84016|PAGANI|SA|08/05/1968|NOCERA INFERIORE|21/10/1997|Universit degli studi di Napoli "Federico II"|Farmacia|1998|Universit degli studi di Napoli "Federico II"|mena.stella1968@gmail.com +3870|09/03/2017|STIRONE|ESTER|VIA SAN ROCCO 5|84060|PERDIFUMO|SA|26/06/1990|EBOLI|29/07/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|remedios90@live.it +3871|09/03/2017|TORSIELLO|MARTINA|VIA PANORAMICA 11|84134|SALERNO|SA|10/06/1992|SALERNO|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|martinatorsiello@yahoo.it +3872|09/03/2017|VILLARI|ANGELA|VIA STRADA STATALE 88, 203|84084|FISCIANO|SA|21/11/1986|AVELLINO|16/12/2010|Universit degli studi di Salerno|Farmacia|2011|Universit degli studi di Salerno|angelavillari@virgilio.it +3873|23/03/2017|GALDI|DOMENICA|VIA CASA GRECO 2|84080|PELLEZZANO|SA|24/08/1989|SALERNO|27/10/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|domenica.galdi@yahoo.it +3874|23/03/2017|LEMBA|RITA|VIA MADONNELLE 3|84090|GIFFONI SEI CASALI|SA|15/01/1990|BATTIPAGLIA|31/07/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|RITALEMBA@GMAIL.COM +3875|11/04/2017|DEL VECCHIO|PATRIZIA|PIAZZA ZANARDELLI 13|84014|NOCERA INFERIORE|SA|27/10/1989|NOCERA INFERIORE|27/10/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|patriziadelvecchio89@libero.it +3877|03/05/2017|ATTANASIO|MARCO|VIA MAR IONIO|84098|PONTECAGNANO FAIANO|SA|23/07/1988|BATTIPAGLIA|23/07/2014|Universit degli studi di Bologna|Chimica e tecn. farmaceutica|2014|Universit degli studi di Bologna|marcoattanasio.23@gmail.com +3878|03/05/2017|BOTTE|ANTONIETTA|VIA AVV. A. CAPUANO|84083|CASTEL SAN GIORGIO|SA|22/03/1982|NOCERA INFERIORE|26/03/2014|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2014|Universit degli studi di Napoli "Federico II"|titta8214@gmail.com +3879|03/05/2017|LUCARELLI|ROBERTA|VIA PALESTRO 29|84133|SALERNO|SA|13/07/1990|SALERNO|13/07/2016|Universit degli studi di Chieti|Farmacia|2016|Universit degli studi di Chieti|robertalucarelli90@gmail.com +3880|03/05/2017|OLIVA|MICHELA|VIA R. SINISCALCHI, 24|84084|FISCIANO|SA|21/04/1990|SALERNO|27/10/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|michaela.oliva211@gmail.com +3881|16/05/2017|MAURO|FRANCESCA|VIA G. FALCONE 8|84081|BARONISSI|SA|13/09/1989|SALERNO|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|francesca.mauro.sa@gmail.com +3883|26/05/2017|SABBARESE|MARIA PASQUALINA|VIA LUIGI PALMIERI 21|84080|CALVANICO|SA|23/01/1992|AVELLINO|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|marilina.sabbarese@gmail.com +3885|15/06/2017|DE FEO|ANGELO|VIA CAPO CERASO 14/A|84060|ORRIA|SA|28/08/1990|VALLO DELLA LUCANIA|12/02/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|angelodefeo48@gmail.com +3886|13/07/2017|AMABILE|ANDREA|VIA PARROCCHIALE 8|84010|MAIORI|SA|14/01/1986|SALERNO|26/05/2017|Universit degli studi di Napoli "Federico II"|Farmacia|2017|Universit degli studi di Napoli "Federico II"|andrea.amabile@hotmail.it +3887|13/07/2017|ANNUNZIATA|MARTINA|VIA P.V. MARONE, 63|80040|POGGIOMARINO|NA|25/11/1990|POMPEI|30/03/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|martinaannunziata90@gmail.com +3888|13/07/2017|CRISCUOLO|SERGIO|VIA MONTEROSSO 11|84011|AMALFI|SA|20/05/1992|CAMPOBASSO|31/03/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli Studi della Basilicata|cri_sergio92@hotmail.it +3889|13/07/2017|D'AURIA|GIANROCCO|VIA MIGLIANO 1|84084|FISCIANO|SA|27/12/1991|SALERNO|31/03/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|gianrocco.dauria@outlook.com +3890|13/07/2017|DE CATALDIS|GIUSEPPE MARIA|VIA DOMENICO ROMAGNANO 1|84134|SALERNO|SA|07/12/1989|SALERNO|31/03/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli Studi della Basilicata|mcdpeppe@alice.it +3891|13/07/2017|DE CHIARA|MARTINA|VIA TORRIONE 113|84127|SALERNO|SA|08/11/1991|BATTIPAGLIA|12/12/2016|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|dechiaramartina7@gmail.com +3892|13/07/2017|DE MARTINO|MARIACRISTINA|Via Gen.C.A. Dalla Chiesa 33/A - SAVA|84081|BARONISSI|SA|07/04/1992|SALERNO|12/12/2016|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|mariacristinademartino92@gmail.com +3893|13/07/2017|DE ROSA|GIUSEPPINA|VIA NUOVA SAN MARZANO 365|80040|POGGIOMARINO|NA|29/03/1990|POMPEI|31/03/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|giusyderosa@hotmail.it +3894|13/07/2017|DYRMISHI|EDITA|VIA MOLISE 3|84091|BATTIPAGLIA|SA|25/12/1983|TIRANA|09/02/2011|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2011|Universit degli studi di Salerno|edita.dyrmishi@gmail.com +3895|13/07/2017|FORTUNATO|ANDREA|VIA NICODEMO GIUDICE 126|84073|SAPRI|SA|15/06/1991|CASTELLAMMARE DI STABIA|16/03/2017|Universit degli studi di Urbino|Farmacia|2017|Universit degli studi di Urbino|dottorefortunatoa@gmail.com +3896|13/07/2017|GAMMALDI|EMILIANO|VIA DIEGO TAIANI 38|84126|SALERNO|SA|16/07/1992|AVELLINO|31/03/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|e.gammaldi@gmail.com +3897|13/07/2017|MANZO|LUCIA|VIA P. GRIMALDI I TRAV., 27|84010|SANT'EGIDIO DEL MONTE ALBINO|SA|10/07/1992|CAVA DE' TIRRENI|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli Studi della Basilicata|luciamanzo92@hotmail.it +3898|13/07/2017|MONDILLO|DINALDO GIUSEPPE|VIA EUROPA 25|84060|PERITO|SA|10/04/1987|AGROPOLI|30/03/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|dinaldo87@yahoo.it +3899|13/07/2017|PECORARO|CARLA|VIA LUIGI PIRANDELLO 25|84085|MERCATO SAN SEVERINO|SA|13/11/1991|SALERNO|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|c.pecoraro11.cp20@gmail.com +3900|13/07/2017|PEPE|ANTONELLA|VIA GIUSEPPE MAZZINI 11|84020|BELLOSGUARDO|SA|04/04/1985|POLLA|16/02/2017|Universit degli studi di Perugia|Farmacia|2017|Universit degli studi di Salerno|antonella.pepe1985@hotmail.it +3901|13/07/2017|PERNICE|ANNA|VIA TORTORA 9|80059|TORRE DEL GRECO|NA|15/05/1991|TORRE DEL GRECO|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli Studi della Basilicata|pernice_anna@libero.it +3902|13/07/2017|VERTUCCI|MARIKA|VIA PICENZA 6|84131|SALERNO|SA|03/04/1992|SALERNO|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|rika.dance.08@hotmail.it +3903|13/07/2017|VIETRI|ROBERTA|CORSO PIETRO ASCOLESE 264 PIAZZA DI PANDOLA|83025|MONTORO|AV|06/05/1990|SALERNO|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|robertavietri90@libero.it +3904|03/08/2017|ABBAMONTE|LUCIA|VIA EX MONASTERO 34|84030|CAGGIANO|SA|08/11/1976|Polla|27/04/2017|Universit degli studi di Pisa|Farmacia|2017|Universit degli studi di Pisa|luciaabbamonte@yahoo.it +3905|03/08/2017|CARLONE|ARMANDO|VIA PANORAMICA, 4|84070|TRENTINARA|SA|12/11/1987|SALERNO|13/12/2016|Universit degli studi di Siena|Farmacia|2017|Universit degli studi di Napoli "Federico II"|ar.carlone@gmail.com +3907|03/08/2017|DE VITA|ZELINDA|VIA SANTA CATERINA 44|84060|MOIO DELLA CIVITELLA|SA|30/07/1990|VALLO DELLA LUCANIA|19/04/2017|Universit degli studi di Siena|Farmacia|2017|Universit degli studi di Salerno|zelindadevita@gmail.com +3908|03/08/2017|FOLEGATTI|ROBERTA|VIA CIRO D'AMICO 23|84129|SALERNO|SA|20/11/1984|SALERNO|13/12/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|roberta.folegatti@outlook.com +3909|03/08/2017|FURCILLO|MARIA LUISA|VIA CEFFATO 40|84025|EBOLI|SA|23/06/1987|EBOLI|29/07/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|m.furcillo@libero.it +3910|03/08/2017|IANNELLI|MASCIA|VIA SAN GIOVANNI 37|84099|SAN CIPRIANO PICENTINO|SA|20/03/1989|ROMA|12/12/2016|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|ianne89@alice.it +3911|03/08/2017|LICCIARDI|GIOVANNI|CORSO GARIBALDI 142|84123|SALERNO|SA|03/03/1989|AVELLINO|31/03/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|giovanni.licciardi@hotmail.it +3912|03/08/2017|MATONTE|DANIELA|VIA PREVITERI 57|84040|CAMEROTA|SA|11/12/1992|BATTIPAGLIA|31/03/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|daniela1112@hotmail.it +3913|03/08/2017|PANDOLFO|LUIGI|VIA PASTENA 56|84070|ROFRANO|SA|18/07/1984|SAPRI|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|luigipandolfo84@libero.it +3914|03/08/2017|PROCIDA|VALERIA|VIALE PRINCIPE MANFREDI 4|84091|BATTIPAGLIA|SA|24/04/1989|BATTIPAGLIA|30/03/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|valeriaprocida@yahoo.it +3915|03/08/2017|RENNA|MARIA|VIA B. CROCE 44|84043|AGROPOLI|SA|04/11/1983|AGROPOLI|14/12/2012|Universit degli studi di Salerno|Farmacia|2013|Universit degli studi di Salerno|mariaren@hotmail.it +3916|03/08/2017|AVELLA|GENOVEFFA|VIA TONALE 22|23900|LECCO|LC|31/12/1980|AGROPOLI|13/10/2006|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2007|Universit degli studi di Napoli "Federico II"|GAVELLA80@GMAIL.COM +3917|11/09/2017|BELMONTE|SERENA|VIA CASA MANZO 81|84135|SALERNO|SA|20/02/1992|SALERNO|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|s.belmonte1@hotmail.it +3918|11/09/2017|CONTALDO|ELVIRA|VIA STRIANO 17|84016|PAGANI|SA|08/11/1985|NOCERA INFERIORE|28/10/2010|Universit degli studi di Salerno|Farmacia|2010|Universit degli studi di Salerno|elvira.contaldo@libero.it +3919|11/09/2017|CORAZZIERE|GIANLUCA|VIA TERRAZZANI 28|84010|SAN VALENTINO TORIO|SA|16/01/1993|BATTIPAGLIA|27/03/2017|Universit degli Studi della Campania "Luigi Vanvitelli"|Farmacia|2017|Universit degli Studi della Campania "Luigi Vanvitelli"|gianluca.corazziere@hotmail.com +3920|11/09/2017|NOVIELLO|ANNAPIA|VIA ANIELLO SALSANO 48|84013|CAVA DE' TIRRENI|SA|07/03/1992|NOCERA INFERIORE|13/02/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli Studi della Basilicata|annapianoviello73@gmail.com +3921|11/09/2017|RESCIGNO|ENNIO|VIA C. BATTISTI 21|84082|BRACIGLIANO|SA|28/07/1989|SALERNO|13/02/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli Studi della Basilicata|ennio.rescigno@libero.it +3923|11/09/2017|TANGREDI|ANGELA|VIA RISORGIMENTO 92|83025|MONTORO|AV|27/11/1992|SALERNO|30/03/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|tangrediangela@gmail.com +3924|03/10/2017|ATTIANESE|ANNA DEBORAH|VIA FOSSO DEI BAGNI VIC.ATTIANESE 7|84018|SCAFATI|SA|26/02/1992|NOCERA INFERIORE|29/05/2017|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2017|Universit degli studi di Napoli "Federico II"|de.attia.da@gmail.com +3925|03/10/2017|AULETTA|AMBRA|VIA ANGELO LANZETTA 13 C|84087|SARNO|SA|19/05/1993|SARNO|30/03/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|ambraauletta93@gmail.com +3926|03/10/2017|FOSCALDI|MARIA GESSICA|VIA LUIGI CAMPOLONGO GRANITI 12/14|87012|CASTROVILLARI|CS|06/12/1991|CASTROVILLARI|25/05/2017|Universit degli studi della Calabria|Farmacia|2017|Universit degli studi della Calabria|mjfoscaldi@gmail.com +3928|03/10/2017|MASTRANDREA|FABIO|VIA ITALIA 61|84047|CAPACCIO|SA|20/06/1990|SALERNO|31/03/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|fabio.mastrandrea90@gmail.com +3929|03/10/2017|TUFANO|NICOLA|VIA PICENTINO 29/A|84098|PONTECAGNANO FAIANO|SA|29/08/1991|BATTIPAGLIA|12/12/2016|Universit degli studi di Salerno|Farmacia|2017|Universit degli Studi della Basilicata|nicolatufano91@gmail.com +3930|19/10/2017|APOSTOLICO|IDA|VIA PIAVE 128/I|84083|CASTEL SAN GIORGIO|SA|13/03/1988|BATTIPAGLIA|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ida.apostolico88@gmail.com +3931|19/10/2017|AVALLONE|VALENTINA|VIA PORTA ROMANA 192|84015|NOCERA SUPERIORE|SA|05/07/1987|SALERNO|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|valentinaavallone@outlook.it +3932|19/10/2017|ESPOSITO|ALESSANDRO|VIA F. COZZOLINO 45|84018|SCAFATI|SA|31/10/1991|SCAFATI|17/12/2015|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2016|Universit degli studi di Napoli "Federico II"|alessandroe39@gmail.com +3933|19/10/2017|IESU|PAOLA|VIA ABATE GIANNATTASIO 1 TRAVERSA 1|83029|SOLOFRA|AV|28/03/1992|AVELLINO|31/03/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli Studi della Basilicata|paola.iesu@libero.it +3934|05/12/2017|FIORE|ANGELA|VIA FILIPPO PALUMBO 16|84078|VALLO DELLA LUCANIA|SA|22/08/1964|MONTELLA|24/02/1989|Universit degli studi di Napoli "Federico II"|Farmacia|1989|Universit degli studi di Napoli "Federico II"|farmaciasanpantaleonecentola@gmail.com +3935|05/12/2017|INTINTOLI|LUIGIA|VIA Gaetano Greco n.7|83028|SERINO|AV|23/06/1982|ATRIPALDA|30/10/2006|Universit degli studi di Salerno|Farmacia|2006|Universit degli studi di Salerno|ESMERALDAIN@HOTMAIL.IT +3936|05/12/2017|MONTELLA|PAOLA|VIA QUARTO, 80|84010|SANT'EGIDIO DEL MONTE ALBINO|SA|14/06/1983|NOLA|31/03/2011|Universit degli studi di Salerno|Farmacia|2011|Universit degli studi di Salerno|paola.montella-@libero.it +3937|05/12/2017|SCOTTI|DECIO MARIA|VIA P. TOGLIATTI 31|84047|CAPACCIO|SA|13/09/1980|AVELLINO|16/10/2006|Universit degli studi di Salerno|Farmacia|2006|Universit degli studi di Salerno|SCOTTIDECIO@GMAIL.COM +3938|05/12/2017|SELLITTO|VERONICA|VIA GENERALE LUIGI PARISI 35|84013|CAVA DE' TIRRENI|SA|09/08/1991|CAVA DE' TIRRENI|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|veronica.sellitto@hotmail.it +3939|21/12/2017|GRAZIANO|SERENA|VIA MAR IONIO 229|84098|PONTECAGNANO FAIANO|SA|09/09/1983|SALERNO|30/10/2008|Universit degli studi di Salerno|Farmacia|2009|Universit degli studi di Salerno|SEREGRAZIANO@LIBERO.IT +3940|31/12/2017|SENESE|DINA|VIA ALDO MORO 138|84020|OLIVETO CITRA|SA|15/09/1988|OLIVETO CITRA|22/07/2014|Universit degli studi di Siena|Chimica e tecn. farmaceutica|2014|Universit degli studi di Siena|senesedina@gmail.com +3941|11/01/2018|ARNONE|ELEONORA|VIA PROVINCIALE DEL CORTICATO SNC|84039|TEGGIANO|SA|27/10/1992|OLIVETO CITRA|19/10/2017|Universit degli Studi della Basilicata|Farmacia|2017|Universit degli Studi della Basilicata|eleonora.arnone@libero.it +3942|11/01/2018|BARBA|ANNA|CORSO ITALIA 117|84012|ANGRI|SA|22/08/1983|NOCERA INFERIORE|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|anna.barba83@gmail.com +3943|11/01/2018|BOVE|GIUSY|VIA NUOVA CHIUNZI 100|84010|MAIORI|SA|18/08/1992|SALERNO|27/07/2017|Universit degli Studi della Basilicata|Farmacia|2017|Universit degli Studi della Basilicata|bove.giusy@gmail.com +3944|11/01/2018|CAROLA|GIULIANA|VIA GIOVANNI FALCONE 13/17|84047|CAPACCIO|SA|12/01/1989|SALERNO|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|giulianacarol89@gmail.com +3945|11/01/2018|CARRATU'|CARMEN|VIA CORRADINO BIAGI 5|84013|CAVA DE' TIRRENI|SA|01/03/1985|SALERNO|27/07/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|carmen.carratu@gmail.com +3946|11/01/2018|CATAROZZO|MARIATERESA|VIA BELVEDERE 96|84091|BATTIPAGLIA|SA|21/01/1993|NAPOLI|22/03/2017|Universit degli studi di Roma "La Sapienza"|Chimica e tecn. farmaceutica|2017|Universit degli studi di Roma "La Sapienza"|mariateresa.catarozzo@gmail.com +3947|11/01/2018|CESARANO|GIADA|VIA FONTANELLE 2|80050|LETTERE|NA|25/02/1991|CAVA DE' TIRRENI|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|giadacesarano@gmail.com +3948|11/01/2018|CIGOLARI|FRANCESCO|VIA FIERAVECCHIA 40|84122|SALERNO|SA|04/12/1990|SALERNO|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|fcigolari@gmail.com +3949|11/01/2018|COSTARELLA|LAURA|VIA P. DEL PEZZO 173|84133|SALERNO|SA|23/04/1986|SALERNO|27/07/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|laura_costarella@hotmail.it +3950|11/01/2018|DI CIANNI|LUIGI|VIA DE GASPERI 63|84091|BATTIPAGLIA|SA|22/08/1992|ROMA|27/07/2017|Universit degli studi di Chieti|Farmacia|2017|Universit degli studi di Chieti|dicianniluigi@gmail.com +3951|11/01/2018|FABBRICATORE|ALESSIO|VIA ALFATERNA 53|84015|NOCERA SUPERIORE|SA|07/10/1992|NOCERA INFERIORE|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|alefabbricatore@gmail.com +3952|11/01/2018|FERRENTINO|ILARIA|VIA EUGENIO MONTALE 3|84085|MERCATO SAN SEVERINO|SA|06/03/1991|SALERNO|27/07/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|ilaria-ferrentino@libero.it +3953|11/01/2018|GAMBARDELLA|GIOVANNA|VIA UNGARI 3|84015|NOCERA SUPERIORE|SA|12/11/1992|CAVA DE' TIRRENI|13/03/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli Studi della Basilicata|giovanna-gambardella@libero.it +3954|11/01/2018|GARGANO|ALESSANDRO|VIA SANT'ANNA 117|84014|NOCERA INFERIORE|SA|25/07/1994|NOCERA INFERIORE|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|alessandrogargano1@gmail.com +3955|11/01/2018|GRECO|IMMACOLATA|VIA FIUMICELLO VIETRI 115|83025|MONTORO|AV|04/02/1990|AVELLINO|30/03/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|immagreco90@libero.it +3956|11/01/2018|LA MAIDA|CHIARA|VIA PRATO SNC|84039|TEGGIANO|SA|27/10/1992|SALERNO|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|chiaralamaida@gmail.com +3957|11/01/2018|MALZONE|MARA|VIA MAGAZZENI 40|84060|MONTECORICE|SA|06/08/1990|VALLO DELLA LUCANIA|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|mara.malzone@gmail.com +3958|11/01/2018|MONZO|FEDERICA|VIA ITALIA 61|84047|CAPACCIO|SA|26/07/1989|BATTIPAGLIA|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|federicamonzo@icloud.com +3959|11/01/2018|PAGANO|FRANCESCO|CORSO ETTORE PADOVANO 44|84016|PAGANI|SA|31/03/1987|NOCERA INFERIORE|28/10/2011|Universit degli studi di Salerno|Farmacia|2011|Universit degli studi di Salerno|fpagano@unisa.it +3960|11/01/2018|PANICO|MARINA|VIA PREMUDA 34|84132|SALERNO|SA|16/10/1991|BATTIPAGLIA|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|panicom91@gmail.com +3961|11/01/2018|PIGNATA|JESSICA|VIA MEDAGLIA D'ORO F. LA SALA 60|84024|CONTURSI TERME|SA|04/04/1984|OLIVETO CITRA|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|jessica_p1984@libero.it +3962|11/01/2018|RICCIULLI|BARBARA|PIAZZA P. GEMITO 21|84091|BATTIPAGLIA|SA|06/09/1993|BATTIPAGLIA|23/02/2017|Universit degli studi di Siena|Farmacia|2017|Universit degli studi di Salerno|barbara.r06@outlook.it +3963|11/01/2018|RUGGIERO|ANTONIO|VIA VILLANOVA 21/28|84014|NOCERA INFERIORE|SA|21/10/1991|PAGANI|27/07/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|a.ruggiero1991@libero.it +3964|11/01/2018|SENATORE|YLENIA|VIA PETRELLOSA 54|84013|CAVA DE' TIRRENI|SA|22/06/1991|NOCERA INFERIORE|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|senatoren@msn.com +3965|11/01/2018|VENTRE|GIOVANNI|VIA ITALIA 61, 80|84047|CAPACCIO|SA|22/11/1987|AGROPOLI|31/10/2012|Universit degli studi di Salerno|Farmacia||Universit degli studi di Salerno|gianniventre87@hotmail.it +3966|11/01/2018|ZOTTOLI|VINCENZO|VIA EPITAFFIO 2|84025|Eboli|SA|15/05/1990|EBOLI|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|vin.zottoli@gmail.com +3967|23/01/2018|CRICCHIO|VINCENZO|VIALE VERDI 26|84131|SALERNO|SA|28/08/1985|SALERNO|29/10/2010|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2010|Universit degli studi di Salerno|vin.cricchio@gmail.com +3968|23/01/2018|FERNICOLA|MARIA SILVIA|VIA GARIBALDI 9|84040|CASAL VELINO|SA|13/02/1992|SALERNO|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|msilvia.fernicola@libero.it +3969|23/01/2018|FONSECA|AGATA|VIA SALITA SAN GIOVANNI 26|84070|SAN GIOVANNI A PIRO|SA|06/05/1988|SAPRI|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|fonseca.agata@libero.it +3970|23/01/2018|NAPOLI|FRANCESCA|VIA L. CACCIATORE 55|84124|SALERNO|SA|14/05/1983|SALERNO|16/10/2006|Universit degli studi di Salerno|Farmacia|2006|Universit degli studi di Salerno|francesca-napoli@libero.it +3971|23/01/2018|PIERRI|FRANCESCA|VIA DELLE GINESTRE 113|84134|SALERNO|SA|08/04/1993|SALERNO|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|francesca.pierri@live.it +3972|23/01/2018|SATURNO|ANTONELLA|VIA VIGNALE 35 - LOC. SAN SEVERINO|84051|CENTOLA|SA|16/01/1992|VALLO DELLA LUCANIA|16/10/2017|Universit degli studi di Firenze|Chimica e tecn. farmaceutica|2017|Universit degli studi di Firenze|antonellasaturno92@gmail.com +3973|23/01/2018|VENOSA|ALESSIA|VIA DEI CAMPI E/2|84035|POLLA|SA|05/08/1993|POLLA|24/10/2017|Universit degli studi di Siena|Farmacia|2017|Universit degli studi di Salerno|alessiavenosa@hotmail.it +3974|01/02/2018|CAPUTO|MARIAGRAZIA|VIA FICOCELLE 12|84040|CASAL VELINO|SA|03/08/1992|VALLO DELLA LUCANIA|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|mariagraziacap1992@libero.it +3975|01/02/2018|DE BARTOLOMEIS|ALESSIA|VIA FRAVITA 50|84080|PELLEZZANO|SA|16/07/1991|SALERNO|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|debartolomeisalessia@libero.it +3976|01/02/2018|DI GIUDA|SIMONA|VIA CARMINE 54|84125|SALERNO|SA|22/01/1989|SALERNO|12/12/2014||Farmacia|2015|Universit degli studi di Salerno|sdigiuda@hotmail.it +3977|01/02/2018|LA ROCCA|ANTONELLA|VIA OSTAGLIO PER ALTIMARI - FUORNI 11|84131|SALERNO|SA|19/12/1986|SALERNO|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|anto4eternity@gmail.com +3978|01/02/2018|PIFANO|FABIO CARMELO|VIA S.S. MARTIRI SALERNITANI 31|84123|SALERNO|SA|20/11/1992|SALERNO|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|fabiopif@hotmail.it +3979|01/02/2018|SAGGIOMO|ANTONIO|VIA BOLIVAR 161|84040|CAMEROTA|SA|30/05/1991|SAPRI|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|antoniosaggiomo@gmail.com +3980|14/02/2018|DI MOTTA|ANITA|VIA VELIA 52|84078|VALLO DELLA LUCANIA|SA|29/10/1981|VALLO DELLA LUCANIA|30/03/2009|Universit degli studi di Salerno|Farmacia|2009|Universit degli studi di Salerno|anitadimotta@libero.it +3981|14/02/2018|FUNICELLO|LUCA|VIA MARINA NUOVA 13|84060|MONTECORICE|SA|26/02/1986|AVELLINO|12/12/2016|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|luca_fun@hotmail.it +3982|14/02/2018|GELSOMINO|GIULIANA|CORSO A. MATARAZZO 90|84048|CASTELLABATE|SA|03/04/1981|CASERTA|31/03/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|giulianagelsomino@libero.it +3983|14/02/2018|MAURI|ERMELINDA|VIA P. VITIELLO 31|84018|SCAFATI|SA|03/07/1987|POMPEI|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|delfa86@me.com +3984|06/03/2018|AMATO|SERENA|VIA ALVEO MANGIAGUERRA 2|84014|NOCERA INFERIORE|SA|03/03/1989|NOCERA INFERIORE|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|amato_serena@hotmail.it +3985|06/03/2018|SALVATORE|FRANCESCA|VIA GIOVANNI FALCONE 1|84020|RICIGLIANO|SA|22/02/1988|EBOLI|27/07/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|francesca.salvatore10@gmail.com +3986|06/03/2018|SPOSARO|CARMELINDA|VIA DELLE GINESTRE 99|84134|SALERNO|SA|23/01/1978|SALERNO|30/10/2001|Universit degli studi di Salerno|Farmacia|2001|Universit degli studi di Salerno|l.sposaro@me.com +3987|21/03/2018|CARUSO|AMALIA|VIA GIUSEPPE DE FALCO, 22|84084|FISCIANO|SA|28/12/1987|SALERNO|27/07/2012|Universit degli studi di Salerno|Farmacia|2012|Universit degli studi di Salerno|amalia.caruso87@alice.it +3988|21/03/2018|CORTAZZO|MARTHA|Via FIERA 69|84040|CANNALONGA|SA|23/10/1988|BAD NAUHEIM (GERMANIA)|13/12/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|marthacortazzo0@gmail.com +3989|21/03/2018|DE LOS RIOS|FEDERICA|VIA AIELLO, 45|84096|MONTECORVINO ROVELLA|SA|30/01/1992|BATTIPAGLIA|30/03/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli Studi della Basilicata|FEDERICADLR1992@GMAIL.COM +3990|21/03/2018|PALLADINO|CARMEN|VIA G. VERDI 13|84025|EBOLI|SA|27/03/1980|EBOLI|30/03/2009|Universit degli studi di Salerno|Farmacia|2009|Universit degli studi di Salerno|palladino_carmen@libero.it +3991|10/04/2018|ALFANO|GLORIA|VIA STAMPELLA 4|84046|ASCEA|SA|31/01/1988|VALLO DELLA LUCANIA|06/11/2012|Universit degli studi di Siena|Farmacia|2012|Universit degli studi di Siena|gloria_18@hotmail.it +3992|10/04/2018|BOFFA|GERARDO|VIA MATTEO AVALLONE 13|84129|SALERNO|SA|27/08/1988|SALERNO|18/10/2017|Universit degli studi di Chieti|Farmacia|2017|Universit degli studi di Chieti|bffgrd88@gmail.com +3993|10/04/2018|CANDIDO|ANTONELLA|VILLETTA BARREA 8|65120|PESCARA|PE|26/04/1984|VALLO DELLA LUCANIA|26/10/2009|Universit degli studi di Napoli "Federico II"|Farmacia|2009|Universit degli studi di Napoli "Federico II"|nellycandido@tiscali.it +3994|10/04/2018|CANTARELLA|ANNALISA|VIA F. BARACCA 8|84043|AGROPOLI|SA|26/07/1982|AGROPOLI|26/03/2014|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|annalisa.kant@hotmail.it +3995|10/04/2018|DE LUCA|NICOLA ANTONIO|VIA SCAVI 29|84078|VALLO DELLA LUCANIA|SA|15/11/1990|VALLO DELLA LUCANIA|19/07/2017|Universit degli studi di Siena|Farmacia|2018|Universit degli studi di Siena|nicoladelu90@gmail.com +3996|10/04/2018|MAIELLARO|LAURA|VIA G. AMENDOLA 82|84084|FISCIANO|SA|08/11/1993|SALERNO|30/10/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|lauramaiellaro@tiscali.it +3997|10/04/2018|PELO|CARLO|VIA SCLAVO, 51|84010|TRAMONTI|SA|02/04/1984|GRAGNANO|29/05/2017|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2017|Universit degli studi di Napoli "Federico II"|carlo.pelo@alice.it +3998|15/04/2018|FORTUNATO|FEDERICA|VIA TANAGRO 12|84132|SALERNO|SA|30/01/1993|SALERNO|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|federicafortunato@hotmail.it +3999|15/04/2018|MARGARITA|MICHELA|VIA DEL CENTENARIO 129 - LANCUSI|84084|FISCIANO|SA|08/10/1989|SALERNO|30/03/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|margaritamichela17@gmail.com +4000|26/04/2018|DE ROSA|ILARIA|VIA SPINITO PALAZZA 19|84036|SALA CONSILINA|SA|18/04/1992|POLLA|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|derilaria@libero.it +4001|26/04/2018|FERRAIOLI|ANGELAMARIA|VIA SALICE 4|84012|ANGRI|SA|15/10/1981|NAPOLI|31/03/2006|Universit degli studi di Salerno|Farmacia|2006|Universit degli studi di Salerno|angelaferraioli81@gmail.com +4002|26/04/2018|SPINELLI|LUISA|VIA ISCALONGA 135|84043|AGROPOLI|SA|27/11/1980|COLONIA|26/07/2007|Universit degli studi di Salerno|Farmacia|2007|Universit degli studi di Salerno|isa_lu@libero.it +4003|08/05/2018|ATTANASIO|FEDERICO|VIA CAMPANIA 29|84098|PONTECAGNANO FAIANO|SA|02/04/1991|BATTIPAGLIA|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|federicoattanasio@outlook.it +4004|08/05/2018|D'ALESSIO|ANNA|VIA FIANO, 168|84014|NOCERA INFERIORE|SA|26/07/1972|NOCERA INFERIORE|19/01/1998|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|1998|Universit degli studi di Napoli "Federico II"|anna-dalessio@libero.it +4005|08/05/2018|PROCIDA|GEMMA|VIA MAR MEDITERRANEO 17|84098|PONTECAGNANO FAIANO|SA|17/11/1989|SALERNO|27/03/2015|Universit degli studi di Roma "La Sapienza"|Chimica e tecn. farmaceutica|2015|Universit degli studi di Roma "La Sapienza"|procida.gemma@gmail.com +4006|24/05/2018|RAGO|ANTONIO|VIA CAPPELLA 12|84081|BARONISSI|SA|06/12/1980|SALERNO|26/07/2007|Universit degli studi di Salerno|Farmacia|2007|Universit degli studi di Salerno|ragoantonio80@libero.it +4007|14/06/2018|CELANO|ILENIA|VIA MAR IONIO 47|84098|PONTECAGNANO FAIANO|SA|26/02/1988|SALERNO|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|illi.c@live.it +4008|14/06/2018|FREDA|FRANCESCO|VIA S. CALORIO|84020|SAN GREGORIO MAGNO|SA|21/04/1989|OLIVETO CITRA|11/10/2013|Universit degli studi di Urbino|Farmacia|2013|Universit degli studi di Urbino|fr.freda@gmail.com +4009|14/06/2018|LAMANNA|NORMA|VIA PIO XII|84025|EBOLI|SA|03/06/1981|EBOLI|18/12/2006|Universit degli studi di Siena|Farmacia|2007|Universit degli studi di Siena|lamannanorma@gmail.com +4010|14/06/2018|LER|LUIGI|VIA G. GUERRITORE 18|84014|NOCERA INFERIORE|SA|08/09/1980|NOCERA INFERIORE|30/03/2005|Universit degli studi di Salerno|Farmacia|2005|Universit degli studi di Salerno|kiraler@tin.it +4012|14/06/2018|MOSELLA|VINCENZO|VIA BRECCELLE 1/A|84013|CAVA DE' TIRRENI|SA|19/08/1983|NOCERA INFERIORE|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|vincenzo.mosella83@gmail.com +4013|14/06/2018|ROMANO|MARIANNA|VIA VINCENZO MARONE 32|84030|MONTE SAN GIACOMO|SA|01/12/1992|POLLA|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|romano.marianna.92@gmail.com +4014|26/06/2018|MARRAZZO|FILOMENA|VIA MONTALBINO 28|84016|PAGANI|SA|14/01/1986|NOCERA INFERIORE|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|f.marrazzo86@gmail.com +4015|26/06/2018|MIGLIARO|VINCENZO|VIA MARTIN LUTHER KING 30|84010|SAN VALENTINO TORIO|SA|26/05/1987|NOCERA INFERIORE|29/07/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|enzomigliaro@hotmail.it +4016|05/07/2018|BUTRICO|VALENTINA|VIA SCALARETA 112|84045|ALTAVILLA SILENTINA|SA|21/04/1986|BATTIPAGLIA|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|DOLCESTELLA86@HOTMAIL.COM +4017|05/07/2018|NESTERENKO|OLGA|VIA MONTICELLI DI FUORNI 2B SCALA I|84131|SALERNO|SA|05/07/1981|KIEV|31/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|olganesterenko81@tiscali.it +4018|05/07/2018|SAVINO VASTOLA|MICHELE|VIA VETICE 45|84010|SAN VALENTINO TORIO|SA|22/12/1983|NOCERA INFERIORE|13/04/2018|Universit degli studi di Camerino|Farmacia|2018|Universit degli studi di Camerino|michelesavino83@gmail.com +4019|05/07/2018|SENATORE|GIUSEPPE CARMINE|VIALE LUIGI MERCANTINI 8|84073|SAPRI|SA|28/11/1993|SAPRI|02/03/2018|Universit degli studi di Camerino|Farmacia|2018|Universit degli studi di Camerino|gcsenatore93@gmail.com +4020|05/07/2018|VENTURA|ELVIRA|VIA SAN MASSIMO 82|80035|NOLA|NA|31/01/1990|AVELLINO|28/07/2017|Universit degli studi di Salerno|Farmacia|2018|Universit degli Studi della Basilicata|ventura_elvira@libero.it +4021|19/07/2018|AVINO|MONICA|VIA SALVATORE D'ALESSANDRO 29|84014|NOCERA INFERIORE|SA|12/12/1985|NOCERA INFERIORE|15/02/2018|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno|monicaavino85@gmail.com +4022|19/07/2018|BENINCASA|ANGELO|VIA SARNO 188|80040|STRIANO|NA|10/09/1988|SCAFATI|26/03/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli Studi della Basilicata|ang.benincasa@gmail.com +4023|19/07/2018|BRANDO|ALESSIA|VIA TROTULA DE RUGGIERO 30|84121|SALERNO|SA|21/03/1994|NAPOLI|26/03/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|alessiabrando@hotmail.it +4024|19/07/2018|CURCIO|ANTONIO|VIA S.S.18 P.ZZA VINCENZO GIOBERTI 52|84091|BATTIPAGLIA|SA|07/07/1992|SALERNO|26/03/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|antoniocurcio92@libero.it +4025|19/07/2018|DI IUGLIO|ANNA|VIA MONSIGNOR VICINANZA 1/B|84091|BATTIPAGLIA|SA|26/11/1986|SALERNO|26/03/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|m.m.6687@gmail.com +4026|19/07/2018|GALLO|ELEONORA|VIA CORSO KENNEDY 62|83059|VALLATA|AV|12/09/1992|ARIANO IRPINO|26/03/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|elegallo@hotmail.it +4027|19/07/2018|GIULIANI|FEDERICO|VIA DELLE SIRENE 2|84040|CAMEROTA|SA|01/04/1989|SALERNO|31/10/2017|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|giuliani.farmacia@gmail.com +4028|19/07/2018|LA MARCA|VALENTINA|VIA CAPPELLE INFERIORE 1|84135|SALERNO|SA|13/06/1992|SALERNO|13/12/2017|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|valentinalamarca@hotmail.it +4029|19/07/2018|SORRENTINO|DENISE|VIA PASSANTI FLOCCO TRAV.MASSERIA TEDESCO|80041|BOSCOREALE|NA|28/04/1993|POMPEI|13/12/2017|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|sorrentinodenise@gmail.com +4030|26/07/2018|CETRANGOLO|CONSIGLIA MARIA|VIA MADONNA DELLE GRAZIE 57|84060|ROCCAGLORIOSA|SA|12/03/1991|SAPRI|13/12/2017|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|consy1291@gmail.com +4031|26/07/2018|DEL REGNO|VALENTINA|VIA RIO SECCO 35|83025|MONTORO|AV|17/05/1987|AVELLINO|26/03/2018||Farmacia|2018|Universit degli studi di Salerno|valedelregno@hotmail.it +4032|26/07/2018|GUADAGNO|ROBERTA|VIA VALLE DI POGEROLA 2|84011|AMALFI|SA|04/01/1990|SALERNO|13/12/2017|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|guadagnoroberta@yahoo.it +4033|26/07/2018|SENATORE|FABIANA|VIA VALLONE 40 DRAGONEA|84019|VIETRI SUL MARE|SA|31/12/1992|SALERNO|18/04/2018|Universit degli studi di Siena|Farmacia|2018|Universit degli studi di Salerno|fabianasen.92@hotmail.it +4034|26/07/2018|VARONE|DOMENICO|VIA CARLO TRAMONTANO 56|84016|PAGANI|SA|04/11/1992|PAGANI|14/02/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|domenico_varone@hotmail.it +4035|05/09/2018|ANGRISANI|LUCIA|VIA CICALESI 145|84014|NOCERA INFERIORE|SA|30/05/1990|NOCERA INFERIORE|18/12/2017|Universit degli studi di Napoli "Federico II"|Farmacia|2018|Universit degli studi di Napoli "Federico II"|looocia@hotmail.it +4036|05/09/2018|BELMONTE|IMMACOLATA|VIA CASA CUMBOLO 41|84010|MINORI|SA|28/06/1992|NOCERA INFERIORE|26/03/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|imma.belmonte@hotmail.it +4037|05/09/2018|D'ELIA|MARIA|VIA GIUSEPPE GARIBALDI 227|84015|NOCERA SUPERIORE|SA|09/06/1989|NOCERA INFERIORE|11/02/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|deliameri1989@gmail.com +4038|05/09/2018|FIASCO|ROBERTA|VIA TRENTINO ALTO ADIGE 5|84090|MONTECORVINO PUGLIANO|SA|22/08/1992|BATTIPAGLIA|18/04/2018|Universit degli studi di Siena|Farmacia||Universit degli studi di Napoli "Federico II"|fiascoroberta@libero.it +4039|05/09/2018|GIANNATTASIO|GIUSEPPINA|VIA NAZIONALE 32|84070|SANTA MARINA|SA|23/06/1988|NAPOLI|14/02/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|giusy100@hotmail.it +4040|05/09/2018|IANNUZZI|SILVIA|VIA VERCELLI 52|00100|ROMA|RM|04/03/1990|AVELLINO|11/02/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|silvia.iannuzzi90@gmail.com +4041|05/09/2018|LOMBARDI|FRANCESCO|VIA SAN CATALDO 41|84060|ROCCAGLORIOSA|SA|02/10/1990|NAPOLI|18/05/2018|Universit degli studi di Bologna|Farmacia|2018|Universit degli studi di Bologna|fra.lombardi@icloud.com +4042|05/09/2018|MARCHESE|SONJA|VIA CELSA DI ROCCA 1|83040|GESUALDO|AV|27/04/1988|MESSINA|08/05/2015|Universit degli studi di Messina|Chimica e tecn. farmaceutica|2015|Universit degli studi di Messina|sonja.marchese@outlook.it +4043|05/09/2018|PARRELLA|DOMENICO|VIA VOLPARE 6|83025|MONTORO|AV|18/01/1980|AVELLINO|19/12/2006|Universit degli studi di Salerno|Farmacia|2006|Universit degli studi di Salerno|parrella.domenico@libero.it +4044|05/09/2018|VALVA|VINCENZO|VIA LUIGI MAZZEO 28|84040|CAMEROTA|SA|26/01/1991|SAPRI|18/05/2018|Universit degli studi di Bologna|Farmacia|2018|Universit degli studi di Bologna|valvolone91@gmail.com +4045|05/10/2018|BOCCIA|GIUSEPPINA|VIA FIORIGNANO 10|84091|BATTIPAGLIA|SA|05/06/1989|SALERNO|15/02/2018|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno|giusy.boccia14@gmail.com +4046|05/10/2018|DE ROSA|MORENA|VIA SCALARETA 59|84045|ALTAVILLA SILENTINA|SA|25/08/1993|EBOLI|26/03/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|moryderosa93@gmail.com +4047|05/10/2018|DORATO|FEDERICO|VIA BASTIONI 41/F|84122|SALERNO|SA|02/02/1974|SALERNO|25/07/2001|Universit degli studi di Salerno|Farmacia|2001|Universit degli studi di Salerno|federicodorato@hotmail.it +4048|05/10/2018|GALLUZZI|IVAN|VIA CAPPELLE INFERIORI 5|84135|SALERNO|SA|27/04/1992|SALERNO|14/02/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|galluzzi.ivan92@gmail.com +4049|05/10/2018|GAMBARDELLA|FRANCESCO|VIA F. CORREALE 30|84014|NOCERA INFERIORE|SA|24/01/1990|NOCERA INFERIORE|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|francescogambardella@hotmail.it +4050|05/10/2018|ROMANO|ELIANA|VIA PEZZANO 28|84099|SAN CIPRIANO PICENTINO|SA|19/08/1988|SALERNO|13/12/2017|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|eliana.r88@hotmail.it +4051|05/10/2018|SANTORO|ANNAPAOLA|VIA VALERIO LASPRO, 61|84126|SALERNO|SA|16/01/1990|SALERNO|26/03/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|annapaolasantoro@outlook.it +4052|26/10/2018|ACAMPORA|STEFANO|VIA GELSO, 65|84126|SALERNO|SA|11/04/1985|CAVA DE' TIRRENI|27/03/2018|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno|st.acampora@gmail.com +4053|26/10/2018|VECCHIO|WANDA|VIA CAPOMONTE 18|84053|CICERALE|SA|11/08/1987|AVELLINO|15/02/2018|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno| +4054|16/11/2018|DE LUCA|MARIA|VIA SANT'ANTONIO 30|84046|ASCEA|SA|07/08/1992|VALLO DELLA LUCANIA|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli Studi della Basilicata|maria_de_luca92@libero.it +4055|16/11/2018|MENNELLA|MORENA|VIA TURCI 17|83029|SOLOFRA|AV|07/03/1985|AVELLINO|26/07/2011|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2011|Universit degli studi di Salerno|morena.mennella@gmail.com +4056|21/11/2018|CENNAMO|GRAZIA|VIA CERROCUPO 84|84045|ALTAVILLA SILENTINA|SA|10/12/1993|BATTIPAGLIA|27/03/2018|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno|GRAZIACENNAMO@YAHOO.IT +4057|21/11/2018|MENZA|WILLIAM|VIA PABLO PICASSO 1|84020|SAN GREGORIO MAGNO|SA|29/04/1980|POLLA|30/10/2007|Universit degli studi di Salerno|Farmacia|2007|Universit degli studi di Salerno|wilmenza@hotmail.it diff --git a/ADMIN/tmpfiles/tmpusers b/ADMIN/tmpfiles/tmpusers new file mode 100644 index 0000000..bc6cf0a --- /dev/null +++ b/ADMIN/tmpfiles/tmpusers @@ -0,0 +1,2259 @@ +N_Albo|Data_Iscrizione|COGNOME|NOME|INDIRIZZO|CAP|LOCALITA|PROVINCIA|DATA DI NASCITA|LOCALIT DI NASCITA|DATA DI LAUREA|UNIVERSIT DI LAUREA|LAUREA|ANNO|UNIVERSIT ABILITAZIONE|E-MAIL +456|05/11/1955|CARBONARO|ELVIRA|C.So Vitt.Emanuele, 223|84123|SALERNO|SA|07/04/1927|SESANA|05/04/1955|Napoli|Farmacia|1969||micconfo@tin.it +512|18/05/1957|GAROFALO|ZENAIDE|Via Roma, 21|84029|Sicignano Degli Alburni|SA|01/07/1926|CAPACCIO|16/07/1956|Napoli|Farmacia|1956||gpesca@tiscali.it +531|13/05/1958|POLINI|CAROLINA|P.Za S.Giovanni|84012|Angri|SA|01/09/1934|NOCERA INFERIORE|03/12/1957|Napoli|Farmacia|1958||farmasangiovanni@tiscalinet.it +539|08/07/1958|LAUDISIO|CARMELA|Via Michele Conforti, 1|84100|SALERNO|SA|24/12/1933|SARNO|03/12/1957|Napoli|Farmacia|1958||farmacialaudisioc@tiscali.it +562|14/07/1959|BOTTONI|BENEDETTO|Via Battisti|84018|Scafati|SA|15/03/1936|SCAFATI|16/07/1958|Napoli|Farmacia|1959||benedetto.bottoni@alice.it +567|14/07/1959|GRIMALDI|MARIO|Via Posidonia,1|84100|Salerno|SA|27/10/1935|SALERNO|27/11/1958|Napoli|Farmacia|1959||grimaldi48@grimaldimario.191.it +591|13/01/1961|AULISI|ADELE|P.Co Lagomare|84091|Battipaglia|SA|20/08/1935|BATTIPAGLIA|13/07/1960|Napoli|Farmacia|1960||m.tropiano@virgilio.it +606|23/01/1962|FIORE|PASQUALE|Piazza Sinno,15|84126|Salerno|SA|26/07/1938|SALERNO|14/07/1961|Napoli|Farmacia|1961||farmaciafioresnc@tiscali.it +635|25/06/1963|RIZZO|GAETANO|Via Arienzo,24|84017|Positano|SA|27/06/1932|SAN CIPRIANO PICENTINO|09/07/1961|Camerino|Farmacia|1963||roberto3321@libero.it +668|26/02/1966|DE VITA|MARIA|Largo Tanagro, 8|84035|Polla|SA|18/04/1940|BATTIPAGLIA|09/07/1965|Napoli|Farmacia|1965||farmaciadevita@virgilio.it +682|02/07/1966|CIVALE|SALVATORE|Via CESARANO, 121|84016|PAGANI|SA|12/01/1941|PAGANI|01/03/1966|Napoli|Farmacia|1966||farmaciacivale@libero.it +691|03/12/1966|LAMBERTI|ANGELINA|VIA RUSSO, 149|84015|Nocera Superiore|SA|12/12/1941|NOCERA SUPERIORE|13/07/1966|Napoli|Farmacia|1966||farmacialambertidrangeli@tin.it +725|12/11/1968|CERNUZIO|VITTORIO|Via Luigi Guerrasio, 52|84083|Castel San Giorgio|SA|21/09/1934|CUTRO|17/11/1966|Napoli|Farmacia|1967||farmaciacernuzio@virgilio.it +727|30/12/1968|NASTRI|BRUNO|Via B. Croce, 38|84100|Salerno|SA|19/05/1943|SALERNO|14/11/1968|Napoli|Farmacia|1968||farmacianastribruno@tiscali.it +732|18/01/1969|PARAGGIO|MARIO|Via Piave, 23D|84043|Agropoli|SA|03/01/1944|MONTECORVINO ROVELLA|16/11/1967|Napoli|Farmacia|1968||farmaciaparaggiovoza@gmail.com +735|22/05/1969|BALDI|VINCENZO|Via Torretta,13|84048|Castellabate|SA|06/08/1940|TRICARICO|17/11/1966|Napoli|Farmacia|1967||farmaciabaldi@gmail.com +742|11/07/1969|D'AMELIO|MICHELE|C.so Garibaldi, 37|84073|Sapri|SA|14/05/1938|MONTEMILONE|07/12/1967|Urbino|Farmacia|1968||farmacia.damelio@libero.it +749|29/12/1969|CARUSIO|MODESTINO ALDO|C.So Umberto,1|84022|Campagna|SA|03/09/1939|LAURIA|14/11/1969|Napoli|Farmacia|1969||farmaciacarusio@alice.it +753|02/02/1970|FOCA'|ANTONIO|Via Della Repubblica|84079|Vibonati|SA|13/11/1938|CROTONE|10/07/1969|Napoli|Farmacia|1969||focacc12@focaantonio.191.it +757|13/03/1970|LA REGINA|ROCCO VITO|Via Mazzini,66|84030|San Rufo|SA|16/08/1943|TEGGIANO|14/11/1969|Napoli|Farmacia|1969||fcialaregina@virgilio.it +759|13/03/1970|SESSA|GAETANO|Via Zara n.13|84100|Salerno|SA|24/01/1944|POSTIGLIONE|14/11/1969|Napoli|Farmacia|1969||fciasessa@alice.it +768|06/02/1971|CARLEO|ANTONIO|C.So Italia 218|84013|Cava Dei Tirreni|SA|16/10/1946|CAVA DE' TIRRENI|13/03/1970|Napoli|Farmacia|1970||farmaciacarleo@gmail.com +770|06/02/1971|DE FEO|FLORIGI|Via Magna Grecia, 316|84047|Capaccio Scalo|SA|16/08/1943|RUTINO|13/11/1970|Napoli|Farmacia|1970|| +771|06/02/1971|OLIVA|GIUSEPPE|Via M.Schipa,7|84125|Salerno|SA|18/03/1944|CIRIGLIANO|15/07/1970|Napoli|Farmacia|1970||giuseppeoliva1944@gmail.com +772|06/02/1971|OLIVA|ARCANGELA|Via Memoli,8|84123|Salerno|SA|20/01/1946|CIRIGLIANO|15/07/1970|Napoli|Farmacia|1970||farmaciadelsanto@tin.it +775|24/02/1971|MARCHITIELLO|MARIA ROSARIA|Via Virgilio, 5|84025|Eboli - Loc. S. Cecilia|SA|18/05/1948|SALERNO|13/11/1970|Napoli|Farmacia|1970||farmaciamarchitiello@libero.it +789|27/01/1972|PIZZA|COSIMO|Via XXIV Maggio, 3|84025|Eboli|SA|16/08/1949|AGROPOLI|15/07/1971|Napoli|Farmacia|1971||pizza@unisa.it +792|30/01/1972|LUPO|FRANCESCO|VIA S. PANTALEONE, 5/A|84078|VALLO DELLA LUCANIA|SA|22/08/1947|CAIVANO|18/11/1971|Napoli|Farmacia|1971||farmacia.lupo@libero.it +800|18/06/1972|SCARPONE|LILIANA|C.Vitt.Emanuele,4|84095|Giffoni Valle Piana|SA|28/10/1944|GIFFONI VALLE PIANA|17/02/1972|Napoli|Farmacia|1972||farmaciascarpone@tin.it +808|28/12/1972|CRISTOFANO|ANTONIO|Via Michele Pironti, 1/L|84134|Salerno|SA|10/11/1948|CAVA DEI TIRRENI|10/11/1972|Napoli|Farmacia|1972||farmaciacristofano@cocco82.net +811|28/12/1972|ERRICO|LEOPOLDO|Via Italia,16|84056|Gioi Cilento|SA|27/08/1949|GIOI|10/11/1972|Napoli|Farmacia|1972||dinoerre@inwind.it +814|10/02/1973|D'AMATO|GIUSEPPE|Via Roma,12|84021|Buccino|SA|25/12/1940|SASSARI|15/11/1971|Roma|Farmacia|1971||mozartchopin@libero.it +815|10/02/1973|TALAMO|ANGELA ELVIRA|VIA PIRONTI P.Co Delle Rose Scala L|84100|Salerno|SA|14/07/1950|CAMEROTA|10/11/1972|Napoli|Farmacia|1972||angelaetalamo@gmail.com +816|10/02/1973|LOMBARDI|ANTONIO|VIA INDIPENDENZA, 102|84015|Nocera Superiore|SA|03/09/1947|SALERNO|10/11/1972|Napoli|Farmacia|1972||ant.lombardi2012@gmail.com +817|10/02/1973|CAPUTO|GIUSEPPE|P.Matteotti|84096|Montecorvino Rovella|SA|01/01/1948|LAVELLO|10/11/1972|Napoli|Farmacia|1972||farmacaputo@virgilio.it +818|10/02/1973|VOZA|FRANCESCO|Via Selva,31|84043|Agropoli|SA|28/09/1948|CAPACCIO|19/07/1972|Napoli|Farmacia|1972||farmaciaparaggiovoza@gmail.com +819|10/02/1973|CAPUTO|LEONILDA|VIA INDIPENDENZA 34|84015|Nocera Superiore|SA|03/07/1948|NOCERA SUPERIORE|10/11/1972|Napoli|Farmacia|1972||farmacia.caputo@hotmail.it +822|10/02/1973|MASTURZO|EMILIO|P.Za Umberto I,44|84099|San Cipriano Picentino|SA|26/01/1948|SALERNO|10/11/1972|Napoli|Farmacia|1972||farmacia-masturzo@tiscali.it +828|10/05/1973|ROCCO|FRANCESCO|Via Carducci, 22|84042|Acerno|SA|31/07/1937|BATTIPAGLIA|13/03/1969|Napoli|Farmacia|1969||f.cia-rocco@tiscali.it +829|01/06/1973|PANARESE|ALBA|P.Amendola,27|84010|San Valentino Torio|SA|19/03/1947|SANT'ARCANGELO TRIMONTE|13/11/1970|Napoli|Farmacia|1970||dott.albapanarese@libero.it +832|01/06/1973|APICELLA|ANTONIO|VIA GIOVANNI XXIII, 102|84025|EBOLI|SA|16/10/1949|SALERNO|23/03/1973|Napoli|Farmacia|1073||fciaapicella@tiscali.it +834|10/07/1973|AMATO|PASQUALE|Via S.Mobilio,17|84100|Salerno|SA|08/01/1947|BARONISSI|23/03/1973|Napoli|Farmacia|1973||pa.amat@tiscali.it +835|10/07/1973|MELLONE|ROSALBA|VIA ANNUNZIATA|84021|Buccino|SA|28/02/1949|BATTIPAGLIA|17/02/1972|Napoli|Farmacia|1972||farmamellone@tiscali.it +837|21/07/1973|LUPIDI|MADDALENA|VIA PIEMONTE, 20|84096|Montecorvino Rovella|SA|06/05/1948|TUSCANIA|23/03/1973|Napoli|Farmacia|1973||farmacaputo@virgilio.it +840|22/09/1973|BOSCIA|GIUSEPPE|Via Origlia, 36|84014|Nocera Inferiore|SA|04/10/1949|NAPOLI|10/11/1972|Napoli|Farmacia|1972||direzione@farmaciaboscia.it +842|11/01/1974|COPPOLA|PIETRO ANIELLO|Via S.Vito,1|84059|Camerota|SA|01/01/1948|VALLO DELLA LUCANIA|19/07/1972|Napoli|Farmacia|1972||pacoppola@tiscali.it +848|11/02/1974|PIERRI|LUCIANO|Via Delle ginestre 113|84129|Salerno|SA|23/06/1948|SALERNO|17/02/1972|Napoli|Farmacia|1972||fciamercatello@tiscali.it +859|05/12/1974|COSTABILE|ANTONIO|Via Posidonia,271|84128|Salerno|SA|19/11/1950|SALERNO|07/11/1974|Napoli|Farmacia|1974||fcostabile1@virgilio.it +862|28/01/1975|GAMMARANO|LICIA|Via Roma,6|84079|Vibonati|SA|24/09/1950|MONTANO ANTILIA|07/11/1974|Napoli|Farmacia|1974||farmagammarano@tiscali.it +867|03/04/1975|BORGIA|LICIA|Via Provinciale|84038|Sassano|SA|07/06/1950|NAPOLI|09/11/1974|Urbino|Farmacia|1974||farmaciaborgia@gmail.com +874|16/07/1975|MILITO PAGLIARA|GUIDO|C.So Garibaldi, 54/R|84041|Baronissi|SA|05/07/1945|SALERNO|20/03/1974|Napoli|Farmacia|1974||farmacia.pagliara@gmail.com +878|09/12/1975|ANGRISANI|MARILENA|Piazza Amendola, 11|84014|Nocera Inferiore|SA|25/05/1951|NAPOLI|20/06/1975|Napoli|Farmacia|1975||marilenaangrisani@libero.it +880|09/12/1975|VIOLANTE|FILIPPO|Via A De Rosa, 55 bis - Palazzo Battipaglia|84016|Pagani|SA|02/01/1944|PAGANI|28/06/1975|Urbino|Farmacia|1975||effe.vi@tin.it +882|09/12/1975|GARGIONE|FRANCESCO|P.Za Municipio,2|84060|Perdifumo|SA|30/01/1948|PERDIFUMO|20/06/1975|Napoli|Farmacia|1975||francescogargione@tiscali.it +887|17/01/1976|LA PEPA|CARMINE|Via Nazionale, 144 - c/o Farmacia|84012|Angri|SA|17/03/1951|MONTECORICE|20/06/1975|Napoli|Farmacia|1975||farmacianazionale@tiscali.it +891|17/01/1976|BALDI|ANNA|Via G.Lamberti, 4 - Fraz. S. Lucia|84010|Cava Dei Tirreni|SA|16/01/1953|SALERNO|15/07/1975|Napoli|Farmacia|1975||farmaciabaldi@alice.it +893|17/01/1976|SEVERINI|PIETRO|Via E.Talamo,25/27|84013|Cava Dei Tirreni|SA|18/03/1951|CASAL VELINO|03/11/1975|Napoli|Farmacia|1975||igeafarmacia@tiscali.it +895|17/01/1976|MAROTTA|MARIA GABRIELLA|P.Castello|84045|Altavilla Silentina|SA|10/07/1953|PIETRAPERTOSA|15/07/1975|Napoli|Farmacia|1975||italiansquaw@hotmail.com +897|17/01/1976|MARINO|DOMENICO|Via Giordano,22|84020|Corleto Monforte|SA|12/02/1948|OTTATI|15/07/1975|Napoli|Farmacia|1975||farmaciamarino@gmail.com +901|03/02/1976|D'AURIA|PASQUALE|VIA S.S. 88, 74|84084|FISCIANO|SA|11/01/1951|FISCIANO|15/07/1975|Napoli|Farmacia|1975||farmdauria@tiscali.it +902|26/02/1976|FERNICOLA|AGOSTINO|Via Nazionale|84040|Castelnuovo Cilento|SA|20/11/1947|BUCCINO|10/11/1972|Napoli|Farmacia|1972||g.fernicola@libero.it +903|26/02/1976|BENEDETTO|ANTONIO GIUSEPPE|VIA BRAIDELLA, 15|84030|Atena Lucana|SA|19/03/1951|POTENZA|20/03/1975|Napoli|Farmacia|1975||f.ciabenedetto@tiscalinet.it +908|26/05/1976|DE VITA|LEONARDO|Via Irno,15 - c/o F.cia San Carlo|84135|Salerno|SA|31/05/1953|SALERNO|16/12/1975|Napoli|Farmacia|1976||farma.sancarlo@tiscali.it +909|26/05/1976|SAVINO|ALDO|Piazza Marconi 8|84050|Laurito|SA|10/10/1951|SALERNO|16/12/1975|Napoli|Farmacia|1976||fcia.savino@tiscali.it +910|26/05/1976|AIELLO|PASQUALE|Via Sant'Elia, 6|84135|Salerno|SA|14/08/1952|SALERNO|16/12/1975|Napoli|Farmacia|1976||farmaciaaiello.farmaciaa@tin.it +912|26/05/1976|DE ANGELIS|DOMENICO|VIA MARCELLO, 14/B|84085|MERCATO SAN SEVERINO|SA|25/05/1945|ROCCAPIEMONTE|29/03/1976|Napoli|Farmacia|1976||farmacia-deangelis@libero.it +913|25/06/1976|DE PAOLA|LAURA|Piazza Municipio,22|84039|Teggiano|SA|17/01/1951|TEGGIANO|29/03/1976|Napoli|Farmacia|1976||farmacia-depaola@tiscali.it +918|06/12/1976|MALANGONE|ROBERTO|Via Italia 159|84098|Pontecagnano faiano|SA|06/06/1951|EBOLI|06/11/1976|Napoli|Farmacia|1976||farmacia.malangone@tiscalinet.it +919|06/12/1976|SPARANO|ANGIOLETTO|CONTRADA CURCI, 14|84078|VALLO DELLA LUCANIA|SA|22/08/1952|NOVI VELIA|15/07/1976|Napoli|Farmacia|1976||fciasparano@tiscali.it +922|12/01/1977|CAPPUCCIO|CATERINA|Via Leopoldo Cassese,30|84100|Salerno|SA|14/07/1954|RAVELLO|06/11/1976|Napoli|Farmacia|1976||ca.cappuccio@tiscali.it +925|18/02/1977|DI DONATO|ANDREA|VIA PRIMO MERCATO, 11|84055|Felitto|SA|07/03/1951|SALERNO|20/06/1975|Napoli|Farmacia|1975||fciadidonato@tiscali.it +930|04/06/1977|BOVE|GIUSEPPE|Via Garibaldi,15|84028|Serre|SA|10/09/1949|MONTECORVINO PUGLIANO|06/12/1976|Napoli|Farmacia|1977||farmaciaboveg@tiscali.it +931|04/06/1977|MIELE|LUISA|Via Papa Luciani,1|84020|Roscigno|SA|15/03/1953|LAURINO|05/04/1977|Napoli|Farmacia|1977||fciamiele@tiscalinet.it +933|04/06/1977|DI GIUDA|TERESITA|Via Delle Ginestre,48|84100|Salerno|SA|15/10/1953|CARACAS|04/04/1977|Napoli|Farmacia|1977||teredigiuda@virgilio.it +935|04/06/1977|LA PADULA|RAFFAELLA|Via Nuova,1|84020|Petina|SA|01/01/1948|POLLA|04/04/1977|Napoli|Farmacia|1977||raffaellalapadula@email.com +937|20/06/1977|VANNATA|PIETRO|P.Za Umberto,32|84036|Sala Consilina|SA|25/01/1953|VIGGIANO|15/07/1976|Roma|Farmacia|1976||farmaciavannata@tiscali.it +943|06/12/1977|FIORE|DOMENICO|Via Marsicanella, 63|84036|Sala Consilina|SA|20/11/1950|TEANA|07/11/1974|Napoli|Farmacia|1974||farmaciafiore2004@libero.it +949|30/12/1977|AMATO|ANGELINA|Via Roma,14|84030|Montesano S/Marcellana|SA|12/07/1951|MONTE SAN GIACOMO|21/07/1977|Napoli|Farmacia|1977||farmacia-amato@tiscali.it +950|09/01/1978|DE PALMA|GIULIA|Via G.Falcone,17|84047|Capaccio|SA|11/03/1955|CAPACCIO|03/11/1977|Napoli|Farmacia|1977||farmacia.iasi@tiscali.it +951|09/01/1978|CAROLA|MICHELE|Via Laura, 4/6|84047|Capaccio|SA|19/08/1952|PRIGNANO CILENTO|01/07/1977|Napoli|Farmacia|1977||farmaciacarola@virgilio.it +952|09/01/1978|CONTALDI|GERARDO|P.Za Cappella,1|84016|Pagani|SA|01/09/1953|PAGANI|01/07/1977|Napoli|Farmacia|1977||contaldichem@libero.it +955|18/01/1978|ITRI|PIETRO|Via S.Martino,20|84050|Laureana Cilento|SA|16/12/1952|STELLA CILENTO|07/11/1977|Napoli|Farmacia|1977||farmaciaitri@tiscali.it +965|29/05/1978|CONTE|MARCELLO|Via Luigi Cacciatore, 55|84123|Salerno|SA|22/01/1955|SALERNO|20/03/1978|Napoli|Farmacia|1978||farmacia.conte@tiscali.it +966|29/05/1978|COSTABILE|MIRELLA|Via Costiera Amalfitana,16|84019|Vietri Sul Mare|SA|25/06/1953|VIETRI SUL MARE|13/12/1977|Napoli|Farmacia|1978||costabilemirella6@gmail.com +969|29/05/1978|PUGLIESE|PASQUALE|VIA DELLE INDUSTRIE 13|84084|FISCIANO|SA|23/04/1955|SALERNO|21/03/1978|Napoli|Farmacia|1978||orizzonte55@gmail.com +970|29/05/1978|CRISCUOLO|FRANCESCO|Via Filippo Dentice D'accadia, 49|84014|Nocera Inferiore|SA|30/01/1954|NOCERA INFERIORE|21/03/1978|Napoli|Farmacia|1978||farmacia.criscuolo@tele2.it +974|22/06/1978|LOMBARDI|VINCENZO|Via S.Cataldo, 53|84060|Roccagloriosa|SA|31/08/1954|TORRACA|20/03/1978|Napoli|Farmacia|1978||lombardiv@tiscali.it +975|22/06/1978|D'AMORE|ROSA|Via Roma, 21|84088|Siano|SA|07/09/1945|ROCCAPIEMONTE|13/03/1969|Napoli|Farmacia|1969||milla.74@virgilio.it +980|14/12/1978|POLISCIANO|VIRGINIA|Via G.Gonzaga, 5b|84091|Battipaglia|SA|02/04/1956|BATTIPAGLIA|21/07/1978|Napoli|Farmacia|1978||virginia.polisciano@libero.it +983|13/01/1979|SAVINO VASTOLA|GIOVANNI|Via Comunale, 83|84010|San Valentino Torio|SA|22/03/1951|SAN VALENTINO TORIO|06/11/1978|Napoli|Farmacia|1978||farmaciasavinosnc@gmail.com +988|03/04/1979|DESIDERIO|ALFONSO|Via Cesarano 97|84016|PAGANI|SA|01/03/1952|PAGANI|29/03/1976|Napoli|Farmacia|1976||farmadesi@alice.it +991|13/06/1979|GAUDIANI|VIRGINIA|FRAZ. GERARDO SASSO, 6|84010|Scala|SA|04/07/1956|SALERNO|29/03/1979|Napoli|Farmacia|1979||farmacia-gaudiani@tiscali.it +992|13/06/1979|LORDI|MARIA ANTONELLA|Via Carmine,61|84100|Salerno|SA|15/08/1956|SALERNO|23/03/1979|Napoli|Farmacia|1979||farmgaleno@tiscali.it +993|13/06/1979|SADA|ANTONIO|VIA TRENTO, 1|84098|Pontecagnano Faiano|SA|01/07/1953|SALERNO|21/07/1978|Napoli|Farmacia|1978||antoniosada@sadaspa.it +994|13/06/1979|de CHIARA|SILVIA|Via Tramontano,24|84014|Nocera Inferiore|SA|03/03/1954|AVERSA|05/11/1976|Napoli|Farmacia|1976||SIDECH15@gmail.com +998|29/06/1979|CORALLO|RAFFAELE|Via Astuti,121|84014|Nocera Inferiore|SA|21/09/1950|NOCERA INFERIORE|21/03/1979|Napoli|Farmacia|1979|| +999|29/06/1979|PEROZZIELLO|ANNA|Via Aurofino, 12|84127|Salerno|SA|23/07/1954|CATANZARO|28/03/1979|Napoli|Farmacia|1979|| +1000|29/06/1979|SCIARAFFA|MICHELE|Via Roma,185|84030|Casalbuono|SA|29/10/1954|SENERCHIA|23/03/1979|Napoli|Farmacia|1979||michelesciaraffa@yahoo.it +1008|17/01/1980|COSTABILE|ANTONIO|Via Indipendenza, 38|84100|Salerno|SA|25/09/1953|SALERNO|05/07/1979|Napoli|Farmacia|1979||antonellocostabile@virgilio.it +1009|17/01/1980|DEL PIZZO|VINCENZO|C.So V.Eman.P.Co S.Paolo Scala B|84010|Minori|SA|26/06/1956|MINORI|02/11/1979|Napoli|Farmacia|1979||v.delpizzo@aslsalerno.it +1012|17/01/1980|APOSTOLICO|ANTONIO|VIA SAN ROCCO, 4|84036|SALA CONSILINA|SA|15/12/1951|CASTEL SAN GIORGIO|07/11/1979|Napoli|Farmacia|1979||farmacia.apostolico@tiscali.it +1013|17/01/1980|PROTO|EMMANUELA|C.So V.Emanuele,31|84010|Minori|SA|02/06/1956|MINORI|05/07/1979|Napoli|Farmacia|1979||emmanuela.proto@tin.it +1014|17/01/1980|VESSA|PAOLO|C.So Garibaldi 160|84100|Salerno|SA|29/01/1955|SALERNO|25/07/1979|Napoli|Farmacia|1979||paolovessa@tiscali.it +1016|28/01/1980|TRAPANI|GIUSEPPINA|VIA DELLO STADIO, 16|84016|Pagani|SA|31/03/1955|SALERNO|20/03/1978|Napoli|Farmacia|1978||farmaciatrapani@virgilio.it +1019|11/03/1980|ALIPERTA|GIULIA|Via Roma,25|84020|San Gregorio Magno|SA|25/04/1954|SANTA SOFIA D'EPIRO|10/07/1979|Napoli|Farmacia|1979||farmacialiperta@virgilio.it +1020|11/03/1980|BELLINO|MARIA|Via R.Cavallo,53|84100|Salerno|SA|14/05/1957|CASTELNUOVO DI CONZA|06/11/1979|Napoli|Farmacia|1979||12316@pec.federfarma.it +1021|11/03/1980|AMENDOLA|ANNA MARIA|Via Campanella 32|80016|Marano|NA|22/03/1956|SALERNO|26/07/1979|Napoli|Farmacia|1979||lecondinogargiulo@libero.it +1028|24/06/1980|FASANO|ROSELLA|Via Municipio|84060|Moio Della Civitella|SA|18/01/1957|MOIO DELLA CIVITELLA|28/01/1980|Napoli|Farmacia|1980||fcia.fasano@tiscali.it +1030|24/06/1980|GORGA|TOMMASO|Via Pedemontana, 12|84060|Omignano Scalo|SA|30/01/1952|SALERNO|17/12/1979|Napoli|Farmacia|1980||tommasogorga@hotmail.it +1032|24/06/1980|CAIAZZA|CARLA|Via Carlo Santoro,52|84013|Cava Dei Tirreni|SA|01/03/1957|LAVIANO|20/03/1980|Napoli|Farmacia|1980||eredicaiazza@tiscali.it +1035|29/07/1980|PELO|ANTONIO|VIA CHIUNZI, 116|84010|Tramonti|SA|08/03/1948|ANGRI|31/03/1980|Milano|Farmacia|1980||farmaciapelo@libero.it +1037|16/09/1980|TONDO|SALVATORE|VIA ARCE, 40|84125|Salerno|SA|20/07/1946|POTENZA|17/07/1973|Siena|Farmacia|1973||salvatoreto46@gmail.com +1041|29/01/1981|ROBERTO|GERARDA|Via Nazionale,93|84070|San Giovanni A Piro|SA|31/03/1950|SAN GIOVANNI A PIRO|21/07/1980|Napoli|Farmacia|1980||robertoger@libero.it +1044|29/01/1981|DE CARO|LUCIA|Via P.Grisignano,22|84100|Salerno|SA|15/04/1956|SALERNO|07/11/1980|Napoli|Farmacia|1980||decaro.lucia@gmail.com +1045|29/01/1981|PELLECCHIA|LUISANNA|Via Rufoli, 23/A|84135|Salerno|SA|04/03/1954|SALERNO|21/07/1980|Napoli|Farmacia|1980||luisannapellecchia@gmail.com +1046|29/01/1981|LOGARZO|BARTOLOMEO|Via Croce,113|84050|Alfano|SA|29/03/1955|ROFRANO|19/07/1979|Roma|Farmacia|1979||lanlog@tiscalinet.it +1056|27/05/1981|LOMBARDI|GRAZIA-MARIA|Viale G.Verdi,12 Parco Arb.Lla|84100|Salerno|SA|23/01/1958|CIVITAVECCHIA|22/12/1980|Napoli|Farmacia|1980||graziamlombardi@yahoo.it +1058|27/05/1981|MARCIELLO|GIUSEPPE MICHELE ORAZIO|Contrada Ariella deserta|84020|Valva|SA|02/07/1953|VALVA|31/03/1981|Napoli|Farmacia|1981||farmacia.marciello@tiscali.it +1059|25/06/1981|ANNUNZIATA|EMILIA|Via Fontanelle S.Valentino, 5|84087|Sarno|SA|09/03/1953|SARNO|30/03/1981|Napoli|Farmacia|1981||emiliezola@tiscali.it +1060|25/06/1981|AMARANTE|ERSILIA|VIA PARALLELA DUOMO - EPISCOPIO DI SARNO|84087|Sarno|SA|01/09/1955|SARNO|31/03/1981|Napoli|Farmacia|1981||ersilia.amarante@virgilio.it +1061|25/06/1981|CERRATO|RAFFAELE|Via Fratelli Napoli, 41-Parco La Ginestra|84084|Lancusi|SA|07/02/1956|FISCIANO|31/03/1981|Napoli|Farmacia|1981||cerraf@alice.it +1063|27/08/1981|BINDO|GRAZIA|VIA ALDO MORO 2|84013|CAVA DE' TIRRENI|SA|17/06/1942|RUVO DI PUGLIA|27/02/1970|Bari|Farmacia|1970||farmaciabindo@hotmail.com +1068|29/12/1981|DE SALVO|ANTONIO|Via C. Colombo, 9|84098|Pontecagnano Faiano|SA|11/01/1955|EPISCOPIA|29/03/1979|Napoli|Farmacia|1979||a.desalvo555@gmail.com +1072|29/12/1981|ADINOLFI|PIA|VIA LICINELLA, 125|84070|Capaccio|SA|27/01/1957|SALERNO|22/07/1981|Napoli|Farmacia|1981||adinolfipia@hotmail.it +1074|15/01/1982|ESPOSITO|SERGIO|VIA ALENTO, 131 - LOC. BIVIO ACQUAVELLA|84040|Casal Velino|SA|29/08/1957|CASAL VELINO|24/06/1981|Napoli|Farmacia|1981||sergioesposito57@libero.it +1075|15/01/1982|BRUNO|ANNA MARIA|Via Nazionale, 128 - c/o Farmacia|84030|CASELLE IN PITTARI|SA|04/11/1958|TORTORELLA|30/10/1981|Napoli|Farmacia|1981||farm.bruno@libero.it +1078|19/02/1982|LENZA|AUTILIA|Via G.Carducci,54|84024|Contursi Terme|SA|02/05/1956|CONTURSI|22/07/1981|Napoli|Farmacia|1981||gerardopresutto@gmail.com +1080|29/06/1982|VIGORITO|DOMENICO|Via Maresca,32 int.3 piano 1|80058|TORRE ANNUNZIATA|SA|21/03/1956|CAPACCIO|29/06/1981|Napoli|Farmacia|1981||domenicovigorito@tim.it +1082|29/06/1982|IANNICELLI|ALBERTA|P.Za Mazzini, 14|84052|Ceraso|SA|23/12/1958|NAPOLI|18/03/1982|Roma|Farmacia|1982||info@cosedeluce.net +1083|29/06/1982|MONTAGNA|MARCELLO|Via Piave, 45 - P.Co Primavera Sc. C|84098|Pontecagnano Faiano|SA|30/12/1957|SALERNO|15/02/1982|Napoli|Farmacia|1982||marc.montagna@gmail.com +1087|29/06/1982|LORDI|ALFONSINA|VIA LUNGOMARE COLOMBO 339/C|84100|Salerno|SA|17/06/1958|SALERNO|23/03/1982|Napoli|Farmacia|1982||farm.lordi@libero.it +1090|10/09/1982|RIZZO|ELIO|Via Galilei, 12|84091|Battipaglia|SA|14/09/1955|BATTIPAGLIA|23/03/1982|Napoli|Farmacia|1982||elios.1@virgilio.it +1094|20/12/1982|DERKESHLI|AHMED MAZEN|Via Garibaldi,29|84087|Sarno|SA|13/08/1948|DAMASCO|13/12/1974|Bologna|Farmacia|1975||farmaciaderkeshli@hotmail.it +1097|30/12/1982|CORRADO|FRANCESCO|Via De filippo, 3|84014|Nocera inferiore|SA|05/01/1960|SALERNO|28/10/1982|Napoli|Farmacia|1982||farmaciacorrado@farmacia.it +1098|30/12/1982|BIANCO|PASQUALE|V.Le Liberta',4/f Coop.Coimpa|84091|Battipaglia|SA|30/05/1956|PIAGGINE|23/07/1982|Napoli|Farmacia|1982||biancopa56@libero.it +1099|30/12/1982|COSENTINO|SERGIO|Via M.Pironti,1/h-P.co Rose|84134|Salerno|SA|26/01/1957|BATTIPAGLIA|29/10/1982|Napoli|Farmacia|1982||cosentinosergio57@gmail.com +1100|30/12/1982|TRAPANI|ANTONINO|Viale G.Verdi,33 -p.Arbostella|84100|Salerno|SA|18/01/1960|SALERNO|28/10/1982|Napoli|Farmacia|1982||antonino.trapani@alice.it +1101|30/12/1982|FERRENTINO|FILOMENA|Via COLLE S.BARTOLOMEO,53|80045|POMPEI|NA|17/05/1958|SCAFATI|29/10/1982|NAPOLI|Farmacia|1982||ramadonna@alice.it +1102|24/02/1983|AMABILE|MILTON|VIA PICENTINO, 27|84098|PONTECAGNANO FAIANO|SA|25/11/1950|MAIORI|24/06/1982|Napoli|Farmacia|1982||dott.amabile@tiscali.it +1103|24/02/1983|D'AGOSTO|FATIMA|Via DELLE AZALEE,26|00058|SANTA MARINELLA|RM|14/11/1957|CARACAS|28/10/1982|Napoli|Farmacia|1982||fatimadagosto@tiscali.it +1106|24/02/1983|SALERNO|VINCENZO|C.So Umberto I,12|84060|Monteforte Cilento|SA|16/05/1955|MONTEFORTE CILENTO|28/10/1982|Napoli|Farmacia|1982|| +1108|24/02/1983|TIPALDI|VINCENZO|VIA SICILIANO, 11 - C/O FARMACIA|84014|Nocera Inferiore|SA|22/08/1955|NOCERA INFERIORE|28/10/1982|Napoli|Farmacia|1982|| +1109|24/02/1983|ROTUNDO|IRMA|Via Gramsci, 40|84080|Capezzano di Pellezzano|SA|29/09/1957|SALERNO|23/07/1982|Napoli|Farmacia|1982|| +1110|24/02/1983|PARENTE|ROSA ANNA MARIA|Via R.Cocchia, 85|84129|Salerno|SA|13/10/1957|LATRONICO|24/06/1982|Napoli|Farmacia|1982||ramparente@tiscali.it +1112|24/02/1983|PASSARO|ALDO GERARDO|P.Zza Dei Martiri, 14|84070|Trentinara|SA|21/05/1956|TRENTINARA|14/07/1982|Milano|Farmacia|1982||fciapassaro@interfree.it +1114|01/06/1983|PACELLA|LORENZO|Viale Monterosa,2 Scala A3|84091|Battipaglia|SA|18/09/1954|POSTIGLIONE|21/07/1982|Roma|Farmacia|1983||lorenzopacella@alice.it +1116|01/06/1983|BILOTTA|ARMANDO|P.Zza Umberto|84010|San Marzano Sul Sarno|SA|24/02/1960|AVELLINO|10/12/1982|Napoli|Farmacia|1983||armando.bilotta@virgilio.it +1121|10/06/1983|MELI|GIANDOMENICO|Corso Giuseppe Garibaldi, 8|84123|Salerno|SA|04/05/1959|SALERNO|10/12/1982|Napoli|Farmacia|1983||giandomenico.meli@yahoo.it +1122|30/06/1983|STABILE|RITA|Via Raffaele Mauri, 126|84100|Salerno|SA|22/01/1955|COMO|18/02/1983|Napoli|Farmacia|1983||rita_stabile@alice.it +1124|30/06/1983|DAINOTTI|CRISTINA|VIA TRENTO, 3|84043|Agropoli|SA|23/02/1957|MILANO|10/12/1982|Napoli|Farmacia|1983||c.dainotti@gmail.com +1125|30/06/1983|DELLA VALLE|CLAUDIA|Via L.Cacciatore,55|84100|Salerno|SA|23/01/1960|ROMA|22/03/1983|Napoli|Farmacia|1983||dellavalleconte@alice.it +1126|02/09/1983|PECORARO|NICOLA|Via Varolato|84047|Capaccio|SA|05/02/1953|PELLEZZANO|22/03/1983|Napoli|Farmacia|1983||nicolapecoraro53FARMACIA@GMAIL.COM +1127|15/09/1983|COZZITORTO|ERNESTA WILMA ANNAMA|Via Piedimonte|84014|Nocera Inferiore|SA|28/11/1958|SAN BASILE|22/03/1983|Napoli|Farmacia|1983||12216@pec.federfarma.it +1128|13/10/1983|LEMBA|EMILIA|Via 19 Agosto 1977|84060|Novi Velia|SA|31/10/1953|PALMA CAMPANIA|23/03/1982|Napoli|Farmacia|1982||veliafarm@tiscali.it +1130|28/12/1983|GUADAGNO|ELVIRA ANNAMARIA|Via M.Conforti, 4|84100|Salerno|SA|28/01/1960|GIOI|25/07/1983|Napoli|Farmacia|1983|| +1132|28/12/1983|ARDIA|GIOVANNI|Via P.Mascagni,27|84025|Eboli|SA|02/12/1951|EBOLI|21/07/1983|Napoli|Farmacia|1983||ardiagiovanni@gmail.it +1133|28/12/1983|LEVI|ERNESTO|Via R.De Martino,22|84100|Salerno|SA|04/09/1952|SALERNO|10/11/1983|Messina|Farmacia|1983|| +1137|28/12/1983|GINETTI|MARIA|Via Guariglia,1|84019|Vietri Sul Mare|SA|17/09/1959|SALERNO|25/07/1983|Napoli|Farmacia|1983||farmaciaginetti@libero.it +1138|28/12/1983|IPPOLITO|NICOLA|Via Prato Quinto, snc|84039|Teggiano|SA|21/05/1958|SANT' ARSENIO|19/07/1983|Roma|Farmacia|1983||f.ciaippolito@tiscali.it +1140|28/12/1983|ARENA|SILVANA|Via Bivio Acquavella|84040|Casal Velino|SA|06/05/1960|CARACAS (VENEZUELA)|21/07/1983|Napoli|Farmacia|1983||s.arena@aslsalerno.it +1142|28/12/1983|CUBICCIOTTO|ALFONSO|VIA LA MENNOLELLA, 76|84100|Salerno|SA|27/02/1959|CAMPAGNA|11/11/1983|Siena|Farmacia|1983||cubialfa@libero.it +1143|30/12/1983|MAZZEI|LIVIA|Via Salzanico, 3|84099|San Cipriano Picentino|SA|12/10/1959|SALERNO|10/11/1983|Roma|Farmacia|1983||liviamazzei@libero.it +1144|20/01/1984|GAMMALDI|ANTONIO|Via D. Taiani, 38|84126|Salerno|SA|03/02/1959|SALERNO|21/07/1983|Napoli|Farmacia|1983||farmaciagammaldi@tiscali.it +1145|20/01/1984|COSTANTINO|MARIO|Via Della Libert, 47|84091|Battipaglia|SA|23/03/1956|CASTELCIVITA|29/06/1983|Napoli|Farmacia|1983||farparisi-costantino@tiscali.it +1146|20/01/1984|D'ELIA|ANNA AGNESE|Via Garda,2|84091|Battipaglia|SA|08/03/1955|TEGGIANO|28/10/1983|Napoli|Farmacia|1983|| +1147|20/01/1984|SPENILLO|MICHELE|Via Pantanelle,25|84030|Montesano Sulla Mercellan|SA|23/04/1959|MONTESANO SULLA MARCELLANA|23/06/1983|Urbino|Farmacia|1983||jacarandakiooo@hotmail.it +1149|24/02/1984|PACE|ANNA MARIA|Via Casa Fasulo, 2|84100|Salerno|SA|24/04/1958|SALERNO|21/07/1983|Napoli|Farmacia|1983||pace.annamaria@yahoo.it +1153|24/02/1984|FERRANTE|LUCIANA|Via Siciliano,13|84014|Nocera Inferiore|SA|14/06/1957|NOCERA INFERIORE|25/07/1983|Napoli|Farmacia|1983||lucianaferrante@libero.it +1158|14/07/1984|DI FILIPPO|FORTURA TINA|VIA UGO DE CONCILIIS, 23 I|84083|CASTEL SAN GIORGIO|SA|04/03/1957|MELBOURNE|22/03/1984|Napoli|Farmacia|1984||Tidifi1957@gmail.com +1159|14/07/1984|SODANO|ANTONIO|Via Curci|84078|Vallo Della Lucania|SA|31/03/1957|SALERNO|13/03/1984|Roma|Farmacia|1984||farmaciasodano@tiscali.it +1163|18/10/1984|ANGIOLILLO|MARIANO ANDREA|VIA DELLO STADIO,16|84016|Pagani|SA|06/07/1952|RUOTI|20/03/1975|Napoli|Farmacia|1975||farmaciatrapani@virgilio.it +1166|29/12/1984|CASSANO|GIULIANA|Via R.Santamaria,86|84133|Salerno|SA|18/11/1958|SAN LUCIDO|24/07/1984|Napoli|Farmacia|1984||giulianacassano@libero.it +1167|29/12/1984|MASSOTTI|ENZA|Via S.De Crescenzo, 19|84100|Salerno|SA|04/06/1955|PAGANI|24/02/1984|Napoli|Farmacia|1984||massotti.enza@virgilio.it +1168|29/12/1984|ALLIEGRO|GIUSEPPE F. MARIA ROSARIO|C.so V. Emanuele,1|84034|Padula|SA|08/10/1955|PADULA|24/07/1984|Napoli|Farmacia|1984||farmaciaalliegro@tiscali.it +1169|17/01/1985|FEMIA|GIUSEPPE|Via Damiano Chiesa, 75|84082|Bracigliano|SA|30/06/1959|MONTECORVINO PUGLIANO|29/10/1984|Napoli|Farmacia|1984||g.femia@gmail.com +1170|17/01/1985|PESSOLANO|GIGLIOLA|VIA NAZIONALE, 163|84022|Campagna|SA|20/12/1961|NAPOLI|24/07/1984|Napoli|Farmacia|1984||farmpessolano@tiscali.it +1171|31/01/1985|TESAURO|ALESSIO|Via Garibaldi,6|84060|Orria|SA|04/01/1952|ORRIA|15/11/1984|Roma|Farmacia|1984||17920@pec.federfarma.it +1172|31/01/1985|VISCONTI|PAOLO|Via Udine,3|84091|Battipaglia|SA|10/02/1960|SALERNO|11/07/1984|Napoli|Farmacia|1984||cofaser10sanna@tiscali.it +1173|07/02/1985|IANNACCONE|ANDREINA ANNAMARIA CLORIN|Via D.Co Vietri,5|84100|Salerno|SA|04/06/1959|SANT'ANGELO DEI LOMBARDI|30/10/1984|Napoli|Farmacia|1984||a.iannaccone@homeoservice.it +1174|21/02/1985|ROSSI|LUCIA|Via S.Croce|84062|Olevano Sul Tusciano|SA|10/07/1950|MARSICO NUOVO|03/11/1975|Napoli|Farmacia|1975||farmaciarossilucia@tiscali.it +1176|08/03/1985|FASANO|VINCENZA|Via Prato IV, 30|84039|Teggiano|SA|09/05/1955|TEGGIANO|18/07/1984|Roma|Farmacia|1984||fasanogallo.sg@libero.it +1178|24/05/1985|LAVECCHIA|MARIANTONIETTA|Via Cimitero,5|84078|Vallo Della Lucania|SA|13/12/1956|VALLO DELLA LUCANIA|01/04/1985|Catania|Farmacia|1995||fcialavecchia@tiscali.it +1180|28/06/1985|RUSSO|LINA|Via Aldo Moro, 5|84047|Capaccio|SA|23/08/1956|ROCCAROMANA|23/07/1982|Napoli|Farmacia|1982||emidio2353@gmail.com +1181|18/07/1985|PIFANO|BRUNO|VIA S. MARTIRI, 31|84135|Salerno|SA|02/09/1960|SALERNO|20/03/1985|Napoli|Farmacia|1985||bpifano@tiscali.it +1182|18/07/1985|PIFANO|LOREDANA|Via dei Principati,77|84100|Salerno|SA|24/03/1959|SALERNO|25/03/1985|Napoli|Farmacia|1985||l.pifano@alice.it +1183|18/07/1985|LANGONE|GIOVANNA|VIA DON MINZONI|84091|Battipaglia|SA|27/08/1961|BATTIPAGLIA|21/03/1985|Napoli|Farmacia|1985||raffaele.langone@gmail.com +1184|18/07/1985|PESCA|GABRIELLA ROSANNA|Via Roma, 21|84029|SICIGNANO DEGLI ALBURNI|SA|23/04/1960|SALERNO|10/12/1984|Napoli|Farmacia|1985||gpesca@tiscali.it +1185|18/07/1985|SICONOLFI|ANTONELLA|Via A.Diaz,12|84100|Salerno|SA|05/01/1961|SALERNO|25/03/1985|Napoli|Farmacia|1985||asiconolfi@alice.it +1186|18/07/1985|TROTTA|PIETRO ANTONIO MICHELE|Via Papa Giovanni XXIII, 62|84013|CAVA DE' TIRRENI|SA|28/07/1959|REGGIO CALABRIA|19/03/1985|Napoli|Farmacia|1985||trottapietro@alice.it +1187|18/07/1985|SALSANO|LUIGI|VIA FRANCESCO CRISPI, 1/22|84126|SALERNO|SA|10/08/1958|SALERNO|21/03/1985|Napoli|Farmacia|1985||farmsalsano3@tiscali.it +1189|18/07/1985|PECORARO|ANTONIETTA|Via Panoramica,33-Lotto 36|84100|Salerno|SA|23/11/1958|SALERNO|25/03/1985|Napoli|Farmacia|1985||matteo.mautone@libero.it +1192|18/07/1985|VIGGIANO|GIUSEPPE|VIA PROVINCIALE VATOLLA, 10|84060|PERDIFUMO|SA|10/02/1958|POSTIGLIONE|25/03/1985|Napoli|Farmacia|1985||tiktik@tiscalinet.it +1194|18/07/1985|TERRACCIANO|CARMELA|Via Boschi,1|84036|Sala Consilina|SA|12/02/1958|NAPOLI|25/03/1985|Napoli|Farmacia|1985||malater@tiscali.it +1195|12/09/1985|SCARPA|DONATO|Via Nigri,14|84070|Salento|SA|15/06/1960|SALENTO|27/03/1985|Roma|Farmacia|1985||comunale.rutino@tiscali.it +1199|21/11/1985|CAPUANO|GIUSEPPE|Via Gelso,69|84125|Salerno|SA|08/09/1958|SALERNO|21/03/1985|Napoli|Farmacia|1985||pinocapuano8@gmail.com +1204|23/01/1986|SANTORO|ANNA|Via Delle Puglie, 13|84085|Mercato San Severino|SA|14/10/1959|MERCATO SAN SEVERINO|24/10/1985|Napoli|Farmacia|1985||farmaciamss@libero.it +1205|23/01/1986|SABATELLA|CARLA|Via A. Galdi, 15 fraz. Ogliara|84125|Salerno|SA|17/12/1962|SALERNO|25/07/1985|Napoli|Farmacia|1985||c.sabatella@aslsalerno.it +1208|20/02/1986|PAPULINO|ELENA|Via M.Platamone,14|84100|Salerno|SA|09/06/1957|NAPOLI|25/07/1985|Napoli|Farmacia|1985||emanuel.fiore@tiscali.it +1209|20/03/1986|PELLEGRINO|GIUSEPPE|VIA BONINO DA CAMPIONE 5|37100|VERONA|VR|28/04/1943|ROMA|27/07/1971|Roma|Farmacia|1971||amministrazione@santannafarmacie.it +1210|20/03/1986|VALLETTA|CHERUBINO|C.So Reginna,12|84016|Maiori|SA|02/03/1959|PELLEZZANO|30/10/1985|Napoli|Farmacia|1985||farmacia.valletta@virgilio.it +1211|20/03/1986|MASTANDREA|CATERINA|Via Casa Manzo, 8|84100|Salerno|SA|28/01/1962|SALERNO|25/07/1985|Napoli|Farmacia|1985||caterinamas@hotmail.it +1213|16/05/1986|GALLUCCI|ROSANNA|Via Piedi Zappino, 67|84022|Campagna|SA|14/05/1955|SOLOFRA|20/03/1980|Napoli|Farmacia|1980||rosanna.gallucci@tiscali.it +1214|12/06/1986|PARISI|ORAZIO|Via S. Stefano, 7|84021|Buccino|SA|19/10/1959|PALOMONTE|26/03/1986|Napoli|Farmacia|1986||mario_costantino@aliceposta.it +1216|12/06/1986|DELLA MONICA|GIOVANNA|Via Lamia, 18|84016|Nocera Superiore|SA|23/02/1959|NOCERA SUPERIORE|24/02/1986|Napoli|Farmacia|1986||giovannadellamonica@alice.it +1217|12/06/1986|RUGGIERO|MICHELINA|Via Posidonia,35|84100|Salerno|SA|14/07/1960|SALERNO|24/10/1985|Napoli|Farmacia|1985||farmaciagrimaldi@libero.it +1220|12/06/1986|MOSCARIELLO|ANTONIETTA|Via Ferreria, 123|84081|Baronissi|SA|11/01/1957|SALERNO|25/02/1986|Napoli|Farmacia|1986||moscaanto@libero.it +1222|12/06/1986|PUGLIESE|GERARDO|VIA SOCCORSO 26|84084|FISCIANO|SA|26/11/1962|SALERNO|26/02/1986|Napoli|Farmacia|1986||farmaciapugliese@tiscali.it +1223|12/06/1986|MONTERA|CARMELA|Via Enrico Bottiglieri, 17 - pal.na 13|84134|SALERNO|SA|13/08/1960|SALERNO|25/03/1986|Napoli|Farmacia|1986||carmela.montera@gmail.com +1225|27/06/1986|BAGLIVO|ANTONIO|Viale Europa,65 Sc.L|84015|Nocera Superiore|SA|29/08/1960|POLLICA|25/02/1986|Napoli|Farmacia|1986||alessiapascale85@gmail.com +1227|27/06/1986|FIERRO|ANIELLO|Via Provinciale,13|84058|Ascea|SA|15/06/1958|ASCEA|27/06/1985|Napoli|Farmacia|1986||aniellofierro@libero.it +1230|05/09/1986|BORRELLI|EUFEMIA|Via S. Aspreno, 13|80138|Napoli|NA|01/08/1955|MONTEFORTE IRPINO|18/02/1983|Napoli|Farmacia|1983||fciaborrelli@tiscali.it +1231|29/12/1986|BONORA|ROBERTO|VIA AMM. VECCHIO, 42|84047|Capaccio|SA|03/10/1960|CAPACCIO|30/10/1986|Napoli|Farmacia|1986||farmacia-battaglia@tiscali.it +1232|29/12/1986|LENZA|PASQUALE|C.So Vitt.Emanuele,58|84123|Salerno|SA|17/10/1958|SALERNO|23/07/1986|Napoli|Farmacia|1986||farmaciaferrara@tin.it +1233|29/12/1986|RUGGIERO|MARIA|VIA ING. D'AGOSTO, 34|84060|Moio della Civitella|SA|04/01/1961|MOIO DELLA CIVITELLA|24/07/1986|Napoli|Farmacia|1986||fcia.ruggiero@tiscali.it +1234|29/12/1986|PISCOPO|EVELINA ANNA MARIA R.|Via Dei Goti, 167|84012|Angri|SA|29/07/1960|SALERNO|23/07/1986|Napoli|Farmacia|1986||evelinapiscopo@libero.it +1236|29/12/1986|di GAETA|OTTAVIO|Via F.Lli De Mattia, 6|84122|Salerno|SA|06/05/1962|SALERNO|03/11/1986|Napoli|Farmacia|1991||farmaciasantarcangelo@virgilio.it +1237|29/12/1986|SORGENTE|ANGELINA|Via Parini, 11|84098|Pontecagnano Faiano|SA|07/03/1961|PONTECAGNANO FAIANO|30/10/1986|Napoli|Farmacia|1986||farmaciasorgentesnc@libero.it +1238|29/12/1986|PAVESE|FRANCESCO ROSARIO|Via Trento,48|84129|Salerno|SA|01/01/1959|LAURENZANA|18/03/1983|Napoli|Farmacia|1983||farmacia@pavesefrancescorosario.191.it +1239|29/12/1986|VIOLA|MARIA ELENA|Via Curci,3|84078|Vallo Della Lucania|SA|01/09/1961|NOCERA INFERIORE|01/07/1986|Napoli|Farmacia|1986|| +1241|29/12/1986|FERRUZZI|FERDINANDO|VIA CESINE SOTTANE snc|84069|Roccadaspide|SA|15/01/1958|ROCCADASPIDE|30/10/1986|Napoli|Farmacia|1986||alfoffy@hotmail.it +1243|15/01/1987|SAPORITO|ANTONIO|Via R. De Martino,34|84100|Salerno|SA|29/11/1959|PETINA|30/10/1986|Bologna|Farmacia|1986||antonysap@virgilio.it +1245|29/01/1987|PUCCIARELLI|FRANCESCO|Via S.Sebastaino,90|84030|Caggiano|SA|27/06/1954|CAGGIANO|12/12/1985|Napoli|Farmacia|1986|| +1246|12/02/1987|PARISI|VIRGINIA|Via Trento,1|84098|Pontecagnano Faiano|SA|06/05/1956|PONTECAGNANO FAIANO|31/10/1986|Napoli|Farmacia|1986||farmaciafimiani@virgilio.it +1247|12/02/1987|SACCO|IMMACOLATA|Via Belvedere, 7|84045|Altavilla Silentina|SA|20/07/1962|ALTAVILLA SILENTINA|13/11/1986|Roma|Farmacia|1986||annapiasac@tin.it +1248|12/02/1987|SAVASTANO|MATTEO|Via C.Sorgente,98 /scala C|84100|Salerno|SA|27/05/1962|SALERNO|14/11/1986|Urbino|Farmacia|1986||matteo.savastano@merckserono.net +1249|28/04/1987|LISTA|LUIGI|Via Napoli,82|84040|Casal Velino|SA|19/03/1952|CASAL VELINO|30/10/1985|Napoli|Farmacia|1986||fcialista@tilsag.it +1250|18/06/1987|LANZETTA|ANTONIA|Via Plava 58|84091|Battipaglia|SA|29/09/1956|LAVELLO|06/11/1979|Napoli|Farmacia|1979||antonialanzetta@hotmail.it +1251|18/06/1987|CURCIO|CARMINE ANTONIO|VIA G. PLATEARIO, 2|84132|SALERNO|SA|22/06/1957|CAPOSELE|24/07/1984|Napoli|Farmacia|1984||carmineantonio.curcio@tin.it +1252|18/06/1987|PAGANO|GIUSEPPINA|Vicolo Isonzo, 1|84056|GIOI|SA|21/05/1957|SALERNO|12/12/1986|Napoli|Farmacia|1986||giusypagano57@libero.it +1253|18/06/1987|FABBRICATORE|SALVATORE|VIA S.EUSTACHIO,49|84100|Salerno|SA|27/05/1962|SALERNO|24/02/1987|Napoli|Farmacia|1987||farmaciadarienzo@tiscali.it +1255|18/06/1987|INFANTE|MARIO BRUNO|Via Roma,23|84070|SALENTO|SA|05/10/1962|STIO|25/02/1987|Napoli|Farmacia|1987||farmaciainfante@libero.it +1257|18/06/1987|LAVECCHIA|DANILA|Via Campo Sportivo,5|84078|Vallo Della Lucania|SA|08/06/1962|VALLO DELLA LUCANIA|26/02/1987|Napoli|Farmacia|1987||fcialavecchia@tiscali.it +1258|18/06/1987|VITOLO|ANTONIO|C.so Garibaldi, 31|84123|Salerno|SA|04/05/1962|SALERNO|24/02/1987|Napoli|Farmacia|1987||farmaciavitolo2002@libero.it +1259|18/06/1987|RUFOLO|VINCENZO|VIA CHIESA, 26|84020|Oliveto Citra|SA|14/02/1956|OLIVETO CITRA|01/04/1987|Napoli|Farmacia|1987||farmarufolo@virgilio.it +1260|18/06/1987|CAIAZZA|MARIA TERESA PATRIZIA|P.zza Vitt.Emanuale II, 10|84013|Cava Dei Tirreni|SA|30/11/1958|LAVIANO|25/02/1987|Napoli|Farmacia|1987||eredicaiazza@tiscali.it +1262|22/07/1987|TRIVELLI|FERNANDA|Via Madonna del Carmine, 22|84050|Laurito|SA|28/02/1962|SALERNO|12/11/1986|Siena|Farmacia|1987||tonino.volpe@virgilio.it +1265|22/07/1987|D'URSO|ROSSANA|Via Seripando,8|84100|Salerno|SA|24/04/1963|SALERNO|16/12/1986|Napoli|Farmacia|1987||farmaciadurso@virgilio.it +1266|22/07/1987|CRISTINZIANO|SILVESTRO|Via E.Fermi,4|84018|Scafati|SA|01/01/1957|CASOLA|28/03/1987|Bari|Farmacia|1987||crleord@tiscalinet.it +1267|22/07/1987|VIOLENTO|RENATO|Via Roma,32|84044|Albanella|SA|12/12/1960|ALBANELLA|25/03/1987|Napoli|Farmacia|1987||renato.violento@zambongroup.com +1268|30/07/1987|GUGLIELMOTTI|ANGELO|Via Gelso,69|84126|Salerno|SA|19/02/1961|NOCERA SUPERIORE|27/03/1985|Roma|Chimica e tecn. farmaceutica|1985||a.guglielmotti@angelini.it +1270|31/12/1987|TOMAI|ADELE|C.So V.Emanuele|84026|Postiglione|SA|30/09/1962|SALERNO|23/07/1987|Napoli|Farmacia|1987||farmaciatomai@libero.it +1272|31/12/1987|SENA|GIOVANNA MARIA|VIA SAN GIOVANNI, 60|84025|Eboli|SA|28/07/1962|CASTELNUOVO DI CONZA|30/10/1987|Napoli|Farmacia|1987||farmaciasena@alice.it +1273|31/12/1987|VIOLA|GIANLUIGI|C.So Italia,16|84013|Cava Dei Tirreni|SA|27/10/1963|NOCERA INFERIORE|29/10/1987|Napoli|Farmacia|1987||gianluigiviola@libero.it +1274|31/12/1987|SCHIAFFO|ANGELA|VIA FRANCESCO CRISPI, 1/22|84126|SALERNO|SA|23/06/1962|SALERNO|30/06/1987|Napoli|Farmacia|1987||farmsalsano3@tiscali.it +1276|31/12/1987|MACELLARO|RITA ANNAMARIA|Via E.Castelluccio,24|84100|Salerno|SA|02/03/1963|SALERNO|03/11/1987|Napoli|Farmacia|1987||salerno1@consofarm.it +1278|31/12/1987|BARLOTTI|GABRIELE|Via Mazzini,11|84091|Battipaglia|SA|23/05/1955|BATTIPAGLIA|16/07/1987|Siena|Farmacia|1987||g.barlotti@virgilio.it +1283|31/12/1987|AMATO|FILOMENA|Via F.Bottiglieri 17/4|84100|Salerno|SA|30/09/1962|SALERNO|30/10/1987|Napoli|Farmacia|1987||cficontratti@consofarm.it +1285|14/01/1988|RAMASCHIELLO|GIUSEPPINA|C.So V.Emanuele,43|84014|Nocera Inferiore|SA|06/06/1962|NOCERA INFERIORE|29/10/1987|Napoli|Farmacia|1987||sanitariadelcorso@libero.it +1286|14/01/1988|RAGOSA|GIUSEPPINA|Via San Rocco,8 - P.co Claudia - Pal. C|84016|Pagani|SA|02/08/1959|PAGANI|01/07/1987|Napoli|Farmacia|1987||gragosa59@gmail.com +1287|14/01/1988|BARELA|GIANCARLO|Via Santa Tecla,2|84016|Maiori|SA|24/04/1961|SALERNO|12/11/1987|Camerino|Farmacia|1987||gbarela@tin.it +1288|14/01/1988|GAGLIARDI|ANDREA MARIO|Via Nazionale, 18/b|84033|MONTESANO SULLA MARCELLANA|SA|08/02/1961|AULETTA|22/07/1987|Napoli|Farmacia|1987||farmaciadelportoscario@virgilio.it +1289|14/01/1988|PROFETA|MARIO|Via Ponte,19|84010|Tramonti|SA|19/04/1962|TRAMONTI|30/10/1987|Napoli|Farmacia|1987|| +1291|14/01/1988|FRATINI|ANNA MARIA|Via Cilento,1/4|84010|Corbara|SA|20/03/1957|MAGLIANO SABINA|17/03/1982|Roma|Farmacia|1982||annamaria-fratini@virgilio.it +1292|28/01/1988|MARTINO|DANIELA|Via Vincenzo Dono,8|84127|Salerno|SA|17/05/1961|MILANO|30/06/1987|Napoli|Farmacia|1987||danielamartino@hotmail.it +1293|28/01/1988|FALCONE|ANNA MARIA|Via Roma,30|84092|Bellizzi|SA|14/02/1963|MONTECORVINO PUGLIANO|29/10/1987|Napoli|Farmacia|1987||falconeannamaria@pec.it +1294|28/01/1988|AMMATURO|MICHELINA|Via Gramsci,13|80040|Poggiomarino|NA|19/05/1961|POMPEI|10/12/1984|Napoli|Farmacia|1985||m.ammaturo@aslsalerno.it +1296|03/03/1988|BATTAGLIA|PATRIZIA|Via Carducci|84047|Capaccio|SA|12/04/1961|SALERNO|22/07/1987|Napoli|Farmacia|1987||farmacia-battaglia@tiscali.it +1298|17/03/1988|AMMATURO|MARCELLA|Via Piave,35|84010|San Marzano Sul Sarno|SA|16/09/1962|POMPEI|24/03/1986|Napoli|Farmacia|1986||farmacia.bilotta@libero.it +1300|30/05/1988|DI MURIA|ALBERTO|Via Principe|84034|Padula|SA|24/12/1964|POLLA|24/02/1988|Napoli|Farmacia|1988||dimal@vipnet.it +1302|30/06/1988|FAZIONE|ASSUNTA|VIA ROMA, 42|84016|Pagani|SA|29/01/1963|SARNO|24/02/1988|Napoli|Farmacia|1988||camros1@hotmail.it +1303|30/06/1988|PASTORE|LUIGI|Via SS. Martiri Salernitani, 24|84100|Salerno|SA|06/01/1961|SALERNO|25/02/1988|Napoli|Farmacia|1988||farmadamore@tiscali.it +1304|30/06/1988|SCHETTINI|SERGIO|Via V. De Caro, 35/B|84095|Giffoni Valle Piana|SA|06/09/1960|GIFFONI SEI CASALI|22/03/1988|Napoli|Farmacia|1988||farmaciaschettini@libero.it +1305|30/06/1988|RAIMONDO|OTTAVIO|VIA BELVEDERE, 43|84091|BATTIPAGLIA|SA|13/10/1961|SALERNO|25/11/1987|Napoli|Farmacia|1988||elvis.61@libero.it +1306|30/06/1988|BOTTONI|FRANCESCO|Via C.Battisti,75|84018|Scafati|SA|14/05/1961|POMPEI|13/04/1988|Siena|Farmacia|1988||francesco.bottoni@libero.it +1307|30/06/1988|COPPOLA|SERAFINA|Via Sestrieri Pellegrino C.dio,7|84132|Salerno|SA|13/01/1962|SAN GIORGIO A CREMANO|25/03/1988|Napoli|Farmacia|1988||serafinacoppola@pec.it +1309|30/06/1988|LA ROCCA|ANTONIA|Via E.Perito,18|84025|Eboli|SA|11/03/1959|EBOLI|26/11/1987|Napoli|Farmacia|1988||antonellalarocca@hotmail.it +1310|30/06/1988|CAROCCIA|GIUSEPPINA|C.SO DIAZ,38|84060|PRIGNANO CILENTO|SA|29/12/1962|VALLO DELLA LUCANIA|23/03/1988|Firenze|Farmacia|1988||farmacia.caroccia@libero.it +1312|30/06/1988|PARRILLI|CLORINDA|Via Monticelli, 2|84131|Salerno|SA|23/03/1961|SALERNO|22/03/1988|Napoli|Farmacia|1988||farmaciasorgentesnc@libero.it +1313|30/06/1988|POLVERINO|ANNA|Via V.De Caro,35/b|84095|Giffoni Valle Piana|SA|05/12/1961|LAGONEGRO|22/03/1988|Napoli|Farmacia|1988||plvnna@libero.it +1314|25/07/1988|MARRONE|ROSSANA|VIA STADIO, 7|84098|Pontecagnano Faiano|SA|15/08/1960|PONTECAGNANO FAIANO|22/03/1988|Napoli|Farmacia|1988||erboramar@libero.it +1315|25/07/1988|SQUILLANTE|FILOMENA|Via O.Tortora,91|84087|Sarno|SA|05/01/1959|TORRE DEL GRECO|22/03/1988|Napoli|Farmacia|1988|| +1316|20/09/1988|CILLO|MARIAROSARIA CARMELA|Via G.De Falco,7|84100|Salerno|SA|11/07/1964|BAGNOLI IRPINO|24/03/1988|Napoli|Farmacia|1988||mariarosariacillo@gmail.com +1318|15/11/1988|TALARICO|ADALGISA ORNELLA|VIA FESTOLA, 149/B|84062|Olevano Sul Tusciano|SA|21/03/1960|COSENZA|20/10/1984|Bari|Farmacia|1984||ropas2160@hotmail.com +1319|21/12/1988|LA FEMINA|MARIA-LEONILDA|Via Carlo Tramontano, 66|84016|Pagani|SA|03/08/1962|PAGANI|21/07/1988|Napoli|Farmacia|1988||annamaria62m@libero.it +1321|21/12/1988|VESSA|ROBERTO|P.Za Casalbore, 25|84100|Salerno|SA|27/09/1960|SALERNO|25/03/1988|Napoli|Farmacia|1988||robertovessa@libero.it +1322|21/12/1988|INCOLLINGO|CLELIA|Via Fonte, 49|84069|Roccadaspide|SA|25/07/1958|CAMPOBASSO|21/07/1988|Napoli|Farmacia|1988||inccle@libero.it +1323|21/12/1988|GAMMALDI|LUCIANA|Via Paolo Diacono,7|84125|Salerno|SA|08/02/1965|SALERNO|01/07/1988|Napoli|Farmacia|1988||r.sasso@tin.it +1324|21/12/1988|LAURO|MADDALENA|Via Belvedere, 43|84091|Battipaglia|SA|14/03/1955|CASTEL SAN GIORGIO|28/10/1988|Napoli|Farmacia|1988||farmacia.lauro@hotmail.it +1325|21/12/1988|LAVECCHIA|ANNA|Via Muro, 13|84030|San Rufo|SA|18/09/1961|SAN RUFO|19/07/1988|Siena|Farmacia|1988||annalavecc@libero.it +1326|21/12/1988|DOVINOLA|ANGELA|Via M.Del Monte,7|84100|Salerno|SA|13/10/1966|SALERNO|26/10/1988|Napoli|Farmacia|1988||angela.dovinola@libero.it +1329|28/12/1988|SORRENTINO|RAFFAELLA|Via S.Paolo A Villanova,11|80123|Napoli|NA|25/06/1965|SALERNO|27/10/1988|Napoli|Farmacia|1988||rafsorre@unina.it +1330|28/12/1988|de FRANCESCO|FERDINANDO MARIA|Via G.Canale, 42|84014|Nocera Inferiore|SA|14/12/1966|NOCERA INFERIORE|28/10/1988|Napoli|Farmacia|1988||fm.defrancesco@libero.it +1331|19/01/1989|BRUSCO|ANGELA MARIA|Via Umberto I, 149|84079|Vibonati|SA|25/05/1956|VIBONATI|19/07/1988|Siena|Farmacia|1988||angela.brusco@alice.it +1333|19/01/1989|D'URSO|LUIGI|Via Cacciatori dell'Irno, 3|84136|Salerno|SA|06/09/1965|SALERNO|26/10/1988|Napoli|Farmacia|1988||luigi.durso65@gmail.com +1334|19/01/1989|CAGGIANO|MARISA|Via Domodossola,96|84091|Battipaglia|SA|02/01/1962|BATTIPAGLIA|24/02/1988|Napoli|Farmacia|1988||marisacag@pecfarmacisti.it +1335|19/01/1989|GALDERISI|ADELE|Via Torrione, 113|84127|Salerno|SA|05/05/1963|SALERNO|28/10/1988|Napoli|Farmacia|1988||adelegalderisi@alice.it +1336|19/01/1989|BARLETTA|ANTONIETTA|VIA BEATA TERESA DI CALCUTTA, 8|84135|Salerno|SA|08/08/1963|SALERNO|28/10/1988|Napoli|Farmacia|1988||iommero90@libero.it +1337|19/01/1989|TROTTA|RITA|Piazza della Liberta', 14|84075|STIO|SA|13/02/1952|STIO|26/10/1988|Napoli|Farmacia|1988||farmaciastio@tiscali.it +1338|19/01/1989|LOMONACO|ROBERTA ANNA|Via Romero, 7 - Parco Migliaro|84133|Salerno|SA|04/07/1960|SALERNO|27/10/1988|Napoli|Farmacia|1988||ral1960@hotmail.it +1339|03/02/1989|MORRONE|VINCENZO|Via Ex-Monastero, 34|84030|Caggiano|SA|23/02/1957|CAGGIANO|26/10/1988|Napoli|Farmacia|1988||morroneditalia@libero.it +1342|03/02/1989|CETRANGOLO|TATJANA|P.Za T.Gaza|84070|San Giovanni A Piro|SA|03/10/1957|SAN GIOVANNI A PIRO|30/06/1988|Napoli|Farmacia|1988||tatianu@alice.it +1343|03/02/1989|ELBERTI|MARIA GIOVANNA|Via Martuscelli, 36 - TORRIONE ALTO|84100|Salerno|SA|15/12/1963|SALERNO|30/06/1988|Napoli|Farmacia|1988||maria.elberti@sangiovannieruggi.it +1344|23/02/1989|MASCARO|SILVIA|Via Ersilio Castelluccio, 1/b|84134|Salerno|SA|03/04/1964|SALERNO|28/10/1988|Napoli|Farmacia|1988||silviamascaro@katamail.com +1345|23/02/1989|LAVORGNA|ALESSANDRA|Via A.Panico,3|84025|Eboli|SA|21/10/1964|EBOLI|26/02/1988|Napoli|Chimica e tecn. farmaceutica|1988|| +1349|11/05/1989|APOLITO|RENATA|Via R.Scaramella,13|84020|Castelcivita|SA|23/04/1959|NAPOLI|28/10/1982|Napoli|Farmacia|1982||fallina@caltanet.it +1350|08/06/1989|LANZETTA|NELLINA|Via Nazionale,39|84078|Vallo Della Lucania|SA|23/09/1958|SALERNO|22/03/1989|Napoli|Farmacia|1989||nellynalanz@gmail.com +1352|08/06/1989|RICCI|VILMA|C.So Umberto I, 187|84013|Cava Dei Tirreni|SA|29/03/1962|CAVA DE' TIRRENI|22/03/1989|Napoli|Farmacia|1989||vilma.ricci@sangiovannieruggi.it +1353|08/06/1989|TUCCI|VINCENZO|Piazza Borgo, 11|84025|Eboli|SA|16/06/1961|EBOLI|24/02/1989|Napoli|Farmacia|1989||farmacia.tucci@tiscalinet.it +1354|08/06/1989|LENZA|VINCENZO|L.Re Trieste,12|84123|Salerno|SA|05/11/1959|SALERNO|24/02/1989|Napoli|Farmacia|1989||farmaciaferrara@tin.it +1355|08/06/1989|PRIORE|EMILIO|P.Za Europa,75|84037|Sant'Arsenio|SA|19/04/1960|POLLA|21/03/1989|Napoli|Farmacia|1989||farmaciapriore@tiscali.it +1357|08/06/1989|ALLEGRO|PASQUALE|Via Raffaele Cavallo, 11/13|84126|Salerno|SA|12/09/1965|SALERNO|22/03/1989|Napoli|Farmacia|1989||p.allegro@aslsalerno.it +1359|14/07/1989|PELLEGRINO|ANTONELLA|Via Casa Manzo,6|84100|Salerno|SA|28/12/1963|CARACAS|24/02/1989|Napoli|Farmacia|1989||antopel2003@tiscali.it +1360|14/07/1989|FRANCO|FRANCESCO PAOLO|V.Le Margherita,19|84087|Sarno|SA|12/08/1965|NICASTRO|22/03/1989|Napoli|Farmacia|1989||paolo.franco31@virgilio.it +1362|14/07/1989|DI CIANNI|FRANCESCO|P.Za Umberto I,52|84062|Olevano Sul Tusciano|SA|15/03/1963|PIAGGINE|17/10/1988|Firenze|Farmacia|1989||fradic@tiscali.it +1363|21/09/1989|FASANO|ORTENSIA MARIA IRENE|P.Zza Nuova Europa|84020|Ricigliano|SA|23/03/1958|VALVA|24/02/1989|Napoli|Farmacia|1989||farmacia.fasano@tiscali.it +1364|21/09/1989|GRIMALDI|MARIA|Via A.Genovesi,16|84100|Salerno|SA|11/04/1966|SALERNO|24/02/1989|Napoli|Farmacia|1989||farmaciagrimaldi@libero.it +1366|29/12/1989|BARLOTTI|GENNARO|VIA ADIGE, 25|84091|Battipaglia|SA|01/04/1957|BATTIPAGLIA|10/11/1989|Siena|Farmacia|1989||gennarobarlotti@alice.it +1367|29/12/1989|DI CANTO|PIETRO|Via Europa, 6|84070|Trentinara|SA|17/02/1953|TRENTINARA|27/10/1989|Napoli|Farmacia|1989||zoomedicasas@tiscali.it +1368|29/12/1989|CAROTENUTO|MICHELINA|Via Mortellari Tr. Boiardo, 4|84018|Scafati|SA|01/12/1957|POMPEI|27/10/1989|Napoli|Farmacia|1989||dssacarotenuto@alice.it +1370|29/12/1989|D'URSO|STEFANIA|Via P.Grisignano,4|84100|Salerno|SA|18/03/1963|SOLOFRA|30/06/1989|Napoli|Farmacia|1989||dursostefania63@gmail.com +1371|31/12/1989|GUZZI|GERMANO|Via 2 Giugno,10|84091|Battipaglia|SA|06/11/1959|BATTIPAGLIA|30/06/1989|Napoli|Farmacia|1989||duplicegi@tin.it +1372|31/12/1989|BENEVENTO|FILOMENA|Via Frigenti, 16|84010|San Valentino Torio|SA|13/04/1962|NAPOLI|26/10/1989|Napoli|Farmacia|1989||fillybenevento@libero.it +1373|31/12/1989|TRAMONTANO|GERARDO|Via C.Tramontano, 90|84016|Pagani|SA|01/12/1959|PAGANI|20/07/1989|Napoli|Farmacia|1989||gerardotramontano@tiscali.it +1374|31/12/1989|CORRADO|ANTONELLA|Via G.Sodano,29|84087|Sarno|SA|23/03/1961|SALERNO|26/10/1989|Napoli|Farmacia|1989||12214@pec.federfarma.it +1375|08/02/1990|MUCCIOLO|ROSA|VIA ADIGE, 25|84091|BATTIPAGLIA|SA|20/04/1964|BATTIPAGLIA|27/10/1989|Napoli|Farmacia|1989||rosa.mucciolo@cofaser.com +1377|13/03/1990|CAUCEGLIA|TERESA|VIA ERSILIO CASTELLUCCIO, 1|84100|SALERNO|SA|26/02/1959|VALLO DELLA LUCANIA|20/07/1989|Napoli|Farmacia|1989||teresacauceglia@email.it +1380|28/05/1990|GIULIANI|TIZIANA|Via Foresta,34|84066|Pisciotta|SA|20/01/1964|SALERNO|22/03/1990|Padova|Farmacia|1990||f.ciagiuliani@tiscali.it +1381|28/05/1990|DI MARCO|ANGELAMARIA|Via C.Pisacane, 16/18|84098|Pontecagnano Faiano|SA|15/01/1966|SALERNO|09/04/1990|Siena|Farmacia|1990||farmaciadimarco@virgilio.it +1382|28/05/1990|VAIRO|ANTONIO|Via Della Quercia, 66/B|84080|Pellezzano|SA|25/11/1961|VALLO DELLA LUCANIA|05/04/1990|Camerino|Farmacia|1990||vairoantonio@tiscalinet.it +1383|28/05/1990|CAPUANO|ANGELA|P.Za XX Settembre,52|84069|Roccadaspide|SA|21/03/1943|ROCCADASPIDE|23/03/1990|Napoli|Farmacia|1990||farmaciacapuano@libero.it +1384|28/06/1990|RICCIO|GRAZIA PATRIZIA|Via Nuova Raito,5|84019|Vietri Sul Mare|SA|07/06/1956|BELLOSGUARDO|23/03/1990|Napoli|Farmacia|1990||raffaele.vecchi@teletu.it +1386|28/06/1990|PORTO|MATILDE|Via C.Sorgente, 98/D|84125|Salerno|SA|21/07/1962|AVELLINO|22/03/1990|Napoli|Farmacia|1990||digreziaan@alice.it +1388|28/06/1990|GALDERISI|ASSUNTA|Via Tusciano,15|84100|Salerno|SA|15/08/1966|SALERNO|19/03/1990|Roma|Farmacia|1990|| +1390|28/06/1990|REGA|ANNA-MARIA|Vico Gigli, 3|80030|Liveri|NA|21/01/1964|CARBONARA DI NOLA|23/03/1990|Napoli|Farmacia|1990|| +1393|18/07/1990|DELL'OMO|LUIGI|Via Gallo, 80|84059|LICUSATI|SA|29/10/1955|CARDITO|27/03/1984|Trieste|Farmacia|1984||assistenza@farmaciadellomo.com +1394|18/07/1990|CAPPANNINI|GIUSEPPINA|Via Della Quercia, 66/B|84080|Pellezzano|SA|08/02/1964|ROSORA|05/04/1990|Camerino|Farmacia|1990||vairoantonio@tiscali.it +1397|18/12/1990|CANTALUPO|RAFFAELE MASSIMO|Via Risorgimento,4|84043|Agropoli|SA|27/12/1960|LAUREANA CILENTO|13/11/1990|Palermo|Farmacia|1990||massimocantalupo@virgilio.it +1399|29/12/1990|CIANFRONE|SERGIO|Via Selva, 61|84043|Agropoli|SA|25/09/1956|AGROPOLI|24/07/1990|Napoli|Farmacia|1990||sergio_cianfrone@libero.it +1400|29/12/1990|PALADINO|LIDIA|Via Principe di Piemonte, 97|80051|AGEROLA|NA|06/09/1964|SAN GIOVANNI A PIRO|25/10/1990|Napoli|Farmacia|1990|| +1401|29/12/1990|FASOLINO|RENATO|Via Bosco Lucarelli,52|84014|Nocera Inferiore|SA|09/08/1961|NOCERA INFERIORE|06/04/1990|Messina|Farmacia|1990||fasolinorenato@gmail.com +1404|14/01/1991|NEGRI|ANTONELLA|Via S.Allende, 60|84081|Baronissi|SA|24/09/1967|SALERNO|25/10/1990|Napoli|Farmacia|1990||antonella.farma67@gmail.com +1406|14/01/1991|TROPIANO|RAFFAELLA|Via Curto,48|84035|Polla|SA|18/03/1966|POLLA|29/06/1990|Napoli|Farmacia|1990||m.tropiano@virgilio.it +1407|14/01/1991|SAMBROIA|FRANCESCO|Via E.Caterina,75|84100|Salerno|SA|20/05/1964|ALTAVILLA SILENTINA|28/06/1990|Napoli|Farmacia|1990||f.sambroia@virgilio.it +1408|14/01/1991|SCIMONE|ANTONIA|Viale degli Eucalipti, 45|84134|Salerno|SA|12/09/1966|SALERNO|26/10/1990|Napoli|Farmacia|1990||fad.tocci@libero.it +1409|14/01/1991|GROSSO|ANTONIO|Via Xx Settembre,15|84028|Serre|SA|25/09/1962|BATTIPAGLIA|24/07/1990|Napoli|Farmacia|1990||a.grosso@aslsalerno.it +1410|14/01/1991|GUIDA|VINCENZO|VIA SALVATORE ROSA, 74|84091|BATTIPAGLIA|SA|25/08/1965|CASTELLABATE|24/07/1990|Napoli|Farmacia|1990||enzoececilia@alice.it +1413|14/01/1991|PESACANE|GENNARINO|Via R.Orsini,35|84010|Tramonti|SA|21/11/1958|BOSCOTRECASE|25/10/1990|Napoli|Farmacia|1990|| +1415|08/02/1991|DE BONIS|ANNA MARIA|Via Marcello, 2/6|84085|Mercato San Severino|SA|20/10/1962|POTENZA|03/11/1987|Napoli|Farmacia|1987||vincenzo.iuliano@tin.it +1419|06/06/1991|CAPOZZOLO|ROSA|Via Degli Artigiani,3|84091|Battipaglia|SA|21/02/1965|SALERNO|26/03/1991|Napoli|Farmacia|1991||r.capozzolo@libero.it +1420|06/06/1991|PASSARO|ROSA|Via Roma,10|84049|Castel San Lorenzo|SA|06/06/1961|NAPOLI|15/12/1990|Bari|Farmacia|1991||farmapassaro@virgilio.it +1421|06/06/1991|GIORDANO|ANNAMARIA|Via Murelle,93|84012|Angri|SA|18/02/1964|ANGRI|26/03/1991|Napoli|Farmacia|1991||ANNAgio64@LIBERO.it +1422|06/06/1991|FORMISANO|ANNA|Via Vittorio Veneto, 90|84013|Cava De' Tirreni|SA|14/05/1966|SALERNO|26/03/1991|Napoli|Farmacia|1991||agformisano1@gmail.com +1423|06/06/1991|DI FILIPPO|PATRIZIO|Via Roma 114|84088|Siano|SA|17/10/1961|LIVORNO|08/04/1991|Messina|Farmacia|1991||patrizio.difilippo@alice.it +1424|06/06/1991|FERRAIOLO|ANDREA|Via Ss.Martiri, 66|84123|Salerno|SA|10/06/1962|SALERNO|25/03/1991|Napoli|Farmacia|1991||andrea.ferraiolo@virgilio.it +1425|06/06/1991|VERDOLIVA|ANTONIO|Viale Degli Olmi,24|84100|Salerno|SA|31/10/1964|NAPOLI|28/02/1991|Napoli|Farmacia|1991||farmaciaverdoliva@tiscali.it +1426|06/06/1991|ZAMBRANO|LUCIO|Via G.Plateario,2|84100|Salerno|SA|16/12/1964|SALERNO|28/02/1991|Napoli|Farmacia|1991||lucioza@aliceposta.it +1427|06/06/1991|CAIAZZA|ANGELA|P.zza Vittorio Emanuale II,10|84013|Cava Dei Tirreni|SA|19/02/1966|SALERNO|26/03/1991|Napoli|Farmacia|1991||angela.caiazza@alice.it +1431|12/09/1991|DE PALMA|GABRIELLA|Via Carmine Rossi,13|84043|Agropoli|SA|15/01/1965|CAPACCIO|14/11/1990|Roma|Farmacia|1991||farmacia.iasi@tiscali.it +1432|12/09/1991|BARLOTTI|FRANCESCA|Via Amendola,20|84043|Agropoli|SA|01/01/1950|AGROPOLI|23/03/1973|Napoli|Farmacia|1973||farmaciabarlotti@convergenze.it +1435|30/12/1991|D'AMATO|MARZIO|C.So Diaz, 172|84085|Mercato San Severino|SA|23/02/1961|NAPOLI|31/10/1991|Napoli|Farmacia|1991||farmdam@tin.it +1436|30/12/1991|SAPERE|LUIGI|VIA P. P. DE CRESCENZO, 24|84121|Salerno|SA|06/04/1959|SALERNO|28/06/1991|Napoli|Farmacia|1991||gigisapere@gmail.com +1437|30/12/1991|BIONDI|MARIANITA|Via M.Testa,8|84127|Salerno|SA|17/07/1966|SALERNO|28/06/1991|Napoli|Farmacia|1991||marinita.biondi@tiscali.it +1438|21/01/1992|MAGLIANO|GIOVANNA ANTONIA|Via Nazionale,30|84020|Casalbuono|SA|22/01/1963|CASALBUONO|16/07/1991|Siena|Farmacia|1991||noco@libero.it +1439|13/02/1992|CONFORTI|MARIA CARMEN|VIALE DEGLI ARANCI, 14/A SC. A - P. 1 - INT. 4|84134|Salerno|SA|18/10/1967|SALERNO|16/07/1991|Roma|Farmacia|1991||carmenconforti@alice.it +1440|13/02/1992|CARBONE|MIRIAM|Via PIETRO DEL PEZZO, 54/C|84128|SALERNO|SA|13/10/1962|NAPOLI|25/07/1991|Napoli|Farmacia|1991||farmaciacarbone@teletu.it +1443|05/03/1992|IUDICI|GIUSEPPE|Via Mazzini, 112|84091|Battipaglia|SA|14/07/1967|SALERNO|25/07/1991|Napoli|Farmacia|1991||farmacia.salus@tiscali.it +1446|18/06/1992|LEONETTI|SALVATORE|VIA A. DE GASPERI, 12|84051|CENTOLA|SA|23/08/1951|PEDACE|28/10/1982|Napoli|Farmacia|1982||17085@pec.federfarma.it +1447|18/06/1992|FRANCO|PASQUALINO|V.Le Margherita,23|84087|Sarno|SA|20/12/1967|SARNO|26/03/1992|Napoli|Farmacia|1992||12237@pec2.federfarma.it +1450|18/06/1992|CONFALONE|SALVATORE|Via Capitolo, 1|84016|Maiori|SA|10/11/1964|NAPOLI|19/11/1991|Napoli|Farmacia|1992||salvatoreconfalone@hotmail.it +1452|18/06/1992|PILERCI|MICHELE ARCANGELO|Via V. Emanuele, 09/11|84078|Vallo Della Lucania|SA|03/06/1967|VALLO DELLA LUCANIA|09/04/1992|Camerino|Farmacia|1992||mikiarca@alice.it +1453|18/06/1992|NASTI|ISABELLA|P.Za Sorrento,15|84012|Angri|SA|25/03/1959|ANGRI|28/02/1992|Napoli|Farmacia|1992||isabella.nasti@email.it +1456|07/07/1992|DE BIASI|MARIACIRA|Via FRANCESCO NAVA,27|20159|MILANO|MI|13/07/1967|PORTICI|28/02/1992|Napoli|Farmacia|1992||ciradebiasi@gmail.com +1457|14/09/1992|SACCO|ANTONIO|Via Sorgente,6|84030|San Pietro Al Tanagro|SA|07/11/1961|SALERNO|19/03/1992|Camerino|Farmacia|1992||farmaciasacco@tiscali.it +1458|14/09/1992|LANGONE|WALTER|VIA VENEZIA, 5|84091|BATTIPAGLIA|SA|18/07/1965|BATTIPAGLIA|26/03/1992|Napoli|Farmacia|1992||wlangone@yahoo.it +1460|30/12/1992|CERIELLO|GIOVANNI|VIA L. da VINCI, 1|84020|LAVIANO|SA|27/04/1968|LAVIANO|27/10/1992|Firenze|Farmacia|1992||giovanni.ceriello@asf.toscana.it +1465|18/03/1993|TENORE|IDA|Via D'andrea, 52|84088|Siano|SA|02/01/1965|NOCERA INFERIORE|30/10/1992|Napoli|Farmacia|1992||farmaciatenore@libero.it +1466|18/03/1993|LANGONE|RAFFAELE|VIA DON MINZONI, SNC|84091|Battipaglia|SA|07/01/1963|BATTIPAGLIA|30/06/1992|Napoli|Farmacia|1992||raffaele.langone@gmail.com +1469|18/03/1993|MAURANO|ANTONELLA|c.so s.matarazzo,46|84048|Castellabate|SA|13/02/1956|CASTELLABATE|24/07/1992|Napoli|Farmacia|1992||fciamaurano@tiscali.it +1471|18/03/1993|FERRANTE|NICOLA|Via E. De Filippo,38|84014|Nocera Inferiore|SA|31/01/1963|NOCERA INFERIORE|30/06/1992|Napoli|Farmacia|1992||ferrante.nicola63@gmail.com +1472|27/05/1993|D'URSO|RAFFAELE|Via P.Grisignano,4|84100|Salerno|SA|06/07/1966|AVELLINO|16/07/1992|Roma|Farmacia|1992||r.durso@guna.it +1473|27/05/1993|CIOFFI|BIANCA|Via Indipendenza, 16|84121|Salerno|SA|02/05/1968|ROCCAPIEMONTE|06/03/1993|Urbino|Farmacia|1993||farmacia@farmaciacioffi.com +1478|16/06/1993|ROSOLIA|LORELLA|Via Carmine,24|84016|Pagani|SA|09/10/1969|SALERNO|12/01/1993|Napoli|Farmacia|1993||loreros@alice.it +1479|16/06/1993|D'ONGHIA|GIUSEPPINA|VIA NIZZA, 134|84124|SALERNO|SA|11/02/1961|TARANTO|25/07/1992|Bari|Farmacia|1992||farmaciacartolano@libero.it +1480|30/06/1993|FABBRICATORE|ALESSANDRA|Via Cristoforo Colombo, 373|84100|SALERNO|SA|20/12/1967|SALERNO|23/07/1992|Napoli|Farmacia|1993||alessandra.fabbricatore@gmail.com +1481|30/06/1993|DI MARTINO|MARIA ANNA|VIA DELLA FELUCA, 19|84017|Positano|SA|18/11/1964|VICO EQUENSE|25/02/1993|Napoli|Farmacia|1993||m.dimart@virgilio.it +1482|30/06/1993|CRISCUOLO|CARMELA|Via della resistenza Tarv. Pagano 7b|84018|Scafati|SA|01/03/1962|NAPOLI|30/10/1984|Napoli|Farmacia|1984||c.criscuolo@aslsalerno.it +1484|09/09/1993|LETTIERI|MICHELINA|VIa G. Giuliani, 41|84069|Roccadaspide|SA|25/03/1964|ROCCADASPIDE|06/04/1993|Camerino|Farmacia|1993||lettierimichela24@libero.it +1486|05/10/1993|SCALA|GIUSEPPE|Via Della Resistenza Trav. Pagano, 7b|84018|Scafati|SA|10/05/1954|NAPOLI|18/12/1985|Napoli|Farmacia|1986||scala1954@yahoo.it +1488|16/12/1993|CERINO|ANNA|Via Michelangelo Testa n.8|84100|Salerno|SA|24/04/1957|SALERNO|22/07/1982|Napoli|Farmacia|1982||gpulli@unisa.it +1489|30/12/1993|ZARRELLA|TULLIO|VIA FERROVIA, 45|80040|SAN GENNARO VESUVIANO|NA|29/10/1965|AVELLINO|29/10/1993|Napoli|Farmacia|1993||tulliozarrella@alice.it +1490|30/12/1993|GUADAGNO|UMBERTO|Via L.Cacciatore,34|84100|Salerno|SA|07/07/1967|SALERNO|16/12/1992|Ferrara|Farmacia|1993|| +1491|30/12/1993|COLUCCI|ROSANNA|Via Arce, 49|84122|Salerno|SA|05/08/1965|BARAGIANO|28/10/1993|Napoli|Farmacia|1993||coluccirosann@gmail.com +1492|30/12/1993|FAVA|LOREDANA|VIA MACCHIAROLI, 1|84124|Salerno|SA|17/12/1963|SALERNO|05/07/1993|Napoli|Farmacia|1993||loredana.fava@gmail.com +1493|30/12/1993|CHIANCONE|GERARDINA|Via Mario Iannelli, 14|84122|Salerno|SA|29/05/1965|SALERNO|05/07/1993|Napoli|Farmacia|1993||gerichiancone@tiscali.it +1494|25/01/1994|CRESCIBENE|ALFREDO|Via G.Giuliani 29|84069|Roccadaspide|SA|13/08/1969|SALERNO|28/10/1993|Napoli|Farmacia|1993|| +1495|25/01/1994|MARINO|GIUSEPPE|Via Torrione,20|84100|Salerno|SA|11/02/1964|OTTATI|29/10/1993|Napoli|Farmacia|1993||gmarifar@tiscali.it +1497|25/01/1994|BIFOLCO|PATRIZIA|VIA MATTEO MONETTI, 9|84013|Cava Dei Tirreni|SA|26/07/1969|NOCERA INFERIORE|06/03/1993|Urbino|Farmacia|1993||patriziabifolco@tiscali.it +1502|18/02/1994|DI CAPUA|NUNZIATINA|Viale Delle Querce,2|84134|Salerno|SA|09/09/1962|CAVA DE' TIRRENI|30/06/1993|Urbino|Farmacia|1993||nunziadici@libero.it +1505|15/03/1994|D'AMICO|RAFFAELE|Via della Massicella,58|84035|Polla|SA|13/04/1964|POLLA|04/11/1993|Firenze|Farmacia|1993||damico.raff@tiscali.it +1508|26/05/1994|PINTO|LUISA|Via Canali, 25|84030|SAN PIETRO AL TANAGRO|SA|18/05/1967|POLLA|21/12/1993|Napoli|Farmacia|1994||umbertonunziata@libero.it +1509|26/05/1994|VENTRICELLI|TERESA|Via Napoli, snc|84020|Laviano|SA|14/10/1965|LAVIANO|23/03/1994|Napoli|Farmacia|1994||tventricelli@tiscali.it +1510|26/05/1994|CRISTINZIANO|ADRIANO|VIA E. FERMI, 14|84018|Scafati|SA|08/07/1969|CASTELLAMMARE DI STABIA|24/03/1994|Napoli|Farmacia|1994||thewinners@libero.it +1513|27/06/1994|DONNARUMMA|ANGELO|C.So Amendola,49|84087|Sarno|SA|20/04/1961|PALMA CAMPANIA|20/07/1989|Napoli|Farmacia|1989||farmacia.donnarumma@tiscali.it +1514|27/06/1994|CALABRESE|CARMELA|Via Lucio Orofino,47|84100|Salerno|SA|30/08/1965|NOCERA INFERIORE|23/03/1994|Napoli|Farmacia|1994||luigicammarota@virgilio.it +1516|27/06/1994|AVALLONE|GILDA|Via Madonna Degli Angeli,41|84019|Vietri Sul Mare|SA|20/05/1967|SALERNO|24/02/1994|Napoli|Farmacia|1994||gilda_avallone@yahoo.it +1517|27/06/1994|IANNONE|GIOCONDA|Via Sciaraffia,9|84100|Salerno|SA|22/10/1967|SALERNO|25/03/1994|Napoli|Farmacia|1994||lupfranco@libero.it +1519|27/06/1994|SCOPPETTA|MARIATERESA|Via Torrione,23|84100|Salerno|SA|04/08/1961|SALERNO|20/12/1993|Napoli|Farmacia|1994||mariateresascoppetta@tiscali.it +1520|27/06/1994|GAUDINO|ALFONSINA|VIA SS MARTIRI SALERNITANI, 66|84123|Salerno|SA|31/08/1965|SALERNO|21/12/1993|Napoli|Farmacia|1994||gaudino.a@virgilio.it +1521|27/06/1994|BALBI|ITALIA ANTONIETTA|Via S.Sebastiano, 47|84060|Montano Antilia|SA|14/07/1962|MONTANO ANTILIA|21/12/1993|Napoli|Farmacia|1994||ita.balbi@tiscali.it +1523|27/06/1994|LABRUNA|ELISABETTA|Via Lanzalone, 1|84078|Vallo Della Lucania|SA|16/11/1966|VALLO DELLA LUCANIA|28/10/1993|Napoli|Chimica e tecn. farmaceutica|1994||ds71.farmaceutica@aslsalerno.it +1524|27/06/1994|LOMBARDI|MARIA CONCETTA|Via Rupi, 4|84069|Roccadaspide|SA|17/07/1968|ROCCADASPIDE|24/02/1994|Napoli|Farmacia|1994||mariaconcettalombardi@aslsa3.com +1526|09/09/1994|DI STEFANO|IRACEMA|Via Municipio, 82|84045|Altavilla Silentina|SA|02/04/1963|ALTAVILLA SILENTINA|21/12/1993|Napoli|Farmacia|1994||susi.francesca@virgilio.it +1527|09/09/1994|PETROCCIA|PALMINA|Via Trieste 47|84083|Castel San Giorgio|SA|14/04/1957|SAN MARCO DEI CAVOTI|19/03/1982|Napoli|Farmacia|1982|| +1528|31/10/1994|CASSAVIA|ANNA MARIA RAFFAELA|Via S. Stefano, 7|84021|Buccino|SA|13/09/1959|ACRI|30/10/1991|Napoli|Farmacia|1991||farmacia.parisi@tiscali.it +1530|27/12/1994|GRIMALDI|ANTONIA|Via Mercanti, 70|84100|Salerno|SA|07/09/1970|SALERNO|27/10/1994|Napoli|Farmacia|1994||grimaldi48@grimaldimario.191.it +1531|27/12/1994|SCHIAVO|FRANCESCO|Via Rosa Jemma, 50|84091|Battipaglia|SA|30/01/1966|SALERNO|27/10/1994|Napoli|Farmacia|1994||farmaciaschiavo@virgilio.it +1532|30/12/1994|SARACINO|MADDALENA|Via Gaetano Supino 5|84014|Nocera Inferiore|SA|22/04/1963|SALERNO|27/10/1994|Napoli|Farmacia|1994||saracinomaddy22@gmail.com +1533|30/12/1994|LAUDATI|ROBERTA|Via Tommaso San Severino,42|84085|Mercato San Severino|SA|21/11/1969|SALERNO|11/11/1994|Urbino|Farmacia|1994||roberta.laudati@virgilio.it +1535|26/01/1995|D'ANGIOLILLO|DANIELA|Via Lungomare, 41|84040|Casal Velino|SA|06/09/1965|ASCEA|22/07/1994|Napoli|Farmacia|1994||dangi65@tiscali.it +1536|26/01/1995|PALLADINO|FLAVIO|VIA TEMPONE, 26|84060|Moio Della Civitella|SA|16/11/1963|MOIO DELLA CIVITELLA|28/10/1994|Napoli|Farmacia|1994||flaviopalladino@hotmail.com +1539|26/01/1995|ELEFANTE|ROBERTA|Via P.Baratta,13|84091|Battipaglia|SA|04/06/1966|BATTIPAGLIA|22/07/1994|Napoli|Farmacia|1994||roelef@libero.it +1540|26/01/1995|PELUSO|GIOVANNA|F.P. LETTIERI, 6|84126|Salerno|SA|27/12/1964|SALERNO|30/06/1994|Urbino|Farmacia|1994||gioperla27@yahoo.it +1541|26/01/1995|FORTUNATO|RENATO|Via F.Turati,23|84091|Battipaglia|SA|28/02/1965|SALERNO|27/10/1994|Napoli|Farmacia|1994||fortunato.renato@gmail.com +1544|26/01/1995|DE ANGELIS|ALFONSO|Via R. Vitolo, 28/30|84014|Nocera Inferiore|SA|27/04/1966|NOCERA INFERIORE|27/10/1994|Napoli|Farmacia|1994||al.deangelis@aslsalerno.it +1547|17/02/1995|PECORARO|ANNA ANTONIETTA|Via L.Guerrasio, 150|84083|Castel San Giorgio|SA|06/03/1957|CASTEL SAN GIORGIO|27/10/1994|Napoli|Farmacia|1994||annantonietta.p@tiscali.it +1550|17/03/1995|IUDICI|MANFREDI|Via Mazzini, 112|84091|Battipaglia|SA|20/12/1968|SALERNO|20/07/1994|Catania|Farmacia|1994||farmacia.salus@tiscali.it +1554|09/06/1995|GAETA|ROSSELLA|Via G.B.Amendola,91|84100|Salerno|SA|30/06/1966|POTENZA|27/10/1994|Napoli|Farmacia|1995|| +1555|09/06/1995|STELLA|SEMPLICIO|Via Cesinali,39|83042|Atripalda|AV|12/05/1966|NOCERA INFERIORE|21/12/1994|Napoli|Farmacia|1995||stellasemplice@alice.it +1556|09/06/1995|APICELLA|CONCETTA|Via Prov.le per Campagna - Quadrivio|84020|Campagna|SA|18/03/1967|CAMPAGNA|24/02/1995|Napoli|Farmacia|1995||concettapicella@hotmail.it +1557|09/06/1995|GRIMALDI|PIERLUIGI|VIA SAN PIETRO I, 6|84039|Teggiano|SA|27/07/1967|SALERNO|11/03/1995|Urbino|Farmacia|1995||farmacia-grimaldi@tiscali.it +1558|09/06/1995|PEPE|VINCENZO|Via Barbarulo,71|84014|Nocera Inferiore|SA|19/01/1970|PAGANI|27/03/1995|Napoli|Farmacia|1995||pepper70v@libero.it +1559|09/06/1995|RESCIGNO|MARIA CONSIGLIA|Via E.Astuti, 121|84014|Nocera Inferiore|SA|06/09/1964|SALERNO|17/12/1994|Bari|Farmacia|1995|| +1560|09/06/1995|MONTERA|VINCENZO|VIA GIGANTE, 50|84080|PELLEZZANO|SA|20/02/1971|SALERNO|24/03/1995|Napoli|Farmacia|1995||vincenzomontera@gmail.com +1561|09/06/1995|MANCUSI|ANGIOLA|C.so V.Emanuele-Traversa Turner, 18|84087|Sarno|SA|04/11/1965|NOCERA SUPERIORE|22/03/1995|Napoli|Farmacia|1995||angiola.mancusi@libero.it +1562|09/06/1995|ODIERNA|ANNA MARIA|Via Parallela Duomo,18|84087|Sarno|SA|20/10/1962|SALERNO|27/03/1995|Napoli|Farmacia|1995||aniellosquillante@alice.it +1563|09/06/1995|NASTRI|FRANCESCO|VIA LUNGOMARE TRIESTE, 190|84121|Salerno|SA|14/01/1971|SALERNO|24/03/1995|Napoli|Farmacia|1995||farmacianastribruno@tiscali.it +1564|09/06/1995|ACCARINO|ANTONELLA|P.ZZA E. ABERO, 10|84013|Cava Dei Tirreni|SA|12/04/1972|ROMA|27/03/1995|Napoli|Farmacia|1995||12253@pec.federfarma.it +1565|28/06/1995|GUGLIELMOTTI|MARIA ANTONIETTA|Via CIRILLO 2|84085|MERCATO SAN SEVERINO|SA|22/09/1963|SALERNO|21/12/1994|Napoli|Farmacia|1995||farmgg@virgilio.it +1566|28/06/1995|GENNATIEMPO|GIOVANNI|Via Gelso,69|84100|Salerno|SA|10/12/1964|SALERNO|21/12/1994|Napoli|Farmacia|1995||gennagiannifarm@libero.it +1568|28/06/1995|PALESCANDOLO|GIOVANNI|Via Lanzara, 33|84014|Nocera Inferiore|SA|15/11/1960|NOCERA INFERIORE|21/12/1994|Napoli|Farmacia|1995||farmaciapalescandolo@virgilio.it +1570|28/06/1995|SAPERE|ANNALEA|Via Casa Stanzione ,16|84133|Salerno|SA|18/07/1960|SALERNO|22/03/1995|Napoli|Farmacia|1995||annelee.mary@libero.it +1572|08/09/1995|TROPIANO|ANTONIO|Via A.PAPIO,35|84122|SALERNO|SA|06/05/1969|SALERNO|24/02/1995|Napoli|Farmacia|1995|| +1575|06/10/1995|SANTONICOLA|ALFONSA|Via Nazionale n. 124|84012|ANGRI|SA|09/04/1966|SAN MARZANO SUL SARNO|22/03/1995|Napoli|Farmacia|1995||alfonsasantonicola@pecfarmacisti.it +1576|06/10/1995|GALLUCCI|VINCENZO|Via S.Da Giudici,11|84012|Angri|SA|13/04/1969|SALERNO|04/04/1995|Messina|Farmacia|1995||vg1369@libero.it +1577|06/12/1995|DIGILIO|GIOVANNI|Via G. Parini, 11|84058|Pontecagnano|SA|24/09/1958|ACCETTURA|24/03/1986|Napoli|Farmacia|1986||farmaciadigilio@tiscali.it +1579|28/12/1995|LAUDATI|NATALIA|Corso Garibaldi 154|84123|Salerno|SA|02/10/1968|SALERNO|10/11/1995|Urbino|Farmacia|1995||farmalaudati@gmail.com +1580|28/12/1995|LAURO|MARIA ROSARIA|VIA FONTANAROSSA, 8|95121|CATANIA|CT|11/09/1971|NOCERA INFERIORE|20/07/1995|Napoli|Farmacia|1995||lauro@unisa.it +1582|28/12/1995|PEPE|MARIA GRAZIA|Via Garibaldi|84020|Controne|SA|03/09/1963|SALERNO|28/06/1995|Napoli|Farmacia|1995||mg.pepe@aslsalerno.it +1586|19/01/1996|RUSSO|ANTONIA|VIA TRINITA'. 15|84010|Ravello|SA|22/09/1970|NAPOLI|18/07/1995|Roma|Farmacia|1995||antonya@tiscali.it +1587|19/01/1996|RESCIGNO|ROBERTO|P.tta Barracano, 6|84100|Salerno|SA|13/08/1965|SALERNO|11/11/1995|Bari|Farmacia|1995||robertorescigno65@gmail.com +1588|19/01/1996|MAIURI|PASQUALINA|Via C.Merola,19|84060|Moio Della Civitella|SA|10/04/1970|MOIO DELLA CIVITELLA|14/11/1995|Siena|Farmacia|1995|| +1592|14/06/1996|FERRARA|FILOMENA|Via Leonino Vinciprova, 3|84034|Padula|SA|31/03/1959|POLLA|12/04/1984|Bologna|Farmacia|1984||filo.far@live.it +1594|14/06/1996|SODANO|EMANUELE|Via Caracciolo, 55 - Fraz. Pioppi|84068|Pollica|SA|16/04/1971|POLLICA|28/03/1996|Napoli|Farmacia|1996||emanuele.sodano@theramex.it +1595|14/06/1996|CONFORTI|MICHELE|Via Panoramica, 33 a34|84100|Salerno|SA|29/10/1966|SALERNO|12/03/1996|Ferrara|Farmacia|1996|| +1596|14/06/1996|ZOLLO|GLORIA|Viale Degli Olmi,24|84134|Salerno|SA|05/01/1972|SALERNO|01/04/1996|Napoli|Farmacia|1996||gloriazollo@live.it +1598|14/06/1996|POMPAMEA|SERGIO|Via C.Granozio,13|84100|Salerno|SA|18/12/1971|SALERNO|28/03/1996|Napoli|Farmacia|1996||sergiopompamea@gmail.com +1599|14/06/1996|POMPAMEA|GIANLUCA|VIA GRISIGNANO , 7|84100|Salerno|SA|18/05/1970|SALERNO|28/03/1996|Napoli|Farmacia|1996||gpompamea@libero.it +1602|27/06/1996|VAIRO|IRENE MARIA|Via COMO,16|84091|BATTIPAGLIA|SA|07/11/1970|SALERNO|28/03/1996|Napoli|Farmacia|1996||irene.vairo@gmail.com +1603|30/07/1996|MARCHESE|TERESA|Via Val D'agri|84030|Sanza|SA|01/07/1968|POLLA|01/04/1996|Napoli|Farmacia|1996||parafarmaciamarchese@alice.it +1604|30/07/1996|DE ANGELIS|ANNA RITA|Via R. Vitolo, 28/30|84014|Nocera Inferiore|SA|27/04/1969|NOCERA INFERIORE|28/03/1996|Napoli|Farmacia|1996||ardea69@gmail.com +1606|30/07/1996|GIANNATTASIO|TERESA|Via Panoramica,35|84100|Salerno|SA|26/04/1969|SALERNO|21/07/1995|Napoli|Chimica e tecn. farmaceutica|1995||abucella@virgilio.it +1610|30/12/1996|RIVIELLO|GIULIA|C.So Garibaldi,194|84123|Salerno|SA|26/07/1956|POTENZA|07/11/1996|Salerno|Farmacia|1996||giuliarivi@tiscali.it +1611|21/01/1997|CIMMELLI|RENATO|Via Nazionale, 637|84015|Nocera Superiore|SA|18/05/1967|NOCERA INFERIORE|30/10/1996|Napoli|Farmacia|1996||rennycimmi@gmail.com +1612|21/01/1997|STORTI|GUGLIELMO|Via S.D'acquisto|84020|Controne|SA|12/07/1959|SALERNO|23/07/1996|Napoli|Farmacia|1996||gustorti@tiscali.it +1614|21/01/1997|DI STASIO CONTALDI|HELEN|Via MANZINI,22|84010|San Marzano Sul Sarno|SA|27/09/1973|SALERNO|24/07/1996|Napoli|Farmacia|1996||distasio@farmaciadistasiocontaldi.191.it +1615|21/01/1997|PANDOLFI|DARIO|P.zza D'arezzo,18|84016|Pagani|SA|22/06/1971|PAGANI|29/10/1996|Napoli|Farmacia|1996||info@farmaciapandolfi.it +1617|21/01/1997|CERNUZIO|GIUSEPPE|Via Luigi Guerrasio, 52|84083|Castel San Giorgio|SA|11/03/1970|NAPOLI|30/10/1996|Napoli|Farmacia|1996||giuseppecernuzio@gmail.com +1618|21/01/1997|DELLA MONICA|ERNESTO|Via B.Avallone,9|84013|Cava Dei Tirreni|SA|16/12/1971|SALERNO|24/07/1996|Napoli|Farmacia|1996|| +1621|21/01/1997|PISCIOTTA|ROSA|Via Matteotti,111|84016|Pagani|SA|18/04/1969|NOCERA INFERIORE|24/07/1996|Napoli|Farmacia|1996||pisciotta.rosa@libero.it +1622|21/01/1997|SANTILLO|AUGUSTA|Via Califano, 5|84016|Pagani|SA|18/05/1968|SALERNO|23/07/1996|Napoli|Farmacia|1996||augustasantillo@jomi.it +1623|21/01/1997|TROTTA|ROSA|Via Casalanario, 56|84012|Angri|SA|08/07/1971|POMPEI|21/03/1996|Napoli|Chimica e tecn. farmaceutica|1996||ro.raf@libero.it +1624|21/01/1997|SANTUCCI|IDA|Via Roma, 46|84015|Nocera Superiore|SA|16/03/1967|NOCERA SUPERIORE|23/07/1996|Napoli|Farmacia|1996||Idadesan67@gmail.com +1625|21/01/1997|ROMANO|LUCA|Via Mazzini,48|84091|Battipaglia|SA|16/08/1971|SALERNO|30/10/1996|Napoli|Farmacia|1996||farmaciaromano@tiscali.it +1627|04/02/1997|PICCIUOLI|GIUSEPPE|Via E.Fermi,5|84020|Ricigliano|SA|03/06/1966|RICIGLIANO|30/10/1996|Napoli|Farmacia|1996||farmaciapicciuoli@yahoo.it +1629|04/02/1997|D'ACUNTO|GIOVANNA|VIA SAN SEBASTIANO snc|84024|CONTURSI|SA|03/04/1968|EBOLI|29/10/1996|Napoli|Farmacia|1996||maurodan@alice.it +1631|04/02/1997|GALLO|MASSIMO|Via De Gasperi,27|84018|Scafati|SA|19/11/1967|NAPOLI|16/11/1996|Urbino|Farmacia|1996||gallo.farmacia@libero.it +1632|17/02/1997|MARANDINO|AURELIO|Via Ponte Barizzo, 170|84047|Capaccio|SA|03/12/1969|CAPACCIO|09/11/1995|Perugia|Farmacia|1996||aureliomarandino@gmail.com +1633|17/02/1997|FORTUNATO|ALFONSO LEONZIO|Via Marconi,14|84070|Santa Marina|SA|04/11/1965|MARATEA|30/10/1996|Napoli|Farmacia|1996||farmacia.pucci@virgilio.it +1635|03/03/1997|FAMULARO|DOMENICO|VIA MONCHARMONT, 9|84091|Battipaglia|SA|11/10/1964|PALOMONTE|21/03/1996|Napoli|Chimica e tecn. farmaceutica|1996||domenico.famularo@valeas.it +1636|18/03/1997|MANCINI|MAURO|Via Poletti ,12|41121|MODENA|MO|11/07/1967|SALERNO|21/03/1996|Napoli|Chimica e tecn. farmaceutica|1996|| +1638|18/03/1997|PISANI|QUEENIE|Via P. Atenolfi, 33|84013|Cava Dei Tirreni|SA|13/10/1970|SALERNO|16/07/1996|Siena|Farmacia|1996||agostinosenatore@tin.it +1639|02/04/1997|PIUCCI|BRUNELLA|Via Della Libert, 39|84086|Roccapiemonte|SA|31/01/1972|SALERNO|19/07/1995|Napoli|Farmacia|1995||brunellapiucci@yahoo.it +1642|21/04/1997|IULIANO|PAOLA|Via M.Pagano,183|84086|Roccapiemonte|SA|07/06/1967|SALERNO|28/06/1996|Urbino|Farmacia|1996||paolaiuliano9@gmail.com +1643|04/06/1997|CIVALE|CAROLINA|Via Guglielmo Marconi 65|84016|Pagani|SA|03/03/1973|PAGANI|20/03/1997|Salerno|Farmacia|1997||carolcivale@libero.it +1644|04/06/1997|ORIO|CONCETTA SERENA|C.So Garibaldi,33|84123|Salerno|SA|02/01/1973|SALERNO|20/03/1997|Salerno|Farmacia|1997||concettaserena.orio@alice.it +1646|04/06/1997|LOTITO|SOFIA|Via A.Vespucci,9|84043|Agropoli|SA|23/07/1972|AGROPOLI|20/03/1997|Salerno|Farmacia|1997||lotito.sofia@tiscali.it +1647|04/06/1997|D'ALESSIO|PAOLA|Via Zammarelli,3|84127|Salerno|SA|23/06/1972|POLLA|20/03/1997|Salerno|Farmacia|1997||dipaolina@libero.it +1648|04/06/1997|CAMPITIELLO|ANNA|C.so Ettore Padovano, 44|84016|Pagani|SA|05/08/1972|NOCERA INFERIORE|20/03/1997|Salerno|Farmacia|1997||annarosacamp@tiscali.it +1649|04/06/1997|LAUDATI|LUIGI|Via L.Cacciatore,24|84085|Mercato San Severino|SA|18/04/1970|NOCERA INFERIORE|08/03/1997|Urbino|Farmacia|1997||farmacia.laudati@tiscali.it +1650|19/06/1997|D'ALESSIO|SAVERIO|VIA ATZORI, 6/A|84014|Nocera Inferiore|SA|24/04/1967|NOCERA INFERIORE|25/03/1997|Napoli|Farmacia|1997||saveriodalessio1@icloud.com +1651|19/06/1997|BOSCIA|FRANCESCA|Via E.Siciliano, 45|84014|Nocera Inferiore|SA|01/11/1973|BENEVENTO|17/12/1996|Napoli|Farmacia|1997||boscia@unina.it +1652|19/06/1997|D'AMORE|ROSANNA|Via Dentice D'accadia,41|84014|Nocera Inferiore|SA|26/07/1969|SALERNO|26/03/1997|Napoli|Farmacia|1997||farmacia.damore@libero.it +1653|19/06/1997|DE SIMONE|LUCIA|Via G. Matteotti, 4|84014|NOCERA INFERIORE|SA|13/07/1968|NOCERA INFERIORE|26/03/1997|Napoli|Farmacia|1997||luxdes@libero.it +1654|19/06/1997|VILLANI|ROSA|Via Nazionale,389|84015|Nocera Superiore|SA|30/10/1968|SALERNO|26/03/1997|Napoli|Farmacia|1997||fciaviola@tele2.it +1655|19/06/1997|DI BENEDETTO|SANDRA|VIA DISCESA DELLA DEMOCRAZIA n.34|84020|QUADRIVIO DI CAMPAGNA|SA|02/08/1968|BATTIPAGLIA|26/03/1997|Napoli|Farmacia|1997||sander68@tiscali.it +1657|30/07/1997|VENNERI|LEONARDO|Via Chiusa Del Pero, 15|84040|Casal Velino|SA|30/04/1974|SALERNO|17/03/1997|Roma|Farmacia|1997||leo.venneri@katamail.com +1659|30/07/1997|PETTI|ANTONIO|Via P.Baratta,110/a|84091|Battipaglia|SA|23/03/1964|BATTIPAGLIA|16/12/1991|Napoli|Chimica e tecn. farmaceutica|1992|| +1663|16/09/1997|RUSSO|GERARDO|Via Lacco,37|84010|Ravello|SA|14/10/1967|NAPOLI|07/11/1994|Roma|Chimica e tecn. farmaceutica|1994||farmaciaravello@tiscali.it +1666|19/01/1998|RIZZO|MARIA EMANUELA|Via Arienzo,46|84017|Positano|SA|21/09/1971|ROMA|27/06/1997|Urbino|Farmacia|1997||roberto.rizzo@live.it +1667|19/01/1998|PESCA|LINA|Via Roma, 21|84029|Sicignano Degli Alburni|SA|21/01/1969|SALERNO|07/11/1997|Urbino|Farmacia|1997||gpesca@tiscali.it +1668|19/01/1998|SANTOMAURO|LUCIA|Via Salvo D'acquisto,19|84020|Controne|SA|16/11/1973|POTENZA|24/07/1997|Salerno|Farmacia|1998||lucyn73@yahoo.it +1673|10/02/1998|DI SERIO|TATIANA|Via Quintino Di Vona,4|84100|Salerno|SA|12/10/1966|SALERNO|24/07/1997|Napoli|Farmacia|1997||info@raffaeleplaitano.it +1674|10/02/1998|VERVECE|ANNUNZIATA|Via Prov.Le Amendola,173|84087|Sarno|SA|23/01/1971|PAGANI|21/10/1997|Napoli|Farmacia|1997||Dott.verveceannunziata@yahoo.it +1677|10/02/1998|GRISI|LUCILLA|Via M.Conforti,3|84100|Salerno|SA|05/04/1973|SALERNO|11/11/1997|Salerno|Farmacia|1997|| +1678|09/03/1998|MAIONE|MARCO|Via Diaz,31|84100|Salerno|SA|12/02/1971|SALERNO|21/10/1997|Napoli|Farmacia|1997||marco.maione2@tin.it +1679|09/03/1998|AMATO|NICOLETTA|Via G.B.Lama,7|84100|Salerno|SA|12/04/1971|SALERNO|21/10/1997|Napoli|Farmacia|1997||nicolettamato@gmail.com +1681|09/03/1998|NIGRO|CARMEN|Via XXIV Maggio, 3|84025|Eboli|SA|04/10/1972|EBOLI|18/04/1997|Siena|Chimica e tecn. farmaceutica|1997|| +1682|21/04/1998|CAVALIERE|ROSA|Strada Nuova n.74|84010|Minori|SA|12/06/1958|MINORI|26/03/1991|Napoli|Farmacia|1991||cavaliere.rosa@libero.it +1686|16/06/1998|BIFOLCO|MARINA|Via P.De Granita,13/e|84100|Salerno|SA|09/05/1969|PAGANI|26/03/1998|Napoli|Farmacia|1998||marinabifolco@alice.it +1687|16/06/1998|PISANI|LILIANA|C/O FARMACIA S. MICHELE SAS Via PETRARCA,1|58022|FOLLONICA|GR|14/07/1952|VIGGIANO|10/07/1979|Napoli|Farmacia|1979||FARMACIASANMICHELESAS@LIVE.it +1690|16/06/1998|IANNIBELLI|COLOMBINA|Via Nazionale Serrone, 23|84030|Atena Lucana|SA|06/03/1970|POLLA|21/01/1998|Napoli|Farmacia|1998||info@dimuria.it +1691|16/06/1998|CIVALE|MARIASTELLA|Via Cesarano,121|84016|Pagani|SA|16/04/1974|PAGANI|03/04/1998|Salerno|Farmacia|1998||123stellac@libero.it +1693|14/07/1998|LA MORTICELLA|ANTONIA|Via Roma,83|84077|Torre Orsaia|SA|26/08/1960|TORRE ORSAIA|12/03/1998|Camerino|Farmacia|1998|| +1694|14/07/1998|BORRELLI|ROBERTO|Via Corallo,23|84016|Pagani|SA|06/07/1963|NAPOLI|28/02/1997|Napoli|Farmacia|1997||fciaborrelli@tiscali.it +1696|14/07/1998|RUFOLO|AMALIA|Via Medaglie D'oro, 122|84024|Contursi|SA|10/06/1969|SALERNO|19/02/1998|Modena|Farmacia|1998||farmacia.salvante@tiscali.it +1698|08/09/1998|GOFFREDI|FRANCESCO|Via Lombardia n.6|84043|AGROPOLI|SA|27/01/1973|SALERNO|14/07/1997|Perugia|Chimica e tecn. farmaceutica|1997||francescogoffredi@hotmail.com +1701|27/10/1998|LANZISERA|ALESSANDRA|Via Caliri,15|84013|Cava Dei Tirreni|SA|12/08/1970|BARI|10/03/1995|Perugia|Farmacia|1995|| +1702|29/12/1998|SIANI|ANTONELLA|Via Rotolo,40|84013|Cava Dei Tirreni|SA|01/01/1964|SALERNO|28/10/1998|Napoli|Farmacia|1998||antonella.siani7@gmail.com +1704|13/01/1999|DE FEO|ROSA MARIA|VIA BOLIVAR ANGOLO LUIGI MAZZEO C/O FARMACIA|84059|MARINA DI CAMEROTA|SA|01/04/1974|VALLO DELLA LUCANIA|28/10/1998|Salerno|Farmacia|1998||farmacia.giuliani@libero.it +1708|02/02/1999|PESCA|ANTONIO|Via Roma, 21|84029|Sicignano Degli Alburni|SA|22/01/1962|SALERNO|28/10/1998|Napoli|Farmacia|1998||gpesca@tiscali.it +1712|02/02/1999|TORO|ROSARIA|Via Serroni , 28 - (fraz.Capitignano)|84090|Giffoni Sei Casali|SA|05/11/1972|GIFFONI SEI CASALI|28/10/1998|Salerno|Farmacia|1998||rosaria.toro@libero.it +1713|02/02/1999|ELETTO|ANNAMARIA|Via Cav. A. Amato n. 84|84099|San Cipriano Picentino|SA|29/03/1971|SALERNO|24/07/1998|Salerno|Farmacia|1998||annamariaeletto@libero.it +1714|02/02/1999|ANTONAGLIA|ANNA MARIA|VIA SAN PIETRO I, 6|84039|Teggiano|SA|15/06/1968|PIAGGINE|28/10/1998|Napoli|Farmacia|1998||farmacia.grimaldi@alice.it +1716|09/03/1999|SCARPONE|ANTONIO|Via Cellara,8|84095|Giffoni Valle Piana|SA|21/06/1973|SALERNO|24/07/1998|Salerno|Farmacia|1998||antonioscarpone@virgilio.it +1718|09/03/1999|FRASSO|ALDO|Largo San Pietro a Corte, 7|84121|Salerno|SA|03/01/1975|SALERNO|28/10/1998|Napoli|Farmacia|1998||aldo.frasso@libero.it +1719|27/04/1999|IUORIO|GIUSEPPINA|VIA MONCHARMONT, 23|84091|BATTIPAGLIA|SA|25/02/1971|PALOMONTE|19/01/1998|Napoli|Chimica e tecn. farmaceutica|1998||g.iuorio@chiesi.com +1721|25/05/1999|GOGLIA|PIETRO|Via Nazionale 2|84028|Serre|SA|28/05/1967|SERRE|29/10/1998|Napoli|Farmacia|1998||pietro.gog@virgilio.it +1722|25/05/1999|PELUSO|ARTURO|Via Matteo Silvatico n 17|84125|SALERNO|SA|31/10/1970|SALERNO|12/03/1999|Urbino|Farmacia|1999||igdull@libero.it +1724|25/05/1999|SAPERE|GIULIO|Via Carbone n. 32|84091|Battipaglia|SA|21/01/1971|SALERNO|09/04/1999|Salerno|Farmacia|1999||giulio.sapere71@gmail.com +1725|25/05/1999|D'AMORE|AGOSTINO|Via I. Gabola, 8|84014|Nocera Inferiore|SA|22/03/1973|SALERNO|09/04/1999|Salerno|Farmacia|1999||farmacia.damore@libero.it +1729|25/05/1999|PISAPIA|IDA|Via Pompei,42|84098|Pontecagnano Faiano|SA|19/11/1972|SALERNO|09/04/1999|Salerno|Farmacia|1999||pisapiaida72@gmail.com +1732|25/05/1999|PAGANO|PASQUALE|Via Tiziano, 10|84096|MONTECORVINO ROVELLA|SA|06/09/1971|SALERNO|09/04/1999|Salerno|Farmacia|1999||paganofarm@alice.it +1733|25/05/1999|DE MARTINO|FRANCESCO|Via Panoramica, 25|84135|Salerno|SA|26/12/1970|SALERNO|20/01/1999|Napoli|Farmacia|1999||francesco_demartino@tiscali.it +1734|25/05/1999|DE FEO|ATTILIO|Via Magna Grecia, 324 - c/o Farmacia|84047|Capaccio|SA|29/10/1975|VALLO DELLA LUCANIA|09/04/1999|Salerno|Farmacia|1999|| +1735|25/05/1999|SINISCALCHI|CARLO|Piazza F.Gioia,21|84122|Salerno|SA|03/06/1972|SALERNO|09/04/1999|Salerno|Farmacia|1999||mcsin@inwind.it +1736|25/05/1999|CAMMAROTA|MARIA TERESA|Via E.De Filippis,141|84013|Cava Dei Tirreni|SA|17/09/1966|SALERNO|24/03/1999|Napoli|Farmacia|1999||fcia.cammarota@tiscali.it +1737|25/05/1999|SALSANO|RAFFAELLA|Via Velia,74|84121|Salerno|SA|07/09/1973|SALERNO|12/03/1999|Urbino|Farmacia|1999||farm.salsano@tiscali.it +1738|03/06/1999|LOMBARDI|GIUSEPPE|VIA S. PASSERO 43|84078|Vallo della Lucania|SA|18/11/1969|NAPOLI|17/04/1999|Bari|Farmacia|1999||farmacialombardi@tin.it +1739|29/01/2009|LANGONE|MARIA CARMELA|Via Belvedere, 43 P.Co Caprino Fabb.L 2|84091|Battipaglia|SA|09/03/1971|POSTIGLIONE|25/03/1999|Napoli|Farmacia|1999||mariacarmela.langone@gmail.com +1740|03/06/1999|QUARANTA|DOMENICO MASSIMO|Via Belvedere,107|84091|Battipaglia|SA|27/06/1968|POLLA|24/03/1999|Napoli|Farmacia|1999||farmaciaquaranta@gmail.com +1743|22/06/1999|MILLAURO|BARBARA|Via di giramonte, 23|59100|Prato|PO|05/07/1971|NAPOLI|20/12/1996|Napoli|Chimica e tecn. farmaceutica|1997||farmaciamillauro@gmail.com +1744|28/06/1999|MASI|CINZIA|VIA FIRMIO LEONZIO, 18|84100|Salerno|SA|26/07/1969|TARANTO|09/04/1999|Salerno|Farmacia|1999||enzoadi74@email.it +1747|12/10/1999|MAZZILLO|VIRGINIA|Via Sotto La Chiesa,4|84020|Salvitelle|SA|18/12/1967|POLLA|20/01/1999|Napoli|Farmacia|1999||virginia.mazzillo@alice.it +1748|02/12/1999|BRANCATI|DIEGO|Via Marino Paglia,26|84100|Salerno|SA|11/01/1965|SALERNO|20/07/1999|Roma|Farmacia|1999||diego.brancati@tiscali.it +1749|02/12/1999|ACCARINO|RENATO|VIA BIBLIOTECA AVALLONE, 26|84013|Cava Dei Tirreni|SA|13/11/1973|CAVA DE' TIRRENI|23/07/1999|Salerno|Farmacia|1999||delcorso@farmaciaaccarino.it +1750|14/12/1999|VECCHIO|ANGELICA|VIA GIOVANNI VERGA, 29|84091|BATTIPAGLIA|SA|04/08/1972|EBOLI|29/10/1999|Salerno|Farmacia|1999||angycus@alice.it +1751|30/12/1999|TRONCONE|ELEONORA|Via P.Baratta, 94|84091|Battipaglia|SA|25/12/1957|CAPACCIO|22/07/1999|Napoli|Farmacia|1999||etroncone@alice.it +1752|30/12/1999|ROCCO|ROSA|Via Roma, 370/A|84092|Bellizzi|SA|10/03/1963|CAPOSELE|22/07/1999|Napoli|Farmacia|1999||rosaarocco@pec.it +1754|11/01/2000|ACCARDI|VINCENZA MARIA FIDIA|Via Giuseppe De Cesare 77|71016|San Severo|FG|23/06/1972|SAN SEVERO|23/03/1999|Napoli|Chimica e tecn. farmaceutica|1999||farmaciacarafasnc@libero.it +1755|11/01/2000|PETTI|MONICA|Piazza V. VENETO, 39|84123|SALERNO|SA|01/06/1973|POMIGLIANO D'ARCO|30/10/1999|Napoli|Farmacia|1999||petti.monica@libero.it +1756|11/01/2000|VILLANI|MARIA VITTORIA|Via Filangieri,2|84013|Cava Dei Tirreni|SA|13/01/1973|SALERNO|30/10/1999|Napoli|Farmacia|1999||info@farmaciamontano.it +1758|11/01/2000|D'ANIELLO|FILOMENA|Via Nicola Bruni Grimaldi,100|84014|Nocera Inferiore|SA|16/02/1975|NOCERA INFERIORE|18/01/1999|Napoli|Chimica e tecn. farmaceutica|1999||daniellomena@libero.it +1759|11/01/2000|CASTALDI|ANTONIETTA|Via Rivo Cerola,26|84087|Sarno|SA|17/10/1975|SARNO|29/10/1999|Salerno|Farmacia|1999||antonietta_castaldi@alice.it +1760|11/01/2000|ALA|GAETANO|P.ZZA DEI DOGI, 19|84011|Amalfi|SA|06/01/1967|AMALFI|29/10/1999|Napoli|Farmacia|1999||farmaciaala@libero.it +1762|25/01/2000|DELLA MURA|ELIANA|Via Settimio Mobilio, 206|84127|Salerno|SA|06/03/1964|SALERNO|22/07/1999|Napoli|Farmacia|1999||e.dellamura@email.it +1763|25/01/2000|MILILLO|IGNAZIO|Via Pisacane, 15|84043|Agropoli|SA|18/09/1976|AGROPOLI|29/06/1999|Napoli|Farmacia|1999||ignazio.milillo@gmail.com +1765|25/01/2000|MARCHIARO|LAURA|Via F.Prudente,3|84010|Cetara|SA|30/06/1975|CETARA|29/10/1999|Napoli|Farmacia|1999||lauramarchiaro@yahoo.it +1767|15/02/2000|ESPOSITO|RAFFAELE GERARDO|Via Trento,9|84085|Mercato San Severino|SA|20/05/1974|LUCCA|09/04/1999|Salerno|Farmacia|2000||esposito.r@tin.it +1768|15/02/2000|BUFALO|RAFFAELLA|Via Roma,1|84018|Scafati|SA|23/12/1973|POMPEI|23/07/1999|Salerno|Farmacia|2000||raffaella.bufalo@gmail.com +1769|14/03/2000|PERITO|FIDELIA|Via S.Felice,2 Sala Abbagnano|84100|Salerno|SA|21/07/1973|ROMA|29/10/1999|Salerno|Farmacia|1999||perito.fidelia@libero.it +1775|09/05/2000|VERCELLONE|ADRIANO|Via Lepanto, 132|80045|Pompei|NA|04/04/1966|POMPEI|28/10/1988|Napoli|Farmacia|1988||adrianovercellone@libero.it +1776|30/05/2000|FIERRO|ERNESTO|VIA PORTANOVA, 10|84121|Salerno|SA|10/11/1973|ARONA|29/10/1999|Salerno|Farmacia|1999||ernesto.fierro@virgilio.it +1780|30/05/2000|BALDI|MASSIMO|Via Lamia - fraz. S.Maria snc|84048|Castellabate|SA|19/11/1972|SALERNO|10/04/2000|Salerno|Farmacia|2000||massimobaldi@tiscali.it +1781|30/05/2000|SCIUMANO'|SIMONA|Via Martin Luther King, 8/10|84080|Pellezzano|SA|12/05/1973|SALERNO|10/04/2000|Salerno|Farmacia|2000||sciumanosimona@tiscali.it +1783|30/05/2000|FENZA|ANNA|Piazza XX Settembre,10/4|84085|Mercato San Severino|SA|13/02/1973|SALERNO|23/07/1999|Salerno|Farmacia|2000||anna.fenza@libero.it +1786|30/05/2000|DELLA VISTA|ANNALISE|Via Fiume, 68|84131|Salerno|SA|14/11/1974|SALERNO|10/04/2000|Salerno|Farmacia|2000||annalise32sa@tiscali.it +1787|13/06/2000|NISI|GIOVANNI|Largo Dei Trecento,1|84073|Sapri|SA|06/11/1974|VALLO DELLA LUCANIA|11/04/2000|Salerno|Farmacia|2000||giovanni.nisi@live.it +1789|13/06/2000|DE CHIARA|GIOVANNI|VIA DEL CENTENARIO, 117 - LANCUSI|84084|FISCIANO|SA|28/06/1973|SALERNO|10/04/2000|Salerno|Farmacia|2000||giovannidechiara1973@libero.it +1790|13/06/2000|BRUNO|GERARDO|Piazza Concordia,38|84123|Salerno|SA|26/04/1964|FISCIANO|28/03/2000|Napoli|Farmacia|2000||gerarbr@tin.it +1793|13/06/2000|BORRELLI|LUCIO|Via A.De Gasperi,70|84016|Pagani|SA|31/08/1968|NAPOLI|28/03/2000|Napoli|Farmacia|2000||fciaborrelli@tiscali.it +1795|13/06/2000|TOMEO|DANIELA|Via Fedele Calvosa 26/b|03100|FROSINONE|FR|11/02/1975|VALLO DELLA LUCANIA|28/03/2000|Napoli|Farmacia|2000||dany.tomeo@tiscali.it +1796|19/06/2000|AUFIERO|MARIA CRISTINA|Via Striano,54|84087|Sarno|SA|11/05/1973|SARNO|11/04/2000|Salerno|Farmacia|2000|| +1797|11/07/2000|ROMANO|MARCO|Via G.Mazzini, 48|84091|Battipaglia|SA|01/12/1973|SALERNO|28/03/2000|Napoli|Farmacia|2000||mondofarma@tiscali.it +1799|11/07/2000|CITERA|FRANCESCA|Largo S. Pietro a Corte, 7|84121|Salerno|SA|06/07/1974|SALERNO|10/04/2000|Salerno|Farmacia|2000||f.citera@virgilio.it +1804|12/09/2000|CARLEO|LUCIA|Via Plava,32|84091|Battipaglia|SA|12/08/1975|BATTIPAGLIA|10/04/2000|Salerno|Farmacia|2000||l.carleo@libero.it +1805|12/09/2000|BORTONE|MARINELLA|Largo Del Seggio|84050|Cuccaro Vetere|SA|05/01/1965|CUCCARO VETERE|24/02/1989|Napoli|Farmacia|1989||marinellabortone@tiscali.it +1808|16/11/2000|FRANCICA|CANDIDO|C/o Farmacia Proto|84010|Minori|SA|11/07/1974|CATANZARO|20/07/1999|Messina|Farmacia|1999||francicacandido@alice.it +1810|11/12/2000|SOMMA|ROCCO|Via Irno,43 - scala B|84135|Salerno|SA|01/07/1966|SALERNO|22/03/2000|Napoli|Chimica e tecn. farmaceutica|2000||r.somma@tiscali.it +1812|11/12/2000|FABIANO|FILOMENA|Via Roma,23|84088|Siano|SA|29/10/1974|ROCCAPIEMONTE|30/10/2000|Salerno|Farmacia|2000||milla.74@virgilio.it +1814|28/12/2000|DURANTE|GABRIELLA|Via Rocco Cocchia,30|84129|Salerno|SA|06/05/1972|SALERNO|30/10/2000|Salerno|Farmacia|2000||durantegabriella@virgilio.it +1815|28/12/2000|SABIA|PASQUALINA|VIA RAFFAELE CANTARELLA, 15 INT. 5|84133|Salerno|SA|24/01/1975|TORINO|30/10/2000|Salerno|Farmacia|2000||lina.sabia@alice.it +1816|10/01/2001|AIELLO|GIOVANNI|Via Mercanti, 62|84100|Salerno|SA|15/06/1976|SALERNO|30/10/2000|Salerno|Farmacia|2000||giovanni.aiello1976@libero.it +1817|10/01/2001|MIRRA|MARCO|Via C. Sorgente, 98/g|84125|Salerno|SA|20/07/1971|SALERNO|30/10/2000|Salerno|Farmacia|2000||mirra.marco2009@libero.it +1818|10/01/2001|CARLONE|GIANFRANCO|Via Perris,5|84100|Salerno|SA|05/03/1970|SALERNO|30/10/2000|Salerno|Farmacia|2000||CARLONE.GIANFRANCO@VIRGILIO.it +1819|10/01/2001|GAMBINO|NICOLA FRANCESCO MARIA|VIA 24 MAGGIO, 10|84025|Eboli|SA|06/10/1976|SALERNO|30/10/2000|Salerno|Farmacia|2000||nfmgambino@gmail.com +1820|10/01/2001|CARLEO|GIADA|Via San lorenzo 1|84013|Cava Dei Tirreni|SA|15/05/1977|CAVA DE' TIRRENI|30/10/2000|Salerno|Farmacia|2000||giadacarleo@libero.it +1821|10/01/2001|ODIERNA VITI|IRENE|G. Atzori,177/3|84014|Nocera Inferiore|SA|02/07/1973|NOCERA INFERIORE|24/07/2000|Salerno|Farmacia|2000||ire73@virgilio.it +1822|10/01/2001|LA ROCCA|REMO|Via Ostaglio,114|84100|Salerno|SA|02/02/1970|SALERNO|30/10/2000|Salerno|Farmacia|2000||remolarocca@tiscali.it +1823|10/01/2001|MANZI|ANNA MARIA|Via San Vincenzo Curteri, 15|84085|Mercato San Severino|SA|06/01/1959|QUINDICI|26/07/1986|Napoli|Farmacia|1986||farmaciasanseverino@tiscali.it +1828|10/01/2001|RIZZO|ROBERTO|VIA PASITEA, 22|84017|Positano|SA|21/05/1974|ROMA|29/06/2000|Urbino|Farmacia|2000||roberto.rizzo@live.it +1829|10/01/2001|AMORESANO|MASSIMO|Via del Biancospini, 20|84040|CASAL VELINO|SA|28/05/1968|MONTECORICE|29/11/1999|Salerno|Farmacia|2000|| +1830|10/01/2001|BONITO|CARMELA|P.zza P.Budetta 57/A|84096|Montecorvino Rovella|SA|11/04/1970|SALERNO|28/03/2000|Napoli|Farmacia|2000||carmela.bonito@cofaser.com +1832|10/01/2001|CASALE|CATIA|Via Migliano,7 Coop.Rinascita|84080|Penta di Fisciano|SA|03/10/1974|WARENDORF (D)|30/10/2000|Salerno|Farmacia|2000||casalecatia@yahoo.it +1833|10/01/2001|NANNI|REMIGIO|Viale dei pioppi,31|84134|Salerno|SA|21/01/1977|SALERNO|30/10/2000|Salerno|Farmacia|2000||reminanni@libero.it +1837|22/01/2001|DI NOVELLA|DIEGO|Via C.Pisacane, 5|84036|Sala Consilina|SA|12/07/1977|ROMA|13/07/2000|Siena|Farmacia|2000||parafarmaciadinovella@gmail.com +1839|22/01/2001|PAESANO|NICOLA|Via Francesco La Francesca,59|84124|Salerno|SA|10/09/1976|VALLO DELLA LUCANIA|30/10/2000|Salerno|Farmacia|2000||npaesano@alice.it +1841|07/02/2001|DE FILIPPO|GIULIA|Via Codola - San Vincenzo, n.30|84085|Mercato San Severino|SA|21/06/1974|SALERNO|29/10/1999|Salerno|Farmacia|2001||giuliaoff74@gmail.com +1842|07/02/2001|MAUCIONE|ANGELA|Via Vitt.Emanuele III, 77|84020|Aquara|SA|27/12/1958|SALERNO|26/10/2000|Napoli|Farmacia|2000||lillina.maucione@gmail.com +1843|07/02/2001|SINISCALCHI|TERESA|VIA DON GIUSTINO MARIA RUSSOLILLO, 18|84010|San Valentino Torio|SA|04/03/1975|SAN VALENTINO TORIO|30/10/2000|Salerno|Farmacia|2000||teresasiniscalchi.75@gmail.com +1847|07/05/2001|VITALE|SALVATORE|CORSO GARIBALDI 76|84043|AGROPOLI|SA|11/02/1972|SALERNO|16/07/1998|Pisa|Chimica e tecn. farmaceutica|2000||SAVITALE72@Gmail.COM +1849|25/05/2001|DI CARLO|SIMONE MARIA|VIA ANTONIO RUSSO, 1|84100|Salerno|SA|23/05/1977|SALERNO|25/01/2001|Salerno|Farmacia|2001||simonemariadicarlo@yahoo.it +1850|25/05/2001|SAPONIERO|DANIELE|VIA PIRONTI P.Co Delle Rose Scala L|84100|Salerno|SA|18/03/1977|ISERNIA|25/01/2001|Salerno|Farmacia|2001||dsaponiero@gmail.com +1851|25/05/2001|MASTURZO|CESARE|Luri,45|84099|S.Cipriano Picentino|SA|26/03/1975|SALERNO|30/03/2001|Salerno|Farmacia|2001|| +1852|25/06/2001|DE LUCA|SONIA|Via Alfano Bolino,22|84100|Salerno|SA|30/12/1974|SALERNO|30/03/2001|Salerno|Farmacia|2001||soniadeluca5@liberto.it +1853|25/05/2001|VIOLANTE|GIAN FILIPPO|VIA TRENTO, 74 - C.P. 42|84016|Pagani|SA|14/09/1967|NAPOLI|15/11/2000|Urbino|Farmacia|2001||gianfilippoviolante@gmail.com +1854|25/05/2001|D'AGOSTINO|VALENTINA|VIA RAFFAELE CAPONE, 2|84125|Salerno|SA|19/02/1976|SALERNO|25/01/2001|Salerno|Farmacia|2001||v.dagostino76@gmail.com +1856|25/05/2001|MARANDINO|ADALGISA|VIA MAGNA GRECIA, 520/A|84047|CAPACCIO|SA|01/03/1973|PAGANI|30/03/2001|Salerno|Farmacia|2001||antonioippolito@yahoo.it +1857|25/05/2001|SALERNO|RICCARDO|Via Francesco Lanzara,33|84014|Nocera Inferiore|SA|15/05/1971|SALERNO|25/01/2001|Salerno|Farmacia|2001||salecar@libero.it +1858|25/05/2001|MELE|IMACA MICHELA|G.Martuscelli,16|84100|Salerno|SA|11/07/1975|MILANO|30/03/2001|Salerno|Farmacia|2001||FARMACIASANMICHESESAS@liVE.it +1859|25/05/2001|SALVATI|ROSA|VIA TORINO, 5|84085|Mercato San Severino|SA|15/04/1977|NOCERA INFERIORE|30/03/2001|Salerno|Farmacia|2001||marosasalvati@gmail.com +1860|25/05/2001|GALLUCCI|SONIA|Via Provinciale Turci, 2|83029|Solofra|AV|26/02/1976|AVELLINO|30/01/2001|Napoli|Farmacia|2001||info@parafargallucci.it +1861|25/05/2001|PERGAMO|ANNALIA|VIA RANFONE 4|84085|Mercato San Severino|SA|08/04/1974|SALERNO|25/01/2001|Salerno|Farmacia|2001||annalia.pergamo@GMAIL.COM +1862|25/05/2001|MELILLO|PAOLA|Via S. Bernardino, 26|84025|Eboli|SA|25/07/1976|EBOLI|30/03/2001|Salerno|Farmacia|2001||paola.melillo@tin.it +1863|25/05/2001|BARONE|MARIANNA|VIA VITERBO|84090|MONTECORVINO PUGLIANO|SA|03/03/1976|BATTIPAGLIA|30/03/2001|Salerno|Farmacia|2001||mariannabarone2017@virgilio.it +1866|07/06/2001|TRAMONTANO|GIUSEPPINA|Caporale Vito Ruggiero,29|84010|San Valentino Torio|SA|05/10/1974|SAN VALENTINO TORIO|30/03/2001|Salerno|Farmacia|2001||giuseppinatramontano@libero.it +1867|07/06/2001|BUONAIUTO|MARIA LUISA|Via Lavorate-Centro, 195|84087|Sarno|SA|12/05/1963|SARNO|28/03/2001|Napoli|Farmacia|2001||farmalub@alice.it +1868|07/06/2001|D'ARCO|MARIA|Via Gen. Nastri, 55|84084|Fisciano|SA|17/03/1969|ROCCAPIEMONTE|30/03/2001|Salerno|Farmacia|2001||darcomaria@alice.it +1869|07/06/2001|PARAGGIO|CHIARA|Selva,31|84043|Agropoli|SA|19/08/1975|ROMA|27/03/2001|Napoli|Farmacia|2001||farmaciaparaggiovoza@gmail.com +1870|07/06/2001|CIANCIA|ELEONORA|1^ Traversa Veneto,1|84010|San Marzano Sul Sarno|SA|18/12/1975|NOCERA INFERIORE|30/03/2001|Salerno|Farmacia|2001||eleonoraciancia@inwind.it +1871|07/06/2001|BROCCOLI|MARIA|Belvedere,80|84045|Altavilla Silentina|SA|08/02/1976|ALTAVILLA SILENTINA|30/03/2001|Salerno|Farmacia|2001||mariabroccoli@salerno.pecfarmacisti.it +1872|07/06/2001|BORRIELLO|MARIA|Matteo Ripa,66|84091|Battipaglia|SA|10/10/1976|NAPOLI|30/03/2001|Salerno|Farmacia|2001||m.borriello@email.it +1873|07/06/2001|SORIERO|MARIA GERARDA|Mezzacapo,203|84036|Sala Consilina|SA|12/01/1971|OLIVETO CITRA|19/03/2001|Roma|Farmacia|2001||gerardasoriero@gmail.com +1876|25/06/2001|ROBERTAZZI|MARIA|Via Venezia,17|84098|PONTECAGNANO FAIANO|SA|14/02/1967|SALERNO|14/03/2001|Urbino|Farmacia|2001||mariarobertazzi@alice.it +1877|16/07/2001|PEPE|ANNA|P.Zza Martiri Ungheria, 7|84016|Pagani|SA|14/08/1975|PAGANI|30/03/2001|Salerno|Farmacia|2001||dott.annapepe@libero.it +1879|16/07/2001|TORRE|ELENA|Via Gustavo Trotta, 7|84016|Pagani|SA|18/10/1976|PAGANI|30/03/2001|Salerno|Farmacia|2001||elenatorre@libero.it +1880|16/07/2001|SALVATO|GAETANA|Via San Rocco,14|84086|Roccapiemonte|SA|05/10/1975|NOCERA INFERIORE|30/10/2000|Salerno|Farmacia|2000||gaetana.salvato@gmail.com +1881|30/07/2001|CASTELLANO|BIANCA MARIA|Viale Dei Romani, 1|84135|Salerno|SA|16/03/1973|SALERNO|03/03/2001|Salerno|Farmacia|2001||biancamaria1973@hotmail.it +1884|03/09/2001|MILITO|GIUSEPPE|Via A.Salsano,38|84013|Cava Dei Tirreni|SA|04/03/1975|SALERNO|30/03/2001|Salerno|Farmacia|2001||milusimo@virgilio.it +1886|26/09/2001|DI MURO|ADELE|Via B.Garofalo,3|84095|Giffoni Valle Piana|SA|13/08/1974|SALERNO|23/07/1999|Salerno|Farmacia|2000||farmaciaquaranta@virgilio.it +1888|07/11/2001|FINELLI|ANGELO|VIA SERRONI ,4|84090|GIFFONI SEI CASALI|SA|29/11/1976|SALERNO|30/03/2001|Salerno|Farmacia|2001||angelofinelli@virgilio.it +1892|27/12/2001|PELLEGRINO|ELISABETTA|Piazza Europa, 7|84092|Bellizzi|SA|19/01/1976|ROMA|30/10/2001|Salerno|Farmacia|2001||pellegrinoelisa@tiscali.it +1895|27/12/2001|BIANCHINI|MICHELE|VIA PIEMONTE,6|84096|Montecorvino Rovella|SA|07/04/1976|SALERNO|05/11/2001|Roma|Farmacia|2001|| +1897|27/12/2001|FASANO|VALERIA|Via Giudaica, 32|84121|SALERNO|SA|05/09/1970|POSTIGLIONE|30/10/2001|Salerno|Farmacia|2001||valeria.fasano@email.it +1898|14/01/2002|CONSIGLIO|GRAZIA|Via G.B. Amendola, 33|84129|Salerno|SA|14/08/1978|SALERNO|15/10/2001|Salerno|Farmacia|2001||graziaconsiglio1978@libero.it +1899|14/01/2002|GRIECO|CARMEN|C.So Garibaldi,33|84123|Salerno|SA|07/02/1977|SALERNO|31/10/2001|Salerno|Farmacia|2001||griecocarmem@alice.it +1900|14/01/2002|MARTINO|SIMONA|VIA PALINURO, 1|84098|PONTECAGNANO FAIANO|SA|18/09/1976|SALERNO|25/07/2001|Salerno|Farmacia|2001||smartino96@yahoo.com +1901|14/01/2002|D'AMBROSIO|NICOLA|C.So Vitt.Emanuele,143|84100|Salerno|SA|02/07/1970|SALERNO|15/11/2001|Urbino|Farmacia|2001||nickdambry1970@libero.it +1903|14/01/2002|CORALLUZZO|ANNALISA|Via Valentino Fortunato, 23/b|84095|Giffoni Valle Piana|SA|06/11/1975|EBOLI|21/03/2000|Napoli|Chimica e tecn. farmaceutica|2000||coralluzzoannalisa@gmail.com +1907|14/01/2002|ROMANO|FABIO|Via Mazzini,48|84091|Battipaglia|SA|27/05/1976|SALERNO|31/10/2001|Salerno|Farmacia|2001||romano-fabio76@tiscali.it +1908|14/01/2002|RUSSO|LUCIA|VIA TRESSANTI, s.n.c.|84036|Sala Consilina|SA|13/12/1977|ROVIGO|16/07/2001|Ferrara|Farmacia|2001||noco@libero.it +1909|14/01/2002|VERTICCHIO|FERNANDA|Via G.Giuliani, 80|84069|Roccadaspide|SA|22/01/1975|ROCCADASPIDE|15/10/2001|Salerno|Farmacia|2001||verticchiofernanda@tiscali.it +1912|14/01/2002|CUZZOLINO|ANTONELLA|Via Stritto, 10/B|84020|San Gregorio Magno|SA|26/08/1973|OLIVETO CITRA|15/10/2001|Salerno|Farmacia|2001||ing.ursi@tin.it +1913|14/01/2002|DE MARTINO|LAURA|Via La Mennolella,49|84100|Salerno|SA|19/03/1978|SALERNO|15/10/2001|Salerno|Farmacia|2001||ldemartino@unisa.it +1914|14/01/2002|CAUCEGLIA|MARINA|Via Delle Ginestre,113|84100|Salerno|SA|31/07/1963|PORTICI|23/10/2001|Napoli|Farmacia|2001||marina.cau@hotmail.it +1915|14/01/2002|BIFOLCO|STEFANIA|VIA M. MONETTI, 9|84013|Cava Dei Tirreni|SA|02/01/1973|PAGANI|25/07/2001|Salerno|Farmacia|2001||patriziabifolco@tiscali.it +1916|11/02/2002|DE FEO|LUIGI|VIA MAGNA GRECIA,316-SCALO-C/O F.CIA|84047|CAPACCIO|SA|07/10/1977|VALLO DELLA LUCANIA|25/07/2001|Salerno|Farmacia|2001||farmacia.defeo@libero.it +1917|11/02/2002|PENNINO|FRANCESCA|VIA CROVITO, 2A - LOC. COPERCHIA|84080|PELLEZZANO|SA|14/07/1973|CATANIA|28/03/1998|Catania|Farmacia|1998||fra.pennino@libero.it +1919|11/02/2002|BLOISE|MARCELLA FILOMENA|Via del Biancospini, 20|84040|CASAL VELINO|SA|22/10/1974|MORANO CALABRO|26/07/2001|Salerno|Farmacia|2001|| +1922|11/02/2002|AGOGLIA|MARCELLA|Via P.Grippo, 1|85100|POTENZA|PZ|25/01/1974|POTENZA|25/07/2001|Salerno|Farmacia|2001||marcella.agoglia@libero.it +1926|27/02/2002|VENTRE|DANIELA|Via Europa,8|84098|Pontecagnano Faiano|SA|15/09/1976|SALERNO|30/10/2001|Salerno|Farmacia|2001||danielaventre@virgilio.it +1931|23/04/2002|D'AMATO|DOMENICA|Via Valle Mauro,3|84036|Sala Consilina|SA|23/09/1975|POLLA|27/06/2000|Napoli|Chimica e tecn. farmaceutica|2001||DOMENICA75.FARM@TIM.IT +1933|19/06/2002|DE BELLIS|ANTONIO|TRAVERSA ABBRO, snc|84013|CAVA DE' TIRRENI|SA|15/09/1975|SALERNO|25/07/2001|Salerno|Farmacia|2001||tonydebellis75@gmail.com +1934|09/07/2002|BENEDETTO|ROBERTA|Via Giovanni Santoro, 14|84123|Salerno|SA|27/12/1977|SALERNO|26/03/2002|Salerno|Farmacia|2002||robyben77@gmail.com +1935|09/07/2002|VULCANO|MASSIMO PASQUALE|Via Coppola, 41 - Fraz. Velina|84040|Castelnuovo Cilento|SA|03/10/1975|MESSINA|26/03/2002|Salerno|Farmacia|2002||m.vulcano@chiesi.com +1936|09/07/2002|NATALE|MARIA GIUSEPPINA|VIA GIUSEPPE DI VITTORIO 144|00034|COLLEFERRO|RM|11/04/1975|POLLA|26/03/2002|Salerno|Farmacia|2002||pinanatale@libero.it +1938|09/07/2002|CONTALDI|MARIKA|Via Cesina,76|84010|San Valentino Torio|SA|20/01/1979|NOCERA INFERIORE|20/05/2002|Napoli|Farmacia|2002||marikacontaldi@libero.it +1940|09/07/2002|BUONO|ELEONORA|Calata San Vito,73|84100|Salerno|SA|24/11/1972|SALERNO|26/03/2002|Salerno|Farmacia|2002||eleonorabuono@virgilio.it +1943|09/07/2002|GALLUZZO|REGINA|Via San Vincenzo n.17 loc. Curteri|84085|Mercato San Severino|SA|21/06/1977|NOCERA INFERIORE|26/03/2002|Salerno|Farmacia|2002||galluzzoregina@gmail.com +1946|09/07/2002|LAMBIASE|ANNA|Via F. Carillo, 14|84013|Cava Dei Tirreni|SA|14/11/1977|TERLIZZI|26/03/2002|Salerno|Farmacia|2002||annalambiase@hotmail.it +1947|29/07/2002|ALIBERTI|ANTONIETTA|VIA VELIA, 15|84100|SALERNO|SA|13/01/1977|PAGANI|26/03/2002|Universit degli studi di Salerno|Farmacia|2002||farmaciasoglia@alice.it +1949|29/07/2002|DELLA PEPA|CARMELA|Contrada Noce, 28|84060|Perdifumo|SA|05/07/1972|SALERNO|14/05/2002|Siena|Farmacia|2002||dpcarmy@virgilio.it +1951|29/07/2002|RUSSO|SABATO FERNANDO|VIA MONS. CORVINO, 2|84088|Siano|SA|31/03/1978|SIANO|26/03/2002|Salerno|Farmacia|2002||sabafe78@yahoo.it +1952|29/07/2002|VASSALLO|ROSETTA|Via Dr.Nicola Cestari,21|84030|Montesano Sulla Marcellan|SA|12/06/1970|NAPOLI|14/05/2002|Siena|Farmacia|2002||vassallorosetta@gmail.com +1957|16/09/2002|LOMBARDI|ELENA|VIA VINCENZO RUSSO 21|84015|Nocera Superiore|SA|02/04/1978|NOCERA INFERIORE|21/03/2002|Roma|Farmacia|2002|| +1958|16/09/2002|AMOROSO|MARIA|Viale P.Baratta,24|84091|Battipaglia|SA|02/01/1974|AGROPOLI|26/03/2002|Salerno|Farmacia|2002|| +1960|14/10/2002|GERBASIO|GIOVANNI|VIA CASALINO, 26|84099|SAN CIPRIANO PICENTINO|SA|05/05/1975|SALERNO|25/07/2001|Salerno|Farmacia|2001||giovannigerbasio@hotmail.it +1962|04/12/2002|MONTANO|GENNARO|Via Filangieri,2|84013|Cava Dei Tirreni|SA|31/08/1974|MADDALONI|06/03/2001|Napoli|Farmacia|2001||info@farmaciamontano.it +1963|31/12/2002|SICA|ROSA|Via Del Centenario,133|84091|Battipaglia|SA|24/08/1976|BATTIPAGLIA|15/10/2002|Salerno|Farmacia|2002||cofaser.sede4@tiscali.it +1964|31/12/2002|BEVILACQUA|ANGELA|Via S.Francesco,13|84027|Sant'Angelo a Fasanella|SA|22/10/1976|SALERNO|15/10/2002|Salerno|Farmacia|2002||farmacia.bevilacqua@tiscali.it +1965|31/12/2002|BEVILACQUA|ANTONIA|C.So Garibaldi,194|84100|Salerno|SA|02/02/1978|SALERNO|15/10/2002|Salerno|Farmacia|2002||antoniabevilacqua78@gmail.com +1966|31/12/2002|ARMINIO|PASQUALE|Via Francois Tuffaut,9|84095|Giffoni Valle Piana|SA|07/12/1974|SALERNO|11/11/2002|Salerno|Farmacia|2002||parminio@katamail.com +1967|15/01/2003|TENORE|TIZIANA|Via A.Capuano,14|84083|Castel San Giorgio|SA|03/12/1977|PAGANI|25/07/2002|Salerno|Farmacia|2002||tizianatenore@libero.it +1969|15/01/2003|VASSALLO|ANTONIO|Via Regina Elena,73|84085|Mercato San Severino|SA|04/05/1978|SALERNO|15/10/2002|Salerno|Farmacia|2002||avassallo@unisa.it +1971|15/01/2003|APICELLA|MASSIMILIANO|Via SEI Settembre 1860, 36|84128|Salerno|SA|02/05/1979|SALERNO|26/07/2002|Salerno|Farmacia|2002||apicmax@gmail.com +1972|15/01/2003|TORRE|MARIA TERESA|Via VI Settembre 1860, 36|84100|Salerno|SA|11/05/1979|TORRE DEL GRECO|26/07/2002|Salerno|Farmacia|2002||mt.torre@libero.it +1973|15/01/2003|GREGORIO|MARIA|Via San Francesco,69|84041|Baronissi|SA|05/04/1979|SALERNO|26/07/2002|Salerno|Farmacia|2002||maria-gregorio@tiscali.it +1974|15/01/2003|VOLPE|CARMELA|Via Leonardo Da Vinci, snc|84098|Pontecagnano Faiano|SA|10/03/1970|SALERNO|26/03/2003|Salerno|Farmacia|2002||volpecarmela@live.it +1975|15/01/2003|PIEGARI|LUCIA|Largo Sandro Pertini N.11|84020|San Gregorio Magno|SA|23/08/1973|POLLA|15/10/2002|Salerno|Farmacia|2002||luciapiegari@tiscali.it +1977|15/01/2003|TULIMIERI|PATRIZIA|Via Amato Santamaria,8|84080|Pellezzano|SA|20/06/1977|SALERNO|25/07/2002|Salerno|Farmacia|2002||pat_tul@hotmail.com +1978|15/01/2003|MARINO|MARIA|Via Ponte Barizzo-P.co delle Ginestre, 41|84047|Capaccio|SA|10/05/1975|AGROPOLI|08/11/2002|Salerno|Farmacia|2002||marinomaria75@libero.it +1979|15/01/2003|MALANGONE|FRANCESCO SAVERIO|Loc.Sperlonga|84020|Palomonte|SA|09/11/1978|NAPOLI|11/11/2002|Salerno|Farmacia|2002||farmacia.malangone@tiscali.it +1980|15/01/2003|GRIMALDI|LORENZO|C.SO GARIBALDI, 33|84100|SALERNO|SA|18/09/1978|CAVA DE' TIRRENI|08/11/2002|Salerno|Farmacia|2002||grimaldilorenzo@alice.it +1981|15/01/2003|RIZZO|LUIGI|VIA Amdeo Moscati 3|84132|Salerno|SA|05/02/1978|SALERNO|08/11/2002|Salerno|Farmacia|2002||edolui@tiscali.it +1983|15/01/2003|DEL PRETE|TIZIANA|Viale delle Mimose, 14|84044|Albanella|SA|10/05/1977|AGROPOLI|15/10/2002|Salerno|Farmacia|2002||tiziana.dp@tiscali.it +1984|15/01/2003|NANNI|MARIANGELA|Via delle Tamerici, 6|84134|Salerno|SA|23/08/1979|SALERNO|26/07/2002|Salerno|Farmacia|2002||nanirem@katamail.com +1986|15/01/2003|BARRA|VALERIA|Via Giovanni del Galdo, 5|84126|Salerno|SA|08/11/1975|SALERNO|26/07/2002|Salerno|Farmacia|2002||valbarr@tin.it +1987|15/01/2003|GUIDA|ANNAMARIA|VIA CANONICO DE LUCA 46/P/2|84040|Celle Di Bulgheria|SA|11/10/1976|CELLE DI BULGHERIA|26/07/2002|Salerno|Farmacia|2002||farmacia_guida@yahoo.it +1988|15/01/2003|CASCIANO|CARMELA|Via Falascone, 8|84020|Palomonte|SA|04/12/1975|EBOLI|26/07/2002|Salerno|Farmacia|2002||carmela.casciano@tiscali.it +1989|15/01/2003|VISCARDI|EDUARDO|Via A.Gramsci,82|84010|San Marzano Sul Sarno|SA|22/01/1964|SAN MARZANO SUL SARNO|08/11/2002|Salerno|Farmacia|2002||eduardo.viscardi@alice.it +1990|15/01/2003|MIGNINI|IRMA|Via Madonna Di Fatima,24|84129|Salerno|SA|09/11/1978|SALERNO|26/07/2002|Salerno|Farmacia|2002||irma.mignini@libero.it +1991|15/01/2003|VIGILANTE|STEFANIA|Via Trento, 143/A|84131|Salerno|SA|28/05/1978|MILANO|25/07/2002|Salerno|Farmacia|2002||stefivigi@tiscali.it +1992|15/01/2003|ORO|GIUSEPPE|Via Sottosanti,21|84010|San Valentino Torio|SA|08/08/1970|SAN GIUSEPPE VESUVIANO|19/12/2001|Salerno|Farmacia|2002||orogiu@libero.it +1993|11/02/2003|ALBANO|FILOMENA|Via Damiano Chiesa, 75|84082|Bracigliano|SA|19/09/1961|BRACIGLIANO|11/11/2002|Salerno|Farmacia|2002||albilena@libero.it +1995|11/02/2003|SANTORO|ANTONELLA|Via Madonna Di Fatima,29|84100|Salerno|SA|12/06/1975|SALERNO|15/10/2002|Salerno|Farmacia|2002||antonellafarm1975@gmail.com +1997|11/02/2003|ESPOSITO|PATRIZIA|P.ZZA RISORGIMENTO, 12|84098|PONTECAGNANO FAIANO|SA|02/09/1975|NAPOLI|15/10/2002|Salerno|Farmacia|2002||patriziaesposit@libero.it +1998|11/02/2003|PUGLIESE|ROSA ELISA|Via Garibaldi,10|84077|Torre Orsaia|SA|26/09/1953|TORRE ORSAIA|16/12/1975|Napoli|Farmacia|1976||farmacia-canonico@tiscali.it +2000|11/02/2003|MAUTONE|ELENA|Via Dell'immacolata, 11|84057|Laurino|SA|10/07/1977|SALERNO|08/11/2002|Salerno|Farmacia|2002||panfilo.genovesi@tiscali.it +2002|11/02/2003|D'ALESSANDRO|GILBERTO|Via Godelmo,58 B|84036|Sala Consilina|SA|30/06/1975|POLLA|19/12/2001|Salerno|Farmacia|2002||gilberto.dalessandro@tiscali.it +2004|11/02/2003|GIOIELLA|GIULIANA|Viale dell'Immacolata n6|84086|Roccapiemonte|SA|27/01/1976|PAGANI|15/10/2002|Salerno|Farmacia|2002||gioiellagiuliana@gmail.com +2005|11/02/2003|LANZETTA|MARIANGELA|Via Cappella Vecchia,27|84087|Sarno|SA|15/03/1977|SALERNO|26/07/2002|Salerno|Farmacia|2002||lanzetta.mar@gmail.com +2006|11/02/2003|SAPORITO|DANIELA|VIA GEN. ARMANDO DIAZ, 32|84100|Salerno|SA|27/08/1974|POLLA|08/11/2002|Salerno|Farmacia|2002||danielasaporito@libero.it +2007|11/02/2003|ORSINI|GIULIANA|Via Napoli,47|84091|Battipaglia|SA|06/09/1978|SALERNO|22/03/2002|Napoli|Chimica e tecn. farmaceutica|2002||acidix78@libero.it +2009|11/02/2003|AGOSTINELLI|CLAUDIO|Via Romanelli,5|84043|Agropoli|SA|17/02/1974|MARACAIBO(VENEZUELA)|11/11/2002|Salerno|Farmacia|2002||jeanclaud48@hotmail.it +2010|11/02/2003|SPEZIGA|ELVIRA|VIA SALVATORE CALENDA, 18|84126|Salerno|SA|26/03/1978|SALERNO|26/07/2002|Salerno|Farmacia|2002||elvira.speziga1978@gmail.com +2012|11/02/2003|VINCITORE|SILVANA|VIA MARTIRI D'OTRANTO, 23/C|84088|Siano|SA|25/05/1977|NOCERA INFERIORE|15/10/2002|Salerno|Farmacia|2002|| +2013|11/02/2003|LAMBIASE|CARMELA|Via G.Lamberti,39|84013|Cava De' Tirreni|SA|16/10/1965|CAVA DE' TIRRENI|24/07/2001|Napoli|Farmacia|2001|| +2014|11/02/2003|GIFFONI|GIANFRANCO VITTORIO|Via G.Lamberti,39 c/o LAMBIASE CARMELA|84013|Cava dei tirreni|SA|29/09/1966|TORTORELLA|24/07/2001|Napoli|Farmacia|2001||gianfrancogiffoni@tiscali.it +2015|17/03/2003|GUGLIELMI|TIZIANA|VIA NICOLA PETROSINO, 9|84100|SALERNO|SA|30/10/1978|POLLA|08/11/2002|SALERNO|Farmacia|2002||tizianaguglielmi@tiscali.it +2017|17/03/2003|RUSSO|MARIA JOSEFINA|VIA G.GARIBALDI,147|84030|MONTESANO/MARCELLANA|SA|15/01/1974|VENEZUELA|24/07/2000|NAPOLI|Farmacia|2000||marijose2009@hotmail.it +2019|09/04/2003|MARTORANO|ANTONELLA|VIA NAZIONALE, 113|84012|ANGRI|SA|26/02/1974|CASTELLAMMARE DI STABIA|08/11/2002|SALERNO|Farmacia|2002||antonella.martorano@gmail.com +2020|09/04/2003|SALVATORE|CONCETTA|VIA NAZIONALE.72|83050|CALABRITTO|AV|08/03/1972|OLIVETO CITRA|16/07/2002|SIENA|Farmacia|2002||concettasalvatore@gmail.com +2021|13/05/2003|CUDA|MICHELE|CORSO ELEA,122|84058|ASCEA|SA|21/03/1970|SALERNO|11/11/2002|SALERNO|Farmacia|2002||michelecuda@tiscali.it +2022|13/05/2003|MANZO|MASSIMILIANO|Via S.Antonio Abate, 69|84018|SCAFATI|SA|04/04/1972|SCAFATI|15/02/2002|SALERNO|Farmacia|2002||drmanzomassimo@hotmail.it +2024|18/06/2003|NADDEO|ADELINA|VIA NUOVA PROVINCIALE CHIUNZI, 170|84010|MAIORI|SA|08/09/1975|SALERNO|25/07/2002|SALERNO|Farmacia|2002||adnaddeo@TISCALI.it +2025|18/06/2003|PEDUTO|ANTONELLA|VIA LUIGI SALERNO,51|84049|CASTEL SAN LORENZO|SA|10/12/1979|SALERNO|25/07/2002|SALERNO|Farmacia|2002||antonella.peduto@gmail.com +2027|28/07/2003|FIORELLO|GIUSEPPE|Via della Libert, 126-128|84015|NOCERA SUPERIORE|SA|12/07/1978|SARNO|09/06/2003|MESSINA|Farmacia|2003||giufior2000@yahoo.it +2030|28/07/2003|SABATINO|CARLA|VIA LEOPOLDO CASSESE, 12|84122|SALERNO|SA|10/04/1978|SALERNO|31/03/2003|SALERNO|Farmacia|2003||carla.sabatino@live.it +2032|28/07/2003|ALFANO|NICOLINO|VIA UGO FOSCOLO, 11|84092|BELLIZZI|SA|28/03/1974|SALERNO|31/03/2003|SALERNO|Farmacia|2003||nicogery@alice.it +2033|28/07/2003|BENVENUTO|MARIA|VIA DEGLI ARANCI, 13|84010|SAN EGIDIO DEL MONTE ALBINO|SA|21/03/1978|NOCERA INFERIORE|31/03/2003|SALERNO|Farmacia|2003||benvenutomaria@alice.it +2035|28/07/2003|LULLO|MIRELLA|VIA BOSCARIELLO|84025|EBOLI|SA|18/09/1977|EBOLI|31/03/2003|SALERNO|Farmacia|2003||mirellalullo@salerno.pecfarmacisti.it +2036|28/07/2003|ALFINITO|MARA|VIA ROSCIGNO 7|84090|SAN MANGO PIEMONTE|SA|08/07/1978|SALERNO|31/03/2003|SALERNO|Farmacia|2003||maralfinito@hotmail.com +2038|28/07/2003|IMMEDIATO|RITA|Via Braidella snc|84030|ATENA LUCANA|SA|11/06/1978|POLLA|31/03/2003|SALERNO|Farmacia|2003||ritaimm@tiscali.it +2039|15/09/2003|MASULLO|FRANCESCO|VIA SAN GIOVANNI,34|84070|SACCO|SA|01/04/1977|SCHWETZINGEN|31/03/2003|SALERNO|Farmacia|2003||fciamasullo@tiscali.it +2041|15/09/2003|MILITO PAGLIARA|MARIA|Via Fariconda 9|84081|BARONISSI|SA|26/03/1979|SALERNO|31/03/2003|SALERNO|Farmacia|2003||mariamipa@gmail.com +2045|15/09/2003|PIEGARI|TIZIANA|PIAZZA UMBERTO I, 1|84036|SALA CONSILINA|SA|01/11/1974|POLLA|31/03/2003|SALERNO|Farmacia|2003||fciapiegari@tiscali.it +2046|15/09/2003|MANZIONE|PAOLA|VIA NAZIONALE, 168|84015|NOCERA SUPERIORE|SA|12/03/1977|NOCERA INFERIORE|16/10/2002|NAPOLI|Chimica e tecn. farmaceutica|2003||paola.manzione@virgilio.it +2047|15/09/2003|GRECO|RITA|VIA CARLO TRAMONTANO,125 palazzina A1|84016|PAGANI|SA|07/05/1978|PAGANI|25/02/2003|NAPOLI|Farmacia|2003||ritagreco78@libero.it +2048|15/10/2003|GIULIANI|GIUSI|Via amedeo Moscati, 3|84132|SALERNO|SA|01/02/1978|BRESCIA|31/03/2003|SALERNO|Farmacia|2003||giusi.giuliani@libero.it +2049|17/11/2003|SILVERIO|MARIA ANTONIETTA|VIA MATTEOTTI,118|84036|SALA CONSILINA|SA|16/10/1960|POLLA|26/03/1991|NAPOLI|Farmacia|1991||masilv@alice.it +2050|19/01/2004|BUONOCONTO|LUIGI|VIA CETRONICO 1A|84082|BRACIGLIANO|SA|27/03/1978|SALERNO|31/10/2003|SALERNO|Farmacia|2003||lbuonoconto@yahoo.it +2052|19/01/2004|PELO|CARMELINA|VIA CHIUNZI, 116|84010|TRAMONTI|SA|01/10/1979|POMPEI|29/07/2003|NAPOLI|Chimica e tecn. farmaceutica|2003||carmenpelo@virgilio.it +2057|19/01/2004|DE CARO|PAOLA|VIA SERRACAPILLI, 14|84025|EBOLI|SA|28/06/1979|EBOLI|25/07/2003|SALERNO|Farmacia|2003||paoladecaro79@gmail.com +2061|19/01/2004|COPPOLA|MASSIMILIANO|VIA BOLIVAR 41|84059|MARINA DI CAMEROTA|SA|10/04/1977|SALERNO|25/07/2003|SALERNO|Farmacia|2003||dott.coppola.massimiliano@gmail.com +2062|19/01/2004|VALIANTE|CARLO MARIA|VIA ARCE, 104|84122|SALERNO|SA|15/01/1978|SALERNO|15/10/2003|SALERNO|Farmacia|2003||carlitos78@katamail.com +2063|19/01/2004|SENATORE|VINCENZO|VIA LASPRO, 49|84126|SALERNO|SA|03/04/1977|NOCERA INFERIORE|15/10/2003|SALERNO|Farmacia|2003||lu.senatore@tiscali.it +2064|19/01/2004|D'ALESSIO|RAFFAELLA|VIA SORBO SOTTANO,103|83029|SOLOFRA|AV|14/02/1976|AVELLINO|25/07/2003|SALERNO|Farmacia|2003||vale.luna76@libero.it +2065|19/01/2004|DORATO|GIOVANNA|Via Della Rinascita, 1|84020|AQUARA|SA|25/02/1980|SALERNO|25/07/2003|SALERNO|Farmacia|2003||giovannadorato@gmail.com +2066|19/01/2004|MAURO|LAURA|VIA KENNEDY, 70|84015|NOCERA SUPERIORE|SA|16/05/1977|NOCERA INFERIORE|28/07/2003|NAPOLI|Farmacia|2003||nellomotofollia@tiscali.it +2067|19/01/2004|VOCCA|FRANCESCA|VIA G. GONZAGA n 97|84025|EBOLI|SA|25/05/1979|BATTIPAGLIA|25/07/2003|SALERNO|Farmacia|2003||vitodamato1972@gmail.com +2068|19/01/2004|GERMANO|ELVIRA|Via Parini n33|84098|PONTECAGNANO|SA|26/01/1973|SALERNO|24/07/2003|SALERNO|Farmacia|2003||nives73@alice.it +2069|19/01/2004|ERRICHIELLO|DOMENICO|PIAZZA DEL MUNICIPIO,27|84011|AMALFI|SA|20/11/1976|POMIGLIANO D'ARCO|31/10/2003|NAPOLI|Farmacia|2003||domenicerrichiello@hotmail.com +2070|19/01/2004|DE MARTINO|BRIGIDA|VIA BOLIVAR|84059|MARINA DI CAMEROTA|SA|12/02/1978|NAPOLI||SALERNO|Farmacia|2003|| +2071|19/01/2004|TORO|ALFONSO|VIA SERRONI,28|84090|GIFFONI SEI CASALI|SA|23/09/1977|GIFFONI SEI CASALI|31/10/2003|SALERNO|Farmacia|2003||alfonsotoro77@gmail.com +2072|19/01/2004|CAMPITELLI|DOMENICO|VIA FILETTINE, 115|84016|PAGANI|SA|16/02/1977|PAGANI|15/10/2003|SALERNO|Farmacia|2003||domy.campy@libero.it +2074|19/01/2004|CONTE|GIOVANNA|VIA SAN VINCENZO,1|84010|SAN VALENTINO TORIO|SA|12/06/1977|SAN VALENTINO TORIO|30/10/2003|SALERNO|Farmacia|2003||giovanna.conte12@GMAIL.COM +2077|19/01/2004|COSTANZO|ILARIA|VIA ENRICO MOSCATI,5|84134|SALERNO|SA|25/03/1980|SALERNO|15/10/2003|SALERNO|Farmacia|2003||rossoilly@gmail.com +2078|19/01/2004|MILILLO|CHIARA|Via Amendola,20|84043|AGROPOLI|SA|20/11/1979|NAPOLI|25/02/2003|NAPOLI|Farmacia|2003||accipigna@libero.it +2080|19/01/2004|NEGRI|STEFANIA|Via Cutinelli, 121-3a Trav.|84081|BARONISSI|SA|24/02/1974|SALERNO|25/07/2003|SALERNO|Farmacia|2003||stefany-74@hotmail.it +2082|19/01/2004|PERRINO|ANTONIETTA|VIA CESINA,89|84010|SAN VALENTINO TORIO|SA|22/01/1978|NOCERA INFERIORE|31/10/2003|SALERNO|Farmacia|2003||perrinoantonella@libero.it +2083|19/01/2004|CAFARO|ALESSIA|VIA TORA DI PEZZANO,42|84099|SAN CIPRIANO PICENTINO|SA|16/06/1979|CASTELLAMMARE DI STABIA|30/10/2003|SALERNO|Farmacia|2003|Universit degli studi di Salerno|alessia.cafaro@email.it +2085|19/01/2004|MAIELLO|ARIANNA|VIA G.NNI FLORENZANO,57|84128|SALERNO|SA|08/10/1977|SALERNO|31/10/2003|SALERNO|Farmacia|2003||ariannamai@libero.it +2086|19/01/2004|DE FEO|GILDA|VIA MAGNA GRAECIA,622|84063|PAESTUM|SA|14/07/1980|AGROPOLI|25/07/2003|SALERNO|Farmacia|2003|| +2088|19/01/2004|LAUDATI|NATALIA|VIA CACCIATORE,24|84085|MERCATO SAN SEVERINO|SA|14/02/1972|NOCERA INFERIORE|30/10/2003|SALERNO|Farmacia|2003||farmacia.laudati@tiscali.it +2093|19/01/2004|CERRA|ADALGISA|VIA VITOLI, 12|84090|CASTIGLIONE DEL GENOVESI|SA|01/07/1974|SALERNO|30/10/2003|SALERNO|Farmacia|2003||adalgisa.cerra@alice.it +2094|19/01/2004|CENNAMO|CINZIA|VIA DUCHESSA|84026|POSTIGLIONE|SA|16/07/1976|EBOLI|31/03/2003|SALERNO|Farmacia|2003|| +2095|19/01/2004|ANGIOLILLO|MARIA IDA|VIA E. PADOVANO, 64|84016|PAGANI|SA|04/08/1979|SALERNO|11/07/2003|NAPOLI|Farmacia|2003||marida1979@libero.it +2097|19/01/2004|PICCIRILLO|EMIRENA|Via Nazionale, 47|84076|TORCHIARA|SA|18/05/1977|SALERNO|27/05/2003|NAPOLI|Chimica e tecn. farmaceutica|2003||piccyemy@yahoo.it +2098|19/01/2004|MANCINI|EMILIA|VIA CASSANDRA,77|84073|SAPRI|SA|25/05/1978|PAOLA|25/07/2003|SALERNO|Farmacia|2003||emancini@unisa.it +2099|19/01/2004|ROBERTO|ANTONELLA|VIA R.DE FUGALDO,1|84126|SALERNO|SA|22/02/1976|SALERNO|31/10/2003|SALERNO|Farmacia|2003||antonella_rob@yahoo.it +2100|19/01/2004|POLLIO|ARIANNA|VIA CAV. V. D'AURIA, 44|84083|CASTEL SAN GIORGIO|SA|17/07/1979|SALERNO|11/11/2002|SALERNO|Farmacia|2003||dott.ariannapollio@libero.it +2101|19/01/2004|MORELLI|PAOLA|VIA ENEA, 7|84098|PONTECAGNANO FAIANO|SA|06/03/1975|NAPOLI|31/03/2003|SALERNO|Farmacia|2003||paola.morelli3@virgilio.it +2102|19/01/2004|DERKESHLI|HAIAT|CORSO VITT.EMANUELE,38|84087|SARNO|SA|14/08/1979|GRAGNANO|11/07/2003|NAPOLI|Farmacia|2003||farmaciaderkeshli@hotmail.it +2103|03/02/2004|SPERANZA|ANTONIO|FRAZ PALINURO VIA C.PISACANE|84064|CENTOLA|SA|18/01/1977|VALLO DELLA LUCANIA|24/07/2003|SALERNO|Farmacia|2003||farmacia.speranza@gmail.com +2105|03/02/2004|CATINO|SUSANNA|VIA LUIGI SALATI,22|84056|GIOI|SA|04/02/1964|GIOI|09/10/2003|CAMERINO|Farmacia|2003||susannacatino@yahoo.it +2106|03/02/2004|LA GRECA|SONIA|Via C/da Padula, 6/B|84041|ACCIAROLI|SA|26/05/1975|MELBOURNE (AUSTRALIA)|30/10/2003|SALERNO|Farmacia|2003||diddy77@tiscali.it +2107|03/02/2004|VALENTINO|SALVATORE|VIALE DEGLI OLMI, 18/B|84100|SALERNO|SA|04/10/1979|SALERNO|15/10/2003|SALERNO|Farmacia|2003||alfonsovale@inwind.it +2108|03/02/2004|BUCCIARELLI|SIMONA|TRAVERSA STARZA, 4|84013|CAVA DEI TIRRENI|SA|10/09/1979|CAVA DE' TIRRENI|30/10/2003|SALERNO|Farmacia|2003||bucciarellisimona@libero.it +2109|03/02/2004|BASILISCO|CONSOLATA|VIA DEL GRANO, 85|84025|EBOLI|SA|23/01/1973|EBOLI|16/07/2003|SIENA|Farmacia|2003||tinabasi@tiscali.it +2110|03/02/2004|SABBA|CARMELO|VIA GUIDO TRAMONTANO,13|84016|PAGANI|SA|16/03/1979|SALERNO|30/10/2003|SALERNO|Farmacia|2003||carmelosb@libero.it +2111|17/02/2004|AVALLONE|LUIGI|VIA G.MAZZINI,32|84019|VIETRI SUL MARE|SA|14/11/1975|CAVA DE' TIRRENI|24/07/2003|SALERNO|Farmacia|2003||fantasy16@supereva.it +2112|17/02/2004|MACCHIARULO|KATIA|Via S. Sebastiano, 13/A|84065|PIAGGINE|SA|07/02/1979|VALLO DELLA LUCANIA|25/07/2003|SALERNO|Farmacia|2003||katia.macchiarulo@tiscali.it +2113|17/02/2004|RIZZO|EDOARDO|VIA GETANO NUNZIANTE,2|84100|SALERNO|SA|05/02/1978|SALERNO|29/07/2003|NAPOLI|Chimica e tecn. farmaceutica|2003||edolui@tiscali.it +2114|17/02/2004|MESIANI MAZZACUVA|MARIA ELENA|Via Bosco Lucarelli,52|84014|NOCERA INFERIORE|SA|16/02/1968|REGGIO CALABRIA|22/07/2003|MESSINA|Farmacia|2003||mesiel@libero.it +2115|17/02/2004|FRESOLONE|ORNELLA|RIONE I MAGGIO,4|84025|EBOLI|SA|11/07/1971|TORINO|30/10/2003|NAPOLI|Farmacia|2003||ornella_f@email.it +2116|22/03/2004|CALIFANO|TERESA|VIA MANZINI, 5|84010|SAN MARZANO SUL SARNO|SA|20/12/1976|NOCERA INFERIORE|27/05/2003|NAPOLI|Chimica e tecn. farmaceutica|2003||califano76@virgilio.it +2118|22/03/2004|MASTROBERTI|MARIA ELENA|C.SO VITT.EMENUALE,228|84014|NOCERA INFERIORE|SA|12/12/1973|POTENZA|16/10/2002|NAPOLI|Chimica e tecn. farmaceutica|2003|| +2119|22/03/2004|CELANO|IMMACOLATA MARIA|VIA DANTE ALIGHIERI, 314|84043|AGROPOLI|SA|19/11/1957|VALSINNI|21/07/1988|NAPOLI|Farmacia|1988||studioinverso@yahoo.it +2120|22/03/2004|LOMBARDI|ANNUNZIATA|VIA VINCENZO RUSSO 15|84015|Nocera Superiore|SA|27/04/1980|NOCERA INFERIORE|31/10/2003|NAPOLI|Farmacia|2003||tittilombardi80@gmail.com +2121|22/03/2004|FASCIANO|SAVINO|VIA C.TRAMONTANO, 78|84016|PAGANI|SA|29/04/1976|MARIANO COMENSE|31/03/2003|SALERNO|Farmacia|2003||dott.fasciano@libero.it +2122|22/03/2004|PALMIERI|MARIA NEVE|VIA MONTE BIANCO,8|84098|PONTECAGNANO FAIANO|SA|16/06/1979|SALERNO|24/07/2003|SALERNO|Farmacia|2003||marianeve79@libero.it +2126|27/04/2004|DE SANTIS|CAROLINA|VIA F.RICCO,6/8|84015|NOCERA SUPERIORE|SA|23/11/1953|MARZANO APPIO|15/07/1975|NAPOLI|Farmacia|1975||farmaciadesantis@tiscali.it +2127|27/04/2004|DE VITA|ROBERTO|VIA CASA ROSA,2|84100|SALERNO|SA|23/02/1979|SALERNO|24/07/2003|SALERNO|Farmacia|2003|| +2130|17/06/2004|ANASTASIA|SOFIA|VIA VALLE,2|84066|PISCIOTTA|SA|29/05/1977|VALLO DELLA LUCANIA|27/02/2004|NAPOLI|Farmacia|2004||sofianastasia@libero.it +2131|17/06/2004|RUSSO|ROSSELLA|VIA MIRABELLA, 5 FRAZ. FORIA|84051|CENTOLA|SA|20/05/1977|SAN GIORGIO A CREMANO|22/12/2003|SALERNO|Farmacia|2004||fedelsat80@hotmail.it +2133|17/06/2004|PAPPALARDO|DOMINIQUE|P.ZZ MARTIRI UNGHERESI,13|84010|CETARA|SA|13/09/1975|MARSIGLIA|29/03/2004|SALERNO|Farmacia|2004||cescos74@yahoo.it +2134|17/06/2004|PUGLIESE|MAFALDA|VIA MARTIRI D'UNGHERIA,16|84083|CASTEL SAN GIORGIO|SA|11/12/1977|SALERNO|22/12/2003|SALERNO|Farmacia|2004||esposito.r74@gmail.com +2136|17/06/2004|FARRICELLA|ATTILIO|VIA IV GIORNATE DI NAPOLI, 12|84025|EBOLI|SA|18/01/1980|POLLA|29/03/2004|SALERNO|Farmacia|2004||fa.at@libero.it +2137|17/06/2004|TAMMARO|MARIACELESTE|VIA PIANO DEL PRINCIPE, 128|80040|POGGIOMARINO|NA|06/11/1978|CASTELLAMARE DI STABIA|29/03/2004|SALERNO|Farmacia|2004||tacele@libero.it +2138|17/06/2004|IACUZZO|CANDIDA|VIA DANTE ALIGHIERI, 136/B|84091|BATTIPAGLIA|SA|18/07/1979|SALERNO|22/12/2003|SALERNO|Farmacia|2004||farmamellone@tiscali.it +2139|17/06/2004|SALSANO|EDUARDO|VIA GRAMSCI,14|60030|SAN MARCELLO (An)|AN|08/03/1962|SALERNO|14/11/1986|URBINO|Farmacia|1986||salsanoeduardo@libero.it +2140|17/06/2004|AIELLO|PAOLO|VIA SANT'ELIA CAPPELLE SUPERIORE,6|84135|SALERNO|SA|10/05/1978|SALERNO|29/03/2004|SALERNO|Farmacia|2004||aiello.farmacia@libero.it +2141|17/06/2004|CAPUANO|MARIANNA|C.SO CLAUDIO, 74|84083|CASTEL SAN GIORGIO|SA|24/08/1979|NOCERA INFERIORE|22/12/2003|SALERNO|Farmacia|2004||mariannacap79@yahoo.it +2142|17/06/2004|OLIVA|ANTONIO|VIA CORTICELLE, 1/3|84085|MERCATO S.SEVERINO|SA|18/03/1973|SALERNO|22/12/2003|SALERNO|Farmacia|2004||farmaciasoglia@alice.it +2143|17/06/2004|QUITADAMO|ROBERTO|VIA PAOLO DE' GRANITA 32|84100|SALERNO|SA|01/08/1971|SALERNO|30/03/2004|SALERNO|Farmacia|2004||farmaciaquitadamo@tiscali.it +2144|17/06/2004|SIGNORIELLO|ANNAMARIA|VIA P.BARATTA C.P.135|84091|BATTIPAGLIA|SA|30/10/1976|BATTIPAGLIA|30/03/2004|SALERNO|Farmacia|2004||signoriello.a@tiscali.it +2146|17/06/2004|GALLO|LAURA|VIA CASALANARIO, 45|84012|ANGRI|SA|30/01/1977|NOCERA INFERIORE|29/03/2004|SALERNO|Farmacia|2004||lauragallo06@libero.it +2148|17/06/2004|SANTANIELLO|CARMINE|VIA S.IANNI, 30|84060|NOVI VELIA|SA|01/05/1977|NOLA|30/03/2004|SALERNO|Farmacia|2004|| +2149|05/07/2004|FERRARA|CLAUDIO|Via delle Albizzie, 29 b/4|00172|ROMA|RM|27/03/1975|PLETTENBERG (GERMANIA)|29/03/2004|SLERNO|Farmacia|2004||dott.ferrara_c@libero.it +2153|05/07/2004|MACCHIA|GIOVANNA|VIA CASICOLA, 42|84015|NOCERA SUPERIORE|SA|11/07/1972|NOCERA SUPERIORE|26/03/2002|SALERNO|Farmacia|2002||giovanna_macchia@libero.it +2154|05/07/2004|VOZA|STEFANIA|Via Selva,31|84043|AGROPOLI|SA|19/08/1977|SALERNO|26/02/2004|NAPOLI|Chimica e tecn. farmaceutica|2004|| +2155|05/07/2004|NAIMOLI|ANTONELLA|VIA VANVITELLI, 14|84091|BATTIPAGLIA|SA|12/12/1979|EBOLI|30/03/2004|SALERNO|Farmacia|2004||naimoliantonella@hotmail.it +2157|05/07/2004|CATALDO|FRANCESCA|VIA CROCIFISSO,47|84012|ANGRI|SA|08/08/1980|NOCERA INFERIORE|29/03/2004|SALERNO|Farmacia|2004||francycatty80@gmail.com +2158|05/07/2004|FERRARA|ROSAMARIA|VIA ROMA,154|84092|BELLIZZI|SA|06/05/1975|SALERNO|25/07/2003|SALERNO|Farmacia|2004||dewrosamaria@hotmail.com +2159|05/07/2004|DESIDERIO|ALESSIO|VIA ROMA,21|84092|BELLIZZI|SA|29/12/1975|AVIGLIANA|29/03/2004|SALERNO|Farmacia|2004||alessio.desiderio@gmail.com +2161|05/07/2004|ANNUNZIATA|GAETANO|Viale Mercato Nuovo 16|36100|VICENZA|VI|18/07/1979|SARNO|30/03/2004|SALERNO|Farmacia|2004||annunziatagaet@tiscali.it +2164|02/08/2004|FIORE|ENRICO LUIGI|VIA CARLO ALBERTO, 45|84073|SAPRI|SA|20/11/1979|POLLA|17/03/2004|ROMA|Farmacia|2004||enricofiore79@libero.it +2165|02/08/2004|DI CARLO|LUCA|VIA TORRE,11|84124|SALERNO|SA|28/03/1976|OLIVETO CITRA|30/03/2004|SALERNO|Farmacia|2004|| +2166|02/08/2004|VASSALLO|STEFANO PASQUALE|FRAZ.SCALO -VIA XX SETTEMBRE,27|84030|MONTESANO /MARCELLANA|SA|02/09/1979|POLLA|05/04/2004|SIENA|Farmacia|2004||stevas@libero.it +2168|09/09/2004|FALCONE|EMILIA|VIA SAFFI 31|58100|GROSSETO|GR|31/05/1978|PAGANI|29/07/2003|NAPOLI|Chimica e tecn. farmaceutica|2003||emilia.falcone@libero.it +2169|09/09/2004|FERRARA|YURI VINCENZO|VIA A.DE GASPERI, 30|84015|NOCERA SUPERIORE|SA|06/06/1975|NOCERA INFERIORE|25/03/2004|NAPOLI|Chimica e tecn. farmaceutica|2004||yuriferrara@yahoo.it +2171|09/09/2004|GRIMALDI|RITA|BIVIO S.CECILIA V.EBURUM,7|84025|EBOLI|SA|12/06/1961|SALERNO|25/02/1986|NAPOLI|Farmacia|1987||ritagrimaldi61@gmail.com +2172|11/10/2004|COBELLIS|FRANCESCO|VIA S.LUCIA, 39|80132|NAPOLI|NA|16/11/1977|NAPOLI|02/07/2001|NAPOLI|Farmacia|2001||fcobs@libero.it +2174|11/10/2004|GRIMALDI|ANTONIO|VIA GUGLIELMO PEPE, 58|84010|S.EGIDIO DEL MONTE ALBINO|SA|08/01/1978|PAGANI|26/02/2004|NAPOLI|Chimica e tecn. farmaceutica|2004||magicant@libero.it +2175|11/10/2004|FRATIANO|GABRIELLA|VIA MOZART snc|84043|AGROPOLI|SA|26/04/1976|TERMOLI|20/03/2002|ROMA|Farmacia|2002||gabriellafratiano@hotmail.com +2176|04/11/2004|CORAGGIO|LORENZO|VIA GERARDO CORRADO, 1|84078|VALLO DELLA LUCANIA|SA|22/08/1975|VALLO DELLA LUCANIA|09/07/2003|NAPOLI|Chimica e tecn. farmaceutica|2003||lorenzocoraggio@libero.it +2177|30/11/2004|DEL GIUDICE|RICCARDO|P.ZA DELLA CORTIGLIA,8|84068|POLLICA|SA|13/01/1966|NAPOLI|21/01/1998|NAPOLI|Farmacia|1998||tdissas120@GMAIL.COM +2181|13/01/2005|PANNULLO|ANTONIETTA|VIA L.CAVALLARO, 51/E7|84018|SCAFATI|SA|11/09/1980|POMPEI|29/10/2004|SALERNO|Farmacia|2004||antonellapannullo@libero.it +2183|13/01/2005|FABIANO|DANIELA|Via Roma,23|84088|SIANO|SA|25/07/1977|ROCCAPIEMONTE|29/10/2004|SALERNO|Farmacia|2004|| +2184|13/01/2005|SENATORE|LAURA|VIALE UGO FOSCOLO, 23|20052|MONZA|MI|21/08/1978|SALERNO|15/10/2004|SALERNO|Farmacia|2004||laurasenatore@tiscali.it +2186|13/01/2005|LEO|EMILIO|VIA DOMENICO REA,5|84014|NOCERA INFERIORE|SA|28/02/1980|NOCERA INFERIORE|18/10/2004|NAPOLI|Farmacia|2004||emilioleo80@alice.it +2187|13/01/2005|PAOLILLO|CLAUDIA|VIA G.BIANCO, 23|84081|BARONISSI|SA|04/07/1979|SALERNO|29/10/2004|SALERNO|Farmacia|2004||claudiapaolillo@libero.it +2188|13/01/2005|MATTIA|VALERIA|VIA MANGANARIO, 90|84126|SALERNO|SA|23/08/1980|EBOLI|15/10/2004|SALERNO|Farmacia|2004||mattia@unisa.it +2189|13/01/2005|GANGEMI|FRANCESCO|VIA TENENTE BRUNO LOMBARDI, 246|84083|CASTEL SAN GIORGIO|SA|01/10/1979|NOCERA INFERIORE|29/10/2004|SALERNO|Farmacia|2004||cicciogangemi@gmail.com +2191|13/01/2005|ROCCO|ANTONIA|VIA 4 NOVEMBRE, 15|84042|ACERNO|SA|13/07/1973|SALERNO|29/10/2004|SALERNO|Farmacia|2004||f.cia-rocco@tiscali.it +2192|13/01/2005|STASIO|GIUSEPPINA|VIA CHIUSA|84028|SERRE|SA|01/01/1973|BATTIPAGLIA|26/07/2004|SALERNO|Farmacia|2004||giusystasio@yahoo.it +2193|13/01/2005|CRISTOFANO|FLAVIA|VIA MICHELE PIRONTI 1/L|84134|SALERNO|SA|11/12/1978|SALERNO|27/07/2004|SALERNO|Farmacia|2004||flaviacristofano@cocco82.net +2194|13/01/2005|GUERRITORE|MARCO|VIA PAPA GIOVANNI XXXIII ,27|84014|NOCERA INFERIORE|SA|09/12/1978|NOCERA INFERIORE|29/10/2004|SALERNO|Farmacia|2004||marcoguerritore@libero.it +2195|13/01/2005|RISPOLI|LAVINIA|VIA MARTINICA, 103|00121|ROMA|RM|14/08/1979|SALERNO|29/10/2004|SALERNO|Farmacia|2004||laviniacarla@hotmail.it +2196|13/01/2005|GRATTACASO|SARA|VIA SPADARELLA,15|84045|ALTAVILLA SILENTINA|SA|11/12/1980|SALERNO|26/07/2004|SALERNO|Farmacia|2004||sara.grattacaso@pec.it +2198|13/01/2005|LANDI|ALESSANDRA|VIA C. COLOMBO, 23|84091|BATTIPAGLIA|SA|23/02/1979|SALERNO|29/10/2004|SALERNO|Farmacia|2004||alessandra7923@libero.it +2199|13/01/2005|RIPA|SERENA|VIA PESCARA,16|84025|EBOLI|SA|26/09/1977|EBOLI|26/07/2004|SALERNO|Farmacia|2004||serena383@libero.it +2201|13/01/2005|DE ANGELIS|GIUSEPPE|Via Casarienzo,11|83029|Solofra|AV|16/01/1978|SALERNO|15/10/2004|SALERNO|Farmacia|2004||giudeangelis1978@libero.it +2202|13/01/2005|PAPALINO|GIOVANNI|Via della libert, 42|83029|Solofra|AV|26/06/1975|SALERNO|29/10/2004|SALERNO|Farmacia|2004||giopap75@alice.it +2203|13/01/2005|MOLINARO|ANTONELLA|CORSO F. CARACCIOLO 70|84085|MERCATO SAN SEVERINO|SA|28/03/1980|NOCERA INFERIORE|26/07/2004|SALERNO|Farmacia|2004||antonellamol@libero.it +2204|13/01/2005|MAURANO|SIMEONA|VIA TERRATE|84048|CASTELLABATE|SA|10/05/1979|AGROPOLI|15/10/2004|SALERNO|Farmacia|2004||simeona1979@libero.it +2205|13/01/2005|LIGUORI|CLORINDA|Via Mozart n 13|84043|AGROPOLI|SA|01/02/1979|AGROPOLI|26/07/2004|SALERNO|Farmacia|2004||clorinda.liguori@alice.it +2206|13/01/2005|CAROLA|ANNA MARIA|VIA nitti, 18|84043|AGROPOLI|SA|23/08/1976|CARMAGNOLA|29/10/2004|SALERNO|Farmacia|2004||anna-carola@libero.it +2208|13/01/2005|CAPACCHIONE|LETIZIA|Via San Clemente, 27|84015|NOCERA SUPERIORE|SA|09/07/1977|SALERNO|29/10/2004|SALERNO|Farmacia|2004||letizia77@fastwebmail.it +2209|13/01/2005|ATTANASIO|FRANCESCO|VIA SALVATORE QUASIMODO, 20|84014|NOCERA INFERIORE|SA|13/05/1977|SARNO|26/07/2004|SALERNO|Farmacia|2004||francescoattanasio@inwind.it +2210|13/01/2005|GENCO|MARIO|VIA PENDINO,51|84010|SAN MARZANO SUL SARNO|SA|13/01/1980|GERMANIA|15/10/2004|SALERNO|Farmacia|2004||mario_genco@virgilio.it +2213|24/01/2005|BASILE|ADELE|VIA VINCENZO TORRUSIO,9|84078|VALLO DELLA LUCANIA|SA|15/04/1981|VALLO DELLA LUCANIA|18/10/2004|NAPOLI|Farmacia|2004|| +2214|24/01/2005|IEMMA|CARLA|VIA FILI GALARDI|84091|BATTIPAGLIA|SA|16/01/1981|ROMA|26/07/2004|SALERNO|Farmacia|2004||carlaiemma81@gmail.com +2215|24/01/2005|IEMMA|EVELINA|VIALE DELLE INDUSTRIE, 23 B|84091|BATTIPAGLIA|SA|16/01/1981|ROMA|26/07/2004|SALERNO|Farmacia|2004||evelina.iemma@gmail.com +2216|24/01/2005|CRESCENZO|SARA|VIA PIRONTI,1 PARCO DELLEL ROSE-scala H|84134|SALERNO|SA|05/08/1978|SARNO|29/10/2004|SALERNO|Farmacia|2004||sara.crescenzo@alice.it +2217|24/01/2005|ALESSANDRO|CHIARINA|VIA L.VINCIPROVA,42|84127|SALERNO|SA|07/01/1979|SALERNO|29/10/2004|SALERNO|Farmacia|2004||kiara999@tiscali.it +2218|24/01/2005|PUNZI|ANGELA|VIA S.CALENDA P.CO VERDE PAL.DALIA 105|84100|SALERNO|SA|15/04/1981|SALERNO|29/07/2004|NAPOLI|Farmacia|2004||punzi.angela@tiscali.it +2219|24/01/2005|SACCONE|BARBARA|VIA PIO XI, 78|84092|BELLIZZI|SA|06/08/1976|SALERNO|16/06/2004|BOLOGNA|Farmacia|2004||barbarasaccone@libero.it +2224|24/01/2005|SGAMBATI|MAGDA|CORSO V.EMANUELE,14|84100|SALERNO|SA|23/07/1980|FRASCATI|15/10/2004|SALERNO|Farmacia|2004||sgambatimagda@hotmail.com +2225|24/01/2005|FAUCI|ILARIA|CORSO GAIBALDI,73|84073|SAPRI|SA|23/04/1979|MARATEA|26/07/2004|SALERNO|Farmacia|2004||ilariafauci@msn.com +2226|24/01/2005|PASTORE|SERENELLA|VIA PASTINI, snc|84029|SICIGNANO DEGLI ALBURNI|SA|22/10/1980|SALERNO|20/10/2004|NAPOLI|Chimica e tecn. farmaceutica|2004||serenella1980@tiscali.it +2229|24/01/2005|PISAPIA|SILVIA|VIA GUARIGLIA, 9|84013|CAVA DEI TIRRENI|SA|19/12/1980|CAVA DE' TIRRENI|26/07/2004|SALERNO|Farmacia|2004||silvia.pisapia80@gmail.com +2230|24/01/2005|IZZO|SAVERINA|VIA DIAZ,36|84098|PONTECAGNANO FAIANO|SA|06/08/1979|SALERNO|27/07/2004|SALERNO|Farmacia|2004||veraizzo@libero.it +2231|24/01/2005|MONACO|GIUSEPPINA|VIA PESCONE,5|84026|POSTIGLIONE|SA|28/07/1974|GERMANIA|26/07/2004|SALERNO|Farmacia|2004||giusymonac@virgilio.it +2232|24/01/2005|SANSONE|FRANCESCA|VIA G.MAZZINI,45|84091|BATTIPAGLIA|SA|25/09/1979|BATTIPAGLIA|15/10/2004|SALERNO|Farmacia|2004|| +2233|24/01/2005|SAPIO|DELIA|VIA MAZZINI,35|84091|BATTIPAGLIA|SA|12/04/1981|NAPOLI|29/10/2004|SALERNO|Farmacia|2004||farmaciarossiadduci@libero.it +2239|14/02/2005|PICILLI|CRISTIAN|VIA TEMPA DI LEPRE, 2/A|84047|CAPACCIO|SA|31/01/1977|BATTIPAGLIA|29/07/2004|SALERNO|Farmacia|2004||cristian.picilli@libero.it +2240|14/02/2005|CODA|ANNALISA|VIA GUIDO RENI, 3/E - LOC. PICHINI|00012|GUIDONIA MONTECELIO|RM|15/09/1973|LAGONEGRO|29/03/2004|SALERNO|Farmacia|2004||annalisacoda@gmail.com +2241|14/02/2005|RIPA|MARTA|VIA SOTTOSANTI, 29|84010|SAN VALENTINO TORIO|SA|02/01/1975|NOCERA INFERIORE|29/10/2004|SALERNO|Farmacia|2004||martaripa@email.it +2242|14/02/2005|SQUILLANTE|LUCIA|VIA DUOMO|84080|SARNO|SA|21/01/1976|SARNO|29/10/2004|SALERNO|Farmacia|2004||lucysqui@yahoo.it +2245|14/02/2005|DI MATTEO|MONICA|VIA UNITA' D'ITALIA, 23|84081|BARONISSI|SA|07/01/1981|SALERNO|26/07/2004|SALERNO|Farmacia|2004||parafarmaciadimatteo@virgilio.it +2247|14/02/2005|CAMMARANO|DANILA BIAGINA|VIA BOSCO, 49|84044|ALBANELLA|SA|06/01/1980|LODI|15/10/2004|SALERNO|Farmacia|2004||danilacam@tiscali.it +2248|14/02/2005|IANNONE|ARCANGELA|VIA MONCENISIO, 7|20900|MONZA|MB|06/02/1980|AVELLINO|29/10/2004|SALERNO|Farmacia|2004||dssaiannone@libero.it +2252|30/03/2005|CHIOLA|MARCELLO|VIA ROBERTO SANTAMARIA,100|84100|SALERNO|SA|02/11/1980|SALERNO|29/10/2004|SALERNO|Farmacia|2004|| +2253|30/03/2005|TREZZA|VIVIANA|PIAZZA MUNICIPIO, 18|84039|TEGGIANO|SA|07/05/1979|MILANO|19/03/2003|ROMA|Chimica e tecn. farmaceutica|2003||viviana.trezza@fastwebnet.it +2255|22/04/2005|SANSONE|ANNA|VIA BARRI,50|84060|NOVI VELIA|SA|05/04/1979|VALLO DELLA LUCANIA|17/03/2004|ROMA|Farmacia|2004||annasanso@yahoo.it +2256|22/04/2005|PAESANO|GAETANO|VIA V.VENETO,98|84065|PIAGGINE|SA|06/12/1979|VALLO DELLA LUCANIA|29/10/2004|SALERNO|Farmacia|2004|| +2260|22/04/2005|BENEVENTO|ELENA|VIA CROCE MALLONI, 261|84015|NOCERA SUPERIORE|SA|06/01/1981|SALERNO|29/10/2004|SALERNO|Farmacia|2004||beneventoelena@live.it +2261|10/05/2005|FERRARA|ANTONELLA|Via Casa Costa, 71 - SAN CESAREO|84013|CAVA DEI TIRRENI|SA|13/03/1977|CAVA DE'TIRRENI|29/10/2004|SALERNO|Farmacia|2004||anto.ferrara77@alice.it +2262|10/05/2005|FERRARA|EMANUELA|Via Leopoldo Siani, 32|84013|CAVA DEI TIRRENI|SA|30/03/1980|CAVA DEI TIRRENI|29/10/2004|SALERNO|Farmacia|2004||emy.ferrara@alice.it +2264|03/06/2005|GARUFI|MARIKA|VIA G.S.DE CRESCENZO,3|84133|SALERNO|SA|22/05/1980|SALERNO|29/10/2004|SALENO|Farmacia|2004||marika_garufi@hotmail.com +2265|03/06/2005|PUCCI|ROSARIA|P.Zza Umberto|84070|SANTA MARINA|SA|07/02/1964|COSENZA|24/07/1996|NAPOLI|Farmacia|1996||farmacia.pucci@virgilio.it +2266|03/06/2005|POLICHETTI|GIULIANO|VIA DELLA PACE,60|84086|ROCCAPIEMONTE FRAZ.CASALI|SA|24/03/1977|SARNO|19/12/2003|NAPOLI|Chimica e tecn. farmaceutica|2004||giulianopolichetti@email.it +2269|01/07/2005|AIELLO|AGOSTINO|VIA SANT'ELIA,6|84100|SALERNO|SA|22/08/1979|SALERNO|29/03/2005|SALERNO|Farmacia|2005||agoaiello@hotmail.it +2273|01/07/2005|PELLEGRINO|MARIAROSARIA|VIA EUROPA,135|84098|PONTECAGNANO|SA|16/03/1980|SALERNO|30/03/2005|SALERNO|Farmacia|2005||giud@inwind.it +2274|01/07/2005|ISERNIA|NICOLETTA|Via Gregorio Ceccarelli,19|00054|FIUMICINO|RM|04/07/1975|SARNO|21/12/2004|SALERNO|Farmacia|2005||isenic@tiscali.it +2275|01/07/2005|RICCIARDI|ROSELLA|VIA DEL CENTENARIO,256|84080|FISCIANO|SA|21/06/1974|SALERNO|30/03/2005|SALERNO|Farmacia|2005||ricciardivincenzo45@gmail.com +2276|01/07/2005|PIERRI|ANNAMARIA|VIA SANTI, 4|84084|FISCIANO|SA|15/05/1979|Nocera inferiore|22/12/2004|SALERNO|Farmacia|2005||annamariapierri1@virgilio.it +2279|01/07/2005|SESSA|MICHELA|VIA FONDO PAGANO, 2/A|84081|BARONISSI|SA|12/06/1976|SALERNO|30/03/2005|SALERNO|Farmacia|2005||michela.sessa@libero.it +2280|01/07/2005|MANSI|ESTER|VIA GERARDO AMATO, 28|84010|MINORI|SA|01/01/1981|SALERNO|30/07/2004|NAPOLI|Chimica e tecn. farmaceutica|2004||estermansi@virgilio.it +2281|01/07/2005|TROTTA|PAOLA|Via Romanelli n5|84043|AGROPOLI|SA|05/04/1979|AGROPOLI|30/03/2005|SALERNO|Farmacia|2005||pax1979@gmail.com +2282|01/07/2005|SPARANO|ROSARIA|Via Previteri ,111 - MARINA|84040|CAMEROTA|SA|01/02/1979|CAVA DE' TIRRENI|30/03/2005|SALERNO|Farmacia|2005||rosariasparano@yahoo.it +2287|01/07/2005|APICELLA|RAMONA|VIA N.B. GRIMALDI,165|84014|NOCERA INFERIORE|SA|09/07/1979|ALATRI|30/03/2005|SALERNO|Farmacia|2005||apicella_ramona@libero.it +2289|01/07/2005|COVINO|ROSANNA|VIA E. BERLINGUER, 5|84081|BARONISSI|SA|24/07/1975|FAIDO (SVIZZERA)|29/03/2005|SALERNO|Farmacia|2005||rosanna.covino@libero.it +2290|01/07/2005|PISATURO|ROBERTA|VIA MONTE BIANCO, 8|84098|PONTECAGNANO FAIANO|SA|07/06/1980|BATTIPAGLIA|30/03/2005|SALERNO|Farmacia|2005||robertapisaturo@virgilio.it +2291|01/07/2005|VITOLO|ANTONIO|PIAZZA G. AMENDOLA,11|84014|NOCERA INFERIORE|SA|23/02/1981|NOCERA INFERIORE|30/03/2005|SALERNO|Farmacia|2005||farmaciavitolo@virgilio.it +2292|01/07/2005|GARGANO|ANGELO|VIA C. TRAMONTANO, 90|84016|PAGANI|SA|15/07/1979|PAGANI|21/12/2004|SALERNO|Farmacia|2005||angelo.gargano@inwind.it +2294|01/07/2005|SAPERE|TOMMASO|Via Gelso, 51|84121|SALERNO|SA|28/09/1979|SALERNO|22/12/2004|SALERNO|Farmacia|2005||tommysn@virgilio.it +2295|19/07/2005|CAMPITIELLO|CLAUDIA|Via Falcone|84010|TRAMONTI|SA|07/04/1979|NOCERA INFERIORE|30/03/2005|SALERNO|Farmacia|2005||claudiacampitiello@libero.it +2299|19/07/2005|SIBILIA|ROSETTA|VIA PROCISA NUOVA|83047|PROCISA NUOVA - LIONI|AV|16/12/1976|LIONI|21/12/2004|SALERNO|Farmacia|2005||rosettasib@libero.it +2302|19/07/2005|GUIDA|MASSIMO|VIA MADONNA DI FATIMA N. 4- P.ZZO D'AMBROSIO|84091|BATTIPAGLIA|SA|20/05/1970|SALERNO|24/07/2003|SALERNO|Farmacia|2003||massimo.guida.b1vt@alice.it +2303|19/07/2005|CONTALDI|SILVIA|VIA CARMINE, 12|84016|PAGANI|SA|05/06/1981|NOCERA INFERIORE|30/03/2005|SALERNO|Farmacia|2005||silviacontaldi@hotmail.it +2305|12/09/2005|AVALLONE|ELEONORA|VIA G.MAZZINI,32|84019|VIETRI SUL MARE|SA|31/03/1979|CAVA DE' TIRRENI|22/12/2004|SALERNO|Farmacia|2005||farmaciacartolano@libero.it +2308|26/09/2005|CAMPANILE|CLAUDIA|VIA MARIETTA GAUDIOSI, 6|84127|SALERNO|SA|01/01/1981|SALERNO|30/03/2005|SALERNO|Farmacia|2005||claudia_campanile80@hotmail.it +2309|10/10/2005|LA PASTINA|CATERINA|VIA DON VINCENZO IULIANO,3|84080|ROCCAPIEMONTE|SA|12/02/1980|NOCERA INFERIORE|22/12/2004|SALERNO|Farmacia|2005||caterina1980@katamail.com +2310|10/10/2005|DE LUISE|VERONICA|VIA POMPEI - P.co Milara|84098|PONTECAGNANO|SA|15/02/1975|SALERNO|12/07/2004|NAPOLI|Chimica e tecn. farmaceutica|2004||veronica.deluise@virgilio.it +2311|22/10/2005|INGENITO|ANDREA|VIA CESINA 22|84010|SAN VALENTINO TORIO|SA|28/12/1970|SALERNO|30/03/2005|SALERNO|Farmacia|2005||andrea.ingenito@libero.it +2312|22/10/2005|FRASSINA|TIZIANA|Via Garibaldi 86|84015|NOCERA SUPERIORE|SA|18/06/1980|Salerno|29/10/2004|SALERNO|Farmacia|2004||tizianafrassina@libero.it +2314|05/12/2005|MANCANIELLO|LAURA|VIA RAFFAELE CAVALLO,5|84100|SALERNO|SA|15/11/1978|SALERNO|30/03/2005|SALERNO|Farmacia|2005||lauramancaniello@libero.it +2315|05/12/2005|PRIORE|CATERINA|VIA DELLA PACE,5|53040|RAPOLANO TERME|SI|24/07/1963|POLLA|12/11/1990|SIENA|Farmacia|1990||farmaciapriore@tiscali.it +2316|21/12/2005|SAVIANO|GIUSEPPE|VIA CAPPELLA VECCHIA,37|84087|SARNO|SA|07/05/1979|SARNO|28/10/2005|SALERNO|Farmacia|2005||info@farmASCONTO.COM +2317|30/12/2005|D'URSO|ANTONIO|VIA DELLE VIGNE DUE,6|83029|SOLOFRA|AV|09/05/1975|SOLOFRA|15/10/2003|SALERNO|Farmacia|2003||sinapsi.one@katamail.com +2318|30/12/2005|BIANCHINI|FRANCESCA|VIA PIEMONTE,6|84096|MONTECORVINO ROVELLA|SA|29/03/1982|BATTIPAGLIA|22/07/2005|SALERNO|Farmacia|2005||bianchini.mch@virgilio.it +2320|16/01/2006|GIAQUINTO|KATIA|Via Rispettina, 10|83025|MONTORO|AV|22/01/1979|SVIZZERA|30/03/2005|SALERNO|Farmacia|2005||kgiaquinto@tiscali.it +2321|16/01/2006|SONDEREGGER|MASSIMILIANO|LUNGOMARE CABOTO,18/17|04024|GAETA|LT|27/05/1973|SALERNO|28/10/2005|SALERNO|Farmacia|2005||m.sonderegger@alice.it +2322|16/01/2006|AMATO|MARIA|Via Defenale,1|84040|CASAL VELINO|SA|12/05/1980|VALLO DELLA LUCANIA|22/07/2005|SALERNO|Farmacia|2005||maria.eureka@libero.it +2324|16/01/2006|DI GIACOMO|RITA|VIA MONTECASINO,131 FRAZ.OGLIARA|84135|SALERNO|SA|05/02/1982|SALERNO|22/07/2005|SALERNO|Farmacia|2005||r.digiacomo@gmail.com +2325|16/01/2006|ERRA|ROSANNA|VIA GUGLIELMO DA RAVENNA,22|84100|SALERNO|SA|08/07/1982|SALERNO|22/07/2005|SALERNO|Farmacia|2005|| +2326|16/01/2006|RENDINA|GIUSEPPINA|VIA FOCE, 209|80040|STRIANO|NA|14/05/1980|NOCERA INFERIORE|22/07/2005|SALERNO|Farmacia|2005||fra3falco@virgilio.it +2327|16/01/2006|PIGNOTTI|LUCA|VIA RAFFAELE MAURI,105|84131|SALERNO|SA|04/06/1972|SALERNO|28/10/2005|SALERNO|Farmacia|2005||pignottiluca@yahoo.it +2328|16/01/2006|DI PALMA|ANNA|VIA VACCARO, 85|84010|TRAMONTI|SA|11/02/1978|CAVA DE' TIRRENI|28/10/2005|SALERNO|Farmacia|2005||anna-palma@live.it +2332|16/01/2006|DE MARTINO|PAOLO|VIA G.VACCA,4|84100|SALERNO|SA|10/02/1978|SALERNO|22/07/2005|SALERNO|Farmacia|2005||paolodex@yahoo.it +2334|16/01/2006|DI POTO|FILOMENA|VIA MARCONI n.35|84044|ALBANELLA|SA|21/12/1980|BATTIPAGLIA|22/07/2005|SALERNO|Farmacia|2005||fdipoto@tiscali.it +2336|16/01/2006|BAGLIERI|MARCO|Via Casa David 7|84013|Cava de' Tirreni|SA|18/05/1979|SALERNO|28/10/2005|SALERNO|Farmacia|2005||baglierimarco@tiscali.it +2337|16/01/2006|PASSARO|MARCO|VIA APONE,1|84043|AGROPOLI|SA|14/05/1979|AGROPOLI|22/07/2005|SALERNO|Farmacia|2005||pmarco@oneonline.it +2338|16/01/2006|MANSI|ANGELA|Corso G.Garibaldi n.1|84092|BELLIZZI|SA|23/04/1981|SALERNO|22/07/2005|SALERNO|Farmacia|2005||angelamansi8@gmail.com +2339|16/01/2006|BAMONTE|VALERIA|VIA CHIAIA,90|84020|OTTATI|SA|28/01/1980|EBOLI|17/10/2005|SALERNO|Farmacia|2005||mocarmine@libero.it +2340|16/01/2006|BASSI|RODOLFO|LUNGOLAGO PESCATORI N 12 FRAZIONE N|58015|ORBETELLO|GR|02/10/1970|SALERNO|28/10/2005|SALERNO|Farmacia|2005||ro.bassi@usl9.toscana.it +2341|16/01/2006|GIOIA|ROSA|VIA S.ALFONSO MARIA DE' LIGUORI,19/C|84135|SALERNO|SA|20/03/1980|SALERNO|28/10/2005|SALERNO|Farmacia|2005||rosagioia1980@libero.it +2342|16/01/2006|SEVERINI|GEMMA|VIA G.MARCONI,55|84013|CAVA DEI TIRRENI|SA|29/05/1980|SALERNO|28/10/2005|SALERNO|Farmacia|2005||12257@pec.federfarma.it +2345|16/01/2006|BISOGNO|ANNARITA|VIA ORESTE DI BENEDETTO,2|84013|CAVA DEI TIRRENI|SA|06/07/1972|CAVA DE' TIRRENI|22/07/2005|SALERNO|Farmacia|2005||annarita.bisogno@libero.it +2346|16/01/2006|CAMMARANO|GIOVANNI|VIALE AMENDOLA,84|84025|EBOLI|SA|11/11/1978|EBOLI|22/07/2005|SALERNO|Farmacia|2005||terrano@alice.it +2348|26/01/2006|SCALA|CARLA VITTORIA|VIA PAGLIARONE, 7|84016|PAGANI|SA|29/07/1980|NOCERA INFERIORE|21/12/2004|SALERNO|Farmacia|2005||carlavittoria80@gmail.com +2350|26/01/2006|ROMITI|ANNA LISA|VIA PIETRO DEL PEZZO, 22|84128|SALERNO|SA|16/04/1982|VICO EQUENSE|28/10/2005|SALERNO|Farmacia|2005|| +2351|26/01/2006|CAROTENUTO|LUCIO|VIA CAPORAL VITO RUGGIERO, 56|84010|SAN VALENTINO TORIO|SA|09/09/1979|ROMA|22/07/2005|SALERNO|Farmacia|2005||luciocaro79@gmail.com +2352|26/01/2006|ANNUNZIATA|MARIA LUISA|VIA ZARA,39|84018|SCAFATI|SA|23/04/1980|CASTELLAMMARE DI STABIA|12/07/2005|NAPOLI|Farmacia|2005||mlu80@inwind.it +2353|26/01/2006|BASILE|IDA|VIA G.BUDETTI,48/B|84098|PONTECAGNANO|SA|23/11/1981|SALERNO|28/10/2005|SALERNO|Farmacia|2005||idabasile@yahoo.it +2355|26/01/2006|GIORDANO|ASSUNTA|VIA S.GIOVANNI,60|84025|EBOLI|SA|29/05/1981|EBOLI|22/07/2005|SALERNO|Farmacia|2005||assuntagio@tiscali.it +2356|26/01/2006|SALVIO|GIAMPIERO|VIA ENRICO FERMI,32|84010|SAN MARZANO SUL SARNO|SA|20/04/1981|NOCERA INFERIORE|28/10/2005|SALERNO|Farmacia|2005||giampieroalice@alice.it +2358|26/01/2006|ESPOSITO|FILOMENA ELISA|VIA FLORENZANO,39|84100|SALERNO|SA|25/04/1980|SALERNO|22/07/2005|SALERNO|Farmacia|2005||m.vert@libero.it +2359|26/01/2006|DI FILIPPO|SONIA|VIA GRAMSCI,32|84088|SIANO|SA|18/03/1980|NOCERA INFERIORE|22/07/2005|SALERNO|Farmacia|2005||soniadifilippo80@gmail.com +2360|26/01/2006|D'AMICO|ELISABETTA|VIA O.COSTABILE,28|84019|VIETRI SUL MARE|SA|21/01/1981|SALERNO|22/07/2005|SALERNO|Farmacia|2005||lisadam81@virgilio.it +2361|13/02/2006|MARCHESE|MONICA|VIA FEUDO VIGNONE, 10|84040|CAPACCIO|SA|22/01/1979|AGROPOLI|12/10/2005|NAPOLI|Farmacia|2005||monica.marchese1@virgilio.it +2362|13/02/2006|PERRONE|ANGELA|VIA CLEMENTE MAURO, 13|84123|SALERNO|SA|16/05/1979|SALERNO|25/07/2002|SALERNO|Farmacia|2002||angela_perrone@hotmail.it +2363|13/02/2006|SCARANO|EMY|VIA A.DE CURTIS,26/7|84014|NOCERA INFERIORE|SA|07/01/1981|NOCERA INFERIORE|22/07/2005|SALERNO|Farmacia|2005||emy.scarano@hotmail.it +2364|13/02/2006|CINGOLO|GIOVANNA|VIA NINO BIXIO, 2|84092|BELLIZZI|SA|29/08/1981|SALERNO|29/10/2005|SALERNO|Farmacia|2005||danka81@libero.it +2366|13/02/2006|SANTORO|STEFANIA|VIA C.CALENDA, 10|84100|SALERNO|SA|25/12/1980|NAPOLI|28/10/2005|SALERNO|Farmacia|2002||santorostefy@hotmail.it +2369|13/02/2006|URSO|LUCREZIA|VIA GARIBALDI, 6-FRAZ.S.MARIA|84072|CASTELLABATE|SA|24/04/1979|SESTO SAN GIOVANNI|29/03/2005|SALERNO|Farmacia|2005||lucreziaurso@tiscali.it +2370|13/02/2006|PATELLA|ALESSANDRO|VIA VICOLO BARRIERA, 1|84121|SALERNO|SA|26/02/1978|SALERNO|28/10/2005|SALERNO|Farmacia|2005||alexpatella@libero.it +2371|13/02/2006|BOSCIA|LUCIO|Via E.Siciliano, 45|84014|Nocera Inferiore|SA|01/01/1946|MELIZZANO|16/11/1967|Napoli|Farmacia|1968||farmaciaboscial@libero.it +2372|13/02/2006|RINALDI|ELIANA|Via Castabbio nr. 14|21021|ANGERA|VA|03/11/1980|PRAIA A MARE|22/07/2005|SALERNO|Farmacia|2005||eliana.rinaldi@libero.it +2373|13/02/2006|CHIRICO|FERDINANDO|VIA BONOPRA, 3|84052|CERASO|SA|10/01/1973|VALLO DELLA LUCANIA|10/11/2004|NAPOLI|Chimica e tecn. farmaceutica|2004||chferdi@libero.it +2377|27/02/2006|GAMBARDELLA|LOREDANA|VIA EDUARDO DE FILIPPO,3|84014|NOCERA INFERIORE|SA|03/03/1980|NOCERA INFERIORE|30/10/2003|NAPOLI|Farmacia|2003||parafarmgambardella@libero.it +2381|20/03/2006|PECORA|CARMEN|VIA TAVERNA,14/6|84043|AGROPOLI|SA|26/12/1975|GENOVA|21/07/2004|GENOVA|Farmacia|2004||cpecora@alice.it +2385|26/04/2006|SANTORO|PAOLA|VIA ERSILIO CASTELLUCCIO, 1/A|84134|SALERNO|SA|07/04/1980|SALERNO|28/10/2005|SALERNO|Farmacia|2005||p.santoro@angelini.it +2388|26/04/2006|DE LISO|BARBARA|VIA MANGIAVERRI,13/g|84016|PAGANI|SA|02/03/1981|NOCERA INFERIORE|09/07/2004|NAPOLI|Farmacia|2004||b.deliso@libero.it +2389|26/04/2006|DI CARLO|GIUSEPPANTONIO|VIA 4 MARZO,33|85050|BALVANO|PZ|18/03/1976|SALERNO|31/03/2005|SALERNO|Farmacia|2005||giuseppe.dc@tiscali.it +2391|10/05/2006|NAPODANO|MARIANNA|VIA G.CESARE,34|84085|MERCATO SAN SEVERINO|SA|21/03/1979|AVELLINO|22/07/2005|SALERNO|Farmacia|2005||mariannaemafalda@alice.it +2395|01/06/2006|AVINO|DOMENICO|VIA STAZIONE,9|84030|ATENA LUCANA|SA|06/09/1974|POLLA|18/01/1999|NAPOLI|Chimica e tecn. farmaceutica|2001||mimmoavino@yahoo.it +2396|01/06/2006|LEMBO|GIACINTO|Via Raffaele Libroia n. 42|84014|NOCERA INFERIORE|SA|14/04/1976|NOCERA INFERIORE|17/10/2005|SALERNO|Farmacia|2005||lembogiacinto76@gmail.com +2397|19/06/2006|PULIGNANO|ELENA|VIA MONTEROSA, B2|84091|BATTIPAGLIA|SA|25/03/1981|SALERNO|30/03/2005|SALERNO|Farmacia|2005||elepulignano@virgilio.it +2398|10/07/2006|BRANCACCIO|BARBARA|VIA A. LAUROGROTTO,1|84135|SALERNO|SA|23/10/1977|SALERNO|17/10/2005|SALERNO|Farmacia|2006||barbarabrancaccio@tiscali.it +2399|10/07/2006|CIVALE|MARIACONCETTA|VIA TRAMONTANO P.CO VERDE, 54|84016|PAGANI|SA|04/03/1981|NOCERA INFERIORE|22/07/2005|SALERNO|Farmacia|2006||mariaconcettacivale@libero.it +2400|10/07/2006|LAVECCHIA|ILARIA|VIA F.CHIORAZZI, 99|84049|CASTEL SAN LORENZO|SA|19/11/1979|SALERNO|19/12/2005|SALERNO|Farmacia|2006||farmacialavecchia@gmail.com +2401|10/07/2006|MELASI|SIMONA|VIA VIRGILIO,7|84020|EBOLI - S.CECILIA|SA|22/04/1977|SALERNO|30/03/2006|SALERNO|Farmacia|2006||farmaciamarchitiello@libero.it +2402|10/07/2006|AURICCHIO|GIANLUIGI|VIA PANORAMA,9|84040|CASAL VELINO|SA|07/02/1980|AGROPOLI|12/07/2005|NAPOLI|Farmacia|2006||gianluigi.auricchio@libero.it +2403|10/07/2006|VOLPE|FILVIA|VIA VALENTINO FORTUNATO,38|84095|GIFFONI VALLE PIANA|SA|23/01/1978|SALERNO|19/12/2005|SALERNO|Farmacia|2006||fifivolpe@libero.it +2404|10/07/2006|SEVERINI|GABRIELLA|VIA G.MARCONI,55|84013|CAVA DEI TIRRENI|SA|28/06/1982|SALERNO|30/03/2006|SALERNO|Farmacia|2006||12257@pec.federfarma.it +2405|10/07/2006|PELLEGRINO|CAROLINA|VIA VALLONE, 97|84010|VIETRI SUL MARE-DRAGONEA|SA|23/02/1981|SALERNO|30/03/2006|SALERNO|Farmacia|2006||carol.pellegrino@libero.it +2406|10/07/2006|PAOLILLO|SEBASTIANO|VIA A.DIAZ,35|84122|SALERNO|SA|20/05/1981|SALERNO|30/03/2006|SALERNO|Farmacia|2006||sebastiano.paolillo@gmail.com +2407|10/07/2006|BIANCO|STEFANO|VIALE DEGLI EUCALIPTI,25|84134|SALERNO|SA|18/04/1980|CAVA DE' TIRRENI|19/12/2005|SALERNO|Farmacia|2006||bsbianco@hotmail.it +2409|10/07/2006|COLUCCI|ANTONELLA|VIA ARCE,122|84122|SALERNO|SA|01/06/1968|BARAGIANO|19/12/2005|SALERNO|Farmacia|2006||flash.king@libero.it +2410|10/07/2006|NOCE|GENNJ|VIA ROMA,163|84070|TRENTINARA|SA|15/11/1980|AGROPOLI|30/03/2006|SALERNO|Farmacia|2006||nocegennj@tiscali.it +2414|28/07/2006|CARDONIA|ADELE|Via Carmine Maiorini, 12|84096|MONTECORVINO ROVELLA|SA|30/05/1981|BATTIPAGLIA|22/07/2005|SALERNO|Farmacia|2005||adelecardonia@libero.it +2415|28/07/2006|ARFE'|MIRIAM|VIA S.MARCO,65|84050|FUTANI|SA|08/04/1978|NAPOLI|19/12/2005|SALERNO|Farmacia|2006||miryarfe@hotmail.com +2417|28/07/2006|ROMANO|ROSITA|VIA TORRE,29|84030|SAN PIETRO AL TANAGRO|SA|30/11/1978|POLLA|25/07/2005|NAPOLI|Farmacia|2005||rositafarmacia@libero.it +2418|28/07/2006|VITOLO|ANNA|P.ZZA CADUTI DI BRESCIA,22|84129|SALERNO|SA|19/07/1979|SALERNO|30/03/2006|SALERNO|Farmacia|2006||anvi79@libero.it +2421|04/09/2006|D'AURIA|ALESSANDRA|C.SO VITT.EMANUELE,99|84010|MINORI|SA|15/11/1981|SALERNO|28/03/2006|NAPOLI|Farmacia|2006||aledauria@hotmail.it +2422|04/09/2006|FERNICOLA|GIUSEPPE|VALLO SCALO- VIA NAZ.LE,62|84040|CASTELNUOVO CILENTO|SA|28/12/1979|AGROPOLI|17/02/2006|URBINO|Farmacia|2006|| +2423|04/09/2006|PICCOLO|VALERIA|VIA DUOMO,107|84087|SARNO|SA|23/04/1981|NOCERA INFERIORE|19/12/2005|SALERNO|Farmacia|2006||valnic1980@yahoo.it +2424|04/09/2006|COZZA|FRANCESCA|VIA UMBERTO I|84030|SANZA|SA|15/09/1980|POLLA|30/03/2006|SALERNO|Farmacia|2006||cozzafrancesca@libero.it +2425|25/09/2006|DE NICOLA|SERENA|VIA CARLO PISACANE, 2|84127|SALERNO|SA|29/08/1981|SALERNO|30/03/2006|SALERNO|Farmacia|2006||seredenicola@alice.it +2426|25/09/2006|MARCHIONE|CARMEN|VIA SILVIO BARATTA,31|84127|SALERNO|SA|30/12/1981|CERCOLA|30/03/2006|SALERNO|Farmacia|2006||marchio@alice.it +2427|25/09/2006|CAMPITELLI|ANNA|VIA FILETTINE,115|84016|PAGANI|SA|02/07/1980|PAGANI|19/12/2005|SALERNO|Farmacia|2006||anna.campitelli@gmail.com +2428|25/09/2006|IULIANO|CHIARA|VIA RAFFAELE GUARIGLIA 1 C|84132|SALERNO|SA|07/03/1980|NAPOLI|19/12/2005|SALERNO|Farmacia|2006||chiaraiuliano@hotmail.com +2429|25/09/2006|PICANZA|FEDERICA|Via Camillo Sorgente 54/b|84100|SALERNO|SA|06/07/1981|SALERNO|30/03/2006|SALERNO|Farmacia|2006||picanzafede@libero.it +2430|25/09/2006|GUIDA|CARMELA|VIA PESCARA n.11|84025|EBOLI|SA|03/11/1978|EBOLI|30/03/2006|SALERNO|Farmacia|2006||guida.carmela@virgilio.it +2431|25/09/2006|TORSELLO|TANIA MARINA|CONTRADA CIOFFI 275|84025|EBOLI|SA|19/05/1977|MILANO|27/03/2006|NAPOLI|Farmacia|1981||maritania@live.it +2432|25/09/2006|GRIMALDI|STEFANIA|VIA EUROPA, 22|84090|GIFFONI SEI CASALI|SA|20/04/1979|SALERNO|19/12/2005|SALERNO|Farmacia|2006||grimaldistefania@virgilio.it +2433|18/10/2006|PICERNO|PATRIZIA|VIA MANFREDI, 16 C/2|84091|BATTIPAGLIA|SA|16/02/1972|PALOMONTE|26/07/2001|SALERNO|Farmacia|2001||patpicerno@tiscali.it +2440|29/12/2006|VOCCA|GIOVANNA|VIA G. ROSSINI, 18|84025|EBOLI|SA|24/06/1976|EBOLI|31/03/2001|SALERNO|Farmacia|2001||piecamp@libero.it +2442|09/01/2007|BELSITO|MARCO|2a TRAVERSA LUIGI ANGRISANI, 2|84014|NOCERA INFERIORE|SA|12/06/1982|BATTIPAGLIA|30/10/2006|SALERNO|Farmacia|2006||belsitoantonio48@gmail.com +2446|09/01/2007|CIAGLIA|CARMELA|VIA AUSELLA, 4|84022|CAMPAGNA|SA|12/04/1983|SALERNO|15/11/2006|NAPOLI|Farmacia|2006||milenaciaglia@gmail.com +2447|09/01/2007|CRISTOFANO|FRANCESCO|VIA M. PIRONTI, 1/L|84134|SALERNO|SA|26/04/1982|SALERNO|30/10/2006|SALERNO|Farmacia|2006||farmaciacristofano@cocco82.net +2448|09/01/2007|CUOCO|ANNA|P.ZZA GIOBERTI, 70|84091|BATTIPAGLIA|SA|23/02/1976|SALERNO|30/03/2006|SALERNO|Farmacia|2006||saluteenatura@virgilio.it +2449|09/01/2007|DE ANGELIS|GIUSEPPE|P.zza NADDEO, 4|84126|SALERNO|SA|26/04/1983|SALERNO|24/07/2006|SALERNO|Farmacia|2006||gius834@virgilio.it +2451|09/01/2007|DE FILIPPO|PAMELA|VIA POSIDONIA, 225|84128|SALERNO|SA|19/02/1981|SALERNO|30/03/2006|SALERNO|Farmacia|2006||pameladefi@tiscali.it +2452|09/01/2007|DE SANTIS|DANIELA|C.SO UMBERTO I, 113|84098|PONTECAGNANO FAIANO|SA|23/07/1981|SALERNO|16/10/2006|SALERNO|Farmacia|2006||daniela6361@libero.it +2453|09/01/2007|DE SANTIS|LAURA|Via Emilia Ponente, 141|40133|BOLOGNA|BO|20/04/1982|SALERNO|30/10/2006|SALERNO|Farmacia|2006||lauradesantis82@alice.it +2455|09/01/2007|FALCONE|SANTINA|Via Pizzone Salice n.16|84018|SCAFATI|SA|30/05/1982|POMPEI|30/10/2006|SALERNO|Farmacia|2006||santinafalcone@hotmail.it +2456|09/01/2007|GALIZIA|GABRIELLA|VIA BRIGADIERE D'ANNA, 116|84012|ANGRI|SA|17/05/1983|NOCERA INFERIORE|16/10/2006|SALERNO|Farmacia|2006||gabrygal@hotmail.it +2458|09/01/2007|MANNA|PAOLO|VIA ARECHI II N S N C 30|84086|ROCCAPIEMONTE|SA|12/08/1979|NAPOLI|16/10/2006|SALERNO|Farmacia|2006||mannaSPA@HOTMAIL.IT +2460|09/01/2007|MOSCARIELLO|IRMA|Via Campo sportivo n.18/1|84085|MERCATO SAN SEVERINO|SA|03/09/1982|SALERNO|24/07/2006|SALERNO|Farmacia|2006||irma82.i@gmail.com +2465|09/01/2007|TERRACINA|CLAUDIA|VIA PODGORA, 3|84132|SALERNO|SA|16/03/1983|SALERNO|16/10/2006|SALERNO|Farmacia|2006||claudia.terracina@yahoo.it +2467|15/01/2007|CAPALDO|ANNALISA|VIA S. PERTINI 14|41012|Carpi|MO|03/03/1980|NOCERA INFERIORE|16/10/2006|SALERNO|Farmacia|2006||annalisa.capaldo@gmail.com +2469|15/01/2007|DESIDERIO|MARCO|VIA PORTACATENA, 29|84121|SALERNO|SA|03/11/1982|POMPEI|30/11/2006|SALERNO|Farmacia|2006||wishes2@hotmail.it +2472|15/01/2007|GIANNOTTI|NATALIA|VIA GENERALE GONZAGA, 7|84100|SALERNO|SA|19/07/1983|SALERNO|30/10/2006|SALERNO|Farmacia|2006||mescalina.83@hotmail.it +2474|15/01/2007|INFANTE|RAFFAELE|VIA ERSILIO CASTELLUCCIO, 1|84135|SALERNO|SA|02/05/1982|BATTIPAGLIA|30/10/2006|SALERNO|Farmacia|2006||dralka@email.it +2475|15/01/2007|MAIURI|ERMINIA|Via Delle Ginestre,14|84046|ASCEA|SA|22/06/1982|VALLO DELLA LUCANIA|24/07/2006|SALERNO|Farmacia|2006||erminiamaiuri@zoho.com +2476|15/01/2007|MARINO|GIOVANNI|VIA PARCO ARANCI, 8|84134|SALERNO|SA|14/08/1978|SALERNO|30/03/2006|SALERNO|Farmacia|2006||mrgianluca@gmail.com +2477|15/01/2007|PARENTELA|ISABELLA|VIA SAN PIETRO, 6|84014|NOCERA INFERIORE|SA|21/10/1952|ROMA|27/07/2006|NAPOLI|Farmacia|2006||parentelaisabella@libero.it +2478|15/01/2007|PAVESE|EMANUELA|CORSO VITTORIO EMANUELE, 203|84122|SALERNO|SA|17/05/1982|AVELLINO|30/10/2006|SALERNO|Farmacia|2006||emanuela.pavese@gmail.com +2479|15/01/2007|RIZZO|ROSANNA|VIA UMBERTO I, 136|84050|FUTANI|SA|03/09/1982|DIELSDORF|24/07/2006|SALERNO|Farmacia|2006||rosanna.rizzo@alice.it +2480|15/01/2007|SESSA|ESTER|Via Degli Etruschi n.3|84100|SALERNO|SA|25/06/1981|BATTIPAGLIA|24/07/2006|SALERNO|Farmacia|2006||ester.sessa@tiscali.it +2481|15/01/2007|SOLITRO|LUCIA|VIA P. BARATTA, 94|84091|BATTIPAGLIA|SA|16/03/1981|BATTIPAGLIA|30/10/2006|SALERNO|Farmacia|2006||etroncone@alice.it +2482|15/01/2007|STANZIONA|MARTA|VIA S. SEBASTIANO, 31|84051|CENTOLA|SA|28/01/1978|CENTOLA|19/10/2006|NAPOLI|Farmacia|2006||martastanziona@tiscali.it +2483|29/01/2007|ALIBERTI|FRANCESCO ANTONIO|VIA CUTINELLI, 207|84081|BARONISSI|SA|21/11/1974|AALEN (GERMANIA)|26/07/2004|SALERNO|Farmacia|2004||alibertifrancescoantonio@tin.it +2484|29/01/2007|CALABRESE|DAVIDE GIUSEPPE|VIA UMBERTO, I, 4|84020|SANTOMENNA|SA|21/07/1982|BARI|27/07/2006|NAPOLI|Farmacia|2006||calabrese.dav@tiscali.it +2485|29/01/2007|CHIARIELLO|ROSA|VIA SCIPIONE LANDULFO, 26|84060|MONTECORICE|SA|10/11/1980|AGROPOLI|30/03/2006|SALERNO|Farmacia|2006||rosa.chiariello@live.it +2487|29/01/2007|DI FILIPPO|MARIA ANNA|VIA MAZZINI, 27|84088|SIANO|SA|02/11/1978|PADERBORN (GERMANIA)|16/10/2006|SAERNO|Farmacia|2006||mari.dif@libero.it +2489|29/01/2007|PANICO|ANTONELLA|Via Roma, 21|84092|BELLIZZI|SA|24/06/1978|EBOLI|24/07/2006|SALERNO|Farmacia|2006||panico.antonella@virgilio.it +2490|29/01/2007|PETRACCARO|ANNA|P.ZZA XX SETTEMBRE, 5|84069|ROCCADASPIDE|SA|08/04/1981|SALERNO|18/07/2006|SIENA|Farmacia|2006||farmaciacapuano@libero.it +2492|29/01/2007|VICEDOMINI|SIMONA|VIA G. LEOPARDI, 10|84016|PAGANI|SA|07/03/1981|NOCERA INFERIORE|08/11/2005|NAPOLI|Chimica e tecn. farmaceutica|2005||siimy@hotmail.com +2493|05/02/2007|D'ARLE|BARBARA|VIA GIOVAN BATTISTA VITAGLIANO, 3|84135|SALERNO|SA|21/06/1982|SALERNO|30/10/2006|SALERNO|Farmacia|2006||barbaradarle@hotmail.it +2495|05/02/2007|PEPE|FRANCESCO|VIA FILETTINE, 66|84016|PAGANI|SA|19/03/1981|NOCERA INFERIORE|30/03/2006|SALERNO|Farmacia|2006||frpepe@libero.it +2497|05/02/2007|SEBASTIANO|GIUSEPPE|P.ZZA RAFFAELE PETTI, 6|84100|SALERNO|SA|26/04/1978|SALERNO|24/07/2006|SALERNO|Farmacia|2006||giuseppe.sebastiano@email.it +2501|26/02/2007|GARGIULO|MICHELE|VIA COLARUSSO, 7|80061|MASSA LUBRENSE|NA|25/05/1982|VICO EQUENSE|30/03/2006|SALERNO|Farmacia|2006||michele_grg@libero.it +2506|26/02/2007|VILLANI|RAFFAELLA|VIALE EUROPA, 2|84015|NOCERA SUPERIORE|SA|02/10/1980|NOCERA INFERIORE|28/07/2006|NAPOLI|Chimica e tecn. farmaceutica|2006||villaniraffaella80@libero.it +2508|19/03/2007|FORZIATI|ROSSELLA|CORSO MATARAZZO, 46- FRAZ. S. MARIA|84072|CASTELLABATE|SA|04/06/1983|BATTIPAGLIA|27/07/2006|NAPOLI|Farmacia|2006||rossellaforziati@alice.it +2510|19/03/2007|LEPRE|GIUSEPPE|VIA FIUME, 18|83025|MONTORO INFERIORE|AV|03/10/1980|SALERNO|16/10/2006|SALERNO|Farmacia|2006||farmlepre@libero.it +2511|19/03/2007|SAVINO|FABIO|VIA FREDA, 21|84100|SALERNO|SA|31/03/1979|SALERNO|30/03/2006|SALERNO|Farmacia|2006||fabiosavino1979@gmail.com +2516|14/05/2007|VASSALLUZZO|ROSSELLA|VIA P.C. DI LORENZO, 1|84078|VALLO DELLA LUCANIA|SA|02/03/1978|VALLO DELLA LUCANIA|19/12/2005|SALERNO|Farmacia|2006||rossellamonkey@libero.it +2518|11/06/2007|ABBAGNARA|GIUSEPPINA|VIA A. CALIFANO, 263|84010|SANT'EGIDIO DEL MONTE ALBINO|SA|12/05/1978|NOCERA INFERIORE|20/10/2004|NAPOLI|Chimica e tecn. farmaceutica|2004||giuseppinaabbagnara@libero.it +2519|18/06/2007|CAVALLO|CATIA|VIA G. GIULIANI, 21|84069|ROCCADASPIDE|SA|25/04/1977|SALERNO|27/02/2003|NAPOLI|Chimica e tecn. farmaceutica|2003||catia477@libero.it +2521|18/06/2007|MARMO|ANNA|VIA ZAMBRANO, 169|84088|SIANO|SA|16/02/1982|NOCERA INFERIORE|29/03/2007|SALERNO|Farmacia|2007||myranna@libero.it +2522|18/06/2007|SENESE|FRANCESCA|VIA CROCE, snc|84020|OLIVETO CITRA|SA|13/10/1982|OLIVETO CITRA|20/12/2006|SALERNO|Farmacia|2007||francesca.senese@gmail.com +2523|18/06/2007|STANCATI|GIORGIO|L.go Duchi Piccolomini, 10|84011|AMALFI|SA|13/03/1981|SALERNO|22/02/2007|NAPOLI|Farmacia|2007||giorgiostancati@amalfigiovani.it +2524|18/06/2007|TORTORA|ALESSANDRO|VIA CESARE BATTISTI, 1|84072|SANTA MARIA DI CASTELLABATE|SA|08/11/1976|AGROPOLI|20/12/2006|SALERNO|Farmacia|2007||aleale0811@libero.it +2526|27/06/2007|AMORUSO|IDA|VIA VALLECARA, 1 - PENTA|84084|FISCIANO|SA|22/07/1978|AVELLINO|29/03/2007|SALERNO|Farmacia|2007||idaamoruso@virgilio.it +2527|27/06/2007|APICELLA|ANNA|VIA C.A. ANGRISANI, 25|84014|NOCERA INFERIORE|SA|18/08/1978|NOCERA INFERIORE|20/12/2006|SALERNO|Farmacia|2007||annaapicella8@libero.it +2532|27/06/2007|LANDI|VITTORIA|VIA POMPEI, 139|84098|PONTECAGNANO FAIANO|SA|17/07/1979|SALERNO|20/12/2006|SALERNO|Farmacia|2007||vittorialandi@yahoo.it +2533|27/06/2007|MARTINELLI|ANTONIO|VIA GIOACCHINO VOLPE, 15|00133|ROMA|RM|12/08/1981|AGROPOLI|29/03/2007|SALERNO|Farmacia|2007||antonio_martinelli1@virgilio.it +2534|27/06/2007|MILITO PAGLIARA|GIOVANNA|VIA S. ANDREA, 46/B|84081|BARONISSI|SA|21/06/1981|SALERNO|20/12/2006|SALERNO|Farmacia|2007||giovannamilitopagliara@hotmail.it +2536|27/06/2007|PIRITO|FILOMENA|VIA MUNICIPIO, 30/4|84085|MERCATO SAN SEVERINO|SA|05/02/1972|CIRO' SUPERIORE|29/03/2007|SALERNO|Farmacia|2007||fam.apicella@virgilio.it +2537|27/06/2007|SCARANO|FRANCESCO|VIA TRICINO, 11|84018|SCAFATI|SA|28/05/1981|SCAFATI|23/03/2007|NAPOLI|Farmacia|2007||logaritmo81@libero.it +2538|27/06/2007|TAMMARO|EMANUELA|VIA S. PERTINI, 1|84121|SALERNO|SA|31/08/1983|SALERNO|20/12/2006|SALERNO|Farmacia|2007||manuela.tammaro@libero.it +2539|27/06/2007|VITALE|VALENTINO|VIA E. FERMI, 14|84018|SCAFATI|SA|29/08/1983|POMPEI|18/12/2006|NAPOLI|Chimica e tecn. farmaceutica|2007||valentinovitale@libero.it +2540|09/07/2007|CAPUTO|MARIA|VIA PIZZONE SALICE VIC. S. NICOLA, 8|84018|SCAFATI|SA|01/10/1982|VICO EQUENSE|20/12/2006|SALERNO|Farmacia|2007||caputomaria82@yahoo.it +2541|09/07/2007|CLEMENTE|ORIANA|VIA FOGAZZARO, 70|84091|BATTIPAGLIA|SA|07/09/1981|BATTIPAGLIA|29/03/2007|SALERNO|Farmacia|2007||origen@hotmail.it +2542|09/07/2007|D'ANGIOLILLO|LETINA|VIA S. ANTONIO, 15|84046|ASCEA|SA|09/11/1982|VALLO DELLA LUCANIA|20/12/2006|SALERNO|Farmacia|2007||letina82@gmail.com +2543|09/07/2007|DELLA GRECA|ANTONIETTA|VIA NIGLI, 19|84070|SALENTO|SA|03/08/1981|HANNOVER (GERMANIA)|29/03/2007|SALERNO|Farmacia|2007||antoniettavl@yahoo.it +2544|09/07/2007|DELLA PEPA|ALBERTA|VIA SAN MICHELE, 32 - FRAZ RODIO|84066|PISCIOTTA|SA|05/05/1978|VALLO DELLA LUCANIA|26/03/2007|NAPOLI|Chimica e tecn. farmaceutica|2007||albertadp505@yahoo.it +2545|09/07/2007|DI BUONO|PAOLA|VIA ORAZIO FLACCO, 38|84129|SALERNO|SA|19/07/1978|SALERNO|29/03/2007|SALERNO|Farmacia|2007||paoladibuono@libero.it +2549|09/07/2007|LAMBIASE|LIDIA|VIA S.S.18, n.72|84091|BATTIPAGLIA|SA|14/01/1982|POLLA|20/12/2006|SALERNO|Farmacia|2007||lidialambiase@email.it +2551|09/07/2007|PEPE|LUISA|VIA M. BUONARROTI, 144|84010|SANT'EGIDIO DEL MONTE ALBINO|SA|18/09/1982|NOCERA INFERIORE|29/03/2007|SALERNO|Farmacia|2007||luisapepe@hotmail.it +2552|09/07/2007|PESSOLANO|MARIA COLOMBA|VIA FUORCHI, 3|84030|ATENA LUCANA|SA|08/11/1982|BATTIPAGLIA|13/12/2006|BOLOGNA|Chimica e tecn. farmaceutica|2007||mariacolomba82@yahoo.it +2553|09/07/2007|PETRACCARO|IMMACOLATA|VIA XX SETTEMBRE, 5|84069|ROCCADASPIDE|SA|21/06/1978|AGROPOLI|18/04/2007|SIENA|Farmacia|2007||immapetraccaro@hotmail.it +2554|09/07/2007|RUBINO|MARIANTONIETTA|VIA LAGNO SECCO, 40|84038|SASSANO|SA|15/03/1982|POLLA|29/03/2007|SALERNO|Farmacia|2007||maryrubino82@libero.it +2555|09/07/2007|VASSALLO|IVANO|VIA DOTT. N. CESTARI, 51|84033|MONTESANO SULLA MARCELLANA|SA|24/06/1983|SALERNO|29/03/2007|SALERNO|Farmacia|2007||ivanovassallo@hotmail.it +2556|26/07/2007|CANTALUPO|EMILIA|VIA FORLI', 2|84091|BATTIPAGLIA|SA|05/08/1981|BATTIPAGLIA|20/12/2006|SALERNO|Farmacia|2007||emiliacantalupo@alice.it +2557|26/07/2007|FUCCI|GIUSEPPE|VIA DEI GRECI PAL. D, 64|84135|SALERNO|SA|06/10/1981|SALERNO|29/03/2007|SALERNO|Farmacia|2007||opf1981@alice.it +2558|26/07/2007|GIORDANO|CLAUDIA|VIA SERRONI, 51|84091|BATTIPAGLIA|SA|21/10/1982|BATTIPAGLIA|20/12/2006|SALERNO|Farmacia|2007||cl.giordano@libero.it +2561|26/07/2007|SPARANO|MICHELANGELO|CONTRADA CURCI, 14 A|84078|VALLO DELLA LUCANIA|SA|22/12/1982|AGROPOLI|15/03/2007|ROMA|Farmacia|2007||sparano82@alice.it +2562|26/07/2007|DAMOLIDEO|SANDRA|VIA DELLA RIFORMA, 15|84047|CAPACCIO|SA|05/10/1982|AGROPOLI|29/03/2007|SALERNO|Farmacia|2007||sandradamolideo@tiscali.it +2564|29/08/2007|RISPOLI|RAFFAELE|VIA REZZOLA, 16|84010|PRAIANO|SA|21/10/1968|VICO EQUENSE|24/07/1996|NAPOLI|Farmacia|1996||r.rispoli@visufarma.com +2565|29/08/2007|SALA|SABRINA|VIA NAZIONALE, 44|84076|TORCHIARA|SA|18/01/1982|AGROPOLI|29/03/2007|SALERNO|Farmacia|2007||salasabrina@yahoo.it +2569|08/10/2007|PEPE|VINCENZA|VIA TEMPITELLE, 36|84076|TORCHIARA|SA|28/01/1980|AGROPOLI|29/03/2007|SALERNO|Farmacia|2007||vincenzapepe80@libero.it +2571|15/10/2007|COTTICELLI|CATELLO|VIA ALCIDE DE GASPERI, 391|84016|PAGANI|SA|08/08/1981|NOCERA INFERIORE|23/03/2007|NAPOLI|Chimica e tecn. farmaceutica|2007||catellocotticelli81@libero.it +2572|29/10/2007|BIANCO|GIUSEPPINA|CDA SAN TOMMASO, 6a int.1|83031|ARIANO IRPINO|AV|25/05/1982|CAVA DE' TIRRENI|29/03/2007|SALERNO|Farmacia|2007||giusybianco25@gmail.com +2577|03/12/2007|MARIANI|MICHELA|VIA QUINTINO DI VONA, 9|84133|SALERNO|SA|04/04/1981|SALERNO|30/10/2006|SALERNO|Farmacia|2006||medifarm.care@hotmail.it +2579|19/12/2007|CARBONE|MARIA|VIA PONTE AIELLO, 12|84012|ANGRI|SA|26/04/1982|SAN GENNARO VESUVIANO|30/10/2007|SALERNO|Farmacia|2007||farmaciasparanocarlo@libero.it +2580|04/01/2008|ABATE|MARIA GRAZIA|VIA PADRE CAMPANILE, 2|84081|BARONISSI|SA|23/04/1981|SALERNO|26/07/2007|SALERNO|Farmacia|2007||aba.mgrazia@libero.it +2581|04/01/2008|CITRO|OLGA|VIA FORMATO STINCO, 24 - BIVIO|84020|PALOMONTE|SA|18/09/1978|OLIVETO CITRA|30/10/2007|SALERNO|Farmacia|2007||citroolga@tiscali.it +2582|04/01/2008|D'ANTONIO|ANNA|VIA SABATO DE VITA, 10|84080|PELLEZZANO|SA|13/08/1981|SALERNO|29/03/2007|SALERNO|Farmacia|2007||annadant81@yahoo.it +2585|04/01/2008|FERRANTE|MARIA|VIA BIBLIOTECA AVALLONE 9|84013|CAVA DE' TIRRENI|SA|29/01/1984|NOCERA INFERIORE|26/07/2007|SALERNO|Farmacia|2007||mariaferrante84@libero.it +2586|04/01/2008|GRANOZIO|MARISA|VIA C. AVALLONE, 50|84013|CAVA DE' TIRRENI|SA|26/04/1982|SALERNO|30/10/2007|SALERNO|Farmacia|2007||asiram_82@hotmail.it +2587|04/01/2008|GRIMALDI|MICHELE|P.ZZA CADUTI DI BRESCIA, 22|84100|SALERNO|SA|10/11/1981|SALERNO|26/07/2007|SALERNO|Farmacia|2007||michelegrimaldi@libero.it +2588|04/01/2008|ITRI|ANGELO|VIA SAN MARTINO, 9|84050|LAUREANA CILENTO|SA|12/04/1980|AGROPOLI|30/10/2007|SALERNO|Farmacia|2007||angitri@hotmail.it +2589|04/01/2008|LAUDISIO|MARIA SPERADA|CORSO GARIBALDI, 195|84122|SALERNO|SA|04/02/1982|BATTIPAGLIA|26/07/2007|SALERNO|Farmacia|2007||mslau@email.it +2590|04/01/2008|MASCOLO|SIMONE|VIA FEDERICO DELLA MONICA, 6|84127|SALERNO|SA|25/05/1984|NAPOLI|26/07/2007|SALERNO|Farmacia|2007||simone.mascolo@virgilio.it +2591|04/01/2008|PARLATO|MAURO|Via Guerritore n. 15/B - Parco delle Gardenie|84016|PAGANI|SA|04/12/1979|SALERNO|26/07/2007|SALERNO|Farmacia|2007||mauroparlato@alice.it +2593|04/01/2008|PESCE|CARLA|Via Gaetani n26|84073|SAPRI|SA|21/12/1981|SAPRI|30/10/2007|SALERNO|Farmacia|2007||carlinapesce@yahoo.it +2594|04/01/2008|PROTA|ROSANGELA|Via Madonna del Carmine, 234|84043|Agropoli|SA|20/12/1982|AGROPOLI|26/07/2007|SALERNO|Farmacia|2007||rosangelaprota@gmail.com +2595|04/01/2008|SELLITTO|DOMENICO|VIA T. B. LOMBARDI, 22|84083|CASTEL SAN GIORGIO|SA|21/08/1982|BATTIPAGLIA|30/10/2007|SALERNO|Farmacia|2007||domenico.sellitto@libero.it +2596|04/01/2008|MAZZEI|RAMONA|VIA MONTE TERMINILLO, 4|84090|MONTECORVINO PUGLIANO|SA|21/04/1983|BATTIPAGLIA|30/10/2007|SALERNO|Farmacia|2007||MAZZEI.RAMONA@gmail.com +2597|04/01/2008|MEMOLI|PAOLA|VIA DEI MILLE, 33|84133|SALERNO|SA|08/01/1984|SALERNO|27/07/2007|SALERNO|Chimica e tecn. farmaceutica|2007||memolipaola@tiscali.it +2599|04/01/2008|TORRE|EMILIA|VIA PAOLO DI DONO, 9|00142|ROMA|RM|06/08/1983|SALERNO|26/07/2007|SALERNO|Farmacia|2007||emitorrestar@gmail.com +2600|14/01/2008|APOSTOLICO|PASQUALE|VIA S. ROCCO|84033|MONTESANO SULLA MARCELLANA|SA|16/06/1983|BATTIPAGLIA|17/10/2007|NAPOLI|Farmacia|2007||farmaciasanza@tiscali.it +2602|14/01/2008|CAGGIANESE|CRISTINA|C.SO VITTORIO EMANUELE, 35|85058|VIETRI DI POTENZA|PZ|27/11/1982|POTENZA|30/10/2007|SALERNO|Farmacia|2007||krikri82@hotmail.it +2607|14/01/2008|COCCORULLO|SERENA|VIA MEZZANA, 77|85100|POTENZA|PZ|21/01/1981|AGROPOLI|26/07/2007|SALERNO|Farmacia|2007||serenacoccorullo@gmail.com +2608|14/01/2008|de LUCA|DANIELE|Via Marchesano n.2|84060|ORRIA|SA|20/01/1982|Napoli|26/07/2007|SALERNO|Farmacia|2007||delucadany@yahoo.it +2610|14/01/2008|DESIDERIO|CAROLINA|VIA ROMA, 42|84018|SCAFATI|SA|20/02/1982|SALERNO|30/10/2007|SALERNO|Farmacia|2007||carolina.desiderio@libero.it +2611|14/01/2008|DI MAURO|VINCENZA CINZIA|VIA RIONE NUOVO, 61- FRAZ. SCARIO|84070|SAN GIOVANNI A PIRO|SA|09/06/1981|SAPRI|20/12/2006|SALERNO|Farmacia|2007||cinziadimauro@yahoo.it +2613|14/01/2008|FREDA|CARMELA|VIA ROMA, 32|84020|RICIGLIANO|SA|24/06/1983|OLIVETO CITRA|30/10/2007|SALERNO|Farmacia|2007||zebrjna@libero.it +2614|14/01/2008|GIORGIO|PIETRANGELO|VIA TAURANO, 60|84016|PAGANI|SA|07/08/1981|PAGANI|27/07/2007|NAPOLI|Chimica e tecn. farmaceutica|2007||pietrangelo1981@libero.it +2615|14/01/2008|IANNIZZARO|PAOLA|VIA DELLE GINESTRE, 87|84134|SALERNO|SA|09/10/1983|SALERNO|26/07/2007|NAPOLI|Farmacia|2007||paolianni@yahoo.it +2618|14/01/2008|ROSCIANO|AMELIA|VIA SAN GIOVANNI IN FONTI, 1|84036|SALA CONSILINA|SA|30/01/1982|POLLA|30/10/2006|SALERNO|Farmacia|2006||ameliarosciano@yahoo.it +2620|14/01/2008|VOZA|GIUSEPPE|VIA SELVA, 31|84043|AGROPOLI|SA|25/03/1982|SALERNO|21/12/2006|NAPOLI|Farmacia|2007||giuseppe.voza@gmail.com +2621|14/01/2008|MONTANARO|ERNESTO|VIA GRANATELLE, 25|84043|AGROPOLI|SA|28/03/1969|NAPOLI|20/07/1995|NAPOLI|Farmacia|1995||ernesto.montanaro@hotmail.it +2623|21/01/2008|BOVE|ELISABETTA|Via Agostino Nifo n2|84126|SALERNO|SA|29/07/1976|NOCERA INFERIORE|29/03/2007|SALERNO|Farmacia|2007||elisabettabove@libero.it +2624|21/01/2008|CAPORRINO|ROSALBA|VIA PENDINELLO, 6|84036|SALA CONSILINA|SA|27/08/1983|SAN GALLO (SVIZZERA)|30/10/2007|SALERNO|Farmacia|2007||rosalba.rc@libero.it +2625|21/01/2008|CARDASCO|OLIMPIA|VIA F. LA FRANCESCA, 67|84124|SALERNO|SA|04/04/1980|SALERNO|26/07/2007|SALERNO|Farmacia|2007||olly.car@live.it +2626|21/01/2008|CONCILIO|MARIANNA|VIA CASERTA, 91|84092|BELLIZZI|SA|07/10/1977|BIELLA|20/12/2006|SALERNO|Farmacia|2007||iaia77@alice.it +2630|21/01/2008|DE VITA|BRUNA|VIA ZARA, 62|84123|SALERNO|SA|31/08/1980|SALERNO|26/07/2007|SALERNO|Farmacia|2007||adelhanchi1977@gmail.com +2631|21/01/2008|DEL GIORNO|LAURA|VIA G. PALATUCCI, 12|84091|BATTIPAGLIA|SA|09/06/1982|BATTIPAGLIA|30/10/2007|SALERNO|Farmacia|2007||lauradelgiorno@tiscali.it +2632|21/01/2008|GARGANO|TIZIANA|VIA EUGENIO MONTALE, 20|84010|SAN MARZANO SUL SARNO|SA|24/02/1980|SALERNO|26/07/2007|SALERNO|Farmacia|2007||tizianagargano@libero.it +2633|21/01/2008|IACOVINO|ANGELA|VIA ZOLI ADONE, 1|84025|EBOLI|SA|02/01/1982|EBOLI|30/10/2007|SALERNO|Farmacia|2007||angela_iacovino@libero.it +2634|21/01/2008|IANNICIELLO|CARMELINA|Via Roma, 60|83040|FLUMERI|AV|28/09/1956|FLUMERI|02/11/1979|NAPOLI|Farmacia|1979||info@farmercede.it +2635|21/01/2008|LA FERRARA|ALESSANDRA|Via Dante Alighieri 24|84091|BATTIPAGLIA|SA|25/06/1981|BATTIPAGLIA|30/10/2007|SALERNO|Farmacia|2007||aleballerina81@hotmail.it +2636|21/01/2008|MASTURZO|FEDERICO|VIA MICHELE VERNIERI, 105|84100|SALERNO|SA|08/06/1976|SALERNO|30/10/2007|SALERNO|Farmacia|2007||icomas@tiscalinet.it +2637|21/01/2008|MOLINARI|MARIALUISA|VIA ASTONI CROCE, 7|84083|CASTEL SAN GIORGIO|SA|01/02/1982|SALERNO|30/10/2007|SALERNO|Farmacia|2007||molinarimarialuisa82@gmail.com +2638|21/01/2008|PARRILLI|CHIARA|VIA TORRIONE, 97|84127|SALERNO|SA|26/03/1983|SALERNO|30/10/2007|SALERNO|Farmacia|2007||chiaraparrilli@hotmail.it +2639|21/01/2008|PEDUTO|FILOMENA|VIA SAN COSMO, 188|84049|CASTEL SAN LORENZO|SA|21/09/1975|CASTEL SAN LORENZO|30/10/2007|SALERNO|Farmacia|2007||filomenapeduto@tiscali.it +2642|04/02/2008|CITRO|PILAR|Via Cesare Battisti 5|84100|SALERNO|SA|05/05/1976|NOCERA INFERIORE|30/10/2007|SALERNO|Farmacia|2007||pilarcitro@alice.it +2643|04/02/2008|COLUCCINO|BARBARA|VIA S STEFANO N 24|83013|MERCOGLIANO|AV|25/03/1983|AVELLINO|26/07/2007|SALERNO|Farmacia|2007||barbara8302@hotmail.it +2644|04/02/2008|FARUOLO|AURORA|VIA SAN BIAGIO SNC|85054|MURO LUCANO|PZ|16/12/1982|POTENZA|26/07/2007|SALERNO|Farmacia|2007||faruoloaurora@libero.it +2646|04/02/2008|OLIVA|ANTONIO|VIA VITTORIO VENETO I TRAV, 48|84010|SAN MARZANO SUL SARNO|SA|17/04/1983|SCAFATI|30/10/2007|SALERNO|Farmacia|2007||antonio.oliva17@libero.it +2649|18/02/2008|CINGOLO|ANGELO|VIA NINO BIXIO, 2|84092|BELLIZZI|SA|22/04/1951|MONTECORVINO ROVELLA|21/03/1980|NAPOLI|Farmacia|1980||farmaciacingolo@katamail.com +2650|18/02/2008|CRISPO|FRANCESCA VALERIA|VIA GIUSEPPE VITIELLO, 29|84018|SCAFATI|SA|19/01/1983|NOCERA INFERIORE|30/10/2007|SALERNO|Farmacia|2007||crispo.francescavale@libero.it +2651|18/02/2008|FERRORO|ANNAPAOLA|VIA MARIO MASCIA 12|84124|SALERNO|SA|04/08/1981|SALERNO|29/03/2007|SALERNO|Farmacia|2007||africamarino@hotmail.it +2652|18/02/2008|FURORE|AUTILIA ANNA|VIA P. ATENOLFI, 85|84013|CAVA DE' TIRRENI|SA|13/12/1983|NOCERA INFERIORE|30/10/2007|SALERNO|Farmacia|2007||liana.furore@gmail.com +2655|29/02/2008|BELSITO|MAURIZIO|VIA II^ TRAVERSA ANGRISANI, 2|84014|NOCERA INFERIORE|SA|12/06/1982|BATTIPAGLIA|30/10/2007|SALERNO|Farmacia|2007||belsitoantonio48@gmail.com +2658|29/02/2008|SCAFURO|ANNA|VIA GIACOMO MATTEOTTI, 20|84085|MERCATO SAN SEVERINO|SA|07/12/1982|NOCERA INFERIORE|30/10/2007|SALERNO|Farmacia|2007||anna_sg@libero.it +2661|10/03/2008|SATURNINO|CARMELA|VIA CONTRAONE, 32|83025|MONTORO INFERIORE|AV|21/08/1957|POZZUOLI|21/07/1980|NAPOLI|Farmacia|1980||carmela.saturnino@unibas.it +2662|31/03/2008|DEL VECCHIO|ELENA|VIA SAN NICOLA, 62/A|85046|MARATEA|PZ|31/01/1982|AVELLINO|20/12/2006|SALERNO|Farmacia|2007||laide82@hotmail.it +2663|31/03/2008|SPAGNUOLO|ANNALISA|VIA CUCCI GUIDO, 6|84014|NOCERA INFERIORE|SA|20/10/1983|NOCERA INFERIORE|30/10/2007|SALERNO|Farmacia|2007||annalisaspagnuolo@libero.it +2665|05/05/2008|AGRESTA|AGNELLO|VIA M. FARAO, 12|84050|CUCCARO VETERE|SA|13/01/1951|CERASO|15/07/1976|NAPOLI|Farmacia|1976||18252@pec.federfarma.it +2666|05/05/2008|AMATO|ANNUNZIATA|VIA DELLA RESISTENZA, 5|84082|BRACIGLIANO|SA|07/10/1974|BRACIGLIANO|26/07/2007|SALERNO|Farmacia|2007||nunziadani90@gmail.com +2667|05/05/2008|DUCA|MARIA TERESA|VIA C. PISACANE, 8|84020|SAN GREGORIO MAGNO|SA|15/08/1973|OLIVETO CITRA|20/12/2006|SALERNO|Farmacia|2007||duca_giuseppe@virgilio.it +2669|05/05/2008|GENTILE|LUCA|VIA UGO PIRRO, 17 - SCALA D|84133|SALERNO|SA|24/01/1981|SALERNO|15/11/2006|NAPOLI|Chimica e tecn. farmaceutica|2006||luc.gentile@tiscali.it +2670|05/05/2008|LAMBERTI|GUIDO|VIA DE ROSA, 30|84016|PAGANI|SA|23/05/1982|PAGANI|30/10/2007|SALERNO|Farmacia|2007||lambertiguido@virgilio.it +2672|19/05/2008|FALACE|ROSARIA|Via A. Volta, 5|84098|PONTECAGNANO FAIANO|SA|17/07/1954|CASTELLAMMARE DI STABIA|21/03/1978|NAPOLI|Farmacia|1978||ibis54@hotmail.it +2673|19/05/2008|MARESCA|DANILO|VIALE DEL PINO - CORNO D'ORO|84025|EBOLI|SA|23/01/1979|BATTIPAGLIA|26/07/2007|SALERNO|Farmacia|2007||dm88@tiscali.it +2678|25/06/2008|VILLECCO|DANIELA|VIA DELL'INDUSTRIA, 9|87012|CASTROVILLARI|CS|07/08/1977|CASSANO ALLO JONIO|24/07/2003|SALERNO|Farmacia|2003||daniela.villecco@alice.it +2680|21/07/2008|BUONINCONTI|FILOMENA|VIA TOMMASO M. FUSCO, 14|84016|PAGANI|SA|07/10/1982|PAGANI|30/10/2007|SALERNO|Farmacia|2007||f.buoninconti@email.it +2682|21/07/2008|CONTURSI|ENRICO|Via Cutinelli n. 133|84081|BARONISSI|SA|24/02/1982|SALERNO|28/03/2008|SALERNO|Farmacia|2008||econtursi82@yahoo.it +2683|21/07/2008|COSENTINO|FLAVIA|VIA POSIDONIA, 164|84129|SALERNO|SA|14/04/1979|SALERNO|28/03/2008|SALERNO|Farmacia|2008||flaviacosentino@katamail.com +2684|21/07/2008|DI PASCALE|STEFANIA|VIA CELLARA, 37|84095|GIFFONI VALLE PIANA|SA|09/12/1982|SALERNO|28/03/2008|SALERNO|Farmacia|2008||stefaniaNEW9@GMAIL.COM +2687|28/07/2008|BASILE|PASQUALE|VIA ZAMBRANO, 64|84088|SIANO|SA|26/04/1983|SALERNO|31/03/2008|SALERNO|Chimica e tecn. farmaceutica|2008||paky830@libero.it +2689|28/07/2008|CIRILLO|ERIKA|Via F. Petrarca n4|84043|AGROPOLI|SA|29/04/1980|BIELLA|31/03/2008|NAPOLI|Chimica e tecn. farmaceutica|2008||erikacirillo@tiscali.it +2690|28/07/2008|MEDUGNO|CARLA|VIA MARTUSCELLI, 58|84135|SALERNO|SA|01/07/1984|TRIESTE|28/03/2008|SALERNO|Farmacia|2008||carlina744@live.it +2691|28/07/2008|MILITE|EMANUELA|VIA CARLO ARMENIO ANGRISANI, 11|84014|NOCERA INFERIORE|SA|31/07/1981|TRUJILLO (PERU')|21/12/2007|NAPOLI|Chimica e tecn. farmaceutica|2008||emanuela_milite@hotmail.com +2692|28/07/2008|RAGO|RAFFAELLA|VIA MAGAZZINI, 1|84060|MONTECORICE|SA|18/06/1975|MONTECORICE|19/12/2007|SALERNO|Farmacia|2008||malloo@alice.it +2694|28/07/2008|SIANI|CARMELA|VIA PRINCIPE AMEDEO, 2|84013|CAVA DE' TIRRENI|SA|10/06/1980|SALERNO|28/03/2008|SALERNO|Farmacia|2008||caren80@hotmail.it +2695|28/07/2008|SILVERIO|MARCO|VIALE DEL PINO, 118 - Loc. CORNO D'ORO|84025|EBOLI|SA|04/05/1978|CAVA DE' TIRRENI|19/12/2007|SALERNO|Farmacia|2008||marco.silverio@alice.it +2696|28/07/2008|ZACCARIA|ALESSANDRA|VIA MAZZINI, 85/F|84091|BATTIPAGLIA|SA|12/04/1981|BATTIPAGLIA|28/03/2008|SALERNO|Farmacia|2008||alessandrazaccaria@hotmail.it +2697|29/07/2008|MONACO|MANUELA|VIA PONTE DEL PIANO FRAZ. GALDO, 6|84029|SICIGNANO DEGLI ALBURNI|SA|28/06/1983|BATTIPAGLIA|28/03/2008|SALERNO|Farmacia|2008||manumonaco@hotmail.it +2701|08/08/2008|PEPE|RAFFAELLA|VIA PIAVE, 113|84010|SAN MARZANO SUL SARNO|SA|22/03/1983|NOLA|21/12/2007|NAPOLI|Chimica e tecn. farmaceutica|2008||raffapepe@alice.it +2702|02/09/2008|CIRIGLIANO|CARMEN|VIA MENSA VIII TRAVERSA, 34|84062|OLEVANO SUL TUSCIANO|SA|30/10/1981|BATTIPAGLIA|19/12/2007|SALERNO|Farmacia|2008||carmencirigliano81@gmail.com +2704|02/09/2008|FASANO|ANNALISA|VIA F. TURATI, 19|73013|GALATINA|LE|18/04/1983|GALATINA|31/03/2008|SALERNO|Chimica e tecn. farmaceutica|2008||annalisa.fasano@libero.it +2706|08/09/2008|FARASO|DAVIDE|VIA LUDOVICO SICIGNANO, 46|84018|SCAFATI|SA|28/10/1975|NOCERA INFERIORE|19/12/2007|SALERNO|Farmacia|2008||davide.faraso@tiscali.it +2709|08/09/2008|SELLITTO|GIUSEPPINA|Via Eudo Giulioli, 47|00173|ROMA|RM|06/04/1983|NOCERA INFERIORE|31/03/2008|SALERNO|Chimica e tecn. farmaceutica|2008||giusysellitto@alice.it +2710|08/09/2008|TAFURO|BRUNELLA|VIA CONTRAONE, 38|83025|BORGO MONTORO INFERIORE|AV|12/02/1980|AVELLINO|21/12/2007|NAPOLI|Chimica e tecn. farmaceutica|2008||bru_viola@hotmail.it +2711|06/10/2008|CALIENDO|CARMELA|VIAle CROCE, 79/b|84015|NOCERA SUPERIORE|SA|04/02/1983|NOCERA INFERIORE|31/03/2008|SALERNO|Chimica e tecn. farmaceutica|2008||carmela.caliendo@yahoo.it +2712|06/10/2008|CASTELLANO|CATELLO MIRKO|VIA ARCANGELO ROTUNNO, 15|84134|SALERNO|SA|08/09/1984|GRAGNANO|11/04/2008|CAMERINO|Farmacia|2008||mirko.castellano@hotmail.it +2715|06/10/2008|DE SIO|LILIA|VIA SANT ERASMO 67|84016|PAGANI|SA|04/01/1984|PAGANI|31/03/2008|SALERNO|Chimica e tecn. farmaceutica|2008||ailil8404@gmail.com +2716|06/10/2008|MATTIONI|ELEONORA|VIA MERCATELLO, 68 - BORGO|83025|MONTORO INFERIORE|AV|11/02/1982|SALERNO|19/12/2007|SALERNO|Farmacia|2008||matel82@libero.it +2718|06/10/2008|IENNACO|BENEDETTA|VIA IV NOVEMBRE, 2|84098|PONTECAGNANO FAIANO|SA|15/01/1977|NAPOLI|31/10/2002|NAPOLI|Farmacia|2002||benegrixb@libero.it +2723|12/12/2008|BIANCO|ELVIRA|VIA VI^ TRAV. NAZIONALE, 4/D/20 - COOP PIXUS|84067|POLICASTRO BUSS.|SA|07/10/1981|NAPOLI|30/10/2008|SALERNO|Farmacia|2008||biancoelvira@virgilio.it +2724|12/12/2008|GUARINO|CARMELA|VIA CASA LANDI, 25|84080|LANCUSI DI FISCIANO|SA|30/01/1983|SALERNO|30/10/2007|SALERNO|Farmacia|2007||guarinocarmen83@gmail.com +2725|30/12/2008|SALVATI|DIONIGI|Via R. Livatino, 21|84085|MERCATO SAN SEVERINO|SA|05/01/1983|SALERNO|20/10/2008|NAPOLI|Farmacia|2008||salvatidionigi@libero.it +2726|13/01/2009|BATTIPAGLIA|ELISABETTA|VIA CALATA SAN VITO 36|84126|SALERNO|SA|08/02/1983|SALERNO|25/07/2008|SALERNO|Chimica e tecn. farmaceutica|2008||elisabetta.battipaglia@gmail.com +2727|13/01/2009|BOTTA|TERESA|VIA GARIBALDI, 45|84088|SIANO|SA|27/02/1984|SOLOFRA|30/10/2008|SALERNO|Farmacia|2008||teresa089sa@yahoo.it +2728|13/01/2009|CELANO|EMANUELA|VIA MARE IONIO, 47|84098|PONTECAGNANO FAIANO|SA|25/09/1984|AGROPOLI|30/10/2008|SALERNO|Farmacia|2008||emanu.celano@live.it +2729|13/01/2009|CUOZZO|ADRIANO|VIA TRASIMENO, 23|84091|BATTIPAGLIA|SA|19/09/1985|EBOLI|30/10/2008|SALERNO|Farmacia|2008||parafarmacia.cuozzo@gmail.com +2730|13/01/2009|D'AMICO|LUCIA|VIA G. PARINI, 13|84091|BATTIPAGLIA|SA|06/09/1984|BATTIPAGLIA|24/07/2008|SALERNO|Farmacia|2008||luciadamico84@libero.it +2731|13/01/2009|FEZZA|NADIA|VIA ROMA, 33|84022|CAMPAGNA|SA|29/07/1984|BATTIPAGLIA|24/07/2008|SALERNO|Farmacia|2008||fezzanadia@libero.it +2732|13/01/2009|FIENGA|CLELIA|VIA CROCE, 62|84018|SCAFATI|SA|10/05/1983|MUGNANO DI NAPOLI|30/11/2008|SALERNO|Farmacia|2008||clelia_10583@libero.it +2733|13/01/2009|GARGIONE|ROBERTA|VIA PALMA, 5|84060|PERDIFUMO|SA|28/07/1982|BATTIPAGLIA|30/10/2008|PERUGIA|Farmacia|2008||farmaciagargione@hotmail.it +2734|13/01/2009|GIULIANO|FRANCESCA|VIA Settembrini, 40|84129|SALERNO|SA|17/07/1982|SALERNO|28/03/2008|SALERNO|Farmacia|2008||francescagiuliano@hotmail.com +2735|13/01/2009|GRIMALDI|STEFANIA|VIA TORINO, 8|84085|MERCATO SAN SEVERINO|SA|24/02/1984|SARNO|30/10/2008|SALERNO|Farmacia|2008||stefaniagrimaldi@hotmail.it +2736|13/01/2009|LA ROCCA|ANNAMARIA|VIA A. MANZONI, 37|84092|BELLIZZI|SA|18/10/1984|BATTIPAGLIA|24/07/2008|SALERNO|Farmacia|2008||annam.larocca@alice.it +2737|13/01/2009|LAUDISIO|CAROLINA|VIA ROMA, 98H|84087|SARNO|SA|19/05/1985|SARNO|30/10/2008|SALERNO|Farmacia|2008||carolina.laudisio@gmail.com +2740|13/01/2009|MARCHITELLI|DOMENICA|VIA VITTORIO EMANUELE, 34|85050|BALVANO|PZ|16/01/1984|OLIVETO CITRA|24/07/2008|SALERNO|Farmacia|2008||marchitelli.domenica@libero.it +2742|13/01/2009|PETOLICCHIO|MILENA|Via Marco Emilio Lepido 18/2|40132|BOLOGNA|BO|31/07/1984|SALERNO|30/10/2008|SALERNO|Farmacia|2008||milenapetolicchio84@gmail.com +2743|13/01/2009|PLAITANO|TIZIANA|S.S. 18 PARCO MAGNOLIE, 110/D|84091|BATTIPAGLIA|SA|11/10/1984|BATTIPAGLIA|25/07/2008|SALERNO|Chimica e tecn. farmaceutica|2008||plaitanot@hotmail.it +2746|13/01/2009|ROMANO|FLAVIA|VIA DEMANIO PIAZZA, 39|84085|MERCATO SAN SEVERINO|SA|27/11/1983|NOCERA INFERIORE|25/07/2008|SALERNO|Chimica e tecn. farmaceutica|2008||flaviaromano@alice.it +2748|13/01/2009|SADA|MARIA ROSARIA|V.LE G. VERDI, 10/H|84131|SALERNO|SA|23/09/1975|SALERNO|28/03/2008|SALERNO|Farmacia|2008||m.sada@alice.it +2750|13/01/2009|SODANO|CARMELA|VIA DOMENICO PIGNATARO, 10|84078|VALLO DELLA LUCANIA|SA|26/12/1982|VALLO DELLA LUCANIA|24/07/2008|SALERNO|Farmacia|2008||carmela_sodano@hotmail.it +2751|13/01/2009|SPARANO|ANNA MARIA|VIA CESARE ROSAROLL, 14|80139|NAPOLI|NA|01/07/1957|NAPOLI|24/07/2008|SALERNO|Farmacia|2008||annamaria_sparano@pec.it +2752|13/01/2009|SPERA|CHIARA|Via Rocco Cocchia, 85|84129|SALERNO|SA|10/09/1983|SALERNO|24/07/2008|SALERNO|Farmacia|2008||sperachiara@alice.it +2753|13/01/2009|TORNATORE|SERENA|VIA GIOVANNI CUOMO, 29|84122|SALERNO|SA|13/09/1979|CAVA DE' TIRRENI|25/07/2002|SALERNO|Farmacia|2002||tornatore.serena@tiscali.it +2759|13/01/2009|ZOTTOLI|ALESSIA|VIALE DELLA REPUBBLICA, 2|84092|BELLIZZI|SA|09/07/1984|BATTIPAGLIA|30/10/2008|SALERNO|Farmacia|2008||alessia.zott@alice.it +2760|29/01/2009|ANSALONE|IDA|VIA S. ROCCO, 4|04029|SPERLONGA|LT|12/04/1982|MERCATO SAN SEVERINO|30/10/2008|SALERNO|Farmacia|2008||idansalone@libero.it +2762|29/01/2009|BUDETTA|GIANPIERO|VIA LA MENNOLELLA, 28|84126|SALERNO|SA|11/06/1984|SALERNO|24/07/2008|SALERNO|Farmacia|2008||laboratoriatenei@gmail.com +2769|29/01/2009|IANNELLI|FRANCESCA|VIA DELLE GINESTRE, 55|84134|SALERNO|SA|02/08/1985|SALERNO|30/10/2008|SALERNO|Farmacia|2008||francescaiannelli@libero.it +2772|29/01/2009|MANSI|PASQUALE|Via Paolo VI , 9|84018|SCAFATI|SA|24/07/1983|SCAFATI|31/03/2008|NAPOLI|Chimica e tecn. farmaceutica|2008||p.leman@alice.it +2773|29/01/2009|MARIGLIANO|ANNARITA|VIA LUIGI STURZO, 56|84018|SCAFATI|SA|02/10/1984|SCAFATI|25/07/2008|SALERNO|Chimica e tecn. farmaceutica|2008||annarita.marigliano@hotmail.it +2774|29/01/2009|MELCHIONDA|MARCO|VIA BIAGIO GAROFALO, 9|84129|SALERNO|SA|18/04/1979|SALERNO|24/07/2008|SALERNO|Farmacia|2008||melcs@libero.it +2775|29/01/2009|NAPOLI|DANIELA|VIA ENRICO BERLINGUER, 7|84081|BARONISSI|SA|01/12/1979|CASERTA|22/12/2003|SALERNO|Farmacia|2004||napdan@libero.it +2777|29/01/2009|RIZZO|EMANUELA|CONTRADA MATERA, 1|84050|LAUREANA CILENTO|SA|14/01/1984|AGROPOLI|31/10/2008|SALERNO|Chimica e tecn. farmaceutica|2008||emanuela2007@libero.it +2778|29/01/2009|SANTORO|FRANCESCA|VIA PRIVATA SEBASTIANO SERLIO, 8/2|20139|MILANO|MI|26/04/1983|SALERNO|25/07/2008|SALERNO|Chimica e tecn. farmaceutica|2008||francesca.santoro10@virgilio.it +2779|29/01/2009|SORIENTE|VERONICA|VIA SALVO D'ACQUISTO, 9|84096|MONTECORVINO ROVELLA|SA|21/12/1983|MONTECORVINO ROVELLA|30/10/2008|SALERNO|Farmacia|2008||vsoriente@gmail.com +2780|26/02/2009|DE RINALDIS|MARIAROSARIA|Via Labriola , 27|58100|GROSSETO|GR|07/10/1983|SALERNO|30/10/2008|SALERNO|Farmacia|2008||mariarosariadr@libero.it +2781|26/02/2009|DELLA MONICA|CARMINE|VIA DON MICHELE PAESANO, 53|84025|EBOLI|SA|23/09/1973|EBOLI|26/07/2002|SALERNO|Farmacia|2002||carmine_della_monica@yahoo.it +2782|26/02/2009|DERKESHLI|NADIA|VIA VITT. EMANUELE, 38|84087|SARNO|SA|19/08/1984|SARNO|17/10/2008|NAPOLI|Farmacia|2008||farmaciaderkeshli@hotmail.it +2783|26/02/2009|DI MURO|FRANCESCA|VIA CENTORE, 23|84090|GIFFONI SEI CASALI|SA|22/07/1983|SALERNO|30/10/2008|SALERNO|Farmacia|2008||francescadimuro@hotmail.it +2786|26/02/2009|MAIORINO|ANGELO|VIA LORENZO FAVA, 45|84014|NOCERA INFERIORE|SA|14/10/1982|NAPOLI|28/03/2008|SALERNO|Farmacia|2008||angelomaiorino@libero.it +2787|26/02/2009|SPINELLI|FILOMENA|VIA DEL PIAGGESE, 15|84043|AGROPOLI|SA|21/09/1984|AGROPOLI|25/07/2008|SALERNO|Chimica e tecn. farmaceutica|2008||filomena@oneonline.it +2788|26/02/2009|VIVACQUA|ENRICA|VIALE DELLE GINESTRE, 48|84134|SALERNO|SA|13/06/1985|AVELLINO|31/10/2008|SALERNO|Farmacia|2008||vivacqua.enrica@gmail.com +2792|11/03/2009|PADULA|GENNARO|VIA SPERANZO, 2|84099|SAN CIPRIANO PICENTINO|SA|13/02/1978|SAN CIPRIANO PICENTINO|20/12/2006|SALERNO|Farmacia|2007||padulage@alice.it +2793|11/03/2009|RUSSO|LUIGI|VIA CATERINA SFORZA, 10|47120|FORLI'|FC|30/09/1984|SALERNO|28/03/2008|SALERNO|Farmacia|2008||lurusso.lr@gmail.com +2794|11/03/2009|VECCHIO|LUCIA|VIA ANGONA SNC|84025|EBOLI|SA|30/07/1982|EBOLI|24/07/2008|SALERNO|Farmacia|2008||luciavecchio@inwind.it +2795|11/03/2009|ZANTI|ROSSANA|VIA GENERALE GONZAGA, 74/L|84091|BATTIPAGLIA|SA|10/02/1973|AUGUSTA|08/11/1999|CATANIA|Farmacia|1999||rossana.zanti@gmail.com +2797|31/03/2009|DE VENDEL|JOLANDA|VIA VECCHIO, 8|84047|CAPACCIO|SA|01/11/1977|TORINO|20/10/2004|NAPOLI|Chimica e tecn. farmaceutica|2004||jdevendel@tiscali.it +2800|31/03/2009|LAURETANO|COLOMBA|VIA COSTANTINOPOLI, 10|84010|PRAIANO|SA|04/10/1980|VICO EQUENSE|26/07/2007|SALERNO|Farmacia|2007||lauretanocolomba@libero.it +2802|31/03/2009|TROTTA|AVE|VIA ELVIRA CODA NOTARI, 1|84131|SALERNO|SA|28/03/1973|SALERNO|31/03/2003|SALERNO|Farmacia|2003||trotta.ave@tiscali.it +2803|31/03/2009|VOCCIA|FILOMENA|VIA DOMENICO CATALANO, 46|84018|SCAFATI|SA|25/05/1981|SCAFATI|30/10/2008|SALERNO|Farmacia|2008||mikyfilo@alice.it +2804|06/04/2009|ATTIANESE|CAROLINA|VIA VESPUCCI, 33|84012|ANGRI|SA|25/09/1977|ANGRI|22/03/2005|NAPOLI|Chimica e tecn. farmaceutica|2005||carolinaattianese@aliceposta.it +2805|06/04/2009|FERRAIOLI|MARIA TERESA|Viale Arrigo Boito 94|00199|ROMA|RM|08/07/1982|SALERNO|13/10/2006|NAPOLI|Chimica e tecn. farmaceutica|2006||ferraioli.mteresa@libero.it +2806|06/04/2009|MAUTONE|NICOLA|VIA NAZIONALE P. BARIZZO, 79|84047|CAPACCIO|SA|07/08/1977|MILANO|28/10/2004|SALERNO|Farmacia|2004||nicolamautone@virgilio.it +2808|10/04/2009|D'AGOSTINO|ELIO|PIAZZA TRIESTE, 17|80056|ERCOLANO|NA|22/04/1964|PORTICI|30/10/1991|NAPOLI|Farmacia|1991||e64dag@msn.com +2809|10/04/2009|LETTIERI|TONIA|VIA BARRI, 37|84060|NOVI VELIA|SA|16/07/1979|VALLO DELLA LUCANIA|29/07/2003|NAPOLI|Chimica e tecn. farmaceutica|2004||tonia.lettieri@libero.it +2810|10/04/2009|MALDINI|MARIATERESA|VIA G. D'ORSO, 32|84025|EBOLI|SA|15/10/1981|SALERNO|22/07/2005|SALERNO|Farmacia|2005||mmaldini@unisa.it +2812|22/04/2009|DANISE|ROSA|Via Alfonso Barbella, 19|84010|SANT'EGIDIO DEL MONTE ALBINO|SA|01/08/1979|SARNO|25/07/2008|SALERNO|Chimica e tecn. farmaceutica|2008||rdanise@hotmail.it +2813|11/05/2009|GAMBARDELLA|LUCIANO|VIA EDUARDO DE FILIPPO, 3|84014|NOCERA INFERIORE|SA|24/02/1982|NOCERA INFERIORE|27/03/2008|NAPOLI|Farmacia|2008||l.gambardella@hotmail.it +2815|26/05/2009|GUIDA|RAFFAELLA|VIA XX SETTEMBRE, 8|84070|SAN MAURO LA BRUCA|SA|20/07/1983|VALLO DELLA LUCANIA|23/07/2007|PAVIA|Farmacia|2007||rguida@unisa.it +2816|09/06/2009|CATENA|CLARA|VIA RIONE DELLA PACE, 7|84025|EBOLI|SA|12/03/1984|EBOLI|31/10/2008|SALERNO|Chimica e tecn. farmaceutica|2008||catena.clara@gmail.com +2819|29/06/2009|PANARIELLO|EMILIA|VIA NAZIONALE, 446|84018|SCAFATI|SA|05/05/1977|GRAGNANO|08/11/2002|SALERNO|Farmacia|2002||emy.pan@libero.it +2820|10/07/2009|APOSTOLICO|ANTONIO|VIA DANTE ALIGHIERI, 19|84083|CASTEL SAN GIORGIO|SA|21/12/1976|CASTEL SAN GIORGIO|10/07/2009|SALERNO|Farmacia|2009||antonio.apostolico-farm@poste.it +2821|10/07/2009|APRILE|IMMACOLATA|P.ZZA F. ALARIO, 8|84121|SALERNO|SA|23/08/1978|SALERNO|18/12/2008|SALERNO|Farmacia|2009||rosariaaprile1978@gmail.com +2823|10/07/2009|FRUNZI|ANGELA|VIA VITORIO EMANUELE, 105|84020|SAN GREGORIO MAGNO|SA|20/08/1980|SALERNO|18/12/2008|SALERNO|Farmacia|2009||angelafrunzi@tiscali.it +2826|10/07/2009|PARADISO|VERA|VIA NAZIONALE, 109|84070|SAN GIOVANNI A PIRO|SA|16/08/1984|SAPRI|18/12/2008|SALERNO|Farmacia|2009||veraparadiso@yahoo.it +2827|10/07/2009|PINTO|ANTONELLA|VIA PADOVA, 42|84091|BATTIPAGLIA|SA|11/09/1984|POLLA|30/03/2009|SALERNO|Farmacia|2009||antonellapinto84@hotmail.it +2828|10/07/2009|TROTTA|ROBERTA|Via Casalanario, 56|84012|ANGRI|SA|15/11/1983|SCAFATI|16/10/2008|NAPOLI|Chimica e tecn. farmaceutica|2008||roberta.trotta83@gmail.com +2829|24/07/2009|BUONERBA|GIOVANNA|VIA FEDERICO COZZOLINO, 37|84018|SCAFATI|SA|01/05/1984|POMPEI|30/03/2009|SALERNO|Farmacia|2009||giovy_buonerba@hotmail.it +2830|24/07/2009|CONTE|DAVIDE ANTONIO|Via Garioponto, 16|84126|SALERNO|SA|12/12/1983|BATTIPAGLIA|05/02/2009|MILANO|Farmacia|2009||daveco83@GMAIL.COM +2831|24/07/2009|DE FEO|GERARDA|VIA MAGNAGRECIA, 622|84063|CAPACCIO|SA|04/04/1984|AGROPOLI|30/03/2009|SALERNO|Farmacia|2009||GDINAGDIFEO@GMAIL.COM +2833|24/07/2009|ESPOSITO|ASSUNTA|VIA PORTO. 29|84010|SAN VALENTINO TORIO|SA|13/03/1982|NOCERA INFERIORE|30/03/2009|SALERNO|Farmacia|2009||assuntaesposito82@libero.it +2834|24/07/2009|GUARNACCIA|ANDREA|VIA SS. MARTIRI, 73|84010|SAN EGIDIO DEL MONTE ALBINO|SA|06/04/1982|NOCERA INFERIORE|30/03/2009|SALERNO|Farmacia|2009||andreaguarnaccia@hotmail.it +2835|24/07/2009|IANNIELLO|MARIA ASSUNTA|VIA DEI GIRASOLI, 5|84090|MONTECORVINO PUGLIANO|SA|07/02/1984|BATTIPAGLIA|23/03/2009|NAPOLI|Chimica e tecn. farmaceutica|2009||ma.ianniello@alice.it +2836|24/07/2009|MAZZELLA|LIDIA|VIA PIO XII, 33|84025|EBOLI|SA|15/06/1985|SALERNO|18/12/2008|SALERNO|Farmacia|2009||lidiamazzella@libero.it +2839|24/07/2009|SENATORE|ANNA CHIARA|VIA S. MARIA DEL ROVO, 2 BIS|84013|CAVA DE' TIRRENI|SA|04/01/1984|SALERNO|18/12/2008|SALERNO|Farmacia|2009||annachiarasenatore@libero.it +2842|31/07/2009|BUONOCORE|MARIANNA|VIA XVIII GIUGNO, 34|84098|PONTECAGNANO FAIANO|SA|19/04/1979|SALERNO|30/03/2009|SALERNO|Farmacia|2009||m.buonocore@yahoo.it +2844|31/07/2009|COIRO|DANIELE|VIA ROMA, 137|84037|SANT'ARSENIO|SA|25/12/1976|POLLA|16/07/2004|SIENA|Chimica e tecn. farmaceutica|2009||danielecoiro@tiscali.it +2845|31/07/2009|D'AURIA|CARMELA|VIALE EUROPA, 31|84043|AGROPOLI|SA|06/08/1984|AGROPOLI|17/12/2008|NAPOLI|Farmacia|2009||carmela.dauria@hotmail.it +2846|31/07/2009|ESPOSITO|SAMANTHA|VIA MADONNA DI FATIMA, 182|84129|SALERNO|SA|24/09/1984|VALLO DELLA LUCANIA|23/03/2009|NAPOLI|Chimica e tecn. farmaceutica|2009||smeppy@libero.it +2847|31/07/2009|FALCONE|MARIANNA|Via Carlo Santoro, 14|84013|CAVA DE' TIRRENI|SA|16/04/1982|CAVA DE' TIRRENI|30/03/2009|SALERNO|Farmacia|2009||dimysvety@gmail.com +2848|31/07/2009|MARINO|GIOVANNI|VIALE GIUSEPPE VERDI, 14/C|84100|SALERNO|SA|08/11/1982|SALERNO|30/03/2009|SALERNO|Farmacia|2009||jo.marino@hotmail.it +2851|31/07/2009|ROMANELLI|GIOVANNI|VIA TOSCANO, 2|84038|SASSANO|SA|24/06/1967|POLLA|30/03/2009|SALERNO|Farmacia|2009||dr.giovanniromanelli@libero.it +2852|31/07/2009|ROMANO|FABRIZIO|Via Vallone Ischitello N 11|84073|SAPRI|SA|11/07/1977|MARATEA|30/03/2009|SALERNO|Farmacia|2009||fabrirom77@yahoo.it +2853|07/08/2009|CAMPANILE|SILVIA|VIA ASIAGO, 1|84132|SALERNO|SA|22/12/1983|SALERNO|30/03/2009|SALERNO|Farmacia|2009||sixcampanile@yahoo.it +2854|07/08/2009|CAPUTO|MARIA ROSARIA|VIA PIEMONTE, 20|84096|MONTECORVINO ROVELLA|SA|20/08/1976|SALERNO|30/03/2009|SALERNO|Farmacia|2009||saia.caputo@gmail.com +2858|07/08/2009|GRECO|FRANCESCA|VIA MAGAZZINI, 32|84060|MONTECORICE|SA|26/08/1976|TORRE ANNUNZIATA|30/03/2009|SALERNO|Farmacia|2009||francescagrc@libero.it +2859|07/08/2009|LUONGO|MARIO|VIA PALATUCCI, 12/E SCALA B|84091|BATTIPAGLIA|SA|09/01/1968|PALOMONTE|16/12/2000|NAPOLI|Farmacia|2001||luongomario@alice.it +2860|07/09/2009|D'AMORE|MANUELA|Via Fravita, n.36 - CAPEZZANO|84080|Pellezzano|SA|30/09/1984|TREVISO|31/03/2009|SALERNO|Chimica e tecn. farmaceutica|2009||manu.damo@hotmail.it +2863|07/09/2009|LEBANO|ROBERTO|VIA DEL POPOLO, 7|84050|LUSTRA - FRAZ. ROCCA|SA|19/08/1978|VALLO DELLA LUCANIA|30/03/2009|SALERNO|Farmacia|2009||lebano.roberto@libero.it +2865|07/09/2009|MANCINI|ANGELA|VIA LUNGOMARE COLOMBO, 70|84129|SALERNO|SA|05/04/1985|SALERNO|31/03/2009|SALERNO|Chimica e tecn. farmaceutica|2009||angela_manc@hotmail.it +2867|07/09/2009|PAPPACENA|STEFANIA|VIA SAN VALENTINO, 52/B|84087|SARNO|SA|10/04/1984|SARNO|30/03/2009|SALERNO|Farmacia|2009||stefania_pappacena@libero.it +2868|28/09/2009|DE SIMONE|LUCA|VIA NAZIONALE, 3|84040|CASALVELINO|SA|06/08/1983|AGROPOLI|18/02/2009|NAPOLI|Chimica e tecn. farmaceutica|2009||luca_ds@msn.com +2870|28/09/2009|MAUTONE|ANNA|VIA DELLA QUERCIA, 66 - CAPEZZANO|84080|PELLEZZANO|SA|09/08/1981|VALLO DELLA LUCANIA|30/03/2009|SALERNO|Farmacia|2009||annamautone@live.it +2871|28/09/2009|MONTUORI|BARBARA|VIA VI TRAV. NAZIONALE, 3|84067|POLICASTRO BUSSENTINO|SA|07/12/1977|MARATEA|17/12/2008|ROMA|Farmacia|2009||barbarik77@libero.it +2873|28/09/2009|NOBILE|BENEDETTA|VIA GIUSEPPE GARIBALDI, 39|84014|NOCERA INFERIORE|SA|22/03/1985|NOCERA INFERIORE|25/03/2009|NAPOLI|Farmacia|2009||nobilebenedetta@libero.it +2874|28/09/2009|SCANNELLI|ANNUNZIATA|VIA G.G. ROTONDI, 59|83100|AVELLINO|AV|10/03/1978|AVELLINO|30/03/2009|SALERNO|Farmacia|2009||scannellinunzia@gmail.com +2878|19/10/2009|MARANO|LUISA|Via Peratoner 30|38015|LAVIS|TN|03/06/1984|SALERNO|31/03/2009|SALERNO|Chimica e tecn. farmaceutica|2009||luisamarano84@libero.it +2879|19/10/2009|MATONTI|CHIARA|VIA ROMA, 25|84014|NOCERA INFERIORE|SA|21/11/1984|SALERNO|30/03/2009|SALERNO|Farmacia|2009||kiarucola@hotmail.it +2882|09/11/2009|MEDAGLIA|GISELLA|VIA CENTRO, 183|29010|ALSENO|PC|07/05/1954|AGEROLA|06/04/1977|NAPOLI|Farmacia|1977||medagl08@farmaciamedaglia.191.it +2883|09/11/2009|PASSAMANO|MYRIAM|Via Perone, 30|84016|PAGANI|SA|15/07/1978|SALERNO|17/12/2008|NAPOLI|Farmacia|2009||myry_78@hotmail.com +2884|23/11/2009|PECORARO|FLORIANA|VIA CROCE MALLONI, 217|84015|NOCERA SUPERIORE|SA|21/05/1981|SALERNO|29/03/2007|SALERNO|Farmacia|2007||flopeco@hotmail.it +2887|11/01/2010|CILLO|NICOLETTA|VIA G. AMENDOLA, 117|84025|EBOLI|SA|14/11/1984|BATTIPAGLIA|30/03/2009|SALERNO|Farmacia|2009||nicolettacillo@virgilio.it +2888|11/01/2010|CONFORTI|DANIELA|VIA DE SANCTIS, 74 - ANTESSANO|84081|BARONISSI|SA|11/03/1986|SALERNO|29/10/2009|SALERNO|Farmacia|2009||daniela.conforti@hotmail.it +2889|11/01/2010|DE SANTIS|GIANLUCA|VIA CASA MANZO, 3|84135|SALERNO|SA|17/05/1986|BATTIPAGLIA|23/07/2009|SALERNO|Farmacia|2009||jvedes@tin.it +2891|11/01/2010|GALDI|EMILIO|VIA LEUCOSIA, 99|84131|SALERNO|SA|19/03/1981|SALERNO|28/03/2008|SALERNO|Farmacia|2008||emiliogaldi@yahoo.it +2892|11/01/2010|GIORDANO|ANNA|VIA MARINO FREZZA, 22|84010|RAVELLO|SA|20/06/1984|SALERNO|16/07/2009|NAPOLI|Farmacia|2009||annag_84@hotmail.it +2893|11/01/2010|GOGLIUCCI|CARMEN|VIA SAN PAOLO, 16|84056|GIOI|SA|15/06/1981|VALLO DELLA LUCANIA|23/07/2009|SALERNO|Farmacia|2009||car.ucci@tiscali.it +2895|11/01/2010|LAMBIASE|TERESA|VIA LUCIO PETRONE, 18|84127|SALERNO|SA|02/06/1981|SALERNO|31/03/2008|NAPOLI|Chimica e tecn. farmaceutica|2008||teresalambiase@libero.it +2896|11/01/2010|MARINO|PASQUALE|VIALE GIUSEPPE VERDI, 29|84131|SALERNO|SA|27/10/1982|SALERNO|29/10/2009|SALERNO|Farmacia|2009||pakimarino@hotmail.it +2897|11/01/2010|MELE|MADDALENA|C/O FARMACIA S. MICHELE SAS Via PETRARCA,1|58022|FOLLONICA|GR|29/03/1986|SALERNO|29/10/2009|SALERNO|Farmacia|2009||FARMACIASANMICHELESAS@live.it +2898|11/01/2010|MOSCUFO|LORENZO|Via V. Cuoco, n 21|86019|Vinchiaturo|CB|11/04/1985|CAMPOBASSO|23/07/2009|SALERNO|Farmacia|2009||lorenzo.moscufo@hotmail.it +2901|11/01/2010|PICANZA|MARIA SARA|VIA LUIGI ANGRISANI, 18|84132|SALERNO|SA|20/04/1980|SALERNO|22/10/2009|NAPOLI|Farmacia|2009||sarapicanza@yahoo.it +2903|11/01/2010|SCALA|GERMANA|VIA ALFREDO CAPONE, 45|84135|SALERNO|SA|27/06/1984|SALERNO|24/07/2009|SALERNO|Chimica e tecn. farmaceutica|2009||gege_scl@hotmail.it +2904|11/01/2010|SENATORE|VALENTINA|VIA P. DE CICCIO, 5|84132|SALERNO|SA|06/05/1985|SALERNO|29/10/2009|SALERNO|Farmacia|2009||senatorev@hotmail.it +2905|11/01/2010|TARALLO|MARIALUISA|VIA NAZIONALE, 12|84060|MONTECORICE|SA|17/01/1985|COMO|24/07/2009|SALERNO|Chimica e tecn. farmaceutica|2009||marialuisatarallo@hotmail.it +2906|11/01/2010|TARTAGLIA|ANNA|Via Cesare Battisti n 72|37030|Colognola ai Colli|VR|07/02/1981|EBOLI|23/07/2009|SALERNO|Farmacia|2009||tartagliaanna@libero.it +2907|18/01/2010|CAPOZZOLO|LAURA|VIA MONTE ROSA, 2|84091|BATTIPAGLIA|SA|18/05/1985|SALERNO|30/10/2009|SALERNO|Chimica e tecn. farmaceutica|2009||lauracapozzolo@gmail.com +2908|18/01/2010|CARDILLO|RAFFAELLA|VIA FIANO, 172|84014|NOCERA INFERIORE|SA|29/05/1982|NOCERA INFERIORE|30/03/2009|SALERNO|Farmacia|2009||cardilloraffaella@libero.it +2909|18/01/2010|CARLEO|RITA|VIALE VENEZIA, 53/C|36061|BASSANO DEL GRAPPA|VI|08/07/1981|BATTIPAGLIA|27/07/2009|NAPOLI|Chimica e tecn. farmaceutica|2009||rcarleo@hotmail.it +2911|18/01/2010|COLUCCI|GIOVANNA|VIA SANTA PETRONIA, snc|84036|SALA CONSILINA|SA|03/10/1984|POLLA|29/10/2009|SALERNO|Farmacia|2009||coluccigio@virgilio.it +2912|18/01/2010|COMUNALE|BENEDETTA|VIA G. GIULIANI, 143|84069|ROCCADASPIDE|SA|14/10/1984|SALERNO|23/07/2009|SALERNO|Farmacia|2009||farmacia.masiello@tiscali.it +2915|18/01/2010|FERRARA|FRANCESCO|VIA PINO AMATO, 1|84025|EBOLI|SA|10/09/1985|EBOLI|24/07/2009|SALERNO|Chimica e tecn. farmaceutica|2009||ferrarafr@libero.it +2916|18/01/2010|GAITO|RITA|Via Riva ligure 44|00163|Roma|RM|06/05/1983|BATTIPAGLIA|29/11/2009|SALERNO|Farmacia|2009||ritagaito@virgilio.it +2917|18/01/2010|MANCUSO|LUCIA MAIQUES|VIA NAZARIO SAURO, 3|84010|SAN EGIDIO DEL MONTE ALBINO|SA|03/04/1985|SARNO|23/07/2009|SALERNO|Farmacia|2009||luciamaiques@hotmail.it +2918|18/01/2010|MAROTTA|GIOVANNA|VIA UDINE, 30|84091|BATTIPAGLIA|SA|21/10/1980|BATTIPAGLIA|29/10/2009|SALERNO|Farmacia|2009||giogae1980@libero.it +2919|18/01/2010|MORESE|CARMELA|VIA PANTRICE, 24|84083|CASTEL SAN GIORGIO|SA|26/06/1985|CAVA DE' TIRRENI|29/10/2009|SALERNO|Farmacia|2009||cmorese@alice.it +2921|18/01/2010|PADOVANO|ANTONIO|VIA CASAMOLA, 5/A|84010|CORBARA|SA|30/09/1982|NOCERA INFERIORE|30/03/2009|SALERNO|Farmacia|2009||antopad82@hotmail.it +2922|18/01/2010|VISCARDI|COLOMBA|VIA ORTA LONGA, 5|84012|ANGRI|SA|12/05/1983|CASTELLAMMARE DI STABIA|24/07/2009|SALERNO|Chimica e tecn. farmaceutica|2009||colomba.83@hotmail.it +2923|25/01/2010|CALIFRI|LUANA|VIA DEI LECCI N135|00062|Bracciano|RM|04/09/1982|SALERNO|29/10/2009|SALERNO|Farmacia|2009||califri.luana@virgilio.it +2924|25/01/2010|CASCIANO|ROSANNA|VIA PIANO LIUSCI, 57|84020|PALOMONTE|SA|20/11/1975|JUGENHEIM|29/10/2009|SALERNO|Farmacia|2009||rosmick@hotmail.it +2925|25/01/2010|DE MAFFUTIIS|GERARDO|VIA PRINCIPE DI PIEMONTE, 1|84031|AULETTA|SA|01/07/1982|BATTIPAGLIA|26/10/2009|NAPOLI|Farmacia|2009||gerardodemaffutiis@hotmail.it +2927|25/01/2010|DE PASQUALE|ANTONELLA JANUARY|VIA TRAVERSA REA PARCO S.I.C.O., 9|84014|NOCERA INFERIORE|SA|26/08/1986|AVELLINO|23/07/2009|SALERNO|Farmacia|2009||spicchio86@virgilio.it +2929|25/01/2010|IULIANO|BIANCAMARIA|VIA PERILLO, 102|84069|ROCCADASPIDE|SA|11/01/1984|BATTIPAGLIA|29/10/2009|SALERNO|Farmacia|2009||biancamaria84@tiscali.it +2933|08/02/2010|CONFORTI|LUISA|Via Beniamino Freda n.10|84100|SALERNO|SA|09/02/1985|EBOLI|24/07/2009|SALERNO|Chimica e tecn. farmaceutica|2009||luisa_conforti@hotmail.it +2934|08/02/2010|CREMA CORBISIERO|LUIGIA|VIALE DEL BOSCO, 22|84134|SALERNO|SA|18/01/1941|HARAR|25/11/1965|NAPOLI|Farmacia|1966||luisa.dauria1@libero.it +2935|08/02/2010|D'AVINO|FABIO|VIALE MANZONI, 247|80040|POGGIOMARINO|NA|27/02/1984|CASTELLAMMARE DI STABIA|30/10/2009|SALERNO|Chimica e tecn. farmaceutica|2009||fabiodvn@hotmail.it +2936|08/02/2010|DE VIVO|ANTONIO|VIA PORTO I^ TRAVERSA, 9|84010|SAN VALENTINO TORIO|SA|11/10/1982|NOCERA INFERIORE|23/03/2009|NAPOLI|Chimica e tecn. farmaceutica|2009||antonio-devivo@virgilio.it +2938|08/02/2010|MAURAMATI|FABIO|VIA MARTINEZ Y CABRERA, 16|84014|NOCERA INFERIORE|SA|22/10/1983|NOCERA INFERIORE|23/07/2009|SALERNO|Farmacia|2009||fabmaur@hotmail.it +2943|01/03/2010|NAPOLETANO|ANTONELLA|VIA CORREALE F.SCO, 30|84014|NOCERA INFERIORE|SA|19/04/1985|NOCERA INFERIORE|23/07/2009|SALERNO|Farmacia|2009||antonellanapoletano@yahoo.it +2944|01/03/2010|PIERRO|GERARDA|VIA UGO FOSCOLO, 11|84092|BELLIZZI|SA|04/11/1978|SALERNO|29/10/2009|SALERNO|Farmacia|2009||nicogery@alice.it +2946|22/03/2010|BALDI|FILOMENA|VIA PIO XI, 76|84125|SALERNO|SA|05/05/1971|SALERNO|30/03/2009|SALERNO|Farmacia|2009||milena.baldi@libero.it +2947|22/03/2010|CARUSO|VINCENZO|VIA ROMA, 121|84084|FISCIANO|SA|07/12/1974|SALERNO|29/10/2009|SALERNO|Farmacia|2009||drenzocaruso@gmail.com +2948|22/03/2010|CATUOGNO|ERIKA|Via Nicotera, 16 - MATERDOMINI|84015|NOCERA SUPERIORE|SA|20/01/1983|CAVA DE' TIRRENI|23/07/2009|SALERNO|Farmacia|2009||erikacat83@hotmail.it +2951|22/03/2010|MAGLIO|VITA|Via Marcello 22/b|84085|Mercato San Severino|SA|28/07/1984|SALERNO|31/03/2009|SALERNO|Chimica e tecn. farmaceutica|2009||ileniamaglio@alice.it +2953|22/03/2010|TRAMONTANO|VALENTINA|VIA SANTI, 48|84010|SAN VALENTINO TORIO|SA|24/09/1982|SAN VALENTINO TORIO|23/07/2009|SALERNO|Farmacia|2009||valentinatramontano@hotmail.it +2954|10/05/2010|MANNARA|SIMONA|VIA TRENTO, 143|84131|SALERNO|SA|01/01/1982|SALERNO|28/10/2005|SALERNO|Farmacia|2005||simona.mannara@libero.it +2955|10/05/2010|ZONZO|ROSALINDA|VIA NICOLA GIACUMBI, 16|84020|CONTRONE|SA|31/03/1982|POLLA|29/10/2008|BOLOGNA|Farmacia|2008||rosalinda_zonzo@hotmail.it +2956|04/06/2010|D'AURIA|ALFONSINA|VIA D. ROMAGNANO, 1|84100|SALERNO|SA|09/07/1985|SALERNO|24/07/2009|SALERNO|Chimica e tecn. farmaceutica|2009||alfonsina_dauria@alice.it +2957|04/06/2010|GRIMALDI|ANNALISA|Via Nerva,4 int. 4|00012|Guidonia Montecelio|RM|31/08/1982|SALERNO|18/12/2008|SALERNO|Farmacia|2009||annalisagrimaldi@live.it +2958|21/06/2010|ALFIERI|EMILIA|VIA VITTORIO EMANUELE, 18|84080|PELLEZZANO|SA|18/10/1984|SALERNO|19/12/2008|NAPOLI|Chimica e tecn. farmaceutica|2009||emilia.alfieri1984@alice.it +2961|28/06/2010|REPPUCCIA|VALENTINA|VIA EPITAFFIO, 59|84025|EBOLI|SA|01/04/1986|EBOLI|17/12/2009|SALERNO|Farmacia|2010||vreppuccia@libero.it +2962|07/07/2010|ALBANO|GAETANO|CARLO CATTANEO 19/A|20092|CINISELLO BALSAMO|MI|27/10/1983|SAN MARZANO SUL SARNO|17/12/2009|SALERNO|Farmacia|2010||albanogaetano@yahoo.it +2964|07/07/2010|GIANNELLA|MARIANNA|PIAZZETTA FELICE TAFURI, 2|84128|SALERNO|SA|29/10/1983|SALERNO|30/03/2010|SALERNO|Farmacia|2010||mariannagiannella@yahoo.it +2965|07/07/2010|GUIDA|ANTONIO|Via Raffaele Guida n.6|84040|CELLE DI BULGHERIA|SA|19/04/1982|CELLE DI BULGHERIA|28/05/2010|CAMERINO|Farmacia|2010||antoguida.ag@gmail.com +2966|07/07/2010|GUIDA|GIUSEPPINA|VIA PISACANE, 58|84073|SAPRI|SA|23/01/1986|SAPRI|30/03/2010|SALERNO|Farmacia|2010||guidag86@libero.it +2969|30/10/2015|MEDICI|BENEDETTA MARIA IMMACOLAT|VIA BRINDISI, 21|04011|APRILIA|LT|29/11/1984|SAN PAOLO BEL SITO|30/03/2010|SALERNO|Farmacia|2010|Universit degli studi di Salerno|benedetta_medici@hotmail.it +2970|07/07/2010|MIRABELLA|MASSIMO|Via Guglielmo Marconi 26 - SCAURI|04028|MINTURNO|LT|17/06/1980|NOCERA INFERIORE|05/03/2010|CAMERINO|Farmacia|2010||amm.massimo@libero.it +2971|07/07/2010|NOZZOLINO|GIOVANNA|VIA CAPPELLAVECCHIA, 22|84087|SARNO|SA|09/10/1982|SARNO|30/03/2010|SALERNO|Farmacia|2010||dc.luca81@gmail.com +2972|07/07/2010|PALADINO|LUCIA|Via G. Garibaldi, 50|84033|Montesano sulla Marcellana|SA|23/07/1979|MARATEA|18/03/2010|MODENA E REGGIO EMILIA|Farmacia|2010||luciapaladino@gmail.com +2974|07/07/2010|PARLATO|ALESSIO|VIA PALUDICELLA, 85|80057|SANT'ANTONIO ABATE|NA|05/03/1985|GRAGNANO|31/03/2010|SALERNO|Farmacia|2010||cinese1985@hotmail.it +2976|07/07/2010|SENSALE|VIRGINIA|VIA D. ALIGHIERI, 10|84018|SCAFATI|SA|30/10/1985|SCAFATI|31/03/2010|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2010||sevi85@hotmail.it +2978|07/07/2010|SQUILLANTE|DAVIDE|VIA BRACIGLIANO, 71|84087|SARNO|SA|03/02/1986|POMPEI|30/03/2010|SALERNO|Farmacia|2010||davide.squillante@virgilio.it +2979|07/07/2010|STASIO|LUCIA|VIA M. ALFANI, 25|84098|PONTECAGNANO|SA|12/04/1985|BATTIPAGLIA|30/03/2010|SALERNO|Farmacia|2010||lu-ci@live.it +2980|20/07/2010|ARPAIA|EMANUELE|VIA NOLANA, 47|80045|POMPEI|NA|23/11/1979|SALERNO|30/03/2010|SALERNO|Farmacia|2010||e.arpaia@hotmail.it +2981|20/07/2010|BARBATO|ANGELA|VIA SAN PIETRO, 72|84040|ALFANO|SA|01/01/1986|VALLO DELLA LUCANIA|15/04/2010|SIENA|Farmacia|2010||anghela86@yahoo.it +2982|20/07/2010|DI DONATO|GAETANO|VIA PRIMO MERCATO, 11|84055|FELITTO|SA|16/05/1985|SALERNO|18/12/2009|SALERNO|Chimica e tecn. farmaceutica|2010||gaedido@live.it +2983|20/07/2010|FEZZA|ANTONIO|VIA PORTAROMANA, 192|84015|NOCERA SUPERIORE|SA|28/12/1984|NOCERA INFERIORE|18/12/2009|SALERNO|Chimica e tecn. farmaceutica|2010||antoniofezza@salerno.pecfarmacisti.it +2986|20/07/2010|PIZZUTI|STEFANIA|VIA DOMODOSSOLA, 3 - LARGO VENOSA|84091|BATTIPAGLIA|SA|27/10/1985|BATTIPAGLIA|31/03/2010|SALERNO|Chimica e tecn. farmaceutica|2010||ste-py-1985@hotmail.it +2989|02/08/2010|BOCCIA|FILOMENA|VIA STAZIONE PONTE BARIZZO, 20|84047|CAPACCIO|SA|09/10/1985|TORRE DEL GRECO|17/03/2010|NAPOLI|Farmacia|2010||filomena.boccia1@alice.it +2990|02/08/2010|FACENDA|SIMONA|VIA UMBERTO NOBILE, 14|84025|EBOLI|SA|27/11/1977|EBOLI|19/12/2008|NAPOLI|Chimica e tecn. farmaceutica|2010||facenda.simona@tiscali.it +2991|02/08/2010|FALIVENE|DAVIDE|VIA A. GRASSI, 9|84100|SALERNO|SA|10/06/1982|SALERNO|30/03/2010|SALERNO|Farmacia|2010||davidefalivene@hotmail.it +2992|02/08/2010|IOVINO|MARIAROSA|VIA VICINALE FILETTINE, 14|84016|PAGANI|SA|17/07/1984|NOCERA INFERIORE|02/03/2010|NAPOLI|Farmacia|2010||mariarosaiovino@hotmail.it +2994|02/08/2010|MAIORIELLO|LUCIA|VIA S.S. 91 PER EBOLI, 71|84022|CAMPAGNA|SA|26/07/1978|BATTIPAGLIA|30/03/2010|SALERNO|Farmacia|2010||sara.maioriello@alice.it +2995|02/08/2010|PISTOLESE|PAOLO|C.SO VITTORIO EMANUELE, 140|84122|SALERNO|SA|03/08/1986|SALERNO|31/03/2010|SALERNO|Chimica e tecn. farmaceutica|2010||p.pistolese@hotmail.it +2996|02/08/2010|RAINONE|MARGHERITA|VIA PRINCIPE DI PIEMONTE, 1|80040|POGGIOMARINO|NA|16/04/1978|SAN GIUSEPPE VESUVIANO|30/03/2010|SALERNO|Farmacia|2010||psiche.78@hotmail.it +2999|03/09/2010|MASTROGIACOMO|ANTONIA|VIA V. PADULA, 15|84127|SALERNO|SA|23/11/1984|SALERNO|31/03/2010|SALERNO|Chimica e tecn. farmaceutica|2010||mastrogiacomoantonia@virgilio.it +3004|22/09/2010|LA MURA|ANNA|VIA A. VOLTA, 13|84014|NOCERA INFERIORE|SA|30/11/1981|NOCERA INFERIORE|17/12/2009|NAPOLI|Chimica e tecn. farmaceutica|2010||annalamu81@hotmail.it +3005|22/09/2010|MAIORINO|ANNA|VIA G.V. DE RUGGIERO, 61|84129|SALERNO|SA|06/05/1984|NOCERA INFERIORE|30/03/2010|SALERNO|Farmacia|2010||anna_maiorino@hotmail.it +3006|22/09/2010|VERGATI|GIUSEPPINA|VIA CORSO UMBERTO I, 56|84087|SARNO|SA|02/02/1983|SARNO|30/03/2010|SALERNO|Farmacia|2010||giuseppinavergati@hotmail.it +3007|29/09/2010|TORTORA|SILVESTRO|VIA LIBERTA'. 6|83021|AVELLA|AV|29/07/1978|SARNO|30/03/2010|SALERNO|Farmacia|2010||silvestrotortora@alice.it +3008|22/10/2010|IULIANO|CARMINE|VIA ENRICO CALENDA, 76|84014|NOCERA INFERIORE|SA|07/07/1985|NOCERA INFERIORE|31/03/2010|SALERNO|Chimica e tecn. farmaceutica|2010||iuliano_carmine@libero.it +3009|22/10/2010|SIVOCCIA|PAOLA|VIA GIOVI ALTIMARI, 28|84133|SALERNO|SA|08/04/1985|SALERNO|18/12/2009|SALERNO|Chimica e tecn. farmaceutica|2010||paola.sivoccia@libero.it +3010|09/11/2010|LONGOBARDO|FRANCESCO|VIA CIMITERO VECCHIO, 13|84012|ANGRI|SA|17/12/1976|SALERNO|17/12/2009|NAPOLI|Chimica e tecn. farmaceutica|2010||longobardofra@hotmail.it +3011|09/11/2010|MAROTTA|ANITA|VIA VITTORIO EMANUELE, 30|84057|LAURINO|SA|03/09/1984|VALLO DELLA LUCANIA|25/07/2008|SALERNO|Chimica e tecn. farmaceutica|2008||anybehr@yahoo.it +3013|15/11/2010|URTO|FEDERICA|VIA MUNICIPIO, 4|84060|MOIO DELLA CIVITELLA|SA|23/12/1985|VALLO DELLA LUCANIA|14/04/2010|FIRENZE|Chimica e tecn. farmaceutica|2010||federicaurto@libero.it +3014|20/12/2010|COMUNALE|FABIANA|VIA GAETANO GIULIANI, 143|84069|ROCCADASPIDE|SA|26/07/1977|SALERNO|15/10/2002|SALERNO|Farmacia|2002||fabianacomunale@libero.it +3016|20/12/2010|MILIOTI|SALVATORE|VIA MADONNA DEL BOSCHETTO, 23|98057|MILAZZO|ME|04/06/1954|MILAZZO|11/04/1981|MESSINA|Farmacia|1981||salvatoremilioti@hotmail.it +3017|13/01/2011|ATTIANESE|ANNAMARIA|V.LE KENNEDY, 35|84010|SAN EGIDIO DEL MONTE ALBINO|SA|20/11/1986|NOCERA INFERIORE|15/07/2010|MODENA E REGGIO EMILIA|Farmacia|2010||annaatt@live.it +3019|13/01/2011|CALIFANO|LICIA|VIA PUBLIO SIZIO, 8|84014|NOCERA INFERIORE|SA|16/07/1985|NOCERA INFERIORE|17/12/2009|SALERNO|Farmacia|2010||licia.califano@alice.it +3021|13/01/2011|CAPPUCCIO|LETIZIA|VIA GRADONI, 4|84066|PISCIOTTA|SA|25/07/1983|SALERNO|09/07/2010|CAMERINO|Farmacia|2010||cappucciolet@hotmail.it +3022|13/01/2011|CERINO|GABRIELE|VIA CAMPO SPORTIVO "ARCODI NAPOLI", 9|84087|SARNO|SA|12/11/1981|NOCERA INFERIORE|17/12/2009|SALERNO|Farmacia|2010||gabrielecerino@gmail.com +3023|13/01/2011|COPPOLA|ROSA|VIA CAPOCASALE, 29|84085|MERCATO SAN SEVERINO|SA|23/03/1986|NOCERA INFERIORE|29/10/2010|SALERNO|Chimica e tecn. farmaceutica|2010||r.coppola@live.it +3024|13/01/2011|D'ANDREA|MARIA TERESA|VIA G. B. AMENDOLA, 70|84129|SALERNO|SA|02/08/1986|VALLO DELLA LUCANIA|28/10/2010|SALERNO|Farmacia|2010||mariateresadandrea@gmail.com +3025|13/01/2011|DE MARTINO|CONCETTA|VIA F.LLI FRESA, 5/6|84014|NOCERA INFERIORE|SA|01/05/1981|NOCERA INFERIORE|28/10/2010|SALERNO|Farmacia|2010||concydemartino@gmail.com +3028|13/01/2011|FALCONE|VALERIA|Via Salice 16|84018|SCAFATI|SA|19/12/1984|POMPEI|17/12/2009|SALERNO|Farmacia|2010||valeria.falcone@hotmail.it +3029|13/01/2011|GALZERANO|PAOLO|VIA SAN VITO, 50|84088|SIANO|SA|16/07/1980|SALERNO|28/10/2010|Universit degli studi di Salerno|Farmacia|2010||galzeranopaolo@libero.it +3033|13/01/2011|LAMBERTI|VALERIA|VIA DEGLI ULIVI, 8|84090|MONTECORVINO PUGLIANO|SA|28/05/1982|SALERNO|26/07/2010|SALERNO|Farmacia|2010||iride82@hotmail.it +3034|13/01/2011|LEMBO|GIUSY|VIA CARLO MARMO, 29|84020|BELLOSGUARDO|SA|17/08/1985|BATTIPAGLIA|29/10/2010|SALERNO|Chimica e tecn. farmaceutica|2010||giulembo85@gmail.com +3036|13/01/2011|MANNA|DEBORA|VIA PROVINCIALE S. MARIA LA NOVA, 27|84022|CAMPAGNA|SA|21/03/1978|EBOLI|28/10/2010|SALERNO|Farmacia|2010||mannadebora@gmail.com +3038|13/01/2011|MATRONE|MARIAPIA|VIA GIACOMO MATTEOTTI, 4|84018|SCAFATI|SA|21/08/1979|VICO EQUENSE|17/12/2009|NAPOLI|Chimica e tecn. farmaceutica|2010||matrone.mariapia@libero.it +3042|13/01/2011|PIZZA|MARIA|VIA PALESTRO, 29|84100|SALERNO|SA|26/02/1985|SALERNO|29/10/2010|SALERNO|Chimica e tecn. farmaceutica|2010||maria.pizza@yahoo.it +3044|13/01/2011|SELLITTO|GRAZIA|VIA TENENTE BRUNO LOMBARDI, 22|84083|CASTEL SAN GIORGIO|SA|14/06/1984|BATTIPAGLIA|26/07/2007|SALERNO|Farmacia|2007||gsellitto@unisa.it +3046|13/01/2011|SENATORE|STEFANIA|Viale Italia 85/b|00071|Pomezia|RM|22/05/1980|SALERNO|28/10/2010|SALERNO|Farmacia|2010||stefania.senatore@libero.it +3048|13/01/2011|TORTORA|ANTONIETTA|VIA DEGLI IULIANI, 23|84083|CASTEL SAN GIORGIO|SA|22/01/1984|NOCERA INFERIORE|29/10/2010|SALERNO|Chimica e tecn. farmaceutica|2010||turtin@hotmail.it +3049|13/01/2011|VISCITO|IVANA|VIA G. CARLEO, 19|84013|CAVA DE' TIRRENI|SA|02/11/1983|SALERNO|27/07/2010|SALERNO|Chimica e tecn. farmaceutica|2010||ivanaviscito@libero.it +3050|13/01/2011|ZECCA|FILOMENA|VIA RIVO CEROLA, 26|84087|SARNO|SA|17/11/1981|SARNO|30/03/2010|SALERNO|Farmacia|2010||milenazecca@gmail.com +3053|20/01/2011|FEMIA|ROSA|Via Damiano Chiesa, 75|84082|BRACIGLIANO|SA|17/11/1986|AVELLINO|26/07/2010|SALERNO|Farmacia|2010||albilena@libero.it +3056|20/01/2011|VENOSA|VINCENZA|VIA SANTA CROCE, 8|84035|POLLA|SA|19/06/1976|POLLA|16/11/2009|ROMA|Chimica e tecn. farmaceutica|2010||cinzia430@yahoo.it +3057|26/01/2011|GIUGLIANO|BRUNELLA|VIA MIRANDA, 3|80040|POGGIOMARINO|SA|21/12/1985|SARNO|28/10/2010|SALERNO|Farmacia|2010||polloncombinaguai85@hotmail.it +3059|26/01/2011|PROCIDA|GIUSY|VIA CARLO PISACANE, 18|84093|PONTECAGNANO FAIANO|SA|20/08/1985|SALERNO|29/10/2010|SALERNO|Chimica e tecn. farmaceutica|2010||giusy.procida@tiscali.it +3060|26/01/2011|TRANZILLO|GIUSEPPE|VIA G. BUONGIORNO, 13|84133|SALERNO|SA|18/07/1979|PAGANI|28/10/2010|SALERNO|Farmacia|2010||giu.tranzillo@tiscali.it +3061|16/02/2011|AGRESTA|BARTOLOMEO|LARGO GRANATO, 4|84052|S. BARBARA DI CERASO|SA|09/06/1979|NAPOLI|12/10/2005|NAPOLI|Farmacia|2005||maskio_na@hotmail.it +3062|16/02/2011|BARONE|MARCO|VIA PETRELLOSA, 27|84013|CAVA DE' TIRRENI|SA|10/06/1986|CAVA DE' TIRRENI|26/07/2010|SALERNO|Farmacia|2010||marcobarone86@libero.it +3063|16/02/2011|CERULLI|MARIA LUIGIA|VIA PULCINO, 48|84088|SIANO|SA|26/08/1986|NOCERA INFERIORE|28/10/2010|SALERNO|Farmacia|2010||cerullimarialuigia@gmail.com +3064|16/02/2011|CHIORAZZI|FRANCESCA|VIA INFITINA, snc|84049|castel san lorenzo|SA|20/02/1985|AGROPOLI|25/10/2010|NAPOLI|Farmacia|2010||francystar23@hotmail.it +3065|16/02/2011|DI MARTINO|MARIATERESA|VIA XXIV MAGGIO, 19|84046|ASCEA|SA|20/02/1980|VALLO DELLA LUCANIA|28/10/2010|SALERNO|Farmacia|2010||mariaterdimartino@tiscali.it +3066|16/02/2011|NAPOLETANO|SARA|VIA MADONNA DI FATIMA, 182|84129|SALERNO|SA|12/07/1980|SALERNO|26/07/2010|SALERNO|Farmacia|2010||papaleone2006@libero.it +3067|16/02/2011|ORICCHIO|ILARIA|VIALE PRIMO MAGGIO 9/A|00047|MARINO|RM|30/08/1982|AGROPOLI|28/10/2010|SALERNO|Farmacia|2010||ilaori@libero.it +3068|16/02/2011|PANARIELLO|GAIA GIUSEPPINA|VIA DELLA RESISTENZA TRAV. M. TROISI, 1|84018|SCAFATI|SA|04/08/1984|TORRE DEL GRECO|28/10/2010|SALERNO|Farmacia|2010||dott.ssa.gaiapanariello@gmail.com +3069|16/02/2011|PECORARO|ASSUNTA|VIA KENNEDY, 60|84012|ANGRI|SA|15/01/1987|NOCERA INFERIORE|22/10/2010|NAPOLI|Farmacia|2010||sissipecoraro@gmail.com +3070|16/02/2011|PELLEGRINO|ANNA|VIA PIETRO DE TURRIS, 21|84030|CASELLE IN PITTARI|SA|14/05/1985|SAPRI|27/07/2010|NAPOLI|Farmacia|2010||annetta723@hotmail.it +3072|16/02/2011|ROSCIGNO|ADA|VIA RINALDI, 41|84088|SIANO|SA|10/03/1987|PIEDIMONTE MATESE|28/10/2010||Farmacia|2010||adaroscigno@yahoo.it +3077|11/03/2011|ALTIERI|GIUSEPPE|VIA FRANCESCO BRUNO EROE, 2|83026|MONTORO SUPERIORE (CALIANO)|AV|02/10/1986|AVELLINO|22/11/2010|SALERNO|Farmacia|2010||gagaltieri@gmail.com +3079|11/03/2011|BOSCIA|ROBERTO|VIA ORIGLIA, 36|84014|NOCERA INFERIORE|SA|13/03/1982|NAPOLI|14/07/2010|NAPOLI|Farmacia|2010||xbob@libero.it +3083|11/03/2011|PERRONE|CLAUDIA|VIA DEGLI ETRUSCHI, 11|84135|SALERNO|SA|04/10/1980|SALERNO|25/07/2003|SALERNO|Farmacia|2003||claragang@virgilio.it +3084|11/03/2011|PRIANTE|PINA|VIA MAUTONI, 10|84038|SASSANO|SA|17/09/1985|POLLA|05/11/2010|SIENA|Chimica e tecn. farmaceutica|2010||priantepina@libero.it +3085|11/03/2011|SPINELLI|VINCENZO|VIA POZZILLO, 17|84036|SALA CONSILINA|SA|14/05/1984|POLLA|23/09/2010|SIENA|Farmacia|2010||vincenzospinelli84@gmail.com +3086|22/03/2011|ARENARE|PAOLO|VIA MEZZANA, snc|84030|SASSANO|SA|04/10/1982|POLLA|28/10/2010|SALERNO|Farmacia|2010||paolo.arenare@tiscali.it +3087|22/03/2011|CHIUMIENTO|ANNAMARIA|VIA SERRACCHIO, 50|84020|CASTELCIVITA|SA|03/11/1975|EBOLI|17/12/2009|SALERNO|Farmacia|2010||a.chiumiento@tiscali.it +3088|22/03/2011|VENERI|CARMEN|Via Tommaso Marzano, 7|84060|NOVI VELIA|SA|21/01/1982|VALLO DELLA LUCANIA|19/12/2007|SALERNO|Farmacia|2008||carmen.veneri@yahoo.it +3089|11/04/2011|FINAMORE|ROSITA|Via Tempa Pizzuta, 27|84038|SASSANO|SA|25/04/1981|SANT'ARSENIO|20/10/2010|PAVIA|Farmacia|2010||rositamo@libero.it +3090|11/04/2011|IULIANO|PASQUALE|VIA B. MANGINO, 25|84016|PAGANI|SA|01/01/1980|NOCERA INFERIORE|30/03/2009|SALERNO|Farmacia|2009||paky1980@live.it +3091|11/04/2011|LANDI|GIANCARLO|VIA LUIGI GUERCIO, 125|84134|SALERNO|SA|04/02/1986|BATTIPAGLIA|28/10/2010|SALERNO|Farmacia|2010||giancarlolandi@hotmail.it +3094|17/05/2011|ANGELLOTTI|NADIA|Via Gaetano di Biasio 144|03043|CASSINO|FR|22/11/1984|SALERNO|29/10/2010|SALERNO|Chimica e tecn. farmaceutica|2010||nadia.angellotti@gmail.com +3095|17/05/2011|CURCILLO|LAURA|VIA IANNIELLO, 68|84084|FISCIANO|SA|08/01/1984|SALERNO|29/10/2010|SALERNO|Chimica e tecn. farmaceutica|2010||lauracurc84@hotmail.it +3097|13/06/2011|D'AMATO|LUISA PAOLA|VIA MARIO CUOMO, 12|84010|SANT'EGIDIO DEL MONTE ALBINO|SA|29/06/1985|NOCERA INFERIORE|29/10/2010|SALERNO|Chimica e tecn. farmaceutica|2010||damato.luisa@hotmail.it +3098|13/06/2011|SCOVOTTO|CARMINE|Via Pasque Veronesi,31|37014|Castelnuovo del Garda|VR|12/10/1972|ROCCADASPIDE|24/07/2001|NAPOLI|Farmacia|2001||scovotto@libero.it +3101|11/07/2011|CUOCO|MARGHERITA|VIA CARLO LIBERTI, 3|84129|SALERNO|SA|15/02/1979|SALERNO|31/03/2003|SALERNO|Farmacia|2003||margherita.cuoco@alice.it +3102|11/07/2011|FIORE|ANTONIO FRANCESCO|Via G. B. Falda 2D scala B int 3|00053|CIVITAVECCHIA|RM|02/09/1986|SARNO|31/03/2011|SALERNO|Farmacia|2011||antoniofrancescofiore@gmail.com +3103|11/07/2011|GENCARELLI|DANIELA|VIA ROMA, 61|84121|SALERNO|SA|12/04/1978|COSENZA|22/07/2005|SALERNO|Farmacia|2005||daniela.gencarelli@o2life.it +3106|11/07/2011|MANZO|DOMENICA|VIA MASSERIA NFIERNO, 14|84087|SARNO|SA|02/06/1980|SARNO|31/03/2011|SALERNO|Farmacia|2011||mimmamanzo@hotmail.it +3107|11/07/2011|MARENGHI|MATILDE|C.SO GARIBALDI, 194|84122|SALERNO|SA|28/10/1986|AVELLINO|31/03/2011|SALERNO|Farmacia|2011||matilde.marenghi@libero.it +3109|11/07/2011|RICCIARDI|NOEMI|Via G. B. Falda 2D scala B int 3|00053|CIVITAVECCHIA|RM|12/09/1986|BATTIPAGLIA|31/03/2011|SALERNO|Farmacia|2011||noemi.ricciardi@gmail.com +3117|25/07/2011|MANZO|DELIA|VIA CADUTI IN RUSSIA, 14|84025|EBOLI|SA|20/07/1982|EBOLI|26/01/2011|ROMA|Chimica e tecn. farmaceutica|2011||deliamanzo@hotmail.it +3118|25/07/2011|RISPOLI|NADIA|VIA CROCIFISSO, 15|84099|SAN CIPRIANO PICENTINO|SA|24/08/1986|SALERNO|31/03/2011|SALERNO|Farmacia|2011||nadia24_08@hotmail.it +3119|05/08/2011|ALIBERTI|LUIGI|VIA S. DOMENICO, 45 - FRAZ. ACQUAMELA|84081|BARONISSI|SA|18/09/1983|SALERNO|24/07/2008|SALERNO|Farmacia|2008||luigialiberti83@libero.it +3120|05/08/2011|BASILE|FIORITA|Via Oreste Rescigno n4|84083|Castel San Giorgio|SA|09/09/1985|SALERNO|31/03/2010|SALERNO|Chimica e tecn. farmaceutica|2010||fiorella85@msn.com +3122|05/08/2011|IASEVOLI|GIUSEPPE|VIA F. TURATI, 6|84010|SAN MARZANO SUL SARNO|SA|30/04/1975|POMIGLIANO D'ARCO|31/03/2011|SALERNO|Farmacia|2011||jaspep@hotmail.com +3126|02/09/2011|PAUCIULO|ERMELINDA|Via Nazionale, 306|84012|ANGRI|SA|15/12/1985|NOCERA INFERIORE|31/03/2011|SALERNO|Farmacia|2011||lindapauciulo@libero.it +3127|02/09/2011|POLISCIANO|MARIA ROSARIA|VIA PERTINI, 22|84022|CAMPAGNA|SA|06/11/1983|OLIVETO CITRA|18/12/2008|SIENA|Chimica e tecn. farmaceutica|2009||polisciano@yahoo.it +3128|02/09/2011|SORRENTINO|ALIDA|VIA BRACIGLIANO, 91|84087|SARNO|SA|20/12/1983|NOCERA INFERIORE|27/07/2010|SALERNO|Chimica e tecn. farmaceutica|2010||alidasorrentino@gmail.com +3129|15/09/2011|AMENDOLA|GAETANO|via mangiaverri, 13|84016|pagani|SA|30/10/1980|SALERNO|30/03/2011|SALERNO|Farmacia|2011||gaetanoamendola80@hotmail.it +3130|15/09/2011|CAIAZZA|VERONICA|VIA VITTORIA, 12|84088|SIANO|SA|20/11/1985|SCAFATI|31/03/2010|SALERNO|Chimica e tecn. farmaceutica|2010||cveronica@alice.it +3133|15/09/2011|MAIOLO|MARCO|VIA A. MANZONI 9|04012|CISTERNA DI LATINA|LT|05/08/1985|BATTIPAGLIA|30/03/2011||Chimica e tecn. farmaceutica|2011||marco_maiolo@libero.it +3137|10/10/2011|DE MAFFUTIIS|GERARDO|VIA F. LENORMANT VICO A, 9|84035|POLLA|SA|17/04/1974|POLLA|23/10/2001|NAPOLI|Farmacia|2001||gedemaff@tiscali.it +3138|10/10/2011|VENTRE|VALENTINA|VIA G. LANZALONE, 78|84126|SALERNO|SA|16/11/1984|SALERNO|30/03/2011|SALERNO|Chimica e tecn. farmaceutica|2011||valentinaventre@hotmail.it +3139|26/10/2011|FALCONE|BARBARA|VIA SAN BIAGIO, 6|84020|VALVA|SA|23/08/1985|OLIVETO CITRA|22/03/2011|NAPOLI|Farmacia|2011||barbyf85@hotmail.it +3141|15/12/2011|BOTTONI|ROMILDA|VIA CESARE BATTISTI, 79|84018|SCAFATI|SA|07/05/1972|POMPEI|28/10/2011|SALERNO|Farmacia|2011||romilda.bottoni@tin.it +3142|15/12/2011|CARBONE|FRANCESCA|VIA PONTE AIELLO, 12|84012|ANGRI|SA|11/04/1986|CASTELLAMMARE DI STABIA|28/10/2011|SALERNO|Farmacia|2011||francycarbone86@libero.it +3143|15/12/2011|GILIBERTI|VITTORIO|VIA MADONNA DELLA NEVE, 1|83050|SORBO SERPICO|AV|18/04/1975|ATRIPALDA|21/12/2004|NAPOLI|Chimica e tecn. farmaceutica|2005||vittorio.giliberti@virgilio.it +3144|15/12/2011|LANZARA|AGATA|VIA CASA RIENZO, 11|83020|SOLOFRA|AV|07/01/1979|AVELLINO|30/10/2007|SALERNO|Farmacia|2007||alanzara@inwind.it +3145|15/12/2011|MERIANO|ROBERTO|VIA BRESCIA, 8|84098|PONTECAGNANO FAIANO|SA|24/08/1969|SALERNO|21/03/2003|SALERNO|Farmacia|2003||robertomeriano@libero.it +3146|02/01/2012|BRENNA|GERARDO|VIALE DEI NORMANNI, 2/D|84135|SALERNO|SA|24/10/1984|SALERNO|27/07/2011|SALERNO|Farmacia|2011||gerardo.brenna0@alice.it +3147|02/01/2012|CAPPETTA|GIUSEPPE|VIA RIMEMBRANZA, 27|84042|ACERNO|SA|19/03/1987|SALERNO|28/10/2011|SALERNO|Farmacia|2011||g.cappetta@hotmail.it +3149|11/01/2012|AMICO|ALFONSO|VIA A. TORTORA, 3|84010|S. EGIDIO DEL M. ALBINO|SA|27/09/1978|NOCERA INFERIORE|27/07/2011|SALERNO|Farmacia|2011||alfonso.amico@libero.it +3150|11/01/2012|BOCCIA|MARIA ADA|VIA DELLA FORTUNA, 7|83029|SOLOFRA|AV|15/02/1988|AVELLINO|27/07/2011|SALERNO|Farmacia|2011||ada.boccia@hotmail.it +3152|11/01/2012|CARBONE|UMBERTO|VIA YURI GAGARIN, 64|84025|EBOLI|SA|23/02/1983|EBOLI|28/07/2011|SALERNO|Farmacia|2011||umbertocarbone@tiscali.it +3153|11/01/2012|CERONE|ELISA|VIA PAOLO BARATTA, 80|84091|BATTIPAGLIA|SA|27/09/1978|CASSANO ALLO IONIO|28/10/2011|SALERNO|Farmacia|2011||elisacerone@libero.it +3155|11/01/2012|DI DOMENICO|MARIA CRISTINA|VIA GIUSEPPE ZOCCOLA, 2 BADIA DI CAVA|84010|CAVA DE' TIRRENI|SA|17/07/1985|CAVA DE' TIRRENI|30/03/2011|SALERNO|Chimica e tecn. farmaceutica|2011||didomenico@hotmail.it +3156|11/01/2012|FALCONE|ANNA|VIA PICARIELLI, 131 B|84133|SALERNO|SA|31/01/1985|SALERNO|31/03/2009|SALERNO|Chimica e tecn. farmaceutica|2009||anna.falk@libero.it +3159|11/01/2012|PALUMBO|ROSANNA|VIA E. MATTEI, 6|84091|BATTIPAGLIA|SA|10/12/1983|EBOLI|26/07/2011|SALERNO|Chimica e tecn. farmaceutica|2011||rose_83@hotmail.it +3160|11/01/2012|PIERRI|ALESSANDRA|VIA L. STURZO, 15|84030|SALA CONSILINA|SA|05/07/1984|POLLA|06/04/2011|ROMA|Chimica e tecn. farmaceutica|2011||alessandra.pierri@gmail.com +3161|11/01/2012|RIZZO|BARBARA|VIA DEGLI ENOTRI, 5|84046|ASCEA|SA|23/05/1986|VALLO DELLA LUCANIA|21/03/2011|NAPOLI|Chimica e tecn. farmaceutica|2011||rizzobarbara86@yahoo.it +3165|11/01/2012|SPINELLI|MICHELA|VIA CROCE, 8|84030|SAN PIETRO AL TANAGRO|SA|08/08/1982|POLLA|21/12/2010|NAPOLI|Farmacia|2011||michelaspinelli1@virgilio.it +3166|18/01/2012|ACCONCIAGIOCO|CARLA|VIA R. DI PALO, 10|84133|SALERNO|SA|25/11/1978|SALERNO|27/07/2011|SALERNO|Farmacia|2011||carlaaccongiagioco@gmail.com +3167|18/01/2012|AMORELLI|MARIANGELA|VIA TEMPONE, 9|84060|MOIO DELLA CIVITELLA|SA|22/01/1985|VALLO DELLA LUCANIA|28/10/2011|SALERNO|Farmacia|2011||amorelli.mariangela@libero.it +3169|18/01/2012|CRISCI|MARIO|VIA NAZIONALE, 58|83020|MARZANO DI NOLA|AV|02/09/1986|SAN PAOLO BEL SITO|02/09/1986|SALERNO|Farmacia|2011||marioc1986@hotmail.it +3171|18/01/2012|D'ASCOLI|CARMELA|VIA BOTTA, 135|84088|SIANO|SA|05/12/1986|SALERNO|30/03/2011|SALERNO|Chimica e tecn. farmaceutica|2011||car_das@hotmail.it +3172|18/01/2012|DE VITO|CARMEN|VIA I VICOLO VILLA, 9|84083|CASTEL SAN GIORGIO|SA|02/07/1982|SALERNO|27/07/2011|SALERNO|Farmacia|2011||carmendevito@tiscali.it +3173|18/01/2012|DI GRUTTOLA|MICHELA|VIA FONTANANUOVA, 35|83031|ARIANO IRPINO|AV|18/01/1984|ARIANO IRPINO|28/10/2011|SALERNO|Farmacia|2011||michela.digruttola@libero.it +3174|18/01/2012|MONACO|CARLA|VIA CASTELLO, 2|84035|POLLA|SA|18/06/1969|SALERNO|28/10/2011|SALERNO|Farmacia|2011||carlamon@libero.it +3175|18/01/2012|NESE|ROSSANA|VIA TEMPA DEGLI IMPISI, 1|84065|PIAGGINE|SA|25/10/1986|SALERNO|26/07/2011|SALERNO|Chimica e tecn. farmaceutica|2011||rossananese@tiscali.it +3176|18/01/2012|PLANTAMURA|CARMINE|VIA D. SINISCALCHI, 62|84014|NOCERA INFERIORE|SA|03/03/1983|NOCERA INFERIORE|28/10/2011|SALERNO|Farmacia|2011||carmine.plantamura@libero.it +3177|18/01/2012|PULIGNANO|CARLA|VIA MONTE ROSA, 2|84091|BATTIPAGLIA|SA|15/05/1986|BATTIPAGLIA|31/03/2011|SALERNO|Farmacia|2011||carlapulignano@gmail.com +3179|18/01/2012|SICA|MARIANNA|VIA DELLE INDUSTRIE, 10|84084|FISCIANO|SA|06/04/1984|SALERNO|28/10/2011|SALERNO|Farmacia|2011||marianna_sica@virgilio.it +3180|18/01/2012|TRUCILLO|ELVIRA|Via COURMAYER, 95|00191|ROMA|RM|16/08/1984|BATTIPAGLIA|26/07/2011|SALERNO|Chimica e tecn. farmaceutica|2011||elvira8484@icloud.com +3181|27/01/2012|AVALLONE|MANUELA|VIA A. SABATINI, 13|84121|SALERNO|SA|01/07/1983|SALERNO|27/07/2011|SALERNO|Farmacia|2011||manuelaavallone@libero.it +3183|27/01/2012|ESPOSITO|PINA|VIA BERLINGUER, 3|84081|BARONISSI|SA|04/03/1978|SALERNO|26/03/2002|SALERNO|Farmacia|2002||pina.esposito@postemail.it +3184|27/01/2012|FINIZIO|FRANCESCA|VIA VALERIO LASPRO, 23|84126|SALERNO|SA|07/11/1984|SALERNO|26/07/2011|SALERNO|Chimica e tecn. farmaceutica|2011||francesca_finizio@libero.it +3185|27/01/2012|FORZELIN|ILARIA|Viale della libert, 20|27100|PAVIA|PV|09/11/1985|BATTIPAGLIA|27/07/2011|SALERNO|Farmacia|2011||ilaria.forzelin@gmail.com +3187|27/01/2012|MAIORANO|ANGELA|Via Deserte snc|84036|SALA CONSILINA|SA|27/05/1982|TELESE|26/01/2011|ROMA|Chimica e tecn. farmaceutica|2011||angelamaiorano@virgilio.it +3188|27/01/2012|PALERMO|MATILDE|VICOLO XXV APRILE N. 1|20092|CINISELLO BALSAMO|MI|15/08/1986|NOCERA INFERIORE|29/10/2010|SALERNO|Chimica e tecn. farmaceutica|2010||mati.palermo86@gmail.com +3191|16/02/2012|D'ANTUONO|MARIA SOLE|Via Sant'Alfonso, 1 Parco la ville scala c|84012|ANGRI|SA|17/12/1987|NAPOLI|27/07/2011|SALERNO|Farmacia|2011||mariasole17@hotmail.it +3192|16/02/2012|ESPOSITO|ALFONSO|VIA CASA PAGANO, 2|84012|ANGRI|SA|15/03/1984|SCAFATI|25/10/2011|NAPOLI|Farmacia|2012||alfonsoesposito@email.it +3196|01/03/2012|BUCCIARELLI|EMANUELA|VIA FRANCESCO PRUDENTE, 50|84126|SALERNO|SA|17/06/1980|SALERNO|28/10/2011|SALERNO|Farmacia|2011||emanuelabucciarelli@hotmail.it +3197|01/03/2012|CIAGLIA|VALERIA|VIA VALLEGRINI, 85|84022|CAMPAGNA|SA|01/08/1986|EBOLI|27/07/2011|NAPOLI|Chimica e tecn. farmaceutica|2011||v.ciaglia@hotmail.it +3198|01/03/2012|ERRANTE|GIACINTO|VIA V. RUGGIERO, 43|84010|SAN VALENTINO TORIO|SA|28/03/1974|CASTELVETRANO|30/10/1998|MESSINA|Chimica e tecn. farmaceutica|1999||egf00ddevelopment@pec.it +3199|01/03/2012|LARMINI|RITA|VIA COSTANTINO GATTA, 20|84036|SALA CONSILINA|SA|24/05/1985|POLLA|20/10/2011||Chimica e tecn. farmaceutica|2012||rita.larmini@virgilio.it +3200|01/03/2012|LASALA|RACHELE|VIA BOSCHI, 22|84036|SALA CONSILINA|SA|20/06/1984|SALERNO|26/07/2011|SALERNO|Chimica e tecn. farmaceutica|2011||rachele.lasala@alice.it +3204|08/03/2012|CUOFANO|SIMONA|Via Emilio De Marchi, 9 H72|00141|ROMA|RM|02/03/1983|NOCERA INFERIORE|28/10/2011|SALERNO|Farmacia|2011||simonacuofano@gmail.com +3207|16/03/2012|BRACCI|ANTONIO|VIA MUNICIPIO, 48|84085|MERCATO SAN SEVERINO|SA|18/11/1982|NAPOLI|26/07/2006|SALERNO|Farmacia|2006||abracci82@GMAIL.COM +3208|16/03/2012|D'AURIA|ANNALISA|VIALE DEL BOSCO, 22|84134|SALERNO|SA|03/07/1976|SALERNO|28/10/2005|SALERNO|Farmacia|2005||dauria.annalisa@libero.it +3210|16/03/2012|OTROSHENKO|ANDRIY|VIA OSTAGLIO, 59/B|84131|SALERNO|SA|28/04/1981|L'VIV|31/03/2011|SALERNO|Farmacia|2011||alfafarmasalerno@yahoo.it +3213|03/04/2012|AGIZZA|ANGELICA|VIA ANTONIO TRUCILLO, 34|84126|SALERNO|SA|08/03/1986|NAPOLI|28/10/2011|SALERNO|Farmacia|2011||angy089@hotmail.it +3214|03/04/2012|CIANCIULLI|ELENA IMMACOLATA|VIA T. CASATI CONFALONIERI, 22|84025|EBOLI|SA|08/12/1985|EBOLI|27/10/2011|SALERNO|Chimica e tecn. farmaceutica|2011||elena.cianciulli@libero.it +3216|15/04/2012|CONTALDI|SALVATORE|VIA CARMINE, 12|84016|PAGANI|SA|05/11/1983|NOCERA INFERIORE|28/10/2010|SALERNO|Farmacia|2010||salvatorecontaldi@hotmail.it +3217|15/04/2012|CUOMO|VALENTINA|VIA PIAVE P.CO VITTORIA snc|84098|PONTECAGNANO FAIANO|SA|15/11/1981|CAVA DE' TIRRENI|31/03/2008|NAPOLI|Chimica e tecn. farmaceutica|2008||valecuomo81@yahoo.it +3220|19/04/2012|RICCIARDELLI|MADDALENA|VIA S. MARGHERITA, 8|83025|MONTORO INFERIORE|AV|07/05/1958|MONTORO INFERIORE|21/07/1997|SALERNO|Farmacia|1997||parafarmsalutesrl@gmail.com +3224|04/05/2012|SCARANO|LAURA|Via Grillo 64 - CAPEZZANO|84080|PELLEZZANO|SA|21/10/1979|SALERNO|23/07/2009|SALERNO|Farmacia|2009||scaranolaura@hotmail.com +3225|04/05/2012|ZENONE|ROSSELLA|VIA GARIBALDI, 91|84030|MONTESANO SULLA MARCELLANA|SA|14/04/1976|POLLA|28/10/2011|SALERNO|Farmacia|2011||rossella.zenone@tiscali.it +3226|17/05/2012|FEDERICO|ELVIRA|VIA RISORGIMENTO, 37|22066|MARIANO COMENSE|CO|19/09/1987|POMPEI|28/10/2011|SALERNO|Farmacia|2011||elvirafederico@live.it +3227|07/06/2012|FOCA'|ANNALIA|VIA SAN MARCO 15|84079|VIBONATI|SA|25/06/1987|NAPOLI|26/10/2011|NAPOLI|Farmacia|2012||annaliafoca@hotmail.it +3228|07/06/2012|FOCA'|GIUSEPPINA|VIA SAN MARCO 15|84079|VIBONATI|SA|25/06/1987|NAPOLI|26/10/2011|NAPOLI|Farmacia|2012||giufoc@hotmail.it +3231|07/06/2012|TUBEROSA|LUIGI|VIA GIUSEPPE DELLA MONICA 55|84083|CASTEL SAN GIORGIO|SA|12/10/1983|SALERNO|31/10/2007|SALERNO|Chimica e tecn. farmaceutica|2008||tuberosaliuigi@alice.it +3232|07/06/2012|VENTURA|MARGHERITA|VIA MAR MEDITERRANEO 17|84098|PONTECAGNANO FAIANO|SA|04/04/1985|SALERNO|30/03/2011|SALERNO|Chimica e tecn. farmaceutica|2011||megghyventura85@yahoo.it +3234|27/06/2012|RINALDI|CHIARA|VIA PAOLO BARATTA, 243|84091|BATTIPAGLIA|SA|21/02/1986|BATTIPAGLIA|26/07/2011|SALERNO|Chimica e tecn. farmaceutica|2011||KIARAMELLINA@HOTMAIL.IT +3236|12/07/2012|PAOLILLO|CRISTINA|VIA G. ANGRISANI, 2|84129|SALERNO|SA|20/12/1977|SALERNO|30/03/2005|SALERNO|Farmacia|2005||cristina.paolillo77@virgilio.it +3237|12/07/2012|SCHIAVO|EMANUELE|VIA FOSSE, 2|84068|POLLICA|SA|11/02/1985|BATTIPAGLIA|30/03/2012|SALERNO|Farmacia|2012||emanueleschiavo8511@gmail.com +3238|12/07/2012|D'AMATO|ANTONINO|VIA INDIANO ANTONIO, 5|72017|OSTUNI|BR|20/08/1982|AGROPOLI|19/04/2012|SIENA|Farmacia|2012||antoninodamato1982@gmail.com +3239|19/07/2012|BRACA|CLEMENTINA|VIA DIETRO LA CORTE, 4|84080|FISCIANO|SA|21/05/1978|SARNO|09/02/2012|SALERNO|Farmacia|2012||dosi320@vodafone.it +3240|19/07/2012|CERRATO|MARIAROSARIA|VIA MAZZINI, 36|84088|SIANO|SA|10/06/1983|VALLO DELLA LUCANIA|29/03/2012|SALERNO|Chimica e tecn. farmaceutica|2012||annunziatacerrato@virgilio.it +3242|19/07/2012|CHIOVE'|MASSIMILIANO|PIAZZA P. GEMITO, 22|84091|BATTIPAGLIA|SA|28/07/1973|PRATO|03/04/1998|SALERNO|Farmacia|1998||m.chiove@virgilio.it +3243|19/07/2012|CIOFFI|EDVIGE|VIA CAMPO SPORTIVO, 18/4|84085|MERCATO SAN SEVERINO|SA|27/08/1987|SALERNO|30/03/2012|SALERNO|Farmacia|2012||edvigecioffi@hotmail.com +3244|19/07/2012|DI FILIPPO|ARMANDO|PIAZZA MUNICIPIO, 5|84088|SIANO|SA|12/03/1984|SALERNO|16/12/2011|SALERNO|Farmacia|2012||di.filippo.armando@gmail.com +3246|19/07/2012|PELLI|ROBERTA|VIA V. LASPRO, 5|84126|SALERNO|SA|27/12/1986|BATTIPAGLIA|30/03/2012|SALERNO|Farmacia|2012||robertapelli86@hotmail.it +3247|19/07/2012|PIZZUTI|TIZIANA|VIA I. LODATO, 63|84025|EBOLI|SA|13/11/1978|EBOLI|31/03/2011|SALERNO|Farmacia|2011||tiziana78p@hotmail.it +3248|26/07/2012|CHIUMIENTO|COSIMO|VIALE G. VERDI, 1/Y|84131|SALERNO|SA|20/03/1987|BATTIPAGLIA|20/09/2011|SIENA|Farmacia|2012||cosimo.chiumiento@yahoo.it +3249|26/07/2012|CRUOGLIO|DANIELA|VIA SCORZO|84020|PALOMONTE|SA|12/11/1986|BATTIPAGLIA|09/02/2012|SALERNO|Farmacia|2012||daniela.cr@hotmail.it +3250|26/07/2012|LIBANO|LUANA|VIA ido longo, 11|84013|CAVE DE' TIRRENI|SA|24/03/1987|CAVA DE' TIRRENI|09/02/2012|SALERNO|Farmacia|2012||luale1@hotmail.it +3251|26/07/2012|OLIVA|VINCENZO|VIA F. PINTO, 79|84124|SALERNO|SA|27/05/1986|SALERNO|30/03/2012|SALERNO|Farmacia|2012||v_oliva2@virgilio.it +3252|26/07/2012|PALUMBO|DANIELE|VIA LUIGI ANGRISANI, 36|84132|SALERNO|SA|20/01/1986|BATTIPAGLIA|15/12/2011|SALERNO|Chimica e tecn. farmaceutica|2012||dott.palumbodaniele@gmail.com +3254|26/07/2012|SALVAGNO|FEDERICA|VIA GRATAGLIE, 55|84025|EBOLI|SA|15/10/1984|SALERNO|20/12/2011|NAPOLI|Chimica e tecn. farmaceutica|2012||fedekikka_84@yahoo.it +3255|02/08/2012|FERRIGNO|GRAZIA|VIA MONTAGNELLA, 8|84010|CETARA|SA|23/12/1985|SALERNO|09/02/2012|SALERNO|Farmacia|2012||graziaferrigno@alice.it +3256|02/08/2012|GUBITOSI|ANNA|Via S. Reggiani 26|42123|REGGIO EMILIA|RE|09/07/1985|SALERNO|10/02/2012|SALERNO|Chimica e tecn. farmaceutica|2012||annagubi85@hotmail.it +3257|02/08/2012|IACUZZO|ANGELO|VIA STELLA, 126 C|84091|BATTIPAGLIA|SA|07/07/1980|SALERNO|30/03/2012|SALERNO|Farmacia|2012||angelo.iacuzzo@gmail.com +3259|02/08/2012|PUCCI|MARIAPIA|VIA MATTEO RIPA, 23|84091|BATTIPAGLIA|SA|10/05/1984|BATTIPAGLIA|16/12/2011|SALERNO|Farmacia|2012||mariapia.pucci84@gmail.com +3262|04/09/2012|ANNARUMMA|ANNA|VIA CROCIFISSO, 28|84012|ANGRI|SA|24/10/1985|NOCERA INFERIORE|30/03/2012|SALERNO|Farmacia|2012||anna-annarumma@alice.it +3264|04/09/2012|CONSIGLIO|ALESSANDRO|Via Molinaro,5|13816|MIGLIANO|BI|01/04/1983|AVELLINO|10/02/2012|SALERNO|Chimica e tecn. farmaceutica|2012||alex19833@libero.it +3265|04/09/2012|DI LIETO|AGNESE|VIALE DEGLI ARANCI, 13|84010|SANT'EGIDIO DEL MONTE ALBINO|SA|22/12/1987|CAVA DE' TIRRENI|16/12/2011|SALERNO|Farmacia|2012||agnesedilieto@hotmail.it +3267|04/09/2012|SAPERE|PAMELA|VIA NOFILO, 13|84080|PELLEZZANO|SA|12/03/1985|SALERNO|30/03/2012|SALERNO|Farmacia|2012||p.sapere@libero.it +3268|04/09/2012|SOMMA|FLORENCE|VIA G. GARIBALDI, 185|84015|NOCERA SUPERIORE|SA|03/07/1987|BATTIPAGLIA|09/02/2012|SALERNO|Farmacia|2012||florence.87@hotmail.it +3269|04/09/2012|URCIUOLI|INES|Via Strada Statale Pal. Iennaco|83020|CONTRADA|AV|12/05/1954|AVELLINO|18/03/1982|NAPOLI|Farmacia|1982||ines.urciuoli@alice.it +3270|18/09/2012|APICELLA|VALENTINA|VIA N.B. GRIMALDI, 165|84014|NOCERA INFERIORE|SA|18/12/1987|NOCERA INFERIORE|15/12/2011|SALERNO|Chimica e tecn. farmaceutica|2012||valentinapicella87@gmail.com +3276|15/10/2012|DE ANGELIS|GIOVANNA|VIA S. CURCIO, 8|84035|POLLA|SA|11/10/1982|POLLA|21/12/2007|NAPOLI|Chimica e tecn. farmaceutica|2008||giovale.dea@virgilio@it +3279|15/11/2012|ATTIANESE|ROSSELLA|Via Monte Artemisio n. 6|04100|LATINA|LT|30/07/1987|SCAFATI|30/03/2012|SALERNO|Farmacia|2012||roxy87_00@hotmail.it +3280|15/11/2012|BRANCATI|BENEDETTA|VIA STRADA SALSEDIANA 667|29010|ALSENO|PC|10/08/1985|FIORENZUOLA D'ARDA|13/07/2011|NAPOLI|Chimica e tecn. farmaceutica|2012||benedetta.brancati@gmail.com +3281|15/11/2012|CURCIO|GIUSEPPE|VIA DEI VIGNALI 12|84035|POLLA|SA|20/12/1988|POLLA|07/06/2012|PISA|Farmacia|2012||giuspy10@hotmail.it +3282|15/11/2012|TORSIELLO|ALESSANDRA|VIA TRAV. PEZZULLO, 32|84025|EBOLI|SA|03/05/1985|AVERSA|13/04/2012|CAMERINO|Farmacia|2012||torsiello.alessandra@libero.it +3284|22/11/2012|PENNETTI|ELENA MARIA|VIA B. CROCE, 72|83050|VOLTURARA IRPINA|AV|25/07/1983|AVELLINO|28/07/2012|NAPOLI|Chimica e tecn. farmaceutica|2011||elenapennetti@gmail.com +3286|12/12/2012|ARMENANTE|MARIAROSARIA|Via Giovanni Bassi, 23|84013|CAVA DE' TIRRENI|SA|07/08/1972|CAVA DE' TIRRENI|25/07/2001|NAPOLI|Chimica e tecn. farmaceutica|2002||mrarmenante@gmail.com +3290|12/12/2012|GALLOTTA|DARIO|VIA FESTOLA 1|84025|EBOLI|SA|06/07/1974|SALERNO|28/03/2008|SALERNO|Farmacia|2008||dagallotta@yahoo.it +3294|20/12/2012|DI GENNARO|SERENA|VIA SICILIA, 33|84098|PONTECAGNANO|SA|01/03/1979|NAPOLI|19/10/2004|NAPOLI|Farmacia|2004||sere.eres@libero.it +3296|10/01/2013|ADDEO|ERASMO|VIA SAN FELICE, 184|80036|PALMA CAMPANIA|NA|17/11/1988|POMPEI|24/07/2012|NAPOLI|Chimica e tecn. farmaceutica|2012||erasmo.addeo@gmail.com +3298|10/01/2013|APICELLA|LUANA|VIA G. LUIGI PARISI 18|84013|CAVA DE' TIRRENI|SA|08/01/1985|PAGANI|30/10/2008|SALERNO|Farmacia|2008||apicellaluana@GMAIL.COM +3299|10/01/2013|BENEVENGA|MARTINA|Via Filippo De Pisis, 7|40133|BOLOGNA|BO|26/06/1985|OLIVETO CITRA|20/07/2012|ROMA|Chimica e tecn. farmaceutica|2012||martina.benevenga@libero.it +3300|10/01/2013|BIANCO|NICOLA|VIA NAZIONALE 4|84070|SANTA MARINA|SA|09/12/1982|POLLA|27/07/2012|SALERNO|Farmacia|2012||nikola082@hotmail.it +3301|10/01/2013|CANTALUPO|ANGELO RAFFAELE|VIA CESARE BATTISTI 11|84061|OGLIASTRO CILENTO|SA|17/05/1987|AGROPOLI|27/07/2012|SALERNO|Farmacia|2012||raffa.cantalupo@tiscali.it +3303|10/01/2013|CORRENTE|FILOMENA|VIA MOLINA DI MARE 6|84047|CAPACCIO|SA|06/10/1982|AGROPOLI|22/03/2012|NAPOLI|Chimica e tecn. farmaceutica|2012||mena_c82@hotmail.it +3304|10/01/2013|CROCE|ANGELA|VIA NAZARIO SAURO 9|84020|BELLOSGUARDO|SA|19/07/1985|BATTIPAGLIA|31/10/2012|SALERNO|Farmacia|2012||forangy@live.it +3305|10/01/2013|CROCE|DANIELE|VIA NAZARIO SAURO 9|84020|BELLOSGUARDO|SA|13/06/1987|BATTIPAGLIA|31/10/2012|SALERNO|Farmacia|2012||danielecroce@salerno.pecfarmacisti.it +3306|10/01/2013|CUOFANO|MARIA TERESA|VIA VINCENZO RUSSO 90|84015|NOCERA SUPERIORE|SA|11/02/1988|NOCERA INFERIORE|27/07/2012|SALERNO|Farmacia|2012||mariateresacuofano@virgilio.it +3308|10/01/2013|D'URSO|CARLO|VIA G.F. MEMOLI 43|84124|SALERNO|SA|23/04/1987|SALERNO|31/10/2012|SALERNO|Farmacia|2012||carlettod87@hotmail.it +3309|10/01/2013|DI LORENZO|GIACOMO|VIA P.SSA SIGHELGAITA 78|84125|SALERNO|SA|07/03/1986|SALERNO|26/07/2012|SALERNO|Chimica e tecn. farmaceutica|2012||giacomo.dilorenz@gmail.com +3310|10/01/2013|FORTUNATO|MELANIA|Via Giacomo Budetti, 128 - Condominio Rosa Lotto D|84098|PONTECAGNANO FAIANO|SA|23/11/1987|SALERNO|28/10/2011|SALERNO|Farmacia|2011||melania.fortunato@libero.it +3311|10/01/2013|LA PEPA|VALERIO|VIA ZURLO 86|84012|ANGRI|SA|11/05/1988|BATTIPAGLIA|22/10/2012|NAPOLI|Farmacia|2012||lapepaval@gmail.com +3312|10/01/2013|LISTA|FEDERICA|VIA LISTA 28|84040|CASALVELINO|SA|29/07/1987|NAPOLI|31/10/2012|SALERNO|Farmacia|2012||federcialista@gmail.com +3313|10/01/2013|MALINCONICO|GIOVANNI|VIA DE CARO 35|84095|GIFFONI VALLE PIANA|SA|18/11/1984|SALERNO|31/10/2012|SALERNO|Farmacia|2012||g_malinconico@hotmail.it +3314|10/01/2013|MANZO|NICOLA|VIA SANTO ORNATO, 15|84015|NOCERA SUPERIORE|SA|22/07/1987|PAGANI|25/07/2012|NAPOLI|Farmacia|2012||nicmanzo@hotmail.com +3315|10/01/2013|MIGLINO|ANNALISA|VIA G. GARIBALDI 31|84070|RUTINO|SA|22/07/1987|AGROPOLI|27/07/2012|SALERNO|Farmacia|2012||annalisa.miglino@hotmail.it +3316|10/01/2013|MORRONE|ANNA|VIA NOBILE 14|84025|EBOLI|SA|10/09/1986|SAPRI|30/03/2011|SALERNO|Chimica e tecn. farmaceutica|2011||annamorrone1@hotmail.it +3318|10/01/2013|PARISI|MARIA MADDALENA|VIALE PRIMO BARATTA 24|84091|BATTIPAGLIA|SA|15/12/1988|BATTIPAGLIA|27/07/2012|SALERNO|Farmacia|2012||mariamaddalena.parisi@gmail.com +3321|10/01/2013|RONGA|MIRKO CARMINE|VIA CHIUSA DEL BOSCO, 16 D|84025|BATTIPAGLIA|SA|16/07/1988|BATTIPAGLIA|27/07/2012|SALERNO|Farmacia|20/11/2012||mirko.ronga@tiscali.it +3322|10/01/2013|SANTORELLI|ELEONORA|VIA S. CALENDA 158|84126|SALERNO|SA|07/07/1986|SALERNO|30/10/2012|SALERNO|Chimica e tecn. farmaceutica|2012||santorelli.eleonora@gmail.com +3324|10/01/2013|SORRENTINO|TERESA|VIA SANDRO PERTINI 15|84098|PONTECAGNANO FAIANO|SA|23/06/1984|BATTIPAGLIA|26/07/2012|SALERNO|Chimica e tecn. farmaceutica|2012||teresasorr84@hotmail.it +3325|10/01/2013|TERLIZZI|MICHELA|VIA BERNARDO GAETA 2/F|84126|SALERNO|SA|07/11/1988|SALERNO|27/07/2012|SALERNO|Farmacia|2012||michelaterlizzi@hotmail.it +3327|18/01/2013|ALBANO|ALESSANDRO|VIA GUGLIELMO MARCONI 46|83025|MONTORO INFERIORE|AV|25/07/1988|AVELLINO|31/10/2012|SALERNO|Farmacia|2012||albanoale1@libero.it +3328|18/01/2013|ANNUNZIATA|PASQUALE|Val d'Aosta, 32|00141|ROMA|RM|15/05/1985|SARNO|31/10/2012|SALERNO|Farmacia|2012||farchos@hotmail.it +3329|18/01/2013|ARCELLA|ANNA|VIA EDUARDO DE FILIPPO 42|84014|NOCERA INFERIORE|SA|11/06/1986|NOCERA INFERIORE|27/07/2012|SALERNO|Farmacia|2012||anna.arcella1@hotmail.it +3330|18/01/2013|ARDITO|ERMINIA|VIA CENTENARIO 56|84091|BATTIPAGLIA|SA|17/07/1987|SALERNO|30/10/2012|SALERNO|Chimica e tecn. farmaceutica|2012||ermy17@hotmail.it +3331|18/01/2013|AURELIO|ROSA PASQUALINA|VIA BERLINGUER 18|87070|MONTEGIORDANO|CS|19/04/1987|POLICORO|31/10/2012|SALERNO|Farmacia|2012||rosaaurelio@libero.it +3332|18/01/2013|BONFRISCO|ANNA PASQUALINA|VIA LAZIO 6|84043|AGROPOLI|SA|22/12/1985|AGROPOLI|30/10/2012|SALERNO|Chimica e tecn. farmaceutica|2012||anna.bonfrisco@libero.it +3333|18/01/2013|CITRO|ALESSANDRA|VIA FARALDO 50|84084|FISCIANO|SA|29/10/1985|SALERNO|31/10/2012|SALERNO|Farmacia|2012||diamante.verde@hotmail.it +3334|18/01/2013|DI BELLO|RAFFAELLA|VIA XXIV MAGGIO 40|84046|ASCEA|SA|23/06/1984|VALLO DELLA LUCANIA|31/10/2012|SALERNO|Farmacia|2012||dibello.raffaella@yahoo.it +3335|18/01/2013|FERRARA|ANNA|VIA B. ACCARDI G.LE FERRARA 1|84018|SCAFATI|SA|12/09/1983|POMPEI|27/07/2012|SALERNO|Farmacia|2012||anna-ferrara@live.it +3336|18/01/2013|FERRARA|ROSAMARIA|VIA BENEDETTO ACCARDI G.LE FERRARA 1|84018|SCAFATI|SA|12/09/1983|POMPEI|27/07/2012|SALERNO|Farmacia|2012||rosamariaferrara@live.it +3337|18/01/2013|FRALLICCIARDI|EMANUELA|TRAV. ALFONSO GATTO 2/A|84088|SIANO|SA|18/07/1988|CAVA DE' TIRRENI|27/07/2012|SALERNO|Farmacia|2012||emanuela.frallicciardi@hotmail.it +3338|18/01/2013|GAGLIARDI|GIANLUCA|VIA SAN NICOLA SNC|84028|SERRE|SA|11/03/1980|BATTIPAGLIA|31/10/2012|SALERNO|Farmacia|2012||dottore80@gmail.com +3339|18/01/2013|GENTILE|FRANCESCA|VIA EUROPA 10|84029|SICIGNANO DEGLI ALBURNI|SA|20/08/1985|EBOLI|29/03/2012|SALERNO|Chimica e tecn. farmaceutica|2012||francygen85@hotmail.it +3341|18/01/2013|MAURI|RICCARDO|VIA PASQUALE VITIELLO 31|84018|SCAFATI|SA|02/10/1984|NAPOLI|27/07/2012|SALERNO|Farmacia|2012||ricunisa777@hotmail.it +3342|18/01/2013|SALZANO|MARIA ELENA|VIA S. ROCCO 5|84086|ROCCAPIEMONTE|SA|13/01/1987|NOCERA INFERIORE|27/07/2012|SALERNO|Farmacia|2012||mari_87it@yahoo.it +3344|31/01/2013|COTUGNO|ROBERTA|VIA DELLE GINESTRE 21|84134|SALERNO|SA|17/05/1982|NAPOLI|27/07/2012|SALERNO|Farmacia|2012||cotugnoroberta@libero.it +3345|31/01/2013|DI LUCA|ROSANNA|VIA SALVATORE CALENDA 55|84126|SALERNO|SA|25/10/1985|SALERNO|26/07/2012|SALERNO|Chimica e tecn. farmaceutica|2012||r.diluca@email.it +3346|31/01/2013|ESPOSITO|CHIARA|VIA ROMA 54|84087|SARNO|SA|08/12/1986|SARNO|26/07/2012|SALERNO|Chimica e tecn. farmaceutica|2012||chiaraesposito86@gmail.com +3347|31/01/2013|FERRARA|DANIELE|VIA ITALIA 23/B|84091|BATTIPAGLIA|SA|23/10/1974|CASORIA|30/01/2001|NAPOLI|Chimica e tecn. farmaceutica|2002||ferraradoc@hotmail.com +3348|31/01/2013|GARGANO|MARIALUCIA|VIA Pergamo, 67|84126|Salerno|SA|09/07/1982|SALERNO|27/07/2012|SALERNO|Farmacia|2012||gargano.marilu@gmail.com +3350|31/01/2013|GRISI|MASSIMO|VIA TERLIZZI VIII TRAVERSA 2|84020|COLLIANO|SA|24/05/1967|SALERNO|27/07/2012|SALERNO|Farmacia|2012||amatino@libero.it +3351|31/01/2013|PEDUTO|ANNALISA|VIA PONTE CALORE 4|84045|ALTAVILLA SILENTINA|SA|03/07/1985|BATTIPAGLIA|28/03/2012|ROMA|Chimica e tecn. farmaceutica|2012||annalisapeduto@hotmail.it +3354|31/01/2013|VOLPE|PIETRO|VIA M.R. SPARAGO LOTARO, 2|84084|FISCIANO|SA|19/09/1987|AGROPOLI|31/10/2012|SALERNO|Farmacia|2012||pietrovolpe1987@libero.it +3356|15/02/2013|BASILE|ANNA|VIA CAMPO SPORTIVO 2|84082|BRACIGLIANO|SA|27/02/1981|BRACIGLIANO|17/10/2005|SALERNO|Farmacia|2005||abasile@unisa.it +3357|15/02/2013|BUONAIUTO|ROLANDA|VIA V. EMANUELE 128|84087|SARNO|SA|22/05/1985|NOCERA INFERIORE|31/10/2012|SALERNO|Farmacia|2012||rolandabuonaiuto@gmail.com +3359|15/02/2013|ESPOSITO|ANNA|VIA ROMA 11|84010|SAN VALENTINO TORIO|SA|18/05/1984|NOCERA INFERIORE|30/10/2009|SALERNO|Chimica e tecn. farmaceutica|2009||anna_esposito84@libero.it +3361|15/02/2013|MALESCIO|LISA|Via Sichelmanno,41|84129|SALERNO|SA|07/08/1979|BREMEN|27/07/2012|SALERNO|Farmacia|2012||lisamalescio@gmail.com +3364|15/02/2013|ZANZOTTERA|SILVIA|Via Garioponto 16|84126|SALERNO|SA|21/12/1984|BUSTO ARSIZIO|16/03/2011|MILANO|Farmacia|2012||silviazanzottera@virgilio.it +3366|21/02/2013|LANDOLFI|RAFFAELLA|VIA CONTRADA CERRINA 2|84053|CICERALE|SA|26/08/1986|AGROPOLI|12/07/2012|SIENA|Farmacia|2012||raffyyy86@hotmail.it +3368|20/03/2013|CLEMENTE|ANTONIO|VIA VINCENZO MARONE 5/2|84030|MONTE SAN GIACOMO|SA|26/02/1984|SALERNO|31/10/2012|SALERNO|Farmacia|2012||antonioclemente84@gmail.com +3371|02/04/2013|CASTELLANO|GERARDO|VIA GIOVANNI VITALE 2|84126|SALERNO|SA|03/07/1981|GRAGNANO|09/11/2007|CAMERINO|Farmacia|2007||gerafarmia@yahoo.it +3372|14/10/2015|CASTELLANO|MARIANO|VIA DE FILIPPIS, 6|84013|CAVA DE' TIRRENI|SA|21/04/1978|GRAGNANO|13/04/2007|CAMERINO|Farmacia|2007|Universit degli studi di Camerino|marianocastellano@yahoo.it +3375|02/04/2013|RESCIGNO|DOMENICO|VIA POSTIGLIONE DI OGLIARA 3|84135|SALERNO|SA|10/08/1962|SALERNO|20/04/1996|BARI|Farmacia|1996||rescigno.domenico@alice.it +3376|11/04/2013|BEATRICE|ANGELA|VIA MACCHIOLI 6|84033|MONTESANO SULLA MARCELLANA|SA|29/11/1985|POLLA|29/10/2012|ROMA|Chimica e tecn. farmaceutica|2012||beatrice.angela@virgilio.it +3382|07/06/2013|ANGRISANI|MONICA|VIA FILANGIERI 37|84013|CAVA DE' TIRRENI|SA|11/03/1988|CAVA DE' TIRRENI|26/07/2012|SALERNO|Chimica e tecn. farmaceutica|2012||monica.angrisani11@gmail.com +3383|07/06/2013|BORRIELLO|FABIO|VIA PIAVE|84098|PONTECAGNANO FAIANO|SA|16/04/1987|CASTELLAMMARE DI STABIA|22/10/2012|NAPOLI|Farmacia|2012||stile.italiano@live.it +3387|27/06/2013|MOLLICA|RITA|VIA AQUINO 7|84018|SCAFATI|SA|07/05/1985|CASTELLAMMARE DI STABIA|31/10/2012|SALERNO|Farmacia|2012||mollicarita@libero.it +3393|05/07/2013|LIBERTI|VERDIANA|VIA DEL DOPOLAVORO 111|84045|ALTAVILLA SILENTINA|SA|15/06/1988|BATTIPAGLIA|26/10/2012|pavia|Farmacia|2013||verdiana.liberti@hotmail.it +3395|05/07/2013|SALSANO|STEFANO|VIA FRANCESCO CRISPI, 1/22|84126|SALERNO|SA|15/03/1989|SALERNO|15/02/2013|SALERNO|Farmacia|2013||stefasal@hotmail.it +3396|09/07/2013|CHIACCHIARO|MARIO|VIA ROMA 103/A|84091|BATTIPAGLIA|SA|13/10/1987|BATTIPAGLIA|04/03/2013|NAPOLI|Farmacia|2013||m.chiacchiaro@gmail.com +3397|09/07/2013|FONTANELLA|CLEMENTINA|VIA I LUGLIO 1946, 1|84010|S. EGIDIO DEL MONTE ALBINO|SA|17/10/1987|NOCERA INFERIORE|14/12/2012|Salerno|Farmacia|2012||fontanellaclemy@hotmail.it +3398|09/07/2013|MARZULLO|FLAVIA|VIA S.S. 91 CALLI, 3|84022|CAMPAGNA|SA|25/06/1979|BATTIPAGLIA|31/10/2012|salerno|Farmacia|2012||Flaviamarzullo25@gmail.com +3399|09/07/2013|MIRRA|ELISA|VIA SANTA LUCIA 29|84022|CAMPAGNA|SA|13/03/1985|OLIVETO CITRA|14/02/2013|salerno|Chimica e tecn. farmaceutica|2013||ely.mirra@hotmail.it +3402|09/07/2013|STRINO|RAFFAELLA|VIA MICHELANGELO BUONARROTI, 7|84010|S.EGIDIO DEL MONTE ALBINO|SA|08/10/1987|PAGANI|14/12/2012|salerno|Farmacia|2012||raffaella.strino@hotmail.it +3403|10/07/2013|MASUCCI|SIMONA|VIALE GIUSEPPE VERDI, 33|84131|SALERNO|SA|27/12/1986|SALERNO|27/03/2013|SALERNO|Farmacia|2013||simona.masucci@gmail.com +3404|12/07/2013|COVELLI|VIRGINIA|Via Del Monte, 10|84012|Angri|SA|13/08/1987|CASTELLAMMARE DI STABIA|20/12/2012|NAPOLI|Farmacia|2013||virgycovelli@hotmail.it +3406|23/07/2013|BARDINI|ALESSIO|TRAVERSA D. REA, 9|84014|NOCERA INFERIORE|SA|29/09/1985|NOCERA INFERIORE|27/03/2013|SALERNO|Farmacia|2013||ALESSIO.BARDINI@LIVE.IT +3407|23/07/2013|DI MAURO|GIOVANNA|VIA NICOLA FARINA 20|84081|BARONISSI|SA|19/05/1985|SALERNO|26/03/2013|SALERNO|Chimica e tecn. farmaceutica|2013||giovannadm@tiscali.it +3408|23/07/2013|MUOIO|MICHELE|Via Giulio Pastore, 68|20833|GIUSSANO|MB|30/05/1982|NOCERA INFERIORE|15/02/2013|SALERNO|Farmacia|2013||michelemuoio@hotmail.it +3409|23/07/2013|NASTO|GIOVANNI|VIA EUROPA, 21|84012|ANGRI|SA|04/10/1981|PAGANI|27/03/2013|SALERNO|Farmacia|2013||GIOVANNI1981@HOTMAIL.IT +3410|23/07/2013|PELLEGRINO|CARLO|VIA G. ORLANDO 41|84014|NOCERA INFERIORE|SA|29/08/1987|NOCERA INFERIORE|27/03/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|CARPEL87@HOTMAIL.IT +3411|23/07/2013|PIFANO|MARCO|VIA SS. MARTIRI , 31|84123|SALERNO|SA|10/08/1988|SALERNO|27/03/2013|SALERNO|Farmacia|2013||marco.pifano@libero.it +3413|30/07/2013|DI LUCA|MANUELA|VIA SALVATORE CALENDA, 55|84126|SALERNO|SA|25/10/1985|SALERNO|26/03/2013|SALERNO|Chimica e tecn. farmaceutica|||MANUDILUC@YAHOO.IT +3414|30/07/2013|MAURO|GIUSEPPE|VIA PIEMONTE, 14|84096|MONTECORVINO ROVELLA|SA|15/01/1986|SALERNO|27/03/2013|SALERNO|Farmacia|2013||nondirloanessunojpg@libero.it +3416|02/08/2013|CERRATO|VALENTINA|VIA PONTE ALARIO, 3|84087|SARNO|SA|11/09/1986|NOCERA INFERIORE|21/12/2012|NAPOLI|Chimica e tecn. farmaceutica|2013||valentinacerrato@libero.it +3417|02/08/2013|CONCILIO|IRENE|VIA ARCANGELO ROTUNNO, 43|84134|SALERNO|SA|10/07/1985|SALERNO|14/02/2013|SALERNO|Chimica e tecn. farmaceutica|2013||IRENEC85@HOTMAIL.IT +3420|03/09/2013|NAPPI|ANTONELLA|C.SO VITTORIO EMANUELE TRAV.PORCARO,12|84087|SARNO|SA|31/03/1979|SARNO|30/03/2013|SALERNO|Farmacia|2012||antona79@alice.it +3422|23/09/2013|BAIO|COSIMO|VIA PARETI, 224|84015|NOCERA SUPERIORE|SA|23/10/1986|NOCERA INFERIORE|22/03/2013|NAPOLI|Farmacia|2013||minobaio@hotmail.it +3423|14/10/2013|DE PAOLA|GILDA|VIA CUTINELLI, 17|84081|BARONISSI|SA|22/11/1980|SALERNO|27/03/2013|SALERNO|Farmacia|2013||g.depaola80@libero.it +3424|13/11/2013|PETTI|CONCETTA|VIA TENENTE BRUNO LOMBARDI 207|84083|CASTEL SAN GIORGIO|SA|01/03/1981|SCAFATI|18/03/2010|NAPOLI|Chimica e tecn. farmaceutica|2010|Universit degli studi di Napoli "Federico II"|parafarmaciasantanna@virgilio.it +3425|05/12/2013|ROCCO|ORAZIO|VIA II GIUGNO, 3|84091|BATTIPAGLIA|SA|20/09/1989|BATTIPAGLIA|26/07/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|orazio.rocco@farmaciarocco.com +3427|31/12/2013|PINTO|SIMONA|VIA G. GUGLIELMI, 6|84122|SALERNO|SA|29/04/1984|NAPOLI|30/10/2009|SALERNO|Chimica e tecn. farmaceutica|2009|Universit degli studi di Salerno|pinto_simona@libero.it +3429|14/01/2014|BOVE|VALENTINA|VIA SAN PIETRO, 116|84015|NOCERA SUPERIORE|SA|12/05/1987|NOCERA INFERIORE|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|valentina.bove87@gmail.com +3430|14/01/2014|CASTELLANO|MIRIAM|VIA ARCANGELO ROTUNNO, 15 SC. C|84134|SALERNO|SA|14/01/1989|GRAGNANO|12/07/2013|CAMERINO|Farmacia|2013|Universit degli studi di Camerino|miriamme@hotmail.it +3431|14/01/2014|CIONGOLI|MARIANGELA|VIA BUONANOTTE|84048|SAN MARCO DI CASTELLABATE|SA|19/01/1985|AGROPOLI|27/03/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|mariangela.ciongoli@alice.it +3432|14/01/2014|D'ALESSANDRO|DALILA|VIA G. LEOPARDI, 10|84016|PAGANI|SA|01/01/1988|PAGANI|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|daliladalessandro@libero.it +3434|14/01/2014|DE PALMA|ALESSIA|Via Seminario n. 25|83100|AVELLINO|AV|21/05/1988|AVELLINO|27/03/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|a.depalma88@gmail.com +3436|14/01/2014|FRANCO|EMILIO|VIA BEBIANA, 105|82036|SOLOPACA|BN|21/08/1986|BENEVENTO|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|emi.franco86@gmail.com +3438|14/01/2014|GAGLIARDI|NICOLA|VIA NAZIONALE, 18/B|84033|MONTESANO SULLA MARCELLANA|SA|30/07/1989|BATTIPAGLIA|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|n.gagliardi3@icloud.com +3440|14/01/2014|IANNONE|LIVIA|VIA TRINITA', 24|84090|GIFFONI SEI CASALI|SA|27/08/1988|SALERNO|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|iannonelivia@hotmail.it +3441|14/01/2014|LAMBERTI|VERONICA|VIA G.B. CASTALDO, 3|84013|CAVA DE' TIRRENI|SA|18/10/1988|CAVA DE' TIRRENI|26/07/2013|SALERNO||2013|Universit degli studi di Salerno|VERONICALAMBERTI88@GMAIL.COM +3442|14/01/2014|MIRANDA|ILARIA|Via Silvio Baratta, 26|84134|SALERNO|SA|18/06/1980|SALERNO|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|ilariamiranda@hotmail.it +3443|14/01/2014|MONTERA|GIULIA|VIA SS 91 PER EBOLI, 157|84022|CAMPAGNA|SA|31/07/1990|NAPOLI|17/10/2013|NAPOLI|Farmacia|2013|Universit degli studi di Napoli "Federico II"|giuliamontera@hotmail.it +3444|14/01/2014|PALMIERI|LUCIA|VIA GARIBALDI, 71|84081|BARONISSI|SA|07/11/1989|SALERNO|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|lucilla.palm@live.it +3445|14/01/2014|PETRILLO|DORA|VIA CASTELLO, 2|84024|CONTURSI TERME|SA|22/08/1985|NAPOLI|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|petrillodora@gmail.com +3446|14/01/2014|PRISCO|ANGELO|C/DA COSTE, 1|84065|PIAGGINE|SA|15/08/1988|VALLO DELLA LUCANIA|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|PRISCOANGELO@LIBERO.IT +3447|14/01/2014|ROCCO|ANGELO|VIA CELESTINO GUARIGLIA, 20|84019|VIETRI SUL MARE|SA|15/06/1990|SALERNO|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|angiolett.90@hotmail.it +3448|14/01/2014|ROCCO|WANDA|VIA INDIPENDENZA, 48|84121|SALERNO|SA|09/07/1986|AVELLINO|14/12/2012|SALERNO|Farmacia|2013|Universit degli studi di Salerno|WANDA.ROCCO@LIBERO.IT +3450|14/01/2014|RUSSONIELLO|FRANCESCO|VIA RAFFAELE CAVALLO, 53|84126|SALERNO|SA|29/08/1989|SALERNO|26/07/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|f.russoniello@hotmail.it +3451|14/01/2014|SANTORIELLO|STEFANIA|Via Pasquale di Domenico, 33|84013|CAVA DE' TIRRENI|SA|03/03/1988|NOCERA INFERIORE|26/07/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|S.STEFANIA3@HOTMAIL.IT +3452|14/01/2014|SENATORE|SALVATORE|VIA PETRELLOSA,20|84013|CAVA DE' TIRRENI|SA|16/06/1988|SALERNO|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|megatore.s@virgilio.it +3454|14/01/2014|ZAINI|ACHILLE ADRIANO|VIA CAMPANIA, 1|84043|AGROPOLI|SA|15/06/1987|VALLO DELLA LUCANIA|12/07/2013|CAMERINO|Farmacia|2013|Universit degli studi di Camerino|achillezaini@hotmail.it +3455|14/01/2014|SEVERINI|ANTONELLA|VIA G. MARCONI,55|84013|CAVA DE' TIRRENI|SA|06/05/1989|SALERNO|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|ANTOSEVERINI@GMAIL.COM +3456|22/01/2014|BATTIPAGLIA|FRANCESCA|VIA GIOVANNI FALCONE, 100|84014|NOCERA INFERIORE|SA|09/07/1989|NOCERA INFERIORE|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|KEKKABATTI89@HOTMAIL.IT +3457|22/01/2014|CALIENDO|ROSA|VIA S. VINCENZO, 15 CURTERI|84085|MERCATO SAN SEVERINO|SA|09/09/1989|NAPOLI|26/07/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|ROSITACALIENDO@HOTMAIL.IT +3459|22/01/2014|MANNARA|CARMEN|PIAZZA FELICE BALDI, 14|84013|CAVA DE' TIRRENI|SA|08/07/1989|NAPOLI|26/07/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|carmenmannara@HOTMAIL.COM +3460|22/01/2014|MARINO|DAVIDE|VIA G. DE CARO, 4|84126|SALERNO|SA|27/10/1988|SALERNO|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|davide_marino88@hotmail.it +3461|22/01/2014|MUGNANI|VALENTINA|PIAZZA NADDEO, 4|84126|SALERNO|SA|14/02/1989|AVELLINO|26/03/2013|SALERNO|Chimica e tecn. farmaceutica|2013|Universit degli studi di Salerno|valentinamugnani@hotmail.it +3462|22/01/2014|RICCIARDELLI|DIAMANTE CARMELA|VIA RUFOLI, 265|83025|MONTORO INFERIORE|AV|16/07/1932|MONTORO INFERIORE|24/11/1964|NAPOLI|Farmacia|1965|Universit degli studi di Napoli "Federico II"| +3463|22/01/2014|TRAMONTANO|TERESA|Via Trieste 176|80036|PALMA CAMPANIA|NA|19/02/1990|NOCERA INFERIORE|12/07/2013|NAPOLI|Chimica e tecn. farmaceutica|2013|Universit degli studi di Napoli "Federico II"|teresatramontano90@libero.it +3464|22/01/2014|VISCIDO|VERDIANA|VIA ETNA, 2|84098|PONTECAGNANO FAIANO|SA|30/09/1989|BATTIPAGLIA|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|verdianaviscido@gmail.com +3465|13/02/2014|CAPORALE|GIOVANNA|VIA VALLE, 15|84020|PALOMONTE|SA|10/01/1988|OLIVETO CITRA|26/07/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|giovanna.cap88@hotmail.it +3466|13/02/2014|DE ROSA|GABRIELLA|VIA GELSO, 12/A|84126|SALERNO|SA|03/07/1985|SALERNO|27/07/2012|SALERNO|Farmacia|2012|Universit degli studi di Salerno|gabriella@derosa.sa.it +3468|13/02/2014|DONATO|CAMILLA|VIA MAZZINI, 67|84016|PAGANI|SA|28/12/1987|NOCERA INFERIORE|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|maison-capri1987@hotmail.it +3469|13/02/2014|ROMANO|GIUSEPPE|VIA DEI DURANTINI N 6 INT 32|00100|ROMA|RM|26/04/1982|SALERNO|10/10/2013|CAMERINO|Farmacia|2013|Universit degli studi di Camerino|giuseppe.romano@hotmail.it +3471|27/02/2014|BILOTTA|GIOVANNI|VIA PIAVE 35|84010|SAN MARZANO SUL SARNO|SA|15/03/1990|NAPOLI|17/10/2013|NAPOLI|Farmacia|2013|Universit degli studi di Napoli "Federico II"|giovanni.bilotta11@gmail.com +3472|27/02/2014|FOTI|SERENA|Via dei Brasiliani 5|84073|SAPRI|SA|09/12/1985|MARATEA|20/03/2013|NAPOLI|Chimica e tecn. farmaceutica|2013|Universit degli studi di Napoli "Federico II"|serena.foti@outlook.com +3474|13/03/2014|CRISTINZIANO|ELISABETTA|VIA ENRICO FERMI 4|84018|SCAFATI|SA|14/10/1986|POMPEI|12/07/2013|NAPOLI|Chimica e tecn. farmaceutica|2013|Universit degli studi di Napoli "Federico II"|ELISABETTA.CRISTINZIANO@GMAIL.COM +3477|13/03/2014|PEPE|ANGELA|VIA DI PORTA ROSA 5 -147|84046|ASCEA|SA|02/06/1982|TARANTO|28/03/2008|SALERNO|Farmacia|2008|Universit degli studi di Salerno|p.angy@hotmail.it +3479|13/03/2014|SELLITTI|MARIA ELENA|VIA ATZORI 36|84014|NOCERA INFERIORE|SA|17/09/1989|NOCERA INFERIORE|30/10/2013|SALERNO|Chimica e tecn. farmaceutica|2013|Universit degli studi di Salerno|mariaelenasellitti@hotmail.it +3480|13/03/2014|SIANO|FEDERICA|VIA PIETRO ASCOLESE 168|83025|MONTORO INFERIORE|AV|21/09/1985|AVELLINO|27/03/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|FEDERICASIANO21@GMAIL.COM +3481|13/03/2014|TORTORA|PAOLA|VIA LAGO LACENO 9|84098|PONTECAGNANO FAIANO|SA|28/06/1989|SALERNO|26/07/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|p.tortora89@gmail.com +3482|30/03/2014|CAPUTO|CHIARA|VIA C. COLOMBO 4|84025|EBOLI|SA|16/09/1981|EBOLI|27/07/2006|NAPOLI|Farmacia|2006|Universit degli studi di Napoli "Federico II"|caputo.chiara@libero.it +3483|30/03/2014|CORINALDESI|MASSIMO|VIA EDOARDO DE FILIPPIS 112|84013|CAVA DE' TIRRENI|SA|27/08/1989|CAVA DE' TIRRENI|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|max_1989@hotmail.it +3484|30/03/2014|DE VIVO|MAURO|VIA ISONZO 18|84098|PONTECAGNANO FAIANO|SA|30/05/1987|BATTIPAGLIA|27/03/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|MAURO.DEVIVO87@VIRGILIO.IT +3485|30/03/2014|MAGLIO|STEFANIA|VIA AUSELLA 87|84022|CAMPAGNA|SA|10/12/1984|EBOLI|31/10/2013|salerno|Farmacia|2013|Universit degli studi di Salerno|stefaniamaglio@tiscali.it +3486|30/03/2014|PAOLILLO|ROBERTA|VIA P.T. DI SAVOIA 2|84013|CAVA DE' TIRRENI|SA|28/07/1990|SALERNO|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|PAOLILLOROB@GMAIL.COM +3487|30/03/2014|SANDULLO|GIUSEPPE|VIA DELL'UNITA' D'ITALIA 10|84037|SANT'ARSENIO|SA|07/08/1978|POLLA|31/10/2013|SIENA|Farmacia|2013|Universit degli studi di Siena|GSANDULLO@TISCALI.IT +3488|23/04/2014|IANNARELLA|ILARIA|VIA GUIDO D'ORSO 34|84025|EBOLI|SA|20/06/1989|EBOLI|10/10/2013|URBINO|Farmacia|2013|Universit degli studi di Urbino|HILLY_89@HOTMAIL.IT +3490|21/05/2014|FRANCESE|ELENA|VIA CUPA PARISI, 3B|84133|SALERNO|SA|12/11/1987|SALERNO|25/07/2013|SALERNO|Chimica e tecn. farmaceutica|2013|Universit degli studi di Salerno|ELENAFRANCESE@HOTMAIL.IT +3492|21/05/2014|RAGO|CARLA|VIA G. MARCONI, 49|84081|BARONISSI|SA|20/02/1985|SALERNO|26/07/2012|SALERNO|Chimica e tecn. farmaceutica|2012|Universit degli studi di Salerno|carlarago@hotmail.it +3494|04/06/2014|VATALARO|STEFANIA|VIA POSIDONIA,161|84127|SALERNO|SA|27/07/1986|SALERNO|13/12/2012|SALERNO|Chimica e tecn. farmaceutica|2013|Universit degli studi di Salerno|STEFANIAVATALARO@LIBERO.IT +3496|17/06/2014|VEGLIANTE|DANTE|VIA NAZIONALE FRAZ. SCALO 13/B|84033|MONTESANO SULLA MARCELLANA|SA|27/06/1988|VALLO DELLA LUCANIA|31/10/2013|SALERNO|Farmacia|2013|Universit degli studi di Salerno|dantevegliante@yahoo.it +3497|19/06/2014|BORRIELLO|CARMEN|VIA ACCUMOLI 36|00135|ROMA|RM|29/08/1988|NOCERA INFERIORE|15/12/2011|SALERNO|Chimica e tecn. farmaceutica|2012|Universit degli studi di Salerno|carmenborriello@hotmail.it +3499|17/07/2014|AUTUNNO|VINCENZA|VIA ORTO BARONALE 8|84052|CERASO|SA|29/08/1984|SAPRI|24/07/2012|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2012|Universit degli studi di Napoli "Federico II"|v.autunno@libero.it +3500|17/07/2014|CARBONE|COSTANTINA|VIA YURI GAGARIN 64|84025|EBOLI|SA|02/06/1984|BATTIPAGLIA|28/03/2014|SALERNO|Farmacia|2014|Universit degli studi di Salerno|COSTANTINACARBONE@LIVE.IT +3501|17/07/2014|CERRETANI|MARTA|VIA NAZIONALE 64|84076|TORCHIARA|SA|27/12/1986|COMO|06/03/2014|NAPOLI|Farmacia|2014|Universit degli studi di Napoli "Federico II"|MARTACERRE@HOTMAIL.IT +3503|17/07/2014|DEL PIZZO|MARIAGIOVANNA|LARGO S. PIETRO A CORTE 9|84121|SALERNO|SA|25/07/1989|CAVA DE' TIRRENI|28/03/2014|SALERNO|Farmacia|2014|Universit degli studi di Salerno|mgdelpizzo2525@gmail.com +3504|17/07/2014|DI MASO|ELVIRA|VIA G. S. DE CRESCENZO 19|84133|SALERNO|SA|12/07/1989|SALERNO|14/02/2014|SALERNO|Farmacia|2014|Universit degli studi di Salerno|ELVIRA.DIMASO@ALICE.IT +3505|17/07/2014|ESPOSITO|GIANMARCO|VIA ALENTO 131|84040|BIVIO ACQUAVELLA|SA|19/03/1989|VALLO DELLA LUCANIA|14/02/2014|SALERNO|Farmacia|2014|Universit degli studi di Salerno|esp_89@hotmail.it +3506|17/07/2014|FEROLLA|TOMMASINO|VIA DEL MORICE 1|84052|CERASO|SA|22/06/1985|VALLO DELLA LUCANIA|06/03/2014|NAPOLI|Farmacia|2014|Universit degli studi di Napoli "Federico II"|TFEROLLA@LIBERO.IT +3507|17/07/2014|LA REGINA|RAFFAELE|VIA GIUSEPPE MAZZINI 37/C|84030|SAN RUFO|SA|11/12/1989|POLLA|27/03/2014|ROMA|Farmacia|2014|Universit degli studi di Roma "La Sapienza"|raffaele.laregina@gmail.com +3508|17/07/2014|MANNARA|ANNA|VIA PROL. MATTEOTTI, 13 - 5 TRAV.|84087|SARNO|SA|11/03/1983|SARNO|23/07/2010|NAPOLI|Chimica e tecn. farmaceutica|2010|Universit degli studi di Napoli "Federico II"|anna.mannara@hotmail.it +3509|17/07/2014|MARCANTONIO|ROBERTA|VIA CAGLIARI 15|84091|BATTIPAGLIA|SA|24/02/1988|SALERNO|14/02/2014|SALERNO|Farmacia|2014|Universit degli studi di Salerno|ROBERTAMARCANTONIO@HOTMAIL.IT +3510|17/07/2014|QUARANTA|MARIANNA|VIA MACELLO 33|84085|MERCATO SAN SEVERINO|SA|07/11/1989|SALERNO|14/02/2014|SALERNO|Farmacia|2014|Universit degli studi di Salerno|MARIANNA.QUARANTA@OUTLOOK.IT +3511|17/07/2014|SANTILLI|FRANCESCA|VIA ARCIVESCOVO CESARANO 121|84016|PAGANI|SA|12/05/1989|PAGANI|20/05/2014|NAPOLI|Farmacia|2014|Universit degli studi di Napoli "Federico II"|francysantilli@libero.it +3512|17/07/2014|SCORZELLI|VIVIANA|VIA PERILLO 90|84069|ROCCADASPIDE|SA|20/11/1984|BATTIPAGLIA|31/10/2013|SALERNO|Farmacia|2014|Universit degli studi di Salerno|VIVIANA.SCORZELLI@LIVE.IT +3513|17/07/2014|VESSA|LUCIANA|VIA MICHELE PIRONTI 1/L|84134|SALERNO|SA|06/11/1953|SALERNO|15/07/1975|Universit degli studi di Napoli "Federico II"|Farmacia|1975|Universit degli studi di Napoli "Federico II"|farmaciavessa@cocco82.net +3514|31/07/2014|BORZI|ELIO|VIA DE ROSA 30|84016|PAGANI|SA|09/10/1986|NOCERA INFERIORE|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|elio.borzi@libero.it +3515|31/07/2014|GUARINO|SERENA|Via Don Augusto Zini n.160|41038|SAN FELICE SUL PANARO|MO|24/10/1987|AVELLINO|12/12/2013|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|GUARINOSERENA@HOTMAIL.IT +3516|31/07/2014|IANNIELLO|VENERE|VIA G. GIULIANI 62|84069|ROCCADASPIDE|SA|19/04/1990|SALERNO|13/12/2013|Universit degli studi di Napoli "Federico II"|Farmacia|2014|Universit degli studi di Napoli "Federico II"|venny.ianniello@virgilio.it +3517|31/07/2014|LAMBERTI|ANGELA|VIA CASELLE INFERIORE 6|84013|CAVA DE' TIRRENI|SA|20/01/1988|CAVA DE' TIRRENI|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|ANGELA.LAMBERTI88@GMAIL.COM +3518|31/07/2014|TROTTA|MICHELE|Via S. De Renzi, 6|84100|SALERNO|SA|24/09/1989|SALERNO|06/03/2014|Universit degli studi di Napoli "Federico II"|Farmacia|2014|Universit degli studi di Napoli "Federico II"|MICHELETRO89@GMAIL.COM +3520|04/09/2014|MACCHIARULO|SOFIA|VIA MADONNA DELLE GRAZIE 75|84065|PIAGGINE|SA|12/09/1986|POLLA|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|s.macchiarulo@hotmail.it +3521|30/09/2014|BALZANO|GIADA|VIALE MONTEROSA, 2|84091|BATTIPAGLIA|SA|23/05/1989|BATTIPAGLIA|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|GIADA.BALZANO@YAHOO.IT +3522|30/09/2014|BORTONE|PASQUALE|VIA ARCADIA, 6|84060|NOVI VELIA|SA|24/03/1988|VALLO DELLA LUCANIA|17/02/1914|Universit degli studi di Siena|Farmacia|2014|Universit degli studi di Siena|BORTOART@GMAIL.COM +3524|30/09/2014|BOVE|GERARDA|VIA GARDA, 2|84091|BATTIPAGLIA|SA|03/07/1985|BATTIPAGLIA|14/02/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|GERARDA_BOVE@ALICE.IT +3526|30/09/2014|CORALLO|ANIELLO|VIA E. ASTUTI, 121|84014|NOCERA INFERIORE|SA|23/06/1986|NOCERA INFERIORE|30/10/2013|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2013|Universit degli studi di Salerno|ncorallo@alice.it +3528|30/09/2014|TIPALDI|FRANCESCO MARIA|VIA NAPOLI, 61|84014|NOCERA INFERIORE|SA|29/03/1986|NOCERA INFERIORE|14/02/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|FMTIPALDI@GMAIL.COM +3529|02/10/2014|DE ROSA|MICHELA|VIA INCARTO 19 GIOVI|84133|SALERNO|SA|22/02/1988|SALERNO|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|mikela.88@hotmail.it +3530|02/10/2014|DELLA GRECA|MARIA GRAZIA|VIA CAPOCASALE, 14|84052|CERASO|SA|19/03/1984|HANNOVER|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|mariagrazia_30@yahoo.it +3531|02/10/2014|MILONE|FEDERICA|VIA LAZZARELLI 28/F|84132|SALERNO|SA|11/07/1985|SALERNO|25/07/2013|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2013|Universit degli studi di Salerno|federicamilone@msn.com +3532|02/10/2014|ROMEO|ANNA|Via Cavalleggeri, 8|84098|Pontecagnano Faiano|SA|12/08/1984|SALERNO|26/07/2013|Universit degli studi di Salerno|Farmacia|2013|Universit degli studi di Salerno|annaeado@gmail.com +3533|25/11/2014|GIORGIO|ELISA|VIA MATTINELLE,73|84022|CAMPAGNA|SA|06/11/1983|SALERNO|27/10/2011|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2011|Universit degli studi di Salerno|EL.GIO83@LIBERO.IT +3535|25/11/2014|PETRILLO|PALMA|VIA PASQUALE ACIERNO, 38|83020|SIRIGNANO|AV|11/10/1989|AVELLINO|25/03/2014|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2014|Universit degli studi di Napoli "Federico II"|PALMA.PETRILLO@LIBERO.IT +3536|22/12/2014|D'AMATO|ALMA|VIA ROMA 72/2|84021|BUCCINO|SA|22/09/1979|AVELLINO|27/10/2004|Universit degli studi di Siena|Farmacia|2004|Universit degli studi di Siena|ALMADAMATO@HOTMAIL.IT +3537|22/12/2014|MANFREDI|PAOLA|CORSO VITTORIO EMANULE 15|80059|TORRE DEL GRECO|NA|17/07/1968|POMPEI|23/10/1993|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|1993|Universit degli studi di Napoli "Federico II"|manfredipa@live.it +3538|22/12/2014|MASSIMO|COSIMO|VIA ROMA, 72/2|84021|BUCCINO|SA|03/10/1981|CARIATI|18/07/2006|Universit degli studi di Siena|Farmacia|2006|Universit degli studi di Siena|cosimo.massimo81@hotmail.it +3539|22/12/2014|VASTOLA|ARCHILIO|VIA SAN VINCENZO, 18|84010|SAN VALENTINO TORIO|SA|21/07/1990|SALERNO|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|arkthefauve@gmail.com +3542|08/01/2015|DEL REGNO|MARISANTA|VIA VENEZIA SNC|84098|PONTECAGNANO FAIANO|SA|23/04/1988|SALERNO|13/12/2013|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|marisantadr@gmail.com +3543|08/01/2015|FIORE|GIOVANNI|VIA FILIPPO SCIARAFFIA, 21|84127|SALERNO|SA|16/01/1989|SALERNO|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|GIOVANNIFIORE16@GMAIL.COM +3544|08/01/2015|FORTUNATO|CRISTINA|VIA PARRELLE, 299|83025|MONTORO|AV|17/01/1986|AVELLINO|26/03/2014|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|CRISTINAFORTUNATO1@GMAIL.COM +3546|08/01/2015|PASSARO|FRANCESCA|PIAZZA DEI MARTIRI, 14|84070|TRENTINARA|SA|09/04/1990|BATTIPAGLIA|09/07/2014|Universit degli studi di Urbino|Farmacia|2014|Universit degli studi di Urbino|FRANCESCAPASSARO1@GMAIL.COM +3547|08/01/2015|SESSA|ROSSELLA|VIA FRATELLI NAPOLI,116 - LANCUSI|84084|FISCIANO|SA|12/11/1988|SALERNO|14/02/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|rossellasessa@alice.it +3548|08/01/2015|BASSO|ELENA|VIA MARIO AVALLONE, 34|84129|SALERNO|SA|15/10/1988|SALERNO|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|BASSOELENA88@GMAIL.COM +3549|14/01/2015|AUGUSTO|NICOLA|VIA PARMENIDE 70|84131|SALERNO|SA|30/07/1987|SALERNO|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|NICO.AUGUSTO@LIBERO.IT +3550|14/01/2015|CASCIANO|GERARDINA|VIA PIANO DEGLI USCI 26|84020|PALOMONTE|SA|18/06/1986|OLIVETO CITRA|21/07/2014|Universit degli studi di Siena|Farmacia|2014|Universit degli studi di Salerno|GECKI86@HOTMAIL.IT +3552|14/01/2015|CIOFFI|ANTONIA|VIA CASAMONICA 57|84087|SARNO|SA|16/08/1982|NOCERA INFERIORE|26/06/2014|Universit degli Studi della Basilicata|Farmacia|2014|Universit degli studi di Napoli "Federico II"|toniacioffi@libero.it +3553|14/01/2015|DE VIVO|ROSA|VIA GIOVANNI DA PROCIDA 17|84012|ANGRI|SA|15/10/1989|NOCERA INFERIORE|28/07/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|ROSA_DE_VIVO@HOTMAIL.IT +3555|14/01/2015|FORTE|ANTONELLA|VIA G. GIGANTINO,7|84013|CAVA DE' TIRRENI|SA|13/06/1989|CAVA DE' TIRRENI|28/07/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|forteantonella89@gmail.com +3556|14/01/2015|GERMANO|FRANCESCO ANTONIO|VIA ROMA 6|84029|SICIGNANO DEGLI ALBURNI|SA|03/07/1989|VALLO DELLA LUCANIA|28/07/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|MARYP87@TISCALI.IT +3557|14/01/2015|GUZZETTA|CLAUDIA|C/O FARMACIA INFANTINO C. Garibaldi,1/Bis|84061|OGLIASTRO CILENTO|SA|04/06/1976|PERUGIA|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|sasc225@yahoo.it +3558|14/01/2015|PARISI|PAOLA|VIA G. MARCONI 43|84098|PONTECAGNANO FAIANO|SA|04/05/1987|NAPOLI|31/10/2014|Universit degli studi di Siena|Farmacia|2014|Universit degli studi di Salerno|pao.par87@gmail.com +3559|14/01/2015|SAGGESE|TERESA|VIA SANTI 1|84010|SAN VALENTINO TORIO|SA|14/07/1988|NOCERA INFERIORE|24/07/2014|Universit degli studi di Napoli "Federico II"|Farmacia|2014|Universit degli studi di Napoli "Federico II"|LITTLE_TERESA@HOTMAIL.IT +3560|14/01/2015|SALVATI|ANTONIETTA|Via Spirito Santo 21|84080|PELLEZZANO|SA|10/05/1983|CAVA DE' TIRRENI|26/03/2014|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|ANTONIETTA.SALVATI@LIBERO.IT +3561|14/01/2015|SALVI|GIANLUIGI|VIA VINCENZO RUSSO, 116|84015|NOCERA SUPERIORE|SA|16/11/1988|CAVA DE' TIRRENI|28/07/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|carmelazambrano@alice.it +3562|14/01/2015|SPINELLI|GIUSEPPINA|VIA VITTORIO SELLITTI, 49|84014|NOCERA INFERIORE|SA|23/06/1987|NOCERA INFERIORE|28/07/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|GIUSISPIN@ALICE.IT +3563|14/01/2015|STANZIONE|MAFALDA|VIA OLMO 68|84092|BELLIZZI|SA|19/05/1985|BATTIPAGLIA|29/10/2010|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|MAFALDA.STANZIONE@VIRGILIO.IT +3564|14/01/2015|TRAPANI|ALFONSO|VIALE GIUSEPPE VERDI,33|84131|SALERNO|SA|28/01/1990|BATTIPAGLIA|29/07/2014|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|alfonso.trapani90@gmail.com +3565|14/01/2015|VENUTO|LOREDANA|VIA TRIESTE 19|84056|GIOI|SA|24/02/1989|VALLO DELLA LUCANIA|30/10/2014|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|L.VENUTO89@GMAIL.COM +3567|30/01/2015|ANNUNZIATA|LUISA|VIA FABBRICATORE 13|84087|SARNO|SA|27/03/1983|SARNO|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|LUISA.ANNUNZIATA@LIBERO.IT +3568|30/01/2015|AQUARO|AURORA|VIA CRISTOFORO CAPONE 33|84135|SALERNO|SA|24/09/1989|BATTIPAGLIA|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|AURORA.AQUARO@GMAIL.COM +3571|30/01/2015|CORRADO|MARIADOMENICA|VIA PROL. MATTEOTTI P.CO ROSE AS 1|84087|SARNO|SA|31/07/1984|MUNCHEN|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|CHIARA300@ALICE.IT +3572|30/01/2015|GAGLIARDI|MARIA ANTONIETTA|VIA NUOVA PROVINCIALE 55|84070|SANTA MARINA|SA|24/09/1988|MARATEA|10/07/2014|Universit degli studi di Perugia|Farmacia|2014|Universit degli studi di Perugia|MARIA.ANTONIETTA88@HOTMAIL.IT +3573|30/01/2015|GUARIGLIA|ALESSANDRO|VIA MAINOLFO 9|84060|MONTECORICE|SA|07/05/1987|TORRE DEL GRECO|28/07/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|ALEX.GU@HOTMAIL.IT +3574|30/01/2015|LUONGO|ANTONIETTA|VIA A. MANZONI 6|84046|ASCEA|SA|13/10/1987|VALLO DELLA LUCANIA|23/07/2014|Universit degli studi di Roma "La Sapienza"|Farmacia|2014|Universit degli studi di Roma "La Sapienza"|antoniettaluongo@hotmail.it +3575|30/01/2015|MATTURRO|ANGELO BENEDETTO|VIA FEDERICO DELLA MONICA, 19|84134|SALERNO|SA|05/06/1988|MUNCHEN (GERMANIA)|26/07/2012|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|angelo.matturro@alice.it +3576|30/01/2015|MUCCIOLO|COSIMA IVANA|VIA ROMA 275|84049|CASTEL SAN LORENZO|SA|27/05/1984|AGROPOLI|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|IVANA.MUCCIOLO@GMAIL.COM +3577|30/01/2015|PUCCIARELLI|ROSARIO|VIA SAN SEBSTIANO 134|84030|CAGGIANO|SA|14/09/1987|POLLA|30/10/2014|Universit degli studi di Siena|Farmacia|2014|Universit degli studi della Calabria|rosariopucciarelli@yahoo.it +3578|30/01/2015|SABATINO|ALDO|VIA GIOVI BOTTIGLIERI 31|84133|SALERNO|SA|05/12/1981|RAVENNA|17/12/2009|Universit degli studi di Salerno|Farmacia|2010|Universit degli studi di Salerno|aldosabatino@libero.it +3579|30/01/2015|STANZIONE|FRANCESCO|VIA VELIA 15|84122|SALERNO|SA|15/02/1971|SALERNO|24/03/1995|Universit degli studi di Napoli "Federico II"|Farmacia|1995|Universit degli studi di Napoli "Federico II"|FRANCESCOSTANZIONE71@GMAIL.COM +3580|30/01/2015|TORELLO|MARIAGRAZIA|VIA DAMIANO CHIESA 82/A|84082|BRACIGLIANO|SA|30/01/1989|SALERNO|29/07/2014|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|mariagrazia.torello@gmail.com +3581|03/03/2015|CAVALIERE|MARIA|VIA SAN SEBASTIANO 51|80054|GRAGNANO|NA|24/10/1988|VICO EQUENSE|20/05/2014|Universit degli studi di Napoli "Federico II"|Farmacia|2014|Universit degli studi di Napoli "Federico II"|cavalieremariella@gmail.com +3582|03/03/2015|FEOLA|RITA|VIA EUROPA 2|84040|CAMPORA|SA|28/11/1988|AGROPOLI|17/02/2014|Universit degli studi di Siena|Farmacia|2014|Universit degli studi di Siena|ritafeola1988@gmail.com +3584|03/03/2015|MIGLIARO|SONIA|VIA DELLA PACE 8|84086|ROCCAPIEMONTE|SA|30/05/1988|BATTIPAGLIA|30/10/2014|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|migliarosonia@gmail.com +3585|03/03/2015|SANTOSUOSSO|PIA|Via Aldo Moro 4|83042|Atripalda|AV|29/06/1956|ATRIPALDA|11/11/1994|Universit degli studi di Camerino|Farmacia|1995|Universit degli studi di Camerino|sofidomy@libero.it +3588|08/04/2015|GAUDIO|ROSSELLA|VIA MONACA 8 - ABATEMARCO|84060|MONTANO ANTILIA|SA|28/11/1984|VALLO DELLA LUCANIA|16/07/2014|Universit degli studi di Parma|Farmacia|2014|Universit degli studi di Parma|AMAZING1984@HOTMAIL.IT +3589|08/04/2015|IMBRIACO|FRANCESCO|VIA CURCI 2|84078|VALLO DELLA LUCANIA|SA|29/09/1983|SALERNO|20/10/2008|Universit degli studi di Napoli "Federico II"|Farmacia|2008|Universit degli studi di Napoli "Federico II"|info@farmantilia.it +3590|08/04/2015|MAZZARELLA|EMILIO|VIA TALETE LOTTO 1|84025|EBOLI|SA|16/05/1973|VALLO DELLA LUCANIA|11/11/1997|Universit degli studi di Salerno|Farmacia|1997|Universit degli studi di Salerno|EMILIOMAZZARELLA73@GMAIL.COM +3591|08/04/2015|NOSCHESE|VINCENZO|VIA RIETI 20|84091|BATTIPAGLIA|SA|03/06/1986|BATTIPAGLIA|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|VINCENZO.NOSCHESE86@GMAIL.COM +3592|08/04/2015|PETRONE|BASILIO|Via Roma 19|84038|Sassano|SA|29/11/1984|SAPRI|28/07/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|baspetrone@gmail.com +3593|08/04/2015|STAIANO|ANNA|Via Fondo Vignola n 6|84135|SALERNO|SA|08/12/1988|SALERNO|26/07/2013|Universit degli studi di Salerno|Farmacia|2013|Universit degli studi di Salerno|ANNA.STAIANO@ATLOOK.IT +3594|21/04/2015|PIFANO|CORRADO|VIA ANIELLO FALCONE 56|80127|NAPOLI|NA|15/05/1984|NAPOLI|20/10/2011|Universit degli studi di Napoli "Federico II"|Farmacia|2011|Universit degli studi di Napoli "Federico II"|CORRADOPIFANO@GMAIL.COM +3595|21/04/2015|SALVANTE|CONCETTA|VIA CASTELLE 12|84024|CONTURSI TERME|SA|18/07/1934|CALITRI|07/12/1962|Universit degli studi di Napoli "Federico II"|Farmacia|1963|Universit degli studi di Napoli "Federico II"|farmacia.salvante@TISCALI.IT +3596|30/04/2015|MASTRANDREA|MARIA|VIA PROVINCIALE ALBANELLA 246|84047|CAPACCIO|SA|13/01/1988|SANTA MARIA CAPUA VETERE|16/12/2011|Universit degli studi di Salerno|Farmacia|2012|Universit degli studi di Salerno|mariamastrandrea@hotmail.it +3597|30/04/2015|SENATORE|FEDERICA|VIA GUIDO CUCCI 62|84014|NOCERA INFERIORE|SA|24/01/1990|NOCERA INFERIORE|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|FEDERICA.SENATORE90@GMAIL.COM +3598|28/05/2015|ANNUNZIATA|VERONICA|VIA VECCHIA STRIANO 36 B|84087|SARNO|SA|07/12/1984|NOLA|14/07/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|erosevera@alice.it +3600|28/05/2015|FABIO|GIUSEPPE|VIA PASQUALE ORO 1|84030|CAGGIANO|SA|29/11/1988|POLLA|27/02/2013|Universit degli studi di Siena|Chimica e tecn. farmaceutica|2013|Universit degli studi di Siena|FABIO.GIUSEPPE88@GMAIL.COM +3601|28/05/2015|TROTTA|MICHELANGELO|VIA A. B. LUCARELLI 30|84014|NOCERA INFERIORE|SA|01/01/1958|NOCERA INFERIORE|25/07/1983|Universit degli studi di Napoli "Federico II"|Farmacia|1983|Universit degli studi di Napoli "Federico II"|michelangelo.trotta@gmail.com +3602|23/06/2015|RUSSO|ROSSELLA|TRAVERSA SAN ROCCO 44|84016|PAGANI|SA|07/01/1988|NOCERA INFERIORE|14/02/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|ROSSELLA.RUSSO.GL@GMAIL.COM +3603|16/07/2015|CITRO|VALERIA|VIA TENENTE NASTRI 167|84084|FISCIANO|SA|24/07/1984|SALERNO|30/10/2009|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2009|Universit degli studi di Salerno|citrovaleria@alice.it +3604|16/07/2015|GALZERANO|MARIA CRISTINA|VIA ALFONSO GUARIGLIA 34|84126|SALERNO|SA|12/08/1987|SALERNO|30/10/2012|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2012|Universit degli studi di Salerno|cristinagalzerano87@libero.it +3605|16/07/2015|NITTOLI|ANGELO|VIA SERRO DI MORRA 22|83047|LIONI|AV|27/11/1986|CAVA DE' TIRRENI|06/03/2015|Universit degli studi di Camerino|Farmacia|2015|Universit degli studi di Camerino|NITTOLIANGELO@ALICE.IT +3606|23/07/2015|LEMBO|IMMACOLATA|VIA SILICARA CAMELLA 13|84060|PERDIFUMO|SA|30/06/1986|AGROPOLI|04/03/2015|Universit degli studi di Napoli "Federico II"|Farmacia|2015|Universit degli studi di Napoli "Federico II"|IMMALEMBO@GMAIL.COM +3607|23/07/2015|LODATO|ANNAPIA|VIA RAFFAELE RICCI 46|84129|SALERNO|SA|05/03/1988|NOCERA INFERIORE|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ANPLOD88@LIBERO.IT +3608|23/07/2015|ROSSI|FORTUNATA|VIA FRANCESCO LANZARA 33|84014|NOCERA INFERIORE|SA|28/08/1984|NOCERA INFERIORE|17/12/2010|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2011|Universit degli studi di Salerno|ROSSI.FORTUNATA@LIBERO.IT +3610|23/07/2015|DE CONTE|ANTONELLA|VIA NAPOLI 4|84069|ROCCADASPIDE|SA|27/10/1989|BATTIPAGLIA|12/02/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ANTONELLA.DECONTE@YAHOO.IT +3612|03/08/2015|CERRATO|LUCIA|VIA MAZZINI, 36|84088|SIANO|SA|15/12/1984|VALLO DELLA LUCANIA|12/12/2014|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|luciacerrato84@yahoo.it +3614|03/08/2015|DE SIERVI|MARIA VALERIA|VIA LOC. COSTA CARRARA 2|84077|TORRE ORSAIA|SA|03/03/1989|SAPRI|12/02/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|MARIA.VALERIA.D@HOTMAIL.IT +3615|03/08/2015|FISCELLA|PIER VINCENZO|VIA PAOLO MASSIMO SCARPONE 6|84095|GIFFONI VALLE PIANA|SA|29/05/1991|NAPOLI|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|PIER_VINCENZO.FISCELLA@HOTMAIL.IT +3617|03/08/2015|TONDO|PAOLO|Via Forze Armate, 30|20147|MILANO|MI|28/08/1987|SALERNO|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|TONDOPAO@GMAIL.COM +3618|03/08/2015|TORTORA DELLA CORTE|ANNA|VIA MARCONI 55|84013|CAVA DE' TIRRENI|SA|13/10/1987|SALERNO|12/02/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|TORTORAANNA@HOTMAIL.IT +3619|03/08/2015|TROIANO|ANNA|VIA FRANCESCANTONIO BIONDO 23|84085|MERCATO SAN SEVERINO|SA|23/02/1973|TORINO|24/07/2008|Universit degli studi di Salerno|Farmacia|2008|Universit degli studi di Salerno|ANNA-TROIANO@LIBERO.IT +3620|07/08/2015|COSTANTINO|CHIARA|VIA Verga, 24|84091|BATTIPAGLIA|SA|26/07/1989|BATTIPAGLIA|27/03/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|CHIARA---89@HOTMAIL.IT +3622|07/09/2015|ACCARINO|MARIA ELENA|VIA VITTORIO VENETO 51|84013|CAVA DE' TIRRENI|SA|04/01/1978|ROMA|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|MARIAELENACCARINO@LIBERO.IT +3623|07/09/2015|BORRIELLO|ANNAMARIA|VIA S. MARIA DELLE GRAZIE 11|84086|ROCCAPIEMONTE|SA|28/11/1987|NOCERA INFERIORE|28/10/2011|Universit degli studi di Salerno|Farmacia|2011|Universit degli studi di Salerno|ANNAMARY87@HOTMAIL.IT +3625|07/09/2015|CORDELLA|ANGELA|VIA PALMA 270|80040|STRIANO|NA|11/05/1989|SARNO|12/12/2014|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|ANGELA.CORDELLA@GMAIL.COM +3626|07/09/2015|GALASSO|SILVANA|VIA KENNEDY 11|84012|ANGRI|SA|11/03/1988|NOCERA INFERIORE|12/12/2014|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|SILVY.GAL@VIRGILIO.IT +3628|07/09/2015|LEO|ALESSANDRA|VIA CAMPO 12|84088|SIANO|SA|03/05/1989|BENEVENTO|27/03/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|ALEGIUSY.LEO@HOTMAIL.IT +3630|07/09/2015|MARAIO|PAOLO|VIA STRADA STATALE 18|84091|BATTIPAGLIA|SA|11/11/1988|EBOLI|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|GOSSIP_88@HOTMAIL.IT +3633|07/09/2015|VITALE|GIUSEPPINA|VIA TUORI 18|83025|MONTORO|AV|30/01/1988|AVELLINO|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|GIUSY-VITALE@HOTMAIL.IT +3634|23/09/2015|AGLIATA|FEDERICA|C.SO G. GARIBALDI 33|84123|SALERNO|SA|19/12/1988|SALERNO|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|FEDERICA.AGLIATA@LIBERO.IT +3635|23/09/2015|D'AGUANNO|MARIA|VIA UMBERTO I 15|84030|SANZA|SA|21/06/1988|POLLA|11/12/2014|Universit degli studi di Siena|Farmacia|2015|Universit degli studi di Siena|MARIA_DAGUANNO@LIBERO.IT +3636|23/09/2015|FOLLIERO|ANNARITA|VIA URBANO VI ACQUAROLA, 14|84085|MERCATO SAN SEVERINO|SA|27/03/1988|SALERNO|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ANNAFOLLY@HOTMAIL.IT +3638|23/09/2015|MOTTOLA|TALIA|VIA PORTALUMANA 21|84020|CORLETO MONFORTE|SA|10/03/1987|CASTELLAMMARE DI STABIA|19/02/2015|Universit degli studi di Perugia|Farmacia|2015|Universit degli studi di Salerno|TALIAMOTTOLA@HOTMAIL.COM +3639|23/09/2015|SCAVONE|CRISTINA|VIALE MARGHERITA 18|84087|SARNO|SA|18/12/1985|NOCERA INFERIORE|21/03/2012|Universit degli studi di Napoli "Federico II"|Farmacia|2012|Universit degli studi di Napoli "Federico II"|CRISTINASCAVONE@YAHOO.IT +3640|23/09/2015|SIRICO|VALENTINA|VIA TRINITA, 21|84081|BARONISSI|SA|28/02/1991|SALERNO|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|HTTP_VALE@HOTMAIL.IT +3641|07/10/2015|LANDI|FRANCESCA|VIA R. CANTARELLA 11|84133|SALERNO|SA|06/10/1990|SALERNO|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|FRANCESCALANDIX@GMAIL.COM +3642|07/10/2015|VASSALLO|FEDERICA|LOCALITA PORTARARO 5|84040|CASAL VELINO|SA|08/01/1989|SAPRI|26/03/2015|Universit degli studi di Roma "La Sapienza"|Farmacia|2015|Universit degli studi di Roma "La Sapienza"|FEDERICaVSS@HOTMAil.it +3645|14/10/2015|MANGONE|MARIA CELESTE|VIA LEONARDO DA VINCI 51|84020|RICIGLIANO|SA|11/03/1986|OLIVETO CITRA|22/07/2014|Universit degli studi di Siena|Chimica e tecn. farmaceutica|2014|Universit degli studi di Siena|CELESTE.MANGONE.86@GMAIL.COM +3646|14/10/2015|MARCHESANO|LARA|VIA PIETRO PAOLO DE CRESCENZO 4|84121|SALERNO|SA|04/03/1991|SAN GIOVANNI ROTONDO|22/05/2015|Universit degli studi di Perugia|Farmacia|2015|Universit degli studi di Salerno|LARA.MARCHESANO@GMAIL.COM +3648|30/10/2015|MOTTOLA|ALESSANDRA|VIA BIANCHI FIORI 8|84045|ALTAVILLA SILENTINA|SA|19/11/1988|AGROPOLI|30/10/2014|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|ALESSANDRA.MOTTOLA@ALICE.IT +3650|12/11/2015|ESPOSITO|ALESSANDRO|VIA FRANCESCO MASTRIANI 17|80044|OTTAVIANO|NA|08/11/1988|OTTAVIANO|16/03/2015|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2015|Universit degli studi di Napoli "Federico II"|alessandro.esposito.081188@gmail.com +3653|23/12/2015|AVOSSA|LUANA DALILA|VIA CAMILLO SORGENTE 21|84125|SALERNO|SA|14/08/1989|SALERNO|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|luanaavossa@gmail.com +3654|31/12/2015|GIANNATTASIO|MYRIAM|VIA ROSA IEMMA 50|84091|BATTIPAGLIA|SA|18/10/1986|AVELLINO|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|myji99@hotmail.com +3655|08/01/2016|BORZI|ROSSELLA|VIA DE ROSA 30|84016|PAGANI|SA|18/03/1989|NOCERA INFERIORE|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|rossellaborzi@gmail.com +3656|08/01/2016|CAGGIANO|NICOLETTA|VIA SALVO D'ACQUISTO 7|84020|CONTRONE|SA|26/08/1988|BATTIPAGLIA|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|CAGGIANONICOLETTA@GMAIL.COM +3659|08/01/2016|D'ANIELLO|CARMELA|VIA G. GARIBALDI I TRAVERSA 15|84015|NOCERA SUPERIORE|SA|07/02/1990|SALERNO|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|C.DANIELLO147290@GMAIL.COM +3660|08/01/2016|DE CICCO|FELICETTA|VIA IRNO 84|84135|SALERNO|SA|04/05/1988|AVELLINO|26/07/2012|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2012|Universit degli studi di Salerno|feliciadec88@gmail.com +3661|08/01/2016|FIERRO|CARMELA|VIA G. DELLA CORTE 28|84013|CAVA DE' TIRRENI|SA|02/01/1990|CAVA DE' TIRRENI|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|carmela_fierro@hotmail.it +3663|08/01/2016|QUARANTA|ELENA|VIA CIMAROSA 24|84091|BATTIPAGLIA|SA|26/01/1990|BATTIPAGLIA|30/10/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|ELENAQUARANTA@HOTMAIL.IT +3664|08/01/2016|SCAGLIONE|MARIA ANNUNZIATA|C/DA IONTA 7|84020|OLIVETO CITRA|SA|11/03/1989|OLIVETO CITRA|23/07/2015|Universit degli studi di Bologna|Farmacia|2015|Universit degli studi di Bologna|MARIA.SCAGLIONE@LIVE.IT +3666|08/01/2016|TREZZA|GIOVANNI|VIA DELL'IRPINIA SOCCORSO 1|84084|FISCIANO|SA|15/03/1990|NOCERA INFERIORE|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|TREZZAGIOVANNI90@LIBERO.IT +3667|08/01/2016|VINCIGUERRA|FEDERICA|PIAZZA R. CASALBORE 25|84123|SALERNO|SA|13/05/1987|SALERNO|28/10/2011|Universit degli studi di Salerno|Farmacia|2011|Universit degli studi di Salerno|F.VINCIGUERRA1@GMAIL.COM +3668|08/01/2016|POLICHETTI|DANIELA|VIA SALTIMATTI 13|84087|SARNO|SA|28/09/1983|SARNO|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|DANYP1983@LIBERO.IT +3669|08/01/2016|PUCCIARELLI|LUCA|VIA SAN SEBASTIANO 134|84030|CAGGIANO|SA|22/12/1988|POLLA|22/04/2015|Universit degli studi di Siena|Chimica e tecn. farmaceutica|2015|Universit degli studi di Siena|LUCAPUC88@GMAIL.COM +3670|08/01/2016|RAO|MARIA|VIA SANT'ANNA 38|84062|OLEVANO SUL TUSCIANO|SA|23/04/1989|SALERNO|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|MARIARAO@OUTLOOK.IT +3671|08/01/2016|SAPORITO|SERENA|VIA RENATO DE MARTINO 34|84124|SALERNO|SA|20/02/1991|SALERNO|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|SERENASAPORITO@LIBERO.IT +3672|19/01/2016|ACQUAVIVA|OSVALDO|VIA DELLE GINESTRE 27|84134|SALERNO|SA|16/07/1992|SALERNO|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|OSVALD792@HOTMAIL.IT +3673|19/01/2016|BARATTA|CHIARA|VIA CARMINE OROPALLO 6|84091|BATTIPAGLIA|SA|03/07/1987|BATTIPAGLIA|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|chiarabaratta@outlook.it +3674|19/01/2016|BASILE|CHIARA|VIA GIACOMO BUDETTI 48/A|84098|PONTECAGNANO FAIANO|SA|29/07/1987|BATTIPAGLIA|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|basilechiara43@gmail.com +3675|19/01/2016|BORGIA|AMELIA|VIA BOSCHI 16|84036|SALA CONSILINA|SA|31/01/1992|SALERNO|15/07/2015|Universit degli studi di Chieti|Farmacia|2015|Universit degli studi di Chieti|AMELIABORGIA@GMAIL.COM +3676|19/01/2016|CAPUANO|MANUELA|VIA N. AVERSANO 18|84124|SALERNO|SA|25/12/1985|SALERNO|06/11/2015|Universit degli studi di Camerino|Chimica e tecn. farmaceutica|2015|Universit degli studi di Camerino|CAPUANO.MANUELA@GMAIL.COM +3678|19/01/2016|CARROZZA|DIOMIRA|VIA I TRAVERSA TRINITA' 2|84036|SALA CONSILINA|SA|12/08/1986|POLLA|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|diomiracarrozza@libero.it +3679|19/01/2016|CARTOLANO|EDOARDO|VIA NIZZA 134|84124|SALERNO|SA|03/12/1992|SALERNO|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|carto3@alice.it +3680|19/01/2016|CELENTANO|VALENTINA|VIA CADUTI PER LA PATRIA 2/C|84010|SAN MARZANO SUL SARNO|SA|27/03/1985|BATTIPAGLIA|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|VALENTINA.CELE85@LIBERO.IT +3681|19/01/2016|COPPOLA|IVANO|VIA ELVIRA CODA NOTARI 1|84133|SALERNO|SA|03/07/1973|SALERNO|11/04/2000|Universit degli studi di Salerno|Farmacia|2004|Universit degli studi di Salerno|IVANOCOP@TISCALI.IT +3682|19/01/2016|COZZA|GIUSEPPINA|C.DA SAN PIETRO 2|84030|SANZA|SA|26/02/1989|POLLA|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|GIUSEPPINA.COZZA89@GMAIL.COM +3683|19/01/2016|DE FELICE|GIOVANNA|III TRAV. A. GRAMSCI 23|84010|SAN MARZANO SUL SARNO|SA|10/06/1985|NOCERA INFERIORE|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|VANNADEF85@LIBERO.IT +3684|19/01/2016|FALCONE|ROBERTA|Via Dott. Pietro Fimiani, 163|84083|Castel San Giorgio|SA|09/11/1985|PAGANI|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ROBERTAFALCONE9@GMAIL.COM +3686|19/01/2016|FORLENZA|ANNALISA|VIA DON MICHELE PAESANO 30|84025|EBOLI|SA|21/10/1987|EBOLI|30/10/2012|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|ANNALISAFORLENZA87@GMAIL.COM +3687|19/01/2016|GIBBONI|MARIA FILOMENA|VIA FRATELLI DE MATTIA 85|84123|SALERNO|SA|12/10/1992|BATTIPAGLIA|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|M.GIBBONI@YAHOO.IT +3688|19/01/2016|IANNELLI|ALESSANDRA ANNA|VIA ROMERO OSCAR ARNULFO 7|84133|SALERNO|SA|27/01/1990|S. JOSE' STATI UNITI D'AMERICA|31/07/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|ALESSANDRAIANNELLI@HOTMAIL.IT +3690|19/01/2016|LETTIERI|ALFONSO|VIA FELICE DE STEFANO 74|83029|SOLOFRA|AV|12/04/1986|SALERNO|31/10/2014|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ALFLET86@LIBERO.IT +3691|19/01/2016|MONTELLA|CLAUDIA|VIALE DELLA REPUBBLICA 6|84092|BELLIZZI|SA|01/03/1982|BATTIPAGLIA|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|claudia_montella@alice.it +3692|19/01/2016|PIERRI|FEDERICA|VIA DELLE GINESTRE 113|84121|SALERNO|SA|25/07/1991|SALERNO|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|FEDEPIERRI@LIVE.IT +3693|19/01/2016|PIGNATA|TOMMASO|VIA MEDAGLIA D'ORO FELICE LA SALA 58|84024|CONTURSI TERME|SA|22/08/1985|OLIVETO CITRA|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|tommasopignata1985@libero.it +3694|19/01/2016|SALSANO|ARIANNA|VIA FRANCESCO CRISPI 1/22|84126|SALERNO|SA|15/06/1992|SALERNO|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|arysal@hotmail.it +3695|19/01/2016|SANTOSUOSSO|SANDRA|VIA FONTANA SARACENA 34|84043|AGROPOLI|SA|30/10/1987|AGROPOLI|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|sandra.santosuosso@gmail.com +3696|19/01/2016|SCALA|SERGIO|VIA DELLA RESISTENZA TRAVERSA PAGANO 7/B|84018|SCAFATI|SA|20/08/1990|SCAFATI|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|SERGIOSCALA@MSN.COM +3697|19/01/2016|SCUTIERO|LAURA|VIA G. LEOPARDI 8|84016|PAGANI|SA|14/01/1989|NOCERA INFERIORE|30/10/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|L.SCUTIERO@LIBERO.IT +3699|19/01/2016|VIETRI|DOMENICA|VIA F. TENENTE FALCO 20|84085|MERCATO SAN SEVERINO|SA|11/08/1990|AVELLINO|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|MIMMAVIETRI@GMAIL.COM +3700|19/01/2016|VISCARDI|FRANCESCO SAVERIO|VIA CARMINE 33|84125|SALERNO|SA|27/10/1991|SALERNO|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|FSVISCARDI@GMAIL.COM +3701|29/01/2016|BONORA|ALESSIA|VIA AMM. VECCHIO 42|84047|CAPACCIO|SA|12/11/1990|BATTIPAGLIA|03/12/2014|Universit degli studi di Bologna|Farmacia|2015|Universit degli studi di Bologna|LSSBONORA989@GMAIL.COM +3702|29/01/2016|CICALESE|LAURA|VIA NOCELLE 15|84016|PAGANI|SA|27/02/1989|NOCERA INFERIORE|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|LAURACICALESE@HOTMAIL.IT +3704|29/01/2016|ELIA|IOLANDA|VIA MAGELLANO 88|84098|PONTECAGNANO FAIANO|SA|14/12/1987|SALERNO|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ELIAIOLE87@GMAIL.COM +3705|29/01/2016|ERRA|NUNZIA|VIA EDUARDO ASTUTI 57|84014|NOCERA INFERIORE|SA|13/04/1985|NOCERA INFERIORE|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|NUNZIAERRA@LIBERO.IT +3706|29/01/2016|GENOVESE CALCE|ELVIRA|VIA CAPPELLE SUPERIORI 1|84135|SALERNO|SA|27/02/1987|SALERNO|03/11/2015|Universit degli Studi della Basilicata|Farmacia|2015|Universit degli studi di Napoli "Federico II"|ELVY1987@VIRGILIO.IT +3707|29/01/2016|LISANTI|AMANDA|VIA VALLONCELLO 27|84060|MONTANO ANTILIA|SA|04/07/1986|VALLO DELLA LUCANIA|15/10/2015|Universit degli studi di Perugia|Farmacia|2015|Universit degli studi di Perugia|AM.LI@HOTMAIL.IT +3708|29/01/2016|LUISI|ANNA|VIA D. ROMAGNANO 7|84133|SALERNO|SA|27/10/1983|SALERNO|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ANNALU_83@YAHOO.IT +3709|29/01/2016|MARCONE|VALENTINA|VIA MAGELLANO 143|84098|PONTECAGNANO FAIANO|SA|24/07/1986|BATTIPAGLIA|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|yuripa0786@gmail.com +3711|29/01/2016|ROMANIELLO|ELENA|VIA SAN LEONZIO 27|84077|TORRE ORSAIA|SA|18/07/1989|SAPRI|11/11/2015|Universit degli studi di Pisa|Farmacia|2015|Universit degli studi di Pisa|ELENA.ROMANIELLO@LIBERO.IT +3713|29/01/2016|SAVIELLO|MARIA ROSARIA|VIA ZARA 4|84091|BATTIPAGLIA|SA|14/04/1981|SALERNO|30/03/2006|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2006|Universit degli studi di Napoli "Federico II"|MARIAROSARIA.SAVIELLO@GMAIL.COM +3714|29/01/2016|SELLITTO|SARA|VIA MERCATO 14|84083|CASTEL SAN GIORGIO|SA|03/03/1988|BATTIPAGLIA|12/12/2014|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|SARASELLITTO@HOTMAIL.IT +3715|12/02/2016|CULTRERA|CHIARA|VIA FONTANA SARACENA 22|84043|AGROPOLI|SA|06/08/1988|AGROPOLI|10/07/2015|Universit degli studi di Perugia|Farmacia|2015|Universit degli studi di Perugia|CHIARA.CULTRERA@LIBERO.IT +3716|12/02/2016|CUTILLO|STEFANIA|Via Forze Armate, 30|20147|MILANO|MI|29/10/1987|CASERTA|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|CUTILLOSTEFANIA@GMAIL.COM +3717|12/02/2016|DEL MONTE|DONATO|VIA PRATI|84020|VALVA|SA|16/05/1986|OLIVETO CITRA|12/12/2013|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|BLACKWHITES@INTERFREE.IT +3718|12/02/2016|DI FEO|GERARDINA|VIA MARCO LICINIO GRASSO 31|84062|OLEVANO SUL TUSCIANO|SA|16/10/1977|OLEVANO SUL TUSCIANO|29/03/2007|Universit degli studi di Salerno|Farmacia|2007|Universit degli studi di Salerno|DIFEOGERARDINA@GMAIL.COM +3719|12/02/2016|FRANZESI|ANDREA|VIA FRAGERARDO SASSO 6|84010|SCALA|SA|08/07/1990|AVELLINO|29/10/2015|Universit degli studi di Siena|Farmacia|2015|Universit degli studi di Napoli "Federico II"|FRANZESI@STUDENT.UNISI.IT +3720|12/02/2016|LANZA|LEDA SOFIA|VIA ROMA 45|83040|FLUMERI|AV|07/08/1990|NAPOLI|27/07/2015|Universit degli studi di Napoli "Federico II"|Farmacia|2015|Universit degli studi di Napoli "Federico II"|LEDASOPHIA90@GMAIL.COM +3721|12/02/2016|LOSASSO|ALESSIA|VIA PIAZZA DE VITA 7|84091|BATTIPAGLIA|SA|21/01/1988|BATTIPAGLIA|30/10/2015|Universit degli studi di Siena|Farmacia|2016|Universit degli studi di Napoli "Federico II"|ALEX_LS88@HOTMAIL.IT +3722|12/02/2016|NIGRO|LUCA|VIA DE GASPERI, 5|84047|CAPACCIO|SA|02/06/1988|SALERNO|29/10/2015|Universit degli studi di Siena|Farmacia|2015|Universit degli studi di Siena|l_nigro88@hotmail.com +3723|12/02/2016|SABIA|ANTONIETTA|VIA PORTA ROSA 32|84046|ASCEA|SA|25/10/1983|VALLO DELLA LUCANIA|23/07/2009|Universit degli studi di Salerno|Farmacia|2009|Universit degli studi di Salerno|CHICCASAB@LIBERO.IT +3724|12/02/2016|SATURNO|MARIA|VIA BERARDINETTI II TRAV ACCARDI 3|84018|SCAFATI|SA|18/04/1991|NAPOLI|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|SATURNO1891@GMAIL.COM +3725|12/02/2016|VENTURIELLO|MADDALENA|VIALE DELLA LIBERTA' 4|84091|BATTIPAGLIA|SA|21/03/1984|EBOLI|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|VENTURIELLOMADDALENA@YAHOO.IT +3726|26/02/2016|BILOTTA|ANNA MARIA|VIA PIAVE 35|84010|SAN MARZANO SUL SARNO|SA|09/07/1991|NAPOLI|27/07/2015|Universit degli studi di Napoli "Federico II"|Farmacia|2015|Universit degli studi di Napoli "Federico II"|annamariabilotta@hotmail.it +3727|26/02/2016|CAPORALE|SABRINA|VIA ORRIA 20 OMIGNANO SCALO|84070|SALENTO|SA|28/08/1987|VALLO DELLA LUCANIA|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|sabrina.caporale@libero.it +3729|26/02/2016|OLIVIERI|RITA|VIA G. AMENDOLA, 31|84016|PAGANI|SA|04/04/1988|PAGANI|26/07/2013|Universit degli studi di Salerno|Farmacia|2013|Universit degli studi di Salerno|ri.olivieri@hotmail.it +3730|26/02/2016|SANTANIELLO|MENA|VIA B. PROTO 13|84082|BRACIGLIANO|SA|27/04/1990|CAVA DE' TIRRENI|30/10/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|MENASANT@ICLOUD.COM +3731|15/03/2016|CAPONIGRO|MARIANGELA|VIA DONY ROCCO 26|84022|CAMPAGNA|SA|28/10/1988|BATTIPAGLIA|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|MARIANGELACAPONIGRO@HOTMAIL.IT +3732|15/03/2016|FIORE|ANNA LUCIA|VIA ALDO MORO 22|84043|AGROPOLI|SA|30/07/1984|BATTIPAGLIA|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|annafiore2011@gmail.com +3733|15/03/2016|GRANATA|GIOVANNA|VIA PALUDICELLA 54|84012|ANGRI|SA|08/05/1991|CASTELLAMMARE DI STABIA|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|giovanna.granata91@gmail.com +3734|15/03/2016|LONGOBARDI|CARMEN|VICOLO DEL GELSO 26|84096|MONTECORVINO ROVELLA|SA|29/09/1982|EBOLI|24/07/2008|Universit degli studi di Salerno|Farmacia|2008|Universit degli studi di Salerno|carmen_longobardi@libero.it +3735|15/03/2016|PANDOLFI|FRANCESCA|C/DA CENITO SNC|84048|CASTELLABATE|SA|30/03/1985|AGROPOLI|10/07/2015|Universit degli studi di Perugia|Chimica e tecn. farmaceutica|2015|Universit degli studi di Perugia|PFRANCESCA85@LIBERO.IT +3736|30/03/2016|AMBROSIO|GIUSEPPE MARCO|VIA NAZIONALE 635|84015|NOCERA SUPERIORE|SA|30/05/1982|NOCERA INFERIORE|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|MARCOAMBROSIO457@LIBERO.IT +3737|30/03/2016|BIANCO|AGOSTINO|VIA VALLONCELLO 52|84060|MONTANO ANTILIA|SA|06/04/1990|ZURIGO|15/07/2015|Universit degli studi di Parma|Farmacia|2015|Universit degli studi di Parma|agostino.bianco90@gmail.com +3738|30/03/2016|D'ANGELO|MARIA|VIA CERVINIA 100|84012|ANGRI|SA|12/09/1991|VICO EQUENSE|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|M.DANGELO7@YAHOO.IT +3739|30/03/2016|FUSCO|MARIANGELA|VIA DUCA D'AOSTA 43|80045|POMPEI|NA|29/11/1963|POMPEI|21/12/1994|Universit degli studi di Napoli "Federico II"|Farmacia|1995|Universit degli studi di Napoli "Federico II"|MARIANGELAF@HOTMAIL.IT +3740|30/03/2016|PAGANELLI|ROBERTO|VIA COSTANTINOPOLI 144|80049|SOMMA VESUVIANA|NA|10/04/1980|CERCOLA|29/07/2004|Universit degli studi di Napoli "Federico II"|Farmacia|2004|Universit degli studi di Napoli "Federico II"|info@farmaciapaganelli.net +3741|10/04/2016|GORRASI|GABRIELLA|VIA SERRA 90|84069|ROCCADASPIDE|SA|23/11/1986|AGROPOLI|31/07/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|gabry86.gg@libero.it +3743|10/05/2016|NEUENDORF|MICOL ALESSIA|VIA RAFFAELE BALDI, 12|84013|CAVA DE' TIRRENI|SA|25/02/1978|CORRIDONIA|14/04/2006|Universit degli studi di Camerino|Farmacia|2006|Universit degli studi di Camerino|micolneuendorf@yahoo.it +3744|10/05/2016|PIERRO|MARIAGRAZIA|VIA DEL PROGRESSO 76|84084|FISCIANO|SA|10/12/1989|SALERNO|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|mariagrazia.pierro@libero.it +3745|19/05/2016|PIERRO|ILARIA|VIA DEL PROGRESSO 76|84084|FISCIANO|SA|10/12/1989|SALERNO|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ILARIA.PIERRO@LIBERO.IT +3746|03/06/2016|DI SOMMA|ANNUNZIATA|VIA MOREGINE 7|80045|POMPEI|NA|10/08/1988|SCAFATI|12/02/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|DISOMMANUNZIA@OUTLOOK.IT +3747|03/06/2016|STROLLO|GIACOMO|VIA F. DESIDERIO 85|84025|EBOLI|SA|18/09/1973|POLLA|30/10/1999|Universit degli studi di Salerno|Farmacia|1999|Universit degli studi di Salerno|giacomo.strollo@gmail.com +3748|21/06/2016|ANNUNZIATA|ILARIA|VIA EMILIA ROMAGNA 2|84090|MONTECORVINO PUGLIANO|SA|27/03/1990|SALERNO|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ILARIA.ANNUNZIATA@YAHOO.IT +3749|21/06/2016|SQUITIERI|ROLANDO|VIA GRECINI 7|81030|Gricignano di Aversa|CE|29/09/1986|ACERRA|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|rolando_squitieri@hotmail.it +3751|05/07/2016|CAVALLO|ANNA CHIARA|VIA CORSO UMBERTO I 137|84096|MONTECORVINO ROVELLA|SA|02/02/1990|SALERNO|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|ANNACHIARACAVALLO@YAHOO.IT +3752|05/07/2016|DE LISA|MICHELE|VIA VALLE 11|84038|SASSANO|SA|07/01/1987|SAPRI|18/10/2012|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2012|Universit degli studi di Napoli "Federico II"|MIK.DEL@LIBERO.IT +3753|05/07/2016|PAGANO|ANNARITA|CORSO VITTORIO EMANUELE 113|84014|NOCERA INFERIORE|SA|04/04/1989|NOCERA INFERIORE|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|annarita89@hotmail.it +3754|05/07/2016|PROTA|STEFANO|VIA MADONNA DEL CARMINE 98|84043|AGROPOLI|SA|07/02/1992|AGROPOLI|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|s.prota92@gmail.com +3757|13/07/2016|ADINOLFI|PIETRO PAOLO|VIA EMILIO RISI 4|84013|CAVA DE' TIRRENI|SA|28/03/1988|CAVA DE' TIRRENI|10/12/2015|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|PPADINOLFI7@GMAIL.COM +3761|13/07/2016|DI SARLI|GIOVANNA|VIA MEZZANA 24|84038|SASSANO|SA|18/06/1988|POLLA|17/02/2016|Universit degli studi di Siena|Farmacia|2016|Universit degli studi di Salerno|disarligiovanna@gmail.com +3762|13/07/2016|FRESOLONE|FEDERICA|VIA VITTORIO EMANUELE ORLANDO 29|84025|EBOLI|SA|21/09/1988|EBOLI|30/10/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|FEDERICA.FRESOLONE@GMAIL.COM +3763|13/07/2016|GUIDA|GIOVANNA|VIA LEGNANO 6|84040|CELLE DI BULGHERIA|SA|06/10/1991|ROMA|17/02/2016|Universit degli studi di Siena|Farmacia|2016|Universit degli studi di Salerno|giovannaguida06.gg@gmail.com +3764|13/07/2016|TREZZA|VINCENZO|VIA CODONE VICO A 10|84035|POLLA|SA|01/09/1990|AGROPOLI|11/12/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|TOLUENE@LIVE.IT +3765|20/07/2016|CAPACCIO|DANIELA|VIA ROCCHI 20 - GAIANO|84084|FISCIANO|SA|24/07/1991|SALERNO|10/12/2015|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|DANIELA_CAPACCIO@LIBERO.IT +3766|20/07/2016|CAVALLARO|ALESSIA|VIA R. WAGNER 2|84131|SALERNO|SA|19/03/1989|SALERNO|31/03/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|ALESSIACAVALLARO89@GMAIL.COM +3767|20/07/2016|D'ALESSANDRO|ANTONIO|VIA CANCELLI 5|84070|TRENTINARA|SA|02/06/1988|AGROPOLI|21/03/2016|Universit degli studi di Bologna|Farmacia|2016|Universit degli studi di Bologna|ADALESSANDRO88@LIBERO.IT +3769|20/07/2016|TOCCI|FABRIZIO|VIA ITALIA 61 , 69|84047|CAPACCIO|SA|02/07/1990|COSENZA|22/04/2016|Universit degli studi di Siena|Farmacia|2016|Universit degli studi di Siena|FABRIZIOTOCCI@LIBERO.IT +3770|04/08/2016|ADESSO|MELINDA|VIA PANTANO VICO C, 4|84035|POLLA|SA|22/04/1988|POLLA|11/12/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|MELINDA882009@HOTMAIL.IT +3771|04/08/2016|CALABRESE|ROBERTA|VIA QUARTO SAN MARZANO 134|84016|PAGANI|SA|22/03/1988|NOCERA INFERIORE|11/02/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|ROBERTA-CALABRESE@LIBERO.IT +3772|04/08/2016|CIANCONE|ANNARITA|VIA CORRADINO BIAGI 4|84013|CAVA DE' TIRRENI|SA|07/09/1988|NAPOLI|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|annaritaciancone@gmail.com +3773|04/08/2016|DI CANTO|FRANCESCO|VIA EUROPA 6|84070|TRENTINARA|SA|27/02/1991|AGROPOLI|17/03/2016|Universit degli studi di Urbino|Farmacia|2016|Universit degli studi di Salerno|f.dicanto@libero.it +3774|04/08/2016|di LAURO PALATRONI|ANDREA|VIA ENRICO FERRI 38|00046|GROTTAFERRATA|RM|10/10/1986|ROMA|07/11/2015|Universit degli studi di Camerino|Farmacia|2016|Universit degli studi di Salerno|andrea_di_lauro@hotmail.it +3775|04/08/2016|RICCIOLA|EMMA|VIA NUOVA 7|06039|TREVI|PG|12/04/1988|BATTIPAGLIA|09/12/2015|Universit degli studi di Siena|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|EMMA.RICCIOLA@YAHOO.IT +3776|04/08/2016|SPAGNA ZITO|MARIA LUISA|Via Campagnole 32|38068|Rovereto|TN|07/03/1991|PAGANI|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|marilu070391@gmail.com +3777|09/09/2016|ANGELINO|ANNA|VIA UMBERTO I 2|84020|SANTOMENNA|SA|21/09/1983|NAPOLI|16/12/2014|Universit degli studi di Napoli "Federico II"|Farmacia|2015|Universit degli studi di Napoli "Federico II"|angelinoanna@me.com +3778|09/09/2016|BUSILLO|ALFONSO|VIA DE CRESCENZO 136|84091|BATTIPAGLIA|SA|26/02/1990|BATTIPAGLIA|11/02/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|bus.alfonso@gmail.com +3781|09/09/2016|FERRARESE|MARIA FRANCESCA|VIA ANTONIO ORILIA 14|84013|CAVA DE' TIRRENI|SA|22/10/1990|BATTIPAGLIA|30/10/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|mfrancesca.ferrarese@gmail.com +3782|09/09/2016|FLORIO|ALESSIA|VIA F.M.PANSA 9|84011|AMALFI|SA|31/10/1991|CAVA DE' TIRRENI|11/02/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|alessiaflorio@hotmail.it +3783|09/09/2016|LA PORTA|SONIA|VIA SPERANZA 49|84060|OMIGNANO|SA|30/01/1984|VALLO DELLA LUCANIA|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|sonial84@tiscali.it +3784|09/09/2016|MOCCIA|IDA|VIA ALCIDE DE GASPERI 1|84082|BRACIGLIANO|SA|12/09/1991|VARESE|11/12/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|ida_129@hotmail.it +3785|09/09/2016|MORRIELLO|DALILA|VIA YURI GAGARIN 14|84132|SALERNO|SA|10/02/1992|SALERNO|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|dalilamorriello@gmail.com +3786|09/09/2016|PETROSINO|ANTONIA|VIA FONTANA ANTICA 3|84036|SALA CONSILINA|SA|21/08/1990|POLLA|10/12/2015|Universit degli studi di Siena|Farmacia|2016|Universit degli studi di Salerno|TONIAPETROSINO@LIBERO.IT +3788|09/09/2016|SOVIERO|GIOVANNA|VIA PIO LA TORRE 14|84010|SAN MARZANO SUL SARNO|SA|24/03/1985|NOCERA INFERIORE|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|giovannasoviero.gs@libero.it +3789|07/10/2016|CARDILLO|GIOVANNA|VIA MADONNA DI LORETO 13|84080|CALVANICO|SA|10/01/1983|POLLA|24/07/2009|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2009|Universit degli studi di Salerno|giovannacardillo83@gmail.com +3790|07/10/2016|CAVALIERE|MARIA|VIA NUOVA CHIUNZI 115|84010|MAIORI|SA|31/08/1989|SALERNO|06/11/2015|Universit degli studi di Camerino|Farmacia|2015|Universit degli studi di Camerino|CVLMARIA11@GMAIL.COM +3792|07/10/2016|DI VERNIERE|FEDERICA CARLOTTA|VIA CAVOUR PARCO TERESA 59|84045|ALTAVILLA SILENTINA|SA|22/06/1983|BATTIPAGLIA|11/02/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|CARLOTTAFEDERICA@HOTMAIL.IT +3793|07/10/2016|FORTINO|IMMACOLATA|PIAZZA TRIESTE E TRENTO 13|84014|NOCERA INFERIORE|SA|17/11/1984|NOCERA INFERIORE|31/03/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|immac.fortino@gmail.com +3794|07/10/2016|LATELLA|LUCIA|VIA CAMERELLE 76|84073|SAPRI|SA|02/08/1984|SAPRI|14/03/2016|Universit degli studi della Calabria|Farmacia|2016|Universit degli studi della Calabria|LLATELLA@TISCALI.IT +3795|07/10/2016|LIGUORI|VERONICA|VIA MALCHE 56/M|84090|GIFFONI SEI CASALI|SA|22/09/1988|SALERNO|31/03/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|veronicalig88@hotmail.it +3796|07/10/2016|MIGNINI|CHIARA|VIA COLOMBO 6|84043|AGROPOLI|SA|17/12/1990|AGROPOLI|31/03/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|migninichiara17@gmail.com +3798|07/10/2016|VINCENZO|MARIELLA|VIA EDUARDO DE FILIPPO 4|84020|CASTELCIVITA|SA|30/04/1991|BATTIPAGLIA|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|mariellav_@hotmail.com +3799|08/11/2016|D'ARCO|LAURA|VIA E. GRIMALDI 3|84013|CAVA DE' TIRRENI|SA|02/11/1988|CAVA DE' TIRRENI|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|laura.darco@hotmail.it +3800|08/11/2016|DELLA PEPA|SERENA|VIA FRANCESCO LA FRANCESCA 60|84124|SALERNO|SA|08/05/1990|SALERNO|31/03/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|s.dellapepa@gmail.com +3801|08/11/2016|FERRAZZANO|GRAZIA|VIA ROMA 155|84074|SESSA CILENTO|SA|29/11/1990|AGROPOLI|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|GRAZIAFERRAZZANO@HOTMAIL.COM +3802|08/11/2016|GRECO|AMEDEO|VIA GIOVANNI CATOSSIO 34|84027|SANT'ANGELO A FASANELLA|SA|01/09/1986|SALERNO|10/07/2015|Universit degli studi di Camerino|Farmacia|2015|Universit degli studi di Camerino|AMEDEO86IT@YAHOO.IT +3803|08/11/2016|MORRONE|CATERINA|VICO ITALIA UNA 1|84030|CAGGIANO|SA|12/09/1990|POLLA|17/03/2016|Universit degli studi di Chieti|Farmacia|2016|Universit degli studi di Salerno|caterina.morrone90@tiscali.it +3805|08/11/2016|TAGLIAMONTE|ALFONSINA|VIA FILETTINE 5|84016|PAGANI|SA|27/08/1986|SALERNO|12/02/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|alfonsinatagliamonte@gmail.com +3806|06/12/2016|PAVESE|MARGHERITA|VIA DELLA MONICA,26|84083|CASTEL SAN GIORGIO|SA|17/04/1993|AVELLINO|28/10/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|MARGHERITA.PAVESE@VIRGILIO.IT +3807|06/12/2016|PONTECORVO|BRUNO|VIA DEGLI ULIVI 12|84010|PRAIANO|SA|26/06/1992|SANT'AGNELLO|06/07/2016|Universit degli studi di Urbino|Farmacia|2016|Universit degli studi di Urbino|PURPI14@LIVE.COM +3808|23/12/2016|MAIORINO|ROBERTO|VIA CESARE SPORTELLI 24|84016|PAGANI|SA|02/11/1991|PAGANI|29/10/2015||Farmacia|2016|Universit degli studi di Salerno|ROBERTOMAIORINO1991@GMAIL.COM +3809|23/12/2016|PELLEGRINO|NICOLA|VIA ROMA 380|84092|BELLIZZI|SA|31/07/1982|ROMA|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|NICOLAPELLEGRINO1@HOTMAIL.COM +3810|23/12/2016|RICCI|RUGGIERO|VIA C. COLOMBO 4|83100|AVELLINO|AV|09/08/1989|AVELLINO|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|RICCI.RUGGIERO@HOTMAIL.IT +3811|23/12/2016|VEGLIANTE|ORSOLA|VIA BOSCO SATRANO 6|83020|SAN MICHELE DI SERINO|AV|23/03/1988|ATRIPALDA|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|OVEGLIANTE@LIBERO.IT +3812|13/01/2017|ADINOLFI|ANNALISA|VIA R. RAGONE 8|84013|CAVA DE' TIRRENI|SA|24/09/1991|NOCERA INFERIORE|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|adinolfi.annalisa@hotmail.it +3813|13/01/2017|ALFANO|GUIDO|VIA STAMPELLA S.P.87|84046|ASCEA|SA|02/05/1990|VALLO DELLA LUCANIA|22/07/2016|Universit degli studi di Siena|Farmacia|2016|Universit degli studi di Salerno|GUIDOAL@HOTMAIL.IT +3814|13/01/2017|BARONE|VITTORIA|VIA ANTONIO LAMBERTI 7|84013|CAVA DE' TIRRENI|SA|04/09/1992|NAPOLI|27/10/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|VITTBARONE@GMAIL.COM +3815|13/01/2017|CAIAZZA|DANIELA|VIA GELSO 12/A|84126|SALERNO|SA|17/03/1988|SALERNO|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|DANIELA.CAIAZZA@GMAIL.COM +3816|13/01/2017|CINITIEMPO|FILOMENA|VIA GIACOMO MATTEOTI 18|84085|MERCATO SAN SEVERINO|SA|11/10/1990|NOCERA INFERIORE|29/07/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|FCINITIEMPO@YAHOO.COM +3817|13/01/2017|COPPOLA|FLORIANA|VIA FILETTINE 5|84016|PAGANI|SA|04/10/1991|PAGANI|27/10/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|FLORIANACOPPOLA@HOTMAIL.IT +3818|13/01/2017|COSTABILE|VALENTINA|VIA IRNO 43/A|84135|SALERNO|SA|21/05/1985|SALERNO|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|farmavale85@hotmail.com +3819|13/01/2017|CRESCENZI|GIUSEPPE|VIA ONOFRIO TORTORA 86|84087|SARNO|SA|10/08/1989|SARNO|11/12/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|G.CRESCENZI89@GMAIL.COM +3820|13/01/2017|D'AGOSTINO|GIUSEPPE|VIA GIUSEPPE SODANO 47|84087|SARNO|SA|30/09/1991|SARNO|31/03/2016|Universit degli studi di Napoli "Federico II"|Farmacia|2016|Universit degli Studi della Campania "Luigi Vanvitelli"|GIUSEPPEDAG@ICLOUD.COM +3821|13/01/2017|D'AMBROSIO|ANGELICA|VIA CALLI 107|84022|CAMPAGNA|SA|29/10/1986|EBOLI|24/07/2015|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2015|Universit degli studi di Napoli "Federico II"|ANGELICADAMBROSIO@LIVE.IT +3822|13/01/2017|D'ANIELLO|ANTONIO|VIA DEI GERANI SNC|84079|VIBONATI|SA|31/12/1991|SAPRI|27/10/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|totodaniello@hotmail.it +3823|13/01/2017|DE SIO|MARILU|VIA ELIA DI FLORIO 24/5|84014|NOCERA INFERIORE|SA|01/10/1985|NOCERA INFERIORE|28/10/2010|Universit degli studi di Salerno|Farmacia|2010|Universit degli studi di Salerno|DESIOMARILU@GMAIL.COM +3824|13/01/2017|DENTE|ALESSANDRO|VIA TANAGRO 12|84132|SALERNO|SA|10/10/1971|SALERNO|20/04/2000|Universit degli studi di Salerno|Farmacia|2000|Universit degli studi di Salerno|SANDEN@ME.COM +3825|13/01/2017|DI NOME|GIOVANNI|VIA CORSO SAN GIOVANNI 67|84057|LAURINO|SA|30/08/1990|POLLA|13/07/2016|Universit degli studi di Parma|Farmacia|2016|Universit degli studi di Parma|DINOME90@HOTMAIL.IT +3826|13/01/2017|FASANINO|MARIACRISTINA|VIA CODOLA S. VINCENZO COSTA, 42|84085|MERCATO SAN SEVERINO|SA|27/05/1990|CHIAROMONTE|29/07/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|MCRISTINAFASANINO@HOTMAIL.IT +3827|13/01/2017|MAIORINO|STEFANO|VIA ALFONSO TORRE 15|84013|CAVA DE' TIRRENI|SA|20/08/1991|BATTIPAGLIA|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|stefano.maiorino@yahoo.it +3829|13/01/2017|PAGANO|GIOVANNI|VIA IMMACOLATA 19|84086|ROCCAPIEMONTE|SA|20/04/1987|CAVA DE' TIRRENI|25/07/2013|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2013|Universit degli studi di Salerno|giovpaga@gmail.com +3833|25/01/2017|BOSCIA|LUCA|VIA ORIGLIA 36|84014|NOCERA INFERIORE|SA|02/12/1985|NAPOLI|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|boscialuca85@gmail.com +3834|25/01/2017|CAVALLO|COSIMA|VIA SALITA NOELE 87|84049|CASTEL SAN LORENZO|SA|13/09/1984|BIEL|30/07/2015|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|COSIMA_CAVALLO84@HOTMAIL.IT +3835|25/01/2017|CENTOLA|ROSSELLA|VIA SAN GIOVANNI 16|84025|EBOLI|SA|02/03/1992|DOMODOSSOLA|25/10/2016|Universit degli studi di Siena|Farmacia|2016|Universit degli studi di Siena|ROSSELLACENTOLA@GMAIL.COM +3836|25/01/2017|CITERA|MARIA NEVE|VIA SAN VITO 30|84030|SANZA|SA|05/05/1988|SAPRI|21/07/2016|Universit degli studi di Bologna|Chimica e tecn. farmaceutica|2016|Universit degli studi di Bologna|MARIANEVE.CITERA@GMAIL.COM +3837|25/01/2017|COPPOLA|MARIANA|VIA CARACCIOLO 70|84085|MERCATO SAN SEVERINO|SA|04/03/1988|CAVA de' TIRRENI|11/02/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|copp.mariana@hotmail.it +3838|25/01/2017|DELLA FERA|MARIA|VIA A. GRAMSCI 54|83040|CALABRITTO|AV|28/06/1988|OLIVETO CITRA|29/07/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|MARI.DELLAFERA@GMAIL.COM +3839|25/01/2017|DI FIORE|GIOVANNI|PIAZZA DE VITA 2|84091|BATTIPAGLIA|SA|20/04/1991|BATTIPAGLIA|29/07/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|GIOVANNI.DI.FIORE@HOTMAIL.IT +3840|25/01/2017|FERRARA|MARIANNA|VIA CASALE 8|84010|TRAMONTI|SA|26/03/1991|NOCERA INFERIORE|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|MARIANNA_46@LIVE.IT +3841|25/01/2017|FIERRO|FILOMENA|Via Fiumarella, 1 - MARINA|84046|ASCEA|SA|04/07/1986|VALLO DELLA LUCANIA|11/02/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|FILOMENAFIERRO@LIBERO.IT +3842|25/01/2017|MARCIANO|ANTONIETTA|VIA BONAVENTURA FALCONE 2|84010|MAIORI|SA|26/10/1992|CAVA DE' TIRRENI|27/10/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|AMARCIANO92@GMAIL.COM +3843|25/01/2017|MILITO|ROSA|VIA F. CARILLO 46|84013|CAVA DE' TIRRENI|SA|20/05/1989|SALERNO|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|rosamilito19@gmail.com +3844|25/01/2017|NOTA|FRANCESCO|VIA ISAIA ROSSI 24|84014|NOCERA INFERIORE|SA|19/03/1988|PAGANI|27/10/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|francesco.nota88@gmail.com +3845|25/01/2017|RUSSO|ANTONIO|VIA PERTINI 11 G8|84098|PONTECAGNANO FAIANO|SA|24/05/1992|SALERNO|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|A.RUSSO192@STUDENTI.UNISA.IT +3846|25/01/2017|SODANO|VITTORIO|VIA CURCI 4|84078|VALLO DELLA LUCANIA|SA|15/09/1989|SALERNO|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|SODANOVITTORIO@TISCALI.IT +3847|25/01/2017|SORRENTINO|JESSICA|VIA P. CAPONE COOP. ROGEMA SNC|84013|CAVA DE' TIRRENI|SA|21/09/1989|CAVA DE' TIRRENI|11/02/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|jessicasorrentino89.js@gmail.com +3848|25/01/2017|VITIELLO|ANGELA|VIA TERZE 14|84018|SCAFATI|SA|15/10/1987|SCAFATI|27/10/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|ANGELAVITIEL@HOTMAIL.IT +3850|10/02/2017|AMMIRATI|ALBERTO|VIA NAZIONALE DELLE PUGLIE 182|80032|CASAMARCIANO|NA|15/10/1986|AVELLINO|13/07/2011|Universit degli studi di Napoli "Federico II"|Farmacia|2011|Universit degli studi di Napoli "Federico II"|AMMIRATIALBERTO@GMAIL.COM +3851|10/02/2017|APOSTOLICO|CARMELA|VIA SAN ROCCO 4|84036|SALA CONSILINA|SA|27/06/1986|BATTIPAGLIA|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|CARMELAAPOSTOLICO1986@GMAIL.COM +3854|10/02/2017|IERVOLINO|ANDREA|CORSO NAZIONALE TRAVERSA BRUNELLESCHI 23|84018|SCAFATI|SA|22/04/1991|NAPOLI|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|IERVOLINOANDREA@GMAIL.COM +3855|10/02/2017|PAOLILLO|IRIDE|VIA C. SANTORO 14|84013|CAVA DE' TIRRENI|SA|14/02/1986|CAVA DE' TIRRENI|29/10/2009|Universit degli studi di Salerno|Farmacia|2009|Universit degli studi di Salerno|IRIDEPAOLILLO@HOTMAIL.IT +3856|10/02/2017|ROSA|CARMELA|VIA ZECCAGNUOLO 63|84016|PAGANI|SA|20/06/1990|PAGANI|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|rosa.carmela90@gmail.com +3858|10/02/2017|TESTA|LUIGI|VIA FIUME 32|83025|MONTORO|AV|24/05/1988|AVELLINO|26/07/2013|Universit degli studi di Salerno|Farmacia|2013|Universit degli studi di Salerno|LUIGITESTA.FARMA@GMAIL.COM +3859|23/02/2017|ATTANASIO|PIERO|VIA PATERNO 56|84083|CASTEL SAN GIORGIO|SA|08/06/1989|PAGANI|29/07/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|ATTANASIOPIERO@LIBERO.IT +3861|23/02/2017|DE ROSA|FEDERICA|VIA RAFFAELE RAGONE 55|84013|CAVA DE' TIRRENI|SA|22/03/1986|BATTIPAGLIA|27/10/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|FEDERICA.DEROSA86@GMAIL.COM +3864|23/02/2017|PANICO|SILVIA|CONTRADA FORTINO 54/A|84079|VIBONATI|SA|27/04/1990|GENOVA|20/07/2016|Universit degli studi di Genova|Chimica e tecn. farmaceutica|2016|Universit degli studi di Genova|SILVIA.PANICO90@GMAIL.COM +3865|09/03/2017|ALFANO|EMMA|VIA ROMA P.CP VITTORIA 79|84018|SCAFATI|SA|07/03/1991|VICO EQUENSE|04/11/2016|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2016|Universit degli studi di Napoli "Federico II"|e.alfano1@gmail.com +3866|09/03/2017|BUONADONNA|VITTORIA|Via Tempone Chiarasso, 30|84040|Castelnuovo Cilento|SA|15/11/1990|VALLO DELLA LUCANIA|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|vittoria.buonadonna@gmail.com +3868|09/03/2017|D'ANIELLO|SHARON|VIA DEGLI ETRUSCHI 40|84135|SALERNO|SA|25/07/1990|SALERNO|28/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|sharon525@hotmail.it +3872|09/03/2017|VILLARI|ANGELA|VIA STRADA STATALE 88, 203|84084|FISCIANO|SA|21/11/1986|AVELLINO|16/12/2010|Universit degli studi di Salerno|Farmacia|2011|Universit degli studi di Salerno|angelavillari@virgilio.it +3873|23/03/2017|GALDI|DOMENICA|VIA CASA GRECO 2|84080|PELLEZZANO|SA|24/08/1989|SALERNO|27/10/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|domenica.galdi@yahoo.it +3874|23/03/2017|LEMBA|RITA|VIA MADONNELLE 3|84090|GIFFONI SEI CASALI|SA|15/01/1990|BATTIPAGLIA|31/07/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|RITALEMBA@GMAIL.COM +3875|11/04/2017|DEL VECCHIO|PATRIZIA|PIAZZA ZANARDELLI 13|84014|NOCERA INFERIORE|SA|27/10/1989|NOCERA INFERIORE|27/10/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|patriziadelvecchio89@libero.it +3877|03/05/2017|ATTANASIO|MARCO|VIA MAR IONIO|84098|PONTECAGNANO FAIANO|SA|23/07/1988|BATTIPAGLIA|23/07/2014|Universit degli studi di Bologna|Chimica e tecn. farmaceutica|2014|Universit degli studi di Bologna|marcoattanasio.23@gmail.com +3879|03/05/2017|LUCARELLI|ROBERTA|VIA PALESTRO 29|84133|SALERNO|SA|13/07/1990|SALERNO|13/07/2016|Universit degli studi di Chieti|Farmacia|2016|Universit degli studi di Chieti|robertalucarelli90@gmail.com +3880|03/05/2017|OLIVA|MICHELA|VIA R. SINISCALCHI, 24|84084|FISCIANO|SA|21/04/1990|SALERNO|27/10/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|michaela.oliva211@gmail.com +3881|16/05/2017|MAURO|FRANCESCA|VIA G. FALCONE 8|84081|BARONISSI|SA|13/09/1989|SALERNO|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|francesca.mauro.sa@gmail.com +3883|26/05/2017|SABBARESE|MARIA PASQUALINA|VIA LUIGI PALMIERI 21|84080|CALVANICO|SA|23/01/1992|AVELLINO|28/07/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|marilina.sabbarese@gmail.com +3885|15/06/2017|DE FEO|ANGELO|VIA CAPO CERASO 14/A|84060|ORRIA|SA|28/08/1990|VALLO DELLA LUCANIA|12/02/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|angelodefeo48@gmail.com +3886|13/07/2017|AMABILE|ANDREA|Via Picentino, 27|84098|Pontecagnano Faiano|SA|14/01/1986|SALERNO|26/05/2017|Universit degli studi di Napoli "Federico II"|Farmacia|2017|Universit degli studi di Napoli "Federico II"|andrea.amabile@hotmail.it +3887|13/07/2017|ANNUNZIATA|MARTINA|VIA P.V. MARONE, 63|80040|POGGIOMARINO|NA|25/11/1990|POMPEI|30/03/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|martinaannunziata90@gmail.com +3888|13/07/2017|CRISCUOLO|SERGIO|VIA MONTEROSSO 11|84011|AMALFI|SA|20/05/1992|CAMPOBASSO|31/03/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli Studi della Basilicata|cri_sergio92@hotmail.it +3889|13/07/2017|D'AURIA|GIANROCCO|VIA seconda traversa MIGLIANO 1|84084|FISCIANO|SA|27/12/1991|SALERNO|31/03/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|gianrocco.dauria@outlook.com +3890|13/07/2017|DE CATALDIS|GIUSEPPE MARIA|VIA DOMENICO ROMAGNANO 1|84134|SALERNO|SA|07/12/1989|SALERNO|31/03/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli Studi della Basilicata|mcdpeppe@alice.it +3891|13/07/2017|DE CHIARA|MARTINA|VIA TORRIONE 113|84127|SALERNO|SA|08/11/1991|BATTIPAGLIA|12/12/2016|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|dechiaramartina7@gmail.com +3892|13/07/2017|DE MARTINO|MARIACRISTINA|Via Gen.C.A. Dalla Chiesa 33/A - SAVA|84081|BARONISSI|SA|07/04/1992|SALERNO|12/12/2016|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|mariacristinademartino92@gmail.com +3893|13/07/2017|DE ROSA|GIUSEPPINA|VIA NUOVA SAN MARZANO 365|80040|POGGIOMARINO|NA|29/03/1990|POMPEI|31/03/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|giusyderosa@hotmail.it +3894|13/07/2017|DYRMISHI|EDITA|VIA MOLISE 3|84091|BATTIPAGLIA|SA|25/12/1983|TIRANA|09/02/2011|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2011|Universit degli studi di Salerno|edita.dyrmishi@gmail.com +3895|13/07/2017|FORTUNATO|ANDREA|VIA NICODEMO GIUDICE 126|84073|SAPRI|SA|15/06/1991|CASTELLAMMARE DI STABIA|16/03/2017|Universit degli studi di Urbino|Farmacia|2017|Universit degli studi di Urbino|dottorefortunatoa@gmail.com +3896|13/07/2017|GAMMALDI|EMILIANO|VIA DIEGO TAIANI 38|84126|SALERNO|SA|16/07/1992|AVELLINO|31/03/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|e.gammaldi@gmail.com +3897|13/07/2017|MANZO|LUCIA|VIA P. GRIMALDI I TRAV., 27|84010|SANT'EGIDIO DEL MONTE ALBINO|SA|10/07/1992|CAVA DE' TIRRENI|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli Studi della Basilicata|luciamanzo92@hotmail.it +3898|13/07/2017|MONDILLO|DINALDO GIUSEPPE|VIA EUROPA 25|84060|PERITO|SA|10/04/1987|AGROPOLI|30/03/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|dinaldo87@yahoo.it +3899|13/07/2017|PECORARO|CARLA|VIA LUIGI PIRANDELLO 25|84085|MERCATO SAN SEVERINO|SA|13/11/1991|SALERNO|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|c.pecoraro11.cp20@gmail.com +3900|13/07/2017|PEPE|ANTONELLA|VIA GIUSEPPE MAZZINI 11|84020|BELLOSGUARDO|SA|04/04/1985|POLLA|16/02/2017|Universit degli studi di Perugia|Farmacia|2017|Universit degli studi di Salerno|antonella.pepe1985@hotmail.it +3901|13/07/2017|PERNICE|ANNA|VIA TORTORA 9|80059|TORRE DEL GRECO|NA|15/05/1991|TORRE DEL GRECO|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli Studi della Basilicata|pernice_anna@libero.it +3902|13/07/2017|VERTUCCI|MARIKA|VIA PICENZA 6|84131|SALERNO|SA|03/04/1992|SALERNO|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|rika.dance.08@hotmail.it +3903|13/07/2017|VIETRI|ROBERTA|CORSO PIETRO ASCOLESE 264 PIAZZA DI PANDOLA|83025|MONTORO|AV|06/05/1990|SALERNO|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|robertavietri90@libero.it +3904|03/08/2017|ABBAMONTE|LUCIA|Via Cavalleggeri, 11|84098|PONTECAGNANO FAIANO|SA|08/11/1976|Polla|27/04/2017|Universit degli studi di Pisa|Farmacia|2017|Universit degli studi di Pisa|luciaabbamonte@yahoo.it +3905|03/08/2017|CARLONE|ARMANDO|VIA PANORAMICA, 4|84070|TRENTINARA|SA|12/11/1987|SALERNO|13/12/2016|Universit degli studi di Siena|Farmacia|2017|Universit degli studi di Napoli "Federico II"|ar.carlone@gmail.com +3907|03/08/2017|DE VITA|ZELINDA|VIA SANTA CATERINA 44|84060|MOIO DELLA CIVITELLA|SA|30/07/1990|VALLO DELLA LUCANIA|19/04/2017|Universit degli studi di Siena|Farmacia|2017|Universit degli studi di Salerno|zelindadevita@gmail.com +3908|03/08/2017|FOLEGATTI|ROBERTA|VIA CIRO D'AMICO 23|84129|SALERNO|SA|20/11/1984|SALERNO|13/12/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|roberta.folegatti@outlook.com +3909|03/08/2017|FURCILLO|MARIA LUISA|TRAVERSA ORTENSIO PEPI, S.N.C. - FRAZ. S. MARIA|84048|CASTELLABATE|SA|23/06/1987|EBOLI|29/07/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|m.furcillo@libero.it +3912|03/08/2017|MATONTE|DANIELA|VIA PREVITERI 57|84040|CAMEROTA|SA|11/12/1992|BATTIPAGLIA|31/03/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|daniela1112@hotmail.it +3913|03/08/2017|PANDOLFO|LUIGI|VIA PASTENA 56|84070|ROFRANO|SA|18/07/1984|SAPRI|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|luigipandolfo84@libero.it +3916|03/08/2017|AVELLA|GENOVEFFA|VIA TONALE 22|23900|LECCO|LC|31/12/1980|AGROPOLI|13/10/2006|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2007|Universit degli studi di Napoli "Federico II"|GAVELLA80@GMAIL.COM +3917|11/09/2017|BELMONTE|SERENA|VIA CASA MANZO 81|84135|SALERNO|SA|20/02/1992|SALERNO|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|s.belmonte1@hotmail.it +3918|11/09/2017|CONTALDO|ELVIRA|VIA STRIANO 17|84016|PAGANI|SA|08/11/1985|NOCERA INFERIORE|28/10/2010|Universit degli studi di Salerno|Farmacia|2010|Universit degli studi di Salerno|elvira.contaldo@libero.it +3919|11/09/2017|CORAZZIERE|GIANLUCA|VIA TERRAZZANI 28|84010|SAN VALENTINO TORIO|SA|16/01/1993|BATTIPAGLIA|27/03/2017|Universit degli Studi della Campania "Luigi Vanvitelli"|Farmacia|2017|Universit degli Studi della Campania "Luigi Vanvitelli"|gianluca.corazziere@hotmail.com +3921|11/09/2017|RESCIGNO|ENNIO|VIA C. BATTISTI 21|84082|BRACIGLIANO|SA|28/07/1989|SALERNO|13/02/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli Studi della Basilicata|ennio.rescigno@libero.it +3924|03/10/2017|ATTIANESE|ANNA DEBORAH|Via Paolo VI, n5|84018|SCAFATI|SA|26/02/1992|NOCERA INFERIORE|29/05/2017|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2017|Universit degli studi di Napoli "Federico II"|de.attia.da@gmail.com +3925|03/10/2017|AULETTA|AMBRA|VIA ANGELO LANZETTA 13 C|84087|SARNO|SA|19/05/1993|SARNO|30/03/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|ambraauletta93@gmail.com +3926|03/10/2017|FOSCALDI|MARIA GESSICA|VIA LUIGI CAMPOLONGO GRANITI 12/14|87012|CASTROVILLARI|CS|06/12/1991|CASTROVILLARI|25/05/2017|Universit degli studi della Calabria|Farmacia|2017|Universit degli studi della Calabria|mjfoscaldi@gmail.com +3928|03/10/2017|MASTRANDREA|FABIO|VIA ITALIA 61|84047|CAPACCIO|SA|20/06/1990|SALERNO|31/03/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|fabio.mastrandrea90@gmail.com +3929|03/10/2017|TUFANO|NICOLA|VIA PICENTINO 29/A|84098|PONTECAGNANO FAIANO|SA|29/08/1991|BATTIPAGLIA|12/12/2016|Universit degli studi di Salerno|Farmacia|2017|Universit degli Studi della Basilicata|nicolatufano91@gmail.com +3930|19/10/2017|APOSTOLICO|IDA|VIA PIAVE 128/I|84083|CASTEL SAN GIORGIO|SA|13/03/1988|BATTIPAGLIA|29/10/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|ida.apostolico88@gmail.com +3931|19/10/2017|AVALLONE|VALENTINA|VIA PORTA ROMANA 192|84015|NOCERA SUPERIORE|SA|05/07/1987|SALERNO|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|valentinaavallone@outlook.it +3932|19/10/2017|ESPOSITO|ALESSANDRO|VIA F. COZZOLINO 45|84018|SCAFATI|SA|31/10/1991|SCAFATI|17/12/2015|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2016|Universit degli studi di Napoli "Federico II"|alessandroe39@gmail.com +3933|19/10/2017|IESU|PAOLA|VIA ABATE GIANNATTASIO 1 TRAVERSA 1|83029|SOLOFRA|AV|28/03/1992|AVELLINO|31/03/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli Studi della Basilicata|paola.iesu@libero.it +3934|05/12/2017|FIORE|ANGELA|VIA FILIPPO PALUMBO 16|84078|VALLO DELLA LUCANIA|SA|22/08/1964|MONTELLA|24/02/1989|Universit degli studi di Napoli "Federico II"|Farmacia|1989|Universit degli studi di Napoli "Federico II"|farmaciasanpantaleonecentola@gmail.com +3935|05/12/2017|INTINTOLI|LUIGIA|VIA Gaetano Greco n.7|83028|SERINO|AV|23/06/1982|ATRIPALDA|30/10/2006|Universit degli studi di Salerno|Farmacia|2006|Universit degli studi di Salerno|ESMERALDAIN@HOTMAIL.IT +3936|05/12/2017|MONTELLA|PAOLA|VIA QUARTO, 80|84010|SANT'EGIDIO DEL MONTE ALBINO|SA|14/06/1983|NOLA|31/03/2011|Universit degli studi di Salerno|Farmacia|2011|Universit degli studi di Salerno|paola.montella-@libero.it +3937|05/12/2017|SCOTTI|DECIO MARIA|VIA P. TOGLIATTI 31|84047|CAPACCIO|SA|13/09/1980|AVELLINO|16/10/2006|Universit degli studi di Salerno|Farmacia|2006|Universit degli studi di Salerno|SCOTTIDECIO@GMAIL.COM +3938|05/12/2017|SELLITTO|VERONICA|VIA GENERALE LUIGI PARISI 35|84013|CAVA DE' TIRRENI|SA|09/08/1991|CAVA DE' TIRRENI|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|veronica.sellitto@hotmail.it +3939|21/12/2017|GRAZIANO|SERENA|VIA MAR IONIO 229|84098|PONTECAGNANO FAIANO|SA|09/09/1983|SALERNO|30/10/2008|Universit degli studi di Salerno|Farmacia|2009|Universit degli studi di Salerno|SEREGRAZIANO@LIBERO.IT +3940|31/12/2017|SENESE|DINA|VIA ALDO MORO 138|84020|OLIVETO CITRA|SA|15/09/1988|OLIVETO CITRA|22/07/2014|Universit degli studi di Siena|Chimica e tecn. farmaceutica|2014|Universit degli studi di Siena|senesedina@gmail.com +3941|11/01/2018|ARNONE|ELEONORA|VIA PROVINCIALE DEL CORTICATO SNC|84039|TEGGIANO|SA|27/10/1992|OLIVETO CITRA|19/10/2017|Universit degli Studi della Basilicata|Farmacia|2017|Universit degli Studi della Basilicata|eleonora.arnone@libero.it +3942|11/01/2018|BARBA|ANNA|CORSO ITALIA 117|84012|ANGRI|SA|22/08/1983|NOCERA INFERIORE|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|anna.barba83@gmail.com +3943|11/01/2018|BOVE|GIUSY|VIA NUOVA CHIUNZI 100|84010|MAIORI|SA|18/08/1992|SALERNO|27/07/2017|Universit degli Studi della Basilicata|Farmacia|2017|Universit degli Studi della Basilicata|bove.giusy@gmail.com +3944|11/01/2018|CAROLA|GIULIANA|VIA GIOVANNI FALCONE 13/17|84047|CAPACCIO|SA|12/01/1989|SALERNO|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|giulianacarol89@gmail.com +3945|11/01/2018|CARRATU'|CARMEN|VIA CORRADINO BIAGI 5|84013|CAVA DE' TIRRENI|SA|01/03/1985|SALERNO|27/07/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|carmen.carratu@gmail.com +3946|11/01/2018|CATAROZZO|MARIATERESA|VIA BELVEDERE 96|84091|BATTIPAGLIA|SA|21/01/1993|NAPOLI|22/03/2017|Universit degli studi di Roma "La Sapienza"|Chimica e tecn. farmaceutica|2017|Universit degli studi di Roma "La Sapienza"|mariateresa.catarozzo@gmail.com +3947|11/01/2018|CESARANO|GIADA|VIA SAN DOMENICO, 96|84016|PAGANI|SA|25/02/1991|CAVA DE' TIRRENI|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|giadacesarano@gmail.com +3948|11/01/2018|CIGOLARI|FRANCESCO|CORSO VITTORIO EMANUELE 174|84122|SALERNO|SA|04/12/1990|SALERNO|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|fcigolari@gmail.com +3949|11/01/2018|COSTARELLA|LAURA|VIA P. DEL PEZZO 173|84133|SALERNO|SA|23/04/1986|SALERNO|27/07/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|laura_costarella@hotmail.it +3950|11/01/2018|DI CIANNI|LUIGI|VIA DE GASPERI 63|84091|BATTIPAGLIA|SA|22/08/1992|ROMA|27/07/2017|Universit degli studi di Chieti|Farmacia|2017|Universit degli studi di Chieti|dicianniluigi@gmail.com +3951|11/01/2018|FABBRICATORE|ALESSIO|VIA ALFATERNA 53|84015|NOCERA SUPERIORE|SA|07/10/1992|NOCERA INFERIORE|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|alefabbricatore@gmail.com +3952|11/01/2018|FERRENTINO|ILARIA|VIA EUGENIO MONTALE 3|84085|MERCATO SAN SEVERINO|SA|06/03/1991|SALERNO|27/07/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|ilaria-ferrentino@libero.it +3953|11/01/2018|GAMBARDELLA|GIOVANNA|Via Ungari 9, prima traversa|84015|NOCERA SUPERIORE|SA|12/11/1992|CAVA DE' TIRRENI|13/03/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli Studi della Basilicata|giovanna-gambardella@libero.it +3954|11/01/2018|GARGANO|ALESSANDRO|VIA SANT'ANNA 117|84014|NOCERA INFERIORE|SA|25/07/1994|NOCERA INFERIORE|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|alessandrogargano1@gmail.com +3955|11/01/2018|GRECO|IMMACOLATA|VIA FIUMICELLO VIETRI 115|83025|MONTORO|AV|04/02/1990|AVELLINO|30/03/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|immagreco90@libero.it +3957|11/01/2018|MALZONE|MARA|VIA MAGAZZENI 40|84060|MONTECORICE|SA|06/08/1990|VALLO DELLA LUCANIA|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|mara.malzone@gmail.com +3958|11/01/2018|MONZO|FEDERICA|VIA ITALIA 61 - N. 70|84047|CAPACCIO|SA|26/07/1989|BATTIPAGLIA|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|federicamonzo@icloud.com +3959|11/01/2018|PAGANO|FRANCESCO|VIA SILVIO BARATTA, 71|84134|SALERNO|SA|31/03/1987|NOCERA INFERIORE|28/10/2011|Universit degli studi di Salerno|Farmacia|2011|Universit degli studi di Salerno|francescopagano87@libero.it +3960|11/01/2018|PANICO|MARINA|VIA PREMUDA 34|84132|SALERNO|SA|16/10/1991|BATTIPAGLIA|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|panicom91@gmail.com +3961|11/01/2018|PIGNATA|JESSICA|VIA MEDAGLIA D'ORO F. LA SALA 60|84024|CONTURSI TERME|SA|04/04/1984|OLIVETO CITRA|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|jessica_p1984@libero.it +3962|11/01/2018|RICCIULLI|BARBARA|PIAZZA P. GEMITO 21|84091|BATTIPAGLIA|SA|06/09/1993|BATTIPAGLIA|23/02/2017|Universit degli studi di Siena|Farmacia|2017|Universit degli studi di Salerno|barbara.r06@outlook.it +3963|11/01/2018|RUGGIERO|ANTONIO|VIA VILLANOVA 21/28|84014|NOCERA INFERIORE|SA|21/10/1991|PAGANI|27/07/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|a.ruggiero1991@libero.it +3964|11/01/2018|SENATORE|YLENIA|VIA PETRELLOSA 54|84013|CAVA DE' TIRRENI|SA|22/06/1991|NOCERA INFERIORE|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|senatoren@msn.com +3965|11/01/2018|VENTRE|GIOVANNI|VIA ITALIA 61, 80|84047|CAPACCIO|SA|22/11/1987|AGROPOLI|31/10/2012|Universit degli studi di Salerno|Farmacia||Universit degli studi di Salerno|gianniventre87@hotmail.it +3966|11/01/2018|ZOTTOLI|VINCENZO|VIA EPITAFFIO 2|84025|Eboli|SA|15/05/1990|EBOLI|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|vin.zottoli@gmail.com +3968|23/01/2018|FERNICOLA|MARIA SILVIA|VIA GARIBALDI 9|84040|CASAL VELINO|SA|13/02/1992|SALERNO|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|msilvia.fernicola@libero.it +3969|23/01/2018|FONSECA|AGATA|VIA SALITA SAN GIOVANNI 26|84070|SAN GIOVANNI A PIRO|SA|06/05/1988|SAPRI|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|fonseca.agata@libero.it +3970|23/01/2018|NAPOLI|FRANCESCA|VIA L. CACCIATORE 55|84124|SALERNO|SA|14/05/1983|SALERNO|16/10/2006|Universit degli studi di Salerno|Farmacia|2006|Universit degli studi di Salerno|francesca-napoli@libero.it +3971|23/01/2018|PIERRI|FRANCESCA|VIA DELLE GINESTRE 113|84134|SALERNO|SA|08/04/1993|SALERNO|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|francesca.pierri@live.it +3972|23/01/2018|SATURNO|ANTONELLA|VIA VIGNALE 35 - LOC. SAN SEVERINO|84051|CENTOLA|SA|16/01/1992|VALLO DELLA LUCANIA|16/10/2017|Universit degli studi di Firenze|Chimica e tecn. farmaceutica|2017|Universit degli studi di Firenze|antonellasaturno92@gmail.com +3973|23/01/2018|VENOSA|ALESSIA|VIA DEI CAMPI E/2|84035|POLLA|SA|05/08/1993|POLLA|24/10/2017|Universit degli studi di Siena|Farmacia|2017|Universit degli studi di Salerno|alessiavenosa@hotmail.it +3974|01/02/2018|CAPUTO|MARIAGRAZIA|VIA FICOCELLE 12|84040|CASAL VELINO|SA|03/08/1992|VALLO DELLA LUCANIA|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|mariagraziacap1992@libero.it +3975|01/02/2018|DE BARTOLOMEIS|ALESSIA|VIA FRAVITA 50|84080|PELLEZZANO|SA|16/07/1991|SALERNO|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|debartolomeisalessia@libero.it +3976|01/02/2018|DI GIUDA|SIMONA|VIA CARMINE 54|84125|SALERNO|SA|22/01/1989|SALERNO|12/12/2014||Farmacia|2015|Universit degli studi di Salerno|sdigiuda@hotmail.it +3977|01/02/2018|LA ROCCA|ANTONELLA|VIA OSTAGLIO PER ALTIMARI - FUORNI 11|84131|SALERNO|SA|19/12/1986|SALERNO|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|anto4eternity@gmail.com +3978|01/02/2018|PIFANO|FABIO CARMELO|VIA S.S. MARTIRI SALERNITANI 31|84123|SALERNO|SA|20/11/1992|SALERNO|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|fabiopif@hotmail.it +3979|01/02/2018|SAGGIOMO|ANTONIO|VIA BOLIVAR 161|84040|CAMEROTA|SA|30/05/1991|SAPRI|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|antoniosaggiomo@gmail.com +3981|14/02/2018|FUNICELLO|LUCA|VIA MARINA NUOVA 13|84060|MONTECORICE|SA|26/02/1986|AVELLINO|12/12/2016|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|luca_fun@hotmail.it +3983|14/02/2018|MAURI|ERMELINDA|VIA P. VITIELLO 31|84018|SCAFATI|SA|03/07/1987|POMPEI|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|delfa86@me.com +3984|06/03/2018|AMATO|SERENA|VIA ALVEO MANGIAGUERRA 2|84014|NOCERA INFERIORE|SA|03/03/1989|NOCERA INFERIORE|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|amato_serena@hotmail.it +3985|06/03/2018|SALVATORE|FRANCESCA|VIA GIOVANNI FALCONE 1|84020|RICIGLIANO|SA|22/02/1988|EBOLI|27/07/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|francesca.salvatore10@gmail.com +3986|06/03/2018|SPOSARO|CARMELINDA|VIA DELLE GINESTRE 99|84134|SALERNO|SA|23/01/1978|SALERNO|30/10/2001|Universit degli studi di Salerno|Farmacia|2001|Universit degli studi di Salerno|l.sposaro@me.com +3987|21/03/2018|CARUSO|AMALIA|VIA GIUSEPPE DE FALCO, 22|84084|FISCIANO|SA|28/12/1987|SALERNO|27/07/2012|Universit degli studi di Salerno|Farmacia|2012|Universit degli studi di Salerno|amalia.caruso87@alice.it +3988|21/03/2018|CORTAZZO|MARTHA|Via FIERA 69|84040|CANNALONGA|SA|23/10/1988|BAD NAUHEIM (GERMANIA)|13/12/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|marthacortazzo0@gmail.com +3990|21/03/2018|PALLADINO|CARMEN|VIA G. VERDI 13|84025|EBOLI|SA|27/03/1980|EBOLI|30/03/2009|Universit degli studi di Salerno|Farmacia|2009|Universit degli studi di Salerno|palladino_carmen@libero.it +3991|10/04/2018|ALFANO|GLORIA|VIA STAMPELLA 4|84046|ASCEA|SA|31/01/1988|VALLO DELLA LUCANIA|06/11/2012|Universit degli studi di Siena|Farmacia|2012|Universit degli studi di Siena|gloria_18@hotmail.it +3992|10/04/2018|BOFFA|GERARDO|VIA MATTEO AVALLONE 13|84129|SALERNO|SA|27/08/1988|SALERNO|18/10/2017|Universit degli studi di Chieti|Farmacia|2017|Universit degli studi di Chieti|bffgrd88@gmail.com +3993|10/04/2018|CANDIDO|ANTONELLA|Via San Vincenzo de Paoli, 24|00152|ROMA|RM|26/04/1984|VALLO DELLA LUCANIA|26/10/2009|Universit degli studi di Napoli "Federico II"|Farmacia|2009|Universit degli studi di Napoli "Federico II"|nellycandido@tiscali.it +3994|10/04/2018|CANTARELLA|ANNALISA|VIA F. BARACCA 8|84043|AGROPOLI|SA|26/07/1982|AGROPOLI|26/03/2014|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2014|Universit degli studi di Salerno|annalisa.kant@hotmail.it +3995|10/04/2018|DE LUCA|NICOLA ANTONIO|VIA SCAVI 29|84078|VALLO DELLA LUCANIA|SA|15/11/1990|VALLO DELLA LUCANIA|19/07/2017|Universit degli studi di Siena|Farmacia|2018|Universit degli studi di Siena|nicoladelu90@gmail.com +3996|10/04/2018|MAIELLARO|LAURA|VIA G. AMENDOLA 82|84084|FISCIANO|SA|08/11/1993|SALERNO|30/10/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|lauramaiellaro@tiscali.it +3997|10/04/2018|PELO|CARLO|VIA SCLAVO, 51|84010|TRAMONTI|SA|02/04/1984|GRAGNANO|29/05/2017|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2017|Universit degli studi di Napoli "Federico II"|carlo.pelo@alice.it +3998|15/04/2018|FORTUNATO|FEDERICA|VIA TANAGRO 12|84132|SALERNO|SA|30/01/1993|SALERNO|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|federicafortunato@hotmail.it +3999|15/04/2018|MARGARITA|MICHELA|VIA DEL CENTENARIO 129 - LANCUSI|84084|FISCIANO|SA|08/10/1989|SALERNO|30/03/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|margaritamichela17@gmail.com +4000|26/04/2018|DE ROSA|ILARIA|VIA SPINITO PALAZZA 19|84036|SALA CONSILINA|SA|18/04/1992|POLLA|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|derilaria@libero.it +4001|26/04/2018|FERRAIOLI|ANGELAMARIA|VIA SALICE 4|84012|ANGRI|SA|15/10/1981|NAPOLI|31/03/2006|Universit degli studi di Salerno|Farmacia|2006|Universit degli studi di Salerno|angelaferraioli81@gmail.com +4002|26/04/2018|SPINELLI|LUISA|VIA ISCALONGA 135|84043|AGROPOLI|SA|27/11/1980|COLONIA|26/07/2007|Universit degli studi di Salerno|Farmacia|2007|Universit degli studi di Salerno|isa_lu@libero.it +4003|08/05/2018|ATTANASIO|FEDERICO|VIA CAMPANIA 29|84098|PONTECAGNANO FAIANO|SA|02/04/1991|BATTIPAGLIA|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|federicoattanasio@outlook.it +4004|08/05/2018|D'ALESSIO|ANNA|VIA FIANO, 168|84014|NOCERA INFERIORE|SA|26/07/1972|NOCERA INFERIORE|19/01/1998|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|1998|Universit degli studi di Napoli "Federico II"|anna-dalessio@libero.it +4005|08/05/2018|PROCIDA|GEMMA|VIA MAR MEDITERRANEO 17|84098|PONTECAGNANO FAIANO|SA|17/11/1989|SALERNO|27/03/2015|Universit degli studi di Roma "La Sapienza"|Chimica e tecn. farmaceutica|2015|Universit degli studi di Roma "La Sapienza"|procida.gemma@gmail.com +4006|24/05/2018|RAGO|ANTONIO|VIA CAPPELLA 12|84081|BARONISSI|SA|06/12/1980|SALERNO|26/07/2007|Universit degli studi di Salerno|Farmacia|2007|Universit degli studi di Salerno|ragoantonio80@libero.it +4007|14/06/2018|CELANO|ILENIA|VIA MAR IONIO 47|84098|PONTECAGNANO FAIANO|SA|26/02/1988|SALERNO|30/03/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|illi.c@live.it +4008|14/06/2018|FREDA|FRANCESCO|VIA S. CALORIO|84020|SAN GREGORIO MAGNO|SA|21/04/1989|OLIVETO CITRA|11/10/2013|Universit degli studi di Urbino|Farmacia|2013|Universit degli studi di Urbino|fr.freda@gmail.com +4009|14/06/2018|LAMANNA|NORMA|VIA PIO XII|84025|EBOLI|SA|03/06/1981|EBOLI|18/12/2006|Universit degli studi di Siena|Farmacia|2007|Universit degli studi di Siena|lamannanorma@gmail.com +4010|23/06/2018|LER|LUIGI|VIA G. GUERRITORE 18|84014|NOCERA INFERIORE|SA|08/09/1980|NOCERA INFERIORE|30/03/2005|Universit degli studi di Salerno|Farmacia|2005|Universit degli studi di Salerno|kiraler@tin.it +4012|14/06/2018|MOSELLA|VINCENZO|Via Mare Rosso, 5 - Torvaianica Alta|00040|Pomezia|RM|19/08/1983|NOCERA INFERIORE|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|vincenzo.mosella83@gmail.com +4013|14/06/2018|ROMANO|MARIANNA|VIA VINCENZO MARONE 32|84030|MONTE SAN GIACOMO|SA|01/12/1992|POLLA|28/07/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|romano.marianna.92@gmail.com +4014|26/06/2018|MARRAZZO|FILOMENA|VIA MONTALBINO 28|84016|PAGANI|SA|14/01/1986|NOCERA INFERIORE|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|f.marrazzo86@gmail.com +4015|26/06/2018|MIGLIARO|VINCENZO|VIA MARTIN LUTHER KING 30|84010|SAN VALENTINO TORIO|SA|26/05/1987|NOCERA INFERIORE|29/07/2016|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2016|Universit degli studi di Salerno|enzomigliaro@hotmail.it +4016|05/07/2018|BUTRICO|VALENTINA|VIA SCALARETA 112|84045|ALTAVILLA SILENTINA|SA|21/04/1986|BATTIPAGLIA|31/10/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|DOLCESTELLA86@HOTMAIL.COM +4017|05/07/2018|NESTERENKO|OLGA|VIA MONTICELLI DI FUORNI 2B SCALA I|84131|SALERNO|SA|05/07/1981|KIEV|31/03/2014|Universit degli studi di Salerno|Farmacia|2014|Universit degli studi di Salerno|olganesterenko81@tiscali.it +4018|05/07/2018|SAVINO VASTOLA|MICHELE|VIA VETICE 45|84010|SAN VALENTINO TORIO|SA|22/12/1983|NOCERA INFERIORE|13/04/2018|Universit degli studi di Camerino|Farmacia|2018|Universit degli studi di Camerino|michelesavino83@gmail.com +4021|19/07/2018|AVINO|MONICA|VIA SALVATORE D'ALESSANDRO 29|84014|NOCERA INFERIORE|SA|12/12/1985|NOCERA INFERIORE|15/02/2018|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno|monicaavino85@gmail.com +4022|19/07/2018|BENINCASA|ANGELO|VIA SARNO 188|80040|STRIANO|NA|10/09/1988|SCAFATI|26/03/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli Studi della Basilicata|ang.benincasa@gmail.com +4023|19/07/2018|BRANDO|ALESSIA|VIA TROTULA DE RUGGIERO 30|84121|SALERNO|SA|21/03/1994|NAPOLI|26/03/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|alessiabrando@hotmail.it +4024|19/07/2018|CURCIO|ANTONIO|VIA S.S.18 P.ZZA VINCENZO GIOBERTI 52|84091|BATTIPAGLIA|SA|07/07/1992|SALERNO|26/03/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|antoniocurcio92@libero.it +4025|19/07/2018|DI IUGLIO|ANNA|VIA MONSIGNOR VICINANZA 1/B|84091|BATTIPAGLIA|SA|26/11/1986|SALERNO|26/03/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|m.m.6687@gmail.com +4026|19/07/2018|GALLO|ELEONORA|VIA GENERALE SALVATORE ALLENDE 161/A|84131|SALERNO|SA|12/09/1992|ARIANO IRPINO|26/03/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|elegallo@hotmail.it +4027|19/07/2018|GIULIANI|FEDERICO|VIA DELLE SIRENE 2|84040|CAMEROTA|SA|01/04/1989|SALERNO|31/10/2017|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|giuliani.farmacia@gmail.com +4028|19/07/2018|LA MARCA|VALENTINA|VIA CAPPELLE INFERIORE 1|84135|SALERNO|SA|13/06/1992|SALERNO|13/12/2017|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|valentinalamarca@hotmail.it +4029|19/07/2018|SORRENTINO|DENISE|VIA PASSANTI FLOCCO TRAV.MASSERIA TEDESCO|80041|BOSCOREALE|NA|28/04/1993|POMPEI|13/12/2017|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|sorrentinodenise@gmail.com +4030|26/07/2018|CETRANGOLO|CONSIGLIA MARIA|VIA MADONNA DELLE GRAZIE 57|84060|ROCCAGLORIOSA|SA|12/03/1991|SAPRI|13/12/2017|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|consy1291@gmail.com +4031|26/07/2018|DEL REGNO|VALENTINA|VIA RIO SECCO 35|83025|MONTORO|AV|17/05/1987|AVELLINO|26/03/2018||Farmacia|2018|Universit degli studi di Salerno|valedelregno@hotmail.it +4032|26/07/2018|GUADAGNO|ROBERTA|VIA VALLE DI POGEROLA 2|84011|AMALFI|SA|04/01/1990|SALERNO|13/12/2017|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|guadagnoroberta@yahoo.it +4033|26/07/2018|SENATORE|FABIANA|VIA VALLONE 40 DRAGONEA|84019|VIETRI SUL MARE|SA|31/12/1992|SALERNO|18/04/2018|Universit degli studi di Siena|Farmacia|2018|Universit degli studi di Salerno|fabianasen.92@hotmail.it +4034|26/07/2018|VARONE|DOMENICO|VIA CARLO TRAMONTANO 56|84016|PAGANI|SA|04/11/1992|PAGANI|14/02/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|domenico_varone@hotmail.it +4035|05/09/2018|ANGRISANI|LUCIA|VIA CICALESI 145|84014|NOCERA INFERIORE|SA|30/05/1990|NOCERA INFERIORE|18/12/2017|Universit degli studi di Napoli "Federico II"|Farmacia|2018|Universit degli studi di Napoli "Federico II"|looocia@hotmail.it +4036|05/09/2018|BELMONTE|IMMACOLATA|VIA CASA CUMBOLO 41|84010|MINORI|SA|28/06/1992|NOCERA INFERIORE|26/03/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|imma.belmonte@hotmail.it +4037|05/09/2018|D'ELIA|MARIA|VIA GIUSEPPE GARIBALDI 227|84015|NOCERA SUPERIORE|SA|09/06/1989|NOCERA INFERIORE|11/02/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|deliameri1989@gmail.com +4038|05/09/2018|FIASCO|ROBERTA|VIA TRENTINO ALTO ADIGE 5|84090|MONTECORVINO PUGLIANO|SA|22/08/1992|BATTIPAGLIA|18/04/2018|Universit degli studi di Siena|Farmacia||Universit degli studi di Napoli "Federico II"|fiascoroberta@libero.it +4039|05/09/2018|GIANNATTASIO|GIUSEPPINA|VIA NAZIONALE 32|84070|SANTA MARINA|SA|23/06/1988|NAPOLI|14/02/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|giusy100@hotmail.it +4040|05/09/2018|IANNUZZI|SILVIA|VIA VERCELLI 52|00100|ROMA|RM|04/03/1990|AVELLINO|11/02/2016|Universit degli studi di Salerno|Farmacia|2016|Universit degli studi di Salerno|silvia.iannuzzi90@gmail.com +4041|05/09/2018|LOMBARDI|FRANCESCO|VIA SAN CATALDO 41|84060|ROCCAGLORIOSA|SA|02/10/1990|NAPOLI|18/05/2018|Universit degli studi di Bologna|Farmacia|2018|Universit degli studi di Bologna|fra.lombardi@icloud.com +4042|05/09/2018|MARCHESE|SONJA|VIA CELSA DI ROCCA 1|83040|GESUALDO|AV|27/04/1988|MESSINA|08/05/2015|Universit degli studi di Messina|Chimica e tecn. farmaceutica|2015|Universit degli studi di Messina|sonja.marchese@outlook.it +4043|05/09/2018|PARRELLA|DOMENICO|VIA VOLPARE 6|83025|MONTORO|AV|18/01/1980|AVELLINO|19/12/2006|Universit degli studi di Salerno|Farmacia|2006|Universit degli studi di Salerno|parrella.domenico@libero.it +4044|05/09/2018|VALVA|VINCENZO|VIA LUIGI MAZZEO 28|84040|CAMEROTA|SA|26/01/1991|SAPRI|18/05/2018|Universit degli studi di Bologna|Farmacia|2018|Universit degli studi di Bologna|valvolone91@gmail.com +4045|05/10/2018|BOCCIA|GIUSEPPINA|VIA FIORIGNANO 10|84091|BATTIPAGLIA|SA|05/06/1989|SALERNO|15/02/2018|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno|giusy.boccia14@gmail.com +4046|05/10/2018|DE ROSA|MORENA|VIA SCALARETA 59|84045|ALTAVILLA SILENTINA|SA|25/08/1993|EBOLI|26/03/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|moryderosa93@gmail.com +4047|05/10/2018|DORATO|FEDERICO|VIA BASTIONI 41/F|84122|SALERNO|SA|02/02/1974|SALERNO|25/07/2001|Universit degli studi di Salerno|Farmacia|2001|Universit degli studi di Salerno|federicodorato@hotmail.it +4048|05/10/2018|GALLUZZI|IVAN|VIA CAPPELLE INFERIORI 5|84135|SALERNO|SA|27/04/1992|SALERNO|14/02/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|galluzzi.ivan92@gmail.com +4049|05/10/2018|GAMBARDELLA|FRANCESCO|VIA F. CORREALE 30|84014|NOCERA INFERIORE|SA|24/01/1990|NOCERA INFERIORE|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|francescogambardella@hotmail.it +4050|05/10/2018|ROMANO|ELIANA|VIA PEZZANO 28|84099|SAN CIPRIANO PICENTINO|SA|19/08/1988|SALERNO|13/12/2017|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|eliana.r88@hotmail.it +4051|05/10/2018|SANTORO|ANNAPAOLA|VIA VALERIO LASPRO, 61|84126|SALERNO|SA|16/01/1990|SALERNO|26/03/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|annapaolasantoro@outlook.it +4052|26/10/2018|ACAMPORA|STEFANO|VIA GELSO, 65|84126|SALERNO|SA|11/04/1985|CAVA DE' TIRRENI|27/03/2018|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno|st.acampora@gmail.com +4053|26/10/2018|VECCHIO|WANDA|VIA CAPOMONTE 18|84053|CICERALE|SA|11/08/1987|AVELLINO|15/02/2018|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno|WANDAVECCHIO3@GMAIL.COM +4055|16/11/2018|MENNELLA|MORENA|VIA TURCI 17|83029|SOLOFRA|AV|07/03/1985|AVELLINO|26/07/2011|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2011|Universit degli studi di Salerno|morena.mennella@gmail.com +4056|21/11/2018|CENNAMO|GRAZIA|VIA CERROCUPO 84|84045|ALTAVILLA SILENTINA|SA|10/12/1993|BATTIPAGLIA|27/03/2018|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno|GRAZIACENNAMO@YAHOO.IT +4057|21/11/2018|MENZA|WILLIAM|VIA PABLO PICASSO 1|84020|SAN GREGORIO MAGNO|SA|29/04/1980|POLLA|30/10/2007|Universit degli studi di Salerno|Farmacia|2007|Universit degli studi di Salerno|wilmenza@hotmail.it +4058|18/12/2018|APICELLA|MARIO|VIA CAPONE GAETANO 15|84010|MAIORI|SA|19/08/1991|SALERNO|14/02/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|apicella.mario91@gmail.com +4059|18/12/2018|PATRIZI|GESSICA|Ara dei Santi 47|03025|MONTE SAN GIOVANNI CAMPANO|FR|18/02/1988|SORA|13/11/2014|Universit degli studi di Chieti|Farmacia|2015|Universit degli studi di Chieti|gessica88gp@libero.it +4060|31/12/2018|BIANCA|PAOLA|VIA ANTONIO GRAMSCI 111|84014|NOCERA INFERIORE|SA|02/09/1983|NOCERA INFERIORE|09/02/2012|Universit degli studi di Salerno|Farmacia|2012|Universit degli studi di Salerno|paola.piero@me.com +4061|15/01/2019|ADINOLFI|GIOVANNA|VIA ALCIDE DE GASPERI 24|84013|CAVA DE' TIRRENI|SA|15/05/1990|SARNO|22/10/2018|Universit degli Studi della Campania "Luigi Vanvitelli"|Farmacia|2018|Universit degli Studi della Campania "Luigi Vanvitelli"|gio.adinolfi90@gmail.com +4062|15/01/2019|APICELLA|LUCIA|VIA STASSANO SUPERIORE 13|84022|CAMPAGNA|SA|13/12/1990|OLIVETO CITRA|25/07/2018|Universit degli studi di Napoli "Federico II"|Farmacia|2018|Universit degli studi di Napoli "Federico II"|luciaapicella1@outlok.it +4063|15/01/2019|APRILE|CHIARA|VIA TEMPONE CHIARASSO, 3 - FRAZIONE VELINA|84040|CASTELNUOVO CILENTO|SA|04/07/1991|NAPOLI|23/10/2018|Universit degli studi di Siena|Farmacia|2018|Universit degli studi di Napoli "Federico II"|aprilechiara.ac@gmail.com +4064|15/01/2019|BIGNARDI|MARIA GIULIA|CORSO VITTORIO EMANUELE 57|84123|SALERNO|SA|13/07/1991|SALERNO|20/07/2018|Universit degli studi di Roma "La Sapienza"|Farmacia|2018|Universit degli studi di Salerno|gbignardi94@gmail.com +4065|15/01/2019|CARAVANO|GIADA|VIA ALDO MORO 43/E|84085|MERCATO SAN SEVERINO|SA|28/04/1989|SALERNO|26/07/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|giada.caravano@gmail.com +4066|15/01/2019|COPPOLA|MARINA|VIA TERMINE BIANCO 24|84010|SAN MARZANO SUL SARNO|SA|12/07/1983|NOCERA INFERIORE|15/12/2016|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2017|Universit degli studi di Napoli "Federico II"|marycoppola1@hotmail.com +4067|15/01/2019|CORTAZZO|GIUSEPPE|VIALE RISORGIMENTO 72|84043|AGROPOLI|SA|16/09/1991|AGROPOLI|18/10/2018|Universit degli studi di Perugia|Farmacia|2018|Universit degli studi di Perugia|CORTAZZOGIUSEPPE@GMAIL.COM +4068|15/01/2019|DE ROSA|CARMEN|VIA PER PAESTUM 57|84069|ROCCADASPIDE|SA|20/01/1986|AGROPOLI|26/03/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|karmen86@tiscali.it +4069|15/01/2019|DEL VECCHIO|EMANUELA|VIA BASTIONI, 15|84122|SALERNO|SA|06/05/1984|SALERNO|26/07/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|MANUDELVE@HOTMAIL.COM +4070|15/01/2019|FINELLI|ANTONIETTA FILOMENA|VIA NUOVA GALLESANA INT. 4|01039|VIGNANELLO|VT|22/01/1992|VICO EQUENSE|14/02/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|antonietta.finelli@libero.it +4071|15/01/2019|FORTE|NUNZIA|VIA TEMPA SANT'ANTONIO 7|84050|FUTANI|SA|25/07/1988|SCHLIEREN|25/07/2018|Universit degli studi di Napoli "Federico II"|Farmacia|2018|Universit degli studi di Napoli "Federico II"|fortenunzia@gmail.com +4072|15/01/2019|FRAGETTA|MATTEO|VIA GIACOMO PUCCINI 14|84081|BARONISSI|SA|21/09/1994|SALERNO|30/10/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|fragettamatteo@gmail.com +4073|15/01/2019|GENTILE|ERICA|VIA FICOCELLE 28|84040|CASAL VELINO|SA|03/07/1990|VALLO DELLA LUCANIA|18/07/2018|Universit degli studi di Pavia|Farmacia|2018|Universit degli studi di Pavia|erica.gentile01@universitadipavia.it +4074|15/01/2019|GIAQUINTO|MARIA GRAZIA|VIA ISCA 15|83025|MONTORO|AV|03/09/1982|ATRIPALDA|16/12/2010||Farmacia|2011|Universit degli studi di Salerno|mgrazia03@virgilio.it +4075|15/01/2019|GIULIANI|MARCELLO|PIAZZA MADONNINA 1|84069|ROCCADASPIDE|SA|03/07/1966|ROCCADASPIDE|25/10/2018|Universit degli studi di Napoli "Federico II"|Farmacia|2018|Universit degli studi di Napoli "Federico II"|marcello537@gmail.com +4076|15/01/2019|IACOVAZZO|MASSIMILIANO|VIA MATTIA DE LAURENTIS 16|84078|VALLO DELLA LUCANIA|SA|28/09/1990|VALLO DELLA LUCANIA|30/10/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno|massimilianoiacovazzo@gmail.com +4077|15/01/2019|LUPO|ANNALISA|CONTRADA VAGNI SCN|84031|AULETTA|SA|09/11/1992|SALERNO|23/10/2018|Universit degli studi di Siena|Farmacia|2018|Universit degli Studi della Basilicata|annalisalupo19@gmail.com +4078|15/01/2019|MAGGIORE|ISABELLA|VIA MONTE TERMINILLO C/2, 4|84090|MONTECORVINO PUGLIANO|SA|27/11/1992|BATTIPAGLIA|27/07/2018|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno|isabella92@libero.it +4079|15/01/2019|MAIORIELLO|MARIAPIA|VIA W. TOBAGI 15|84022|CAMPAGNA|SA|26/03/1985|BATTIPAGLIA|31/10/2018|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno|mariapiamaioriello1@gmail.com +4080|15/01/2019|MARRA|ANNA|VIA GIOVANNI XXIII II TRAVERSA , 1|84010|SANT'EGIDIO DEL MONTE ALBINO|SA|01/07/1994|SCAFATI|30/10/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|marranna9494@gmail.com +4081|15/01/2019|PASSARELLA|ALESSANDRA|VIA LOMBARDIA 8|84043|AGROPOLI|SA|02/06/1993|VALLO DELLA LUCANIA|14/02/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|ALE.GIRL.93@HOTMAIL.IT +4082|15/01/2019|PASSARO|RAFFAELLA|PIAZZA DEI MARTIRI 14|84070|TRENTINARA|SA|23/10/1992|BATTIPAGLIA|13/12/2017|Universit degli studi di Urbino|Chimica e tecn. farmaceutica|2018|Universit degli studi di Urbino|raffaellapassaro92@gmail.com +4084|15/01/2019|RUOCCO|MARCO|VIA SAN GIUSEPPE SNC|84010|MAIORI|SA|20/08/1994|SALERNO|26/07/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|maruocco.1@gmail.com +4085|15/01/2019|SCOGNAMIGLIO|ANDREA|VIA F. DELLA MONICA 31|84134|SALERNO|SA|15/02/1988|SALERNO|27/08/2018|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno|SCANDRE989@GMAIL.COM +4086|15/01/2019|SICILIANO|MARIA GIOVANNA|VIA CASTELLO 1|84070|SANTA MARINA|SA|26/03/1992|SAPRI|14/02/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|mariagiovannas@tiscali.it +4087|15/01/2019|TIPALDI|ALESSANDRO|VIA NAPOLI 57|84014|NOCERA INFERIORE|SA|25/01/1991|NOCERA INFERIORE|31/10/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|alessandro.tipaldi@libero.it +4088|15/01/2019|TODISCO|GIUSEPPINA|VIA JACOPO SANNAZZARO 12|84018|SCAFATI|SA|30/08/1983|VICO EQUENSE|28/07/2017|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|DOTT.TODISCO2010@HOTMAIL.com +4089|15/02/2019|ACAMPORA|MARIATERESA|VIA RADICOSA 26|80051|AGEROLA|NA|26/06/1993|CASTELLAMMARE DI STABIA|21/03/2018|Universit degli studi di Napoli "Federico II"|Farmacia|2018|Universit degli studi di Napoli "Federico II"|mteresa93ag@hotmail.com +4090|15/02/2019|ACETO SPAGNUOLO|AMALIA|VIA RISORGIMENTO 61|84015|NOCERA SUPERIORE|SA|06/08/1970|ANGRI|29/10/1999|Universit degli studi di Salerno|Farmacia|1999|Universit degli studi di Salerno|info@deapharma.it +4091|15/02/2019|AMATUCCI|ELIDIA|VIA BEATO SIMEONE ZONA LAGO|84048|CASTELLABATE|SA|26/11/1988|AGROPOLI|20/07/2018|Universit degli studi di Roma "La Sapienza"|Farmacia|2018|Universit degli studi di Salerno|elidiaamatucci@libero.it +4092|15/02/2019|CAGGIANO|NICOLINA|VIA C/DA CARDINETA 1|84031|AULETTA|SA|11/10/1988|POLLA|07/11/2018|Universit degli studi di Chieti|Chimica e tecn. farmaceutica|2018|Universit degli studi di Chieti|nicolinacaggiano@gmail.com +4093|15/02/2019|CEMBALO|JESSICA|VIA SCALARETA 125|84045|ALTAVILLA SILENTINA|SA|28/02/1993|BATTIPAGLIA|30/10/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|j.cembalo93@gmail.com +4094|15/02/2019|CONTALDI|MARIAROSARIA|VIA CORALLO 162|84016|PAGANI|SA|13/02/1987|NOCERA INFERIORE|26/07/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|m.rosariacontaldi@gmail.com +4095|15/02/2019|CURCI|ALESSANDRO|VIA PIANO DI MARE SNC|84066|PISCIOTTA|SA|27/05/1991|VALLO DELLA LUCANIA|17/10/2018|Universit degli studi di Chieti|Farmacia|2018|Universit degli studi di Chieti|alessandrocurci@outlook.it +4096|15/02/2019|D'AMATO|SIMONA ANNA|VIA SCUOLA ELEATICA 11|84133|SALERNO|SA|25/10/1981|SALERNO|20/12/2006|Universit degli studi di Salerno|Farmacia|2007|Universit degli studi di Salerno|simonaanna.damato@gmail.com +4097|15/02/2019|DEL REGNO|LUIGIA|VIA MAZZINI 89 SARAGNANO|84081|BARONISSI|SA|30/03/1978|AVELLINO|26/07/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|GINADELREGNO5@GMAIL.COM +4098|15/02/2019|DELL'OMO|MARIA PIA|VIA ROMA 97|81100|CASERTA|CE|19/12/1987|NAPOLI|13/12/2017|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|mariapiadellomo@gmail.com +4099|15/02/2019|ESPOSITO|ANTONELLA|VIA DAMIANO MANCUSO (EX SALTIMATTI) 11|84087|SARNO|SA|09/08/1979|SARNO|22/12/2004|Universit degli studi di Salerno|Farmacia|2005|Universit degli studi di Salerno|dott.antonellaesposito@gmail.com +4100|15/02/2019|FALCO|BARBARA|VIA RISORGIMENTO 49|80040|STRIANO|NA|27/09/1985|AVELLINO|31/03/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|barbarafalco173@gmail.com +4101|15/02/2019|FORTINO|FRANCESCA|PIAZZA TRIESTE E TRENTO 13|84014|NOCERA INFERIORE|SA|22/02/1988|NOCERA INFERIORE|30/10/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno|f.fortino1@outlook.it +4103|15/02/2019|NARDI|MARCELLA|VIA LUIGI GUERCIO 66|84134|SALERNO|SA|22/08/1984|SALERNO|30/10/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|nardi_marcella@hotmail.it +4104|15/02/2019|PANZELLA|ELENA VITTORIA|VIS SANTA MARIA DELLE GRAZIE 26|84030|PERTOSA|SA|12/07/1990|POLLA|19/04/2018|Universit degli studi di Siena|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno|elenavittoria90@libero.it +4106|15/02/2019|SALZANO|VALENTINA|VIA IRNO 83|84135|SALERNO|SA|06/09/1993|SALERNO|30/10/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|valesalz93@gmail.com +4107|15/02/2019|SINISCALCO|SAMANTHA|VIA FEDERICO WENNER 18|84080|PELLEZZANO|SA|26/08/1988|SALERNO|22/03/2018|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2018|Universit degli studi di Napoli "Federico II"|samanthasiniscalco@libero.it +4108|15/02/2019|VICINANZA|VERONICA|VIA CASA DI GIACOMO 22|84133|SALERNO|SA|23/04/1991|SALERNO|27/07/2018|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno|veronica2vicinanza@gmail.com +4109|15/02/2019|VORIA|KATIA|VIA MAGNA GRECIA 143|84047|CAPACCIO|SA|12/05/1992|AGROPOLI|25/10/2018|Universit degli studi di Napoli "Federico II"|Farmacia|2018|Universit degli studi di Napoli "Federico II"|katiavona1992@gmail.com +4110|15/02/2019|ZINI|ELEONORA|VIA GIACUMBI 41|84056|GIOI|SA|23/01/1989|MILANO|03/02/2014|Universit degli studi di Milano|Chimica e tecn. farmaceutica|2014|Universit degli studi di Milano|eleo.zini@gmail.com +4111|07/03/2019|BONITO|ANGELA|CORSO VITTORIO EMANUELE 41|84014|NOCERA INFERIORE|SA|28/03/1993|NOCERA INFERIORE|26/07/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|bonito_angela@hotmail.it +4112|07/03/2019|CANNALONGA|ARTURO|VIA MARROTA SNC|84043|AGROPOLI|SA|29/09/1989|AGROPOLI|23/04/2015|Universit degli studi di Siena|Farmacia|2015|Universit degli studi di Siena|arturocannalonga@hotmail.it +4113|07/03/2019|D'ANIELLO|ANNA|VIA GIUSEPPE GARIBALDI I TRAV 15|84015|NOCERA SUPERIORE|SA|07/02/1990|SALERNO|30/07/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|annadaniello20@libero.it +4114|07/03/2019|FALCO|ANTONIA|VIA STARZA GRANDE 14|83025|MONTORO|AV|12/04/1983|AVELLINO|31/10/2007|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|1998|Universit degli studi di Salerno|afalco@unisa.it +4115|07/03/2019|GIORDANO|ELISA|VIA G. FORTUNATO 4|84081|BARONISSI|SA|11/11/1993|SALERNO|26/03/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|elisa.giordano@virgilio.it +4117|28/03/2019|VOLINO|FRANCESCA|VIA PRINCIPE LANCELLOTTI 155|83023|LAURO|AV|23/10/1993|ATRIPALDA|30/10/2018||Farmacia|2018|Universit degli studi di Salerno|francescavolino@libero.it +4118|12/03/2019|CIANCI|IOLANDA|VIA FIUME 24|84129|SALERNO|SA|02/11/1982|SALERNO|29/03/2007|Universit degli studi di Salerno|Farmacia|2007|Universit degli studi di Salerno|IOLECIANCI@GMAIL.COM +4119|30/03/2019|CAVOTTA|MARIA|VIA MONZAMBANO 5|84132|SALERNO|SA|20/06/1989|SALERNO|13/12/2017|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|mariacavotta@gmail.com +4120|30/03/2019|GRANATO|ALESSIA|VIA LIBROIA RAFFAELE 67|84014|NOCERA INFERIORE|SA|06/04/1991|NOCERA INFERIORE|31/10/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|alessia.granato@outlook.it +4121|30/03/2019|IACUZZO|CHIARA|VIA PICENZA 20|84131|SALERNO|SA|23/11/1984|BATTIPAGLIA|27/07/2018|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno|ki-voyage@hotmail.it +4123|30/03/2019|RUGGIERO|BARBARA|VIA ENRICO BOTTIGLIERI 14|84134|SALERNO|SA|19/04/1992|SALERNO|26/07/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|barug1992@gmail.com +4124|30/03/2019|SUPINO|ANNA|VIA SPINITO PALAZZA|84036|SALA CONSILINA|SA|14/11/1977|MONTESANO SULLA MARCELLANA|25/03/2003|Universit degli studi di Napoli "Federico II"|Farmacia|2003|Universit degli studi di Napoli "Federico II"|antonio.detta@tiscali.it +4125|10/04/2019|CANDILA|SIMONA|VIA B. FUSCO 12|84091|BATTIPAGLIA|SA|17/03/1988|SALERNO|28/10/2011|Universit degli studi di Salerno|Farmacia|2012|Universit degli studi di Salerno|simonacandila@gmail.com +4126|30/04/2019|DI MAIO|ANNAMARIA|VIA CARLO AMALFI 8|80063|PIANO DI SORRENTO|NA|20/06/1967|VICO EQUENSE|14/03/1991|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|1991|Universit degli studi di Napoli "Federico II"|an.dimaio@libero.it +4128|30/04/2019|IORIO|ARIANNA|VIA ROMA 271|83025|MONTORO|AV|13/04/1983|AVELLINO|30/10/2007|Universit degli studi di Salerno|Farmacia|2007|Universit degli studi di Salerno|arianna.iorio@yahoo.it +4129|30/04/2019|PESCE|ANGELA|VIA SAPORITO 25|80040|POGGIOMARINO|NA|28/04/1972|CASTELLAMMARE DI STABIA|16/10/2006|Universit degli studi di Salerno|Farmacia|2006|Universit degli studi di Salerno|pesceangy@yahoo.it +4130|30/04/2019|SCHIAVO|IRENE|VIA ANGELO RUBINO 1|84078|VALLO DELLA LUCANIA|SA|25/04/1987|VALLO DELLA LUCANIA|20/07/2015|Universit degli studi di Siena|Chimica e tecn. farmaceutica|2016|Universit degli studi di Siena|schiavoirene@gmail.com +4131|30/04/2019|TUCCELLA|GUIDO|VIA ENRICO PERITO 48|84025|EBOLI|SA|06/03/1981|SANT'ARSENIO|30/03/2012|Universit degli studi di Salerno|Farmacia|2012|Universit degli studi di Salerno|guidotuccella@libero.it +4132|30/05/2019|GUIDA|ANDREA|VIA S. LEO|84048|CASTELLABATE|SA|13/02/1990|AGROPOLI|09/11/2016|Universit degli studi di Pisa|Farmacia|2016|Universit degli studi di Pisa|andreagui@live.it +4133|30/05/2019|LETTIERI|MARIACATERINA|VIA CONCHE 4|84030|SAN PIETRO AL TANAGRO|SA|21/07/1987|NAPOLI|21/03/2018|Universit degli studi di Napoli "Federico II"|Farmacia|2018|Universit degli studi di Napoli "Federico II"|mariacaterinalettieri@gmail.com +4135|30/05/2019|RICCIUTI|ELISA|VIA BAGNARA 1|84085|MERCATO SAN SEVERINO|SA|11/10/1981|SALERNO|16/10/2006|Universit degli studi di Salerno|Farmacia|2007|Universit degli studi di Salerno|ricciutielisa@gmail.com +4136|30/05/2019|SCOLA|EMIDDIO|VIA SAN MICHELE 8|84040|CASAL VELINO|SA|06/02/1982|VALLO DELLA LUCANIA|25/07/2017|Universit degli studi di Napoli "Federico II"|Farmacia|2017|Universit degli studi di Napoli "Federico II"|e.scola@hotmail.it +4137|30/05/2019|VITIELLO|MARIA MADDALENA|VIA ABATE CUOMO 12|84018|SCAFATI|SA|13/07/1987|TORRE DEL GRECO|27/03/2018|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno|marilenavitiello@libero.it +4138|12/06/2019|DI LAURO|SARA|VIA MONTE TACCARO, 104/10|84012|ANGRI|SA|28/02/1990|NOCERA INFERIORE|14/02/2017|Universit degli studi di Salerno|Farmacia|2017|Universit degli studi di Salerno|saretta_dil@hotmail.it +4139|12/06/2019|NOSCHESE|ROSSELLA|VIA AQUARA 3|84099|SAN CIPRIANO PICENTINO|SA|02/07/1969|SALERNO|23/07/1996|Universit degli studi di Napoli "Federico II"|Farmacia|1996|Universit degli studi di Napoli "Federico II"|ross69n@libero.it +4140|18/06/2019|SPAGNUOLO|ESTHER|VIA GRADONI 10|83030|MANOCALZATI|AV|09/09/1987|AVELLINO|30/10/2012|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2012|Universit degli studi di Salerno|parafarmaciasalusav@gmail.com +4141|01/07/2019|COSENZA|STEFANIA|VIA RASTELLI 53|80030|CARBONARA DI NOLA|NA|28/04/1992|SARNO|15/02/2018|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno|cosenzastefania92@gmail.com +4143|01/07/2019|RIO|ROSSELLA|VIA DIETRO ZAPPINO 12|84022|CAMPAGNA|SA|18/04/1984|OLIVETO CITRA|26/03/2015|Universit degli studi di Salerno|Farmacia|2015|Universit degli studi di Salerno|rossella.rio@libero.it +4144|10/07/2019|D'AMORE|DANIELE|VIA FRANCESCO MANZO 53|84123|SALERNO|SA|11/12/1985|SALERNO|29/04/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|damoredaniele@live.it +4146|10/07/2019|GALLO|ESTER|VIA MARCONI 22|84084|FISCIANO|SA|01/07/1989|SALERNO|14/02/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|ester.zero@hotmail.it +4147|10/07/2019|GIORGIO|MARIA|VIA S. ALFONSO M. DE' LIGUORI 25|84088|SIANO|SA|07/10/1987|SALERNO|30/04/2019|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2019|Universit degli studi di Salerno|mari87gio@gmail.com +4148|10/07/2019|LIARDI|LAURA|VIA MARTIRI D'UNGHERIA 29|84018|SCAFATI|SA|27/06/1993|NAPOLI|28/03/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|l.liardi@studenti.unisa.it +4149|10/07/2019|MASI|ROSA|VIA VATICALE 9|84088|SIANO|SA|28/04/1993|SALERNO|14/02/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|rosamasi93@hotmail.com +4150|10/07/2019|MONTELEONE|IDA|VIA SETTETERMINI 21|80041|BOSCOREALE|NA|14/09/1993|POMPEI|14/02/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|i.mont@hotmail.it +4151|10/07/2019|PASTORE|ALESSIA|VIA S.S. MARTIRI SALERNITANI 24|84123|SALERNO|SA|24/02/1993|SALERNO|29/03/2019|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2019|Universit degli studi di Salerno|alepas93@gmail.com +4152|10/07/2019|PETILLO|CHIARA|VIA NAZIONALE 87 - FRAZ. AGNONE|84060|MONTECORICE|SA|25/04/1994|MONZA|14/02/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|chiarapetillo@yahoo.it +4153|10/07/2019|SIRICO|ILARIA|VIA SALERNO 4|84025|EBOLI|SA|10/05/1993|EBOLI|13/12/2018|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|ilaria.sirico@gmail.com +4154|10/07/2019|SOMMA|MARIA ROSARIA|VIA SS 19 CASTRULLO SAN PAOLO 86|84022|CAMPAGNA|SA|03/10/1991|EBOLI|29/04/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|m.somma91@gmail.com +4155|10/07/2019|VALENTE|ANDREA|VIA ROMA 11|84080|CALVANICO|SA|26/09/1989|SALERNO|28/03/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|valenteandrea7@gmail.com +4156|30/07/2019|BABSIA|ROSA|VIA PULCINO 1|84088|SIANO|SA|20/05/1989|BRESCIA|14/02/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|r.babsia@gmail.com +4157|30/07/2019|CERCHIA|PATRIZIA|VIA CORPI SANTI 23|80057|SANT'ANTONIO ABATE|NA|23/10/1990|SARNO|28/03/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|patrizia.cerchia@hotmail.it +4158|30/07/2019|CHIANDOTTO|MICHELA|VIA LEONCAVALLO 1|84043|AGROPOLI|SA|04/09/1974|GORIZIA|30/10/2018|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|michichiandotto@gmail.com +4159|30/07/2019|CONTE|ANNA|VIA SCORZO 46|84020|PALOMONTE|SA|27/11/1984|OLIVETO CITRA|29/03/2019|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2019|Universit degli Studi della Basilicata|annaconte84@alice.it +4160|30/07/2019|CRESCENZO|IDA|VIA VOSCONE 4|84087|SARNO|SA|03/01/1990|CAVA DE' TIRRENI|29/04/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|ida.crescenzo@libero.it +4161|30/07/2019|FIORE|VALENTINA|VIA ISCA ,17|83025|MONTORO|AV|11/02/1988|TOLMEZZO|14/02/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|fiorevalentina1988@gmail.com +4162|30/07/2019|GUARIGLIA|CARMEN|VIA MATTINE 108|84043|AGROPOLI|SA|10/04/1989|BATTIPAGLIA|25/02/2019|Universit degli studi di Firenze|Chimica e tecn. farmaceutica|2019|Universit degli studi di Firenze|carmenguariglia89@gmail.com +4163|30/07/2019|LEONETTI|STEFANO|A. DE GASPERI 12|84051|CENTOLA|SA|28/09/1993|VALLO DELLA LUCANIA|12/12/2018|Universit degli studi di Siena|Farmacia|2019|Universit degli studi di Napoli "Federico II"|LEONETTIS@HOTMAIL.IT +4164|30/07/2019|LILLI|FRANCESCO|VIA G. MATTEOTTI 12|84080|PELLEZZANO|SA|08/12/1990|AVELLINO|28/03/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|francescolilli46@gmail.com +4165|30/07/2019|LILLI|MARIO|VIA G. MATTEOTTI 14|84080|PELLEZZANO|SA|16/05/1992|AVELLINO|14/02/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|mario_lilli@hotmail.it +4166|30/07/2019|MAIURI|ANTONIO|VIA ING. GIUSEPPE D'AGOSTO 34|84060|MOIO DELLA CIVITELLA|SA|21/02/1994|VALLO DELLA LUCANIA|13/12/2018|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|maiuri.antonio21@gmail.com +4167|30/07/2019|SCOGLIERA|FRANCESCO|VIA SALVATORE CALENDA 7|84126|SALERNO|SA|02/12/1994|ROMA|14/02/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|fscogliera@gmail.com +4168|30/07/2019|SIANO|SILVIA|VIA CERASO 9|84032|BUONABITACOLO|SA|02/05/1994|POLLA|13/12/2018|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|silvasiano94@gmail.com +4169|30/07/2019|VICIDOMINI|TERESA|VIA CORSO CLAUDIO 92|84083|CASTEL SAN GIORGIO|SA|14/05/1989|BATTIPAGLIA|30/04/2019|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2019|Universit degli Studi della Basilicata|terry.vicidomus@gmail.com +4170|26/08/2019|LAMANNA|MARIALUCIA|VIA PERGOLA SNC|84051|CENTOLA|SA|09/09/1989|VALLO DELLA LUCANIA|27/05/2019|Universit degli studi di Napoli "Federico II"|Farmacia|2019|Universit degli studi di Napoli "Federico II"|maria.lucialamanna@gmail.com +4172|26/08/2019|TARALLO|SARA|VIALE DEI ROMANI, 1|84135|SALERNO|SA|11/11/1988|SALERNO|13/02/2015|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|saratarallo88@gmail.com +4174|29/08/2019|CHARLIER|BRUNO|VIA MARINO FRECCIA , 6|84127|SALERNO|SA|24/07/1983|SALERNO|31/03/2008|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2008|Universit degli studi di Salerno|brunocharlier@virgilio.it +4175|29/08/2019|MELCHIORRE|PELLEGRINO|VIA RICCARDO CIANCIO, 19|84083|CASTEL SAN GIORGIO|SA|13/10/1988|NOCERA INFERIORE|29/04/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli Studi della Basilicata|rinomelchiorre@hotmail.it +4176|29/08/2019|PARISI|ILARIA|VIA VITO LEMBO, 44|84020|PALOMONTE|SA|18/12/1991|BATTIPAGLIA|17/04/2019|Universit degli Studi della Basilicata|Farmacia|2019|Universit degli Studi della Basilicata|ilariaparisi1812@gmail.com +4177|02/10/2019|CARRATU'|MELANIA MARIA VALENTINA|VIA GIUSTINO FORTUNATO 1|84092|BELLIZZI|SA|25/03/1991|SALERNO|26/03/2018|Universit degli studi di Salerno|Farmacia|2018|Universit degli studi di Salerno|melaniamv@libero.it +4178|02/10/2019|GALANTE|MARIANNA|VIA C. COLOMBO 41|84020|RICIGLIANO|SA|28/05/1982|OLIVETO CITRA|13/12/2018|Universit degli studi di Salerno|Farmacia|2019|Universit degli Studi della Basilicata|mariannagalante1@virgilio.it +4180|02/10/2019|PECCHENEDA|MARIAVITTORIA|VIA LOC. CUPONE 2|84030|CAGGIANO|SA|25/07/1992|BATTIPAGLIA|21/02/2019|Universit degli studi di Siena|Farmacia|2019|Universit degli studi della Calabria|mariavittoria.peccheneda@gmail.com +4181|02/10/2019|RICCIO|VALENTINA|VIA CAUCIELLO 20|84016|PAGANI|SA|18/07/1987|NOCERA INFERIORE|14/12/2018|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2019|Universit degli Studi della Basilicata|valentinariccio9876@gmail.com +4182|02/10/2019|RONCA|ALESSANDRO|VIA CASALINO 1|84099|SAN CIPRIANO PICENTINO|SA|08/10/1991|ATRIPALDA|27/03/2018|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2019|Universit degli Studi della Basilicata|alessandroronca91@gmail.com +4183|02/10/2019|RUSSO|DOMENICA|VIA G. SODANO 19|84087|SARNO|SA|20/09/1976|SARNO|22/03/2019|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2019|Universit degli studi di Napoli "Federico II"|alfnica@alice.it +4184|02/10/2019|SALESE|SOFIA|VIA ILARIA ALPI, 10-12|84025|EBOLI|SA|23/08/1993|BATTIPAGLIA|28/03/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|sofiasalese@outlook.it +4185|30/10/2019|SCORZELLI|DOMENICO GAETANO|VIA ROSARIO SCARAMELLA 4|84020|CASTELCIVITA|SA|20/06/1992|NAPOLI|21/03/2019|Universit degli studi di Napoli "Federico II"|Farmacia|2019|Universit degli studi di Napoli "Federico II"|domenicoscorzelli@hotmail.it +4186|30/10/2019|SILVERIO|CRISTINA|VIA NAZIONALE 237|84034|PADULA|SA|16/09/1989|POLLA|22/04/2015|Universit degli studi di Siena|Chimica e tecn. farmaceutica|2015|Universit degli studi di Siena|silveriocristina@libero.it +4187|30/10/2019|VASTOLA|MORENA|VIA SANGUETTE 3|84010|SAN VALENTINO TORIO|SA|26/01/1993|SARNO|27/07/2018|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2018|Universit degli studi di Salerno|morena.vastola@gmail.com +4188|11/11/2019|DELLA MONICA|RITA|VIA IACONTI 54|84019|VIETRI SUL MARE|SA|19/05/1991|SALERNO|30/04/2019|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2019|Universit degli Studi della Basilicata|ritadellamonica91@gmail.com +4189|11/11/2019|DI FILIPPO|ANNAMARIA|VIA ROMA TRAVERSA SECONDA, 4|84044|ALBANELLA|SA|07/03/1984|BATTIPAGLIA|21/03/2012|Universit degli studi di Napoli "Federico II"|Farmacia|2012|Universit degli studi di Napoli "Federico II"|annamaria.difilippo@yahoo.it +4190|15/11/2019|FABIO|CRISTIANA|VIA BOSCHI 25|84036|SALA CONSILINA|SA|12/10/1994|MARSICOVETERE|16/04/2019|Universit degli studi di Chieti|Farmacia|2019|Universit degli studi di Chieti|cristianafabio94@gmail.com +4191|15/11/2019|IANNUCCI|MARIA ELEONORA|VIA FIRENZE 8|82037|CASTELVENERE|BN|02/08/1968|NAPOLI|26/06/1992|Universit degli studi di Urbino|Farmacia|1992|Universit degli studi di Urbino|m.eleonora.iannucci@gmail.com +4192|22/11/2019|MEOLI|CHIARA|VIA COSTANTINOPOLI 2|83050|ROCCA SAN FELICE|AV|05/09/1978|SALERNO|19/12/2005|Universit degli studi di Salerno|Farmacia|2006|Universit degli studi di Salerno|donnachiarina@gmail.com +4193|15/01/2020|ARTILLO|ANNA|VIA GIOVANNI PASCOLI 30|84010|SAN VALENTINO TORIO|SA|24/12/1993|SARNO|25/07/2019||Farmacia|2019|Universit degli studi di Salerno|annaartillo4@gmail.com +4194|15/01/2020|CASELLA|ROSA ELENA|VIA NAZIONALE 56|84034|PADULA|SA|01/10/1987|CARACAS|26/01/2011|VENEZUELA|Farmacia|2019|Universit degli Studi della Basilicata|rosacasella@hotmail.com +4195|15/01/2020|CINQUE|CHIARA LINA|VIA LIPARTI 75|84017|POSITANO|SA|15/03/1994|PIANO DI SORRENTO|29/03/2019|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2019|Universit degli studi di Salerno|cinquechiaralina@gmail.com +4196|15/01/2020|CLEMENTE|JESSICA|VIA L. SETTEMBRINI 1|84128|SALERNO|SA|05/06/1989|SALERNO|28/03/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|jclemente89@libero.it +4197|15/01/2020|DE FELICE|VERONICA|VIA A. ESPOSITO FERRAIOLI (EX VIA FILETTINE) 235|84016|PAGANI|SA|12/02/1994|NOCERA INFERIORE|30/10/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|veronicadf94@gmail.com +4198|15/01/2020|DE LUCA|EMILIA|VIA UGONE DEI PAGANI 9|84016|PAGANI|SA|23/05/1996|PAGANI|30/10/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|emiliadeluca350@gmail.com +4199|15/01/2020|DEL SORBO|CARMEN|VIA S. ANTONIO ABATE 89|84018|SCAFATI|SA|21/01/1993|SCAFATI|28/03/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|carmendelsorbo21@gmal.com +4200|15/01/2020|DIGILIO|FERDINANDA|VIA PARINI 11|84098|PONTECAGNANO FAIANO|SA|26/12/1995|BATTIPAGLIA|30/10/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|ferdinanda.digilio95@gmail.com +4201|15/01/2020|FEO|ALEX|VIA CASELLE 24|84070|STELLA CILENTO|SA|25/04/1996|NAPOLI|25/07/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|a.feos96@gmail.com +4202|15/01/2020|FERRARA|ALESSIA|VIA G. CAPONE 15|84010|MAIORI|SA|01/05/1990|SALERNO|30/10/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli Studi della Basilicata|euphoria_26@hotmail.it +4203|15/01/2020|FRANCO|ALESSANDRA|VIALE MARGHERITA 15|84087|SARNO|SA|10/07/1995|SAN GIUSEPPE VESUVIANO|30/10/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|alessandrafr95@gmail.com +4204|15/01/2020|GIORDANO|ANTONELLA|VIA STRADA STATALE, 18 136|84091|BATTIPAGLIA|SA|10/08/1992|BATTIPAGLIA|30/04/2019|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2019|Universit degli Studi della Basilicata|antoniagiord92@gmail.com +4205|15/01/2020|LEO|VITANGELA|VIA G. GARIBALDI 60|84020|SAN GREGORIO MAGNO|SA|15/06/1989|POLLA|17/02/2015|Universit degli studi di Siena|Chimica e tecn. farmaceutica|2015|Universit degli studi di Salerno|leovitangela@gmail.com +4206|15/01/2020|LIMPIDO|VIVIANA|VIA LEONARDO DA VINCI 39|84010|SAN VALENTINO TORIO|SA|28/06/1993|NOCERA INFERIORE|25/07/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|viviana-l@hotmail.it +4207|15/01/2020|MANISCALCO|VALERIA|VIA CORIGLIONE, 8|84099|SAN CIPRIANO PICENTINO|SA|10/05/1993|GAETA|30/10/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|maniscalco.vale@gmail.com +4208|15/01/2020|MARCHESANO|MARILENA|VIA CADUTI PER LA PATRIA 2|80040|STRIANO|NA|08/07/1994|POMPEI|30/10/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|mlnmarchesano@gmail.com +4209|15/01/2020|MARRAZZO|LAURA ANNA|VIA CAMPO 74|84088|SIANO|SA|06/05/1989|SALERNO|31/10/2019|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2019|Universit degli studi di Salerno|laura89anna@hotmail.it +4210|15/01/2020|MARTIGNETTI|ANTONELLA|VIA SELVA DEL MONTE 2|83030|MANOCALZATI|AV|29/08/1988|AVELLINO|16/03/2015|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2015|Universit degli studi di Napoli "Federico II"|antonellamartignetti@tiscali.it +4211|15/01/2020|MURINO|VALERIA|VIA BELVEDERE 4/A|84086|ROCCAPIEMONTE|SA|29/04/1995|SALERNO|30/10/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|murinovaleria@outlook.it +4212|15/01/2020|PAGLIETTA|CARMEN|VIA PARMENIDE 6|84131|SALERNO|SA|22/03/1986|SALERNO|13/12/2018||Farmacia|2019|Universit degli Studi della Basilicata|anemone1986@hotmail.it +4213|15/01/2020|PETRAGLIA|FLORIANA|VIA TORRE DI PAESTUM 235|84047|CAPACCIO|SA|15/06/1993|POLLA|25/07/2019||Farmacia|2019|Universit degli studi di Salerno|petragliafloriana@gmail.com +4214|15/01/2020|SORRENTINO|MARIANNA|VIA TRENTO 12 - P.CO DEI BIMBI - FABBR. F - SCALA A|84016|PAGANI|SA|16/12/1985|NOCERA INFERIORE|26/07/2019||Chimica e tecn. farmaceutica|2019|Universit degli studi di Salerno|mariannasorrentino85@alice.it +4215|15/01/2020|SPATOLA|GERARDINA|VIA CASTELLO 10|83040|CAPOSELE|AV|08/01/1990|OLIVETO CITRA|19/03/2019|Universit degli studi di Chieti|Farmacia|2019|Universit degli studi di Salerno|gerardina.spatola@libero.it +4216|06/02/2020|APOSTOLICO|CLAUDIO|VIA SAN ROCCO 4|84036|SALA CONSILINA|SA|10/10/1991|BATTIPAGLIA|13/12/2018|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|claudio.apostolico@icloud.com +4217|06/02/2020|BATTIPAGLIA|ANNALISA|VIA GIUSEPPE LANZARA 40|84083|CASTEL SAN GIORGIO|SA|02/11/1989|NOCERA INFERIORE|26/07/2019|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2020|Universit degli Studi della Basilicata|annalisa.bat@hotmail.it +4218|06/02/2020|BONACCI|MARIA ELISABETTA|VIA NAZIONALE 249|84015|NOCERA SUPERIORE|SA|17/08/1993|NOCERA INFERIORE|29/03/2019|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2019|Universit degli studi di Salerno|elisabettabonacci@icloud.com +4219|06/02/2020|BOVE|CARMEN|VIA CAUCIELLO 10|84016|PAGANI|SA|28/12/1989|BATTIPAGLIA|31/10/2019|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2020|Universit degli Studi della Basilicata|carmenbove8942@gmail.com +4220|06/02/2020|CESARANO|JESSICA|VIA FONTANELLE 1|80050|LETTERE|NA|11/06/1992|POMPEI|30/10/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|cesaranojessica@gmail.com +4221|06/02/2020|COLLINA|LUCIA|CORSO REGINNA 136|84010|MAIORI|SA|23/07/1991|NOCERA INFERIORE|30/10/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli Studi della Basilicata|luciacoll5@hotmail.com +4222|06/02/2020|CONFALONE|ALESSANDRA|VIA CAPITOLO 1|84010|MAIORI|SA|01/09/1995|SALERNO|23/10/2019|Universit degli studi di Roma "La Sapienza"|Farmacia|2019|Universit degli studi di Roma "La Sapienza"|alessandraconfalone@gmail.com +4223|06/02/2020|CONTE|GIULIO MARIA|VIA LUIGI CACCIATORE 55|84124|SALERNO|SA|14/04/1990|NAPOLI|26/07/2013|Universit degli studi di Salerno|Farmacia|2013|Universit degli studi di Salerno|gconte@unisa.it +4224|06/02/2020|D'AMICO|ANGELA|VIA LUIGI FERRARA 40|84013|CAVA DE' TIRRENI|SA|13/02/1990|CAVA DE' TIRRENI|30/03/2017|Universit degli studi di Salerno|Chimica e tecn. farmaceutica|2017|Universit degli studi di Salerno|angela_damico@hotmail.it +4225|06/02/2020|IANNIELLO|LAURA|VIA PORTO 13|84010|SAN VALENTINO TORIO|SA|26/01/1984|NOCERA INFERIORE|12/07/2019|Universit degli studi di Camerino|Farmacia|2019|Universit degli studi di Camerino|laura84.ianniello@gmail.com +4226|06/02/2020|IULIANO|MARTINA|VIA CARLO CESARE SASSI 23|84045|ALTAVILLA SILENTINA|SA|04/10/1985|EBOLI|16/07/2019|Universit degli studi di Chieti|Farmacia|2020|Universit degli studi di Chieti|martinaiuliano@hotmail.it +4227|06/02/2020|LONGOBARDI|FRANCESCA|VIA BONIFICA VIC.LE FONDO MONACO 17|84018|SCAFATI|SA|27/10/1980|POMPEI|30/03/2006|Universit degli studi di Salerno|Farmacia|2006|Universit degli studi di Salerno|francesca.longobardi1980@virgilio.it +4228|06/02/2020|MONETTI|ADRIANA|VIA FABBRIZIO PINTO 6|84121|SALERNO|SA|22/03/1992|SALERNO|25/07/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|monetti92@gmail.com +4229|06/02/2020|POLITO|ANNA LIZA|VIALE CERTOSA 47|84034|PADULA|SA|20/12/1972|VENEZUELA|23/10/2019|Universit degli studi di Napoli "Federico II"|Farmacia|2019|Universit degli studi di Napoli "Federico II"|annapolito2@gmail.com +4230|06/02/2020|SAVINO VASTOLA|ANTONIO|VIA CAPORALE VITO RUGGIERO 56|84010|SAN VALENTINO TORIO|SA|06/07/1982|NOCERA INFERIORE|22/02/2019|Universit degli studi di Camerino|Farmacia|2019|Universit degli studi di Camerino|tonysavino82@gmail.com +4231|06/02/2020|VIVIANI|DIEGO|VIALE MOSSE 26|62032|CAMERINO|MC|20/11/1983|BATTIPAGLIA|05/10/2018|Universit degli studi di Camerino|Farmacia|2019|Universit degli studi di Camerino|tyrannos@live.it +4232|06/02/2020|ZAINI|FRANCESCA PIA|VIA CAMPANIA 1|84043|AGROPOLI|SA|29/07/1994|VALLO DELLA LUCANIA|17/07/2019|Universit degli studi di Siena|Farmacia|2020|Universit degli Studi della Campania "Luigi Vanvitelli"|francescazaini@gmail.com +4233|06/02/2020|ZAINI|MARVIN|VIA CAMPANIA 1|84043|AGROPOLI|SA|06/05/1992|VALLO DELLA LUCANIA|17/07/2019|Universit degli studi di Siena|Farmacia|2020|Universit degli Studi della Campania "Luigi Vanvitelli"|marvinzaini16@gmail.com +4234|03/03/2020|BOVE|SIMONA|VIA GARDA 2|84091|BATTIPAGLIA|SA|23/03/1988|BATTIPAGLIA|04/10/2019|Universit degli studi di Camerino|Farmacia|2019|Universit degli studi di Camerino|simona_bove@hotmail.it +4235|03/03/2020|COPPOLA|AMALIA|VIALE GIUSEPPE VERDI 12 - LOTTO 2 SC. B|84131|SALERNO|SA|16/07/1990|SALERNO|25/07/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|amaliacoppola1607@gmail.com +4236|03/03/2020|DI PALMA|ANTONELLA|CORSO MAZZINI 50|84013|CAVA DE' TIRRENI|SA|16/09/1973|SALERNO|22/12/1999|Universit degli studi di Napoli "Federico II"|Chimica e tecn. farmaceutica|2000|Universit degli studi di Napoli "Federico II"|antomemi@libero.it +4237|03/03/2020|LANZIERI|ROSANNA|VIA MASSERIA SPAGNUOLO 17|84087|SARNO|SA|25/07/1990|SARNO|28/03/2019|Universit degli studi di Salerno|Farmacia|2019|Universit degli Studi della Basilicata|rosanna.lanzieri@libero.it +4238|03/03/2020|PACIULLO|VINCENZO|VIA CASAMONICA LUNGO 93|84087|SARNO|SA|06/05/1988|MELITO DI PORTO SALVO|30/10/2018|Universit degli studi di Salerno|Farmacia|2019|Universit degli studi di Salerno|gucci88@hotmail.it +4239|27/03/2020|GIOIA|ANTONELLA|VIA VARCO DELLA CALCE|84039|TEGGIANO|SA|11/12/1983|POLLA|16/07/2009|Universit degli studi di Bologna|Farmacia|2010|Universit degli studi di Bologna|antonellagioia2003@yahoo.it +4240|27/03/2020|PIZZILLI|CINZIA|VIA DELLA FORNACE 1|84085|MERCATO SAN SEVERINO|SA|11/06/1990|SOVERIA MANNELLI|14/03/2016|Universit degli studi della Calabria|Farmacia|2016|Universit degli studi della Calabria|cinziapizzilli90@gmail.com diff --git a/FTP/.htaccess b/FTP/.htaccess new file mode 100755 index 0000000..1b8ac81 --- /dev/null +++ b/FTP/.htaccess @@ -0,0 +1,17 @@ + +RewriteEngine On + +Options -Multiviews + +Rewritebase /FTP/ + +RewriteCond %{HTTPS} off +RewriteCond %{HTTP:X-Forwarded-Proto} !https +RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] + + +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] + + diff --git a/FTP/.user.ini b/FTP/.user.ini new file mode 100755 index 0000000..0527052 --- /dev/null +++ b/FTP/.user.ini @@ -0,0 +1,6 @@ +max_execution_time = 100 +max_input_time = 100 +max_input_nesting_level = 100 +memory_limit = 128M +upload_max_filesize = 128M +post_max_size = 128M \ No newline at end of file diff --git a/FTP/content.php b/FTP/content.php new file mode 100644 index 0000000..7027d4b --- /dev/null +++ b/FTP/content.php @@ -0,0 +1,6 @@ + +
+ +
diff --git a/FTP/header.php b/FTP/header.php new file mode 100644 index 0000000..9cada71 --- /dev/null +++ b/FTP/header.php @@ -0,0 +1,23 @@ + +
+
+
+
+ + +
+

+ ARCHIVIO FTP +

+ + Benvenuto ".$_SESSION['ADMAUTH']['name']."

"; + echo "[Logout]"; + } + ?> +
+
+ +
+
diff --git a/FTP/index.php b/FTP/index.php new file mode 100755 index 0000000..e9bd9cc --- /dev/null +++ b/FTP/index.php @@ -0,0 +1,95 @@ + + + + + + + + + FTP | Ordine dei Farmacisti della Provincia di Salerno + + + + + + + + + + + + + + +
+
+
+ +
+
+
+ + + + + + + + + + + + + + + + diff --git a/FTP/js/scripts.js b/FTP/js/scripts.js new file mode 100644 index 0000000..6da8c59 --- /dev/null +++ b/FTP/js/scripts.js @@ -0,0 +1,67 @@ + +$(document).ready( function(){ + + tinymce.init({ + selector: '.mce', + height: 300, + theme: 'modern', + menubar: false, + language: 'it', + forced_root_block : '', + force_br_newlines : true, + relative_urls : false, + remove_script_host : false, + plugins: [ + 'advlist autolink lists link paste' + ], + toolbar: 'bold italic underline | alignleft aligncenter alignright alignjustify | link bullist numlist| removeformat', + image_advtab: false, + content_css: [ + '//fonts.googleapis.com/css?family=Lato:300,300i,400,400i', + ] + }); + + $( ".datepicker" ).datepicker({ + changeMonth: true, + changeYear: true, + dateFormat: 'dd/mm/yy', + yearRange: new Date().getFullYear()-90 + ':' + new Date().getFullYear(), + maxDate: "+1M", + regional:['it'] + }); + + + $('.form-mod').on('submit', function(e){ + e.preventDefault(); + var id = $(this).find('.id').val(); + var path = $(this).data('path') + "/" + id.trim(); + window.location = path; + }); + + + $('.files-list .add-file').on('click', function(e){ + e.preventDefault(); + var master = $(this).siblings('.list').find('.master:first-child').clone(); + $(this).siblings('.list').append($(master)); + + $(master).find('[name="files[]"]').on('change', function(){ + $(master).find('[name="titles[]"]').val($(this).val().split('\\').pop()); + }) + }); + + $('.files-list .row').each( function(index, elem){ + $(elem).find('[name="files[]"]').on('change', function(){ + $(elem).find('[name="titles[]"]').val($(this).val().split('\\').pop()); + }) + }); + + + + $('.emailForm').on('submit', function(event) { + $.colorbox({width:"600px", height:"400px", iframe:true, href:"/ADMIN/sheets/email/cbSend.php?" + $(this).serialize()}); + event.preventDefault(); + }); + + + +}); diff --git a/FTP/login.php b/FTP/login.php new file mode 100644 index 0000000..a8ec3c2 --- /dev/null +++ b/FTP/login.php @@ -0,0 +1,16 @@ + +
+
+ + + + + + +
+
+ + diff --git a/FTP/menu.php b/FTP/menu.php new file mode 100644 index 0000000..257ea13 --- /dev/null +++ b/FTP/menu.php @@ -0,0 +1,57 @@ + + + + + + + + diff --git a/FTP/sheets/ftp/add.php b/FTP/sheets/ftp/add.php new file mode 100755 index 0000000..90b7584 --- /dev/null +++ b/FTP/sheets/ftp/add.php @@ -0,0 +1,102 @@ + +
+
+
Aggiungi file
+
+
+ +
+ + $file) { + if(is_uploaded_file($file['tmp_name'])){ + $filename = date("YmdHis")."-".preg_replace('/[^a-zA-Z0-9\-\._]/','_', $file['name']); + $filesize = ($file['size'] < 1000000) ? round($file['size'] / 1000)."k" : round($file['size'] / 1000000)."M"; + $title = $_POST['titles'][$index]; + + move_uploaded_file($file['tmp_name'], "../docs/ftp/$filename"); + $qf=mysqli_query($conn, "INSERT INTO ftp VALUES(null, '$title', '$filename', ".$_POST['municipality'].", NOW(), ".$_POST['year'].",'$filesize')"); + } + } + } + + echo '
+

+ File aggiunto/i correttamente! +
'; + + + }else{ + ?> +
+
+
+ Carica in + +
+
+ Anno + +
+ +
+ Files +
+
+
+
+ +
+
+ +
+
+
+ +
+ +
+
+ +
+
+
+ + + +
+ +
+
+ + diff --git a/FTP/sheets/ftp/list.php b/FTP/sheets/ftp/list.php new file mode 100644 index 0000000..f9d9d72 --- /dev/null +++ b/FTP/sheets/ftp/list.php @@ -0,0 +1,112 @@ + + +
+
+
Elenco files
+
+
+ +
+ $file) { + + $qf=mysqli_query($conn, "SELECT * FROM ftp WHERE id='$file'"); + $rf = mysqli_fetch_array($qf); + + @unlink("../docs/ftp/".$rf['filename']); + mysqli_query($conn, "DELETE FROM ftp WHERE id='$file'"); + } + + + echo '
+

+ File eliminato correttamente! +
'; + + } else { + ?> +
+
+
+ Visualizza in + +
+
+ Anno + +
+ +
+
+
+
+ + + + +
".conv_date($r['date'])."
"; + + + if($s == 'ALL' || in_array('ftp',$sa)) { + + echo "
".$r['size']."
+
+ +
"; + } else { + echo "
".$r['size']."
"; + } + echo "
"; + } + } + ?> +
+ +
+ +
+ + + + +
+
+ + diff --git a/TMP/ALBO-15-07-2009.csv b/TMP/ALBO-15-07-2009.csv new file mode 100644 index 0000000..a75e747 --- /dev/null +++ b/TMP/ALBO-15-07-2009.csv @@ -0,0 +1,1663 @@ +1921%2/11/2002%ABATE%GIANCARMINE%Via Gigante,19%84080%Pellezzano%SA%6/6/1976%SALERNO%SA%7/25/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%giancarmineabate@hotmail.com +1754%1/11/2000%ACCARDI%VINCENZA MARIA FIDIA%Via Nazionale,p.Zo Portici,159%84018%Scafati%SA%6/23/1972%SAN SEVERO%FG%3/23/1999%Napoli%Chimica e tecn. farmaceutica%1999%Università degli Studi di Napoli% +714%4/20/1968%ACCARINO%LEONARDO%C.So Principe Amedeo, 145%84013%Cava Dei Tirreni%SA%6/1/1946%CAVA DE' TIRRENI%SA%3/9/1968%Napoli%Farmacia%1968%Università degli Studi di Napoli%accarino@tin.it +1564%6/9/1995%ACCARINO%ANTONELLA%P.ZZA E. ABERO, 10%84013%Cava Dei Tirreni%SA%4/12/1972%ROMA%RM%3/27/1995%Napoli%Farmacia%1995%Università degli Studi di Napoli% +1749%12/2/1999%ACCARINO%RENATO%VIA BIBLIOTECA AVALLONE, 26%84013%Cava Dei Tirreni%SA%11/13/1973%CAVA DE' TIRRENI%SA%7/23/1999%Salerno%Farmacia%1999%Università degli Studi di Salerno%delcorso@farmaciaaccarino.it +2056%1/19/2004%ADAMI%ANGELA%VIA QUERCIA GROSSA,10 B%84023%ALTAVILLA SILENTINA%SA%10/6/1978%AGROPOLI%SA%10/30/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +2297%7/19/2005%ADDUCI%DANIELA LEONILDA%VIA MAI,26%84084%FISCIANO%SA%8/10/1975%POLICORO%MT%3/29/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%danielaadduci@hotmail.it +1072%12/29/1981%ADINOLFI%PIA%Via Licinella,7%84047%Capaccio%SA%1/27/1957%SALERNO%SA%7/22/1981%Napoli%Farmacia%1981%Università degli Studi di Napoli% +1922%2/11/2002%AGOGLIA%MARCELLA%VIA CICCOTTI, 17%84010%POTENZA%PZ%1/25/1974%POTENZA%PZ%7/25/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%marcella.agoglia@libero.it +2009%2/11/2003%AGOSTINELLI%CLAUDIO%Via Romanelli,5%84043%Agropoli%SA%2/17/1974%MARACAIBO(VENEZUELA)%%11/11/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%jeanclaud48@hotmail.it +1816%1/10/2001%AIELLO%GIOVANNI%Via A.Balzico, 14%84100%Salerno%SA%6/15/1976%SALERNO%SA%10/30/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno%giovanni.aiello1976@libero.it +2269%7/1/2005%AIELLO%AGOSTINO%VIA SANT'ELIA,6%84100%SALERNO%SA%8/22/1979%SALERNO%SA%3/29/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%farmaciaaiello.farmacia@tin.it +2140%6/17/2004%AIELLO%PAOLO%VIA SANT'ELIA CAPPELLE SUPERIORE,6%84135%SALERNO%SA%5/10/1978%SALERNO%SA%3/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +910%5/26/1976%AIELLO%PASQUALE%Via Sant'Elia, 6%84100%Salerno%SA%8/14/1952%SALERNO%SA%12/16/1975%Napoli%Farmacia%1976%Università degli Studi di Napoli%farmaciaaiello.farmaciaa@tin.it +1760%1/11/2000%ALA%GAETANO%P.ZZA DEI DOGI, 19%84011%Amalfi%SA%1/6/1967%AMALFI%SA%10/29/1999%Napoli%Farmacia%1999%Università degli Studi di Napoli%farmaciaala@libero.it +2272%7/1/2005%ALBANO%NICOLA%VIA UMBRIA,1%84098%PONTECAGNANO FAIANO%SA%3/6/1977%SALERNO%SA%3/30/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%albanonicola3@virgilio.it +1993%2/11/2003%ALBANO%FILOMENA%Via Damiano Chiesa, 75%84082%Bracigliano%SA%9/19/1961%BRACIGLIANO%SA%11/11/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%albilena@libero.it +2217%1/24/2005%ALESSANDRO%CHIARINA%VIA L.VINCIPROVA,42%84127%SALERNO%SA%1/7/1979%SALERNO%SA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%kiara999@tiscali.it +2032%7/28/2003%ALFANO%NICOLINO%VIA UGO FOSCOLO, 11%84092%BELLIZZI%SA%3/28/1974%SALERNO%SA%3/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%nicogery@alice.it +1726%5/25/1999%ALFANO%ANGELA%Via Provinciale, 11-fraz.Erchie%84010%Maiori%SA%10/22/1972%SALERNO%SA%4/9/1999%Salerno%Farmacia%1999%Università degli Studi di Salerno%angela.alfano@virgilio.it +2036%7/28/2003%ALFINITO%MARA%VIA M. LECCE FRAZ.SORDINA%84135%SALERNO%SA%7/8/1978%SALERNO%SA%3/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%alfca@tiscali.it +2207%1/13/2005%ALIBERTI%ANDREA%VIA G.SERIPANDO,33%84126%SALERNO%SA%3/12/1980%SALERNO%SA%3/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%nialchemist@virgilio.it +1947%7/29/2002%ALIBERTI%ANTONIETTA%VIA VELIA, 15%84100%SALERNO%SA%1/13/1977%PAGANI%SA%3/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno% +1019%3/11/1980%ALIPERTA%GIULIA%Via Roma,25%84020%San Gregorio Magno%SA%4/25/1954%SANTA SOFIA D'EPIRO%CS%7/10/1979%Napoli%Farmacia%1979%Università degli Studi di Napoli%farmacialiperta@virgilio.it +1396%9/27/1990%ALLEGRETTI%ANTONIO PIETRO BERNARDO%Via Nazionale%84030%Casaletto Spartano%SA%5/20/1947%LAURIA%PZ%3/22/1983%Napoli%Farmacia%1983%Università degli Studi di Napoli%luien47@libero.it +1357%6/8/1989%ALLEGRO%PASQUALE%Via Raffaele Cavallo, 11/13%84126%Salerno%SA%9/12/1965%SALERNO%SA%3/22/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli%pasquale.allegro@fastwebnet.it +1168%12/29/1984%ALLIEGRO%GIUSEPPE F. MARIA ROSARIO%C.so V. Emanuele,1%84034%Padula%SA%10/8/1955%PADULA%SA%7/24/1984%Napoli%Farmacia%1984%Università degli Studi di Napoli%farmaciaalliegro@tiscali.it +1102%2/24/1983%AMABILE%MILTON%VIA PIEMONTE,6%84098%PONTECAGNANO FAIANO%SA%11/25/1950%MAIORI%SA%6/24/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli%dott.amabile@tiscali.it +1060%6/25/1981%AMARANTE%ERSILIA%Via Serrazzeta,22%84087%Sarno%SA%9/1/1955%SARNO%SA%3/31/1981%Napoli%Farmacia%1981%Università degli Studi di Napoli%farmaciasarno@tiscali.it +1679%3/9/1998%AMATO%NICOLETTA%Via G.B.Lama,7%84100%Salerno%SA%4/12/1971%SALERNO%SA%10/21/1997%Napoli%Farmacia%1997%Università degli Studi di Napoli% +834%7/10/1973%AMATO%PASQUALE%Via S.Mobilio,17%84100%Salerno%SA%1/8/1947%BARONISSI%SA%3/23/1973%Napoli%Farmacia%1973%Università degli Studi di Napoli% +949%12/30/1977%AMATO%ANGELINA%Via Roma,14%84030%Montesano S/Marcellana%SA%7/12/1951%MONTE SAN GIACOMO%SA%7/21/1977%Napoli%Farmacia%1977%Università degli Studi di Napoli%farmacia-amato@tiscali.it +1283%12/31/1987%AMATO%FILOMENA%Via F.Bottiglieri 17/4%84100%Salerno%SA%9/30/1962%SALERNO%SA%10/30/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli%cficontratti@consofarm.it +2322%1/16/2006%AMATO%MARIA%VIA ELEA DI S.BARBARA, 56%84052%CERASO%SA%5/12/1980%VALLO DELLA LUCANIA%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%maria.eureka@libero.it +2349%1/26/2006%AMATO%ANNA MARIA%VIA G.MARCONI.49%84013%CAVA DEI TIRRENI%SA%7/15/1970%CAVA DE' TIRRENI%SA%10/30/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%gerardo-senatore@virgilio.it +2044%9/15/2003%AMBROSIO%ALFREDO%VIA MOLINO DI MARE,33%84063%PAESTUM%SA%7/10/1978%SALERNO%SA%10/31/2001%SALERNO%Farmacia%2001%Università degli Studi di Salerno%alfredo.ambrosio@libero.it +1021%3/11/1980%AMENDOLA%ANNA MARIA%Via Unione Sovietica,37%80016%Marano%NA%3/22/1956%SALERNO%SA%7/26/1979%Napoli%Farmacia%1979%Università degli Studi di Napoli% +1298%3/17/1988%AMMATURO%MARCELLA%Via Piave,35%84010%San Marzano Sul Sarno%SA%9/16/1962%POMPEI%NA%3/24/1986%Napoli%Farmacia%1986%Università degli Studi di Napoli% +1294%1/28/1988%AMMATURO%MICHELINA%Via Gramsci,13%80040%Poggiomarino%SA%5/19/1961%POMPEI%NA%12/10/1984%Napoli%Farmacia%1985%Università degli Studi di Napoli%lilliammaturo@hotmail.it +1829%1/10/2001%AMORESANO%MASSIMO%Via S.Antonio,33%84060%Montecorice%SA%5/28/1968%MONTECORICE%SA%11/29/1999%Salerno%Farmacia%2000%Università degli Studi di Salerno% +1958%9/16/2002%AMOROSO%MARIA%Viale P.Baratta,24%84091%Battipaglia%SA%1/2/1974%AGROPOLI%SA%3/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno% +2130%6/17/2004%ANASTASIA%SOFIA%VIA VALLE,2%84066%PISCIOTTA%SA%5/29/1977%VALLO DELLA LUCANIA%SA%2/27/2004%NAPOLI%Farmacia%2004%Università degli Studi di Napoli%sofianastasia@libero.it +2095%1/19/2004%ANGIOLILLO%MARIA IDA%VIA E. PADOVANO, 64%84016%PAGANI%SA%8/4/1979%SALERNO%SA%7/11/2003%NAPOLI%Farmacia%2003%Università degli Studi di Napoli%marida1979@libero.it +1163%10/18/1984%ANGIOLILLO%MARIANO ANDREA%VIA DELLO STADIO,16%84016%Pagani%SA%7/6/1952%RUOTI%PZ%3/20/1975%Napoli%Farmacia%1975%Università degli Studi di Napoli%farmaciatrapani@virgilio.it +878%12/9/1975%ANGRISANI%MARILENA%Piazza Amendola, 11%84014%Nocera Inferiore%SA%5/25/1951%NAPOLI%NA%6/20/1975%Napoli%Farmacia%1975%Università degli Studi di Napoli%marilenaangrisani@libero.it +879%12/9/1975%ANGRISANI%MARGHERITA%Via Dentice,63 P.Co Oleandr%84014%Nocera Inferiore%SA%3/4/1953%NOCERA INFERIORE%SA%11/3/1975%Napoli%Farmacia%1975%Università degli Studi di Napoli%farmacia.posarno@aslsa1.it +942%10/14/1977%ANGRISANI%ANNA%Via Prov.Casali%84086%Roccapiemonte%SA%11/6/1947%NOCERA INFERIORE%SA%3/23/1973%Napoli%Farmacia%1973%Università degli Studi di Napoli%farmaciaangrisani@virgilio.it +2161%7/5/2004%ANNUNZIATA%GAETANO%VIA TUOSTOLO,2%84080%SARNO%SA%7/18/1979%SARNO%SA%3/30/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +2352%1/26/2006%ANNUNZIATA%MARIA LUISA%VIA ZARA,39%84018%SCAFATI%SA%4/23/1980%CASTELLAMMARE DI STABIA%NA%7/12/2005%NAPOLI%Farmacia%2005%Università degli Studi di Napoli%mlu80@inwind.it +1059%6/25/1981%ANNUNZIATA%EMILIA%Via Fontanelle S.Valentino, 5%84087%Sarno%SA%3/9/1953%SARNO%SA%3/30/1981%Napoli%Farmacia%1981%Università degli Studi di Napoli% +1714%2/2/1999%ANTONAGLIA%ANNA MARIA%VIA PROVINCIALE DEL CORTICATO%84039%Teggiano%SA%6/15/1968%PIAGGINE%SA%10/28/1998%Napoli%Farmacia%1998%Università degli Studi di Napoli% +2287%7/1/2005%APICELLA%RAMONA%VIA N.B. GRIMALDI,165%84014%NOCERA INFERIORE%SA%7/9/1979%ALATRI%FR%3/30/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno% +832%6/1/1973%APICELLA%ANTONIO%P.Zza V.Veneto,25%84020%Aquara%SA%10/16/1949%SALERNO%SA%3/23/1973%Napoli%Farmacia%1073%Università degli Studi di Napoli%fciaapicella@tiscali.it +1971%1/15/2003%APICELLA%MASSIMILIANO%Via Kennedy, 5%84020%Aquara%SA%5/2/1979%SALERNO%SA%7/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%maximap@libero.it +1556%6/9/1995%APICELLA%CONCETTA%Via Prov.le per Campagna - Quadrivio%84020%Campagna%SA%3/18/1967%CAMPAGNA%SA%2/24/1995%Napoli%Farmacia%1995%Università degli Studi di Napoli%farmaciasiniscalchi@yahoo.it +1349%5/11/1989%APOLITO%RENATA%Via R.Scaramella,13%84020%Castelcivita%SA%4/23/1959%NAPOLI%NA%10/28/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli%fallina@caltanet.it +1012%1/17/1980%APOSTOLICO%ANTONIO%Via Roma, 31%84032%Buonabitacolo%SA%12/15/1951%CASTEL SAN GIORGIO%SA%11/7/1979%Napoli%Farmacia%1979%Università degli Studi di Napoli%farmaciaapostolico@hotmail.it +1132%12/28/1983%ARDIA%GIOVANNI%Via P.Mascagni,27%84025%Eboli%SA%12/2/1951%EBOLI%SA%7/21/1983%Napoli%Farmacia%1983%Università degli Studi di Napoli%antonioardia@libero.it +1661%9/16/1997%ARDIA%ROSARIO%Via Apollo XI, 26%84025%Eboli%SA%8/25/1962%EBOLI%SA%3/23/1995%Napoli%Chimica e tecn. farmaceutica%1985%Università degli Studi di Napoli%r.ardia@alice.it +1140%12/28/1983%ARENA%SILVANA%Via Bivio Acquavella%84040%Casal Velino%SA%5/6/1960%CARACAS (VENEZUELA)%%7/21/1983%Napoli%Farmacia%1983%Università degli Studi di Napoli% +2415%7/28/2006%ARFE'%MIRIAM%VIA S.MARCO,65%84050%FUTANI%SA%4/8/1978%NAPOLI%NA%12/19/2005%SALERNO%Farmacia%2006%Università degli Studi di Salerno%miriarfe@hotmail.com +1966%12/31/2002%ARMINIO%PASQUALE%Via Francois Tuffaut,9%84095%Giffoni Valle Piana%SA%12/7/1974%SALERNO%SA%11/11/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%parminio@katamail.com +2285%7/1/2005%ASCOLI%ROSA%VIA RUSSO, 24%84088%SIANO%SA%7/31/1978%ROCCAPIEMONTE%SA%12/21/2004%SALERNO%Farmacia%2005%Università degli Studi di Salerno%ascolibartolomeo@libero.it +2209%1/13/2005%ATTANASIO%FRANCESCO%VIA SALVATORE QUASIMODO, 20%84014%NOCERA INFERIORE%SA%5/13/1977%SARNO%SA%7/26/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +1796%6/19/2000%AUFIERO%MARIA CRISTINA%Via Striano,54%84087%Sarno%SA%5/11/1973%SARNO%SA%4/11/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno% +591%1/13/1961%AULISI%ADELE%P.Co Lagomare%84091%Battipaglia%SA%8/20/1935%BATTIPAGLIA%SA%7/13/1960%Napoli%Farmacia%1960%Università degli Studi di Napoli%m.tropiano@virgilio.it +2402%7/10/2006%AURICCHIO%GIANLUIGI%VIA PANORAMA,9%84040%CASAL VELINO%SA%2/7/1980%AGROPOLI%SA%7/12/2005%NAPOLI%Farmacia%2006%Università degli Studi di Napoli%gianluigiauricchio@libero.it +2305%9/12/2005%AVALLONE%ELEONORA%VIA G.MAZZINI,32%84019%VIETRI SUL MARE%SA%3/31/1979%CAVA DE' TIRRENI%SA%12/22/2004%SALERNO%Farmacia%2005%Università degli Studi di Salerno%farmaciacartolano@libero.it +1516%6/27/1994%AVALLONE%GILDA%Via Madonna Degli Angeli,41%84019%Vietri Sul Mare%SA%5/20/1967%SALERNO%SA%2/24/1994%Napoli%Farmacia%1994%Università degli Studi di Napoli% +2111%2/17/2004%AVALLONE%LUIGI%VIA G.MAZZINI,32%84019%VIETRI SUL MARE%SA%11/14/1975%CAVA DE' TIRRENI%SA%7/24/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%fantasy16@supereva.it +1454%6/18/1992%AVINO%FRANCESCO%Via Provinciale, 118%84021%Buccino%SA%1/12/1956%BUCCINO%SA%2/27/1992%Napoli%Farmacia%1992%Università degli Studi di Napoli% +2395%6/1/2006%AVINO%DOMENICO%VIA STAZIONE,9%84030%ATENA LUCANA%SA%9/6/1974%POLLA%SA%1/18/1999%NAPOLI%Chimica e tecn. farmaceutica%2001%Università degli Studi di Napoli%mimmoavino@yahoo.it +2336%1/16/2006%BAGLIERI%MARCO%VIA GRILLO,10%84080%PELLEZZANO%SA%5/18/1979%SALERNO%SA%10/28/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%baglierimarco@tiscali.it +1225%6/27/1986%BAGLIVO%ANTONIO%Viale Europa,65 Sc.L%84015%Nocera Superiore%SA%8/29/1960%POLLICA%SA%2/25/1986%Napoli%Farmacia%1986%Università degli Studi di Napoli% +1521%6/27/1994%BALBI%ITALIA ANTONIETTA%Via S.Sebastiano, 47%84060%Montano Antilia%SA%7/14/1962%MONTANO ANTILIA%SA%12/21/1993%Napoli%Farmacia%1994%Università degli Studi di Napoli%ita.balbi@tiscali.it +735%5/22/1969%BALDI%VINCENZO%Via Torretta,13%84048%Castellabate%SA%8/6/1940%TRICARICO%MT%11/17/1966%Napoli%Farmacia%1967%Università degli Studi di Napoli%fcabaldi@costacilento.it +891%1/17/1976%BALDI%ANNA%Via G.Lamberti, 4 - Fraz. S. Lucia%84010%Cava Dei Tirreni%SA%1/16/1953%SALERNO%SA%7/15/1975%Napoli%Farmacia%1975%Università degli Studi di Napoli%belsito@aliceposta.it +1780%5/30/2000%BALDI%MASSIMO%Via Lamia - fraz. S.Maria snc%84048%Castellabate%SA%11/19/1972%SALERNO%SA%4/10/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno%massimobaldi@tiscali.it +2339%1/16/2006%BAMONTE%VALERIA%VIA CHIAIA,90%84020%OTTATI%SA%1/28/1980%EBOLI%SA%10/17/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%mocarmine@libero.it +1746%10/12/1999%BAMONTE%MARIA TERESA%Via Pendinello,2%84020%Ottati%SA%5/4/1950%NAPOLI%NA%11/10/1972%Napoli%Farmacia%1972%Università degli Studi di Napoli%mofbam@alice.it +1151%2/24/1984%BARBERIS%COSTANTINO%Via Taverna Nuova (SS18)%84025%EBOLI%SA%7/25/1948%MELISSOCHORI%%7/5/1979%Napoli%Farmacia%1983%Università degli Studi di Napoli%f.ciabarlottisnc@libero.it +1287%1/14/1988%BARELA%GIANCARLO%Via Santa Tecla,2%84016%Maiori%SA%4/24/1961%SALERNO%SA%11/12/1987%Camerino%Farmacia%1987%Università degli Studi di Camerino%gbarela@tin.it +1336%1/19/1989%BARLETTA%ANTONIETTA%VIA BEATA TERESA DI CALCUTTA, 08%84100%Salerno%SA%8/8/1963%SALERNO%SA%10/28/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli%patriziabifolco@tiscali.it +1467%3/18/1993%BARLETTA%GIOACCHINO%Via Leon.Guerriero 2%84100%Salerno%SA%10/5/1958%SALERNO%SA%10/30/1992%Napoli%Farmacia%1992%Università degli Studi di Napoli% +1366%12/29/1989%BARLOTTI%GENNARO%VIA ADIGE, 25%84091%Battipaglia%SA%4/1/1957%BATTIPAGLIA%SA%11/10/1989%Siena%Farmacia%1989%Università degli Studi di Siena%gennarobarlotti@alice.it +1432%9/12/1991%BARLOTTI%FRANCESCA%Via Amendola,20%84043%Agropoli%SA%1/1/1950%AGROPOLI%SA%3/23/1973%Napoli%Farmacia%1973%Università degli Studi di Napoli%farmaciabarlotti@tiscalinet.it +1278%12/31/1987%BARLOTTI%GABRIELE%Via Mazzini,11%84091%Battipaglia%SA%5/23/1955%BATTIPAGLIA%SA%7/16/1987%Siena%Farmacia%1987%Università degli Studi di Siena%g.barlotti@virgilio.it +1405%1/14/1991%BARONE%MARIA%P.zza S.Agostino,16%84100%Salerno%SA%5/3/1964%SALERNO%SA%6/29/1990%Napoli%Farmacia%1990%Università degli Studi di Napoli%mariabarone2002@libero.it +1863%5/25/2001%BARONE%MARIANNA%VIA VITERBO%84090%MONTECORVINO PUGLIANO%SA%3/3/1976%BATTIPAGLIA%SA%3/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%baronegaetano@gmail.com +1986%1/15/2003%BARRA%VALERIA%Via Vincenzo Sica,17%84125%Salerno%SA%11/8/1975%SALERNO%SA%7/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%valbarr@tin.it +2213%1/24/2005%BASILE%ADELE%VIA VINCENZO TORRUSIO,9%84078%VALLO DELLA LUCANIA%SA%4/15/1981%VALLO DELLA LUCANIA%SA%10/18/2004%NAPOLI%Farmacia%2004%Università degli Studi di Napoli% +2353%1/26/2006%BASILE%IDA%VIA G.BUDETTI,48/B%84098%PONTECAGNANO%SA%11/23/1981%SALERNO%SA%10/28/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%idabasile@yahoo.it +731%1/18/1969%BASILE%LUIGIA%V.LE MARGHERITA,148%84087%Sarno%SA%6/22/1943%SARNO%SA%11/14/1968%Napoli%Farmacia%1968%Università degli Studi di Napoli% +2109%2/3/2004%BASILISCO%CONSOLATA%VIA DEL GRANO, 85%84025%EBOLI%SA%1/23/1973%EBOLI%SA%7/16/2003%SIENA%Farmacia%2003%Università degli Studi di Siena%tinabasi@tiscali.it +2340%1/16/2006%BASSI%RODOLFO%VIA VERONA,13%84091%BATTIPAGLIA%SA%10/2/1970%SALERNO%SA%10/28/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%rodolfo.bassi@tiscali.it +748%12/23/1969%BATTAGLIA%MARIA%Via Scarlatti, 1%84098%Pontecagnano Faiano%SA%12/23/1932%GIFFONE%RC%11/15/1969%Messina%Farmacia%1969%Università degli Studi di Messina% +1296%3/3/1988%BATTAGLIA%PATRIZIA%Via Carducci%84047%Capaccio%SA%4/12/1961%SALERNO%SA%7/22/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli%farmacia-battaglia@geny.it +1020%3/11/1980%BELLINO%MARIA%Via R.Cavallo,53%84100%Salerno%SA%5/14/1957%CASTELNUOVO DI CONZA%SA%11/6/1979%Napoli%Farmacia%1979%Università degli Studi di Napoli% +809%12/28/1972%BELSITO%ANTONIO%Via G.Lamberti%84013%Cava Dei Tirreni%SA%6/18/1948%NOCERA INFERIORE%SA%11/10/1972%Napoli%Farmacia%1972%Università degli Studi di Napoli% +903%2/26/1976%BENEDETTO%ANTONIO GIUSEPPE%VIA BRAIDELLA, 15%84030%Atena Lucana%SA%3/19/1951%POTENZA%PZ%3/20/1975%Napoli%Farmacia%1975%Università degli Studi di Napoli%f.ciabenedetto@tiscalinet.it +1934%7/9/2002%BENEDETTO%ROBERTA%Via Giovanni Santoro, 14%84123%Salerno%SA%12/27/1977%SALERNO%SA%3/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%roberta_benedetto@virgilio.it +1372%12/31/1989%BENEVENTO%FILOMENA%Via Frigenti, 16%84010%San Valentino Torio%SA%4/13/1962%NAPOLI%NA%10/26/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli%fillybenevento@libero.it +2260%4/22/2005%BENEVENTO%ELENA%VIA CROCE MALLONI,155%84015%NOCERA SUPERIORE%SA%1/6/1981%SALERNO%SA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%beneventoelena@live.it +2033%7/28/2003%BENVENUTO%MARIA%VIA DEGLI ARANCI, 13%84010%SAN EGIDIO DEL MONTE ALBINO%SA%3/21/1978%NOCERA INFERIORE%SA%3/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%benvenutomaria@alice.it +1429%6/25/1991%BERNIERI%AMELIA%Via Buonaiuto,15%84087%Sarno%SA%7/1/1958%NAPOLI%NA%2/28/1991%Napoli%Farmacia%1991%Università degli Studi di Napoli%farmaciabernieri@libero.it +1965%12/31/2002%BEVILACQUA%ANTONIA%C.So Garibaldi,194%84100%Salerno%SA%2/2/1978%SALERNO%SA%10/15/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%farmacia.bevilacqua@tiscali.it +1964%12/31/2002%BEVILACQUA%ANGELA%Via S.Francesco,13%84027%Sant'Angelo a Fasanella%SA%10/22/1976%SALERNO%SA%10/15/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%farmacia.bevilacqua@tiscali.it +2318%12/30/2005%BIANCHINI%FRANCESCA%VIA PIEMONTE,6%84096%MONTECORVINO ROVELLA%SA%3/29/1982%BATTIPAGLIA%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%bianchini.mch@virgilio.it +1895%12/27/2001%BIANCHINI%MICHELE%VIA PIEMONTE,6%84096%Montecorvino Rovella%SA%4/7/1976%SALERNO%SA%11/5/2001%Roma%Farmacia%2001%Università degli Studi di Roma% +760%3/13/1970%BIANCHINI%LUIGI%C.So Umberto,77%84096%Montecorvino Rovella%SA%9/19/1944%MURO LUCANO%PZ%7/19/1968%Roma%Farmacia%1968%Università degli Studi di Roma%bianchini.mch@virgilio.it +1098%12/30/1982%BIANCO%PASQUALE%V.Le Liberta',4/f Coop.Coimpa%84091%Battipaglia%SA%5/30/1956%PIAGGINE%SA%7/23/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli%biancopas@alice.it +1027%5/30/1980%BIANCO%ANNA%Via Garbaldi, 11%84070%Stella Cilento%SA%6/13/1953%STELLA CILENTO%SA%3/21/1980%Napoli%Farmacia%1980%Università degli Studi di Napoli%farmacia.bianco.anna@gmail.com +2407%7/10/2006%BIANCO%STEFANO%VIALE DEGLI EUCALIPTI,25%84134%SALERNO%SA%4/18/1980%CAVA DE' TIRRENI%SA%12/19/2005%SALERNO%Farmacia%2006%Università degli Studi di Salerno%bsbianco@hotmail.it +1686%6/16/1998%BIFOLCO%MARINA%Via P.De Granita,13/e%84100%Salerno%SA%5/9/1969%PAGANI%SA%3/26/1998%Napoli%Farmacia%1998%Università degli Studi di Napoli%cofaser10sanna@tiscali.it +1497%1/25/1994%BIFOLCO%PATRIZIA%VIA MATTEO MONETTI, 9%84013%Cava Dei Tirreni%SA%7/26/1969%NOCERA INFERIORE%SA%3/6/1993%Urbino%Farmacia%1993%Università degli Studi di Urbino%patriziabifolco@tiscali.it +1915%1/14/2002%BIFOLCO%STEFANIA%VIA M. MONETTI, 9%84013%Cava Dei Tirreni%SA%1/2/1973%PAGANI%SA%7/25/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%patriziabifolco@tiscali.it +1116%6/1/1983%BILOTTA%ARMANDO%P.Zza Umberto%84010%San Marzano Sul Sarno%SA%2/24/1960%AVELLINO%AV%12/10/1982%Napoli%Farmacia%1983%Università degli Studi di Napoli%armando.bilotta@virgilio.it +1063%8/27/1981%BINDO%GRAZIA%Via Vallone,55%84019%Vietri Sul Mare%SA%6/17/1942%RUVO DI PUGLIA%BA%2/27/1970%Bari%Farmacia%1970%Università degli Studi di Bari%uausup@tiscalinet.it +1437%12/30/1991%BIONDI%MARIANITA%Via M.Testa,8%84100%Salerno%SA%7/17/1966%SALERNO%SA%6/28/1991%Napoli%Farmacia%1991%Università degli Studi di Napoli%sasha.bosco@tiscali.it +2345%1/16/2006%BISOGNO%ANNARITA%VIA ORESTE DI BENEDETTO,2%84013%CAVA DEI TIRRENI%SA%7/6/1972%CAVA DE' TIRRENI%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%annarita@pddinformatica.it +1101%12/30/1982%FERRENTINO%FILOMENA%Via COLLE S.BARTOLOMEO,53%80045%POMPEI%NA%5/17/1958%SCAFATI%SA%10/29/1982%NAPOLI%Farmacia%1982%Università degli Studi di Napoli%ramadonna@alice.it +2433%10/18/2006%PICERNO%PATRIZIA%VIA MANFREDI, 16 C/2%84091%BATTIPAGLIA%SA%2/16/1972%PALOMONTE%SA%7/26/2001%SALERNO%Farmacia%2001%Università degli Studi di Salerno%patpicerno@tiscali.it +2435%10/18/2006%DI IACONI%ADELE%VIA TEMPA S. PAOLO, 10%84047%CAPACCIO%SA%4/8/1974%EBOLI%SA%9/17/2005%ROMA%Chimica e tecn. farmaceutica%2006%Università degli Studi di Bari%adelediiaconi@libero.it +1239%12/29/1986%VIOLA%MARIA ELENA%Via Curci,3%84078%Vallo Della Lucania%SA%9/1/1961%NOCERA INFERIORE%SA%7/1/1986%Napoli%Farmacia%1986%Università degli Studi di Napoli% +1273%12/31/1987%VIOLA%GIANLUIGI%C.So Italia,16%84013%Cava Dei Tirreni%SA%10/27/1963%NOCERA INFERIORE%SA%10/29/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli%gianluigiviola@libero.it +880%12/9/1975%VIOLANTE%FILIPPO%Via Rosa, 55 bis%84016%Pagani%SA%1/2/1944%PAGANI%SA%6/28/1975%Urbino%Farmacia%1975%Università degli Studi di Urbino%violante6@farmaciaviolante.191.it +1853%5/25/2001%VIOLANTE%GIAN FILIPPO%De Rosa ,55%84016%Pagani%SA%9/14/1967%NAPOLI%%11/15/2000%Urbino%Farmacia%2001%Università degli Studi di Salerno%effe.vi@tin.it +1267%7/22/1987%VIOLENTO%RENATO%Via Roma,32%84044%Albanella%SA%12/12/1960%ALBANELLA%SA%3/25/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli% +1989%1/15/2003%VISCARDI%EDUARDO%Via A.Gramsci,82%84010%San Marzano Sul Sarno%SA%1/22/1964%SAN MARZANO SUL SARNO%SA%11/8/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%eduardo.viscardi@alice.it +1172%1/31/1985%VISCONTI%PAOLO%Via Udine,3%84091%Battipaglia%SA%2/10/1960%SALERNO%SA%7/11/1984%Napoli%Farmacia%1984%Università degli Studi di Napoli%cofaser10sanna@tiscali.it +2135%6/17/2004%VISCOSI%CRISTINA%VIA L.PETROSINO,39%84015%NOCERA SUPERIORE%SA%1/21/1960%MELIZZANO%BN%3/22/1985%NAPOLI%Farmacia%1985%Università degli Studi di Napoli%farmaciaviscosi@alice.it +1847%5/7/2001%VITALE%SALVATORE%VIA R.MAURI,230%84100%SALERNO%SA%2/11/1972%SALERNO%SA%7/16/1998%Pisa%Chimica e tecn. farmaceutica%2000%Università degli Studi di Pisa% +1123%6/30/1983%VITALE%CARMELA%Via San Rocco,5%84060%Perdifumo%SA%9/13/1957%SESSA CILENTO%SA%3/21/1983%Napoli%Farmacia%1983%Università degli Studi di Napoli% +2104%2/3/2004%VITALE%MICHELINA%VIA ACQUAROLA FRAZ. ACQUAROLA, 15/3%84085%MERCATO SAN SEVERINO%SA%3/4/1980%SALERNO%SA%10/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +2291%7/1/2005%VITOLO%ANTONIO%PIAZZA G. AMENDOLA,11%84014%NOCERA INFERIORE%SA%2/23/1981%NOCERA INFERIORE%SA%3/30/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%farmaciavitolo@virgilio.it +2418%7/28/2006%VITOLO%ANNA%P.ZZA CADUTI DI BRESCIA,22%84129%SALERNO%SA%7/19/1979%SALERNO%SA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%anvi79@libero.it +1258%6/18/1987%VITOLO%ANTONIO%C.so Garibaldi, 31%84123%Salerno%SA%5/4/1962%SALERNO%SA%2/24/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli%farmaciavitolo2002@libero.it +1428%6/6/1991%VIVACQUA%FRANCESCA LAURA%Via Delle Ginestre,64%84100%Salerno%SA%2/4/1956%CORIGLIANO CALABRO%CS%3/1/1991%Napoli%Farmacia%1991%Università degli Studi di Napoli% +2067%1/19/2004%VOCCA%FRANCESCA%VIA PESCARA,11%84025%EBOLI%SA%5/25/1979%BATTIPAGLIA%SA%7/25/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%dott.francesca.vocca@gmail.com +1974%1/15/2003%VOLPE%CARMELA%Via Leonardo Da Vinci, snc%84098%Pontecagnano Faiano%SA%3/10/1970%SALERNO%SA%3/26/2003%Salerno%Farmacia%2002%Università degli Studi di Salerno%volpecarmela@live.it +758%3/13/1970%VOLPE%MARIO%Via G.Amendola,58%84025%Eboli%SA%4/14/1941%EBOLI%SA%11/14/1969%Napoli%Farmacia%1969%Università degli Studi di Napoli%smeraldosette@tiscalinet.it +2403%7/10/2006%VOLPE%FILVIA%VIA VALENTINO FORTUNATO,38%84095%GIFFONI VALLE PIANA%SA%1/23/1978%SALERNO%SA%12/19/2005%SALERNO%Farmacia%2006%Università degli Studi di Salerno%fifivolpe@libero.it +818%2/10/1973%VOZA%FRANCESCO%Via Selva,31%84043%Agropoli%SA%9/28/1948%CAPACCIO%SA%7/19/1972%Napoli%Farmacia%1972%Università degli Studi di Napoli%farmaciaparaggiovoza@gmail.com +2154%7/5/2004%VOZA%STEFANIA%Via Selva,31%84043%AGROPOLI%SA%8/19/1977%SALERNO%SA%2/26/2004%NAPOLI%Chimica e tecn. farmaceutica%2004%Università degli Studi di Napoli% +1935%7/9/2002%VULCANO%MASSIMO PASQUALE%Via Coppola, 41 - Fraz. Velina%84040%Castelnuovo Cilento%SA%10/3/1975%MESSINA%ME%3/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%m.vulcano@chiesigroup.com +1426%6/6/1991%ZAMBRANO%LUCIO%Via G.Plateario,2%84100%Salerno%SA%12/16/1964%SALERNO%SA%2/28/1991%Napoli%Farmacia%1991%Università degli Studi di Napoli%lucioza@aliceposta.it +1489%12/30/1993%ZARRELLA%TULLIO%VIA FERROVIA, 76%80040%SAN GENNARO VESUVIANO%NA%10/29/1965%AVELLINO%AV%10/29/1993%Napoli%Farmacia%1993%Università degli Studi di Napoli% +1945%7/9/2002%ZENNA%GIOVANNA%Via San Pietro,27%84015%Nocera Superiore%SA%11/6/1977%NOCERA INFERIORE%SA%3/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno% +1596%6/14/1996%ZOLLO%GLORIA%Viale Degli Olmi,24%84134%Salerno%SA%1/5/1972%SALERNO%SA%4/1/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli%gloriazollo@tiscali.it +1474%6/16/1993%ZORZOLI%CESARE%Via C.Sorgente,5%84100%Salerno%SA%4/12/1950%FERRERA ERBOGNONE%PV%11/6/1975%Pavia%Farmacia%1975%Università degli Studi di Pavia% +2438%12/11/2006%CAVA%LUIGI%VIA SEMMOLA, 12%80031%BRUSCIANO%NA%3/21/1982%MUGNANO DI NAPOLI%NA%7/24/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%luigicava1982@libero.it +2439%12/29/2006%DI CIOMMO%PATRIZIA%VIA DEI NORMANNI, 2%84136%SALERNO%SA%2/2/1975%SALERNO%SA%4/10/2000%SALERNO%Farmacia%2000%Università degli Studi di Salerno% +2442%1/9/2007%BELSITO%MARCO%2a TRAVERSA LUIGI ANGRISANI, 2%84014%NOCERA INFERIORE%SA%6/12/1982%BATTIPAGLIA%SA%10/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%belsito@alice.it +2443%1/9/2007%BRAMBATI%ROBERTA%VIA PROL MATTEOTTI P.CO DELLE ROSE, F. A5%84087%SARNO%SA%9/9/1979%PAGANI%SA%10/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%robertabrambati@libero.it +2453%1/9/2007%DE SANTIS%LAURA%VIA FALCONE, 30%84081%BARONISSI%SA%4/20/1982%SALERNO%SA%10/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%lauradesantis82@alice.it +2457%1/9/2007%LONGOBARDI%FRANCESCA%VIA BONIFICA VICINALE FONDO MONACO, 17%84018%SCAFATI%SA%10/27/1980%POMPEI%NA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%francesca.longobardi1980@virgilio.it +2459%1/9/2007%MONETTA%DANIELA%VIA PIETRO CICCULLO, 49%84013%CAVA DE' TIRRENI%SA%8/15/1982%CAVA DE' TIRRENI%SA%10/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%daniela.monetta@hotmail.it +2818%6/29/2009%D'ANIELLO%ANNA%VIA PIZZONE, 21%84015%NOCERA SUPERIORE%SA%2/22/1982%NOCERA INFERIORE%SA%10/30/2006%SALERNO%Farmacia%11/28/2006%Università degli Studi di Salerno%anna.daniello@email.it +2467%1/15/2007%CAPALDO%ANNALISA%VIA DOTT. P. FIMIANI, 103%84083%CASTEL SAN GIORGIO%SA%3/3/1980%NOCERA INFERIORE%SA%10/16/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%annalisa.capaldo@libero.it +2470%1/15/2007%DI DOMENICO%KATIUSCIA%VIA PARLAMENTO, 40%84099%SAN CIPRIANO PICENTINO%SA%8/4/1975%SALERNO%SA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%katiusciadidomenico@inwind.it +2444%1/9/2007%CAMMARANO%MICHELA%VIA CROCE, 17%84038%SASSANO%SA%5/17/1982%POLLA%SA%10/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%diamantemiki@libero.it +2446%1/9/2007%CIAGLIA%CARMELA%VIA AUSELLA, 4%84022%CAMPAGNA%SA%4/12/1983%SALERNO%SA%11/15/2006%NAPOLI%Farmacia%2006%Università degli Studi di Napoli%millye_83libero.it +2447%1/9/2007%CRISTOFANO%FRANCESCO%VIA M. PIRONTI, 1/L%84134%SALERNO%SA%4/26/1982%SALERNO%SA%10/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%farmaciacristofano@cocco82.net +2448%1/9/2007%CUOCO%ANNA%P.ZZA GIOBERTI, 70%84091%BATTIPAGLIA%SA%2/23/1976%SALERNO%SA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%saluteenatura@virgilio.it +2449%1/9/2007%DE ANGELIS%GIUSEPPE%P.zza NADDEO, 4%84126%SALERNO%SA%4/26/1983%SALERNO%SA%7/24/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%gius834@virgilio.it +2450%1/9/2007%DE CHIARA%ANNALISA%VIA QUARANTA, 4%84081%BARONISSI%SA%7/30/1981%SALERNO%SA%12/19/2005%SALERNO%Farmacia%2006%Università degli Studi di Salerno%annalisa.dechiara@libero.it +2451%1/9/2007%DE FILIPPO%PAMELA%VIA POSIDONIA, 225%84128%SALERNO%SA%2/19/1981%SALERNO%SA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%pameladefi@tiscali.it +2452%1/9/2007%DE SANTIS%DANIELA%C.SO UMBERTO I°, 113%84098%PONTECAGNANO FAIANO%SA%7/23/1981%SALERNO%SA%10/16/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%daniela6361@libero.it +2472%1/15/2007%GIANNOTTI%NATALIA%VIA GENERALE GONZAGA, 7%84100%SALERNO%SA%7/19/1983%SALERNO%SA%10/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%mescalina.83@hotmail.it +2474%1/15/2007%INFANTE%RAFFAELE%VIA ERSILIO CASTELLUCCIO, 1%84135%SALERNO%SA%5/2/1982%BATTIPAGLIA%SA%10/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%dralka@email.it +2476%1/15/2007%MARINO%GIOVANNI%VIA PARCO ARANCI, 8%84134%SALERNO%SA%8/14/1978%SALERNO%SA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%mrgianluca@gmail.com +2478%1/15/2007%PAVESE%EMANUELA%VIA F. ROMEI, 6%83026%MONTORO SUPERIORE%AV%5/17/1982%AVELLINO%AV%10/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%emanuelapavese@libero.it +2480%1/15/2007%SESSA%ESTER%VIA PASQUALE CAPONE, 21%84122%SALERNO%SA%6/25/1981%BATTIPAGLIA%SA%7/24/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%ester.sessa@tiscali.it +2454%1/9/2007%DONNARUMMA%MARIANO%VIA CAMPIA, 13%84012%ANGRI%SA%2/22/1981%NOCERA INFERIORE%SA%10/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%donnarumma.mariano@email.it +2455%1/9/2007%FALCONE%SANTINA%VIA GIOVANNI XXIII°, 20%84010%SANT'EGIDIO DEL MONTE ALBINO%SA%5/30/1982%POMPEI%NA%10/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%santinafalcone@hotmail.it +2456%1/9/2007%GALIZIA%GABRIELLA%VIA BRIGADIERE D'ANNA, 116%84012%ANGRI%SA%5/17/1983%NOCERA INFERIORE%SA%10/16/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%gabrygal@hotmail.it +2484%1/29/2007%CALABRESE%DAVIDE GIUSEPPE%VIA UMBERTO, I°, 4%84020%SANTOMENNA%SA%7/21/1982%BARI%BA%7/27/2006%NAPOLI%Farmacia%2006%Università degli Studi di Napoli%calabrese.dav@tiscali.it +2486%1/29/2007%D'ALESSIO%CARMEN%VIA G. MARCONI, 12/B%84081%BARONISSI%SA%4/27/1980%OLIVETO CITRA%SA%10/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%carmen_blu@libero.it +2487%1/29/2007%DI FILIPPO%MARIA ANNA%VIA MAZZINI, 27%84088%SIANO%SA%11/2/1978%PADERBORN (GERMANIA)%EE%10/16/2006%SAERNO%Farmacia%2006%Università degli Studi di Salerno%madifilippo@katamail.com +2489%1/29/2007%PANICO%ANTONELLA%Via Roma, 21%84092%BELLIZZI%SA%6/24/1978%EBOLI%SA%7/24/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%panico.antonella@virgilio.it +2490%1/29/2007%PETRACCARO%ANNA%P.ZZA XX SETTEMBRE, 5%84069%ROCCADASPIDE%SA%4/8/1981%SALERNO%SA%7/18/2006%SIENA%Farmacia%2006%Università degli Studi di Siena%farmaciacapuano@libero.it +2458%1/9/2007%MANNA%PAOLO%Via Napoli, 24%84014%NOCERA INFERIORE%SA%8/12/1979%NAPOLI%NA%10/16/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%mannapa@virgilio.it +2493%2/5/2007%D'ARLE%BARBARA%VIA GARIOPONTO, 16%84126%SALERNO%SA%6/21/1982%SALERNO%SA%10/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%barbaradarle@hotmail.it +2495%2/5/2007%PEPE%FRANCESCO%VIA FILETTINE, 66%84016%PAGANI%SA%3/19/1981%NOCERA INFERIORE%SA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%frpepe@libero.it +2497%2/5/2007%SEBASTIANO%GIUSEPPE%P.ZZA RAFFAELE PETTI, 6%84100%SALERNO%SA%4/26/1978%SALERNO%SA%7/24/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%giuseppe.sebastiano@email.it +2498%2/5/2007%SINOPOLI%MARIANNA%VIA SANT'ANTONIO, 6%84025%EBOLI%SA%3/23/1979%EBOLI%SA%7/11/2006%NAPOLI%Chimica e tecn. farmaceutica%2006%Università degli Studi di Napoli%mariannasinopoli@tiscali.it +2499%2/5/2007%TORTORA%CARLA%VIA PAPA GIOVANNI XXIII°, 21%84012%ANGRI%SA%2/17/1982%POMPEI%NA%7/28/2006%NAPOLI%Chimica e tecn. farmaceutica%2006%Università degli Studi di Napoli%carla282@inwind.it +2460%1/9/2007%MOSCARIELLO%IRMA%Via San Vincenzo Curteri, 15%84085%MERCATO SAN SEVERINO%SA%9/3/1982%SALERNO%SA%7/24/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%valentinairmae@hotmail.it +2461%1/9/2007%NESE%ANTONIO%VIA PROVINCIALE, 29%84057%LAURINO%SA%8/8/1980%VALLO DELLA LUCANIA%SA%5/3/2006%FIRENZE%Farmacia%2006%Università degli Studi di Firenze%antonionese@yahoo.it +2463%1/9/2007%PARISIO%LUCA%Via Picentino n° 29/A%84098%Pontecagnano Faiano%SA%6/11/1979%SALERNO%SA%10/16/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%luc79@inwind.it +2464%1/9/2007%PESCE%ANGELA%VIA SAPORITO, 25%80040%POGGIOMARINO%NA%4/28/1972%CASTELLAMMARE DI STABIA%NA%10/16/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%pesceangy@yahoo.it +2465%1/9/2007%TERRACINA%CLAUDIA%VIA PODGORA, 3%84132%SALERNO%SA%3/16/1983%SALERNO%SA%10/16/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%apia@interfree.it +1408%1/14/1991%SCIMONE%ANTONIA%Viale Wagner, 2 Lotto 13 Sc.I%84131%Salerno%SA%9/12/1966%SALERNO%SA%10/26/1990%Napoli%Farmacia%1990%Università degli Studi di Napoli%df.tocci@tiscali.it +1781%5/30/2000%SCIUMANO'%SIMONA%Via Martin Luther King, 8/10%84080%Pellezzano%SA%5/12/1973%SALERNO%%4/10/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno% +1985%1/15/2003%SCOPINO%GIULIA%Via Monsignore Vicinanza, 13%84091%Battipaglia%SA%7/30/1975%NAPOLI%NA%10/15/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%giulietta75@inwind.it +1519%6/27/1994%SCOPPETTA%MARIATERESA%Via Torrione,23%84100%Salerno%SA%8/4/1961%SALERNO%%12/20/1993%Napoli%Farmacia%1994%Università degli Studi di Napoli% +1272%12/31/1987%SENA%GIOVANNA MARIA%VIA SAN GIOVANNI, 60%84025%Eboli%SA%7/28/1962%CASTELNUOVO DI CONZA%SA%10/30/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli%farmaciasena@alice.it +2063%1/19/2004%SENATORE%VINCENZO%P.ZZA D'ARMI,1%84128%SALERNO%SA%4/3/1977%NOCERA INFERIORE%SA%10/15/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%lu.senatore@tiscali.it +2184%1/13/2005%SENATORE%LAURA%VIALE UGO FOSCOLO, 23%20052%MONZA%MI%8/21/1978%SALERNO%SA%10/15/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%laurasenatore@tiscali.it +2279%7/1/2005%SESSA%MICHELA%VIA G. BIANCO, 69%84081%BARONISSI%SA%6/12/1976%SALERNO%%3/30/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno% +759%3/13/1970%SESSA%GAETANO%Via Pasquale Capone, 21%84122%Salerno%SA%1/24/1944%POSTIGLIONE%SA%11/14/1969%Napoli%Farmacia%1969%Università degli Studi di Napoli% +2342%1/16/2006%SEVERINI%GEMMA%VIA G.MARCONI,55%84013%CAVA DEI TIRRENI%SA%5/29/1980%SALERNO%SA%10/28/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno% +2404%7/10/2006%SEVERINI%GABRIELLA%VIA G.MARCONI,55%84013%CAVA DEI TIRRENI%SA%6/28/1982%SALERNO%SA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno% +893%1/17/1976%SEVERINI%PIETRO%Via E.Talamo,25/27%84013%Cava Dei Tirreni%SA%3/18/1951%CASAL VELINO%SA%11/3/1975%Napoli%Farmacia%1975%Università degli Studi di Napoli% +2224%1/24/2005%SGAMBATI%MAGDA%CORSO V.EMANUELE,14%84100%SALERNO%SA%7/23/1980%FRASCATI%RM%10/15/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%sgambatimagda@hotmail.com +1702%12/29/1998%SIANI%ANTONELLA%Via Rotolo,40%84013%Cava Dei Tirreni%SA%1/1/1964%SALERNO%%10/28/1998%Napoli%Farmacia%1998%Università degli Studi di Napoli% +2182%1/13/2005%SIANO%CHIARA%VIA R.M.GALDIERI,33%84084%FISCIANO%SA%10/10/1979%AVELLINO%%10/15/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%merychiara@hotmail.com +2299%7/19/2005%SIBILIA%ROSETTA%VIA PROCISA NUOVA%83047%PROCISA NUOVA - LIONI%AV%12/16/1976%LIONI%AV%12/21/2004%SALERNO%Farmacia%2005%Università degli Studi di Salerno%valentinasib@tiscali.it +1963%12/31/2002%SICA%ROSA%Via Del Centenario,133%84091%Battipaglia%SA%8/24/1976%BATTIPAGLIA%%10/15/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno% +1942%7/9/2002%SICA%DOMENICO%Via Dalmazia, 13%84100%Salerno%SA%5/6/1973%SALERNO%SA%3/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%drdomenico@tiscali.it +2354%1/26/2006%SICA%ROBERTO%VIA LAZIO,3%84098%PONTECAGNANO FAIANO%SA%8/31/1967%BATTIPAGLIA%SA%12/20/1996%NAPOLI%Chimica e tecn. farmaceutica%1998%Università degli Studi di Napoli% +1185%7/18/1985%SICONOLFI%ANTONELLA%Via A.Diaz,12%84100%Salerno%SA%1/5/1961%SALERNO%SA%3/25/1985%Napoli%Farmacia%1985%Università degli Studi di Napoli%asiconolfi@alice.it +2144%6/17/2004%SIGNORIELLO%ANNAMARIA%VIA P.BARATTA C.P.135%84091%BATTIPAGLIA%SA%10/30/1976%BATTIPAGLIA%SA%3/30/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%signoriello.a@tiscali.it +2049%11/17/2003%SILVERIO%MARIA ANTONIETTA%VIA MATTEOTTI,118%84036%SALA CONSILINA%SA%10/16/1960%POLLA%SA%3/26/1991%NAPOLI%Farmacia%1991%Università degli Studi di Napoli% +1735%5/25/1999%SINISCALCHI%CARLO%Piazza F.Gioia,21%84122%Salerno%SA%6/3/1972%SALERNO%SA%4/9/1999%Salerno%Farmacia%1999%Università degli Studi di Salerno%mcsin@inwind.it +646%6/3/1964%SINISCALCHI%DOMENICO%Corso Garibaldi, 154%84123%Salerno%SA%11/29/1936%SALERNO%%2/26/1964%Napoli%Farmacia%1964%Università degli Studi di Napoli%farmaciasiniscalchi@yahoo.it +1843%2/7/2001%SINISCALCHI%TERESA%Via Curti, 2%84010%San Valentino Torio%SA%3/4/1975%SAN VALENTINO TORIO%SA%10/30/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno%enzosalsano@libero.it +1594%6/14/1996%SODANO%EMANUELE%Via Caracciolo, 55 - Fraz. Pioppi%84068%Pollica%SA%4/16/1971%POLLICA%SA%3/28/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli%emanuele.sodano@theramex.it +1159%7/14/1984%SODANO%ANTONIO%Via Curci%84078%Vallo Della Lucania%SA%3/31/1957%SALERNO%SA%3/13/1984%Roma%Farmacia%1984%Università degli Studi di Roma% +1883%7/30/2001%SOFO%ANNA FRANCESCA RITA%Via San Siro,12-B%20010%CORNAREDO%MI%5/27/1968%MARATEA%%3/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%milano20axum@asmspanet.it +1810%12/11/2000%SOMMA%ROCCO%Via Irno,43 - scala B%84135%Salerno%SA%7/1/1966%SALERNO%SA%3/22/2000%Napoli%Chimica e tecn. farmaceutica%2000%Università degli Studi di Napoli%r.somma@tiscali.it +2321%1/16/2006%SONDEREGGER%MASSIMILIANO%VIA MARINO FRECCIA,68%84127%SALERNO%SA%5/27/1973%SALERNO%SA%10/28/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%m.sonderegger@alice.it +1237%12/29/1986%SORGENTE%ANGELINA%Via Parini, 11%84098%Pontecagnano Faiano%SA%3/7/1961%PONTECAGNANO FAIANO%SA%10/30/1986%Napoli%Farmacia%1986%Università degli Studi di Napoli% +1873%6/7/2001%SORIERO%MARIA GERARDA%Mezzacapo,203%84036%Sala Consilina%SA%1/12/1971%OLIVETO CITRA%SA%3/19/2001%Roma%Farmacia%2001%Università degli Studi di Roma%soriero.gerarda@tiscali.it +1329%12/28/1988%SORRENTINO%RAFFAELLA%Via S.Paolo A Villanova,11%80123%Napoli%NA%6/25/1965%SALERNO%SA%10/27/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli%rafsorre@unina.it +919%12/6/1976%SPARANO%ANGIOLETTO%VIA SANT'ANTONIO,15/18%84030%SANZA%SA%8/22/1952%NOVI VELIA%SA%7/15/1976%Napoli%Farmacia%1976%Università degli Studi di Napoli%fciasparano@tiscali.it +2282%7/1/2005%SPARANO%ROSARIA%VIA DALLA CHIESA, snc%84047%CAPACCIO%SA%2/1/1979%CAVA DE' TIRRENI%SA%3/30/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%rosariasparano@yaho.it +367%6/16/1952%SPARANO%CARLO%Via Cervina,28%84012%Angri%SA%4/21/1926%NAPOLI%%12/5/1951%Napoli%Farmacia%1964%Università degli Studi di Napoli%farmaciasparanocarlo@libero.it +1147%1/20/1984%SPENILLO%MICHELE%Via Pantanelle,25%84030%Montesano Sulla Mercellan%SA%4/23/1959%MONTESANO SULLA MARCELLANA%SA%6/23/1983%Urbino%Farmacia%1983%Università degli Studi di Urbino%jacarandakiooo@hotmail.it +857%11/29/1974%SPERANZA%PIETROPAOLO%VIA C. PISACANE, 64 - Fraz.Palinuro%84051%Centola%SA%4/1/1950%CENTOLA%SA%7/19/1974%Napoli%Farmacia%1974%Università degli Studi di Napoli% +2103%2/3/2004%SPERANZA%ANTONIO%FRAZ PALINURO VIA C.PISACANE%84064%CENTOLA%SA%1/18/1977%VALLO DELLA LUCANIA%%7/24/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%farmacia.speranza@gmail.com +2010%2/11/2003%SPEZIGA%ELVIRA%VIA FRANCESCO CRISPI, 76%84100%Salerno%SA%3/26/1978%SALERNO%SA%7/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%elvspeziga@libero.it +1930%4/23/2002%SPOSARO%CARMELINDA%Via Liberta' Coop. Grazia%84091%Battipaglia%SA%1/23/1978%SALERNO%%10/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno% +2242%2/14/2005%SQUILLANTE%LUCIA%VIA DUOMO%84080%SARNO%SA%1/21/1976%SARNO%%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%lucysqui@yahoo.it +1315%7/25/1988%SQUILLANTE%FILOMENA%Via O.Tortora,91%84087%Sarno%SA%1/5/1959%TORRE DEL GRECO%%3/22/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli% +2076%1/19/2004%SQUITIERI%AURELIO%Via Prol/to Matteotti-P/co delle Rose%84087%SARNO%SA%7/26/1975%SARNO%%7/24/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +1122%6/30/1983%STABILE%RITA%Via Raffaele Mauri, 126%84100%Salerno%SA%1/22/1955%COMO%%2/18/1983%Napoli%Farmacia%1983%Università degli Studi di Napoli%rita_stabile@alice.it +849%4/2/1974%STANCATI%LEONARDO%L.go Duchi Piccolomini, 10%84011%Amalfi%SA%2/14/1949%CUNEO%CN%7/18/1973%Napoli%Farmacia%1973%Università degli Studi di Napoli%farmarsenali@iol.it +1567%6/28/1995%STANZIONE%FRANCESCO%L.Re Trieste,50%84100%Salerno%SA%2/15/1971%SALERNO%%3/24/1995%Napoli%Farmacia%1995%Università degli Studi di Napoli% +2192%1/13/2005%STASIO%GIUSEPPINA%VIA CHIUSA%84028%SERRE%SA%1/1/1973%BATTIPAGLIA%%7/26/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%giusystasio@uahoo.it +1675%2/10/1998%STELLA%FILOMENA%Via Taurano, 13 - Fab. C - P.co degli Aranci%84016%Pagani%SA%5/8/1968%NOCERA INFERIORE%SA%10/21/1997%Napoli%Farmacia%1997%Università degli Studi di Napoli% +1555%6/9/1995%STELLA%SEMPLICIO%Via Cesinali,39%83042%Atripalda%AV%5/12/1966%NOCERA INFERIORE%SA%12/21/1994%Napoli%Farmacia%1995%Università degli Studi di Napoli% +2270%7/1/2005%STILLITANO%GIUSEPPE%VIA A. CALABRITTO, 3%84090%MONTECORVINO PUGLIANO%SA%7/27/1979%AVELLINO%%12/21/2004%SALERNO%Farmacia%2005%Università degli Studi di Salerno%gsfarm@alice.it +1612%1/21/1997%STORTI%GUGLIELMO%Via S.D'acquisto%84020%Controne%SA%7/12/1959%SALERNO%SA%7/23/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli% +2178%11/30/2004%STRIANESE%STEFANIA%VIA CASE ROSSE,17%84131%SALERNO%SA%4/10/1978%SALERNO%%3/30/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +954%1/18/1978%STRISCIUGLIO%CAMILLA%Via D.Fontana,58%80128%Napoli%NA%8/27/1952%AGROPOLI%%7/1/1977%Napoli%Farmacia%1977%Università degli Studi di Napoli% +2042%9/15/2003%SUPINO%ANNA%Loc. Spinito Palazza%84036%SALA CONSILINA%SA%11/14/1977%MONTESANO SULLA MARCELLANA%SA%3/25/2003%NAPOLI%Farmacia%2003%Università degli Studi di Napoli%antonio.detta@tiscali.it +815%2/10/1973%TALAMO%ANGELA ELVIRA%VIA PIRONTI P.Co Delle Rose Scala L%84100%Salerno%SA%7/14/1950%CAMEROTA%SA%11/10/1972%Napoli%Farmacia%1972%Università degli Studi di Napoli%angelatalamo@sangiovannieruggi.it +1318%11/15/1988%TALARICO%ADALGISA ORNELLA%VIA FESTOLA, 149/B%84062%Olevano Sul Tusciano%SA%3/21/1960%COSENZA%CS%10/20/1984%Bari%Farmacia%1984%Università degli Studi di Bari%cofasermacchia@tiscali.it +2137%6/17/2004%TAMMARO%MARIACELESTE%VIA POGGIOMARINO, 89%84018%SCAFATI%SA%11/6/1978%CASTELLAMARE DI STABIA%NA%3/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%tacele8@libero.it +1967%1/15/2003%TENORE%TIZIANA%Via A.Capuano,14%84083%Castel San Giorgio%SA%12/3/1977%PAGANI%SA%7/25/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%tizianatenore@libero.it +1465%3/18/1993%TENORE%IDA%Via D'andrea, 52%84088%Siano%SA%1/2/1965%NOCERA INFERIORE%SA%10/30/1992%Napoli%Farmacia%1992%Università degli Studi di Napoli%farmaciatenore@libero.it +1194%7/18/1985%TERRACCIANO%CARMELA%Via Boschi,1%84036%Sala Consilina%SA%2/12/1958%NAPOLI%NA%3/25/1985%Napoli%Farmacia%1985%Università degli Studi di Napoli% +1171%1/31/1985%TESAURO%ALESSIO%Via Garibaldi,6%84060%Orria%SA%1/4/1952%ORRIA%SA%11/15/1984%Roma%Farmacia%1984%Università degli Studi di Roma% +1242%1/15/1987%TIMPONE%MASSIMO%Via Quadruviale,4%84013%Cava Dei Tirreni%SA%9/25/1959%PERUGIA%PG%11/3/1986%Napoli%Farmacia%1986%Università degli Studi di Napoli%massimo_timpone@libero.it +1108%2/24/1983%TIPALDI%VINCENZO%Via Durano,1/a%84014%Nocera Inferiore%SA%8/22/1955%NOCERA INFERIORE%SA%10/28/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli% +2335%1/16/2006%TITOMANLIO%WILLIAM%VIA GELSO,65%84100%SALERNO%SA%2/12/1980%AVELLINO%AV%12/21/2004%SALERNO%Farmacia%2005%Università degli Studi di Salerno%titowilly@tiscali.it +1270%12/31/1987%TOMAI%ADELE%C.So V.Emanuele%84026%Postiglione%SA%9/30/1962%SALERNO%SA%7/23/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli%farmaciatomai@libero.it +1795%6/13/2000%TOMEO%DANIELA%VIA FRASSO TELESINO%84043%Agropoli%SA%2/11/1975%VALLO DELLA LUCANIA%SA%3/28/2000%Napoli%Farmacia%2000%Università degli Studi di Napoli%dany.tomeo@tiscali.it +1037%9/16/1980%TONDO%SALVATORE%Via C.Sorgente,98/2f%84100%Salerno%SA%7/20/1946%POTENZA%PZ%7/17/1973%Siena%Farmacia%1973%Università degli Studi di Siena%tondo1@interfree.it +2223%1/24/2005%TORELLI%SIMONA%VIA GEN.VINCENZO ROBERTIELLO,8%84127%SALERNO%SA%3/18/1980%SALERNO%SA%10/29/2004%SALENO%Farmacia%2004%Università degli Studi di Salerno%simona_torelli@libero.it +1712%2/2/1999%TORO%ROSARIA%Via Serroni, 28%84090%Giffoni Sei Casali%SA%11/5/1972%GIFFONI SEI CASALI%SA%10/28/1998%Salerno%Farmacia%1998%Università degli Studi di Salerno%rosariat_@hotmail.com +2071%1/19/2004%TORO%ALFONSO%VIA SERRONI,28%84090%GIFFONI SEI CASALI%SA%9/23/1977%GIFFONI SEI CASALI%SA%10/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%alfonso.toro@libero.it +1972%1/15/2003%TORRE%MARIA TERESA%Via VI Settembre 1860, 36%84100%Salerno%SA%5/11/1979%TORRE DEL GRECO%NA%7/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%mt.torre@libero.it +1879%7/16/2001%TORRE%ELENA%Via Gustavo Trotta, 7%84016%Pagani%SA%10/18/1976%PAGANI%SA%3/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%elenatorre@libero.it +2431%9/25/2006%TORSELLO%TANIA MARINA%VIA E.MONTALE,1%84091%BATTIPAGLIA%SA%5/19/1977%MILANO%MI%3/27/2006%NAPOLI%Farmacia%1981%Università degli Studi di Napoli%tania.marina.torsell@alice.it +1866%6/7/2001%TRAMONTANO%GIUSEPPINA%Caporale Vito Ruggiero,29%84010%San Valentino Torio%SA%10/5/1974%SAN VALENTINO TORIO%SA%3/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%giuseppinatramontano@libero.it +1373%12/31/1989%TRAMONTANO%GERARDO%Via C.Tramontano, 90%84016%Pagani%SA%12/1/1959%PAGANI%SA%7/20/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli%gerardotramontano@tiscali.it +1100%12/30/1982%TRAPANI%ANTONINO%Viale G.Verdi,33 -p.Arbostella%84100%Salerno%SA%1/18/1960%SALERNO%SA%10/28/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli%antonino.trapani@alice.it +1016%1/28/1980%TRAPANI%GIUSEPPINA%VIA DELLO STADIO, 16%84016%Pagani%SA%3/31/1955%SALERNO%SA%3/20/1978%Napoli%Farmacia%1978%Università degli Studi di Napoli%farmaciatrapani@virgilio.it +2253%3/30/2005%TREZZA%VIVIANA%PIAZZA MUNICIPIO, 18%84039%TEGGIANO%SA%5/7/1979%MILANO%MI%3/19/2003%ROMA%Chimica e tecn. farmaceutica%2003%Università degli Studi di Roma%viviana.trezza@fastwebnet.it +1848%5/25/2001%TRIMARCO%MARIO%Via Cagliari, 9%84091%Battipaglia%SA%1/26/1973%SINDELFINGEN (D)%EE%1/25/2000%Napoli%Chimica e tecn. farmaceutica%2000%Università degli Studi di Napoli%mariotri@tiscali.it +1262%7/22/1987%TRIVELLI%FERNANDA%Via S.Sebastiano,74%84060%Montano Antilia%SA%2/28/1962%SALERNO%SA%11/12/1986%Siena%Farmacia%1987%Università degli Studi di Napoli% +1826%1/10/2001%TROCCOLI%MARIA FELICIA%Viale Eucalipti,16/a%84100%Salerno%SA%4/7/1977%SALERNO%SA%7/24/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno% +1751%12/30/1999%TRONCONE%ELEONORA%Via P.Baratta, 94%84091%Battipaglia%SA%12/25/1957%CAPACCIO%SA%7/22/1999%Napoli%Farmacia%1999%Università degli Studi di Napoli%etroncone@alice.it +1406%1/14/1991%TROPIANO%RAFFAELLA%Via Curto,48%84035%Polla%SA%3/18/1966%POLLA%SA%6/29/1990%Napoli%Farmacia%1990%Università degli Studi di Napoli% +1572%9/8/1995%TROPIANO%ANTONIO%Via A.PAPIO,35%84035%SALERNO%SA%5/6/1969%SALERNO%SA%2/24/1995%Napoli%Farmacia%1995%Università degli Studi di Napoli% +1337%1/19/1989%TROTTA%RITA%Piazza della Liberta', 14%84075%STIO%SA%2/13/1952%STIO%SA%10/26/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli% +888%1/17/1976%TROTTA%BIANCA MARIAROSARIA%Via E.Talamo,25%84013%Cava Dei Tirreni%SA%10/19/1952%CATONA%RC%11/3/1975%Napoli%Farmacia%1975%Università degli Studi di Napoli%farmacia-trottabm@tiscali.it +1186%7/18/1985%TROTTA%PIETRO ANTONIO MICHELE%Via Garibaldi,30%84030%Montesano Sulla Marcellan%SA%7/28/1959%CATONA%RC%3/19/1985%Napoli%Farmacia%1985%Università degli Studi di Napoli% +2281%7/1/2005%TROTTA%PAOLA%VIA F. ANGRISANI,1%84043%AGROPOLI%SA%4/5/1979%AGROPOLI%SA%3/30/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%pax1979@gmail.com +1623%1/21/1997%TROTTA%ROSA%Via Casalanario, 56%84012%Angri%SA%7/8/1971%POMPEI%NA%3/21/1996%Napoli%Chimica e tecn. farmaceutica%1996%Università degli Studi di Napoli%ro.raf@libero.it +1141%12/28/1983%TROTTA%MICHELANGELO%VIA SICILIANO, 31%84014%Nocera Inferiore%SA%1/1/1958%NOCERA INFERIORE%SA%7/25/1983%Napoli%Farmacia%1983%Università degli Studi di Napoli%michelangelo.trotta@novartis.com +1356%6/8/1989%TRUCILLO%ALESSANDRO%VIA S. CALENDA,23%84100%SALERNO%SA%9/23/1963%SALERNO%SA%3/21/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli%sandro-1963@libero.it +1353%6/8/1989%TUCCI%VINCENZO%Via Salita Ripa,29%84025%Eboli%SA%6/16/1961%EBOLI%SA%2/24/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli%farmacia.tucci@tiscalinet.it +1977%1/15/2003%TULIMIERI%PATRIZIA%Via Amato Santamaria,8%84080%Pellezzano%SA%6/20/1977%SALERNO%SA%7/25/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%pat_tul@hotmail.com +2369%2/13/2006%URSO%LUCREZIA%VIA GARIBALDI, 6-FRAZ.S.MARIA%84072%CASTELLABATE%SA%4/24/1979%SESTO SAN GIOVANNI%MI%3/29/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%lucreziaurso@tiscali.it +1382%5/28/1990%VAIRO%ANTONIO%Via Della Quercia, 66/B%84080%Pellezzano%SA%11/25/1961%VALLO DELLA LUCANIA%SA%4/5/1990%Camerino%Farmacia%1990%Università degli Studi di Camerino%vairoantonio@tiscalinet.it +1602%6/27/1996%VAIRO%IRENE MARIA%Via COMO,16%84091%BATTIPAGLIA%SA%11/7/1970%SALERNO%SA%3/28/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli%vairofarma@tiscali.it +2107%2/3/2004%VALENTINO%SALVATORE%VIA G.F.MEMOLI,12%84100%SALERNO%SA%10/4/1979%SALERNO%SA%10/15/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%alfonsovale@inwind.it +2062%1/19/2004%VALIANTE%CARLO MARIA%VIA ARCE, 104%84122%SALERNO%SA%1/15/1978%SALERNO%SA%10/15/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%carlitos78@katamail.com +1210%3/20/1986%VALLETTA%CHERUBINO%C.So Reginna,12%84016%Maiori%SA%3/2/1959%PELLEZZANO%SA%10/30/1985%Napoli%Farmacia%1985%Università degli Studi di Napoli%farmacia.valletta@virgilio.it +1695%7/14/1998%VALLONE%ROMEO%Via Cavour,42%47%MARINO%RM%3/29/1969%MARATEA%PZ%3/16/1998%Roma%Farmacia%1998%Università degli Studi di Roma% +2386%4/26/2006%VANGONE%MARIA LUISA%VIA A.PETROSINI,10%84014%NOCERA INFERIORE%SA%4/13/1981%SARNO%SA%7/25/2005%NAPOLI%Farmacia%2005%Università degli Studi di Napoli% +937%6/20/1977%VANNATA%PIETRO%P.Za Umberto,32%84036%Sala Consilina%SA%1/25/1953%VIGGIANO%PZ%7/15/1976%Roma%Farmacia%1976%Università degli Studi di Roma%farmaciavannata@tiscali.it +1081%6/29/1982%VARONE%GIOVANNA%Via Renato Raiola,68%84012%Angri%SA%11/6/1952%ANGRI%SA%12/17/1981%Napoli%Farmacia%1982%Università degli Studi di Napoli%giovannavarone@libero.it +1969%1/15/2003%VASSALLO%ANTONIO%Via Regina Elena,73%84085%Mercato San Severino%SA%5/4/1978%SALERNO%SA%10/15/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%avassallo@unisa.it +964%5/29/1978%VASSALLO%ENRICO%Via M.Platamone,14%84100%Salerno%SA%8/13/1951%SALERNO%SA%12/13/1977%Napoli%Farmacia%1978%Università degli Studi di Napoli% +1952%7/29/2002%VASSALLO%ROSETTA%Via Dr.Nicola Cestari,21%84030%Montesano Sulla Marcellan%SA%6/12/1970%NAPOLI%NA%5/14/2002%Siena%Farmacia%2002%Università degli Studi di Siena%farmacia.amato@tiscali.it +2166%8/2/2004%VASSALLO%STEFANO PASQUALE%FRAZ.SCALO -VIA XX SETTEMBRE,27%84030%MONTESANO /MARCELLANA%SA%9/2/1979%POLLA%SA%4/5/2004%SIENA%Farmacia%2004%Università degli Studi di Siena%stevas@libero.it +1750%12/14/1999%VECCHIO%ANGELICA%VIA GIOVANNI VERGA, 29%84091%BATTIPAGLIA%SA%8/4/1972%EBOLI%SA%10/29/1999%Salerno%Farmacia%1999%Università degli Studi di Salerno%angycus@alice.it +1095%12/30/1982%VENEZIA%CIRO%Via Casa Braca 48a%84080%PELLEZZANO%SA%12/18/1952%AVELLINO%AV%10/28/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli%cirovenezia@libero.it +571%10/13/1959%VENNERI%ITALO%Via Chiusa Del Pero, 15%84040%Casal Velino%SA%1/3/1927%ALLISTE%LE%2/25/1958%Bari%Farmacia%1958%Università degli Studi di Bari%leo.venneri@katamail.com +1657%7/30/1997%VENNERI%LEONARDO%Via Chiusa Del Pero, 15%84040%Casal Velino%SA%4/30/1974%SALERNO%SA%3/17/1997%Roma%Farmacia%1997%Università degli Studi di Roma%leo.venneri@katamail.com +1926%2/27/2002%VENTRE%DANIELA%Via Europa,8%84098%Pontecagnano Faiano%SA%9/15/1976%SALERNO%SA%10/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%danielaventre@virgilio.it +1389%6/28/1990%VENTRICELLI%ROSETTA%Via Michele Spina,12%84030%Monte San Giacomo%SA%1/4/1964%POLLA%SA%2/23/1990%Napoli%Farmacia%1990%Università degli Studi di Napoli% +1509%5/26/1994%VENTRICELLI%TERESA%Via Napoli, snc%84020%Laviano%SA%10/14/1965%LAVIANO%SA%3/23/1994%Napoli%Farmacia%1994%Università degli Studi di Napoli%tventricelli@tiscali.it +1775%5/9/2000%VERCELLONE%ADRIANO%Via Lepanto, 132%80045%Pompei%NA%4/4/1966%POMPEI%NA%10/28/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli%adriano.vercellone@libero.it +1425%6/6/1991%VERDOLIVA%ANTONIO%Viale Degli Olmi,24%84100%Salerno%SA%10/31/1964%NAPOLI%NA%2/28/1991%Napoli%Farmacia%1991%Università degli Studi di Napoli%farmaciaverdoliva@tiscali.it +2330%1/16/2006%VERNACCHIO%EMANUELA%Via Belvedere,14%53021%Abbadia San Salvatore%SI%12/28/1979%CAVA DE' TIRRENI%SA%10/28/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%e.vernacchio@alice.it +1909%1/14/2002%VERTICCHIO%FERNANDA%Via G.Giuliani, 80%84069%Roccadaspide%SA%1/22/1975%ROCCADASPIDE%SA%10/15/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%fernandaverticchio@tiscali.it +1674%2/10/1998%VERVECE%ANNUNZIATA%Via Prov.Le Amendola,173%84087%Sarno%SA%1/23/1971%PAGANI%%10/21/1997%Napoli%Farmacia%1997%Università degli Studi di Napoli%Dott.verveceannunziata@yahoo.it +2268%6/3/2005%VESSA%NICOLA%Via Papio, 14%84121%Salerno%SA%10/4/1950%PAGANI%SA%3/23/1973%Napoli%Farmacia%1973%Università degli Studi di Napoli%nicolavessa@virgilio.it +1014%1/17/1980%VESSA%PAOLO%C.So Garibaldi 160%84100%Salerno%SA%1/29/1955%SALERNO%SA%7/25/1979%Napoli%Farmacia%1979%Università degli Studi di Napoli%paolovessa@tiscali.it +1321%12/21/1988%VESSA%ROBERTO%P.Za Casalbore,7%84100%Salerno%SA%9/27/1960%SALERNO%SA%3/25/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli% +2060%1/19/2004%VICEDOMINI%ALESSANDRA%VIA ISAIA GABOLA,44%84014%NOCERA INFERIORE%SA%2/18/1980%NOCERA INFERIORE%SA%7/25/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +2344%1/16/2006%VICIDOMINI%CATERINA%VIA FIUMINALE, 25%84016%PAGANI%SA%1/18/1979%NOCERA INFERIORE%SA%7/25/2002%SALERNO%Farmacia%2002%Università degli Studi di Salerno%caterinavicidomini@libero.it +2128%6/3/2004%VICINANZA%SANDRA%VIA GIOVANNI DE FALCO,7%84135%SALERNO%SA%11/12/1978%SALERNO%%10/30/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%sandra1978@interfree.it +1192%7/18/1985%VIGGIANO%GIUSEPPE%VIA PROVINCIALE VATOLLA, 10%84060%PERDIFUMO%SA%2/10/1958%POSTIGLIONE%SA%3/25/1985%Napoli%Farmacia%1985%Università degli Studi di Napoli%tiktik@tiscalinet.it +1991%1/15/2003%VIGILANTE%STEFANIA%Via Palinuro,92%84131%Salerno%SA%5/28/1978%MILANO%MI%7/25/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno% +1080%6/29/1982%VIGORITO%DOMENICO%Via Maresca,32 int.3 piano 1%80058%TORRE ANNUNZIATA%SA%3/21/1956%CAPACCIO%SA%6/29/1981%Napoli%Farmacia%1981%Università degli Studi di Napoli% +1654%6/19/1997%VILLANI%ROSA%Via Nazionale,389%84015%Nocera Superiore%SA%10/30/1968%SALERNO%SA%3/26/1997%Napoli%Farmacia%1997%Università degli Studi di Napoli%fciaviola@tele2.it +1756%1/11/2000%VILLANI%MARIA VITTORIA%Via D. Ferraioli, 10%84013%Cava Dei Tirreni%SA%1/13/1973%SALERNO%SA%10/30/1999%Napoli%Farmacia%1999%Università degli Studi di Napoli%info@farmaciamontano.it +2012%2/11/2003%VINCITORE%SILVANA%Via Pulcino,52/e%84088%Siano%SA%5/25/1977%NOCERA INFERIORE%SA%10/15/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno% +1285%1/14/1988%RAMASCHIELLO%GIUSEPPINA%C.So V.Emanuele,43%84014%Nocera Inferiore%SA%6/6/1962%NOCERA INFERIORE%SA%10/29/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli%sanitariadelcorso@libero.it +2326%1/16/2006%RENDINA%GIUSEPPINA%VIA F.P.PACE,8%84080%SARNO%SA%5/14/1980%NOCERA INFERIORE%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%08giusy@libero.it +1587%1/19/1996%RESCIGNO%ROBERTO%P.tta Barracano, 6%84100%Salerno%SA%8/13/1965%SALERNO%SA%11/11/1995%Bari%Farmacia%1995%Università degli Studi di Bari%robertorescigno@tele2.it +499%2/5/1957%RESCIGNO%GIACOMO%Via Largo Prato,12%84100%Salerno%SA%9/26/1934%BATTIPAGLIA%SA%7/16/1956%Napoli%Farmacia%1964%Università degli Studi di Napoli%giresci@infinito.it +1559%6/9/1995%RESCIGNO%MARIA CONSIGLIA%Via E.Astuti, 121%84014%Nocera Inferiore%SA%9/6/1964%SALERNO%SA%12/17/1994%Bari%Farmacia%1995%Università degli Studi di Bari% +1352%6/8/1989%RICCI%VILMA%C.So Umberto I°, 187%84013%Cava Dei Tirreni%SA%3/29/1962%CAVA DE' TIRRENI%SA%3/22/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli% +1882%7/30/2001%RICCIARDI%ROSA%Via Cavalier Gallo,106%84059%Camerota%SA%10/31/1974%MARATEA%PZ%3/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno% +2275%7/1/2005%RICCIARDI%ROSELLA%VIA DEL CENTENARIO,256%84080%FISCIANO%SA%6/21/1974%SALERNO%SA%3/30/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%rosellaricciardi@hotmail.com +1384%6/28/1990%RICCIO%GRAZIA PATRIZIA%Via Nuova Raito,5%84019%Vietri Sul Mare%SA%6/7/1956%BELLOSGUARDO%SA%3/23/1990%Napoli%Farmacia%1990%Università degli Studi di Napoli%rafvecch@tin.it +2372%2/13/2006%RINALDI%ELIANA%VIA DEI DUE PRINCIPATI, 78%84085%MERCATO SAN SEVERINO%SA%11/3/1980%PRAIA A MARE%CS%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%eliana.rinaldi@libero.it +2199%1/13/2005%RIPA%SERENA%VIA PESCARA,16%84025%EBOLI%SA%9/26/1977%EBOLI%SA%7/26/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%serena383@supereva.it +2241%2/14/2005%RIPA%MARTA%VIA SOTTOSANTI, 29%84010%SAN VALENTINO TORIO%SA%1/2/1975%NOCERA INFERIORE%SA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%martaripa@email.it +2195%1/13/2005%RISPOLI%LAVINIA%VIA MARTINICA, 103%121%ROMA%RM%8/14/1979%SALERNO%SA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%laviniacarla@hotmail.it +825%4/13/1973%RIVELLESE%VINCENZO ANTONIO%PIAZZA MUNICIPIO,1%84020%SANTOMENNA%SA%4/20/1947%MONTESANO SULLA MARCELLANA%SA%11/10/1972%Napoli%Farmacia%1972%Università degli Studi di Napoli% +1610%12/30/1996%RIVIELLO%GIULIA%C.So Garibaldi,194%84123%Salerno%SA%7/26/1956%POTENZA%PZ%11/7/1996%Salerno%Farmacia%1996%Università degli Studi di Salerno%giuliarivi@tiscali.it +1666%1/19/1998%RIZZO%MARIA EMANUELA%Via Arienzo,46%84017%Positano%SA%9/21/1971%ROMA%RM%6/27/1997%Urbino%Farmacia%1997%Università degli Studi di Urbino% +1981%1/15/2003%RIZZO%LUIGI%Via Gaetano Nunziante,2%84100%Salerno%SA%2/5/1978%SALERNO%SA%11/8/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%edolui@tiscali.it +1090%9/10/1982%RIZZO%ELIO%Via Galilei,8%84091%Battipaglia%SA%9/14/1955%BATTIPAGLIA%SA%3/23/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli% +635%6/25/1963%RIZZO%GAETANO%Via Arienzo,24%84017%Positano%SA%6/27/1932%SAN CIPRIANO PICENTINO%SA%7/9/1961%Camerino%Farmacia%1963%Università degli Studi di Camerino% +2113%2/17/2004%RIZZO%EDOARDO%VIA GETANO NUNZIANTE,2%84100%SALERNO%SA%2/5/1978%SALERNO%SA%7/29/2003%NAPOLI%Chimica e tecn. farmaceutica%2003%Università degli Studi di Salerno%edolui@tiscali.it +1828%1/10/2001%RIZZO%ROBERTO%VIA PASITEA, 22%84017%Positano%SA%5/21/1974%ROMA%RM%6/29/2000%Urbino%Farmacia%2000%Università degli Studi di Urbino%info@familiarizzo.it +1876%6/25/2001%ROBERTAZZI%MARIA%Via Venezia,17%84098%Pontecagnano%SA%2/14/1967%SALERNO%SA%3/14/2001%Urbino%Farmacia%2001%Università degli Studi di Urbino%mariarobertazzi@alice.it +2099%1/19/2004%ROBERTO%ANTONELLA%VIA R.DE FUGALDO,1%84126%SALERNO%SA%2/22/1976%SALERNO%SA%10/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%antonella_rob@yahoo.it +1041%1/29/1981%ROBERTO%GERARDA%Via Nazionale,93%84070%San Giovanni A Piro%SA%3/31/1950%SAN GIOVANNI A PIRO%SA%7/21/1980%Napoli%Farmacia%1980%Università degli Studi di Napoli%robertoger@libero.it +2191%1/13/2005%ROCCO%ANTONIA%VIA OLEVANO,225%84098%BATTIPAGLIA%SA%7/13/1973%SALERNO%SA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%f.cia-rocco@tiscali.it +1752%12/30/1999%ROCCO%ROSA%Via Roma,374/A%84092%Bellizzi%SA%3/10/1963%CAPOSELE%AV%7/22/1999%Napoli%Farmacia%1999%Università degli Studi di Napoli% +828%5/10/1973%ROCCO%FRANCESCO%Via Carducci, 22%84042%Acerno%SA%7/31/1937%BATTIPAGLIA%SA%3/13/1969%Napoli%Farmacia%1969%Università degli Studi di Napoli%f.cia-rocco@tiscali.it +1811%12/11/2000%RODOMONTE%STEFANIA%Via G.Tramontano,14%84016%Pagani%SA%4/3/1976%PAGANI%SA%10/30/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno%rodomonte_st@yahoo.it +2417%7/28/2006%ROMANO%ROSITA%VIA TORRE,29%84030%SAN PIETRO AL TANAGRO%SA%11/30/1978%POLLA%SA%7/25/2005%NAPOLI%Farmacia%2005%Università degli Studi di Napoli%rositafarmacia@libero.it +1625%1/21/1997%ROMANO%LUCA%Via Mazzini,48%84091%Battipaglia%SA%8/16/1971%SALERNO%SA%10/30/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli% +1797%7/11/2000%ROMANO%MARCO%Via G.Mazzini, 48%84091%Battipaglia%SA%12/1/1973%SALERNO%SA%3/28/2000%Napoli%Farmacia%2000%Università degli Studi di Napoli%mondofarma@tiscali.it +1907%1/14/2002%ROMANO%FABIO%Via Mazzini,48%84091%Battipaglia%SA%5/27/1976%SALERNO%SA%10/31/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%romano-fabio76@tiscali.it +2350%1/26/2006%ROMITI%ANNA LISA%VIA SAN LEONARDO,210%84131%SALERNO%SA%4/16/1982%VICO EQUENSE%NA%10/28/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno% +2392%5/10/2006%ROSAMILIO%MICHELANGELO%VIA L.PETRONE,5%84025%EBOLI%SA%2/22/1977%EBOLI%SA%10/29/2004%SALERNO%Farmacia%2005%Università degli Studi di Salerno%michelangelo22@alice.it +1478%6/16/1993%ROSOLIA%LORELLA%Via Carmine,24%84016%Pagani%SA%10/9/1969%SALERNO%SA%1/12/1993%Napoli%Farmacia%1993%Università degli Studi di Napoli%loreros@alice.it +971%5/29/1978%ROSSI%MARIA%C.So Vitt.Emanuele, 165%84014%Nocera Inferiore%SA%2/7/1954%NOCERA INFERIORE%SA%3/21/1978%Napoli%Farmacia%1978%Università degli Studi di Napoli%pietrodicostanza1@alice.it +1052%3/13/1981%ROSSI%ELISABETTA%Via Europa,5%84030%Pertosa%SA%5/26/1950%SANT'ARSENIO%SA%11/7/1977%Napoli%Farmacia%1977%Università degli Studi di Napoli%farmaciarossielis@tiscali.it +1174%2/21/1985%ROSSI%LUCIA%Via S.Croce%84062%Olevano Sul Tusciano%SA%7/10/1950%MARSICO NUOVO%PZ%11/3/1975%Napoli%Farmacia%1975%Università degli Studi di Napoli%farmaciarossilucia@tiscali.it +1109%2/24/1983%ROTUNDO%IRMA%Via Gramsci, 40%84080%Capezzano di Pellezzano%SA%9/29/1957%SALERNO%SA%7/23/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli% +1696%7/14/1998%RUFOLO%AMALIA%Via Medaglie D'oro, 122%84024%Contursi%SA%6/10/1969%SALERNO%SA%2/19/1998%Modena%Farmacia%1998%Università degli Studi di Modena% +484%9/4/1956%RUFOLO%TOBIA%VIA CHIESA, 4%84020%Oliveto Citra%SA%8/23/1918%OLIVETO CITRA%SA%7/14/1955%Napoli%Farmacia%1969%Università degli Studi di Napoli%farmarufolo@virgilio.it +1259%6/18/1987%RUFOLO%VINCENZO%VIA CHIESA, 26%84020%Oliveto Citra%SA%2/14/1956%OLIVETO CITRA%SA%4/1/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli%farmarupolo@virgilio.it +1233%12/29/1986%RUGGIERO%MARIA%VIA ING. D'AGOSTO, 34%84060%Moio della Civitella%SA%1/4/1961%MOIO DELLA CIVITELLA%SA%7/24/1986%Napoli%Farmacia%1986%Università degli Studi di Napoli%fcia.ruggiero@tiscali.it +1761%1/25/2000%RUGGIERO%ANNA%Via R.LIVATINO,1%84085%MERCATO SAN SEVERINO%SA%2/16/1960%MERCATO SAN SEVERINO%SA%10/27/1999%Napoli%Farmacia%1999%Università degli Studi di Napoli%anna_ruggiero@alice.it +1217%6/12/1986%RUGGIERO%MICHELINA%Via Posidonia,35%84100%Salerno%SA%7/14/1960%SALERNO%SA%10/24/1985%Napoli%Farmacia%1985%Università degli Studi di Napoli%farmaciagrimaldi@libero.it +2090%1/19/2004%RUGGIERO%DANIELA%VIA SAN PIETRO,21/A%84081%BARONISSI%SA%5/7/1973%SALERNO%SA%7/25/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%danielaruggiero@tiscali.it +1597%6/14/1996%RUOPPOLO%FEDERICA%Via Matteo Ripa, 7%84100%Salerno%SA%4/8/1970%SALERNO%SA%4/1/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli%fd.ruoppolo@ruoppolofarmaceutici.it +2131%6/17/2004%RUSSO%ROSSELLA%VIA FIRENZE,22%84098%PONTECAGNANO%SA%5/20/1977%SAN GIORGIO A CREMANO%NA%12/22/2003%SALERNO%Farmacia%2004%Università degli Studi di Salerno%gian.dalessandroi@hotmail.it +2257%4/22/2005%RUSSO%MICHELA%VIA DELLE FONTANE,26%84012%ANGRI%SA%9/6/1975%TORRE DEL GRECO%NA%3/30/2001%SALERNO%Farmacia%2001%Università degli Studi di Salerno%rs.michela@libero.it +2017%3/17/2003%RUSSO%MARIA JOSEFINA%VIA G.GARIBALDI,147%84030%MONTESANO/MARCELLANA%SA%1/15/1974%VENEZUELA%EE%7/24/2000%NAPOLI%Farmacia%2000%Università degli Studi di Napoli% +1586%1/19/1996%RUSSO%ANTONIA%VIA TRINITA'. 15%84010%Ravello%SA%9/22/1970%NAPOLI%NA%7/18/1995%Roma%Farmacia%1995%Università degli Studi di Roma%antonya@tiscali.it +1951%7/29/2002%RUSSO%SABATO FERNANDO%Via Botta,56%84088%Siano%SA%3/31/1978%SIANO%SA%3/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%sabafe78@libero.it +1663%9/16/1997%RUSSO%GERARDO%Via Lacco,37%84010%Ravello%SA%10/14/1967%NAPOLI%NA%11/7/1994%Roma%Chimica e tecn. farmaceutica%1994%Università degli Studi di Roma% +2016%3/17/2003%RUSSO%ANA TERESA%VIA PIOPPA, 78/4%44100%PONTEGRADELLA DI FERRARA%FE%1/15/1974%VENEZUELA%EE%7/24/2000%NAPOLI%Farmacia%2000%Università degli Studi di Napoli% +1180%6/28/1985%RUSSO%LINA%Via Aldo Moro, 5%84047%Capaccio%SA%8/23/1956%ROCCAROMANA%CE%7/23/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli% +1205%1/23/1986%SABATELLA%CARLA%Via F.Galoppo,27%84100%Salerno%SA%12/17/1962%SALERNO%SA%7/25/1985%Napoli%Farmacia%1985%Università degli Studi di Napoli% +1908%1/14/2002%RUSSO%LUCIA%VIA TRESSANTI%84036%Sala Consilina%SA%12/13/1977%ROVIGO%RO%7/16/2001%Ferrara%Farmacia%2001%Università degli Studi di Ferrara% +2237%2/14/2005%SABATINO%MARIANNA%VIA MONS.A.VICINANZA,8/C%84091%BATTIPAGLIA%SA%5/21/1979%SALERNO%SA%%SALERNO%Farmacia%2004%Università degli Studi di Salerno%marysab79@yahoo.it +2030%7/28/2003%SABATINO%CARLA%VIA LEOPOLDO CASSESE,12%84122%SALERNO%SA%4/10/1978%SALERNO%SA%3/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%carla.sabatino@live.it +2110%2/3/2004%SABBA%CARMELO%VIA GUIDO TRAMONTANO,13%84016%PAGANI%SA%3/16/1979%SALERNO%SA%10/30/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%carmelosb@libero.it +1815%12/28/2000%SABIA%PASQUALINA%Via G.Napodano,37%84100%Salerno%SA%1/24/1975%TORINO%TO%10/30/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno%lsabia@mctl.it +1247%2/12/1987%SACCO%IMMACOLATA%Via Belvedere, 7%84045%Altavilla Silentina%SA%7/20/1962%ALTAVILLA SILENTINA%SA%11/13/1986%Roma%Farmacia%1986%Università degli Studi di Roma%annapiasac@tin.it +1457%9/14/1992%SACCO%ANTONIO%Via Sorgente,6%84030%San Pietro Al Tanagro%SA%11/7/1961%SALERNO%SA%3/19/1992%Camerino%Farmacia%1992%Università degli Studi di Camerino%farmaciasacco@tiscali.it +2219%1/24/2005%SACCONE%BARBARA%VIA PIO XI, 63%84092%BELLIZZI%SA%8/6/1976%SALERNO%SA%6/16/2004%BOLOGNA%Farmacia%2004%Università degli Studi di Salerno% +959%2/28/1978%SADA%NEVE MARIA%Via Olevano,94%84091%Battipaglia%SA%5/20/1948%BATTIPAGLIA%SA%7/1/1977%Napoli%Farmacia%1977%Università degli Studi di Napoli% +993%6/13/1979%SADA%ANTONIO%VIA TRENTO, 1%84098%Pontecagnano Faiano%SA%7/1/1953%SALERNO%SA%7/21/1978%Napoli%Farmacia%1978%Università degli Studi di Napoli%antoniosada@sadaspa.it +1106%2/24/1983%SALERNO%VINCENZO%C.So Umberto I,12%84060%Monteforte Cilento%SA%5/16/1955%MONTEFORTE CILENTO%SA%10/28/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli% +1033%6/24/1980%SALERNO%LUISA%Via G. Vitale, 33%84013%Cava de' Tirreni%SA%7/1/1949%CAVA DE' TIRRENI%SA%1/28/1980%Napoli%Farmacia%1980%Università degli Studi di Napoli%farmaciaangrisani.salerno@virgilio.it +1857%5/25/2001%SALERNO%RICCARDO%Via Francesco Lanzara,33%84014%Nocera Inferiore%SA%5/15/1971%SALERNO%SA%1/25/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%salecar@libero.it +2139%6/17/2004%SALSANO%EDUARDO%VIA GRAMSCI,14%60030%SAN MARCELLO (An)%AN%3/8/1962%SALERNO%SA%11/14/1986%URBINO%Farmacia%1986%Università degli Studi di Urbino%salsanoeduardo@libero.it +1187%7/18/1985%SALSANO%LUIGI%VIA FRANCESCO CRISPI, 1/22%84126%SALERNO%SA%8/10/1958%SALERNO%SA%3/21/1985%Napoli%Farmacia%1985%Università degli Studi di Napoli%farmsalsano3@tiscali.it +1737%5/25/1999%SALSANO%RAFFAELLA%Via Velia,74%84121%Salerno%SA%9/7/1973%SALERNO%SA%3/12/1999%Urbino%Farmacia%1999%Università degli Studi di Urbino%farm.salsano@tiscali.it +633%5/14/1963%SALVANTE%CONCETTA%P.Za Garibaldi,17%84024%Contursi%SA%7/18/1934%CALITRI%AV%12/7/1962%Napoli%Farmacia%1963%Università degli Studi di Napoli%farmacia.salvante@tiscali.it +1113%6/1/1983%SALVATI%GAETANINA%C.So Garibaldi,143%84100%Salerno%SA%3/26/1953%SALERNO%SA%7/23/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli%gae.salvati@yahoo.it +1859%5/25/2001%SALVATI%ROSA%VIA TORINO, 5%84085%Mercato San Severino%SA%4/15/1977%NOCERA INFERIORE%SA%3/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%marosa77@yahoo.it +1880%7/16/2001%SALVATO%GAETANA%Via San Rocco,14%84086%Roccapiemonte%SA%10/5/1975%NOCERA INFERIORE%SA%10/30/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno% +2020%4/9/2003%SALVATORE%CONCETTA%VIA NAZIONALE.72%83050%CALABRITTO%AV%3/8/1972%OLIVETO CITRA%SA%7/16/2002%SIENA%Farmacia%2002%Università degli Studi di Siena%concettasalvatore@gmail.com +2356%1/26/2006%SALVIO%GIAMPIERO%VIA ENRICO FERMI,32%84010%SAN MARZANO SUL SARNO%SA%4/20/1981%NOCERA INFERIORE%SA%10/28/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%giampieroalice@alice.it +1069%12/29/1981%SALZANO%TERESA%Via C.Tramontano, 1 Bis%84016%Pagani%SA%4/16/1954%NOCERA INFERIORE%SA%7/22/1981%Napoli%Farmacia%1981%Università degli Studi di Napoli%parafarmacia2005@alice.it +1865%5/25/2001%SALZANO%VALERIA%Via Raffaele Libroia,13%84014%Nocera Inferiore%SA%6/2/1974%NOCERA INFERIORE%SA%3/30/2001%Salerno%Farmacia%2001%Università degli Studi di Napoli%valeria.salzano@virgilio.it +1407%1/14/1991%SAMBROIA%FRANCESCO%Via E.Caterina,75%84100%Salerno%SA%5/20/1964%ALTAVILLA SILENTINA%%6/28/1990%Napoli%Farmacia%1990%Università degli Studi di Napoli% +2232%1/24/2005%SANSONE%FRANCESCA%VIA G.MAZZINI,45%84091%BATTIPAGLIA%SA%9/25/1979%BATTIPAGLIA%%10/15/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +2255%4/22/2005%SANSONE%ANNA%VIA BARRI,50%84060%NOVI VELIA%SA%4/5/1979%VALLO DELLA LUCANIA%SA%3/17/2004%ROMA%Farmacia%2004%Università degli Studi di Roma%annasanso@yahoo.it +856%11/29/1974%SANSONE%GIOVANNI%VIA MAZZINI,35%84091%BATTIPAGLIA%SA%12/8/1952%ACERNO%SA%11/7/1974%Napoli%Farmacia%1974%Università degli Studi di Napoli% +2387%4/26/2006%SANTANIELLO%SILVIO%VIA S. IANNI,15%84060%NOVI VELIA%SA%8/13/1973%SAN PAOLO BELSITO%NA%12/19/2003%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +2148%6/17/2004%SANTANIELLO%CARMINE%VIA S.IANNI, 30%84060%NOVI VELIA%SA%5/1/1977%NOLA%NA%3/30/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +1929%4/2/2002%SANTESE%ALDO%Via Michelangelo I^ Traversa%84096%Montecorvino Rovella%SA%5/21/1975%MONTECORVINO ROVELLA%%10/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno% +1622%1/21/1997%SANTILLO%AUGUSTA%Via Ettore Padovano, 44%84016%Pagani%SA%5/18/1968%SALERNO%SA%7/23/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli%augustasantillo@joni.it +2283%7/1/2005%SANTOLI%ADRIANA%VIA LAGO, snc%84072%S. MARIA DI CASTELLABATE%SA%10/30/1980%SALERNO%SA%3/29/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%adrianasantoli@libero.it +1668%1/19/1998%SANTOMAURO%LUCIA%Via Salvo D'acquisto,19%84020%Controne%SA%11/16/1973%POTENZA%%7/24/1997%Salerno%Farmacia%1998%Università degli Studi di Salerno% +2051%1/19/2004%SANTOMAURO%COSIMA%VIA STAZIONE F.S. 7%84060%CAPACCIO PONTE BARIZZO%SA%4/30/1979%MILANO%%10/15/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +1575%10/6/1995%SANTONICOLA%ALFONSA%Via Veneto,28%84010%San Marzano Sul Sarno%SA%4/9/1966%SAN MARZANO SUL SARNO%%3/22/1995%Napoli%Farmacia%1995%Università degli Studi di Napoli% +2366%2/13/2006%SANTORO%STEFANIA%VIA C.CALENDA, 10%84100%SALERNO%SA%12/25/1980%NAPOLI%NA%10/28/2005%SALERNO%Farmacia%2002%Università degli Studi di Salerno%santorostefy@hotmail.it +2385%4/26/2006%SANTORO%PAOLA%VIA SANDRO PERTINI,15%84098%PONTECAGNANO FAIANO%SA%4/7/1980%SALERNO%SA%10/28/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno% +1995%2/11/2003%SANTORO%ANTONELLA%Via Madonna Di Fatima,29%84100%Salerno%SA%6/12/1975%SALERNO%%10/15/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%m1609@tiscali.it +1204%1/23/1986%SANTORO%ANNA%Via Delle Puglie,7%84085%Mercato San Severino%SA%10/14/1959%MERCATO SAN SEVERINO%%10/24/1985%Napoli%Farmacia%1985%Università degli Studi di Napoli%farmaciamss@libero.it +1624%1/21/1997%SANTUCCI%IDA%Via Roma, 46%84015%Nocera Superiore%SA%3/16/1967%NOCERA SUPERIORE%SA%7/23/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli%idasantucci@alice.it +292%4/30/1949%SAPERE%TOMMASO%Via Cosimo Vestuti 11/a%84134%Salerno%SA%11/8/1923%MONTECORVINO ROVELLA%SA%7/26/1948%Napoli%Farmacia%1971%Università degli Studi di Napoli%farmacia.sapere@libero.it +1570%6/28/1995%SAPERE%ANNALEA%Via C.Vestuti,11/a%84134%Salerno%SA%7/18/1960%SALERNO%%3/22/1995%Napoli%Farmacia%1995%Università degli Studi di Napoli% +1436%12/30/1991%SAPERE%LUIGI%Via Vestuti,11/a%84134%Salerno%SA%4/6/1959%SALERNO%SA%6/28/1991%Napoli%Farmacia%1991%Università degli Studi di Napoli%farmacia.sapere@libero.it +1724%5/25/1999%SAPERE%GIULIO%Via M.A.Vicinanza,8/c%84091%Battipaglia%SA%1/21/1971%SALERNO%SA%4/9/1999%Salerno%Farmacia%1999%Università degli Studi di Salerno%giulius71@live.it +2294%7/1/2005%SAPERE%TOMMASO%VIA P.P. DE CRESCENZO 24%84121%SALERNO%NO%9/28/1979%SALERNO%SA%12/22/2004%SALERNO%Farmacia%2005%Università degli Studi di Salerno%tommysn@virgilio.it +2233%1/24/2005%SAPIO%DELIA%VIA MAZZINI,35%84091%BATTIPAGLIA%SA%4/12/1981%NAPOLI%NA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +1850%5/25/2001%SAPONIERO%DANIELE%VIA PIRONTI P.Co Delle Rose Scala L%84100%Salerno%SA%3/18/1977%ISERNIA%IS%1/25/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%dsaponiero@unisa.it +2006%2/11/2003%SAPORITO%DANIELA%VIA GEN. ARMANDO DIAZ, 32%84100%Salerno%SA%8/27/1974%POLLA%SA%11/8/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%danielasaporito@libero.it +1243%1/15/1987%SAPORITO%ANTONIO%Via R. De Martino,34%84100%Salerno%SA%11/29/1959%PETINA%SA%10/30/1986%Bologna%Farmacia%1986%Università degli Studi di Bologna%antonysap@virgilio.it +1532%12/30/1994%SARACINO%MADDALENA%C.So Vitt.Emanuele,182%84014%Nocera Inferiore%SA%4/22/1963%SALERNO%SA%10/27/1994%Napoli%Farmacia%1994%Università degli Studi di Napoli%farmaciasaracino@netfly.it +1248%2/12/1987%SAVASTANO%MATTEO%Via C.Sorgente,98 /scala C%84100%Salerno%SA%5/27/1962%SALERNO%%11/14/1986%Urbino%Farmacia%1986%Università degli Studi di Urbino%matteo.savastano@merckserono.net +2316%12/21/2005%SAVIANO%GIUSEPPE%VIA CAPPELLA VECCHIA,37%84087%SARNO%SA%5/7/1979%SARNO%SA%10/28/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%gsaviano@unisa.it +909%5/26/1976%SAVINO%ALDO%V.Le Europa%84050%Laurito%SA%10/10/1951%SALERNO%%12/16/1975%Napoli%Farmacia%1976%Università degli Studi di Napoli% +1518%6/27/1994%SAVINO%MARIA%Via C.Pisacane,25%84081%Baronissi%SA%1/22/1967%BARONISSI%%3/24/1994%Napoli%Farmacia%1994%Università degli Studi di Napoli%info@imobiliaregisa.it +983%1/13/1979%SAVINO VASTOLA%GIOVANNI%Via Comunale, 83%84010%San Valentino Torio%SA%3/22/1951%SAN VALENTINO TORIO%SA%11/6/1978%Napoli%Farmacia%1978%Università degli Studi di Napoli%farm.svastola@tiscali.it +2348%1/26/2006%SCALA%CARLA VITTORIA%VIA CADUTI DI SUPERGA,29%84016%PAGANI%SA%7/29/1980%NOCERA INFERIORE%SA%12/21/2004%SALERNO%Farmacia%2005%Università degli Studi di Salerno% +1486%10/5/1993%SCALA%GIUSEPPE%Via della resistenza trav.pagano 7b%84018%Scafati%SA%5/10/1954%NAPOLI%%12/18/1985%Napoli%Farmacia%1986%Università degli Studi di Napoli% +2420%7/28/2006%SCARANO%LUCA%VIA TRASIMENO,16%84091%BATTIPAGLIA%SA%7/17/1979%SALERNO%SA%12/19/2005%SALERNO%Farmacia%2006%Università degli Studi di Salerno%luca_scara@yahoo.it +1968%1/15/2003%SCARANO%ALFREDO%VIA TRASIMENO, 18%84091%Battipaglia%SA%12/17/1976%SALERNO%%7/25/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%scanaria@yahoo.com +2363%2/13/2006%SCARANO%EMY%VIA A.DE CURTIS,26/7%84014%NOCERA INFERIORE%SA%1/7/1981%NOCERA INFERIORE%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%emy.scarano@hotmail.it +766%1/16/1971%SCARPA%VINCENZO%Via F.Pinto,72%84100%Salerno%SA%4/13/1947%SALERNO%%11/13/1970%Napoli%Farmacia%1970%Università degli Studi di Napoli% +1195%9/12/1985%SCARPA%DONATO%Via Nigri,14%84070%Salento%SA%6/15/1960%SALENTO%SA%3/27/1985%Roma%Farmacia%1985%Università degli Studi di Roma%comunale.rutino@tiscali.it +1280%12/31/1987%SCARPA%MARIA RAFFAELLA%Via Antinori,10%84084%Fisciano%SA%2/13/1961%MONTANO ANTILIA%%11/3/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli% +1716%3/9/1999%SCARPONE%ANTONIO%Via Cellara,8%84095%Giffoni Valle Piana%SA%6/21/1973%SALERNO%SA%7/24/1998%Salerno%Farmacia%1998%Università degli Studi di Salerno%antonioscarpone@virgilio.it +800%6/18/1972%SCARPONE%LILIANA%C.Vitt.Emanuele,4%84095%Giffoni Valle Piana%SA%10/28/1944%GIFFONI VALLE PIANA%%2/17/1972%Napoli%Farmacia%1972%Università degli Studi di Napoli%farmaciascarpone@tin.it +1304%6/30/1988%SCHETTINI%SERGIO%Via V. De Caro, 35/B%84095%Giffoni Valle Piana%SA%9/6/1960%GIFFONI SEI CASALI%SA%3/22/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli%farmaciaschettini@libero.it +1274%12/31/1987%SCHIAFFO%ANGELA%VIA FRANCESCO CRISPI, 1/22%84126%SALERNO%SA%6/23/1962%SALERNO%SA%6/30/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli%farmsalsano3@tiscali.it +1531%12/27/1994%SCHIAVO%FRANCESCO%Via Rosa Jemma,48%84091%Battipaglia%SA%1/30/1966%SALERNO%SA%10/27/1994%Napoli%Farmacia%1994%Università degli Studi di Napoli%farmaciaschiavo@virgilio.it +1064%8/27/1981%SCHIAVO%ELVIRA NINA%Via Santa Croce, 35%84025%EBOLI%SA%9/16/1954%LAURINO%SA%3/31/1981%Napoli%Farmacia%1981%Università degli Studi di Napoli%schiavo1954@libero.it +1000%6/29/1979%SCIARAFFA%MICHELE%Via Roma,185%84030%Casalbuono%SA%10/29/1954%SENERCHIA%AV%3/23/1979%Napoli%Farmacia%1979%Università degli Studi di Napoli%michelesciaraffa@yahoo.it +1536%1/26/1995%PALLADINO%FLAVIO%VIA TEMPONE, 26%84060%Moio Della Civitella%SA%11/16/1963%MOIO DELLA CIVITELLA%SA%10/28/1994%Napoli%Farmacia%1994%Università degli Studi di Napoli%flaviopalladino@hotmail.com +1961%12/4/2002%PANARESE%MARINO%Via P. Falciani,58%84087%Sarno%SA%6/4/1970%SALERNO%SA%3/24/1993%Napoli%Farmacia%1993%Università degli Studi di Napoli%farmapan@libero.it +1615%1/21/1997%PANDOLFI%DARIO%P.Za D'arezzo,18%84016%Pagani%SA%6/22/1971%PAGANI%SA%10/29/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli%farmapan@tin.it +594%2/8/1961%PANDOLFI%ANTONIO%P.ZZA D'AREZZO, 18%84016%Pagani%SA%5/2/1933%PAGANI%SA%7/13/1960%Napoli%Farmacia%1960%Università degli Studi di Napoli%farmapan@tin.it +2181%1/13/2005%PANNULLO%ANTONIETTA%VIA L.CAVALLARO, 51/E7%84018%SCAFATI%SA%9/11/1980%POMPEI%NA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%antonellapannullo@libero.it +1792%6/13/2000%PANNUNZIO%MIRELLA%C.So Vitt.Emanuele%84087%Sarno%SA%11/29/1956%AGNONE%IS%1/27/2000%Napoli%Farmacia%2000%Università degli Studi di Napoli% +1920%2/11/2002%PAOLANTONIO%BENITO%P.ZZA V. VENETO, 4%84050%Giungano%SA%8/29/1973%BATTIPAGLIA%SA%1/30/2001%Napoli%Chimica e tecn. farmaceutica%2001%Università degli Studi di Napoli%benny.paolo@tiscalinet.it +2187%1/13/2005%PAOLILLO%CLAUDIA%VIA G.BIANCO, 23%84081%BARONISSI%SA%7/4/1979%SALERNO%SA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%claudiapaolillo@libero.it +2300%7/19/2005%PAOLILLO%CRISTINA%VIA G. ANGRISANI N.2%84129%SALERNO%SA%12/20/1977%SALERNO%SA%3/30/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%pegasuscopy@virgilio.it +2406%7/10/2006%PAOLILLO%SEBASTIANO%VIA A.DIAZ,35%84122%SALERNO%SA%5/20/1981%SALERNO%SA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%capriccio26@alice.it +2202%1/13/2005%PAPALINO%GIOVANNI%VIA ROMA,418/B%84092%BELLIZZI%SA%6/26/1975%SALERNO%SA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +2133%6/17/2004%PAPPALARDO%DOMINIQUE%P.ZZ MARTIRI UNGHERESI,13%84010%CETARA%SA%9/13/1975%MARSIGLIA%EE%3/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%cescos74@yahoo.it +1208%2/20/1986%PAPULINO%ELENA%Via M.Platamone,14%84100%Salerno%SA%6/9/1957%NAPOLI%NA%7/25/1985%Napoli%Farmacia%1985%Università degli Studi di Napoli%emanuel.fiore@tiscali.it +732%1/18/1969%PARAGGIO%MARIO%Via Piave%84043%Agropoli%SA%1/3/1944%MONTECORVINO ROVELLA%SA%11/16/1967%Napoli%Farmacia%1968%Università degli Studi di Napoli% +1869%6/7/2001%PARAGGIO%CHIARA%Selva,31%84043%Agropoli%SA%8/19/1975%ROMA%RM%3/27/2001%Napoli%Farmacia%2001%Università degli Studi di Napoli% +976%7/17/1978%PARAGGIO%ISABELLA%Via Stella 91/b%84091%Battipaglia%SA%6/23/1951%BATTIPAGLIA%SA%12/13/1977%Napoli%Farmacia%1978%Università degli Studi di Napoli%isapar@tiscali.it +1110%2/24/1983%PARENTE%ROSA ANNA MARIA%Via R.Cocchia,12/c%84100%Salerno%SA%10/13/1957%LATRONICO%PZ%6/24/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli% +1246%2/12/1987%PARISI%VIRGINIA%Via Trento,1%84098%Pontecagnano Faiano%SA%5/6/1956%PONTECAGNANO FAIANO%SA%10/31/1986%Napoli%Farmacia%1986%Università degli Studi di Napoli%farmaciafimiani@virgilio.it +1214%6/12/1986%PARISI%ORAZIO%Via S. Stefano, 7%84021%Buccino%SA%10/19/1959%PALOMONTE%SA%3/26/1986%Napoli%Farmacia%1986%Università degli Studi di Napoli%mario_costantino@aliceposta.it +2179%1/13/2005%PARISI%ITALIA%VIA DEGLI ENOTRI%84025%EBOLI%SA%7/5/1981%BATTIPAGLIA%SA%7/26/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +1976%1/15/2003%PARRILLI%CARMELINA%Via F.sco Spirito, 63%84095%Giffoni Valle Piana%SA%4/8/1973%SALERNO%SA%7/25/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%FULVIO.CATALDO@sellasud-bag.it +1312%6/30/1988%PARRILLI%CLORINDA%Via Monticelli, 2%84131%Salerno%SA%3/23/1961%SALERNO%SA%3/22/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli% +979%12/14/1978%PARUOLO%VINCENZO%Via Generale Clark, Pal. E n.41%84131%Salerno%SA%8/25/1953%LAURINO%SA%7/21/1978%Napoli%Farmacia%1978%Università degli Studi di Napoli% +1511%5/26/1994%PASCALE%FERNANDO%Via G.B.Riccio,15%84076%Torchiara%SA%3/4/1959%SALERNO%SA%3/23/1994%Napoli%Farmacia%1994%Università degli Studi di Napoli% +2337%1/16/2006%PASSARO%MARCO%VIA APONE,1%84043%AGROPOLI%SA%5/14/1979%AGROPOLI%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno% +1112%2/24/1983%PASSARO%ALDO GERARDO%P.Zza Dei Martiri, 14%84070%Trentinara%SA%5/21/1956%TRENTINARA%SA%7/14/1982%Milano%Farmacia%1982%Università degli Studi di Milano%fciapassaro@interfree.it +1420%6/6/1991%PASSARO%ROSA%Via Roma,10%84049%Castel San Lorenzo%SA%6/6/1961%NAPOLI%NA%12/15/1990%Bari%Farmacia%1991%Università degli Studi di Bari%farmapassaro@virgilio.it +537%6/10/1958%PASSARO%ANTONIO%Via Roma,10%84049%Castel San Lorenzo%SA%12/12/1930%CASTEL SAN LORENZO%SA%12/3/1957%Napoli%Farmacia%1957%Università degli Studi di Napoli% +1303%6/30/1988%PASTORE%LUIGI%Via SS. Martiri Salernitani, 24%84100%Salerno%SA%1/6/1961%SALERNO%SA%2/25/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli%farmadamore@tiscali.it +1290%1/14/1988%PASTORE%ANNA%VIA PANORAMICA, 33 - PARCO ORSINI%84135%Salerno%SA%1/16/1963%FIRENZE%FI%10/30/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli%annarosa.pastore@libero.it +2226%1/24/2005%PASTORE%SERENELLA%VIA PASTINI, snc%84029%SICIGNANO DEGLI ALBURNI%SA%10/22/1980%SALERNO%SA%10/20/2004%NAPOLI%Chimica e tecn. farmaceutica%2004%Università degli Studi di Napoli%serenella1980@tiscali.it +2370%2/13/2006%PATELLA%ALESSANDRO%VIA VICOLO BARRIERA, 1%84121%SALERNO%SA%2/26/1978%SALERNO%SA%10/28/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%alexpatella@libero.it +1238%12/29/1986%PAVESE%FRANCESCO ROSARIO%Via Trento,48%84129%Salerno%SA%1/1/1959%LAURENZANA%PZ%3/18/1983%Napoli%Farmacia%1983%Università degli Studi di Napoli% +2381%3/20/2006%PECORA%CARMEN%VIA TAVERNA,14/6%84043%AGROPOLI%SA%12/26/1975%GENOVA%GE%7/21/2004%GENOVA%Farmacia%2004%Università degli Studi di Genova%osiristravel@libero.it +1126%9/2/1983%PECORARO%NICOLA%Via Varolato%84047%Capaccio%SA%2/5/1953%PELLEZZANO%SA%3/22/1983%Napoli%Farmacia%1983%Università degli Studi di Napoli%rafpecoraro@libero.it +1189%7/18/1985%PECORARO%ANTONIETTA%Via Panoramica,33-Lotto 36%84100%Salerno%SA%11/23/1958%SALERNO%SA%3/25/1985%Napoli%Farmacia%1985%Università degli Studi di Napoli%matteo.mautone@libero.it +1547%2/17/1995%PECORARO%ANNA ANTONIETTA%Via L.Guerrasio, 150%84083%Castel San Giorgio%SA%3/6/1957%CASTEL SAN GIORGIO%SA%10/27/1994%Napoli%Farmacia%1994%Università degli Studi di Napoli%carmine.sellitto@tiscali.it +2025%6/18/2003%PEDUTO%ANTONELLA%VIA LUIGI SALERNO,51%84049%CASTEL SAN LORENZO%SA%12/10/1979%SALERNO%SA%7/25/2002%SALERNO%Farmacia%2002%Università degli Studi di Salerno%apeduto@unisa.it +2323%1/16/2006%PEDUTO%GIOVANNI FRANCESCO%VIA F.CHIORAZZI, 57%84049%CASTEL SAN LORENZO%SA%7/25/1979%AGROPOLI%SA%3/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%gfpeduto@tiscali.it +1045%1/29/1981%PELLECCHIA%LUISANNA%Via Rufoli, 23/A%84135%Salerno%SA%3/4/1954%SALERNO%SA%7/21/1980%Napoli%Farmacia%1980%Università degli Studi di Napoli%luisannapellecchia@alice.it +1209%3/20/1986%PELLEGRINO%GIUSEPPE%Via Roma,370%84092%Bellizzi%SA%4/28/1943%ROMA%RM%7/27/1971%Roma%Farmacia%1971%Università degli Studi di Roma%farmapellegrino@virgilio.it +1359%7/14/1989%PELLEGRINO%ANTONELLA%Via Casa Manzo,6%84100%Salerno%SA%12/28/1963%CARACAS%EE%2/24/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli%antopel2003@tiscali.it +1892%12/27/2001%PELLEGRINO%ELISABETTA%Piazza Europa, 7%84092%Bellizzi%SA%1/19/1976%ROMA%RM%10/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%pellegrinoelisa@tiscali.it +2405%7/10/2006%PELLEGRINO%CAROLINA%VIA VALLONE, 97%84010%VIETRI SUL MARE-DRAGONEA%SA%2/23/1981%SALERNO%SA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%carol.pellegrino@libero.it +2273%7/1/2005%PELLEGRINO%MARIAROSARIA%VIA EUROPA,135%84098%PONTECAGNANO%SA%3/16/1980%SALERNO%SA%3/30/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%giud@inwind.it +2052%1/19/2004%PELO%CARMELINA%VIA CHIUNZI, 116%84010%TRAMONTI%SA%10/1/1979%POMPEI%NA%7/29/2003%NAPOLI%Chimica e tecn. farmaceutica%2003%Università degli Studi di Napoli%carmenpelo@virgilio.it +1035%7/29/1980%PELO%ANTONIO%VIA CHIUNZI, 116%84010%Tramonti%SA%3/8/1948%ANGRI%SA%3/31/1980%Milano%Farmacia%1980%Università degli Studi di Milano%farmaciapelo@libero.it +1722%5/25/1999%PELUSO%ARTURO%Via Matteo Silvatico n° 17%84125%SALERNO%SA%10/31/1970%SALERNO%SA%3/12/1999%Urbino%Farmacia%1999%Università degli Studi di Urbino%igdull@libero.it +1540%1/26/1995%PELUSO%GIOVANNA%F.P. LETTIERI%84100%Salerno%SA%12/27/1964%SALERNO%SA%6/30/1994%Urbino%Farmacia%1994%Università degli Studi di Urbino% +1917%2/11/2002%PENNINO%FRANCESCA%VIA F.CRISPI,1/14%84126%SALERNO%SA%7/14/1973%CATANIA%CT%3/28/1998%Catania%Farmacia%1998%Università degli Studi di Catania%francesca.pennino@libero.it +529%4/29/1958%PENZA%CATERINA%C.So Italia,16%84013%Cava Dei Tirreni%SA%3/2/1928%CASAL VELINO%SA%7/15/1957%Napoli%Farmacia%1957%Università degli Studi di Napoli% +1582%12/28/1995%PEPE%MARIA GRAZIA%Via Garibaldi%84020%Controne%SA%9/3/1963%SALERNO%SA%6/28/1995%Napoli%Farmacia%1995%Università degli Studi di Napoli% +1877%7/16/2001%PEPE%ANNA%P.Zza Martiri Ungheria,8%84016%Pagani%SA%8/14/1975%PAGANI%SA%3/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%dott.annapepe@libero.it +1558%6/9/1995%PEPE%VINCENZO%Via Barbarulo,71%84014%Nocera Inferiore%SA%1/19/1970%PAGANI%SA%3/27/1995%Napoli%Farmacia%1995%Università degli Studi di Napoli%pepper70v@libero.it +1861%5/25/2001%PERGAMO%ANNALIA%VIA RANFONE%84085%Mercato San Severino%SA%4/8/1974%SALERNO%SA%1/25/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%annaliapergamo@tiscali.it +1769%3/14/2000%PERITO%FIDELIA%Via S.Felice,2 Sala Abbagnano%84100%Salerno%SA%7/21/1973%ROMA%RM%10/29/1999%Salerno%Farmacia%1999%Università degli Studi di Salerno%perito.fidelia@libero.it +999%6/29/1979%PEROZZIELLO%ANNA%Via Aurofino, 12%84127%Salerno%SA%7/23/1954%CATANZARO%CZ%3/28/1979%Napoli%Farmacia%1979%Università degli Studi di Napoli% +2082%1/19/2004%PERRINO%ANTONIETTA%VIA CESINA,89%84010%SAN VALENTINO TORIO%SA%1/22/1978%NOCERA INFERIORE%SA%10/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +2362%2/13/2006%PERRONE%ANGELA%VIA CLEMENTE MAURO, 13%84123%SALERNO%SA%5/16/1979%SALERNO%SA%7/25/2002%SALERNO%Farmacia%2002%Università degli Studi di Salerno%aperrone@unisa.it +1413%1/14/1991%PESACANE%GENNARINO%Via R.Orsini,35%84010%Tramonti%SA%11/21/1958%BOSCOTRECASE%NA%10/25/1990%Napoli%Farmacia%1990%Università degli Studi di Napoli% +1708%2/2/1999%PESCA%ANTONIO%Via Roma, 21%84029%Sicignano Degli Alburni%SA%1/22/1962%SALERNO%SA%10/28/1998%Napoli%Farmacia%1998%Università degli Studi di Napoli%gpesca@tiscali.it +1184%7/18/1985%PESCA%GABRIELLA-ROSANNA%Via Roma, 21%84029%SICIGNANO DEGLI ALBURNI%SA%4/23/1960%SALERNO%SA%12/10/1984%Napoli%Farmacia%1985%Università degli Studi di Napoli%farmacia.pesca@libero.it +1667%1/19/1998%PESCA%LINA%Via Roma, 21%84029%Sicignano Degli Alburni%SA%1/21/1969%SALERNO%SA%11/7/1997%Urbino%Farmacia%1997%Università degli Studi di Urbino%gpesca@tiscali.it +1170%1/17/1985%PESSOLANO%GIGLIOLA%VIA NAZIONALE, 163%84022%Campagna%SA%12/20/1961%NAPOLI%NA%7/24/1984%Napoli%Farmacia%1984%Università degli Studi di Napoli%farmpessolano@tiscali.it +2390%4/26/2006%PETRAGLIA%JOSE'%VIA R.SANTAMARIA,65%84100%SALERNO%SA%11/26/1980%AGROPOLI%SA%7/15/2005%PERUGIA%Chimica e tecn. farmaceutica%2005%Università degli Studi di Perugia%jose19801@interfree.it +1527%9/9/1994%PETROCCIA%PALMINA%Via Trieste 47%84083%Castel San Giorgio%SA%4/14/1957%SAN MARCO DEI CAVOTI%BN%3/19/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli% +1031%6/24/1980%PETRUZZI%MARIA ANTONIETTA%Via Porto,9%84100%Salerno%SA%5/20/1950%ROCCHETTA SANT'ANTONIO%FG%3/24/1980%Napoli%Farmacia%1980%Università degli Studi di Napoli%rosario.mazzella@alice.it +1659%7/30/1997%PETTI%ANTONIO%Via P.Baratta,110/a%84091%Battipaglia%SA%3/23/1964%BATTIPAGLIA%SA%12/16/1991%Napoli%Chimica e tecn. farmaceutica%1992%Università degli Studi di Napoli% +1152%2/24/1984%PETTI%CARMELA%Via F.M.Pansa,9%84011%Amalfi%SA%2/16/1958%AMALFI%SA%11/9/1983%Roma%Farmacia%1983%Università degli Studi di Roma%carmelapetti@alice.it +1755%1/11/2000%PETTI%MONICA%Piazza V. VENETO, 39%84123%SALERNO%SA%6/1/1973%POMIGLIANO D'ARCO%NA%10/30/1999%Napoli%Farmacia%1999%Università degli Studi di Napoli% +2429%9/25/2006%PICANZA%FEDERICA%VIA PAOLO BORSELLINO,7%84080%PELLEZZANO%SA%7/6/1981%SALERNO%SA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%picanzafede@libero.it +2411%7/28/2006%PICCIRILLO%FEDERICA%VIA STATALE 18 B.GO CIOFFI%84025%EBOLI%SA%6/19/1979%EBOLI%SA%12/19/2005%SALERNO%Farmacia%2006%Università degli Studi di Salerno%piccirillofederica@tiscali.it +2097%1/19/2004%PICCIRILLO%EMIRENA%Via Nazionale%84076%TORCHIARA%SA%5/18/1977%SALERNO%SA%5/27/2003%NAPOLI%Chimica e tecn. farmaceutica%2003%Università degli Studi di Napoli%piccyemy@yahoo.it +1627%2/4/1997%PICCIUOLI%GIUSEPPE%Via E.Fermi,5%84020%Ricigliano%SA%6/3/1966%RICIGLIANO%SA%10/30/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli%farmaciapicciuoli@yahoo.it +2423%9/4/2006%PICCOLO%VALERIA%VIA DUOMO,107%84087%SARNO%SA%4/23/1981%NOCERA INFERIORE%SA%12/19/2005%SALERNO%Farmacia%2006%Università degli Studi di Salerno%valnic1980@yahoo.it +2239%2/14/2005%PICILLI%CRISTIAN%VIA ROCCO COCCHIA, 77%84100%SALERNO%SA%1/31/1977%BATTIPAGLIA%SA%7/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%cristian.picilli@libero.it +1875%6/25/2001%PIEDEPALUMBO%FERDINANDO%VIA MARIO ALISON, 9%84018%Scafati%SA%12/10/1972%TORRE ANNUNZIATA%NA%3/28/2001%Napoli%Farmacia%2001%Università degli Studi di Napoli%dino.piedepalumbo@alice.it +2045%9/15/2003%PIEGARI%TIZIANA%PIAZZA UMBERTO I°, 1%84036%SALA CONSILINA%SA%11/1/1974%POLLA%SA%3/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%fciapiegari@tiscali.it +1975%1/15/2003%PIEGARI%LUCIA%Via IV Novembre,20%84020%San Gregorio Magno%SA%8/23/1973%POLLA%SA%10/15/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%luciapiegari@tiscali.it +715%4/20/1968%PIEGARI%ANDREA%P.Umberto,18%84036%Sala Consilina%SA%7/9/1942%SALA CONSILINA%SA%2/23/1968%Pisa%Farmacia%1968%Università degli Studi di Pisa%fciapiegari@tiscali.it +2276%7/1/2005%PIERRI%ANNAMARIA%VIA PATTANO-SOCCORSO, 31%84084%FISCIANO%SA%5/15/1979%Nocera inferiore%SA%12/22/2004%SALERNO%Farmacia%2005%Università degli Studi di Salerno%annamariapierri1@virgilio.it +848%2/11/1974%PIERRI%LUCIANO%Via Poggiomarino, 25-Farmacia%84018%Scafati%SA%6/23/1948%SALERNO%SA%2/17/1972%Napoli%Farmacia%1972%Università degli Studi di Napoli%fciamercatello@tiscali.it +1181%7/18/1985%PIFANO%BRUNO%VIA S. MARTIRI, 31%84135%Salerno%SA%9/2/1960%SALERNO%SA%3/20/1985%Napoli%Farmacia%1985%Università degli Studi di Napoli%bpifano@tiscalinet.it +1182%7/18/1985%PIFANO%LOREDANA%Via dei Principati,77%84100%Salerno%SA%3/24/1959%SALERNO%SA%3/25/1985%Napoli%Farmacia%1985%Università degli Studi di Napoli%l.pifano@alice.it +2327%1/16/2006%PIGNOTTI%LUCA%VIA RAFFAELE MAURI,105%84131%SALERNO%SA%6/4/1972%SALERNO%SA%10/28/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%pignottiluca@yahoo.it +1452%6/18/1992%PILERCI%MICHELE ARCANGELO%Via O.Valiante,33%84078%Vallo Della Lucania%SA%6/3/1967%VALLO DELLA LUCANIA%SA%4/9/1992%Camerino%Farmacia%1992%Università degli Studi di Camerino%arcapil@farmaciapilerci.it +1508%5/26/1994%PINTO%LUISA%Via Canali, 25%84030%SAN PIETRO AL TANAGRO%SA%5/18/1967%POLLA%SA%12/21/1993%Napoli%Farmacia%1994%Università degli Studi di Napoli%umbertonunziata@libero.it +886%12/29/1975%PINTO%PAOLA%Via F.Manzo,31%84100%Salerno%SA%11/21/1952%SALERNO%SA%11/3/1975%Napoli%Farmacia%1975%Università degli Studi di Napoli% +1687%6/16/1998%PISANI%LILIANA%Via M.Schipa,7%84100%Salerno%SA%7/14/1952%VIGGIANO%PZ%7/10/1979%Napoli%Farmacia%1979%Università degli Studi di Napoli%pisanifarma@libero.it +1638%3/18/1997%PISANI%QUEENIE%Via P.Atenolfi,33%84013%Cava Dei Tirreni%SA%10/13/1970%SALERNO%SA%7/16/1996%Siena%Farmacia%1996%Università degli Studi di Siena% +1729%5/25/1999%PISAPIA%IDA%Via Pompei,42%84098%Pontecagnano Faiano%SA%11/19/1972%SALERNO%SA%4/9/1999%Salerno%Farmacia%1999%Università degli Studi di Salerno% +2229%1/24/2005%PISAPIA%SILVIA%VIA GUARIGLIA, 9%84013%CAVA DEI TIRRENI%SA%12/19/1980%CAVA DE' TIRRENI%SA%7/26/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%silviapisapia@tiscali.it +2290%7/1/2005%PISATURO%ROBERTA%VIA MONTE BIANCO, 8%84098%PONTECAGNANO FAIANO%SA%6/7/1980%BATTIPAGLIA%SA%3/30/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%robertapisaturo@virgilio.it +1621%1/21/1997%PISCIOTTA%ROSA%Via Matteotti,111%84016%Pagani%SA%4/18/1969%NOCERA INFERIORE%SA%7/24/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli% +1234%12/29/1986%PISCOPO%EVELINA ANNA MARIA R%Via Dei Goti, 167%84012%Angri%SA%7/29/1960%SALERNO%SA%7/23/1986%Napoli%Farmacia%1986%Università degli Studi di Napoli%evelinapiscopo@libero.it +1538%1/26/1995%PITTA%CATIA SOFIA%Via Gaetani, 1%84030%Torraca%SA%10/26/1970%LOSANNA (SVIZZERA)%EE%10/27/1994%Napoli%Farmacia%1994%Università degli Studi di Napoli%pittak@libero.it +1639%4/2/1997%PIUCCI%BRUNELLA%Via Della Libertà, 39%84086%Roccapiemonte%SA%1/31/1972%SALERNO%SA%7/19/1995%Napoli%Farmacia%1995%Università degli Studi di Napoli%brunellapiucci@yahoo.it +789%1/27/1972%PIZZA%COSIMO%Via Xxiv Maggio,3%84025%Eboli%SA%8/16/1949%AGROPOLI%SA%7/15/1971%Napoli%Farmacia%1971%Università degli Studi di Napoli% +2266%6/3/2005%POLICHETTI%GIULIANO%VIA DELLA PACE,60%84086%ROCCAPIEMONTE FRAZ.CASALI%SA%3/24/1977%SARNO%SA%12/19/2003%NAPOLI%Chimica e tecn. farmaceutica%2004%Università degli Studi di Napoli%giulianopolichetti@email.it +531%5/13/1958%POLINI%CAROLINA%P.Za S.Giovanni%84012%Angri%SA%9/1/1934%NOCERA INFERIORE%SA%12/3/1957%Napoli%Farmacia%1958%Università degli Studi di Napoli%farmasangiovanni@tiscalinet.it +980%12/14/1978%POLISCIANO%VIRGINIA%Via G.Gonzaga, 5b%84091%Battipaglia%SA%4/2/1956%BATTIPAGLIA%SA%7/21/1978%Napoli%Farmacia%1978%Università degli Studi di Napoli% +1161%9/4/1984%POLIZOI%VIOLETTA%Via G.Cinque,29%84013%Cava Dei Tirreni%SA%10/22/1952%ATENE%EE%3/27/1984%Trieste%Farmacia%1984%Università degli Studi di Trieste% +2100%1/19/2004%POLLIO%ARIANNA%VIA ASTONI CROCE, 11%84083%CASTEL SAN GIORGIO%SA%7/17/1979%SALERNO%SA%11/11/2002%SALERNO%Farmacia%2003%Università degli Studi di Salerno%dott.ariannapollio@libero.it +1313%6/30/1988%POLVERINO%ANNA%Via V.De Caro,35/b%84095%Giffoni Valle Piana%SA%12/5/1961%LAGONEGRO%PZ%3/22/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli%plvnna@libero.it +1599%6/14/1996%POMPAMEA%GIANLUCA%VIA GRISIGNANO , 7%84100%Salerno%SA%5/18/1970%SALERNO%SA%3/28/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli%gpompamea@libero.it +1598%6/14/1996%POMPAMEA%SERGIO%Via C.Granozio,13%84100%Salerno%SA%12/18/1971%SALERNO%SA%3/28/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli%sermary@tele2.it +1386%6/28/1990%PORTO%MATILDE%Via C.Sorgente, 98/D%84125%Salerno%SA%7/21/1962%AVELLINO%AV%3/22/1990%Napoli%Farmacia%1990%Università degli Studi di Napoli%antonio.digrezia@libero.it +2081%1/19/2004%PRECENZANO%GENNARO%VIA LAUROGROTTO, 1%84135%SALERNO%SA%5/13/1978%SALERNO%SA%10/15/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%jackburton78@alice.it +1011%1/17/1980%PRETE%RAFFAELA%Via M.N.Balbo,61/19%84014%Nocera Inferiore%SA%5/19/1953%NOCERA INFERIORE%SA%7/24/1979%Napoli%Farmacia%1979%Università degli Studi di Napoli%sanitariadefal@alice.it +1022%5/30/1980%PRINCIPE%MARIO%Viale Margherita 5%84087%Sarno%SA%2/1/1951%NOCERA INFERIORE%SA%3/20/1978%Napoli%Farmacia%1978%Università degli Studi di Napoli% +1355%6/8/1989%PRIORE%EMILIO%P.Za Europa,75%84037%Sant'Arsenio%SA%4/19/1960%POLLA%SA%3/21/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli% +2315%12/5/2005%PRIORE%CATERINA%VIA DELLA PACE,5%53040%RAPOLANO TERME%SI%7/24/1963%POLLA%SA%11/12/1990%SIENA%Farmacia%1990%Università degli Studi di Siena% +1289%1/14/1988%PROFETA%MARIO%Via Ponte,19%84010%Tramonti%SA%4/19/1962%TRAMONTI%SA%10/30/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli% +1013%1/17/1980%PROTO%EMMANUELA%C.So V.Emanuele,31%84010%Minori%SA%6/2/1956%MINORI%SA%7/5/1979%Napoli%Farmacia%1979%Università degli Studi di Napoli%emmanuela.proto@tin.it +2265%6/3/2005%PUCCI%ROSARIA%P.Zza Umberto%84070%SANTA MARINA%SA%2/7/1964%COSENZA%CS%7/24/1996%NAPOLI%Farmacia%1996%Università degli Studi di Napoli% +1245%1/29/1987%PUCCIARELLI%FRANCESCO%Via S.Sebastaino,90%84030%Caggiano%SA%6/27/1954%CAGGIANO%SA%12/12/1985%Napoli%Farmacia%1986%Università degli Studi di Napoli% +404%4/14/1954%PUGLIESE%GIUSEPPE%P.Za De Gasperi%84084%Fisciano%SA%4/27/1922%BARILE%PZ%7/10/1953%Bari%Farmacia%1967%Università degli Studi di Bari%b@alfaossigeno.it +1222%6/12/1986%PUGLIESE%GERARDO%Via Francesco Crispi, 1/30%84100%SALERNO%SA%11/26/1962%SALERNO%SA%2/26/1986%Napoli%Farmacia%1986%Università degli Studi di Napoli%farmaciapugliese@tiscali.it +969%5/29/1978%PUGLIESE%PASQUALE%Via Gen.Nastri%84084%Fisciano%SA%4/23/1955%SALERNO%SA%3/21/1978%Napoli%Farmacia%1978%Università degli Studi di Napoli%b@alfaossigeno.it +1998%2/11/2003%PUGLIESE%ROSA ELISA%Via Garibaldi,10%84077%Torre Orsaia%SA%9/26/1953%TORRE ORSAIA%SA%12/16/1975%Napoli%Farmacia%1976%Università degli Studi di Napoli% +2134%6/17/2004%PUGLIESE%MAFALDA%VIA MARTIRI D'UNGHERIA,16%84083%CASTEL SAN GIORGIO%SA%12/11/1977%SALERNO%SA%12/22/2003%SALERNO%Farmacia%2004%Università degli Studi di Salerno%puma_77@libero.it +2397%6/19/2006%PULIGNANO%ELENA%VIA MONTEROSA, B2%84091%BATTIPAGLIA%SA%3/25/1981%SALERNO%SA%3/30/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%elepulignano@virgilio.it +2218%1/24/2005%PUNZI%ANGELA%VIA S.CALENDA P.CO VERDE PAL.DALIA 105%84100%SALERNO%SA%4/15/1981%SALERNO%SA%7/29/2004%NAPOLI%Farmacia%2004%Università degli Studi di Napoli%punzi.angela@tiscali.it +1740%6/3/1999%QUARANTA%DOMENICO MASSIMO%Via Belvedere,107%84091%Battipaglia%SA%6/27/1968%POLLA%SA%3/24/1999%Napoli%Farmacia%1999%Università degli Studi di Napoli%farmaciaquaranta@gmail.com +1764%1/25/2000%QUARANTA%EMILIA%Via Gelso, 12/A%84126%Salerno%SA%4/19/1976%SALERNO%SA%10/29/1999%Salerno%Farmacia%1999%Università degli Studi di Salerno% +2143%6/17/2004%QUITADAMO%ROBERTO%Via San Giovanni Bosco,37%84124%SALERNO%SA%8/1/1971%SALERNO%SA%3/30/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +1286%1/14/1988%RAGOSA%GIUSEPPINA%Via San Rocco,8 - P.co Claudia - Pal. C%84016%Pagani%SA%8/2/1959%PAGANI%SA%7/1/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli%giuseppina.ragosa@fastwebnet.it +1305%6/30/1988%RAIMONDO%OTTAVIO%Contrada Fabbrica%84052%Ceraso%SA%10/13/1961%SALERNO%SA%11/25/1987%Napoli%Farmacia%1988%Università degli Studi di Napoli%elvis.61@libero.it +1835%1/22/2001%RANIA%CATERINA%Via S.Felice In Felline,59%84100%Salerno%SA%7/19/1972%SALERNO%SA%7/23/1999%Salerno%Farmacia%1999%Università degli Studi di Salerno%catarinarania@libero.it +1390%6/28/1990%REGA%ANNA-MARIA%Via Cannellone Palazzo Dolgetta%84087%Sarno%SA%1/21/1964%CARBONARA DI NOLA%NA%3/23/1990%Napoli%Farmacia%1990%Università degli Studi di Napoli% +1136%12/28/1983%REINA%MARIA%Via Picarielli,13 /c%84100%Salerno%SA%5/13/1956%SAN ANGELO FASANELLA%SA%6/29/1983%Napoli%Farmacia%1983%Università degli Studi di Napoli% +1593%6/14/1996%BISOGNO%RITA%Via V.Veneto,90%84013%Cava Dei Tirreni%SA%1/23/1971%SALERNO%SA%10/28/1994%Napoli%Chimica e tecn. farmaceutica%1995%Università degli Studi di Napoli%ritabisogno@tiscali.it +1845%2/28/2001%BLOISE%ELENA%Via F. La Francesca, 59/a%84100%Salerno%SA%10/3/1975%AGROPOLI%SA%4/11/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno%ebloise@unisa.it +1919%2/11/2002%BLOISE%MARCELLA FILOMENA%VIA S. ANTONIO, 33%84060%MONTECORICE%SA%10/22/1974%MORANO CALABRO%CS%7/26/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno% +1830%1/10/2001%BONITO%CARMELA%P.zza P.Budetta 57/A%84096%Montecorvino Rovella%SA%4/11/1970%SALERNO%SA%3/28/2000%Napoli%Farmacia%2000%Università degli Studi di Napoli%cofasermacchia@tiscali.it +1231%12/29/1986%BONORA%ROBERTO%VIA AMM. VECCHIO, 42%84047%Capaccio%SA%10/3/1960%CAPACCIO%SA%10/30/1986%Napoli%Farmacia%1986%Università degli Studi di Napoli% +867%4/3/1975%BORGIA%LICIA%Via Provinciale%84038%Sassano%SA%6/7/1950%NAPOLI%NA%11/9/1974%Urbino%Farmacia%1974%Università degli Studi di Urbino%farmaciaborgia@infinito.it +2053%1/19/2004%BORIO%BARBARA%VIA FONDO COMODO,2 c/o Galibardi%84100%SALERNO%SA%4/6/1979%TORINO%TO%10/30/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%arm78@libero.it +1793%6/13/2000%BORRELLI%LUCIO%Via A.De Gasperi,70%84016%Pagani%SA%8/31/1968%NAPOLI%NA%3/28/2000%Napoli%Farmacia%2000%Università degli Studi di Napoli%fciaborreli@tiscali.it +1230%9/5/1986%BORRELLI%EUFEMIA%Via S. Aspreno, 13%80138%Napoli%NA%8/1/1955%MONTEFORTE IRPINO%AV%2/18/1983%Napoli%Farmacia%1983%Università degli Studi di Napoli% +1694%7/14/1998%BORRELLI%ROBERTO%Via Corallo,23%84016%Pagani%SA%7/6/1963%NAPOLI%NA%2/28/1997%Napoli%Farmacia%1997%Università degli Studi di Napoli%farmaciaborrelli@tiscali.it +1872%6/7/2001%BORRIELLO%MARIA%Matteo Ripa,66%84091%Battipaglia%SA%10/10/1976%NAPOLI%NA%3/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%m.borriello@e.mail.it +1805%9/12/2000%BORTONE%MARINELLA%Largo Del Seggio%84050%Cuccaro Vetere%SA%1/5/1965%CUCCARO VETERE%SA%2/24/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli% +840%9/22/1973%BOSCIA%GIUSEPPE%Via Origlia, 36%84014%Nocera Inferiore%SA%10/4/1949%NAPOLI%NA%11/10/1972%Napoli%Farmacia%1972%Università degli Studi di Napoli%giuboscia@tin.it +2371%2/13/2006%BOSCIA%LUCIO%Via E.Siciliano, 45%84014%Nocera Inferiore%SA%1/1/1946%MELIZZANO%BN%11/16/1967%Napoli%Farmacia%1968%Università degli Studi di Napoli%farmaciaboscial@libero.it +1651%6/19/1997%BOSCIA%FRANCESCA%Via E.Siciliano, 45%84014%Nocera Inferiore%SA%11/1/1973%BENEVENTO%BN%12/17/1996%Napoli%Farmacia%1997%Università degli Studi di Napoli%boscia@unina.it +1529%12/27/1994%BOSCIA%GIANCARLO%Via E.Siciliano, 45%84014%Nocera Inferiore%SA%10/9/1972%BENEVENTO%BN%10/27/1994%Napoli%Farmacia%1994%Università degli Studi di Napoli%boscia.giancarlo@virgilio.it +2043%9/15/2003%BOSSO%DANIELA%.VIA PARLAMENTO,1%84099%SAN CIPRIANO PICENTINO%SA%1/21/1961%NAPOLI%NA%3/25/1985%NAPOLI%Farmacia%1985%Università degli Studi di Napoli%daniela.bosso@tiscali.it +1306%6/30/1988%BOTTONI%FRANCESCO%Via C.Battisti,75%84018%Scafati%SA%5/14/1961%POMPEI%NA%4/13/1988%Siena%Farmacia%1988%Università degli Studi di Siena%francesco.bottoni@libero.it +562%7/14/1959%BOTTONI%BENEDETTO%Via Battisti%84018%Scafati%SA%3/15/1936%SCAFATI%SA%7/16/1958%Napoli%Farmacia%1959%Università degli Studi di Napoli%f.farmacia@libero.it +930%6/4/1977%BOVE%GIUSEPPE%Via Garibaldi,15%84028%Serre%SA%9/10/1949%MONTECORVINO PUGLIANO%SA%12/6/1976%Napoli%Farmacia%1977%Università degli Studi di Napoli%farmaciaboveg@tiscali.it +2398%7/10/2006%BRANCACCIO%BARBARA%VIA A. LAUROGROTTO,1%84135%SALERNO%SA%10/23/1977%SALERNO%SA%10/17/2005%SALERNO%Farmacia%2006%Università degli Studi di Salerno%barbarabrancaccio@tiscali.it +1748%12/2/1999%BRANCATI%DIEGO%Via Marino Paglia,26%84100%Salerno%SA%1/11/1965%SALERNO%SA%7/20/1999%Roma%Farmacia%1999%Università degli Studi di Salerno%diego.brancati@tiscali.it +1871%6/7/2001%BROCCOLI%MARIA%Belvedere,80%84045%Altavilla Silentina%SA%2/8/1976%ALTAVILLA SILENTINA%SA%3/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno% +1800%7/11/2000%BROGNA%DANIELA%Via Italia,23/b%84091%Battipaglia%SA%8/24/1974%SALERNO%SA%7/23/1999%Napoli%Chimica e tecn. farmaceutica%2000%Università degli Studi di Napoli%d.brogna@chiesigroup.com +1075%1/15/1982%BRUNO%ANNA MARIA%Via Nazionale, 50 - c/o Farmacia%84030%CASELLE IN PITTARI%SA%11/4/1958%TORTORELLA%SA%10/30/1981%Napoli%Farmacia%1981%Università degli Studi di Napoli%farm.bruno@libero.it +1790%6/13/2000%BRUNO%GERARDO%Piazza Concordia,38%84123%Salerno%SA%4/26/1964%FISCIANO%SA%3/28/2000%Napoli%Farmacia%2000%Università degli Studi di Napoli%gerarbr@tin.it +1331%1/19/1989%BRUSCO%ANGELA MARIA%Via Umberto I, 149%84079%Vibonati%SA%5/25/1956%VIBONATI%SA%7/19/1988%Siena%Farmacia%1988%Università degli Studi di Siena% +2108%2/3/2004%BUCCIARELLI%SIMONA%TRAVERSA STARZA, 4%84013%CAVA DEI TIRRENI%SA%9/10/1979%CAVA DE' TIRRENI%SA%10/30/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +1768%2/15/2000%BUFALO%RAFFAELLA%Via Roma,1%84018%Scafati%SA%12/23/1973%POMPEI%NA%7/23/1999%Salerno%Farmacia%2000%Università degli Studi di Salerno% +1831%1/10/2001%BUFALO%CLAUDIA%Via L. Sturzo, 30%84018%Scafati%SA%12/31/1974%POMPEI%NA%7/24/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno% +2249%3/9/2005%BUFFARDO%GABRIELLA%Via S. Biagio, 17%81031%AVERSA%CE%10/26/1957%AVERSA%CE%3/18/1982%NAPOLI%Farmacia%1982%Università degli Studi di Napoli%farmaciabuffardi@virgilio.it +1867%6/7/2001%BUONAIUTO%MARIA LUISA%Via Lavorate-Centro, 195%84087%Sarno%SA%5/12/1963%SARNO%%3/28/2001%Napoli%Farmacia%2001%Università degli Studi di Napoli%simea44@libero.it +1940%7/9/2002%BUONO%ELEONORA%Calata San Vito,73%84100%Salerno%SA%11/24/1972%SALERNO%%3/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%eleonorabuono@virgilio.it +2050%1/19/2004%BUONOCONTO%LUIGI%VIA CETRONICO 1A%84082%BRACIGLIANO%SA%3/27/1978%SALERNO%SA%10/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +1671%1/19/1998%BUONOCORE%PATRIZIA%Via Genovesi%84049%Castiglione Dei Genovesi%SA%11/10/1972%CASTIGLIONE DE' GENOVESI%SA%11/11/1997%Salerno%Farmacia%1997%Università degli Studi di Salerno% +2083%1/19/2004%CAFARO%ALESSIA%VIA TORA DI PEZZANO,42%84099%SAN CIPRIANO PICENTINO%SA%6/16/1979%CASTELLAMMARE DI STABIA%NA%10/30/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%alessia.cafaro@email.it +1334%1/19/1989%CAGGIANO%MARISA%Via Domodossola,96%84091%Battipaglia%SA%1/2/1962%BATTIPAGLIA%SA%2/24/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli% +1427%6/6/1991%CAIAZZA%ANGELA%P.zza Vittorio Emanuale II,10%84013%Cava Dei Tirreni%SA%2/19/1966%SALERNO%SA%3/26/1991%Napoli%Farmacia%1991%Università degli Studi di Napoli%angela.caiazza@alice.it +1032%6/24/1980%CAIAZZA%CARLA%Via Carlo santoro,52%84013%Cava Dei Tirreni%SA%3/1/1957%LAVIANO%SA%3/20/1980%Napoli%Farmacia%1980%Università degli Studi di Napoli%eredicaiazza@tiscali.it +1260%6/18/1987%CAIAZZA%MARIA TERESA PATRIZIA%p.zz vitt.Emanual Secondo,10%84013%Cava Dei Tirreni%SA%11/30/1958%LAVIANO%SA%2/25/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli%eredicaiazza@tiscali.it +2235%2/14/2005%CAIAZZA%ASSUNTA%VIA DR.F.PALMIERI,34%84088%SIANO%SA%3/18/1980%CANTU'%CO%7/26/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +2001%2/11/2003%CAIAZZA%ALESSANDRA%VIA MARIO ALISON, 9%84018%Scafati%SA%2/25/1978%POMPEI%NA%7/23/2002%Napoli%Farmacia%2002%Università degli Studi di Napoli%dino.piedepalumbo@alice.it +1514%6/27/1994%CALABRESE%CARMELA%Via Lucio Orofino,47%84100%Salerno%SA%8/30/1965%NOCERA INFERIORE%SA%3/23/1994%Napoli%Farmacia%1994%Università degli Studi di Napoli% +1807%10/17/2000%CALDERARO%GIUSEPPE%Via Toiano, 14%5035%NARNI%TR%9/25/1967%MARATEA%PZ%10/29/1999%Perugia%Farmacia%2000%Università degli Studi di Perugia%pino.calderaro@libero.it +1720%4/27/1999%CALIFANO%GERARDO%Via Crocifisso, 28%84012%Angri%SA%5/8/1969%ANGRI%SA%3/25/1998%Napoli%Chimica e tecn. farmaceutica%1998%Università degli Studi di Napoli%g.califano@sanita.it +2116%3/22/2004%CALIFANO%TERESA%VIA TRAVERSA 1° VENETO%84010%SAN MARZANO SUL SARNO%SA%12/20/1976%NOCERA INFERIORE%SA%5/27/2003%NAPOLI%Chimica e tecn. farmaceutica%2003%Università degli Studi di Napoli%califano76@virgilio.it +2346%1/16/2006%CAMMARANO%GIOVANNI%VIALE AMENDOLA,84%84025%EBOLI%SA%11/11/1978%EBOLI%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%terrano@alice.it +2247%2/14/2005%CAMMARANO%DANILA BIAGINA%VIA BOSCO, 49%84044%ALBANELLA%SA%1/6/1980%LODI%LO%10/15/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%danilacam@tiscali.it +1736%5/25/1999%CAMMAROTA%MARIA TERESA%Via E.De Filippis,141%84013%Cava Dei Tirreni%SA%9/17/1966%SALERNO%SA%3/24/1999%Napoli%Farmacia%1999%Università degli Studi di Napoli% +2308%9/26/2005%CAMPANILE%CLAUDIA%VIA ASIAGO,1%84132%SALERNO%SA%1/1/1981%SALERNO%SA%3/30/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%dia.80@libero.it +2072%1/19/2004%CAMPITELLI%DOMENICO%VIA FILETTINE, 115%84016%PAGANI%SA%2/16/1977%PAGANI%SA%10/15/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%domy.campy@libero.it +2427%9/25/2006%CAMPITELLI%ANNA%VIA FILETTINE,115%84016%PAGANI%SA%7/2/1980%PAGANI%SA%12/19/2005%SALERNO%Farmacia%2006%Università degli Studi di Salerno%domy.campy@libero.it +2295%7/19/2005%CAMPITIELLO%CLAUDIA%Via Falcone%84010%TRAMONTI%SA%4/7/1979%NOCERA INFERIORE%SA%3/30/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%claudiacampitiello@libero.it +1648%6/4/1997%CAMPITIELLO%ANNA%C.so Ettore Padovano, 44%84016%Pagani%SA%8/5/1972%NOCERA INFERIORE%SA%3/20/1997%Salerno%Farmacia%1997%Università degli Studi di Salerno%micsassi@alice.it +730%1/18/1969%CAMPITIELLO%GIUSEPPE%Via Roma, 7%84010%Tramonti%SA%1/27/1939%PAGANI%SA%11/14/1968%Napoli%Farmacia%1968%Università degli Studi di Napoli%farmaciacampitiello@libero.it +1397%12/18/1990%CANTALUPO%RAFFAELE MASSIMO%Via Risorgimento,4%84043%Agropoli%SA%12/27/1960%LAUREANA CILENTO%%11/13/1990%Palermo%Farmacia%1990%Università degli Studi di Palermo%massimocantalupo@virgilio.it +1328%12/21/1988%CANTILLO%ENRICA%Via Garioponto,16%84100%Salerno%SA%2/5/1964%SALERNO%SA%10/27/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli% +2208%1/13/2005%CAPACCHIONE%LETIZIA%VIA DOMENICO ROMAGNANO,1%84100%SALERNO%SA%7/9/1977%SALERNO%SA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +1085%6/29/1982%CAPORALE%MARIA LUISA%Loc. Palazzo%84020%ROMAGNANO AL MONTE%SA%11/13/1955%BUCCINO%SA%12/17/1981%Napoli%Farmacia%1982%Università degli Studi di Napoli%farmaciacaporale@gmail.com +1419%6/6/1991%CAPOZZOLO%ROSA%Via Degli Artigiani,3%84091%Battipaglia%SA%2/21/1965%SALERNO%SA%3/26/1991%Napoli%Farmacia%1991%Università degli Studi di Napoli%r.capozzolo@libero.it +1394%7/18/1990%CAPPANNINI%GIUSEPPINA%Via Della Quercia, 66/B%84080%Pellezzano%SA%2/8/1964%ROSORA%AN%4/5/1990%Camerino%Farmacia%1990%Università degli Studi di Camerino%vairoantonio@tiscali.it +922%1/12/1977%CAPPUCCIO%CATERINA%Via Leopoldo Cassese,30%84100%Salerno%SA%7/14/1954%RAVELLO%SA%11/6/1976%Napoli%Farmacia%1976%Università degli Studi di Napoli%ca.cappuccio@tiscali.it +2141%6/17/2004%CAPUANO%MARIANNA%C.SO CLAUDIO, 74%84083%CASTEL SAN GIORGIO%SA%8/24/1979%NOCERA INFERIORE%SA%12/22/2003%SALERNO%Farmacia%2004%Università degli Studi di Salerno%mariannacap79@yahoo.it +1383%5/28/1990%CAPUANO%ANGELA%P.Za XX Settembre,52%84069%Roccadaspide%SA%3/21/1943%ROCCADASPIDE%%3/23/1990%Napoli%Farmacia%1990%Università degli Studi di Napoli%farmaciacapuano@libero.it +1199%11/21/1985%CAPUANO%GIUSEPPE%Via Gelso,69%84100%Salerno%SA%9/8/1958%SALERNO%SA%3/21/1985%Napoli%Farmacia%1985%Università degli Studi di Napoli% +1155%6/22/1984%CAPUTI%ANTONIO GIANNINO%Via Napoli,85%84091%Battipaglia%SA%6/23/1952%VALLE DELL'ANGELO%SA%4/14/1984%Bari%Farmacia%1984%Università degli Studi di Bari%caputia@alice.it +817%2/10/1973%CAPUTO%GIUSEPPE%P.Matteotti%84096%Montecorvino Rovella%SA%1/1/1948%LAVELLO%PZ%11/10/1972%Napoli%Farmacia%1975%Università degli Studi di Napoli%farmacaputo@virgilio.it +819%2/10/1973%CAPUTO%LEONILDA%Via S.Clemente%84015%Nocera Superiore%SA%7/3/1948%NOCERA SUPERIORE%SA%11/10/1972%Napoli%Farmacia%1972%Università degli Studi di Napoli%caputole@farmaciacaputo.191.it +956%1/18/1978%CAPUTO%MARIA ANTONIETTA%Via Cerino%84096%Montecorvino Rovella%SA%1/2/1952%LAVELLO%PZ%11/7/1977%Napoli%Farmacia%1977%Università degli Studi di Napoli% +479%4/17/1956%CARACCIOLO%VITTORIA%Via G.Capriglione,142%84010%Praiano%SA%11/2/1925%CERISANO%CS%7/27/1951%Napoli%Farmacia%1971%Università degli Studi di Napoli%farmaciacaracciolo@virgilio.it +778%3/30/1971%CARAFA%LEONILDA GRAZIA%C.So Umberto%84018%Scafati%SA%7/3/1945%SAN SEVERO%FG%7/15/1970%Napoli%Farmacia%1970%Università degli Studi di Napoli% +456%11/5/1955%CARBONARO%ELVIRA%C.So Vitt.Emanuele, 223%84100%Salerno%SA%4/7/1927%SESANA%TS%4/5/1955%Napoli%Farmacia%1969%Università degli Studi di Napoli%micconfo@tin.it +1440%2/13/1992%CARBONE%MIRIAM%Via PIETRO DEL PEZZO, 54/C%84100%Salerno%SA%10/13/1962%NAPOLI%NA%7/25/1991%Napoli%Farmacia%1991%Università degli Studi di Napoli% +2414%7/28/2006%CARDONIA%ADELE%VIALE DELLA REPUBBLICA,57%84096%MONTECORVINO ROVELLA%SA%5/30/1981%BATTIPAGLIA%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%adele81@freemail.it +1820%1/10/2001%CARLEO%GIADA%Via Marconi,41%84013%Cava Dei Tirreni%SA%5/15/1977%CAVA DE' TIRRENI%SA%10/30/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno%giadacarleo@libero.it +768%2/6/1971%CARLEO%ANTONIO%C.So Italia%84013%Cava Dei Tirreni%SA%10/16/1946%CAVA DE' TIRRENI%SA%3/13/1970%Napoli%Farmacia%1970%Università degli Studi di Napoli%carleo02@1carleo.191.it +1804%9/12/2000%CARLEO%LUCIA%Via Plava,32%84091%Battipaglia%SA%8/12/1975%BATTIPAGLIA%SA%4/10/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno%l.carleo@libero.it +1818%1/10/2001%CARLONE%GIANFRANCO%Via Perris,5%84100%Salerno%SA%3/5/1970%SALERNO%SA%10/30/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno%giancarlone@tin.it +1310%6/30/1988%CAROCCIA%GIUSEPPINA%C.SO DIAZ,38%84060%PRIGNANO CILENTO%SA%12/29/1962%VALLO DELLA LUCANIA%SA%3/23/1988%Firenze%Farmacia%1988%Università degli Studi di Napoli% +2206%1/13/2005%CAROLA%ANNA MARIA%VIA ANGRISANI,15%84043%AGROPOLI%SA%8/23/1976%CARMAGNOLA%TO%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +951%1/9/1978%CAROLA%MICHELE%Via Laura, 4/6%84047%Capaccio%SA%8/19/1952%PRIGNANO CILENTO%SA%7/1/1977%Napoli%Farmacia%1977%Università degli Studi di Napoli%farmaciacarola@virgilio.it +1368%12/29/1989%CAROTENUTO%MICHELINA%Via Mortellari Tr. Boiardo, 4%84018%Scafati%SA%12/1/1957%POMPEI%NA%10/27/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli%dssacarotenuto@alice.it +2351%1/26/2006%CAROTENUTO%LUCIO%VIA CAPORAL VITO RUGGIERO, 54%84010%SAN VALENTINO TORIO%SA%9/9/1979%ROMA%RM%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%luciocarotenuto@tiscali.it +1999%2/11/2003%CARPENTIERI%ANGELA%Via Pietro Fimiani, 161%84083%Castel San Giorgio%SA%11/12/1977%NOCERA INFERIORE%%11/8/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno% +2227%1/24/2005%CARRERA%MARIAROSARIA%VIA SANT'ERASMO,14%84016%PAGANI%SA%5/7/1977%PAGANI%SA%7/8/2004%NAPOLI%Farmacia%2004%Università degli Studi di Napoli%rosaria.carrera@tiscali.it +376%2/9/1953%CARTOLANO%PIETRO%C.So Umberto I°,120%84019%Vietri Sul Mare%SA%1/10/1930%VIETRI SUL MARE%SA%6/28/1952%Bari%Farmacia%1969%Università degli Studi di Bari%farmaciacartolano@libero.it +749%12/29/1969%CARUSIO%MODESTINO ALDO%C.So Umberto,1%84022%Campagna%SA%9/3/1939%LAURIA%PZ%11/14/1969%Napoli%Farmacia%1969%Università degli Studi di Napoli% +1832%1/10/2001%CASALE%CATIA%Via Migliano,7 Coop.Rinascita%84080%Penta di Fisciano%SA%10/3/1974%WARENDORF (D)%EE%10/30/2000%Salerno%Farmacia%2002%Università degli Studi di Salerno%casalecatia@yahoo.it +1988%1/15/2003%CASCIANO%CARMELA%Via Falascone, 8%84020%Palomonte%SA%12/4/1975%EBOLI%SA%7/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%carmela.casciano@tiscali.it +2079%1/19/2004%CASINI%SPERANZA%VIA DEI PRINCIPATI,66%84100%SALERNO%SA%1/8/1975%BATTIPAGLIA%SA%3/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +1166%12/29/1984%CASSANO%GIULIANA%Via R.Santamaria,86%84133%Salerno%SA%11/18/1958%SAN LUCIDO%CS%7/24/1984%Napoli%Farmacia%1984%Università degli Studi di Napoli% +1528%10/31/1994%CASSAVIA%ANNA MARIA RAFFAELA%Via S. Stefano, 7%84021%Buccino%SA%9/13/1959%ACRI%CS%10/30/1991%Napoli%Farmacia%1991%Università degli Studi di Napoli% +1759%1/11/2000%CASTALDI%ANTONIETTA%Via Rivo Cerola,26%84087%Sarno%SA%10/17/1975%SARNO%SA%10/29/1999%Salerno%Farmacia%1999%Università degli Studi di Salerno%antonella_castaldi@alice.it +1881%7/30/2001%CASTELLANO%BIANCA MARIA%Viale Dei Romani, 1%84135%Salerno%SA%3/16/1973%SALERNO%SA%3/3/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno% +2157%7/5/2004%CATALDO%FRANCESCA%VIA CROCIFISSO,47%84012%ANGRI%SA%8/8/1980%NOCERA INFERIORE%%3/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%cataldofrancesca@libero.it +723%9/5/1968%CATAPANO%AMALIA%Via Luigi Guerrasio, 52%84083%Castel San Giorgio%SA%10/3/1938%ASMARA%EE%7/13/1966%Napoli%Farmacia%1967%Università degli Studi di Napoli% +915%5/26/1976%CATENA%MICHELE%Largo Moncada, snc%84020%Valva%SA%5/28/1949%ROMAGNANO AL MONTE%SA%12/16/1975%Napoli%Farmacia%1976%Università degli Studi di Napoli%michecat@tiscali.it +2105%2/3/2004%CATINO%SUSANNA%VIA LUIGI SALATI,22%84056%GIOI%SA%2/4/1964%GIOI%SA%10/9/2003%CAMERINO%Farmacia%2003%Università degli Studi di Camerino% +2190%1/13/2005%CAU%ANTONIA%Via Tora di Pezzano n°55%84099%SAN CIPRIANO PICENTINO%SA%1/17/1979%SALERNO%SA%10/30/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%zoccoladomenico@alice.it +1377%3/13/1990%CAUCEGLIA%TERESA%VIA ERSILIO CASTELLUCCIO, 1%84100%SALERNO%SA%2/26/1959%VALLO DELLA LUCANIA%SA%7/20/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli%teresacauceglia@email.it +1914%1/14/2002%CAUCEGLIA%MARINA%Via Delle Ginestre,113%84100%Salerno%SA%7/31/1963%PORTICI%NA%10/23/2001%Napoli%Farmacia%2001%Università degli Studi di Napoli%marina.cau@hotmail.it +1340%2/3/1989%CAUTERUCCIO%TERESA%Via Trotta,8%84085%Mercato San Severino%SA%2/26/1949%DIAMANTE%CS%3/24/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli% +1682%4/21/1998%CAVALIERE%ROSA%Strada Nuova n.74%84010%Minori%SA%6/12/1958%MINORI%%3/26/1991%Napoli%Farmacia%1991%Università degli Studi di Napoli%cavaliere.rosa@libero.it +2343%1/16/2006%CAVALLO%PAOLO%VIA DEI GRECI,130%84135%SALERNO%SA%6/30/1978%SALERNO%SA%10/28/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%pacavallo@unisa.it +2119%3/22/2004%CELANO%IMMACOLATA MARIA%VIA DANTE ALIGHIERI, 136/B%84043%AGROPOLI%SA%11/19/1957%VALSINNI%MT%7/21/1988%NAPOLI%Farmacia%1988%Università degli Studi di Napoli%studio.inverso@yahoo.it +2094%1/19/2004%CENNAMO%CINZIA%VIA DUCHESSA%84026%POSTIGLIONE%SA%7/16/1976%EBOLI%SA%3/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +1197%9/12/1985%CENTOFANTI%MARIA PIA%Via Mare Adriatico,11 -magazzeno%84098%Pontecagnano Faiano%SA%2/3/1959%SALERNO%SA%3/25/1985%Napoli%Farmacia%1985%Università degli Studi di Napoli% +890%1/17/1976%CENTOLA%PAOLO%Via F.Manzo,31%84100%Salerno%SA%10/11/1951%SALERNO%SA%11/3/1975%Napoli%Farmacia%1975%Università degli Studi di Napoli%p.centola@email.it +1460%12/30/1992%CERIELLO%GIOVANNI%VIA L. da VINCI, 1%84020%LAVIANO%SA%4/27/1968%LAVIANO%SA%10/27/1992%Firenze%Farmacia%1992%Università degli Studi di Firenze% +1488%12/16/1993%CERINO%ANNA%Via Donato Somma,4%84100%Salerno%SA%4/24/1957%SALERNO%SA%7/22/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli% +1617%1/21/1997%CERNUZIO%GIUSEPPE%Via Luigi Guerrasio, 52%84083%Castel San Giorgio%SA%3/11/1970%NAPOLI%NA%10/30/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli%farmaciacernuzio@virgilio.it +725%11/12/1968%CERNUZIO%VITTORIO%Via Luigi Guerrasio, 52%84083%Castel San Giorgio%SA%9/21/1934%CUTRO%KR%11/17/1966%Napoli%Farmacia%1967%Università degli Studi di Napoli% +2034%7/28/2003%CERONE%NICOLA%VIA CAGLIARI, 12%84091%BATTIPAGLIA%SA%8/12/1976%VALLO DELLA LUCANIA%SA%3/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%medidenta@tiscalinet.it +2093%1/19/2004%CERRA%ADALGISA%VIA VITOLI%84090%CASTIGLIONE DEL GENOVESI%SA%7/1/1974%SALERNO%SA%10/30/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%adalgisa.cerra@alice.it +1061%6/25/1981%CERRATO%RAFFAELE%Via Madonna Di Fatima,182%84100%Salerno%SA%2/7/1956%FISCIANO%SA%3/31/1981%Napoli%Farmacia%1981%Università degli Studi di Napoli%cerraf@alice.it +2333%1/16/2006%CERRONE%MARIANTONINA%VIA SS91 CAMALDOLI, 7%84022%CAMPAGNA%SA%1/8/1978%EBOLI%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%avvoluca@tiscali.it +1342%2/3/1989%CETRANGOLO%TATJANA%P.Za T.Gaza%84070%San Giovanni A Piro%SA%10/3/1957%SAN GIOVANNI A PIRO%SA%6/30/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli% +1493%12/30/1993%CHIANCONE%GERARDINA%Via Mario Iannelli, 14%84122%Salerno%SA%5/29/1965%SALERNO%SA%7/5/1993%Napoli%Farmacia%1993%Università degli Studi di Napoli%gerichiancone@tiscali.it +2252%3/30/2005%CHIOLA%MARCELLO%VIA ROBERTO SANTAMARIA,100%84100%SALERNO%SA%11/2/1980%SALERNO%SA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +2373%2/13/2006%CHIRICO%FERDINANDO%VIA BONOPRA, 3%84052%CERASO%SA%1/10/1973%VALLO DELLA LUCANIA%SA%11/10/2004%NAPOLI%Chimica e tecn. farmaceutica%2004%Università degli Studi di Napoli%chferdi@libero.it +1005%9/27/1979%CHRISTODOULOU%MARIA%P.Za S.Rocco%84070%San Giovanni A Piro%SA%2/9/1948%NEA SELEKIA%EE%12/16/1976%Pisa%Farmacia%1977%Università degli Studi di Pisa% +1870%6/7/2001%CIANCIA%ELEONORA%1^ Traversa Veneto,1%84010%San Marzano Sul Sarno%SA%12/18/1975%NOCERA INFERIORE%SA%3/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%eleonoraciancia@inwind.it +1399%12/29/1990%CIANFRONE%SERGIO%Via Selva, 61%84043%Agropoli%SA%9/25/1956%AGROPOLI%SA%7/24/1990%Napoli%Farmacia%1990%Università degli Studi di Napoli%sergio_cianfrone@libero.it +2162%7/5/2004%CIAO%GIAMPAOLO%CONTRADA S.ANDREA P.CO DELLE ROSE%84025%Eboli%SA%4/27/1956%SALERNO%SA%12/19/1980%Napoli%Farmacia%1981%Università degli Studi di Napoli%giampy562004@yahoo.it +2173%10/11/2004%CICIRETTI%PIETRO%VIA ALDO MORO,26%83013%MERCOGLIANO%AV%4/21/1978%AVELLINO%%3/30/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +1316%9/20/1988%CILLO%MARIAROSARIA CARMELA%Via G.De Falco,7%84100%Salerno%SA%7/11/1964%BAGNOLI IRPINO%AV%3/24/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli%mariarosariacillo@aslsa3.com +1611%1/21/1997%CIMMELLI%RENATO%Via Nazionale,389%84015%Nocera Superiore%SA%5/18/1967%NOCERA INFERIORE%SA%10/30/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli% +2364%2/13/2006%CINGOLO%GIOVANNA%VIA NINO BIXIO, 2%84092%BELLIZZI%SA%8/29/1981%SALERNO%SA%10/29/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%dankd81@libero.it +1473%5/27/1993%CIOFFI%BIANCA%Via Indipendenza, 16%84100%Salerno%SA%5/2/1968%ROCCAPIEMONTE%SA%3/6/1993%Urbino%Farmacia%1993%Università degli Studi di Urbino%farm.cioffi@tiscali.it +1799%7/11/2000%CITERA%FRANCESCA%Largo S. Pietro a Corte, 7%84121%Salerno%SA%7/6/1974%SALERNO%SA%4/10/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno%f.citera@virgilio.it +682%7/2/1966%CIVALE%SALVATORE%Via CESARANO, 121%84016%PAGANI%SA%1/12/1941%PAGANI%SA%3/1/1966%Napoli%Farmacia%1966%Università degli Studi di Napoli%farmaciacivale@libero.it +2399%7/10/2006%CIVALE%MARIACONCETTA%VIA TRAMONTANO P.CO VERDE, 66%84016%PAGANI%SA%3/4/1981%NOCERA INFERIORE%SA%7/22/2005%SALERNO%Farmacia%2006%Università degli Studi di Salerno%mariaconcettacivale@libero.it +1643%6/4/1997%CIVALE%CAROLINA%Via Cesarano, 154%84016%Pagani%SA%3/3/1973%PAGANI%%3/20/1997%Salerno%Farmacia%1997%Università degli Studi di Salerno%carolcivale@libero.it +1691%6/16/1998%CIVALE%MARIASTELLA%Via Cesarano,121%84016%Pagani%SA%4/16/1974%PAGANI%SA%4/3/1998%Salerno%Farmacia%1998%Università degli Studi di Salerno%123stellac@libero.it +916%9/28/1976%CLEMENTE%PALMIRO%Via m.Spina, 12%84030%Monte San Giacomo%SA%7/2/1950%MONTE SAN GIACOMO%SA%4/7/1976%Pisa%Farmacia%1976%Università degli Studi di Pisa%farmaciaclemente1@virgilio.it +1506%3/15/1994%CLEMENTE%VINCENZO%C.da Mocchie, snc%84073%Sapri%SA%1/25/1963%MONTE SAN GIACOMO%SA%11/4/1993%Pisa%Farmacia%1993%Università degli Studi di Pisa% +2031%7/28/2003%CLEMENTE%GIUSEPPINA%VIA D'ALLORA,19%84133%SALERNO%SA%12/7/1974%SALERNO%SA%3/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%giuseppinaclemente@hotmail.com +2172%10/11/2004%COBELLIS%FRANCESCO%VIA TORRETTA,15%84070%SAN MAURO CILENTO%NA%11/16/1977%NAPOLI%NA%7/2/2001%NAPOLI%Farmacia%2001%Università degli Studi di Napoli%fcobs@libero.it +2240%2/14/2005%CODA%ANNALISA%VIA GUIDO RENI, 3/E - LOC. PICHINI%12%GUIDONIA MONTECELIO%RM%9/15/1973%LAGONEGRO%PZ%3/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%annalisacoda@virgilio.it +647%8/3/1964%COLUCCI%BENITO%Via Arce, 76%84100%Salerno%SA%2/19/1936%BARAGIANO%PZ%11/22/1963%Napoli%Farmacia%1964%Università degli Studi di Napoli% +1491%12/30/1993%COLUCCI%ROSANNA%Via Arce, 76%84122%Salerno%SA%8/5/1965%BARAGIANO%PZ%10/28/1993%Napoli%Farmacia%1993%Università degli Studi di Napoli% +2409%7/10/2006%COLUCCI%ANTONELLA%VIA ARCE,122%84122%SALERNO%SA%6/1/1968%BARAGIANO%PZ%12/19/2005%SALERNO%Farmacia%2006%Università degli Studi di Salerno% +2037%7/28/2003%COMUNALE%DIEGO%VIA MAZZINI,36%84069%ROCCADASPIDE%SA%10/7/1977%SALERNO%SA%12/19/2002%NAPOLI%Chimica e tecn. farmaceutica%2003%Università degli Studi di Napoli%diegocomunale@yahoo.it +1450%6/18/1992%CONFALONE%SALVATORE%Via Capitolo, 1%84016%Maiori%SA%11/10/1964%NAPOLI%NA%11/19/1991%Napoli%Farmacia%1992%Università degli Studi di Napoli%salvatoreconfalone@hotmail.it +1439%2/13/1992%CONFORTI%MARIA CARMEN%VIALE DEGLI ARANCI, 14/A SC. A - P. 1 - INT. 4%84134%Salerno%SA%10/18/1967%SALERNO%SA%7/16/1991%Roma%Farmacia%1991%Università degli Studi di Napoli%carmenconforti@alice.it +1595%6/14/1996%CONFORTI%MICHELE%Via Panoramica, 33 a34%84100%Salerno%SA%10/29/1966%SALERNO%SA%3/12/1996%Ferrara%Farmacia%1996%Università degli Studi di Ferrara% +1898%1/14/2002%CONSIGLIO%GRAZIA%Via G.B. Amendola, 33%84129%Salerno%SA%8/14/1978%SALERNO%SA%10/15/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%giampiero.pagano@telecomitalia.it +952%1/9/1978%CONTALDI%GERARDO%P.Za Cappella,1%84016%Pagani%SA%9/1/1953%PAGANI%SA%7/1/1977%Napoli%Farmacia%1977%Università degli Studi di Napoli%contaldichem@libero.it +649%1/22/1965%CONTALDI%FILOMENA%Via Carmine,24%84016%Pagani%SA%10/19/1940%PAGANI%SA%7/11/1964%Napoli%Farmacia%1964%Università degli Studi di Napoli% +1938%7/9/2002%CONTALDI%MARIKA%Via Cesina,76%84010%San Valentino Torio%SA%1/20/1979%NOCERA INFERIORE%SA%5/20/2002%Napoli%Farmacia%2002%Università degli Studi di Napoli% +2303%7/19/2005%CONTALDI%SILVIA%VIA CARMINE, 12%84016%PAGANI%SA%6/5/1981%NOCERA INFERIORE%SA%3/30/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%silviacontaldi@hotmail.it +965%5/29/1978%CONTE%MARCELLO%C.So Umberto,43%84010%Cetara%SA%1/22/1955%SALERNO%SA%3/20/1978%Napoli%Farmacia%1978%Università degli Studi di Napoli%farmacia.conte@tiscali.it +2074%1/19/2004%CONTE%GIOVANNA%VIA SAN VINCENZO,1%84010%SAN VALENTINO TORIO%SA%6/12/1977%SAN VALENTINO TORIO%SA%10/30/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%giovanna.conte@libero.it +1307%6/30/1988%COPPOLA%SERAFINA%Via Sestrieri,7%84100%Salerno%SA%1/13/1962%SAN GIORGIO A CREMANO%NA%3/25/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli% +842%1/11/1974%COPPOLA%PIETRO ANIELLO%Via S.Vito,1%84059%Camerota%SA%1/1/1948%VALLO DELLA LUCANIA%SA%7/19/1972%Napoli%Farmacia%1972%Università degli Studi di Napoli% +717%5/10/1968%COPPOLA%MARIA SAVERIA%Via L.Cacciatore%84085%Mercato San Severino%SA%4/6/1944%PAGANI%%3/9/1968%Napoli%Farmacia%1968%Università degli Studi di Napoli%farmacia.laudati@tiscali.it +2061%1/19/2004%COPPOLA%MASSIMILIANO%VIA BOLIVAR 41%84059%MARINA DI CAMEROTA%SA%4/10/1977%SALERNO%SA%7/25/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +998%6/29/1979%CORALLO%RAFFAELE%Via Astuti,121%84014%Nocera Inferiore%SA%9/21/1950%NOCERA INFERIORE%SA%3/21/1979%Napoli%Farmacia%1979%Università degli Studi di Napoli% +1903%1/14/2002%CORALLUZZO%ANNALISA%Via Valentino Fortunato, 23/b%84095%Giffoni Valle Piana%SA%11/6/1975%EBOLI%SA%3/21/2000%Napoli%Chimica e tecn. farmaceutica%2000%Università degli Studi di Napoli%annalisa.coralluzzo@tin.it +2176%11/4/2004%CORAGGIO%LORENZO%VIA GERARDO CORRADO, 1%84078%VALLO DELLA LUCANIA%SA%8/22/1975%VALLO DELLA LUCANIA%SA%7/9/2003%NAPOLI%Chimica e tecn. farmaceutica%2003%Università degli Studi di Napoli%l.coraggio@chiesigroop.com +1097%12/30/1982%CORRADO%FRANCESCO%Via Sodano, 33%84087%Sarno%SA%1/5/1960%SALERNO%SA%10/28/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli%farmaciacorrado@farmacia.it +1374%12/31/1989%CORRADO%ANTONELLA%Via G.Sodano,29%84087%Sarno%SA%3/23/1961%SALERNO%SA%10/26/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli% +1099%12/30/1982%COSENTINO%SERGIO%Via M.Pironti,1/h-P.co Rose%84134%Salerno%SA%1/26/1957%BATTIPAGLIA%SA%10/29/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli%sergiocosentino@aliceposta.it +389%5/30/1953%COSTABILE%CLARA%Via Alberto Pirro, 12%84100%Salerno%SA%6/27/1921%GIFFONI VALLE PIANA%SA%7/29/1949%Napoli%Farmacia%1949%Università degli Studi di Napoli% +1008%1/17/1980%COSTABILE%ANTONIO%Via Indipendenza, 38%84100%Salerno%SA%9/25/1953%SALERNO%%7/5/1979%Napoli%Farmacia%1979%Università degli Studi di Napoli%antonellocostabile@virgilio.it +859%12/5/1974%COSTABILE%ANTONIO%Via Posidonia,271%84128%Salerno%SA%11/19/1950%SALERNO%%11/7/1974%Napoli%Farmacia%1974%Università degli Studi di Napoli% +966%5/29/1978%COSTABILE%MIRELLA%Via Costiera Amalfitana,16%84019%Vietri Sul Mare%SA%6/25/1953%VIETRI SUL MARE%SA%12/13/1977%Napoli%Farmacia%1978%Università degli Studi di Napoli%mirellacostabile@tiscali.it +2238%2/14/2005%COSTABILE%PIETRO%VIA GIOVANNI BASSI,3%84013%CAVA DEI TIRRENI%SA%4/3/1955%VIETRI SUL MARE%SA%3/30/2001%SALERNO%Farmacia%2001%Università degli Studi di Salerno%pietrocostabile@virgilio.it +896%1/17/1976%COSTABILE%ANTONIO%Via Ripa,10%84100%Salerno%SA%3/1/1947%VIETRI SUL MARE%SA%11/3/1975%Napoli%Farmacia%1975%Università degli Studi di Napoli% +1145%1/20/1984%COSTANTINO%MARIO%Via Della Libertà, 47%84091%Battipaglia%SA%3/23/1956%CASTELCIVITA%SA%6/29/1983%Napoli%Farmacia%1983%Università degli Studi di Napoli% +2077%1/19/2004%COSTANZO%ILARIA%VIA ENRICO MOSCATI,5%84134%SALERNO%SA%3/25/1980%SALERNO%SA%10/15/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%ilaria.costanzo@email.it +844%1/29/1974%COVIELLO%GIOVANNI%Parco Aranci,16%84100%Salerno%SA%4/13/1948%SALERNO%%11/8/1972%Pavia%Chimica e tecn. farmaceutica%1973%Università degli Studi di Pavia% +2289%7/1/2005%COVINO%ROSANNA%VIA E. BERLINGUER, 5%84081%BARONISSI%SA%7/24/1975%FAIDO (SVIZZERA)%EE%3/29/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%covino.rosanna@libero.it +2424%9/4/2006%COZZA%FRANCESCA%VIA UMBERTO I°%84030%SANZA%SA%9/15/1980%POLLA%SA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno% +2216%1/24/2005%CRESCENZO%SARA%VIA PIRONTI,1 PARCO DELLEL ROSE-scala H%84134%SALERNO%SA%8/5/1978%SARNO%SA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%sara.crescenzo@alice.it +1127%9/15/1983%COZZITORTO%ERNESTA WILMA ANNAMA%Via Piedimonte%84014%Nocera Inferiore%SA%11/28/1958%SAN BASILE%CS%3/22/1983%Napoli%Farmacia%1983%Università degli Studi di Napoli% +1494%1/25/1994%CRESCIBENE%ALFREDO%Via G.Giuliani 29%84069%Roccadaspide%SA%8/13/1969%SALERNO%SA%10/28/1993%Napoli%Farmacia%1993%Università degli Studi di Napoli% +970%5/29/1978%CRISCUOLO%FRANCESCO%Via Filippo Dentice D'accadia, 49%84014%Nocera Inferiore%SA%1/30/1954%NOCERA INFERIORE%SA%3/21/1978%Napoli%Farmacia%1978%Università degli Studi di Napoli%farmacia.criscuolo@tele2.it +1482%6/30/1993%CRISCUOLO%CARMELA%Via della resistenza Tarv. Pagano 7b%84018%Scafati%SA%3/1/1962%NAPOLI%NA%10/30/1984%Napoli%Farmacia%1984%Università degli Studi di Napoli% +1510%5/26/1994%CRISTINZIANO%ADRIANO%VIA BUCCINO, 32%84018%Scafati%SA%7/8/1969%CASTELLAMMARE DI STABIA%NA%3/24/1994%Napoli%Farmacia%1994%Università degli Studi di Napoli%thewinners@libero.it +1266%7/22/1987%CRISTINZIANO%SILVESTRO%Via E.Fermi,4%84018%Scafati%SA%1/1/1957%CASOLA%NA%3/28/1987%Bari%Farmacia%1987%Università degli Studi di Bari% +2193%1/13/2005%CRISTOFANO%FLAVIA%VIA MICHELE PIRONTI 1/L%84134%SALERNO%SA%12/11/1978%SALERNO%SA%7/27/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%flaviacristofano@cocco82.net +808%12/28/1972%CRISTOFANO%ANTONIO%Via Michele Pironti, 1/L%84134%Salerno%SA%11/10/1948%CAVA DEI TIRRENI%SA%11/10/1972%Napoli%Farmacia%1972%Università degli Studi di Napoli%farmaciacristofano@cocco82.net +1142%12/28/1983%CUBICCIOTTO%ALFONSO%VIA LA MENNOLELLA, 76%84100%Salerno%SA%2/27/1959%CAMPAGNA%SA%11/11/1983%Siena%Farmacia%1983%Università degli Studi di Siena%cubialfa@libero.it +2021%5/13/2003%CUDA%MICHELE%CORSO ELEA,122%84058%ASCEA%SA%3/21/1970%SALERNO%SA%11/11/2002%SALERNO%Farmacia%2002%Università degli Studi di Salerno% +2123%3/22/2004%CUOCO%MARGHERITA%VIA CARLO LIBERTI, 3%84132%SALERNO%SA%2/15/1979%SALERNO%SA%3/30/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%margherita.cuoco@alice.it +1251%6/18/1987%CURCIO%CARMINE ANTONIO%VIA G. PLATEARIO, 2%84132%SALERNO%SA%6/22/1957%CAPOSELE%AV%7/24/1984%Napoli%Farmacia%1984%Università degli Studi di Napoli%carmineantonio.curcio@tin.it +604%10/31/1961%D'ACQUISTO%GIUSEPPE%Via Indipendenza, 69%84051%Centola%SA%10/20/1930%CENTOLA%SA%11/26/1959%Napoli%Farmacia%1960%Università degli Studi di Napoli% +1629%2/4/1997%D'ACUNTO%GIOVANNA%VIA CENTRALE, 77%84024%CONTURSI%SA%4/3/1968%EBOLI%SA%10/29/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli%maurodan@alice.it +1854%5/25/2001%D'AGOSTINO%VALENTINA%VIA RAFFAELE CAPONE, 2%84125%Salerno%SA%2/19/1976%SALERNO%SA%1/25/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%gemellisrl@virgilio.it +1912%1/14/2002%CUZZOLINO%ANTONELLA%Via Stritto, 10/B%84020%San Gregorio Magno%SA%8/26/1973%OLIVETO CITRA%SA%10/15/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%a.cuzzolino@alice.it +1103%2/24/1983%D'AGOSTO%FATIMA%Via DELLE AZALEE,26%58%SANTA MARINELLA%RM%11/14/1957%CARACAS%EE%10/28/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli%fatimadagosto@tiscali.it +1029%6/24/1980%D'ALESSANDRO%GERARDO%Via Canger, 3%84014%Nocera Inferiore%SA%3/15/1945%NOCERA INFERIORE%SA%3/24/1980%Napoli%Farmacia%1980%Università degli Studi di Napoli% +2002%2/11/2003%D'ALESSANDRO%GILBERTO%Via Godelmo,58 B%84036%Sala Consilina%SA%6/30/1975%POLLA%SA%12/19/2001%Salerno%Farmacia%2002%Università degli Studi di Salerno%gilberto.dalessandro@tiscali.it +2064%1/19/2004%D'ALESSIO%RAFFAELLA%VIA CROCE,9%83029%SOLOFRA%AV%2/14/1976%AVELLINO%AV%7/25/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +543%10/29/1958%D'ALESSIO%ANGELA%C.so Umberto I°, 21%84030%San Pietro Al Tanagro%SA%9/13/1928%SAN PIETRO AL TANAGRO%SA%7/16/1958%Napoli%Farmacia%1958%Università degli Studi di Napoli% +1772%4/4/2000%D'ALESSIO%ANNA%Contrada Fiano,168%84014%Nocera Inferiore%SA%7/26/1972%NOCERA INFERIORE%SA%1/19/1998%Napoli%Chimica e tecn. farmaceutica%1998%Università degli Studi di Napoli%anna-dalessio@libero.it +1647%6/4/1997%D'ALESSIO%PAOLA%Via Zammarelli,3%84127%Salerno%SA%6/23/1972%POLLA%SA%3/20/1997%Salerno%Farmacia%1997%Università degli Studi di Salerno%dipaolina@libero.it +1650%6/19/1997%D'ALESSIO%SAVERIO%VIA ATZORI, 6/A%84014%Nocera Inferiore%SA%4/24/1967%NOCERA INFERIORE%SA%3/25/1997%Napoli%Farmacia%1997%Università degli Studi di Napoli% +1931%4/23/2002%D'AMATO%DOMENICA%Via Valle Mauro,3%84036%Sala Consilina%SA%9/23/1975%POLLA%SA%6/27/2000%Napoli%Chimica e tecn. farmaceutica%2001%Università degli Studi di Napoli%fabiotonti@hotmail.com +814%2/10/1973%D'AMATO%GIUSEPPE%Via Roma,12%84021%Buccino%SA%12/25/1940%SASSARI%SS%11/15/1971%Roma%Farmacia%1971%Università degli Studi di Roma%mozartchopin@libero.it +1435%12/30/1991%D'AMATO%MARZIO%C.So Diaz%84085%Mercato San Severino%SA%2/23/1961%NAPOLI%NA%10/31/1991%Napoli%Farmacia%1991%Università degli Studi di Napoli%farmdam@tin.it +2211%1/13/2005%D'AMATO%ALMA%VIA VITTIME DEL 16/9/43, N.30%84031%BUCCINO%SA%9/22/1979%AVELLINO%AV%10/27/2004%SIENA%Farmacia%2004%Università degli Studi di Siena% +1901%1/14/2002%D'AMBROSIO%NICOLA%C.So Vitt.Emanuele,143%84100%Salerno%SA%7/2/1970%SALERNO%SA%11/15/2001%Urbino%Farmacia%2001%Università degli Studi di Urbino% nickdambry@alice.it +1782%5/30/2000%D'AMBROSIO%MARIA%C.So Vitt.Emanuele,143%84100%Salerno%SA%1/4/1973%SALERNO%SA%3/16/2000%Urbino%Farmacia%2000%Università degli Studi di Urbino% +742%7/11/1969%D'AMELIO%MICHELE%C.so Garibaldi, 37%84073%Sapri%SA%5/14/1938%MONTEMILONE%PZ%12/7/1967%Urbino%Farmacia%1968%Università degli Studi di Urbino% +1505%3/15/1994%D'AMICO%RAFFAELE%Via della Massicella,58%84035%Polla%SA%4/13/1964%POLLA%SA%11/4/1993%Firenze%Farmacia%1993%Università degli Studi di Firenze% +2360%1/26/2006%D'AMICO%ELISABETTA%VIA O.COSTABILE,28%84019%VIETRI SUL MARE%SA%1/21/1981%SALERNO%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%lisadam81@virgilio.it +1725%5/25/1999%D'AMORE%AGOSTINO%Via I. Gabola, 8%84014%Nocera Inferiore%SA%3/22/1973%SALERNO%SA%4/9/1999%Salerno%Farmacia%1999%Università degli Studi di Salerno%farmacia.damore@libero.it +694%2/9/1967%D'AMORE%CELESTINO%Via 1° Trav. Via Napoli, 6%84014%Nocera Inferiore%SA%10/25/1938%SALERNO%SA%7/9/1965%Napoli%Farmacia%1966%Università degli Studi di Napoli%farmacia.damore@libero.it +975%6/22/1978%D'AMORE%ROSA%Via Roma, 21%84088%Siano%SA%9/7/1945%ROCCAPIEMONTE%%3/13/1969%Napoli%Farmacia%1969%Università degli Studi di Napoli%milla.74@virgilio.it +1652%6/19/1997%D'AMORE%ROSANNA%Via Dentice D'accadia,63%84014%Nocera Inferiore%SA%7/26/1969%SALERNO%SA%3/26/1997%Napoli%Farmacia%1997%Università degli Studi di Napoli%farmacia.damore@libero.it +1904%1/14/2002%D'ANGELO%MARA%Via Serg.Alceo Marolda,7%84024%Contursi%SA%7/12/1974%SALERNO%SA%7/26/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno% +1535%1/26/1995%D'ANGIOLILLO%DANIELA%Via Velina, 8%84040%Castelnuovo Cilento%SA%9/6/1965%ASCEA%SA%7/22/1994%Napoli%Farmacia%1994%Università degli Studi di Napoli%dangi65@tiscali.it +1758%1/11/2000%D'ANIELLO%FILOMENA%Via Nicola Bruni Grimaldi,100%84014%Nocera Inferiore%SA%2/16/1975%NOCERA INFERIORE%SA%1/18/1999%Napoli%Chimica e tecn. farmaceutica%1999%Università degli Studi di Napoli%daniellomena@libero.it +2357%1/26/2006%D'ANTUONO%LAURA%VIA STABIA,39%84012%ANGRI%SA%3/12/1982%NOCERA INFERIORE%SA%10/28/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%laura.dantuono@libero.it +1868%6/7/2001%D'ARCO%MARIA%Via Gen. Nastri, 55%84084%Fisciano%SA%3/17/1969%ROCCAPIEMONTE%SA%3/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%mariadarco@tiscali.it +2421%9/4/2006%D'AURIA%ALESSANDRA%C.SO VITT.EMANUELE,99%84010%MINORI%SA%11/15/1981%SALERNO%SA%3/28/2006%NAPOLI%Farmacia%2006%Università degli Studi di Napoli% +1191%7/18/1985%D'AURIA%ANNAMARIA%Via Croce%84038%Sassano%SA%10/30/1952%TARANTO%TA%11/5/1976%Siena%Farmacia%1977%Università degli Studi di Siena% +1834%1/22/2001%D'AURIA%MARTA%VIA PAGANINI, 22%84091%Battipaglia%SA%8/20/1975%SALERNO%SA%10/30/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno%martadauria@yahoo.it +2319%1/16/2006%D'AURIA%ANNALISA%VIALE DEL BOSCO,22%84134%SALERNO%SA%7/3/1976%SALERNO%SA%10/28/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno% +901%2/3/1976%D'AURIA%PASQUALE%VIA S.S. 88, 56%84084%FISCIANO%SA%1/11/1951%FISCIANO%SA%7/15/1975%Napoli%Farmacia%1975%Università degli Studi di Napoli%farmdauria@tiscali.it +1483%6/30/1993%D'ELIA%MARIA%VIA PETROSE, 12%84077%TORRE ORSAIA%SA%10/19/1968%POLLA%SA%2/25/1993%Napoli%Farmacia%1993%Università degli Studi di Napoli%maria_delia@merck.com +1146%1/20/1984%D'ELIA%ANNA AGNESE%Via Garda,2%84091%Battipaglia%SA%3/8/1955%TEGGIANO%SA%10/28/1983%Napoli%Farmacia%1983%Università degli Studi di Napoli% +1479%6/16/1993%D'ONGHIA%GIUSEPPINA%VIA NIZZA, 134%84124%SALERNO%SA%2/11/1961%TARANTO%%7/25/1992%Bari%Farmacia%1992%Università degli Studi di Bari%farmaciacartolano@libero.it +1333%1/19/1989%D'URSO%LUIGI%Via L.Guercio,197%84100%Salerno%SA%9/6/1965%SALERNO%SA%10/26/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli%luigdurs@tin.it +600%5/9/1961%D'URSO%ANTONIO%VIA VALERIO LASPRO, 59%84126%SALERNO%SA%1/1/1932%SOLOFRA%AV%12/7/1960%Napoli%Farmacia%1961%Università degli Studi di Napoli%farmaciadurso@libero.it +1370%12/29/1989%D'URSO%STEFANIA%Via P.Grisignano,4%84100%Salerno%SA%3/18/1963%SOLOFRA%AV%6/30/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli% +1265%7/22/1987%D'URSO%ROSSANA%Via Seripando,8%84100%Salerno%SA%4/24/1963%SALERNO%SA%12/16/1986%Napoli%Farmacia%1987%Università degli Studi di Napoli%rossanadurso@libero.it +2317%12/30/2005%D'URSO%ANTONIO%VIA DELLE VIGNE DUE,6%83029%SOLOFRA%AV%5/9/1975%SOLOFRA%AV%10/15/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%antonio.durso@katamail.com +1472%5/27/1993%D'URSO%RAFFAELE%Via P.Grisignano,4%84100%Salerno%SA%7/6/1966%AVELLINO%AV%7/16/1992%Roma%Farmacia%1992%Università degli Studi di Napoli%raffaeledurso@tiscali.it +1124%6/30/1983%DAINOTTI%CRISTINA%VIA STAZIONE,9%84043%Agropoli%SA%2/23/1957%MILANO%MI%12/10/1982%Napoli%Farmacia%1983%Università degli Studi di Napoli% +912%5/26/1976%DE ANGELIS%DOMENICO%VIA MARCELLO, 14/B%84085%MERCATO SAN SEVERINO%SA%5/25/1945%ROCCAPIEMONTE%SA%3/29/1976%Napoli%Farmacia%1976%Università degli Studi di Napoli% +1544%1/26/1995%DE ANGELIS%ALFONSO%Via G.Iovane 52 Bis%84014%Nocera Inferiore%SA%4/27/1966%NOCERA INFERIORE%SA%10/27/1994%Napoli%Farmacia%1994%Università degli Studi di Napoli% +2201%1/13/2005%DE ANGELIS%GIUSEPPE%VIA MARCELLO,14/B%84085%MERCATO SAN SEVERINO%SA%1/16/1978%SALERNO%SA%10/15/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%giudeangelis1978@libero.it +1604%7/30/1996%DE ANGELIS%ANNA RITA%Via G.Iovane,52 Bis%84014%Nocera Inferiore%SA%4/27/1969%NOCERA INFERIORE%SA%3/28/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli% +1933%6/19/2002%DE BELLIS%ANTONIO%TRAVERSA ABBRO, snc%84013%CAVA DE' TIRRENI%SA%9/15/1975%SALERNO%%7/25/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno% +1456%7/7/1992%DE BIASI%MARIACIRA%Via FRANCESCO NAVA,27%20159%MILANO%MI%7/13/1967%PORTICI%NA%2/28/1992%Napoli%Farmacia%1992%Università degli Studi di Napoli% +1415%2/8/1991%DE BONIS%ANNA MARIA%Via Marcello, 2/6%84085%Mercato San Severino%SA%10/20/1962%POTENZA%PZ%11/3/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli%vincenzo.iuliano@tin.it +1044%1/29/1981%DE CARO%LUCIA%Via P.Grisignano,22%84100%Salerno%SA%4/15/1956%SALERNO%%11/7/1980%Napoli%Farmacia%1980%Università degli Studi di Napoli% +2057%1/19/2004%DE CARO%PAOLA%VIA SAN CATALDO,3%84025%EBOLI%SA%6/28/1979%EBOLI%SA%7/25/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%paoladecaro@tele2.it +1789%6/13/2000%DE CHIARA%GIOVANNI%VIA Sarno-Striano, 76%84087%SARNO%SA%6/28/1973%SALERNO%%4/10/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno%raffaella89.pierri@libero.it +994%6/13/1979%de CHIARA%SILVIA%Via Tramontano,24%84014%Nocera Inferiore%SA%3/3/1954%AVERSA%CE%11/5/1976%Napoli%Farmacia%1976%Università degli Studi di Napoli%farmaciamannadechiara@virgilio.it +770%2/6/1971%DE FEO%FLORIGI%Via Nazionale,205%84040%Capaccio Scalo%SA%8/16/1943%RUTINO%SA%11/13/1970%Napoli%Farmacia%1970%Università degli Studi di Napoli% +2086%1/19/2004%DE FEO%GILDA%VIA MAGNA GRAECIA,622%84063%PAESTUM%SA%7/14/1980%AGROPOLI%SA%7/25/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +1916%2/11/2002%DE FEO%LUIGI%Via PORTO,19%84043%AGROPOLI%SA%10/7/1977%VALLO DELLA LUCANIA%%7/25/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno% +1704%1/13/1999%DE FEO%ROSA MARIA%Via S.Venere,30%84040%Capaccio%SA%4/1/1974%VALLO DELLA LUCANIA%SA%10/28/1998%Salerno%Farmacia%1998%Università degli Studi di Salerno% +1734%5/25/1999%DE FEO%ATTILIO%Via S.Venere,30%84063%Paestum%SA%10/29/1975%VALLO DELLA LUCANIA%SA%4/9/1999%Salerno%Farmacia%1999%Università degli Studi di Salerno% +1841%2/7/2001%DE FILIPPO%GIULIA%Via Nazario Sauro n. 14%84085%Mercato San Severino%SA%6/21/1974%SALERNO%SA%10/29/1999%Salerno%Farmacia%2001%Università degli Studi di Salerno%giulia_defili@virgilio +2394%6/1/2006%DE FILIPPO%ANTONIO%VIA TANA DELLA VOLPE,11%84044%ALBANELLA%SA%7/14/1980%ALBANELLA%SA%11/16/2005%PISA%Chimica e tecn. farmaceutica%2005%Università degli Studi di Pisa%animails@libero.it +1275%12/31/1987%de FRANCESCO%VINCENZO%Via Bosco Lucarelli, 5%84014%Nocera Inferiore%SA%6/6/1960%NOCERA INFERIORE%SA%10/29/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli% +1330%12/28/1988%de FRANCESCO%FERDINANDO MARIA%Via G.Canale,36%84014%Nocera Inferiore%SA%12/14/1966%NOCERA INFERIORE%SA%10/28/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli%fm.defrancesco@libero.it +1522%6/27/1994%DE GAETANO%ANTONIO%Via Mola,35%84010%Furore%SA%8/5/1950%BOSCOREALE%NA%10/30/1981%Napoli%Farmacia%1981%Università degli Studi di Napoli%adegaetano@virgilio.it +2388%4/26/2006%DE LISO%BARBARA%VIA MANGIAVERRI,13/g%84016%PAGANI%SA%3/2/1981%NOCERA INFERIORE%SA%7/9/2004%NAPOLI%Farmacia%2004%Università degli Studi di Napoli%b.deliso@libero.it +1852%6/25/2001%DE LUCA%SONIA%Via Alfano Bolino,22%84100%Salerno%SA%12/30/1974%SALERNO%%3/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno% +2310%10/10/2005%DE LUISE%VERONICA%VIA V.DONO,15%84127%SALERNO%SA%2/15/1975%SALERNO%SA%7/12/2004%NAPOLI%Chimica e tecn. farmaceutica%2004%Università degli Studi di Napoli%veronica.deluise@virgilio.it +765%1/16/1971%DE MAFFUTIIS%MICHELANGELO%Via Principi di Piemonte, 1%84031%Auletta%SA%5/26/1935%AULETTA%SA%7/15/1970%Napoli%Farmacia%1970%Università degli Studi di Napoli%fciaauletta@tiscali.it +1733%5/25/1999%DE MARTINO%FRANCESCO%Via Luigi Guercio,191%84100%Salerno%SA%12/26/1970%SALERNO%SA%1/20/1999%Napoli%Farmacia%1999%Università degli Studi di Napoli% +1913%1/14/2002%DE MARTINO%LAURA%Via La Mennolella,49%84100%Salerno%SA%3/19/1978%SALERNO%SA%10/15/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%ldemartino@unisa.it +2332%1/16/2006%DE MARTINO%PAOLO%VIA G.VACCA,4%84100%SALERNO%SA%2/10/1978%SALERNO%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%paolodex@yahoo.it +756%2/14/1970%DE MARTINO%CARLO%VIA TORINO, 8%84085%Mercato San Severino%SA%1/5/1944%MERCATO SAN SEVERINO%SA%7/10/1969%Napoli%Farmacia%1969%Università degli Studi di Napoli%farmaciafrezzella@tiscali.it +750%12/29/1969%DE MARTINO%CARLO%Via Provinciale,18%84049%Castiglione Dei Genovesi%SA%9/11/1929%SALERNO%SA%11/14/1969%Napoli%Farmacia%1969%Università degli Studi di Napoli%ca.demartino@tiscali.it +2070%1/19/2004%DE MARTINO%BRIGIDA%VIA BOLIVAR%84059%MARINA DI CAMEROTA%SA%2/12/1978%NAPOLI%NA%%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +2425%9/25/2006%DE NICOLA%SERENA%VIA ANGELO LERRO,6%84127%SALERNO%SA%8/29/1981%SALERNO%SA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%seredenicola@alice.it +2331%1/16/2006%DE NICOLA%PAOLA%VIA CLAUDIO GUERDILE,10%84100%SALERNO%SA%8/18/1982%SALERNO%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno% +1431%9/12/1991%DE PALMA%GABRIELLA%Via Carmine Rossi,13%84043%Agropoli%SA%1/15/1965%CAPACCIO%SA%11/14/1990%Roma%Farmacia%1991%Università degli Studi di Roma%farmacia.iasi@tiscali.it +950%1/9/1978%DE PALMA%GIULIA%Via G.Falcone,17%84047%Capaccio%SA%3/11/1955%CAPACCIO%SA%11/3/1977%Napoli%Farmacia%1977%Università degli Studi di Napoli%farmacia.iasi@tiscali.it +913%6/25/1976%DE PAOLA%LAURA%Piazza Municipio,22%84039%Teggiano%SA%1/17/1951%TEGGIANO%SA%3/29/1976%Napoli%Farmacia%1976%Università degli Studi di Napoli%farmacia-depaola@tiscali.it +2234%1/24/2005%DE PRISCO%RAFFAELE%VIA DENTICE,64%84014%NOCERA INFERIORE%SA%4/6/1979%NAPOLI%NA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%enflurano@hotmail.com +1068%12/29/1981%DE SALVO%ANTONIO%Via C. Colombo, 9%84098%Pontecagnano Faiano%SA%1/11/1955%EPISCOPIA%PZ%3/29/1979%Napoli%Farmacia%1979%Università degli Studi di Napoli%aldo.desalvo@tiscali.it +2126%4/27/2004%DE SANTIS%CAROLINA%VIA F.RICCO,6/8%84015%NOCERA SUPERIORE%SA%11/23/1953%MARZANO APPIO%CE%7/15/1975%NAPOLI%Farmacia%1975%Università degli Studi di Napoli%farmaciadesantis@virgilio.it +617%5/8/1962%DE SIMONE%GERARDA%Via Orazio,93%84010%Sant'egidio Montalbino%SA%4/8/1931%NOCERA INFERIORE%SA%11/30/1961%Napoli%Farmacia%1962%Università degli Studi di Napoli% +904%3/29/1976%DE SIMONE%RENATO%Via Guindazzi,3%80040%Pollena Trocchia%NA%3/19/1944%MONTELLA%AV%11/6/1975%Milano%Farmacia%1975%Università degli Studi di Trieste% +1653%6/19/1997%DE SIMONE%LUCIA%Via G. Matteotti, 4%84014%NOCERA INFERIORE%SA%7/13/1968%NOCERA INFERIORE%SA%3/26/1997%Napoli%Farmacia%1997%Università degli Studi di Napoli%luxdes@libero.it +1279%12/31/1987%DE VITA%MAURIZIO%Via S.S.18 Coop.Domus,31%84091%Battipaglia%SA%10/3/1958%BATTIPAGLIA%SA%11/3/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli% +2127%4/27/2004%DE VITA%ROBERTO%VIA CASA ROSA,2%84100%SALERNO%SA%2/23/1979%SALERNO%SA%7/24/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +908%5/26/1976%DE VITA%LEONARDO%Via Irno,15 - c/o F.cia San Carlo%84135%Salerno%SA%5/31/1953%SALERNO%SA%12/16/1975%Napoli%Farmacia%1976%Università degli Studi di Napoli% +668%2/26/1966%DE VITA%MARIA%Largo Tanagro, 8%84035%Polla%SA%4/18/1940%BATTIPAGLIA%SA%7/9/1965%Napoli%Farmacia%1965%Università degli Studi di Napoli%farmaciadevita@virgilio.it +2177%11/30/2004%DEL GIUDICE%RICCARDO%P.ZA DELLA CORTIGLIA,8%84068%POLLICA%SA%1/13/1966%NAPOLI%NA%1/21/1998%NAPOLI%Farmacia%1998%Università degli Studi di Napoli%tdissas120@virgilio.it +1369%12/29/1989%DEL GIORNO%GIOVANNI%Via Paolo Grisignano,4%84100%Salerno%SA%3/12/1963%BATTIPAGLIA%SA%10/26/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli%gdelgior@its.jnj.com +1433%12/30/1991%DEL MASTRO%FRANCESCO%Via San Matteo-Parco S.Andrea, A1%84090%Montecorvino Pugliano%SA%9/11/1965%SALERNO%SA%10/30/1991%Napoli%Farmacia%1991%Università degli Studi di Napoli%francesco.delmastro@alice.it +1009%1/17/1980%DEL PIZZO%VINCENZO%C.So V.Eman.P.Co S.Paolo Scala B%84010%Minori%SA%6/26/1956%MINORI%SA%11/2/1979%Napoli%Farmacia%1979%Università degli Studi di Napoli%vincenzodelpizzo@libero.it +1983%1/15/2003%DEL PRETE%TIZIANA%Viale delle Mimose, 14%84044%Albanella%SA%5/10/1977%AGROPOLI%SA%10/15/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%tiziana.dp@tiscali.it +1688%6/16/1998%DEL PRIORE%MARGHERITA%VIA PORTA CATENA, 47%84121%SALERNO%SA%7/15/1966%NAPOLI%NA%3/26/1998%Napoli%Farmacia%1998%Università degli Studi di Napoli%mgydelpriore@alice.it +1393%7/18/1990%DELL'OMO%LUIGI%Via Gallo, 80%84059%LICUSATI%SA%10/29/1955%CARDITO%NA%3/27/1984%Trieste%Farmacia%1984%Università degli Studi di Trieste%farmaciadellomo@libero.it +1618%1/21/1997%DELLA MONICA%ERNESTO%Via B.Avallone,9%84013%Cava Dei Tirreni%SA%12/16/1971%SALERNO%SA%7/24/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli% +1216%6/12/1986%DELLA MONICA%GIOVANNA%Via Gramsci, 23%84016%Nocera Superiore%SA%2/23/1959%NOCERA SUPERIORE%SA%2/24/1986%Napoli%Farmacia%1986%Università degli Studi di Napoli%giovannadellamonica@alice.it +1762%1/25/2000%DELLA MURA%ELIANA%Via Settimio Mobilio, 206%84127%Salerno%SA%3/6/1964%SALERNO%SA%7/22/1999%Napoli%Farmacia%1999%Università degli Studi di Napoli%e.dellamura@email.it +1515%6/27/1994%DELLA MONICA%ROSANNA%Via Nazionale 1 - c/o Farmacia%84010%Conca dei Marini%SA%2/28/1947%CAVA DE' TIRRENI%SA%3/5/1994%Urbino%Farmacia%1994%Università degli Studi di Urbino%farmaciadellamonica@tiscalinet.it +1949%7/29/2002%DELLA PEPA%CARMELA%Contrada Noce, 28%84060%Perdifumo%SA%7/5/1972%SALERNO%%5/14/2002%Siena%Farmacia%2002%Università degli Studi di Siena%dpcarmy@virgilio.it +1125%6/30/1983%DELLA VALLE%CLAUDIA%Via L.Cacciatore,55%84100%Salerno%SA%1/23/1960%ROMA%RM%3/22/1983%Napoli%Farmacia%1983%Università degli Studi di Napoli%contedellavalle@interfree.it +1786%5/30/2000%DELLA VISTA%ANNALISE%Via Matteo Angelo Galdi,31%84080%Pellezzano%SA%11/14/1974%SALERNO%SA%4/10/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno% +1806%9/12/2000%DENTE%ALESSANDRO%Via Tanagro,12%84100%Salerno%SA%10/10/1971%SALERNO%SA%4/10/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno% +1094%12/20/1982%DERKESHLI%AHMED MAZEN%Via Garibaldi,29%84087%Sarno%SA%8/13/1948%DAMASCO%EE%12/13/1974%Bologna%Farmacia%1975%Università degli Studi di Bologna% +2102%1/19/2004%DERKESHLI%HAIAT%CORSO VITT.EMANUELE,38%84087%SARNO%SA%8/14/1979%GRAGNANO%NA%7/11/2003%NAPOLI%Farmacia%2003%Università degli Studi di Napoli% +988%4/3/1979%DESIDERIO%ALFONSO%VIA PORTACATENA, 29%84101%Salerno%SA%3/1/1952%PAGANI%SA%3/29/1976%Napoli%Farmacia%1976%Università degli Studi di Napoli%farmadesi@alice.it +2159%7/5/2004%DESIDERIO%ALESSIO%VIA ROMA,21%84092%BELLIZZI%SA%12/29/1975%AVIGLIANA%TO%3/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%alessio.desiderio@gmail.com +1655%6/19/1997%DI BENEDETTO%SANDRA%Contr.Cioffi 267%84025%Eboli%SA%8/2/1968%BATTIPAGLIA%SA%3/26/1997%Napoli%Farmacia%1997%Università degli Studi di Napoli%matel223@inwind.it +2200%1/13/2005%DI BENEDETTO%SIMONA%VIA VITTORIO VENETO, 350 - Parco Rinascente%84013%CAVA DE' TIRRENI%SA%10/1/1979%SALERNO%SA%7/27/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%avv.gallotommaso@libero.it +1367%12/29/1989%DI CANTO%PIETRO%Via Europa, 6%84070%Trentinara%SA%2/17/1953%TRENTINARA%SA%10/27/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli% +1502%2/18/1994%DI CAPUA%NUNZIATINA%Viale Delle Querce,2%84134%Salerno%SA%9/9/1962%CAVA DE' TIRRENI%SA%6/30/1993%Urbino%Farmacia%1993%Università degli Studi di Urbino% +2389%4/26/2006%DI CARLO%GIUSEPPANTONIO%VIA 4 MARZO,33%85050%BALVANO%PZ%3/18/1976%SALERNO%SA%3/31/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%giuseppe.dc@tiscali.it +2165%8/2/2004%DI CARLO%LUCA%VIA TORRE,11%84124%SALERNO%SA%3/28/1976%OLIVETO CITRA%SA%3/30/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +1849%5/25/2001%DI CARLO%SIMONE MARIA%Via Diomede Cioffi, 22/f%84100%Salerno%SA%5/23/1977%SALERNO%SA%1/25/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%simonemariadecarlo@yahoo.it +1362%7/14/1989%DI CIANNI%FRANCESCO%P.Za Umberto I,52%84062%Olevano Sul Tusciano%SA%3/15/1963%PIAGGINE%SA%10/17/1988%Firenze%Farmacia%1989%Università degli Studi di Firenze%fradic@tiscali.it +2197%1/13/2005%DI DOMENICO%MONICA%VIA C. Consalvo loc. S. Pietro, 1%84013%CAVA DEI TIRRENI%SA%5/12/1980%SALERNO%SA%10/15/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%mondid@tiscali.it +925%2/18/1977%DI DONATO%ANDREA%VIA PRIMO MERCATO, 11%84055%Felitto%SA%3/7/1951%SALERNO%%6/20/1975%Napoli%Farmacia%1975%Università degli Studi di Napoli% +2296%7/19/2005%DI FABIO%GELSOMINA%VIA DAULI, 23%84022%CAMPAGNA%NO%7/28/1975%CAMPAGNA%SA%3/30/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%gelsominadifabio@virgilio.it +1423%6/6/1991%DI FILIPPO%PATRIZIO%Via Roma,108%84088%Siano%SA%10/17/1961%LIVORNO%LI%4/8/1991%Messina%Farmacia%1991%Università degli Studi di Messina%pirsico@tin.it +2359%1/26/2006%DI FILIPPO%SONIA%VIA GRAMSCI,32%84088%SIANO%SA%3/18/1980%NOCERA INFERIORE%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno% +1158%7/14/1984%DI FILIPPO%FORTURA TINA%Via Roma, 9/H%84015%Nocera Superiore%SA%3/4/1957%MELBOURNE%EE%3/22/1984%Napoli%Farmacia%1984%Università degli Studi di Napoli%Tidifi@fastwebnet.it +1073%12/29/1981%DI FLURI%MARIA%Via Guariglia,9%84100%Salerno%SA%8/28/1955%SAN MAURO LA BRUCA%SA%11/3/1981%Napoli%Farmacia%1981%Università degli Studi di Napoli% +432%5/26/1955%di GAETA%CORRADO%VIA S. S. MARTIRI SALERNITANI, 24%84123%Salerno%SA%10/14/1932%SALERNO%SA%12/2/1954%Napoli%Farmacia%1969%Università degli Studi di Napoli%farmaciasait@virgilio.it +1236%12/29/1986%di GAETA%OTTAVIO%Via F.Lli De Mattia, 6%84100%Salerno%SA%5/6/1962%SALERNO%SA%11/3/1986%Napoli%Farmacia%1991%Università degli Studi di Napoli%gotha95@hotmail.it +2324%1/16/2006%DI GIACOMO%RITA%VIA MONTECASINO,131 FRAZ.OGLIARA%84135%SALERNO%SA%2/5/1982%SALERNO%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%r.digiacomo@gmail.com +1264%7/22/1987%DI GIOVANNI%AMELIA%Via Breccia, 23%84135%Salerno%SA%1/6/1947%NAPOLI%NA%12/16/1986%Napoli%Farmacia%1987%Università degli Studi di Napoli% +933%6/4/1977%DI GIUDA%TERESITA%Via Delle Ginestre,48%84100%Salerno%SA%10/15/1953%CARACAS%EE%4/4/1977%Napoli%Farmacia%1977%Università degli Studi di Napoli%salerno2@consofarm.it +843%1/29/1974%DI LIETO%VINCENZA%Largo Duchi Piccolomini,10%84011%Amalfi%SA%3/7/1950%RAVELLO%SA%11/22/1973%Napoli%Farmacia%1973%Università degli Studi di Napoli%enzadl2004@libero.it +1381%5/28/1990%DI MARCO%ANGELAMARIA%Via C.Pisacane%84098%Pontecagnano Faiano%SA%1/15/1966%SALERNO%%4/9/1990%Siena%Farmacia%1990%Università degli Studi di Siena%farmaciadimarco@virgilio.it +514%5/18/1957%DI MARCO%RAFFAELE%Via C.Pisacane%84098%Pontecagnano Faiano%SA%10/12/1928%GIUNGANO%SA%3/12/1957%Napoli%Farmacia%1966%Università degli Studi di Napoli% +1481%6/30/1993%DI MARTINO%MARIA ANNA%VIA DELLA FELUCA, 19%84017%Positano%SA%11/18/1964%VICO EQUENSE%NA%2/25/1993%Napoli%Farmacia%1993%Università degli Studi di Napoli%m.dimart@virgilio.it +2245%2/14/2005%DI MATTEO%MONICA%VIA UNITA' D'ITALIA,23%84081%BARONISSI%SA%1/7/1981%SALERNO%SA%7/26/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%monikadimatteo@yahoo.it +1300%5/30/1988%DI MURIA%ALBERTO%Via Principe%84034%Padula%SA%12/24/1964%POLLA%SA%2/24/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli%dimal@vipnet.it +1886%9/26/2001%DI MURO%ADELE%Via B.Garofalo,3%84095%Giffoni Valle Piana%SA%8/13/1974%SALERNO%SA%7/23/1999%Salerno%Farmacia%2000%Università degli Studi di Salerno% +1905%1/14/2002%DI NOVELLA%DIEGO%VIA ISCHIA, 61%84038%Sassano%SA%5/26/1978%SALERNO%SA%7/2/2001%Napoli%Farmacia%2001%Università degli Studi di Napoli%diego.dinovella@tiscali.it +1837%1/22/2001%DI NOVELLA%DIEGO%Via C.Pisacane%84036%Sala Consilina%SA%7/12/1977%ROMA%RM%7/13/2000%Siena%Farmacia%2000%Università degli Studi di Siena% +2328%1/16/2006%DI PALMA%ANNA%VIA VACCARO, 85%84010%TRAMONTI%SA%2/11/1978%CAVA DE' TIRRENI%SA%10/28/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%anna-palma@live.it +1825%1/10/2001%di PALMA%ANTONELLA%Corso Mazzini, 50%84013%Cava dei Tirreni%SA%9/16/1973%SALERNO%%12/22/1999%Napoli%Chimica e tecn. farmaceutica%2000%Università degli Studi di Napoli%antomemi@libero.it +2334%1/16/2006%DI POTO%FILOMENA%VIA CODONE III^, 6%84044%ALBANELLA%SA%12/21/1980%BATTIPAGLIA%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%fdipoto@tiscali.it +533%6/10/1958%DI RUGGIERO%ANGIOLINA%Via Pio XII°, 47%84025%Eboli%SA%10/7/1933%CASTELNUOVO DI CONZA%%12/3/1957%Napoli%Farmacia%1958%Università degli Studi di Napoli% +1569%6/28/1995%DI RUOCCO%DOMENICO%Via Limonti,18%84060%Montano Antilia%SA%9/8/1954%MONTANO ANTILIA%SA%3/22/1995%Napoli%Farmacia%1995%Università degli Studi di Napoli%domenicodiruocco@virgilio.it +1925%2/27/2002%DI SANZO%PAOLA%Via Mauro,1%85048%Rotonda%PZ%10/26/1974%ROTONDA%PZ%10/15/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno% +1673%2/10/1998%DI SERIO%TATIANA%Via Quintino Di Vona,4%84100%Salerno%SA%10/12/1966%SALERNO%SA%7/24/1997%Napoli%Farmacia%1997%Università degli Studi di Napoli%info@raffaeleplaitano.it +1614%1/21/1997%DI STASIO CONTALDI%HELEN%Via MANZINI,22%84010%San Marzano Sul Sarno%SA%9/27/1973%SALERNO%SA%7/24/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli%distasio@farmaciadistasiocontaldi.191.it +1577%12/6/1995%DIGILIO%GIOVANNI%Via G. Parini, 11%84058%Pontecagnano%SA%9/24/1958%ACCETTURA%MT%3/24/1986%Napoli%Farmacia%1986%Università degli Studi di Napoli%farmaciadigilio@tiscali.it +1513%6/27/1994%DONNARUMMA%ANGELO%C.So Amendola,49%84087%Sarno%SA%4/20/1961%PALMA CAMPANIA%NA%7/20/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli%farmacia.donnarumma@tiscali.it +1024%5/30/1980%DONNARUMMA DE LUCA%RITA%Via Casa Manzo,13%84100%Salerno%SA%10/21/1957%CAVA DEI TIRRENI%%3/24/1980%Napoli%Farmacia%1980%Università degli Studi di Napoli% +1526%9/9/1994%DI STEFANO%IRACEMA%Via Municipio, 82%84045%Altavilla Silentina%SA%4/2/1963%ALTAVILLA SILENTINA%SA%12/21/1993%Napoli%Farmacia%1994%Università degli Studi di Napoli% +2065%1/19/2004%DORATO%GIOVANNA%Via Della Rinascita, 1%84020%AQUARA%SA%2/25/1980%SALERNO%SA%7/25/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%giovannadorato@libero.it +1326%12/21/1988%DOVINOLA%ANGELA%Via M.Del Monte,7%84100%Salerno%SA%10/13/1966%SALERNO%%10/26/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli%pdovino@tin.it +1814%12/28/2000%DURANTE%GABRIELLA%Via Rocco Cocchia,30%84129%Salerno%SA%5/6/1972%SALERNO%SA%10/30/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno% +1343%2/3/1989%ELBERTI%MARIA GIOVANNA%Via Martuscelli,361%84100%Salerno%SA%12/15/1963%SALERNO%SA%6/30/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli% +1539%1/26/1995%ELEFANTE%ROBERTA%Via P.Baratta,13%84091%Battipaglia%SA%6/4/1966%BATTIPAGLIA%SA%7/22/1994%Napoli%Farmacia%1994%Università degli Studi di Napoli%giorgiobove@tiscali.it +1713%2/2/1999%ELETTO%ANNAMARIA%Via Campigliano, 71%84099%San Cipriano Picentino%SA%3/29/1971%SALERNO%%7/24/1998%Salerno%Farmacia%1998%Università degli Studi di Salerno%annamariaeletto@libero.it +1462%1/21/1993%ERRA%GIANPAOLO%P.zza XXIV Maggio,21%84100%Salerno%SA%7/3/1963%SALERNO%SA%7/16/1992%Roma%Farmacia%1992%Università degli Studi di Roma%gianpaoloerra@yahoo.it +2325%1/16/2006%ERRA%ROSANNA%VIA GUGLIELMO DA RAVENNA,22%84100%SALERNO%SA%7/8/1982%SALERNO%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno% +2069%1/19/2004%ERRICHIELLO%DOMENICO%PIAZZA DEL MUNICIPIO,27%84011%AMALFI%SA%11/20/1976%POMIGLIANO D'ARCO%NA%10/31/2003%NAPOLI%Farmacia%2003%Università degli Studi di Napoli%domenicerrichiello@hotmail.com +811%12/28/1972%ERRICO%LEOPOLDO%Via Italia,16%84056%Gioi Cilento%SA%8/27/1949%GIOI%SA%11/10/1972%Napoli%Farmacia%1972%Università degli Studi di Napoli%dinoerre@inwind.it +1074%1/15/1982%ESPOSITO%SERGIO%Via Bivio Acquavella%84040%Casal Velino%SA%8/29/1957%CASAL VELINO%SA%6/24/1981%Napoli%Farmacia%1981%Università degli Studi di Napoli%sergioesposito57@libero.it +2358%1/26/2006%ESPOSITO%FILOMENA ELISA%VIA FLORENZANO,39%84100%SALERNO%SA%4/25/1980%SALERNO%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%m.vert@libero.it +2313%10/22/2005%ESPOSITO%ANTONELLA%VIA SALTIMALTI, 24%84087%SARNO%SA%8/9/1979%SARNO%SA%12/22/2004%SALERNO%Farmacia%2005%Università degli Studi di Salerno%aesposito10@inwind.it +1997%2/11/2003%ESPOSITO%PATRIZIA%Via Raffaele Mauri,126%84100%Salerno%SA%9/2/1975%NAPOLI%NA%10/15/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno% +2304%8/9/2005%ESPOSITO%GIUSEPPE%VIA SAN TOMMASO 31/A%83100%AVELLINO%AV%10/14/1980%AVELLINO%AV%7/27/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%pippofarm80@hotmail.com +1767%2/15/2000%ESPOSITO%RAFFAELE GERARDO%Via Trento,9%84085%Mercato San Severino%SA%5/20/1974%LUCCA%LU%4/9/1999%Salerno%Farmacia%2000%Università degli Studi di Salerno%esposito.r@tin.it +1480%6/30/1993%FABBRICATORE%ALESSANDRA%Via Cristoforo Colombo, 373%84100%SALERNO%SA%12/20/1967%SALERNO%SA%7/23/1992%Napoli%Farmacia%1993%Università degli Studi di Napoli%alessandra.fabbricatore@gmail.com +1253%6/18/1987%FABBRICATORE%SALVATORE%VIA S.EUSTACHIO,49%84100%Salerno%SA%5/27/1962%SALERNO%SA%2/24/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli%farmaciadarienzo@tiscali.it +472%5/2/1956%FABBRICATORE%MARIO%Via Municipio,6%84080%Pellezzano%SA%9/16/1928%BELLUNO%BL%3/8/1956%Napoli%Farmacia%1964%Università degli Studi di Napoli% +1812%12/11/2000%FABIANO%FILOMENA%Via Roma,23%84088%Siano%SA%10/29/1974%ROCCAPIEMONTE%SA%10/30/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno% +2183%1/13/2005%FABIANO%DANIELA%Via Roma,23%84088%SIANO%SA%7/25/1977%ROCCAPIEMONTE%SA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +2026%7/28/2003%FALCONE%GERARDO%VIA SAN VITO, 9%84020%VALVA%SA%9/22/1960%VALVA%SA%3/19/1990%BOLOGNA%Farmacia%1990%Università degli Studi di Bologna%gerardofalcone@alice.it +1293%1/28/1988%FALCONE%ANNA MARIA%Via Roma,30%84092%Bellizzi%SA%2/14/1963%MONTECORVINO PUGLIANO%%10/29/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli% +2084%1/19/2004%FALCONE%STEFANIA%VIA M.GUERRITORE,13%84016%PAGANI%SA%7/4/1979%NOCERA INFERIORE%SA%10/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%garofalosa@tiscali.it +1727%5/25/1999%FALCONE%MARIA ROSARIA%Via Casamare,7%84011%Amalfi%SA%6/5/1969%NAPOLI%NA%1/20/1999%Napoli%Farmacia%1999%Università degli Studi di Napoli%delcervo@inwind.it +1855%5/25/2001%FALCONE%PAOLA%Via Casamare,7%84011%Amalfi%SA%4/10/1972%NAPOLI%NA%1/31/2001%Napoli%Farmacia%2001%Università degli Studi di Napoli%delcervo@inwind.it +2168%9/9/2004%FALCONE%EMILIA%C.SO VITT.EMANUELE,121%84014%NOCERA INFERIORE%SA%5/31/1978%PAGANI%SA%7/29/2003%NAPOLI%Chimica e tecn. farmaceutica%2003%Università degli Studi di Napoli%emilia.falcone@libero.it +1635%3/3/1997%FAMULARO%DOMENICO%VIA MONCHARMONT, 23%84091%Battipaglia%SA%10/11/1964%PALOMONTE%SA%3/21/1996%Napoli%Chimica e tecn. farmaceutica%1996%Università degli Studi di Napoli%domenico.famularo@valeas.it +1256%6/18/1987%FARKAS%EVA%Via De Rosa,7- C.P.13%84016%Pagani%SA%1/10/1948%TAPOLCA%EE%3/31/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli%adesi@libero.it +2136%6/17/2004%FARRICELLA%ATTILIO%VIA SCOTELLARO,10%84025%EBOLI%SA%1/18/1980%POLLA%SA%3/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%fa.at@libero.it +1028%6/24/1980%FASANO%ROSELLA%Via Municipio%84060%Moio Della Civitella%SA%1/18/1957%MOIO DELLA CIVITELLA%SA%1/28/1980%Napoli%Farmacia%1980%Università degli Studi di Napoli% +1897%12/27/2001%FASANO%VALERIA%Via Giudaica, 32%84100%SALERNO%SA%9/5/1970%POSTIGLIONE%SA%10/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno% +1363%9/21/1989%FASANO%ORTENSIA MARIA IRENE%P.Zza Nuova Europa%84020%Ricigliano%SA%3/23/1958%VALVA%SA%2/24/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli%farmacia.fasano@tiscali.it +1176%3/8/1985%FASANO%VINCENZA%Via Prato IV, 30%84039%Teggiano%SA%5/9/1955%TEGGIANO%SA%7/18/1984%Roma%Farmacia%1984%Università degli Studi di Roma%fasanogallo.sg@libero.it +2121%3/22/2004%FASCIANO%SAVINO%VIA C.TRAMONTANO, 78%84016%PAGANI%SA%4/29/1976%MARIANO COMENSE%CO%3/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%dott.fasciano@libero.it +1401%12/29/1990%FASOLINO%RENATO%Via Bosco Lucarelli,52%84014%Nocera Inferiore%SA%8/9/1961%NOCERA INFERIORE%SA%4/6/1990%Messina%Farmacia%1990%Università degli Studi di Messina% +1089%7/22/1982%FASOLINO%ANTONIO%Via Trieste,47%84083%Castel San Giorgio%SA%9/12/1955%CASTEL SAN GIORGIO%SA%2/15/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli% +2225%1/24/2005%FAUCI%ILARIA%CORSO GAIBALDI,73%84073%SAPRI%SA%4/23/1979%MARATEA%PZ%7/26/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%ilariafauci@msn.com +1492%12/30/1993%FAVA%LOREDANA%Via R.Macchiaroli,1%84100%Salerno%SA%12/17/1963%SALERNO%SA%7/5/1993%Napoli%Farmacia%1993%Università degli Studi di Napoli%lorifai@libero.it +1302%6/30/1988%FAZIONE%ASSUNTA%VIA ROMA, 42%84016%Pagani%SA%1/29/1963%SARNO%SA%2/24/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli%camros1@hotmail.it +1902%1/14/2002%FEDERICO%PIERLUIGI%Via Abate Cuomo, 19%84018%Scafati%SA%5/24/1977%TORINO%TO%3/30/2001%Napoli%Chimica e tecn. farmaceutica%2001%Università degli Studi di Napoli%federicopierluigi@libero.it +1169%1/17/1985%FEMIA%GIUSEPPE%Via Damiano Chiesa, 75%84082%Bracigliano%SA%6/30/1959%MONTECORVINO PUGLIANO%SA%10/29/1984%Napoli%Farmacia%1984%Università degli Studi di Napoli%femia.giuseppe@email.it +1783%5/30/2000%FENZA%ANNA%Piazza XX Settembre,10/4%84085%Mercato San Severino%SA%2/13/1973%SALERNO%SA%7/23/1999%Salerno%Farmacia%2000%Università degli Studi di Salerno%anna.fenza@libero.it +2422%9/4/2006%FERNICOLA%GIUSEPPE%VALLO SCALO- VIA NAZ.LE,62%84040%CASTELNUOVO CILENTO%SA%12/28/1979%AGROPOLI%SA%2/17/2006%URBINO%Farmacia%2006%Università degli Studi di Urbino% +902%2/26/1976%FERNICOLA%AGOSTINO%Via Nazionale%84040%Castelnuovo Cilento%SA%11/20/1947%BUCCINO%SA%11/10/1972%Napoli%Farmacia%1972%Università degli Studi di Napoli% +2419%7/28/2006%FERRAIOLI%ANGELAMARIA%VIA SALICE, 4%84012%ANGRI%SA%10/15/1981%NAPOLI%NA%3/31/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%loreleii@libero.it +1424%6/6/1991%FERRAIOLO%ANDREA%Via Ss.Martiri, 66%84123%Salerno%SA%6/10/1962%SALERNO%SA%3/25/1991%Napoli%Farmacia%1991%Università degli Studi di Napoli%andrea.ferraiolo@virgilio.it +1153%2/24/1984%FERRANTE%LUCIANA%Via Siciliano,13%84014%Nocera Inferiore%SA%6/14/1957%NOCERA INFERIORE%SA%7/25/1983%Napoli%Farmacia%1983%Università degli Studi di Napoli%lucianaferrante@libero.it +2261%5/10/2005%FERRARA%ANTONELLA%VIA NICOLA PASTORE,29%84013%CAVA DEI TIRRENI%SA%3/13/1977%CAVA DE'TIRRENI%SA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%anto.ferrara77@alice.it +1471%3/18/1993%FERRANTE%NICOLA%Via Cicalese,56 Bis Vil.N.7%84014%Nocera Inferiore%SA%1/31/1963%NOCERA INFERIORE%SA%6/30/1992%Napoli%Farmacia%1992%Università degli Studi di Napoli% +2262%5/10/2005%FERRARA%EMANUELA%VIA NICOLA PASTORE,29%84013%CAVA DEI TIRRENI%SA%3/30/1980%CAVA DEI TIRRENI%SA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%emy.ferrara@alice.it +2286%7/1/2005%FERRARA%MARIAROSARIA%VIA TEN. B. LOMBARDI,128%94083%CASTEL SAN GIORGIO%SA%10/30/1978%NOCERA INFERIORE%SA%12/22/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%peppe_ferrara2003@libero.it +273%3/7/1948%FERRARA%ESTER%C.So V.Emanuele,28%84123%Salerno%SA%11/24/1920%ROCCADASPIDE%SA%12/13/1947%Napoli%Farmacia%1964%Università degli Studi di Napoli%farmaciaferrara@tin.it +2158%7/5/2004%FERRARA%ROSAMARIA%VIA ROMA,154%84092%BELLIZZI%SA%5/6/1975%SALERNO%SA%7/25/2003%SALERNO%Farmacia%2004%Università degli Studi di Salerno%dewrosamaria@hotmail.com +1592%6/14/1996%FERRARA%FILOMENA%Vico Iii^ Garibaldi,4%84034%Padula%SA%3/31/1959%POLLA%SA%4/12/1984%Bologna%Farmacia%1984%Università degli Studi di Bologna% +2149%7/5/2004%FERRARA%CLAUDIO%VIA CARPINE,3%84050%CENTOLA%SA%3/27/1975%PLETTENBERG (GERMANIA)%EE%3/29/2004%SLERNO%Farmacia%2004%Università degli Studi di Salerno% +2169%9/9/2004%FERRARA%YURI VINCENZO%VIA A.DE GASPERI, 30%84015%NOCERA SUPERIORE%SA%6/6/1975%NOCERA INFERIORE%SA%3/25/2004%NAPOLI%Chimica e tecn. farmaceutica%2004%Università degli Studi di Napoli%yuriferrara@yahoo.it +968%5/29/1978%FERRIGNO%MARIO%Via Tanagro,10%84100%Salerno%SA%12/14/1953%SALERNO%SA%3/21/1978%Napoli%Farmacia%1978%Università degli Studi di Napoli%jaco.ferri@gmail.com +1241%12/29/1986%FERRUZZI%FERDINANDO%VIA CESINE SOTTANE%84069%Roccadaspide%SA%1/15/1958%ROCCADASPIDE%SA%10/30/1986%Napoli%Farmacia%1986%Università degli Studi di Napoli%alfoffy@hotmail.it +1776%5/30/2000%FIERRO%ERNESTO%Via Gelso 12/a%84100%Salerno%SA%11/10/1973%ARONA%NO%10/29/1999%Salerno%Farmacia%1999%Università degli Studi di Salerno%ernesto.fierro@virgilio.it +1227%6/27/1986%FIERRO%ANIELLO%Via Provinciale,13%84058%Ascea%SA%6/15/1958%ASCEA%SA%6/27/1985%Napoli%Farmacia%1986%Università degli Studi di Napoli%aniellofierro@libero.it +337%5/26/1951%FIMIANI%MARIA%VIA MASCAGNI, 22%84098%Pontecagnano Faiano%SA%9/5/1928%SALVITELLE%SA%12/11/1950%Napoli%Farmacia%1969%Università degli Studi di Napoli%farmaciafimiani@virgilio.it +1888%11/7/2001%FINELLI%ANGELO%VIA SERRONI ,4%84090%GIFFONI SEI CASALI%SA%11/29/1976%SALERNO%SA%3/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%angelofinelli@virgilio.it +606%1/23/1962%FIORE%PASQUALE%Piazza Sinno,15%84126%Salerno%SA%7/26/1938%SALERNO%SA%7/14/1961%Napoli%Farmacia%1961%Università degli Studi di Napoli%farmaciafioresnc@tiscali.it +943%12/6/1977%FIORE%DOMENICO%Via Marsicanella, 63%84036%Sala Consilina%SA%11/20/1950%TEANA%PZ%11/7/1974%Napoli%Farmacia%1974%Università degli Studi di Napoli%farmaciafiore2004@libero.it +2164%8/2/2004%FIORE%ENRICO-LUIGI%VIA CARLO ALBERTO, 45%84073%SAPRI%SA%11/20/1979%POLLA%SA%3/17/2004%ROMA%Farmacia%2004%Università degli Studi di Roma%enricofiore79@libero.it +2027%7/28/2003%FIORELLO%GIUSEPPE%VIA ZURLO, 86%84012%ANGRI%SA%7/12/1978%SARNO%SA%6/9/2003%MESSINA%Farmacia%2003%Università degli Studi di Messina%giufior2000@yahoo.it +753%2/2/1970%FOCA'%ANTONIO%Via Della Repubblica%84079%Vibonati%SA%11/13/1938%CROTONE%KR%7/10/1969%Napoli%Farmacia%1969%Università degli Studi di Napoli%farmafoca@libero.it +1928%2/27/2002%FORLANO%ROSSANA%Via Don Minzoni P.Co Luisa%84025%Eboli%SA%5/15/1976%SALERNO%SA%10/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno% +1422%6/6/1991%FORMISANO%ANNA%Via Vittorio Veneto, 90%84013%Cava De' Tirreni%SA%5/14/1966%SALERNO%SA%3/26/1991%Napoli%Farmacia%1991%Università degli Studi di Napoli%paba03@libero.it +1633%2/17/1997%FORTUNATO%ALFONSO LEONZIO%Via Marconi,14%84070%Santa Marina%SA%11/4/1965%MARATEA%PZ%10/30/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli% +1541%1/26/1995%FORTUNATO%RENATO%Via F.Turati,23%84091%Battipaglia%SA%2/28/1965%SALERNO%SA%10/27/1994%Napoli%Farmacia%1994%Università degli Studi di Napoli% +1766%2/15/2000%FORTUNATO%SERGIO%Via Nicodemo Giudice, 120%84073%Sapri%SA%4/27/1965%MONTORO INFERIORE%AV%7/4/1989%Pavia%Farmacia%1989%Università degli Studi di Pavia%fortunatofarm@tiscali.it +1808%11/16/2000%FRANCICA%CANDIDO%C/o Farmacia Proto%84010%Minori%SA%7/11/1974%CATANZARO%CZ%7/20/1999%Messina%Farmacia%1999%Università degli Studi di Messina% +2243%2/14/2005%FRANCIONE%BRUNO%VIA MANGIAVERRI, 21%84016%PAGANI%SA%11/22/1978%CAVA DE' TIRRENI%SA%12/22/2003%SALERNO%Farmacia%2004%Università degli Studi di Salerno%brunofrancione@libero.it +1360%7/14/1989%FRANCO%FRANCESCO PAOLO%V.Le Margherita,19%84087%Sarno%SA%8/12/1965%NICASTRO%CZ%3/22/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli%paolo.franco31@virgilio.it +1447%6/18/1992%FRANCO%PASQUALINO%V.Le Margherita,23%84087%Sarno%SA%12/20/1967%SARNO%SA%3/26/1992%Napoli%Farmacia%1992%Università degli Studi di Napoli% +1778%5/30/2000%FRASCA%MASSIMO%Via Gelso, 12/A%84126%Salerno%SA%1/14/1976%SALERNO%SA%4/10/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno% +2312%10/22/2005%FRASSINA%TIZIANA%VIA INDIPENDENZA 20%84015%NOCERA SUPERIORE%SA%6/18/1980%Salerno%SA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +1718%3/9/1999%FRASSO%ALDO%Via Roma,206%84121%Salerno%SA%1/3/1975%SALERNO%SA%10/28/1998%Napoli%Farmacia%1998%Università degli Studi di Napoli% +2175%10/11/2004%FRATIANO%GABRIELLA%VIA MOZART snc - casella postale 42%84043%AGROPOLI%SA%4/26/1976%TERMOLI%CB%3/20/2002%ROMA%Farmacia%2002%Università degli Studi di Roma%gabriellafratiano@hotmail.com +1291%1/14/1988%FRATINI%ANNA MARIA%Via Cilento,1/4%84010%Corbara%SA%3/20/1957%MAGLIANO SABINA%RI%3/17/1982%Roma%Farmacia%1982%Università degli Studi di Roma% +2115%2/17/2004%FRESOLONE%ORNELLA%RIONE I° MAGGIO,4%84025%EBOLI%SA%7/11/1971%TORINO%TO%10/30/2003%NAPOLI%Farmacia%2003%Università degli Studi di Napoli%ornella_f@email.it +1119%6/1/1983%GABINI%MARCELLO%Via L.Guercio,277%84100%Salerno%SA%10/25/1959%L'AQUILA%AQ%12/10/1982%Napoli%Farmacia%1983%Università degli Studi di Napoli%mg50974@gsk.com +1554%6/9/1995%GAETA%ROSSELLA%Via G.B.Amendola,91%84100%Salerno%SA%6/30/1966%POTENZA%PZ%10/27/1994%Napoli%Farmacia%1995%Università degli Studi di Napoli% +1288%1/14/1988%GAGLIARDI%ANDREA MARIO%Via Nazionale, 18/b%84033%MONTESANO SULLA MARCELLANA%SA%2/8/1961%AULETTA%SA%7/22/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli%farmaciadelportoscario@virgilio.it +2236%2/14/2005%GALASSO%VALENTINA%C.SO VITT.EMANUELE,88%84012%ANGRI%SA%2/15/1978%TORRE ANNUNZIATA%NA%7/29/2004%NAPOLI%Farmacia%2004%Università degli Studi di Napoli% +1335%1/19/1989%GALDERISI%ADELE%Via Torrione, 113%84100%Salerno%SA%5/5/1963%SALERNO%SA%10/28/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli%farmaciagrimaldi@libero.it +1388%6/28/1990%GALDERISI%ASSUNTA%Via Tusciano,15%84100%Salerno%SA%8/15/1966%SALERNO%SA%3/19/1990%Roma%Farmacia%1990%Università degli Studi di Roma% +2151%7/5/2004%GALDERISI%CRISTINA%VIA ONOFRIO GALDIERI,19%84128%SALERNO%SA%4/2/1976%SALERNO%SA%3/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%cristhine@katamail.com +1534%1/26/1995%GALDO%MARIA%Via S.De Vita,23%84080%Pellezzano%SA%2/10/1971%SALERNO%%10/27/1994%Napoli%Farmacia%1994%Università degli Studi di Napoli% +2146%6/17/2004%GALLO%LAURA%VIA CASALANARIO, 45%84012%ANGRI%SA%1/30/1977%NOCERA INFERIORE%SA%3/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%lauragallo06@libero.it +1631%2/4/1997%GALLO%MASSIMO%Via De Gasperi,27%84018%Scafati%SA%11/19/1967%NAPOLI%NA%11/16/1996%Urbino%Farmacia%1996%Università degli Studi di Urbino%gallo.farmacia@libero.it +482%9/4/1956%GALLUCCI%SILVIO%VIA GIUDICI, 11%84012%Angri%SA%7/10/1928%ANGRI%SA%7/23/1955%Parma%Farmacia%1963%Università degli Studi di Parma%vg1369@libero.it +1213%5/16/1986%GALLUCCI%ROSANNA%Via Piedi Zappino, 67%84022%Campagna%SA%5/14/1955%SOLOFRA%AV%3/20/1980%Napoli%Farmacia%1980%Università degli Studi di Napoli%rosanna.gallucci@tiscali.it +1860%5/25/2001%GALLUCCI%SONIA%Via Provinciale Turci, 2%83029%Solofra%AV%2/26/1976%AVELLINO%AV%1/30/2001%Napoli%Farmacia%2001%Università degli Studi di Napoli%parafargallucci@alice.it +1576%10/6/1995%GALLUCCI%VINCENZO%Via S.Da Giudici,11%84012%Angri%SA%4/13/1969%SALERNO%SA%4/4/1995%Messina%Farmacia%1995%Università degli Studi di Messina%vg1369@libero.it +1943%7/9/2002%GALLUZZO%REGINA%Corso Claudio,124%84083%Castel San Giorgio%SA%6/21/1977%NOCERA INFERIORE%SA%3/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno% +2377%2/27/2006%GAMBARDELLA%LOREDANA%VIA EDUARDO DE FILIPPO,3%84014%NOCERA INFERIORE%SA%3/3/1980%NOCERA INFERIORE%SA%10/30/2003%NAPOLI%Farmacia%2003%Università degli Studi di Napoli%gambardella@unina.it +1819%1/10/2001%GAMBINO%NICOLA FRANCESCO MAR%VIA SPARANO, 8%84025%Eboli%SA%10/6/1976%SALERNO%%10/30/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno%difilipposabrina@yahoo.it +1144%1/20/1984%GAMMALDI%ANTONIO%Via D. Taiani, 38%84126%Salerno%SA%2/3/1959%SALERNO%SA%7/21/1983%Napoli%Farmacia%1983%Università degli Studi di Napoli%farmaciagammaldi@tiscali.it +1323%12/21/1988%GAMMALDI%LUCIANA%Via Paolo Diacono,7%84100%Salerno%SA%2/8/1965%SALERNO%SA%7/1/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli%r.sasso@tin.it +862%1/28/1975%GAMMARANO%LICIA%Via Roma,6%84079%Vibonati%SA%9/24/1950%MONTANO ANTILIA%SA%11/7/1974%Napoli%Farmacia%1974%Università degli Studi di Napoli%farmagammarano@libero.it +2189%1/13/2005%GANGEMI%FRANCESCO%VIA TENENTE BRUNO LOMBARDI, 246%84083%CASTEL SAN GIORGIO%SA%10/1/1979%NOCERA INFERIORE%SA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%gfgangemi@alice.it +2292%7/1/2005%GARGANO%ANGELO%VIA C. TRAMONTANO, 90%84016%PAGANI%SA%7/15/1979%PAGANI%SA%12/21/2004%SALERNO%Farmacia%2005%Università degli Studi di Salerno%angelo.gargano@inwind.it +882%12/9/1975%GARGIONE%FRANCESCO%P.Za Municipio,2%84060%Perdifumo%SA%1/30/1948%PERDIFUMO%%6/20/1975%Napoli%Farmacia%1975%Università degli Studi di Napoli%francescogargione@punto.it +512%5/18/1957%GAROFALO%ZENAIDE%Via Roma, 21%84029%Sicignano Degli Alburni%SA%7/1/1926%CAPACCIO%SA%7/16/1956%Napoli%Farmacia%1956%Università degli Studi di Napoli%gpesca@tiscali.it +2264%6/3/2005%GARUFI%MARIKA%VIA G.S.DE CRESCENZO,3%84133%SALERNO%SA%5/22/1980%SALERNO%SA%10/29/2004%SALENO%Farmacia%2004%Università degli Studi di Salerno%marika_garufi@hotmail.com +991%6/13/1979%GAUDIANI%VIRGINIA%FRAZ. GERARDO SASSO, 6%84010%Scala%SA%7/4/1956%SALERNO%SA%3/29/1979%Napoli%Farmacia%1979%Università degli Studi di Napoli%farmacia-gaudiani@tiscali.it +1520%6/27/1994%GAUDINO%ALFONSINA%VIA SS MARTIRI SALERNITANI, 66%84123%Salerno%SA%8/31/1965%SALERNO%SA%12/21/1993%Napoli%Farmacia%1994%Università degli Studi di Napoli%gaudino.a@virgilio.it +1434%12/30/1991%GAUDINO%NICOLA%Via Madonna Di Fatima,81%84100%Salerno%SA%11/17/1967%SALERNO%SA%6/27/1991%Napoli%Farmacia%1991%Università degli Studi di Napoli%nicola.gaudino@tiscali.it +2210%1/13/2005%GENCO%MARIO%VIA PENDINO,51%84010%SAN MARZANO SUL SARNO%SA%1/13/1980%GERMANIA%EE%10/15/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%mario_genco@virgilio.it +1566%6/28/1995%GENNATIEMPO%GIOVANNI%Via Gelso,69%84100%Salerno%SA%12/10/1964%SALERNO%SA%12/21/1994%Napoli%Farmacia%1995%Università degli Studi di Napoli% +1960%10/14/2002%GERBASIO%GIOVANNI%VIA CASALINO, 26%84099%SAN CIPRIANO PICENTINO%SA%5/5/1975%SALERNO%SA%7/25/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%angelogerbasio@hotmail.it +2068%1/19/2004%GERMANO%ELVIRA%VIA CAMPANIA,29%84098%PONTECAGNANO%SA%1/26/1973%SALERNO%SA%7/24/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%nives73@alice.it +1606%7/30/1996%GIANNATTASIO%TERESA%Via Panoramica,35%84100%Salerno%SA%4/26/1969%SALERNO%SA%7/21/1995%Napoli%Chimica e tecn. farmaceutica%1995%Università degli Studi di Napoli%abucella@virgilio.it +906%5/26/1976%GIANNATTASIO%GIOVANNI%C.So Umberto,122/e%84050%Futani%SA%11/16/1939%SAN CIPRIANO PICENTINO%SA%12/16/1975%Napoli%Farmacia%1976%Università degli Studi di Napoli% +1581%12/28/1995%GIANNATTASIO%ELENA%Corso Umberto I°, 273%84050%Futani%SA%6/13/1971%SALERNO%SA%6/28/1995%Napoli%Farmacia%1995%Università degli Studi di Napoli% +1906%1/14/2002%GIANNOTTI%SIMONE%Via G.Gonzaga,7%84100%Salerno%SA%8/28/1977%SALERNO%SA%10/15/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%felitro@libero.it +2320%1/16/2006%GIAQUINTO%KATIA%CONTRADA DEI GRECI, 22%83026%MONTORO SUPERIORE%AV%1/22/1979%SVIZZERA%EE%3/30/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%kgiaquinto@tiscali.it +2014%2/11/2003%GIFFONI%GIANFRANCO VITTORIO%Via G.Lamberti,39 c/o LAMBIASE CARMELA%84013%Cava dei tirreni%SA%9/29/1966%TORTORELLA%SA%7/24/2001%Napoli%Farmacia%2001%Università degli Studi di Napoli% +1137%12/28/1983%GINETTI%MARIA%Via Guariglia,1%84019%Vietri Sul Mare%SA%9/17/1959%SALERNO%SA%7/25/1983%Napoli%Farmacia%1983%Università degli Studi di Napoli% +1885%9/3/2001%GIOIA%VALENTINA%Via A.De Gasperi,180%84016%Pagani%SA%6/10/1973%PAGANI%SA%10/29/1999%Salerno%Farmacia%1999%Università degli Studi di Salerno%alessandragioia81@libero.it +2341%1/16/2006%GIOIA%ROSA%VIA S.ALFONSO MARIA DE' LIGUORI,19/C%84135%SALERNO%SA%3/20/1980%SALERNO%SA%10/28/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%rosagioia1980@libero.it +2004%2/11/2003%GIOIELLA%GIULIANA%Via Savasta,34%84086%Roccapiemonte%SA%1/27/1976%PAGANI%SA%10/15/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno% +1421%6/6/1991%GIORDANO%ANNAMARIA%Via Murelle,93%84012%Angri%SA%2/18/1964%ANGRI%SA%3/26/1991%Napoli%Farmacia%1991%Università degli Studi di Napoli% +2355%1/26/2006%GIORDANO%ASSUNTA%VIA S.GIOVANNI,60%84025%EBOLI%SA%5/29/1981%EBOLI%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%assuntagio@tiscali.it +1154%6/22/1984%GISOLFI%BRUNA%Via Vocca,6%84100%Salerno%SA%2/20/1960%SALERNO%SA%2/24/1984%Napoli%Farmacia%1984%Università degli Studi di Napoli%bruna.gisolfi@takeda.it +1785%5/30/2000%GIULIANI%CARLO%Via Sirene,2%84059%Camerota%SA%12/24/1973%CAMEROTA%SA%4/11/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno% +2048%10/15/2003%GIULIANI%GIUSI%Via Alberto D'Agostino, 7/A%84131%SALERNO%SA%2/1/1978%BRESCIA%BS%3/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%giusi.giuliani@libero.it +1380%5/28/1990%GIULIANI%TIZIANA%Via Foresta,34%84066%Pisciotta%SA%1/20/1964%SALERNO%SA%3/22/1990%Padova%Farmacia%1990%Università degli Studi di Padova% +1698%9/8/1998%GOFFREDI%FRANCESCO%Via O.Da Craco,10%84100%Salerno%SA%1/27/1973%SALERNO%SA%7/14/1997%Perugia%Chimica e tecn. farmaceutica%1997%Università degli Studi di Perugia% +1721%5/25/1999%GOGLIA%PIETRO%Via Nazionale%84028%Serre%SA%5/28/1967%SERRE%SA%10/29/1998%Napoli%Farmacia%1998%Università degli Studi di Napoli% +1030%6/24/1980%GORGA%TOMMASO%Via Pedemontana, 12%84060%Omignano Scalo%SA%1/30/1952%SALERNO%SA%12/17/1979%Napoli%Farmacia%1980%Università degli Studi di Napoli%tommasogorga@hotmail.it +2196%1/13/2005%GRATTACASO%SARA%VIA SPADARELLA,15%84045%ALTAVILLA SILENTINA%SA%12/11/1980%SALERNO%SA%7/26/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +2047%9/15/2003%GRECO%RITA%VIA CARLO TRAMONTANO,125%84016%PAGANI%SA%5/7/1978%PAGANI%SA%2/25/2003%NAPOLI%Farmacia%2003%Università degli Studi di Napoli%ritagreco78@libero.it +1973%1/15/2003%GREGORIO%MARIA%Via San Francesco,69%84041%Baronissi%SA%4/5/1979%SALERNO%SA%7/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%maria-gregorio@tiscali.it +1899%1/14/2002%GRIECO%CARMEN%C.So Garibaldi,33%84123%Salerno%SA%2/7/1977%SALERNO%SA%10/31/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%griecocarmine@alice.it +2432%9/25/2006%GRIMALDI%STEFANIA%VIA EUROPA, 22%84090%GIFFONI SEI CASALI%SA%4/20/1979%SALERNO%SA%12/19/2005%SALERNO%Farmacia%2006%Università degli Studi di Salerno%grimaldistefania@virgilio.it +1530%12/27/1994%GRIMALDI%ANTONIA%Via Mercanti, 70%84100%Salerno%SA%9/7/1970%SALERNO%SA%10/27/1994%Napoli%Farmacia%1994%Università degli Studi di Napoli%grimaldi48@grimaldimario.191.it +567%7/14/1959%GRIMALDI%MARIO%Via Posidonia,1%84100%Salerno%SA%10/27/1935%SALERNO%SA%11/27/1958%Napoli%Farmacia%1959%Università degli Studi di Napoli%grimaldi48@grimaldimario.191.it +1980%1/15/2003%GRIMALDI%LORENZO%C.SO GARIBALDI, 33%84100%SALERNO%SA%9/18/1978%CAVA DE' TIRRENI%SA%11/8/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%grimaldilorenzo@tiscali.it +2174%10/11/2004%GRIMALDI%ANTONIO%VIA GUGLIELMO PEPE,30%84010%S.EGIDIO DEL MONTE ALBINO%SA%1/8/1978%PAGANI%SA%2/26/2004%NAPOLI%Chimica e tecn. farmaceutica%2004%Università degli Studi di Napoli%magicant@libero.it +2171%9/9/2004%GRIMALDI%RITA%BIVIO S.CECILIA V.EBURUM,7%84025%EBOLI%SA%6/12/1961%SALERNO%SA%2/25/1986%NAPOLI%Farmacia%1987%Università degli Studi di Napoli% +1557%6/9/1995%GRIMALDI%PIERLUIGI%VIA PROVINCIALE DEL CORTICATO%84039%Teggiano%SA%7/27/1967%SALERNO%SA%3/11/1995%Urbino%Farmacia%1995%Università degli Studi di Urbino%farmacia-grimaldi@tiscali.it +1364%9/21/1989%GRIMALDI%MARIA%Via A.Genovesi,16%84100%Salerno%SA%4/11/1966%SALERNO%SA%2/24/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli% +570%9/29/1959%GRISI%AMATO%Via Terlizzi,24%84020%Colliano%SA%1/20/1934%PALOMONTE%SA%3/18/1959%Napoli%Farmacia%1959%Università degli Studi di Napoli%amatino@libero.it +1677%2/10/1998%GRISI%LUCILLA%Via M.Conforti,3%84100%Salerno%SA%4/5/1973%SALERNO%SA%11/11/1997%Salerno%Farmacia%1997%Università degli Studi di Salerno% +1409%1/14/1991%GROSSO%ANTONIO%Via Xx Settembre,15%84028%Serre%SA%9/25/1962%BATTIPAGLIA%SA%7/24/1990%Napoli%Farmacia%1990%Università degli Studi di Napoli% +1130%12/28/1983%GUADAGNO%ELVIRA ANNAMARIA%Via M.Conforti, 4%84100%Salerno%SA%1/28/1960%GIOI%SA%7/25/1983%Napoli%Farmacia%1983%Università degli Studi di Napoli% +1490%12/30/1993%GUADAGNO%UMBERTO%Via L.Cacciatore,34%84100%Salerno%SA%7/7/1967%SALERNO%SA%12/16/1992%Ferrara%Farmacia%1993%Università degli Studi di Ferrara% +2194%1/13/2005%GUERRITORE%MARCO%VIA PAPA GIOVANNI XXXIII ,27%84014%NOCERA INFERIORE%SA%12/9/1978%NOCERA INFERIORE%SA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%marcoguerritore@libero.it +2015%3/17/2003%GUGLIELMI%TIZIANA%VIA NICOLA PETROSINO,40%84100%SALERNO%SA%10/30/1978%POLLA%SA%11/8/2002%SALERNO%Farmacia%2002%Università degli Studi di Salerno%tizianaguglielmi@tiscali.it +1268%7/30/1987%GUGLIELMOTTI%ANGELO%Via Gelso,69%84100%Salerno%SA%2/19/1961%NOCERA SUPERIORE%%3/27/1985%Roma%Chimica e tecn. farmaceutica%1985%Università degli Studi di Roma% +1565%6/28/1995%GUGLIELMOTTI%MARIA ANTONIETTA%Via CIRILLO%84085%MERCATO SAN SEVERINO%SA%9/22/1963%SALERNO%SA%12/21/1994%Napoli%Farmacia%1995%Università degli Studi di Napoli% +1410%1/14/1991%GUIDA%VINCENZO%VIA SALVATORE ROSA, 74%84091%BATTIPAGLIA%SA%8/25/1965%CASTELLABATE%SA%7/24/1990%Napoli%Farmacia%1990%Università degli Studi di Napoli%enzoececilia@alice.it +2430%9/25/2006%GUIDA%CARMELA%VIA MASACCIO,22%84025%EBOLI%SA%11/3/1978%EBOLI%SA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%guida.carmela@virgilio.it +755%2/14/1970%GUIDA%BENIAMINO%P.Della Cortiglia%84068%Pollica%SA%3/14/1947%NAPOLI%NA%7/10/1969%Napoli%Farmacia%1969%Università degli Studi di Napoli% +2302%7/19/2005%GUIDA%MASSIMO%via ROMA N.50%84091%BATTIPAGLIA%SA%5/20/1970%SALERNO%SA%7/24/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%massimo.guida.b1vt@alice.it +1838%1/22/2001%GUIDA%ANNA%Via Nazionale Iv Trav.,1%84070%Salento%SA%2/12/1975%AGROPOLI%SA%3/22/2000%Roma%Chimica e tecn. farmaceutica%2000%Università degli Studi di Roma% +1987%1/15/2003%GUIDA%ANNAMARIA%Via Malizia%84040%Celle Di Bulgheria%SA%10/11/1976%CELLE DI BULGHERIA%SA%7/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno% +1371%12/31/1989%GUZZI%GERMANO%Via 2 Giugno,10%84091%Battipaglia%SA%11/6/1959%BATTIPAGLIA%SA%6/30/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli%duplicegi@tin.it +2138%6/17/2004%IACUZZO%CANDIDA%VIA DANTE ALIGHIERI, 136/B%84091%BATTIPAGLIA%SA%7/18/1979%SALERNO%SA%12/22/2003%SALERNO%Farmacia%2004%Università degli Studi di Salerno%farmamellone@tiscali.it +1173%2/7/1985%IANNACCONE%ANDREINA ANNAMARIA C%Via D.Co Vietri,5%84100%Salerno%SA%6/4/1959%SANT'ANGELO DEI LOMBARDI%AV%10/30/1984%Napoli%Farmacia%1984%Università degli Studi di Napoli% +1690%6/16/1998%IANNIBELLI%COLOMBINA%Via Barre Tallosa,4%84030%Atena Lucana%SA%3/6/1970%POLLA%SA%1/21/1998%Napoli%Farmacia%1998%Università degli Studi di Napoli% +1082%6/29/1982%IANNICELLI%ALBERTA%P.Za Mazzini, 14%84052%Ceraso%SA%12/23/1958%NAPOLI%NA%3/18/1982%Roma%Farmacia%1982%Università degli Studi di Roma%info@cosedeluce.net +2248%2/14/2005%IANNONE%ARCANGELA%VIA MONS.A.GERVASIO,39%83026%MONTORO SUPERIORE%AV%2/6/1980%AVELLINO%AV%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%arcangela.iannone@tiscali.it +1517%6/27/1994%IANNONE%GIOCONDA%Via Sciaraffia,9%84100%Salerno%SA%10/22/1967%SALERNO%SA%3/25/1994%Napoli%Farmacia%1994%Università degli Studi di Napoli%lupfranco@libero.it +2214%1/24/2005%IEMMA%CARLA%VIA FILI GALARDI%84091%BATTIPAGLIA%SA%1/16/1981%ROMA%RM%7/26/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%carla.iemma@lycos.it +2215%1/24/2005%IEMMA%EVELINA%VIALE DELLE INDUSTRIE, 23 B%84091%BATTIPAGLIA%SA%1/16/1981%ROMA%RM%7/26/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%evelinaiemma@lycos.it +889%1/17/1976%IMBRIACO%ETTORE%Via Umberto I%84060%Montano Antilia%SA%9/29/1952%MONTANO ANTILIA%SA%11/3/1975%Napoli%Farmacia%1975%Università degli Studi di Napoli%info@farmantilia.it +2038%7/28/2003%IMMEDIATO%RITA%VIA TAVERNE,2%84036%SALA CONSILINA%SA%6/11/1978%POLLA%SA%3/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +2382%3/20/2006%IMPARATO%GIOVANNI%VIA P.SANTORIELLO,1%84013%CAVA DEI TIRRENI%SA%9/24/1974%SALERNO%SA%%SALERNO%Farmacia%2000%Università degli Studi di Salerno%imp.gianni@alice.it +2185%1/13/2005%IMPEMBA%MARIO%VIA PAOLO BARATTA,243%84091%BATTIPAGLIA%SA%11/5/1979%ASTI%AT%7/26/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +1959%9/16/2002%INANLOO%MORTEZA%VIA MICHELE CONFORTI, 20%84100%Salerno%SA%11/22/1957%TEHERAN-IRAN%EE%3/28/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli%morteza.inaloo@virgilio.it +1322%12/21/1988%INCOLLINGO%CLELIA%Via Fonte, 49%84069%Roccadaspide%SA%7/25/1958%CAMPOBASSO%CB%7/21/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli%inccle@libero.it +1255%6/18/1987%INFANTE%MARIO BRUNO%Via Roma,23%84070%SALENTO%SA%10/5/1962%STIO%SA%2/25/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli%farmaciainfante@yahoo.it +1175%3/8/1985%INFANTINO%LIVIA%Via Garibaldi%84061%Ogliastro Cilento%SA%9/25/1950%CAIVANO%NA%7/7/1984%Catania%Farmacia%1984%Università degli Studi di Napoli%infliv@tiscali.it +2311%10/22/2005%INGENITO%ANDREA%VIA CESINA 76%84010%SAN VALENTINO TORIO%SA%12/28/1970%SALERNO%SA%3/30/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%andrea.ingenito@libero.it +1138%12/28/1983%IPPOLITO%NICOLA%Via Prato Quinto, snc%84039%Teggiano%SA%5/21/1958%SANT' ARSENIO%SA%7/19/1983%Roma%Farmacia%1983%Università degli Studi di Roma%f.ciaippolito@tiscali.it +2274%7/1/2005%ISERNIA%NICOLETTA%VIA STOCCOLMA, 25, SC.A - INT.8%54%FIUMICINO%RM%7/4/1975%SARNO%SA%12/21/2004%SALERNO%Farmacia%2005%Università degli Studi di Salerno%koala.gnu@tiscali.it +955%1/18/1978%ITRI%PIETRO%Via S.Martino,20%84050%Laureana Cilento%SA%12/16/1952%STELLA CILENTO%SA%11/7/1977%Napoli%Farmacia%1977%Università degli Studi di Napoli%farmaciaitri@tiscali.it +1443%3/5/1992%IUDICI%GIUSEPPE%Via Mazzini, 112%84091%Battipaglia%SA%7/14/1967%SALERNO%SA%7/25/1991%Napoli%Farmacia%1991%Università degli Studi di Napoli% +1550%3/17/1995%IUDICI%MANFREDI%Via Mazzini, 112%84091%Battipaglia%SA%12/20/1968%SALERNO%SA%7/20/1994%Catania%Farmacia%1994%Università degli Studi di Napoli%farmacia.salus@tiscali.it +2428%9/25/2006%IULIANO%CHIARA%VIA PICARELLA,5%84134%SALERNO%SA%3/7/1980%NAPOLI%NA%12/19/2005%SALERNO%Farmacia%2006%Università degli Studi di Salerno%chiaraiuliana@hotmail.com +1642%4/21/1997%IULIANO%PAOLA%Via M.Pagano,183%84086%Roccapiemonte%SA%6/7/1967%SALERNO%SA%6/28/1996%Urbino%Farmacia%1996%Università degli Studi di Urbino% +1719%4/27/1999%IUORIO%GIUSEPPINA%VIA MONCHARMONT, 23%84091%BATTIPAGLIA%SA%2/25/1971%PALOMONTE%SA%1/19/1998%Napoli%Chimica e tecn. farmaceutica%1998%Università degli Studi di Napoli%pinaiuorio@alice.it +2230%1/24/2005%IZZO%SAVERINA%VIA DIAZ,36%84098%PONTECAGNANO FAIANO%SA%8/6/1979%SALERNO%SA%7/27/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%veraizzo@libero.it +2434%10/18/2006%GALLUCCIO%ALFONSO%VIA COMUNALE, 13%84019%VIETRI SUL MARE%SA%11/5/1938%SIANO%SA%7/14/1965%NAPOLI%Farmacia%1965%Università degli Studi di Napoli% +2825%7/10/2009%IULIANO%PASQUALE%VIA B. MANGINO, 25%84016%PAGANI%SA%1/1/1980%NOCERA INFERIORE%SA%3/30/2009%SALERNO%Farmacia%2009%Università degli Studi di Salerno%paki1980@live.it +2437%11/13/2006%FALCIANI%GIUSEPPE%VIA UGO FOSCOLO, 23%84100%SALERNO%SA%6/30/1979%SALERNO%SA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%belfagor22@tiscali.it +2440%12/29/2006%VOCCA%GIOVANNA%VIA G. ROSSINI, 18%84025%EBOLI%SA%6/24/1976%EBOLI%SA%3/31/2001%SALERNO%Farmacia%2001%Università degli Studi di Salerno%piecamp@libero.it +2441%1/9/2007%ANSALONE%GIOVANNA%TRAVERSA CARACCIOLO, 2%84085%MERCATO SAN SEVERINO%SA%4/23/1981%AVELLINO%AV%7/24/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%ansalone81@hotmail.it +1523%6/27/1994%LABRUNA%ELISABETTA%Via Lanzalone, 1%84078%Vallo Della Lucania%SA%11/16/1966%VALLO DELLA LUCANIA%SA%10/28/1993%Napoli%Chimica e tecn. farmaceutica%1994%Università degli Studi di Napoli% +1319%12/21/1988%LA FEMINA%MARIA-LEONILDA%Via Carlo Tramontano, 66%84016%Pagani%SA%8/3/1962%PAGANI%SA%7/21/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli%annamaria62@libero.it +2106%2/3/2004%LA GRECA%SONIA%Via C/da Padula, 6/B%84041%ACCIAROLI%SA%5/26/1975%MELBOURNE (AUSTRALIA)%EE%10/30/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%diddy77@tiscali.it +1693%7/14/1998%LA MORTICELLA%ANTONIA%Via Roma,83%84077%Torre Orsaia%SA%8/26/1960%TORRE ORSAIA%SA%3/12/1998%Camerino%Farmacia%1998%Università degli Studi di Camerino% +935%6/4/1977%LA PADULA%RAFFAELLA%Via Nuova,1%84020%Petina%SA%1/1/1948%POLLA%SA%4/4/1977%Napoli%Farmacia%1977%Università degli Studi di Napoli%raffaellalapadula@email.com +2309%10/10/2005%LA PASTINA%CATERINA%VIA DON VINCENZO IULIANO,3%84080%ROCCAPIEMONTE%SA%2/12/1980%NOCERA INFERIORE%SA%12/22/2004%SALERNO%Farmacia%2005%Università degli Studi di Salerno%caterina1980@katamail.com +887%1/17/1976%LA PEPA%CARMINE%Via Nazionale, 144 - c/o Farmacia%84012%Angri%SA%3/17/1951%MONTECORICE%SA%6/20/1975%Napoli%Farmacia%1975%Università degli Studi di Napoli% +757%3/13/1970%LA REGINA%ROCCO VITO%Via Mazzini,66%84030%San Rufo%SA%8/16/1943%TEGGIANO%SA%11/14/1969%Napoli%Farmacia%1969%Università degli Studi di Napoli%fcialaregina@virgilio.it +1896%12/27/2001%LA REGINA%GIUSEPPE%Via G.Mazzini,68%84030%San Rufo%SA%10/19/1977%POLLA%SA%7/17/2001%Roma%Farmacia%2001%Università degli Studi di Roma%giuseppe.laregina@uniroma1.it +1822%1/10/2001%LA ROCCA%REMO%Via Ostaglio,114%84100%Salerno%SA%2/2/1970%SALERNO%SA%10/30/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno% +1309%6/30/1988%LA ROCCA%ANTONIA%Via E.Perito,18%84025%Eboli%SA%3/11/1959%EBOLI%SA%11/26/1987%Napoli%Farmacia%1988%Università degli Studi di Napoli%mario.busillo@siemens.com +2180%1/13/2005%LAMBERTI%MARIA%VIA ALDO MORO,15%84013%CAVA DEI TIRRENI%SA%9/14/1972%CAVA DE'TIRRENI%%7/26/2001%SALERNO%Farmacia%2002%Università degli Studi di Salerno% +691%12/3/1966%LAMBERTI%ANGELINA%VIA RUSSO, 149%84015%Nocera Superiore%SA%12/12/1941%NOCERA SUPERIORE%SA%7/13/1966%Napoli%Farmacia%1966%Università degli Studi di Napoli%farmacialambertidrangeli@tin.it +2013%2/11/2003%LAMBIASE%CARMELA%Via G.Lamberti,39%84013%Cava Dei Tirreni%SA%10/16/1965%CAVA DE' TIRRENI%SA%7/24/2001%Napoli%Farmacia%2001%Università degli Studi di Napoli% +1946%7/9/2002%LAMBIASE%ANNA%Via F. Carillo, 14%84013%Cava Dei Tirreni%SA%11/14/1977%TERLIZZI%BA%3/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%annalambiase@hotmail.it +2198%1/13/2005%LANDI%ALESSANDRA%VIALE DELLA LIBERTA', 8%84091%BATTIPAGLIA%SA%2/23/1979%SALERNO%SA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%alessandra7923@libero.it +1458%9/14/1992%LANGONE%WALTER%VIA VENEZIA, 5%84091%BATTIPAGLIA%SA%7/18/1965%BATTIPAGLIA%SA%3/26/1992%Napoli%Farmacia%1992%Università degli Studi di Napoli%wlangone@yahoo.it +1466%3/18/1993%LANGONE%RAFFAELE%VIA DON MINZONI, SNC%84091%Battipaglia%SA%1/7/1963%BATTIPAGLIA%SA%6/30/1992%Napoli%Farmacia%1992%Università degli Studi di Napoli% +1183%7/18/1985%LANGONE%GIOVANNA%VIA DON MINZONI%84091%Battipaglia%SA%8/27/1961%BATTIPAGLIA%SA%3/21/1985%Napoli%Farmacia%1985%Università degli Studi di Napoli% +416%8/4/1954%LANGONE%FRANCESCO%VIA DON MINZONI, SNC%84091%Battipaglia%SA%10/27/1928%SICIGNANO DEGLI ALBURNI%SA%4/9/1954%Napoli%Farmacia%1970%Università degli Studi di Napoli% +1739%1/29/2009%LANGONE%MARIA CARMELA%Via Belvedere P.Co Caprino Fabb.L%84091%Battipaglia%SA%3/9/1971%POSTIGLIONE%SA%3/25/1999%Napoli%Farmacia%1999%Università degli Studi di Napoli% +1350%6/8/1989%LANZETTA%NELLINA%Via Nazionale,39%84078%Vallo Della Lucania%SA%9/23/1958%SALERNO%SA%3/22/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli% +1250%6/18/1987%LANZETTA%ANTONIA%Via Plava Pal.Caprino%84091%Battipaglia%SA%9/29/1956%LAVELLO%PZ%11/6/1979%Napoli%Farmacia%1979%Università degli Studi di Napoli% +2005%2/11/2003%LANZETTA%MARIANGELA%Via Cappella Vecchia,27%84087%Sarno%SA%3/15/1977%SALERNO%SA%7/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno% +1701%10/27/1998%LANZISERA%ALESSANDRA%Via Caliri,15%84013%Cava Dei Tirreni%SA%8/12/1970%BARI%BA%3/10/1995%Perugia%Farmacia%1995%Università degli Studi di Perugia% +1894%12/27/2001%LAUDANO%RAFFAELLA%Via Roma,6%84016%Maiori%SA%5/19/1973%SALERNO%SA%10/29/1998%Napoli%Farmacia%1998%Università degli Studi di Napoli% +1533%12/30/1994%LAUDATI%ROBERTA%Via Tommaso San Severino,42%84085%Mercato San Severino%SA%11/21/1969%SALERNO%SA%11/11/1994%Urbino%Farmacia%1994%Università degli Studi di Urbino% +1579%12/28/1995%LAUDATI%NATALIA%Via Tommaso S.Severino,42%84085%Mercato San Severino%SA%10/2/1968%SALERNO%SA%11/10/1995%Urbino%Farmacia%1995%Università degli Studi di Urbino%farmaciaeredilaudati@tiscali.it +1649%6/4/1997%LAUDATI%LUIGI%Via L.Cacciatore,24%84085%Mercato San Severino%SA%4/18/1970%NOCERA INFERIORE%SA%3/8/1997%Urbino%Farmacia%1997%Università degli Studi di Urbino%farmacia.laudati@tiscali.it +2088%1/19/2004%LAUDATI%NATALIA%VIA CACCIATORE,24%84085%MERCATO SAN SEVERINO%SA%2/14/1972%NOCERA INFERIORE%SA%10/30/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%farmacia.laudati@tiscali.it +539%7/8/1958%LAUDISIO%CARMELA%Via Michele Conforti, 1%84100%SALERNO%SA%12/24/1933%SARNO%SA%12/3/1957%Napoli%Farmacia%1958%Università degli Studi di Napoli%farmacialaudisioc@tiscali.it +1324%12/21/1988%LAURO%MADDALENA%Via Belvedere, 43%84091%Battipaglia%SA%3/14/1955%CASTEL SAN GIORGIO%SA%10/28/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli%farmacia.lauro@alice.it +1580%12/28/1995%LAURO%MARIA ROSARIA%Via Marcello, 2/55%84085%Mercato San Severino%SA%9/11/1971%NOCERA INFERIORE%SA%7/20/1995%Napoli%Farmacia%1995%Università degli Studi di Napoli%lauro@unisa.it +2400%7/10/2006%LAVECCHIA%ILARIA%VIA F.CHIORAZZI, 99%84049%CASTEL SAN LORENZO%SA%11/19/1979%SALERNO%SA%12/19/2005%SALERNO%Farmacia%2006%Università degli Studi di Salerno%ililav79@tiscali.it +1485%9/9/1993%LAVECCHIA%ANTONIO%Via Roma,69%84049%Castel San Lorenzo%SA%2/12/1968%SALERNO%SA%11/5/1992%Pisa%Farmacia%1992%Università degli Studi di Pisa%lavecchia@unina.it +1325%12/21/1988%LAVECCHIA%ANNA%Via Camerino,44%84030%San Rufo%SA%9/18/1961%SAN RUFO%SA%7/19/1988%Siena%Farmacia%1988%Università degli Studi di Siena% +1257%6/18/1987%LAVECCHIA%DANILA%Via Campo Sportivo,5%84078%Vallo Della Lucania%SA%6/8/1962%VALLO DELLA LUCANIA%SA%2/26/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli% +1178%5/24/1985%LAVECCHIA%MARIANTONIETTA%Via Cimitero,5%84078%Vallo Della Lucania%SA%12/13/1956%VALLO DELLA LUCANIA%%4/1/1985%Catania%Farmacia%1995%Università degli Studi di Catania% +1345%2/23/1989%LAVORGNA%ALESSANDRA%Via A.Panico,3%84025%Eboli%SA%10/21/1964%EBOLI%SA%2/26/1988%Napoli%Chimica e tecn. farmaceutica%1988%Università degli Studi di Napoli% +1128%10/13/1983%LEMBA%EMILIA%Via 19 Agosto 1977%84060%Novi Velia%SA%10/31/1953%PALMA CAMPANIA%NA%3/23/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli%veliafarm@tiscali.it +2396%6/1/2006%LEMBO%GIACINTO%VIA FUCILARI,28%84014%NOCERA INFERIORE%SA%4/14/1976%NOCERA INFERIORE%SA%10/17/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%lembogiacinto@alice.it +1232%12/29/1986%LENZA%PASQUALE%C.So Vitt.Emanuele,58%84123%Salerno%SA%10/17/1958%SALERNO%SA%7/23/1986%Napoli%Farmacia%1986%Università degli Studi di Napoli% +1078%2/19/1982%LENZA%AUTILIA%Via G.Carducci,54%84024%Contursi Terme%SA%5/2/1956%CONTURSI%SA%7/22/1981%Napoli%Farmacia%1981%Università degli Studi di Napoli%gerardopresutto@gmail.com +1354%6/8/1989%LENZA%VINCENZO%L.Re Trieste,12%84123%Salerno%SA%11/5/1959%SALERNO%SA%2/24/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli% +2186%1/13/2005%LEO%EMILIO%VIA DOMENICO REA,5%84014%NOCERA INFERIORE%SA%2/28/1980%NOCERA INFERIORE%SA%10/18/2004%NAPOLI%Farmacia%2004%Università degli Studi di Napoli% +953%1/18/1978%LEO%MARIAROSARIA%Via Dentice 61 /a%84014%Nocera Inferiore%SA%4/26/1952%NOCERA INFERIORE%SA%7/21/1977%Napoli%Farmacia%1977%Università degli Studi di Napoli%m.rosarialeo@libero.it +1446%6/18/1992%LEONETTI%SALVATORE%VIA A. DE GASPERI, 12%84051%CENTOLA%SA%8/23/1951%PEDACE%CS%10/28/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli% +2293%7/1/2005%LER%LUIGI%VIA G. GUERRITORE,18%84014%NOCERA INFERIORE%SA%9/8/1980%NOCERA INFERIORE%SA%3/30/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno% +1468%3/18/1993%LETTIERI%PIERLUIGI%VIA CIRILLO, 83%84081%Baronissi%SA%1/15/1959%SALERNO%SA%7/1/1992%Napoli%Farmacia%1993%Università degli Studi di Napoli%piletti@tin.it +1484%9/9/1993%LETTIERI%MICHELINA%VIa G. Giuliani, 41%84069%Roccadaspide%SA%3/25/1964%ROCCADASPIDE%SA%4/6/1993%Camerino%Farmacia%1993%Università degli Studi di Camerino% +1093%11/12/1982%LEUSENCO%E.CORNELIA VERA%Via Nicola Petrosino, 40%84100%SALERNO%SA%10/27/1952%BUCAREST%EE%6/24/1981%Napoli%Farmacia%1981%Università degli Studi di Napoli%corneliavera@gmail.com +1133%12/28/1983%LEVI%ERNESTO%Via R.De Martino,22%84100%Salerno%SA%9/4/1952%SALERNO%SA%11/10/1983%Messina%Farmacia%1983%Università degli Studi di Messina% +1994%2/11/2003%LICCARDI%CRISTINA%Via Ten.B.Lombardi,35%84083%Castel San Giorgio%SA%2/9/1976%NOCERA INFERIORE%SA%10/15/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%studioalfano@tiscalinet.it +2167%8/2/2004%LIGUORI%ANELLA%VIA F.RICCO,41%84015%NOCERA SUPERIORE%SA%12/21/1974%NOCERA SUPERIORE%SA%3/26/2004%NAPOLI%Farmacia%2004%Università degli Studi di Napoli%nellalig@libero.it +2205%1/13/2005%LIGUORI%CLORINDA%VIA F.TELESINO,9%84043%AGROPOLI%SA%2/1/1979%AGROPOLI%SA%7/26/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%clorinda.liguori@alice.it +2092%1/19/2004%LINGUADOCA%GIUSEPPINA%VIA F. FARAO, 7%84127%SALERNO%SA%1/20/1979%SALERNO%SA%7/24/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%glinguadoca@hotmail.com +1249%4/28/1987%LISTA%LUIGI%Via Napoli,82%84040%Casal Velino%SA%3/19/1952%CASAL VELINO%SA%10/30/1985%Napoli%Farmacia%1986%Università degli Studi di Napoli% +1046%1/29/1981%LOGARZO%BARTOLOMEO%Via Croce,113%84050%Alfano%SA%3/29/1955%ROFRANO%SA%7/19/1979%Roma%Farmacia%1979%Università degli Studi di Roma%lanlog@tiscalinet.it +2120%3/22/2004%LOMBARDI%ANNUNZIATA%VIA INDIPENDENZA,34%84015%Nocera Superiore%SA%4/27/1980%NOCERA INFERIORE%SA%10/31/2003%NAPOLI%Farmacia%2003%Università degli Studi di Napoli% +974%6/22/1978%LOMBARDI%VINCENZO%Via S.Cataldo, 53%84060%Roccagloriosa%SA%8/31/1954%TORRACA%SA%3/20/1978%Napoli%Farmacia%1978%Università degli Studi di Napoli%lombardiv@tiscali.it +816%2/10/1973%LOMBARDI%ANTONIO%VIA INDIPENDENZA,34%84015%Nocera Superiore%SA%9/3/1947%SALERNO%SA%11/10/1972%Napoli%Farmacia%1972%Università degli Studi di Napoli% +872%5/30/1975%LOMBARDI%ANGELO%Via Roma,9%84070%Rofrano%SA%5/2/1926%CUCCARO VETERE%SA%4/5/1975%Bari%Farmacia%1975%Università degli Studi di Bari% +1524%6/27/1994%LOMBARDI%MARIA CONCETTA%Via Rupi, 4%84069%Roccadaspide%SA%7/17/1968%ROCCADASPIDE%SA%2/24/1994%Napoli%Farmacia%1994%Università degli Studi di Napoli%mariaconcettalombardi@aslsa3.com +1738%6/3/1999%LOMBARDI%GIUSEPPE%Via Raffaele Passarelli, 10%84078%Vallo della Lucania%SA%11/18/1969%NAPOLI%NA%4/17/1999%Bari%Farmacia%1999%Università degli Studi di Bari%farmacialombardi@tin.it +1957%9/16/2002%LOMBARDI%ELENA%VIA INDIPENDENZA,34%84015%Nocera Superiore%SA%4/2/1978%NOCERA INFERIORE%SA%3/21/2002%Roma%Farmacia%2002%Università degli Studi di Roma% +1710%2/2/1999%LOMBARDI%LAURA%Via F.Lli De Mattia,85%84100%Salerno%SA%11/29/1956%CIMITILE%NA%11/7/1980%Napoli%Farmacia%1980%Università degli Studi di Napoli% +1338%1/19/1989%LOMONACO%ROBERTA ANNA%Via Marchiafava 1/b Int.1%84133%Salerno%SA%7/4/1960%SALERNO%%10/27/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli%farmaciaangri2@libero.it +1056%5/27/1981%LOMBARDI%GRAZIA-MARIA%Viale G.Verdi,12 Parco Arb.Lla%84100%Salerno%SA%1/23/1958%CIVITAVECCHIA%RM%12/22/1980%Napoli%Farmacia%1980%Università degli Studi di Napoli%graziamlombardi@yahoo.it +1573%9/8/1995%LONGO%NICOLA%Via Felline,11%84100%Salerno%SA%2/14/1970%SALERNO%SA%3/24/1995%Napoli%Farmacia%1995%Università degli Studi di Napoli%fanfan70_70@msn.com +1669%1/19/1998%LORDI%GIUSEPPE%Lungomare Colombo,339%84100%Salerno%SA%1/14/1916%BUCCINO%SA%11/21/1939%Napoli%Farmacia%1939%Università degli Studi di Bologna% +1087%6/29/1982%LORDI%ALFONSINA%P.Za Risorgimento,16%84098%Pontecagnano Faiano%SA%6/17/1958%SALERNO%SA%3/23/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli%info@federfarmasalerno.it +992%6/13/1979%LORDI%MARIA ANTONELLA%Via Carmine,61%84100%Salerno%SA%8/15/1956%SALERNO%SA%3/23/1979%Napoli%Farmacia%1979%Università degli Studi di Napoli%farmgaleno@tiscali.it +1412%1/14/1991%LOSCO%LUCIA%Via G.Palumbo,3%84013%Cava Dei Tirreni%SA%8/26/1954%FIRENZE%FI%7/12/1978%Firenze%Farmacia%1978%Università degli Studi di Firenze% +1646%6/4/1997%LOTITO%SOFIA%Via A.Vespucci,9%84043%Agropoli%SA%7/23/1972%AGROPOLI%SA%3/20/1997%Salerno%Farmacia%1997%Università degli Studi di Salerno%lotito.sofia@tiscali.it +2035%7/28/2003%LULLO%MIRELLA%VIA BOSCARIELLO%84025%EBOLI%SA%9/18/1977%EBOLI%SA%3/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +1864%5/25/2001%LUONGO%ILARIA%Via Romandola, snc%84022%Campagna%SA%6/26/1973%SALERNO%SA%3/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno% +837%7/21/1973%LUPIDI%MADDALENA%P.D'aiutolo%84090%Montecorvino Pugliano%SA%5/6/1948%TUSCANIA%VT%3/23/1973%Napoli%Farmacia%1973%Università degli Studi di Napoli%farmacialupidi@virgilio.it +792%1/30/1972%LUPO%FRANCESCO%VIA S. PANTALEONE, 3%84078%VALLO DELLA LUCANIA%SA%8/22/1947%CAIVANO%NA%11/18/1971%Napoli%Farmacia%1971%Università degli Studi di Napoli%farmacia.lupo@libero.it +2153%7/5/2004%MACCHIA%GIOVANNA%VIA CASICOLA, 42%84015%NOCERA SUPERIORE%SA%7/11/1972%NOCERA SUPERIORE%SA%3/26/2002%SALERNO%Farmacia%2002%Università degli Studi di Salerno%macchia.annunziata@tiscali.it +2112%2/17/2004%MACCHIARULO%KATIA%Via S. Sebastiano, 13/A%84065%PIAGGINE%SA%2/7/1979%VALLO DELLA LUCANIA%SA%7/25/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%katia.macchiarulo@tiscali.it +1276%12/31/1987%MACELLARO%RITA ANNAMARIA%Via E.Castelluccio,24%84100%Salerno%SA%3/2/1963%SALERNO%SA%11/3/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli% +1277%12/31/1987%MADAIO%ANNA%Via Xxiv Maggio,37%84013%Cava Dei Tirreni%SA%8/22/1961%CASTELCIVITA%%3/27/1987%Napoli%Chimica e tecn. farmaceutica%1987%Università degli Studi di Napoli% +1438%1/21/1992%MAGLIANO%GIOVANNA ANTONIA%Via Nazionale,30%84020%Casalbuono%SA%1/22/1963%CASALBUONO%SA%7/16/1991%Siena%Farmacia%1991%Università degli Studi di Siena% +2085%1/19/2004%MAIELLO%ARIANNA%VIA G.NNI FLORENZANO,57%84128%SALERNO%SA%10/8/1977%SALERNO%SA%10/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%ariannamai@libero.it +873%7/16/1975%MAINENTE%GIOVANNI%P.Ant.Magliani,10%84057%Laurino%SA%7/1/1951%VALLO DELLA LUCANIA%SA%12/9/1974%Napoli%Farmacia%1991%Università degli Studi di Siena%farmacia.mainente@tiscali.it +2306%9/12/2005%MAINENTI%DONATELLA%VIA MONS. VICINANZA, 3%84091%BATTIPAGLIA%SA%3/8/1976%VALLO DELLA LUCANIA%SA%3/28/2004%ROMA%Chimica e tecn. farmaceutica%2004%Università degli Studi di Roma%rs@fisiopharma.com +1678%3/9/1998%MAIONE%MARCO%Via Diaz,31%84100%Salerno%SA%2/12/1971%SALERNO%SA%10/21/1997%Napoli%Farmacia%1997%Università degli Studi di Napoli%marco.maione2@tin.it +1588%1/19/1996%MAIURI%PASQUALINA%Via C.Merola,19%84060%Moio Della Civitella%SA%4/10/1970%MOIO DELLA CIVITELLA%SA%11/14/1995%Siena%Farmacia%2001%Università degli Studi di Siena% +918%12/6/1976%MALANGONE%ROBERTO%Via Valle,20%84020%Palomonte%SA%6/6/1951%EBOLI%SA%11/6/1976%Napoli%Farmacia%1976%Università degli Studi di Napoli%farmacia.malangone@tiscalinet.it +1979%1/15/2003%MALANGONE%FRANCESCO SAVERIO%Loc.Sperlonga%84020%Palomonte%SA%11/9/1978%NAPOLI%NA%11/11/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%farmacia.malangone@tiscali.it +2314%12/5/2005%MANCANIELLO%LAURA%VIA RAFFAELE CAVALLO,5%84100%SALERNO%SA%11/15/1978%SALERNO%SA%3/30/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%lauramancaniello@libero.it +1636%3/18/1997%MANCINI%MAURO%C.So Garibaldi,47%84100%Salerno%SA%7/11/1967%SALERNO%SA%3/21/1996%Napoli%Chimica e tecn. farmaceutica%1996%Università degli Studi di Napoli% +2098%1/19/2004%MANCINI%EMILIA%VIA CASSANDRA,77%84073%SAPRI%SA%5/25/1978%PAOLA%CS%7/25/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%emancini@unisa.it +2003%2/11/2003%MANCUSI%DOMENICA%Via Turner, 5%84087%Sarno%SA%10/23/1977%SALERNO%SA%11/8/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno% +1561%6/9/1995%MANCUSI%ANGIOLA%C.so V.Emanuele-Traversa Turner, 18%84087%Sarno%SA%11/4/1965%NOCERA SUPERIORE%SA%3/22/1995%Napoli%Farmacia%1995%Università degli Studi di Napoli% +1224%6/12/1986%MANNARA%MARIA CONCETTA%Via Francesco Crispi,130%84100%Salerno%SA%8/5/1959%SALERNO%SA%3/24/1986%Napoli%Farmacia%1986%Università degli Studi di Napoli% +2338%1/16/2006%MANSI%ANGELA%VIA GIOVI INCARTO, 21%84131%SALERNO%SA%4/23/1981%SALERNO%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%angelamansi@inwind.it +2280%7/1/2005%MANSI%ESTER%VIA GERARDO AMATO, 28%84010%MINORI%SA%1/1/1981%SALERNO%SA%7/30/2004%NAPOLI%Chimica e tecn. farmaceutica%2004%Università degli Studi di Napoli%estermansi@virgilio.it +1092%9/10/1982%MANSI%RAFFAELLA%Via S.Giovanni A Mare, 7/BIS%84010%Minori%SA%11/1/1954%MINORI%SA%11/7/1977%Napoli%Farmacia%1977%Università degli Studi di Napoli% +1823%1/10/2001%MANZI%ANNA MARIA%Via San Vincenzo Curteri, 15%84085%Mercato San Severino%SA%1/6/1959%QUINDICI%AV%7/26/1986%Napoli%Farmacia%1986%Università degli Studi di Napoli%farmaciasanseverino@tiscali.it +2046%9/15/2003%MANZIONE%PAOLA%VIA NAZIONALE,102%84015%NOCERA SUPERIORE%SA%3/12/1977%NOCERA INFERIORE%SA%10/16/2002%NAPOLI%Chimica e tecn. farmaceutica%2003%Università degli Studi di Napoli%paola.manzione@virgilio.it +2022%5/13/2003%MANZO%MASSIMILIANO%Via S.Antonio Abate, 69%84018%SCAFATI%SA%4/4/1972%SCAFATI%SA%2/15/2002%SALERNO%Farmacia%2002%Università degli Studi di Salerno%drmanzomassimo@hotmail.it +1856%5/25/2001%MARANDINO%ADALGISA%VIA MAGNA GRECIA, 520/A%84047%CAPACCIO%SA%3/1/1973%PAGANI%SA%3/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%antogi73@yahoo.it +1632%2/17/1997%MARANDINO%AURELIO%Corso Garibaldi%84060%Perito%SA%12/3/1969%CAPACCIO%SA%11/9/1995%Perugia%Farmacia%1996%Università degli Studi di Napoli%aureliomarandino@tiscali.it +2361%2/13/2006%MARCHESE%MONICA%VIA FEUDO VIGNONE, 10%84040%CAPACCIO%SA%1/22/1979%AGROPOLI%SA%10/12/2005%NAPOLI%Farmacia%2005%Università degli Studi di Napoli%monica.marchese1@virgilio.it +1603%7/30/1996%MARCHESE%TERESA%Via Val D'agri%84030%Sanza%SA%7/1/1968%POLLA%SA%4/1/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli% +1765%1/25/2000%MARCHIARO%LAURA%Via F.Prudente,3%84010%Cetara%SA%6/30/1975%CETARA%SA%10/29/1999%Napoli%Farmacia%1999%Università degli Studi di Napoli%lauramarchiaro@yahoo.it +2426%9/25/2006%MARCHIONE%CARMEN%VIA SILVIO BARATTA,31%84127%SALERNO%SA%12/30/1981%CERCOLA%NA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%marchio@alice.it +775%2/24/1971%MARCHITIELLO%MARIA ROSARIA%Via Virgilio, 5%84025%Eboli - Loc. S. Cecilia%SA%5/18/1948%SALERNO%SA%11/13/1970%Napoli%Farmacia%1970%Università degli Studi di Napoli%farmaciamarchitiello@libero.it +1058%5/27/1981%MARCIELLO%GIUSEPPE MICHELE ORAZIO%P.Vitt.Veneto,2%84050%Giungano%SA%7/2/1953%VALVA%SA%3/31/1981%Napoli%Farmacia%1981%Università degli Studi di Napoli%farmacia.marciello@tiscali.it +1495%1/25/1994%MARINO%GIUSEPPE%Via Torrione,20%84100%Salerno%SA%2/11/1964%OTTATI%SA%10/29/1993%Napoli%Farmacia%1993%Università degli Studi di Napoli%gmarifar@tiscali.it +1978%1/15/2003%MARINO%MARIA%Via Italia, 30%84040%Capaccio Scalo%SA%5/10/1975%AGROPOLI%SA%11/8/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno% +897%1/17/1976%MARINO%DOMENICO%Via Giordano,22%84020%Corleto Monforte%SA%2/12/1948%OTTATI%SA%7/15/1975%Napoli%Farmacia%1975%Università degli Studi di Napoli%farmacia.marino@tiscali.it +2412%7/28/2006%MARINO%ANTONIO%Via XXIV Maggio,10%84025%EBOLI%SA%3/5/1980%EBOLI%SA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%antonio.marino-1928@poste.it +1157%6/22/1984%MAROTTA%DORA%Via G.Nicotera,25%84073%Sapri%SA%12/16/1949%CAMEROTA%SA%7/21/1983%Siena%Farmacia%1984%Università degli Studi di Siena% +895%1/17/1976%MAROTTA%MARIA GABRIELLA%P.Castello%84045%Altavilla Silentina%SA%7/10/1953%PIETRAPERTOSA%PZ%7/15/1975%Napoli%Farmacia%1975%Università degli Studi di Napoli%italiansquaw@hotmail.com +2040%9/15/2003%MARRAZZO%GIULIA%VIA D.AMMATURO,59%84016%PAGANI%SA%7/4/1974%PAGANI%SA%3/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%giulia.marrazzo@virgilio.it +1314%7/25/1988%MARRONE%ROSSANA%VIA STADIO, 7%84098%Pontecagnano Faiano%SA%8/15/1960%PONTECAGNANO FAIANO%SA%3/22/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli% +1900%1/14/2002%MARTINO%SIMONA%VIA PALINURO, 102%84098%PONTECAGNANO FAIANO%SA%9/18/1976%SALERNO%SA%7/25/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%simonamartino1976@yahoo.it +1292%1/28/1988%MARTINO%DANIELA%Via Vinceno Dono,8%84127%Salerno%SA%5/17/1961%MILANO%MI%6/30/1987%Napoli%Farmacia%1987%Università degli Studi di Napoli%danielamartino@hotmail.it +2019%4/9/2003%MARTORANO%ANTONELLA%VIA LUDOVICO SICIGNANO,3%84018%SCAFATI%SA%2/26/1974%CASTELLAMMARE DI STABIA%NA%11/8/2002%SALERNO%Farmacia%2002%Università degli Studi di Salerno%antonella.martorano@gmail.it +1344%2/23/1989%MASCARO%SILVIA%L.Re Colombo,339%84100%Salerno%SA%4/3/1964%SALERNO%SA%10/28/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli%silviamascaro@katamail.com +1744%6/28/1999%MASI%CINZIA%VIA FIRMIO LEONZIO, 18%84100%Salerno%SA%7/26/1969%TARANTO%TA%4/9/1999%Salerno%Farmacia%1999%Università degli Studi di Salerno%enzoadi74@email.it +917%12/6/1976%MASIELLO%MARIA GIUSEPPA%Via G.Giuliani, 143%84069%Roccadaspide%SA%7/7/1953%ROCCADASPIDE%SA%11/6/1976%Napoli%Farmacia%1976%Università degli Studi di Napoli%farmacia.masiello@tiscali.it +2384%4/26/2006%MASINI%MARIA TERESA%VIA NAZIONALE, 4a TRAV N.1 FRAZ.FASANA%84070%SALENTO%SA%8/21/1971%NOGARA%VR%3/18/1998%FERRARA%Chimica e tecn. farmaceutica%1998%Università degli Studi di Ferrara%masini25@farmaciahermes.191.it +1167%12/29/1984%MASSOTTI%ENZA%Via S.De Crescenzo, 19%84100%Salerno%SA%6/4/1955%PAGANI%SA%2/24/1984%Napoli%Farmacia%1984%Università degli Studi di Napoli%farmaciafimiani@virgilio.it +1211%3/20/1986%MASTANDREA%CATERINA%Via P.De Granita 13/e%84100%Salerno%SA%1/28/1962%SALERNO%SA%7/25/1985%Napoli%Farmacia%1985%Università degli Studi di Napoli%fciamercatello@tiscali.it +2118%3/22/2004%MASTROBERTI%MARIA ELENA%C.SO VITT.EMENUALE,228%84014%NOCERA INFERIORE%SA%12/12/1973%POTENZA%PZ%10/16/2002%NAPOLI%Chimica e tecn. farmaceutica%2003%Università degli Studi di Napoli% +1851%5/25/2001%MASTURZO%CESARE%Luri,45%84099%S.Cipriano Picentino%SA%3/26/1975%SALERNO%SA%3/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno% +822%2/10/1973%MASTURZO%EMILIO%P.Za Umberto Iø,44%84099%San Cipriano Picentino%SA%1/26/1948%SALERNO%SA%11/10/1972%Napoli%Farmacia%1972%Università degli Studi di Napoli%farmacia-masturzo@tiscali.it +2284%7/1/2005%MASULLO%CRISTINA%VIA S. MOBILIO,79%84127%SALERNO%SA%2/18/1980%VITERBO%VT%12/22/2004%SALERNO%Farmacia%2005%Università degli Studi di Salerno%cricri80@hotmail.it +2039%9/15/2003%MASULLO%FRANCESCO%VIA SAN GIOVANNI,34%84070%SACCO%SA%4/1/1977%SCHWETZINGEN%EE%3/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +2188%1/13/2005%MATTIA%VALERIA%VIA MANGANARIO, 90%84126%SALERNO%SA%8/23/1980%EBOLI%SA%10/15/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%mattia@unisa.it +1842%2/7/2001%MAUCIONE%ANGELA%Via Vitt.Emanuele III%84020%Aquara%SA%12/27/1958%SALERNO%SA%10/26/2000%Napoli%Farmacia%2000%Università degli Studi di Napoli% +2204%1/13/2005%MAURANO%SIMEONA%VIA TERRATE%84048%CASTELLABATE%SA%5/10/1979%AGROPOLI%SA%10/15/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%simeona1979@libero.it +1469%3/18/1993%MAURANO%ANTONELLA%c.so s.matarazzo,46%84048%Castellabate%SA%2/13/1956%CASTELLABATE%SA%7/24/1992%Napoli%Farmacia%1992%Università degli Studi di Napoli%fciamaurano@tiscali.it +2066%1/19/2004%MAURO%LAURA%VIA KENNEDY,45%84015%NOCERA SUPERIORE%SA%5/16/1977%NOCERA INFERIORE%SA%7/28/2003%NAPOLI%Farmacia%2003%Università degli Studi di Napoli% +2000%2/11/2003%MAUTONE%ELENA%Via Dell'immacolata%84057%Laurino%SA%7/10/1977%SALERNO%SA%11/8/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno% +2380%3/13/2006%MAZZARELLA%ROBERTO%VIA VITT.EMANUELE,32%84096%MONTECORVINO ROVELLA%SA%10/26/1979%EBOLI%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%robmazzarella@libero.it +1676%2/10/1998%MAZZARELLA%EMILIO%VIA TALETE - PARCO ARCOBALENO LOT 1%84025%EBOLI%SA%5/16/1973%VALLO DELLA LUCANIA%SA%11/11/1997%Salerno%Farmacia%1997%Università degli Studi di Salerno%it3ema@tiscali.it +1143%12/30/1983%MAZZEI%LIVIA%Via Renato De Martino, 10%84122%Salerno%SA%10/12/1959%SALERNO%SA%11/10/1983%Roma%Farmacia%1983%Università degli Studi di Roma% +1747%10/12/1999%MAZZILLO%VIRGINIA%Via Sotto La Chiesa,4%84020%Salvitelle%SA%12/18/1967%POLLA%SA%1/20/1999%Napoli%Farmacia%1999%Università degli Studi di Napoli%virginia.mazzillo@alice.it +788%1/10/1972%MEDUGNO%ELEONORA%Via G.Matteotti,29%84084%Fisciano%SA%7/15/1949%MERCATO SAN SEVERINO%SA%7/15/1971%Napoli%Farmacia%1971%Università degli Studi di Napoli% +2401%7/10/2006%MELASI%SIMONA%VIA VIRGILIO,7%84020%EBOLI - S.CECILIA%SA%4/22/1977%SALERNO%SA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%farmaciamarchitiello@libero.it +1858%5/25/2001%MELE%IMACA MICHELA%G.Martuscelli,16%84100%Salerno%SA%7/11/1975%MILANO%MI%3/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%imaca@tiscali.it +1121%6/10/1983%MELI%GIANDOMENICO%Via Vocca,6%84100%Salerno%SA%5/4/1959%SALERNO%SA%12/10/1982%Napoli%Farmacia%1983%Università degli Studi di Napoli% +1862%5/25/2001%MELILLO%PAOLA%Via S. Bernardo, 26%84025%Eboli%SA%7/25/1976%EBOLI%SA%3/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno%paola.melillo@tin.it +835%7/10/1973%MELLONE%ROSALBA%VIA ANNUNZIATA%84021%Buccino%SA%2/28/1949%BATTIPAGLIA%SA%2/17/1972%Napoli%Farmacia%1972%Università degli Studi di Napoli%farmamellone@tiscali.it +2368%2/13/2006%MENCHERINI%TERESA%VIA NINO BIXIO, 7%84081%BARONISSI%SA%2/14/1979%SALERNO%SA%7/25/2002%SALERNO%Farmacia%2002%Università degli Studi di Salerno% +2408%7/10/2006%MEOLI%CHIARA%VIA S. CALENDA,45%84126%SALERNO%SA%9/5/1978%SALERNO%SA%12/19/2005%SALERNO%Farmacia%2006%Università degli Studi di Salerno%donnachiarina@libero.it +884%12/29/1975%MEROLA%ANNA%Via Belvedere,6%84043%Agropoli%SA%4/30/1951%MOIO DELLA CIVITELLA%SA%11/3/1975%Napoli%Farmacia%1975%Università degli Studi di Napoli%annamerola2009@libero.it +2379%3/13/2006%MESSANO%LUISA%VIA STEFANO PASSARO,19%84127%SALERNO%SA%10/29/1976%SALERNO%SA%10/28/2005%SALERNO%Farmacia%2006%Università degli Studi di Salerno%luisafly76@hotmail.com +2114%2/17/2004%MESIANI MAZZACUVA%MARIA ELENA%Via Bosco Lucarelli,52%84014%NOCERA INFERIORE%SA%2/16/1968%REGGIO CALABRIA%RC%7/22/2003%MESSINA%Farmacia%2003%Università degli Studi di Messina% +931%6/4/1977%MIELE%LUISA%Via Papa Luciani,1%84020%Roscigno%SA%3/15/1953%LAURINO%SA%4/5/1977%Napoli%Farmacia%1977%Università degli Studi di Napoli%fciamiele@tiscalinet.it +2073%1/19/2004%MIGLIARO%GIUSEPPINA%VIA VETICE, 9 - TRAV. MIGLIARO%84010%SAN VALENTINO TORIO%SA%2/6/1977%SAN VALENTINO TORIO%SA%10/15/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +1990%1/15/2003%MIGNINI%IRMA%Via Madonna Di Fatima,24%84129%Salerno%SA%11/9/1978%SALERNO%SA%7/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%irma.mignini@libero.it +2078%1/19/2004%MILILLO%CHIARA%Via Amendola,20%84043%AGROPOLI%SA%11/20/1979%NAPOLI%NA%2/25/2003%NAPOLI%Farmacia%2003%Università degli Studi di Napoli%accipigna@libero.it +1763%1/25/2000%MILILLO%IGNAZIO%Via Pisacane, 15%84043%Agropoli%SA%9/18/1976%AGROPOLI%SA%6/29/1999%Napoli%Farmacia%1999%Università degli Studi di Napoli%ignazio.milillo@gmail.com +1884%9/3/2001%MILITO%GIUSEPPE%Via A.Salsano,38%84013%Cava Dei Tirreni%SA%3/4/1975%SALERNO%SA%3/30/2001%Salerno%Farmacia%2001%Università degli Studi di Salerno% +1890%12/27/2001%MILITO PAGLIARA%SEVERINA%Via Trento,127%84129%Salerno%SA%6/12/1943%SALERNO%SA%10/23/2001%Napoli%Farmacia%2001%Università degli Studi di Napoli% +2041%9/15/2003%MILITO PAGLIARA%MARIA%C.SO GARIBALDI 166/A%84081%BARONISSI%SA%3/26/1979%SALERNO%SA%3/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +874%7/16/1975%MILITO PAGLIARA%GUIDO%C.So Garibaldi,39%84041%Baronissi%SA%7/5/1945%SALERNO%SA%3/20/1974%Napoli%Farmacia%1974%Università degli Studi di Napoli%farmaciapagliara@hotmail.com +1743%6/22/1999%MILLAURO%BARBARA%Via S. Francesco, 2%84043%AGROPOLI%SA%7/5/1971%NAPOLI%NA%12/20/1996%Napoli%Chimica e tecn. farmaceutica%1997%Università degli Studi di Napoli%barbaramillauro@tiscali.it +2058%1/19/2004%MILONE%STEFANIA%VIA S.VITO,3%84126%SALERNO%SA%1/7/1977%SALERNO%SA%2/27/2003%NAPOLI%Chimica e tecn. farmaceutica%2003%Università degli Studi di Napoli%stefania.milone@email.it +1583%1/19/1996%MILONE%PAOLA%Via G.Vicinanza,16%84100%Salerno%SA%6/26/1968%SALERNO%%10/27/1995%Napoli%Farmacia%1995%Università degli Studi di Napoli%giovanni@studiodifilippo.it +1817%1/10/2001%MIRRA%MARCO%Via C. Sorgente, 98/g%84125%Salerno%SA%7/20/1971%SALERNO%SA%10/30/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno%marco.mirra@alice.it +1017%1/28/1980%MONACO%GIUSEPPE%Via Stella,5%84060%Orria%SA%2/3/1946%CENTOLA%SA%7/19/1979%Roma%Farmacia%1979%Università degli Studi di Roma%monacorria@libero.it +2231%1/24/2005%MONACO%GIUSEPPINA%VIA PESCONE,5%84026%POSTIGLIONE%SA%7/28/1974%GERMANIA%EE%7/26/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%giusymonac@virgilio.it +1083%6/29/1982%MONTAGNA%MARCELLO%Via Piave, 45 - P.Co Primavera Sc. C%84098%Pontecagnano Faiano%SA%12/30/1957%SALERNO%SA%2/15/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli%marcello.m@tin.it +2203%1/13/2005%MOLINARO%ANTONELLA%VIA BIVIO ROSTO,70%84085%MERCATO SAN SEVERINO%SA%3/28/1980%NOCERA INFERIORE%SA%7/26/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%fyvmol@tin.it +984%1/29/2009%MONTAGNARO%GIUSEPPE%Via Schiavo,7%84128%Salerno%SA%11/7/1955%CIRO' MARINA%KR%11/6/1978%Napoli%Farmacia%1978%Università degli Studi di Napoli% +1962%12/4/2002%MONTANO%GENNARO%Via Diego Ferraioli, 10%84013%Cava Dei Tirreni%SA%8/31/1974%MADDALONI%CE%3/6/2001%Napoli%Farmacia%2001%Università degli Studi di Napoli%info@farmaciamontano.it +2220%1/24/2005%MONTELLA%DANIELA%VIA ADIGE, 62%84091%BATTIPAGLIA%SA%7/5/1980%BATTIPAGLIA%SA%7/27/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%danielamontella@tiscali.it +1560%6/9/1995%MONTERA%VINCENZO%c/o farmacia Montera C.so umberto,98%84019%VIETRI SUL MARE%SA%2/20/1971%SALERNO%SA%3/24/1995%Napoli%Farmacia%1995%Università degli Studi di Napoli%farmaciamontera@tin.it +1223%6/12/1986%MONTERA%CARMELA%C.So Umberto,98%84019%Vietri Sul Mare%SA%8/13/1960%SALERNO%SA%3/25/1986%Napoli%Farmacia%1986%Università degli Studi di Napoli%farmaciamontera@tin.it +1684%5/26/1998%MORDENTE%ANNA MARIA%Viale Kennedy,50%84043%Agropoli%SA%5/2/1957%CORLETO MONFORTE%SA%6/27/1997%Napoli%Farmacia%1997%Università degli Studi di Salerno%annamariamordente@virgilio.it +2101%1/19/2004%MORELLI%PAOLA%VIA G.B.AMENDOLA,69%84128%SALERNO%SA%3/6/1975%NAPOLI%NA%3/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%paola.morelli3@virgilio.it +2170%9/9/2004%MORELLO%SILVANA%VIA PERILLO I^ N.13%84039%TEGGIANO%SA%7/11/1975%GERMANIA%EE%5/5/1999%NAPOLI%Farmacia%1999%Università degli Studi di Napoli%morello.silvana@gmail.com +1339%2/3/1989%MORRONE%VINCENZO%Via Ex-Monastero, 34%84030%Caggiano%SA%2/23/1957%CAGGIANO%SA%10/26/1988%Napoli%Farmacia%1988%Università degli Studi di Napoli%morroneditalia@libero.it +1220%6/12/1986%MOSCARIELLO%ANTONIETTA%Via Ferreria, 123%84081%Baronissi%SA%1/11/1957%SALERNO%%2/25/1986%Napoli%Farmacia%1986%Università degli Studi di Napoli%moscaanto@libero.it +1891%12/27/2001%MOSCARIELLO%IRENE%Via Cerza,15%80040%Striano%NA%4/12/1957%SARNO%SA%7/24/2001%Napoli%Farmacia%2001%Università degli Studi di Napoli% +1375%2/8/1990%MUCCIOLO%ROSA%VIA ADIGE, 25%84091%BATTIPAGLIA%SA%4/20/1964%BATTIPAGLIA%SA%10/27/1989%Napoli%Farmacia%1989%Università degli Studi di Napoli%cofaser.sede4@tiscali.it +2024%6/18/2003%NADDEO%ADELINA%VIA VIGNA,7%84081%BARONISSI%SA%9/8/1975%SALERNO%SA%7/25/2002%SALERNO%Farmacia%2002%Università degli Studi di Salerno% +2155%7/5/2004%NAIMOLI%ANTONELLA%VIA MOLIGNAN0,1%84020%CAMPAGNA%SA%12/12/1979%EBOLI%SA%3/30/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +1833%1/10/2001%NANNI%REMIGIO%Viale dei pioppi,31%84134%Salerno%SA%1/21/1977%SALERNO%SA%10/30/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno%reminanni@libero.it +1984%1/15/2003%NANNI%MARIANGELA%Via delle Tamerici, 6%84134%Salerno%SA%8/23/1979%SALERNO%SA%7/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%nanirem@katamail.com +769%2/6/1971%NANNI%BRUNO%Viale delle Tamerici, 6%84100%Salerno%SA%6/8/1942%SANZA%SA%7/15/1970%Napoli%Farmacia%1970%Università degli Studi di Napoli%farmaciaigea@libero.it +2391%5/10/2006%NAPODANO%MARIANNA%VIA G.CESARE,34%84085%MERCATO SAN SEVERINO%SA%3/21/1979%AVELLINO%AV%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%mariannaemafalda@alice.it +1134%12/28/1983%NAPOLI%CONCETTA%Via Costa Carora,3%83020%Montoro Inferiore Borgo%AV%8/2/1955%MERCATO SAN SEVERINO%SA%6/29/1983%Napoli%Farmacia%1983%Università degli Studi di Napoli% +1571%6/28/1995%NAPOLITANO%GAETANO%Via Nazionale,85%84050%Ispani%SA%6/4/1966%POLLA%SA%12/21/1994%Napoli%Farmacia%1995%Università degli Studi di Napoli% +927%2/18/1977%NAPPI%GIULIA%Via A.Califano%84010%Sant'Egidio Montalbino%SA%11/15/1951%MERCOGLIANO%AV%11/7/1974%Napoli%Farmacia%1974%Università degli Studi di Napoli%giulianappi@libero.it +1088%6/29/1982%NASTASI%PATRIZIA%Via Casarse,14%84100%Salerno%SA%2/23/1958%SALERNO%SA%3/18/1982%Napoli%Farmacia%1982%Università degli Studi di Napoli% +1453%6/18/1992%NASTI%ISABELLA%P.Za Sorrento,15%84012%Angri%SA%3/25/1959%ANGRI%SA%2/28/1992%Napoli%Farmacia%1992%Università degli Studi di Napoli%naspas@aliceposta.it +727%12/30/1968%NASTRI%BRUNO%Via B. Croce, 38%84100%Salerno%SA%5/19/1943%SALERNO%SA%11/14/1968%Napoli%Farmacia%1968%Università degli Studi di Napoli%farmacianastribruno@tiscali.it +1563%6/9/1995%NASTRI%FRANCESCO%VIA LUNGOMARE TRIESTE, 190%84121%Salerno%SA%1/14/1971%SALERNO%SA%3/24/1995%Napoli%Farmacia%1995%Università degli Studi di Napoli%farmacianastribruno@tiscali.it +1936%7/9/2002%NATALE%MARIA GIUSEPPINA%Via Rocco Cocchia,30%84100%Salerno%SA%4/11/1975%POLLA%SA%3/26/2002%Salerno%Farmacia%2002%Università degli Studi di Salerno%pinanatale@libero.it +2163%8/2/2004%NAVARRA%MONICA%VIA CARLO PISACANE%84082%BRACIGLIANO%SA%7/4/1974%MARIGLIANO%NA%3/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +1404%1/14/1991%NEGRI%ANTONELLA%Via S.Allende, 60%84081%Baronissi%SA%9/24/1967%SALERNO%SA%10/25/1990%Napoli%Farmacia%1990%Università degli Studi di Napoli%antonella.farma@alice.it +2080%1/19/2004%NEGRI%STEFANIA%Via Cutinelli, 121-3a Trav.%84081%BARONISSI%SA%2/24/1974%SALERNO%SA%7/25/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%stefany-74@hotmail.it +1779%5/30/2000%NESI%ROMEO%Via Roma,2%84026%Postiglione%SA%1/21/1968%POSTIGLIONE%SA%4/10/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno%romeonesi@alice.it +948%12/30/1977%NIGRO%NICOLA%Via Salvo D'Acquisto, 62%84047%Capaccio%SA%6/23/1948%PIAGGINE%SA%7/21/1977%Napoli%Farmacia%1977%Università degli Studi di Napoli%nigronicola@tiscali.it +2376%2/27/2006%NIGRO%ERINA%VIA OBERDAN,22%84091%BATTIPAGLIA%SA%11/28/1981%AGROPOLI%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno% +1681%3/9/1998%NIGRO%CARMEN%Via Xxiv Maggio,3%84025%Eboli%SA%10/4/1972%EBOLI%SA%4/18/1997%Siena%Chimica e tecn. farmaceutica%1997%Università degli Studi di Salerno% +1787%6/13/2000%NISI%GIOVANNI%Largo Dei Trecento,1%84073%Sapri%SA%11/6/1974%VALLO DELLA LUCANIA%SA%4/11/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno% +2410%7/10/2006%NOCE%GENNJ%VIA ROMA,163%84070%TRENTINARA%SA%11/15/1980%AGROPOLI%SA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno% +1956%9/16/2002%NOSCHESE%ROSSELLA%Via Acquara, 3%84099%San Cipriano Picentino%SA%7/2/1969%SALERNO%SA%7/23/1996%Napoli%Farmacia%1996%Università degli Studi di Napoli%ross69n@libero.it +1562%6/9/1995%ODIERNA%ANNA MARIA%Via Parallela Duomo,18%84087%Sarno%SA%10/20/1962%SALERNO%SA%3/27/1995%Napoli%Farmacia%1995%Università degli Studi di Napoli%aniellosquillante@alice.it +1821%1/10/2001%ODIERNA VITI%IRENE%C.So Vitt.Emanuele,79%84014%Nocera Inferiore%SA%7/2/1973%NOCERA INFERIORE%SA%7/24/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno%ire73@virgilio.it +771%2/6/1971%OLIVA%GIUSEPPE%Via M.Schipa,7%84100%Salerno%SA%3/18/1944%CIRIGLIANO%MT%7/15/1970%Napoli%Farmacia%1970%Università degli Studi di Napoli% +2142%6/17/2004%OLIVA%ANTONIO%VIA CORTICELLE, 1/3%84085%MERCATO S.SEVERINO%SA%3/18/1973%SALERNO%SA%12/22/2003%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +772%2/6/1971%OLIVA%ARCANGELA%Via Memoli,8%84123%Salerno%SA%1/20/1946%CIRIGLIANO%MT%7/15/1970%Napoli%Farmacia%1970%Università degli Studi di Napoli%farmaciadelsanto@tin.it +1954%7/29/2002%ORCO%GIUSEPPINA%Via Europa, 26%84029%Sicignano Degli Alburni%SA%4/20/1976%SALERNO%SA%2/27/2002%Napoli%Farmacia%2002%Università degli Studi di Napoli%giuseppina.orco@libero.it +1644%6/4/1997%ORIO%CONCETTA SERENA%C.So Garibaldi,33%84100%Salerno%SA%1/2/1973%SALERNO%SA%3/20/1997%Salerno%Farmacia%1997%Università degli Studi di Salerno%concettaserena.orio@fastwebnet.it +1076%2/8/1982%ORRICO%ANNA MARIA%Via Migliaro,p.Zo Edil 93%84096%Montecorvino Rovella%SA%10/25/1955%PERITO%SA%6/24/1981%Napoli%Farmacia%1981%Università degli Studi di Napoli%ann_mary@alice.it +1992%1/15/2003%ORO%GIUSEPPE%Via Sottosanti,21%84010%San Valentino Torio%SA%8/8/1970%SAN GIUSEPPE VESUVIANO%NA%12/19/2001%Salerno%Farmacia%2002%Università degli Studi di Salerno%orogiu@libero.it +2007%2/11/2003%ORSINI%GIULIANA%Via Napoli,47%84091%Battipaglia%SA%9/6/1978%SALERNO%SA%3/22/2002%Napoli%Chimica e tecn. farmaceutica%2002%Università degli Studi di Napoli% +1149%2/24/1984%PACE%ANNA MARIA%Via Casa Fasulo, 2%84100%Salerno%SA%4/24/1958%SALERNO%SA%7/21/1983%Napoli%Farmacia%1983%Università degli Studi di Napoli%pace.annamaria@yahoo.it +1114%6/1/1983%PACELLA%LORENZO%Viale Monterosa,2 Scala A3%84091%Battipaglia%SA%9/18/1954%POSTIGLIONE%SA%7/21/1982%Roma%Farmacia%1983%Università degli Studi di Roma%lorenzopacella@alice.it +780%6/15/1971%PACIFICO%MARIA PIA%Via VI Settembre 1860, 14%84100%Salerno%SA%2/8/1947%MONDRAGONE%CE%4/20/1971%Napoli%Farmacia%1971%Università degli Studi di Napoli%rinopisacane@hotmail.it +1839%1/22/2001%PAESANO%NICOLA%Via Francesco La Francesca,59%84124%Salerno%SA%9/10/1976%VALLO DELLA LUCANIA%SA%10/30/2000%Salerno%Farmacia%2000%Università degli Studi di Salerno%npaesano@alice.it +2256%4/22/2005%PAESANO%GAETANO%VIA V.VENETO,98%84065%PIAGGINE%SA%12/6/1979%VALLO DELLA LUCANIA%SA%10/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno% +1732%5/25/1999%PAGANO%PASQUALE%Via Tiziano, 10%84096%MONTECORVINO ROVELLA%SA%9/6/1971%SALERNO%SA%4/9/1999%Salerno%Farmacia%1999%Università degli Studi di Salerno% +1252%6/18/1987%PAGANO%GIUSEPPINA%Vicolo Isonzo, 1%84056%GIOI%SA%5/21/1957%SALERNO%SA%12/12/1986%Napoli%Farmacia%1986%Università degli Studi di Napoli%giusypagano57@libero.it +1391%6/28/1990%PAGLIA%LOREDANA%Via Montegelbison%84060%Novi Velia%SA%2/22/1965%VALLO DELLA LUCANIA%SA%3/19/1990%Roma%Farmacia%1990%Università degli Studi di Roma% +1400%12/29/1990%PALADINO%LIDIA%Via Principe di Piemonte, 97%80051%AGEROLA%NA%9/6/1964%SAN GIOVANNI A PIRO%SA%10/25/1990%Napoli%Farmacia%1990%Università degli Studi di Napoli% +1568%6/28/1995%PALESCANDOLO%GIOVANNI%Via Lanzara, 33%84014%Nocera Inferiore%SA%11/15/1960%NOCERA INFERIORE%SA%12/21/1994%Napoli%Farmacia%1995%Università degli Studi di Napoli%farmaciapalescandolo@virgilio.it +1499%1/25/1994%PALLADINO%RAFFAELLA%Via Varco Cacciatore, 102%84038%Sassano%SA%1/19/1967%LAURITO%SA%7/5/1993%Napoli%Farmacia%1993%Università degli Studi di Napoli% +2122%3/22/2004%PALMIERI%MARIA NEVE%VIA MONTE BIANCO,8%84098%PONTECAGNANO FAIANO%SA%6/16/1979%SALERNO%SA%7/24/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%marianeve79@libero.it +683%7/22/1966%PANARESE%CANDIDO%VIA P. ROLUNG. TO MATTEOTTI, 54%84087%Sarno%SA%6/29/1939%TRIPOLI%EE%7/9/1965%Napoli%Farmacia%1965%Università degli Studi di Napoli%farmapan@libero.it +829%6/1/1973%PANARESE%ALBA%P.Amendola,27%84010%San Valentino Torio%SA%3/19/1947%SANT'ARCANGELO TRIMONTE%BN%11/13/1970%Napoli%Farmacia%1970%Università degli Studi di Napoli%dott.albapanarese@libero.it +2469%1/15/2007%DESIDERIO%MARCO%VIA PORTACATENA, 29%84121%SALERNO%SA%11/3/1982%POMPEI%NA%11/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%wishes2@hotmail.it +2473%1/15/2007%GIGANTE%GIANCARLO%Via Ricasoli, 22%84091%Battipaglia%SA%11/22/1973%SALERNO%SA%1/30/2001%NAPOLI%Farmacia%2003%Università degli Studi di Napoli%giancarlo@giancarlogigante.it +2475%1/15/2007%MAIURI%ERMINIA%Via Delle Ginestre,113%84046%ASCEA%SA%6/22/1982%VALLO DELLA LUCANIA%SA%7/24/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%erminiamaiuri@infinito.it +2477%1/15/2007%PARENTELA%ISABELLA%VIA S. D'ALESSANDRO, 6%84014%NOCERA INFERIORE%SA%10/21/1952%ROMA%RM%7/27/2006%NAPOLI%Farmacia%2006%Università degli Studi di Napoli%albertoferrante@libero.it +2479%1/15/2007%RIZZO%ROSANNA%VIA UMBERTO I°, 136%84050%FUTANI%SA%9/3/1982%DIELSDORF%EE%7/24/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%rosanna.rizzo@alice.it +2481%1/15/2007%SOLITRO%LUCIA%VIA P. BARATTA, 94%84091%BATTIPAGLIA%SA%3/16/1981%BATTIPAGLIA%SA%10/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%etroncone@alice.it +2482%1/15/2007%STANZIONA%MARTA%VIA S. SEBASTIANO, 31%84051%CENTOLA%SA%1/28/1978%CENTOLA%SA%10/19/2006%NAPOLI%Farmacia%2006%Università degli Studi di Napoli%fio010396@tiscali.it +2483%1/29/2007%ALIBERTI%FRANCESCO ANTONIO%VIA CUTINELLI, 207%84081%BARONISSI%SA%11/21/1974%AALEN (GERMANIA)%EE%7/26/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%alibertifrancescoantonio@tin.it +2485%1/29/2007%CHIARIELLO%ROSA%VIA SCIPIONE LANDULFO, 26%84060%MONTECORICE%SA%11/10/1980%AGROPOLI%SA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%rosachiariello@jumpy.it +2492%1/29/2007%VICEDOMINI%SIMONA%VIA G. LEOPARDI, 10%84016%PAGANI%SA%3/7/1981%NOCERA INFERIORE%SA%11/8/2005%NAPOLI%Chimica e tecn. farmaceutica%2005%Università degli Studi di Napoli%siimy@hotmail.com +2760%1/29/2009%ANSALONE%IDA%VIA CIORANI FRAZ. TORELLO, 100%84085%MERCATO SAN SEVERINO%SA%4/12/1982%MERCATO SAN SEVERINO%SA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%idansalone@libero.it +2507%3/19/2007%FATTORUSO%CARMELA MARIA%LOCALITA' SAN FELICE, 46%84013%CAVA DE' TIRRENI%SA%2/21/1981%NOCERA INFERIORE%SA%7/24/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%pompeis@alice.it +2780%2/26/2009%DE RINALDIS%MARIAROSARIA%VIA A. BALZICO, 9%84122%SALERNO%SA%10/7/1983%SALERNO%SA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%mariarosariadr@libero.it +2517%6/4/2007%DE MIERI%FORTUNATA MARIA%VIA VAL D'AGRI, 145%84030%SANZA%SA%1/13/1981%BUONABITACOLO%SA%12/15/2005%GERMANIA%Farmacia%2005%Università degli Studi di HEIDELBERG - GERMANIA%fortunata.mari@libero.it +2519%6/18/2007%CAVALLO%CATIA%VIA G. GIULIANI, 21%84069%ROCCADASPIDE%SA%4/25/1977%SALERNO%SA%2/27/2003%NAPOLI%Chimica e tecn. farmaceutica%2003%Università degli Studi di Napoli%catia477@libero.it +2520%6/18/2007%FIGLIOLIA%ROSSELLA%VIA MADONNA DELLE GRAZIE, 40%84019%VIETRI SUL MARE%SA%3/4/1983%SALERNO%SA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%rossella.figliolia@alice.it +2521%6/18/2007%MARMO%ANNA%VIA ZAMBRANO, 169%84088%SIANO%SA%2/16/1982%NOCERA INFERIORE%SA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%myranna@libero.it +2522%6/18/2007%SENESE%FRANCESCA%VIA CROCE, snc%84020%OLIVETO CITRA%SA%10/13/1982%OLIVETO CITRA%SA%12/20/2006%SALERNO%Farmacia%2007%Università degli Studi di Salerno%omegaf@lycos.it +2523%6/18/2007%STANCATI%GIORGIO%L.go Duchi Piccolomini, 10%84011%AMALFI%SA%3/13/1981%SALERNO%SA%2/22/2007%NAPOLI%Farmacia%2007%Università degli Studi di Napoli%giorgiostancati@amalfigiovani.it +2524%6/18/2007%TORTORA%ALESSANDRO%VIA CESARE BATTISTI, 1%84072%SANTA MARIA DI CASTELLABATE%SA%11/8/1976%AGROPOLI%SA%12/20/2006%SALERNO%Farmacia%2007%Università degli Studi di Salerno%aleale0811@libero.it +2501%2/26/2007%GARGIULO%MICHELE%VIA COLARUSSO, 7%80061%MASSA LUBRENSE%NA%5/25/1982%VICO EQUENSE%NA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%michele-grg@libero.it +2502%2/26/2007%GUERRA%ANGELA%VIA CODONE I°, 11%84044%ALBANELLA%SA%11/13/1975%AGROPOLI%SA%7/24/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%angela.guerra1975@libero.it +2503%2/26/2007%IANNONE%ANNA%VIA CARLO DE ANGELIS, 1%84127%SALERNO%SA%4/7/1981%SALERNO%SA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%aidanna@libero.it +2504%2/26/2007%RICCI%ANNA MARIA%VIA MOLINELLO%83025%MONTORO INFERIORE%AV%8/4/1981%AVELLINO%AV%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%riccianna@interfree.it +2506%2/26/2007%VILLANI%RAFFAELLA%VIALE EUROPA, 2%84015%NOCERA SUPERIORE%SA%10/2/1980%NOCERA INFERIORE%SA%7/28/2006%NAPOLI%Chimica e tecn. farmaceutica%2006%Università degli Studi di Napoli%villaniraffaella80@libero.it +2526%6/27/2007%AMORUSO%IDA%VIA TRAV. R. NICODEMI, 18%84084%FISCIANO%SA%7/22/1978%AVELLINO%AV%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%idaamoruso@virgilio.it +2528%6/27/2007%CAPUTO%LUCA%VIA PIEMONTE, 20%84096%MONTECORVINO ROVELLA%SA%11/25/1978%SALERNO%SA%5/4/2007%PERUGIA%Farmacia%2007%Università degli Studi di Salerno%farmacaputo@virgilio.it +2530%6/27/2007%D'AMBROSIO%CRISTIANA%VIA MATTEO RIPA, 13%84122%SALERNO%SA%7/4/1981%NAPOLI%NA%12/18/2006%NAPOLI%Chimica e tecn. farmaceutica%2007%Università degli Studi di Napoli%cristianadambrosio@libero.it +2531%6/27/2007%LA SALA%CARMEN%VIA MARTIRI D'UNGHERIA-TRAV.SCHETTINO,19%84018%SCAFATI%SA%11/12/1976%POMPEI%NA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%carmenlasala@libero.it +2532%6/27/2007%LANDI%VITTORIA%VIA POMPEI, 139%84098%PONTECAGNANO FAIANO%SA%7/17/1979%SALERNO%SA%12/20/2006%SALERNO%Farmacia%2007%Università degli Studi di Salerno%vittorialandi@yahoo.it +2533%6/27/2007%MARTINELLI%ANTONIO%VIA FORLI', 12%84091%BATTIPAGLIA%SA%8/12/1981%AGROPOLI%SA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%antonio_martinelli1@virgilio.it +2534%6/27/2007%MILITO PAGLIARA%GIOVANNA%C.SO GARIBALDI, 166/A%84081%BARONISSI%SA%6/21/1981%SALERNO%SA%12/20/2006%SALERNO%Farmacia%2007%Università degli Studi di Salerno%giovannamilitopagliara@hotmail.it +2535%6/27/2007%NAPOLI%FRANCESCA%VIA A. IANNUZZI, 51%84128%SALERNO%SA%5/14/1983%SALERNO%SA%10/16/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%francesca-napoli@libero.it +2537%6/27/2007%SCARANO%FRANCESCO%VIA TRICINO, 11%84018%SCAFATI%SA%5/28/1981%SCAFATI%SA%3/23/2007%NAPOLI%Farmacia%2007%Università degli Studi di Napoli%logaritmo81@libero.it +2539%6/27/2007%VITALE%VALENTINO%VIA E. FERMI, 14%84018%SCAFATI%SA%8/29/1983%POMPEI%NA%12/18/2006%NAPOLI%Chimica e tecn. farmaceutica%2007%Università degli Studi di Napoli%valentinovitale@libero.it +2540%7/9/2007%CAPUTO%MARIA%VIA PIZZONE SALICE VIC. S. NICOLA, 8%84018%SCAFATI%SA%10/1/1982%VICO EQUENSE%NA%12/20/2006%SALERNO%Farmacia%2007%Università degli Studi di Salerno%caputomaria82@yahoo.it +2541%7/9/2007%CLEMENTE%ORIANA%VIA FOGAZZARO, 70%84091%BATTIPAGLIA%SA%9/7/1981%BATTIPAGLIA%SA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%origen@hotmail.it +2555%7/9/2007%VASSALLO%IVANO%VIA DOTT. N. CESTARI, 51%84033%MONTESANO SULLA MARCELLANA%SA%6/24/1983%SALERNO%SA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%ivanovassallo@hotmail.it +2547%7/9/2007%DIOTAIUTI%DANIELA%VIA S. MARIA, 15%84040%CAMEROTA%SA%6/27/1978%MARATEA%PZ%3/22/2007%NAPOLI%Farmacia%2007%Università degli Studi di Napoli%da.diotaiuti@tiscali.it +2553%7/9/2007%PETRACCARO%IMMACOLATA%VIA XX SETTEMBRE, 5%84069%ROCCADASPIDE%SA%6/21/1978%AGROPOLI%SA%4/18/2007%SIENA%Farmacia%2007%Università degli Studi di Siena%immapetraccaro@hotmail.it +2556%7/26/2007%CANTALUPO%EMILIA%VIA FORLI', 2%84091%BATTIPAGLIA%SA%8/5/1981%BATTIPAGLIA%SA%12/20/2006%SALERNO%Farmacia%2007%Università degli Studi di Salerno%emiliacantalupo@alice.it +2782%2/26/2009%DERKESHLI%NADIA%VIA VITT. EMANUELE, 38%84087%SARNO%SA%8/19/1984%SARNO%SA%10/17/2008%NAPOLI%Farmacia%2008%Università degli Studi di Napoli%nadiader@alice.it +2557%7/26/2007%FUCCI%GIUSEPPE%VIA DEI GRECI PAL. D, 64%84135%SALERNO%SA%10/6/1981%SALERNO%SA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%opf1981@alice.it +2561%7/26/2007%SPARANO%MICHELANGELO%CONTRADA CURCI, 14 A%84078%VALLO DELLA LUCANIA%SA%12/22/1982%AGROPOLI%SA%3/15/2007%ROMA%Farmacia%2007%Università degli Studi di Roma%sparano82@alice.it +2565%8/29/2007%SALA%SABRINA%VIA NAZIONALE, 44%84076%TORCHIARA%SA%1/18/1982%AGROPOLI%SA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%salasabrina@yahoo.it +2784%2/26/2009%DI SESSA%FILOMENA%VIA MARCO POLO, 14%84048%CASTELLABATE%SA%9/28/1985%AGROPOLI%SA%7/23/2008%NAPOLI%Farmacia%2008%Università degli Studi di Napoli%filomenadisessa@libero.it +2508%3/19/2007%FORZIATI%ROSSELLA%CORSO MATARAZZO, 46- FRAZ. S. MARIA%84072%CASTELLABATE%SA%6/4/1983%BATTIPAGLIA%SA%7/27/2006%NAPOLI%Farmacia%2006%Università degli Studi di Napoli%rossellaforziati@alice.it +2510%3/19/2007%LEPRE%GIUSEPPE%VIA FIUME, 18%83025%MONTORO INFERIORE%AV%10/3/1980%SALERNO%SA%10/16/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%farmlepre@libero.it +2511%3/19/2007%SAVINO%FABIO%VIA L. PETRAGLIA, 10%84078%VALLO DELLA LUCANIA%SA%3/31/1979%SALERNO%SA%3/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%fabiosavino1979@libero.it +2516%5/14/2007%VASSALLUZZO%ROSSELLA%VIA P.C. DI LORENZO, 1%84078%VALLO DELLA LUCANIA%SA%3/2/1978%VALLO DELLA LUCANIA%SA%12/19/2005%SALERNO%Farmacia%2006%Università degli Studi di Salerno%rossellamonkey@libero.it +2518%6/11/2007%ABBAGNARA%GIUSEPPINA%VIA A. CALIFANO, 263%84010%SANT'EGIDIO DEL MONTE ALBINO%SA%5/12/1978%NOCERA INFERIORE%SA%10/20/2004%NAPOLI%Chimica e tecn. farmaceutica%2004%Università degli Studi di Napoli%giuseppinaabbagnara@libero.it +2527%6/27/2007%APICELLA%ANNA%VIA C.A. ANGRISANI, 25%84014%NOCERA INFERIORE%SA%8/18/1978%NOCERA INFERIORE%SA%12/20/2006%SALERNO%Farmacia%2007%Università degli Studi di Salerno%annaapicella8@libero.it +2529%6/27/2007%D'AMATO%SIMONA ANNA%VIA SCUOLA ELEATICA, 11%84132%SALERNO%SA%10/25/1981%SALERNO%SA%12/20/2006%SALERNO%Farmacia%2007%Università degli Studi di Salerno%simonaanna.damato@virgilio.it +2536%6/27/2007%PIRITO%FILOMENA%VIA MUNICIPIO, 30/4%84085%MERCATO SAN SEVERINO%SA%2/5/1972%CIRO' SUPERIORE%KR%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%fam.apicella@virgilio.it +2538%6/27/2007%TAMMARO%EMANUELA%VIA S. PERTINI, 1%84121%SALERNO%SA%8/31/1983%SALERNO%SA%12/20/2006%SALERNO%Farmacia%2007%Università degli Studi di Salerno%manuela.tammaro@libero.it +2542%7/9/2007%D'ANGIOLILLO%LETINA%VIA S. ANTONIO, 15%84046%ASCEA%SA%11/9/1982%VALLO DELLA LUCANIA%SA%12/20/2006%SALERNO%Farmacia%2007%Università degli Studi di Salerno%letina82@gmail.com +2543%7/9/2007%DELLA GRECA%ANTONIETTA%VIA NIGLI, 19%84070%SALENTO%SA%8/3/1981%HANNOVER (GERMANIA)%EE%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%antoniettavl@yahoo.it +2544%7/9/2007%DELLA PEPA%ALBERTA%VIA SAN MICHELE, 32 - FRAZ RODIO%84066%PISCIOTTA%SA%5/5/1978%VALLO DELLA LUCANIA%SA%3/26/2007%NAPOLI%Chimica e tecn. farmaceutica%2007%Università degli Studi di Napoli%albertadp505@yahoo.it +2545%7/9/2007%DI BUONO%PAOLA%VIA ORAZIO FLACCO, 38%84129%SALERNO%SA%7/19/1978%SALERNO%SA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%paoladibuono@libero.it +2546%7/9/2007%DI FEO%GERARDINA%VIA S. LEONE MAGNO, 29%84062%OLEVANO SUL TUSCIANO%SA%10/16/1977%OLEVANO SUL TUSCIANO%SA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%dina_dg@libero.it +2549%7/9/2007%LAMBIASE%LIDIA%VIA SANT'ANNA, 26%84091%BATTIPAGLIA%SA%1/14/1982%POLLA%SA%12/20/2006%SALERNO%Farmacia%2007%Università degli Studi di Salerno%lidialambiase@email.it +2551%7/9/2007%PEPE%LUISA%VIA M. BUONARROTI, 144%84010%SANT'EGIDIO DEL MONTE ALBINO%SA%9/18/1982%NOCERA INFERIORE%SA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%antoniopepe_003@fastwebnet.it +2552%7/9/2007%PESSOLANO%MARIA COLOMBA%VIA FUORCHI, 3%84030%ATENA LUCANA%SA%11/8/1982%BATTIPAGLIA%SA%12/13/2006%BOLOGNA%Chimica e tecn. farmaceutica%2007%Università degli Studi di Bologna%mariacolomba82@yahoo.it +2554%7/9/2007%RUBINO%MARIANTONIETTA%VIA LAGNO SECCO, 40%84038%SASSANO%SA%3/15/1982%POLLA%SA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%maryrubino82@libero.it +2560%7/26/2007%MARINO%LAURA%VIA PICENZA, 101%84132%SALERNO%SA%11/27/1982%EBOLI%SA%10/16/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%lauramarino@email.it +2558%7/26/2007%GIORDANO%CLAUDIA%VIA SERRONI, 51%84091%BATTIPAGLIA%SA%10/21/1982%BATTIPAGLIA%SA%12/20/2006%SALERNO%Farmacia%2007%Università degli Studi di Salerno%cl.giordano@libero.it +2559%7/26/2007%LORENZANO%FERDINANDO%Via Roma, 399%87055%SAN GIOVANNI IN FIORE%CS%10/8/1977%NOCERA INFERIORE%SA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno% +2562%7/26/2007%DAMOLIDEO%SANDRA%VIA DELLA RIFORMA, 15%84047%CAPACCIO%SA%10/5/1982%AGROPOLI%SA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%sandradamolideo@tiscali.it +2564%8/29/2007%RISPOLI%RAFFAELE%VIA REZZOLA, 16%84010%PRAIANO%SA%10/21/1968%VICO EQUENSE%NA%7/24/1996%NAPOLI%Farmacia%1996%Università degli Studi di Napoli%r.rispoli@visufarma.it +2761%1/29/2009%BATTIPAGLIA%MARIO%VIA SINISCALCHI, 62%84014%NOCERA INFERIORE%SA%4/22/1978%NOCERA INFERIORE%SA%12/20/2006%SALERNO%Farmacia%2007%Università degli Studi di Salerno%battipagliamario@libero.it +2566%9/3/2007%VICEDOMINI%IOLANDA%VIA VISITAZIONE, 421%80050%SANTA MARIA LA CARITA'%NA%12/29/1981%GRAGNANO%NA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%iolev@libero.it +2579%12/19/2007%CARBONE%MARIA%VIA PONTE AIELLO, 12%84012%ANGRI%SA%4/26/1982%SAN GENNARO VESUVIANO%NA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno% +2567%10/8/2007%DI DONATO%ROSA MARIA%VIA SANTA MARIA, 51%82030%SAN LORENZO MAGGIORE%BN%2/23/1961%SAN LORENZO MAGGIORE%BN%7/22/1987%NAPOLI%Farmacia%1987%Università degli Studi di Napoli% +2571%10/15/2007%COTTICELLI%CATELLO%VIA OVIDIO FORINO, 3%84014%NOCERA INFERIORE%SA%8/8/1981%NOCERA INFERIORE%SA%3/23/2007%NAPOLI%Chimica e tecn. farmaceutica%2007%Università degli Studi di Napoli%catellocotticelli@libero.it +2768%1/29/2009%GRAZIANO%ROBERTA%VIA VICENZA, 132%84099%SAN CIPRIANO PICENTINO%SA%9/10/1983%SALERNO%SA%10/31/2008%SALERNO%Chimica e tecn. farmaceutica%2008%Università degli Studi di Salerno%robertagraziano@alice.it +2770%1/29/2009%IMBRIACO%FRANCESCO%VIA CURCI, 2%84078%VALLO DELLA LUCANIA%SA%9/29/1983%SALERNO%SA%10/20/2008%NAPOLI%Farmacia%2008%Università degli Studi di Napoli%info@farmantilia.it +2772%1/29/2009%MANSI%PASQUALE%VIA CESARE BATTISTI, 37%84018%SCAFATI%SA%7/24/1983%SCAFATI%SA%3/31/2008%NAPOLI%Chimica e tecn. farmaceutica%2008%Università degli Studi di Napoli%p.leman@alice.it +2774%1/29/2009%MELCHIONDA%MARCO%VIA MEDAGLIE D'ORO, 38%84132%SALERNO%SA%4/18/1979%SALERNO%SA%7/24/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%melcs@libero.it +2572%10/29/2007%BIANCO%GIUSEPPINA%VIA NICOTERA, 12%84013%CAVA DE' TIRRENI%SA%5/25/1982%CAVA DE' TIRRENI%SA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%giusyb25@libero.it +2574%11/19/2007%BISOGNI%LAURA%VIA GIACINTO CARUCCI, 4%84124%SALERNO%SA%7/7/1971%TORINO%TO%10/15/2002%SALERNO%Farmacia%2002%Università degli Studi di Salerno%laura.bisogni@virgilio.it +2577%12/3/2007%MARIANI%MICHELA%VIA QUINTINO DI VONA, 9%84133%SALERNO%SA%4/4/1981%SALERNO%SA%10/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%michela810@hotmail.it +2776%1/29/2009%PISCIOTTA%SIMONA%VIA PADRE PIO, 45%84025%EBOLI%SA%8/5/1980%EBOLI%SA%10/17/2008%NAPOLI%Chimica e tecn. farmaceutica%2008%Università degli Studi di Napoli%simonapisciotta@libero.it +2778%1/29/2009%SANTORO%FRANCESCA%VIA VERDI, 26B%84081%BARONISSI%SA%4/26/1983%SALERNO%SA%7/25/2008%SALERNO%Chimica e tecn. farmaceutica%2008%Università degli Studi di Salerno%francesca.santoro10@virgilio.it +2578%12/10/2007%LAMANNA%NORMA%VIA PIO XII, 33%84025%EBOLI%SA%6/3/1981%EBOLI%SA%12/18/2006%SIENA%Farmacia%2007%Università degli Studi di Siena%norma3@hotmail.it +2590%1/4/2008%MASCOLO%SIMONE%VIA FEDERICO DELLA MONICA, 6%84127%SALERNO%SA%5/25/1984%NAPOLI%NA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%simone.mascolo@virgilio.it +2583%1/4/2008%DE MARTINO%VINCENZO%VIA A. e C. POLITO snc (disc. Ospedale)%84025%EBOLI%SA%12/2/1980%BARI%BA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%vincenzodemarti1980@libero.it +2585%1/4/2008%FERRANTE%MARIA%VIA DE ROSA, 30%84016%PAGANI%SA%1/29/1984%NOCERA INFERIORE%SA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%mariaferrante84@libero.it +2582%1/4/2008%D'ANTONIO%ANNA%VIA SABATO DE VITA, 10%84080%PELLEZZANO%SA%8/13/1981%SALERNO%SA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%annadant81@yahoo.it +2580%1/4/2008%ABATE%MARIA GRAZIA%VIA PADRE CAMPANILE, 2%84081%BARONISSI%SA%4/23/1981%SALERNO%SA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%aba.mgrazia@hotmail.it +2588%1/4/2008%ITRI%ANGELO%VIA SAN MARTINO, 9%84050%LAUREANA CILENTO%SA%4/12/1980%AGROPOLI%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%angitri@hotmail.it +2595%1/4/2008%SELLITTO%DOMENICO%VIA T. B. LOMBARDI, 22%84083%CASTEL SAN GIORGIO%SA%8/21/1982%BATTIPAGLIA%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%domenico.sellitto@libero.it +2587%1/4/2008%GRIMALDI%MICHELE%VIA ROTA, MONTICELLI DI SOTTO, 9%84085%MERCATO SAN SEVERINO%SA%11/10/1981%SALERNO%SA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%michelegrimaldi@libero.it +2618%1/14/2008%ROSCIANO%AMELIA%VIA SAN GIOVANNI IN FONTI, 1%84036%SALA CONSILINA%SA%1/30/1982%POLLA%SA%10/30/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%ameliarosciano@yahoo.it +2789%3/11/2009%GRAZIANO%SERENA%VIA MAR IONIO, 229%84098%PONTECAGNANO FAIANO%SA%9/9/1983%SALERNO%SA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%seregraziano@libero.it +2602%1/14/2008%CAGGIANESE%CRISTINA%C.SO VITTORIO EMANUELE, 35%85058%VIETRI DI POTENZA%PZ%11/27/1982%POTENZA%PZ%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%krikri82@hotmail.it +2604%1/14/2008%CALIFANO%VERONICA%VIA UMBRIA, 10%84091%BATTIPAGLIA%SA%4/22/1984%BATTIPAGLIA%SA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%veronique1984@libero.it +2606%1/14/2008%CIOCIANO%NESTOR%VIA TENENTE NASTRI, 160%84084%FISCIANO%SA%7/20/1982%SAPRI%SA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%nestorciociano@hotmail.com +2607%1/14/2008%COCCORULLO%SERENA%VIA DANTE ALIGHIERI, 6%84043%AGROPOLI%SA%1/21/1981%AGROPOLI%SA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%lapisola@inwind.it +2608%1/14/2008%de LUCA%DANIELE%VIA NASTRO AZZURRO, 33%80063%PIANO DI SORRENTO%NA%1/20/1982%Napoli%NA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%delucadany@yahoo.it +2609%1/14/2008%DEGLI ESPOSTI%PAOLO%VIA PIETRO CICCULLO, 41%84013%CAVA DE' TIRRENI%SA%8/23/1974%SALERNO%SA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%paolodegliesposti@alice.it +2610%1/14/2008%DESIDERIO%CAROLINA%VIA ROMA, 42%84018%SCAFATI%SA%2/20/1982%SALERNO%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%carolina.desiderio@libero.it +2611%1/14/2008%DI MAURO%VINCENZA CINZIA%VIA RIONE NUOVO, 61- FRAZ. SCARIO%84070%SAN GIOVANNI A PIRO%SA%6/9/1981%SAPRI%SA%12/20/2006%SALERNO%Farmacia%2007%Università degli Studi di Salerno%cinziadimauro@yahoo.it +2568%10/8/2007%MIRANDA%DANILA%VIA GIACOMO MATTEOTTI, 5%84010%SAN MARZANO SUL SARNO%SA%2/20/1981%NOCERA INFERIORE%SA%12/19/2006%NAPOLI%Chimica e tecn. farmaceutica%2007%Università degli Studi di Napoli%dany814@inwind.it +2569%10/8/2007%PEPE%VINCENZA%VIA TEMPITELLE, 36%84076%TORCHIARA%SA%1/28/1980%AGROPOLI%SA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%vincenzapepe@libero.it +2570%10/8/2007%PITZALIS%MARIA IRMA%VIA MARIO PAGANO, 68%84086%ROCCAPIEMONTE%SA%5/15/1979%NAPOLI%NA%12/20/2006%SALERNO%Farmacia%2007%Università degli Studi di Salerno%margo.85@libero.it +2762%1/29/2009%BUDETTA%GIANPIERO%VIA LA MENNOLELLA, 28%84126%SALERNO%SA%6/11/1984%SALERNO%SA%7/24/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%gianpiero.budetta@gmail.com +2764%1/29/2009%CISALE%GENNARO%VIA CASALANARIO, 106%84012%ANGRI%SA%10/20/1982%CAVA DE' TIRRENI%SA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%g.cisale@live.it +2573%10/29/2007%CUSATI%MARIASERENA%VIA BELVEDERE, 5%84070%SAN MAURO LA BRUCA%SA%5/8/1979%VALLO DELLA LUCANIA%SA%10/13/2005%NAPOLI%Chimica e tecn. farmaceutica%2005%Università degli Studi di Napoli%ser.cus@libero.it +2575%11/19/2007%ESPOSITO%GAETANO%VIA FONTANARI, 37%84042%ACERNO%SA%6/6/1978%SALERNO%SA%11/11/2003%NAPOLI%Chimica e tecn. farmaceutica%2003%Università degli Studi di Napoli%gaetanoesposito06@libero.it +2593%1/4/2008%PESCE%CARLA%Via Gaetani n°26%84073%SAPRI%SA%12/21/1981%SAPRI%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%carlinapesce@yahoo.it +2589%1/4/2008%LAUDISIO%MARIA SPERADA%CORSO GARIBALDI, 195%84122%SALERNO%SA%2/4/1982%BATTIPAGLIA%SA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%mslau@email.it +2592%1/4/2008%PEPE%ANGIOLA%TRAVERSA TAURANO, 46%84016%PAGANI%SA%5/25/1978%NOCERA INFERIORE%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%pepealfonso@libero.it +2594%1/4/2008%PROTA%ROSANGELA%VIA MADONNA DEL CARMINE, 98%84043%AGROPOLI%SA%12/20/1982%AGROPOLI%SA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%rosangelaprota@gmail.com +2581%1/4/2008%CITRO%OLGA%VIA FORMATO STINCO, 24 - BIVIO%84020%PALOMONTE%SA%9/18/1978%OLIVETO CITRA%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%citroolga@tiscali.it +2591%1/4/2008%PARLATO%MAURO%TRAVERSA AMENDOLA, 38%84016%PAGANI%SA%12/4/1979%SALERNO%SA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%mauroparlato@alice.it +2586%1/4/2008%GRANOZIO%MARISA%VIA C. AVALLONE, 50%84013%CAVA DE' TIRRENI%SA%4/26/1982%SALERNO%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%domenico.granozio@alice.it +2596%1/4/2008%MAZZEI%RAMONA%VIA. NAZ. PRATOLE P.CO SAN MATTEO, D/2%84090%MONTECORVINO PUGLIANO%SA%4/21/1983%BATTIPAGLIA%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%nuvolabianca83@gmail.com +2597%1/4/2008%MEMOLI%PAOLA%VIA GIUSEPPE SCHIPANI, 1%84134%SALERNO%SA%1/8/1984%SALERNO%SA%7/27/2007%SALERNO%Chimica e tecn. farmaceutica%2007%Università degli Studi di Salerno%memolipaola@tiscali.it +2598%1/4/2008%RUSSOMANNO%PASQUALE%VIA SAN GERARDO, 22%83040%CAPOSELE%AV%6/6/1982%BENEVENTO%BN%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%pasqualerussomanno@yahoo.it +2599%1/4/2008%TORRE%EMILIA%VIA MATTEO PASTORE, 3%84100%SALERNO%SA%8/6/1983%SALERNO%SA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%emitorrestar@gmail.com +2600%1/14/2008%APOSTOLICO%PASQUALE%VIA S. ROCCO, 18%84036%SALA CONSILINA%SA%6/16/1983%BATTIPAGLIA%SA%10/17/2007%NAPOLI%Farmacia%2007%Università degli Studi di Napoli%pasqualeapostolico@hotmail.it +2601%1/14/2008%BASSO%ANNAMARIA%VIA ANGELO LERRO, 6%84127%SALERNO%SA%5/29/1982%SALERNO%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%bassoannamaria2007@libero.it +2603%1/14/2008%CAIAZZA%ADRIANO%VIA ALCIDE DE GASPERI, 80%84018%SCAFATI%SA%12/15/1983%SCAFATI%SA%7/25/2007%NAPOLI%Farmacia%2007%Università degli Studi di Napoli%caiazza.adriano@email.it +2605%1/14/2008%CAMPIONE%LIDIA%VIA FROSANO, snc%84062%OLEVANO SUL TUSCIANO%SA%10/2/1983%SALERNO%SA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%lidiacampione@hotmail.it +2612%1/14/2008%FIORE%ELVIRA%VIA ROMA, 319%83025%MONTORO INFERIORE%AV%4/2/1983%ATRIPALDA%AV%11/30/2007%SALERNO%Chimica e tecn. farmaceutica%2007%Università degli Studi di Salerno%elvira.fiore@libero.it +2615%1/14/2008%IANNIZZARO%PAOLA%VIA DELLE GINESTRE, 87%84134%SALERNO%SA%10/9/1983%SALERNO%SA%7/26/2007%NAPOLI%Farmacia%2007%Università degli Studi di Napoli%paolianni@yahoo.it +2613%1/14/2008%FREDA%CARMELA%VIA ROMA, 32%84020%RICIGLIANO%SA%6/24/1983%OLIVETO CITRA%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%zebrina@libero.it +2614%1/14/2008%GIORGIO%PIETRANGELO%VIA TAURANO, 60%84016%PAGANI%SA%8/7/1981%PAGANI%SA%7/27/2007%NAPOLI%Chimica e tecn. farmaceutica%2007%Università degli Studi di Napoli%pietrangelo1981@libero.it +2623%1/21/2008%BOVE%ELISABETTA%VIA MICHELE VERNIERI, 127%84125%SALERNO%SA%7/29/1976%NOCERA INFERIORE%SA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%elisabettabove@libero.it +2638%1/21/2008%PARRILLI%CHIARA%VIA TORRIONE, 97%84127%SALERNO%SA%3/26/1983%SALERNO%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%chiaraparrilli@hotmail.it +2641%2/4/2008%ANNUNZIATA%MARZIO GIOVANNI%VIA PIAVE, 35%84010%SAN MARZANO SUL SARNO%SA%11/29/1982%NOCERA INFERIORE%SA%3/27/2007%NAPOLI%Chimica e tecn. farmaceutica%2007%Università degli Studi di Napoli%marziogiovanni@alice.it +2648%2/18/2008%CIANCI%IOLANDA%VIA PALINURO, 102%84131%SALERNO%SA%11/2/1982%SALERNO%SA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%icianci@alice.it +2655%2/29/2008%BELSITO%MAURIZIO%VIA II^ TRAVERSA ANGRISANI, 2%84014%NOCERA INFERIORE%SA%6/12/1982%BATTIPAGLIA%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%belsito@alice.it +2659%3/10/2008%CITRO%PALMA SERENA%VIA MESANOLE DI SOTTO, 2%84084%FISCIANO%SA%11/9/1982%NOCERA INFERIORE%SA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%seryand@libero.it +2660%3/10/2008%DI PIZZO%ARIANNA%VIA ANCELLE DI S. TERESA, 2%84050%CUCCARO VETERE%SA%2/6/1982%VALLO DELLA LUCANIA%SA%10/15/2007%NAPOLI%Chimica e tecn. farmaceutica%2007%Università degli Studi di Napoli%arianna-82@libero.it +2661%3/10/2008%SATURNINO%CARMELA%VIA CONTRAONE%83025%MONTORO INFERIORE%AV%8/21/1957%POZZUOLI%NA%7/21/1980%NAPOLI%Farmacia%1980%Università degli Studi di Napoli%saturnino@unisa.it +2664%3/31/2008%TORTORIELLO%GIOVANNI%VIA CASTELLO, 28%84020%SALVITELLE%SA%5/4/1956%SALERNO%SA%7/23/1982%NAPOLI%Farmacia%1982%Università degli Studi di Napoli% +2662%3/31/2008%DEL VECCHIO%ELENA%VIA SAN NICOLA, 62/A%85046%MARATEA%PZ%1/31/1982%AVELLINO%AV%12/20/2006%SALERNO%Farmacia%2007%Università degli Studi di Salerno%laide82@hotmail.it +2766%1/29/2009%DI TOMMASO%ELISABETTA%VIA SCUOLA ELEATICA, 11%84132%SALERNO%SA%1/31/1983%SALERNO%SA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%ditommaso.elisabetta@tiscali.it +2616%1/14/2008%IORIO%ARIANNA%VIA ROMA, 277%83025%MONTORO INFERIORE%AV%4/13/1983%AVELLINO%AV%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%arianna.iorio@yahoo.it +2617%1/14/2008%SABATELLA%ARMIDA%VIA S. EREMITA, 4%84125%SALERNO%SA%9/11/1979%SALERNO%SA%7/25/2007%NAPOLI%Farmacia%2007%Università degli Studi di Napoli%armida.sabatella@libero.it +2619%1/14/2008%SPINELLI%LUISA%VIA ISCALONGA SNC - ZONA MUOIO%84043%AGROPOLI%SA%11/27/1980%COLONIA (GERMANIA)%EE%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%spinelli_luisa@libero.it +2620%1/14/2008%VOZA%GIUSEPPE%VIA SELVA, 31%84043%AGROPOLI%SA%3/25/1982%SALERNO%SA%12/21/2006%NAPOLI%Farmacia%2007%Università degli Studi di Napoli%giuseppe.voza@gmail.com +2621%1/14/2008%MONTANARO%ERNESTO%VIA GRANATELLE, 25%84043%AGROPOLI%SA%3/28/1969%NAPOLI%NA%7/20/1995%NAPOLI%Farmacia%1995%Università degli Studi di Napoli%ernesto.montanaro@alidanet.it +2622%1/14/2008%AVELLA%GENOVEFFA%VIA ALTOMARE, 54%84060%PERDIFUMO%SA%12/31/1980%AGROPOLI%SA%10/13/2006%NAPOLI%Chimica e tecn. farmaceutica%2007%Università degli Studi di Napoli%gavella@hotmail.com +2665%5/5/2008%AGRESTA%AGNELLO%VIA M. FARAO, 12%84050%CUCCARO VETERE%SA%1/13/1951%CERASO%SA%7/15/1976%NAPOLI%Farmacia%1976%Università degli Studi di Napoli% +2667%5/5/2008%DUCA%MARIA TERESA%VIA C. PISACANE, 12%84020%SAN GREGORIO MAGNO%SA%8/15/1973%OLIVETO CITRA%SA%12/20/2006%SALERNO%Farmacia%2007%Università degli Studi di Salerno%duca_giuseppe@virgilio.it +2670%5/5/2008%LAMBERTI%GUIDO%VIA DE ROSA, 30%84016%PAGANI%SA%5/23/1982%PAGANI%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%lambertiguido@virgilio.it +2671%5/5/2008%LECCE%FILOMENA%VIA LOMBARDIA, 69%84096%MONTECORVINO ROVELLA%SA%9/20/1982%SALERNO%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%filole82@libero.it +2672%5/19/2008%FALACE%ROSARIA%VIA ROSCIGNO, 7 (Parco Alfano)%84090%SAN MANGO PIEMONTE%SA%7/17/1954%CASTELLAMMARE DI STABIA%NA%3/21/1978%NAPOLI%Farmacia%1978%Università degli Studi di Napoli%ibis54@hotmail.it +2624%1/21/2008%CAPORRINO%ROSALBA%VIA PENDINELLO, 6%84036%SALA CONSILINA%SA%8/27/1983%SAN GALLO (SVIZZERA)%EE%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%rosalba.rc@libero.it +2625%1/21/2008%CARDASCO%OLIMPIA%VIA F. LA FRANCESCA, 67%84124%SALERNO%SA%4/4/1980%SALERNO%SA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%olly.car@libero.it +2626%1/21/2008%CONCILIO%MARIANNA%VIA CASERTA, 91%84092%BELLIZZI%SA%10/7/1977%BIELLA%BI%12/20/2006%SALERNO%Farmacia%2007%Università degli Studi di Salerno%iaia77@alice.it +2627%1/21/2008%COPPOLA%VINCENZO%VIA CARRARA, 196%80045%POMPEI%NA%11/16/1982%CASTELLAMMARE DI STABIA%NA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%vincenzocoppola82@alice.it +2629%1/21/2008%CUPO%GIANLUCA%VIA TEMPA GAUDIANA, 31%84020%PALOMONTE%SA%5/18/1979%OLIVETO CITRA%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%monarchica@alice.it +2630%1/21/2008%DE VITA%BRUNA%VIA ZARA, 62%84123%SALERNO%SA%8/31/1980%SALERNO%SA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%brunadev@hotmail.it +2631%1/21/2008%DEL GIORNO%LAURA%VIA G. PALATUCCI, 12%84091%BATTIPAGLIA%SA%6/9/1982%BATTIPAGLIA%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%lauradelgiorno@tiscali.it +2632%1/21/2008%GARGANO%TIZIANA%VIA EUGENIO MONTALE, 20%84010%SAN MARZANO SUL SARNO%SA%2/24/1980%SALERNO%SA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%tizianagargano@libero.it +2634%1/21/2008%IANNICIELLO%CARMELINA%Via Roma%83040%FLUMERI%AV%9/28/1956%FLUMERI%AV%11/2/1979%NAPOLI%Farmacia%1979%Università degli Studi di Napoli%carm.elin@libero.it +2633%1/21/2008%IACOVINO%ANGELA%VIA F. SCIARAFFIA, 1%84025%EBOLI%SA%1/2/1982%EBOLI%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%angela_iacovino@libero.it +2635%1/21/2008%LA FERRARA%ALESSANDRA%VIA LARGO S. ANNA, 5%84091%BATTIPAGLIA%SA%6/25/1981%BATTIPAGLIA%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%aleballerina81@hotmail.it +2636%1/21/2008%MASTURZO%FEDERICO%VIA MICHELE VERNIERI, 105%84100%SALERNO%SA%6/8/1976%SALERNO%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%icomas@tiscalinet.it +2637%1/21/2008%MOLINARI%MARIALUISA%VIA ASTONI CROCE, 7%84083%CASTEL SAN GIORGIO%SA%2/1/1982%SALERNO%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%marialuisamolinari@hotmail.it +2639%1/21/2008%PEDUTO%FILOMENA%VIA SAN COSMO, 188%84049%CASTEL SAN LORENZO%SA%9/21/1975%CASTEL SAN LORENZO%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%filomenapeduto@tiscali.it +2640%1/21/2008%SACCONE%GIOVANNA%VIA PIO XI, 63%84092%BELLIZZI%SA%12/21/1974%NAPOLI%NA%6/13/2007%BOLOGNA%Farmacia%2007%Università degli Studi di Salerno%giovannasaccone@hotmail.it +2674%5/19/2008%RAGO%ANTONIO%VIA CAPPELLA, 12%84081%BARONISSI%SA%12/6/1980%SALERNO%SA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%ragoantonio80@libero.it +2675%6/9/2008%FEOLA%ALESSANDRA%VIA MADONNA DI FATIMA, 21%84120%SALERNO%SA%9/20/1983%BATTIPAGLIA%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%alefeola2006@hotmail.it +2677%6/9/2008%RIZZO%GIUSEPPE%VIA SASSO FORTE, 52%50055%LASTRA A SIGNA%FI%2/17/1970%EBOLI%SA%10/26/2000%NAPOLI%Farmacia%2000%Università degli Studi di Napoli%pepriz@tiscali.it +2678%6/25/2008%VILLECCO%DANIELA%VIA DELL'INDUSTRIA, 9%87012%CASTROVILLARI%CS%8/7/1977%CASSANO ALLO JONIO%CS%7/24/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno%daniela.villecco@alice.it +2680%7/21/2008%BUONINCONTI%FILOMENA%VIA TOMMASO M. FUSCO, 14%84016%PAGANI%SA%10/7/1982%PAGANI%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%f.buoninconti@email.it +2682%7/21/2008%CONTURSI%ENRICO%VIA TRINITA', 89%84081%BARONISSI%SA%2/24/1982%SALERNO%SA%3/28/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%econtursi82@yahoo.it +2683%7/21/2008%COSENTINO%FLAVIA%VIA BELISARIO CORENZIO, 35%84129%SALERNO%SA%4/14/1979%SALERNO%SA%3/28/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%flaviacosentino@katamail.com +2684%7/21/2008%DI PASCALE%STEFANIA%VIA CELLARA, 37%84095%GIFFONI VALLE PIANA%SA%12/9/1982%SALERNO%SA%3/28/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%dipascale.stefania@virgilio.it +2685%7/21/2008%MAIONE%MARIANNA%VIA PALERMO, 28%80038%POMIGLIANO D'ARCO%NA%1/8/1984%POLLENA TROCCHIA%NA%3/31/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%mary.maio@hotmail.it +2686%7/21/2008%RICCIARDI%CIRO ALESSANDRO%VIA IRNO, 44%84135%SALERNO%SA%10/17/1976%SALERNO%SA%3/28/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%mary1982.mp@libero.it +2687%7/28/2008%BASILE%PASQUALE%VIA ZAMBRANO, 64%84088%SIANO%SA%4/26/1983%SALERNO%SA%3/31/2008%SALERNO%Chimica e tecn. farmaceutica%2008%Università degli Studi di Salerno%paky830@libero.it +2692%7/28/2008%RAGO%RAFFAELLA%VIA MAGAZZINI, 1%84060%MONTECORICE%SA%6/18/1975%MONTECORICE%SA%12/19/2007%SALERNO%Farmacia%2008%Università degli Studi di Salerno%malloo@alice.it +2647%2/4/2008%TROISI%CRISTINA%VIA KENNEDY, 23%84132%SALERNO%SA%4/9/1980%SALERNO%SA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%cristy2007@hotmail.it +2642%2/4/2008%CITRO%PILAR%VIA MICHELE VERNIERI, 105%84125%SALERNO%SA%5/5/1976%NOCERA INFERIORE%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%pilarcitro@alice.it +2643%2/4/2008%COLUCCINO%BARBARA%VIA CORTIGLIE I, 7%83100%AVELLINO%AV%3/25/1983%AVELLINO%AV%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%barbara.colu@libero.it +2644%2/4/2008%FARUOLO%AURORA%VIA FONTANILE%85054%MURO LUCANO%PZ%12/16/1982%POTENZA%PZ%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%faruoloaurora@libero.it +2645%2/4/2008%MARONE%CLAUDIA%VIA LEPANTO, 68%80045%POMPEI%NA%7/23/1983%POMPEI%NA%7/27/2007%SALERNO%Chimica e tecn. farmaceutica%2007%Università degli Studi di Salerno%claudiamarone@libero.it +2646%2/4/2008%OLIVA%ANTONIO%VIA VITTORIO VENETO I TRAV, 48%84010%SAN MARZANO SUL SARNO%SA%4/17/1983%SCAFATI%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%m-17@hotmail.it +2689%7/28/2008%CIRILLO%ERIKA%VIA ISCLALONGA, 18%84043%AGROPOLI%SA%4/29/1980%BIELLA%BI%3/31/2008%NAPOLI%Chimica e tecn. farmaceutica%2008%Università degli Studi di Napoli%erikacirillo@tiscali.it +2693%7/28/2008%SALVATI%ROSANNA%VIA UMBERTO I, 48 - Fraz.CURTERI%84085%MERCATO SAN SEVERINO%SA%7/22/1978%SALERNO%SA%3/28/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%rosanna.cau@alice.it +2691%7/28/2008%MILITE%EMANUELA%VIA MARTINEZ Y CABRERA, 19%84014%NOCERA INFERIORE%SA%7/31/1981%TRUJILLO (PERU')%EE%12/21/2007%NAPOLI%Chimica e tecn. farmaceutica%2008%Università degli Studi di Salerno%emanuela_milite@hotmail.com +2694%7/28/2008%SIANI%CARMELA%VIA PRINCIPE AMEDEO, 2%84013%CAVA DE' TIRRENI%SA%6/10/1980%SALERNO%SA%3/28/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%caren80@hotmail.it +2695%7/28/2008%SILVERIO%MARCO%VIALE DEL PINO, 118 - Loc. CORNO D'ORO%84025%EBOLI%SA%5/4/1978%CAVA DE' TIRRENI%SA%12/19/2007%SALERNO%Farmacia%2008%Università degli Studi di Salerno%marco.silverio@alice.it +2696%7/28/2008%ZACCARIA%ALESSANDRA%VIA MAZZINI, 85%84091%BATTIPAGLIA%SA%4/12/1981%BATTIPAGLIA%SA%3/28/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%alessandrazaccaria@hotmail.it +2697%7/29/2008%MONACO%MANUELA%VIA PONTE DEL PIANO FRAZ. GALDO, 6%84029%SICIGNANO DEGLI ALBURNI%SA%6/28/1983%BATTIPAGLIA%SA%3/28/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%manumonaco@hotmail.it +2649%2/18/2008%CINGOLO%ANGELO%VIA NINO BIXIO, 2%84092%BELLIZZI%SA%4/22/1951%MONTECORVINO ROVELLA%SA%3/21/1980%NAPOLI%Farmacia%1980%Università degli Studi di Napoli% +2650%2/18/2008%CRISPO%FRANCESCA VALERIA%VIA GIUSEPPE VITIELLO, 29%84018%SCAFATI%SA%1/19/1983%NOCERA INFERIORE%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%crispo.francescavale@libero.it +2651%2/18/2008%FERRORO%ANNAPAOLA%VIA R. CANTARELLA, 13%84133%SALERNO%SA%8/4/1981%SALERNO%SA%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno% +2652%2/18/2008%FURORE%AUTILIA ANNA%VIA P. ATENOLFI, 85%84013%CAVA DE' TIRRENI%SA%12/13/1983%NOCERA INFERIORE%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%lianafurore@hotmail.com +2653%2/18/2008%PALERMO%VIOLETTA%VIA BRIGNANO INF., 44/D%84135%SALERNO%SA%3/25/1974%COLMAR (FRANCIA)%EE%10/30/2000%SALERNO%Farmacia%2000%Università degli Studi di Salerno%violettapalermo@yahoo.it +2698%8/8/2008%CAPUTO%GIOVANNI%VIA PIEMONTE, 20%84096%MONTECORVINO ROVELLA%SA%6/16/1981%SALERNO%SA%3/7/2008%PERUGIA%Farmacia%2008%Università degli Studi di Salerno%giovannicaputo996@hotmail.it +2700%8/8/2008%LA VIA%FRANCESCO%VIA S.S.19 V - PAL. PESCE, 74%84025%EBOLI%SA%10/4/1978%AGROPOLI%SA%3/28/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%francesco.lavia@gmail.com +2702%9/2/2008%CIRIGLIANO%CARMEN%VIA MENSA VIII TRAVERSA, 34%84062%OLEVANO SUL TUSCIANO%SA%10/30/1981%BATTIPAGLIA%SA%12/19/2007%SALERNO%Farmacia%2008%Università degli Studi di Salerno%kzimen81@virgilio.it +2703%9/2/2008%DI MAIO%ANNAMARIA%VIA CARLO AMALFI, 8%80063%PIANO DI SORRENTO%NA%6/20/1967%VICO EQUENSE%NA%3/14/1991%NAPOLI%Chimica e tecn. farmaceutica%1991%Università degli Studi di Napoli% +2704%9/2/2008%FASANO%ANNALISA%VIA F. TURATI, 19%73013%GALATINA%LE%4/18/1983%GALATINA%LE%3/31/2008%SALERNO%Chimica e tecn. farmaceutica%2008%Università degli Studi di Salerno%annalisa.fasano@hotmail.it +2705%9/2/2008%POMPA%FRANCESCA%VIA DELL'AIA, 100%83026%MONTORO SUPERIORE%AV%10/25/1979%BENEVENTO%BN%3/28/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%francescapompa@libero.it +2706%9/8/2008%FARASO%DAVIDE%VIA LUDOVICO SICIGNANO, 46%84018%SCAFATI%SA%10/28/1975%NOCERA INFERIORE%SA%12/19/2007%SALERNO%Farmacia%2008%Università degli Studi di Salerno%davide.faraso@tiscali.it +2707%9/8/2008%RICCIUTI%ELISA%VIA BAGNARA, 1%84085%MERCATO SAN SEVERINO%SA%10/11/1981%SALERNO%SA%10/16/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%elisaricciuti@inwind.it +2656%2/29/2008%DE FEO%ROSSELLA%VIA DELLA FORTUNA, 1%83029%SOLOFRA%AV%9/4/1984%ATRIPALDA%AV%10/31/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%rosy849@libero.it +2658%2/29/2008%SCAFURO%ANNA%VIA GIACOMO MATTEOTTI, 20%84085%MERCATO SAN SEVERINO%SA%12/7/1982%NOCERA INFERIORE%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%anna_sg@libero.it +2663%3/31/2008%SPAGNUOLO%ANNALISA%VIA CUCCI GUIDO, 6%84014%NOCERA INFERIORE%SA%10/20/1983%NOCERA INFERIORE%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%lisaspa83@hotmail.com +2666%5/5/2008%AMATO%ANNUNZIATA%VIA DELLA RESISTENZA, 7%84082%BRACIGLIANO%SA%10/7/1974%BRACIGLIANO%SA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%nunziamato@libero.it +2669%5/5/2008%GENTILE%LUCA%VIA DEGLI ARANCETI, SNC%84098%PONTECAGNANO FAIANO%SA%1/24/1981%SALERNO%SA%11/15/2006%NAPOLI%Chimica e tecn. farmaceutica%2006%Università degli Studi di Napoli%luc.gentile@tiscali.it +2673%5/19/2008%MARESCA%DANILO%VIALE DEL PINO - CORNO D'ORO%84025%EBOLI%SA%1/23/1979%BATTIPAGLIA%SA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%danilo.maresca@alice.it +2676%6/9/2008%MENZA%WILLIAM%VIA S. VITO, 1%84020%SAN GREGORIO MAGNO%SA%4/29/1980%POLLA%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%wilmenza@hotmail.it +2679%6/25/2008%VOTO%STEFANIA%VIA TOSCANA, 8%84098%PONTECAGNANO FAIANO%SA%12/26/1976%SALERNO%SA%10/31/2001%SALERNO%Farmacia%2001%Università degli Studi di Salerno%stefania.voto@virgilio.it +2681%7/21/2008%CEMBALO%VIRGINIA%VIA FALAGATO, 30%84045%ALTAVILLA SILENTINA%SA%4/19/1982%EBOLI%SA%3/28/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%virginiacembalo@virgilio.it +2688%7/28/2008%BISACCIA%DOMENICO ROCCO%VIA TOSCANA, 8%84098%PONTECAGNANO FAIANO%SA%8/17/1983%TRICARICO%MT%3/31/2008%SALERNO%Chimica e tecn. farmaceutica%2008%Università degli Studi di Salerno%roccobisa@hotmail.it +2690%7/28/2008%MEDUGNO%CARLA%VIA MARTUSCELLI, 58%84135%SALERNO%SA%7/1/1984%TRIESTE%TS%3/28/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%carlina744@live.it +2699%8/8/2008%DEL PESCE%LUIGIA%VIA MACELLO, 14%84085%MERCATO SAN SEVERINO%SA%4/16/1982%SALERNO%SA%3/28/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%luisadelpesce@live.it +2701%8/8/2008%PEPE%RAFFAELLA%VIA PIAVE, 113%84010%SAN MARZANO SUL SARNO%SA%3/22/1983%NOLA%NA%12/21/2007%NAPOLI%Chimica e tecn. farmaceutica%2008%Università degli Studi di Napoli%raffapepe@alice.it +2708%9/8/2008%RUGGIERO%ANTONELLA%VIA VETICE, 26%84010%SAN VALENTINO TORIO%SA%7/12/1983%NOCERA INFERIORE%SA%3/28/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%anto.ruggiero@libero.it +2709%9/8/2008%SELLITTO%GIUSEPPINA%VIA ASTONI CROCE, 2%84083%CASTEL SAN GIORGIO%SA%4/6/1983%NOCERA INFERIORE%SA%3/31/2008%SALERNO%Chimica e tecn. farmaceutica%2008%Università degli Studi di Salerno%giusysellitto@alice.it +2710%9/8/2008%TAFURO%BRUNELLA%VIA CONTRAONE, 38%83025%BORGO MONTORO INFERIORE%AV%2/12/1980%AVELLINO%AV%12/21/2007%NAPOLI%Chimica e tecn. farmaceutica%2008%Università degli Studi di Napoli%bru_viola@hotmail.it +2763%1/29/2009%CAPPETTA%VALENTINA%VIA RIMEMBRANZA, 27%84042%ACERNO%SA%9/17/1981%SALERNO%SA%3/28/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%valentinacappetta@hotmail.it +2765%1/29/2009%DI MAURO%ALESSIA%C.SO MARCONI, 53%84013%CAVA DE' TIRRENI%SA%12/24/1981%BATTIPAGLIA%SA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%dimauroalessia@libero.it +2767%1/29/2009%GALDIERI%PATRIZIA%VIA CARRARE, 20%84020%PALOMONTE%SA%8/9/1983%BATTIPAGLIA%SA%7/24/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%g.patty83@libero.it +2711%10/6/2008%CALIENDO%CARMELA%VIA CROCE MALLONI, 160%84015%NOCERA SUPERIORE%SA%2/4/1983%NOCERA INFERIORE%SA%3/31/2008%SALERNO%Chimica e tecn. farmaceutica%2008%Università degli Studi di Salerno%carmela.caliendo@yahoo.it +2769%1/29/2009%IANNELLI%FRANCESCA%VIA DELLE GINESTRE, 55%84134%SALERNO%SA%8/2/1985%SALERNO%SA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%francescaiannelli@libero.it +2771%1/29/2009%LARICE%IMMACOLATA%VIA ABATE CUOMO, 3%84018%SCAFATI%SA%8/19/1979%TORRE DEL GRECO%NA%12/18/2006%NAPOLI%Chimica e tecn. farmaceutica%2007%Università degli Studi di Napoli%ammi-na@hotmail.it +2712%10/6/2008%CASTELLANO%CATELLO MIRKO%VIA PIETRO DEL PEZZO, 53/C%84100%SALERNO%SA%9/8/1984%GRAGNANO%NA%4/11/2008%CAMERINO%Farmacia%2008%Università degli Studi di Camerino%mirko.castellano@hotmail.it +2713%10/6/2008%DE SIENA%VINCENZO%VIA PROLUNGAMENTO MATTEOTTI, 115%84087%SARNO%SA%5/28/1982%SARNO%SA%3/28/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%des.vic@hotmail.it +2714%10/6/2008%DE SIMONE%LOREDANA%VIA ALDO MORO, 3 - COLOGNA%84080%PELLEZZANO%SA%2/4/1980%SALERNO%SA%12/19/2007%SALERNO%Farmacia%2008%Università degli Studi di Salerno%lory2201@tiscali.it +2715%10/6/2008%DE SIO%LILIA%VIA GIUSEPPE TORRE, 110%84016%PAGANI%SA%1/4/1984%PAGANI%SA%3/31/2008%SALERNO%Chimica e tecn. farmaceutica%2008%Università degli Studi di Salerno%liliadesio@yahoo.it +2716%10/6/2008%MATTIONI%ELEONORA%VIA MERCATELLO, 68 - BORGO%83025%MONTORO INFERIORE%AV%2/11/1982%SALERNO%SA%12/19/2007%SALERNO%Farmacia%2008%Università degli Studi di Salerno%matel82@libero.it +2717%10/6/2008%IANNARELLA%TERESA%VIA TERLIZZI, 10%84020%COLLIANO%SA%5/3/1981%OLIVETO CITRA%SA%7/24/2006%SALERNO%Farmacia%2006%Università degli Studi di Salerno%terryann_81@hotmail.it +2718%10/6/2008%IENNACO%BENEDETTA%VIA IV NOVEMBRE, 2%84098%PONTECAGNANO FAIANO%SA%1/15/1977%NAPOLI%NA%10/31/2002%NAPOLI%Farmacia%2002%Università degli Studi di Napoli%benegrixb@libero.it +2719%10/6/2008%INSERRA%VALENTINA%VIA VITTORIO VENETO, 104%80054%GRAGNANO%NA%5/14/1981%GRAGNANO%NA%4/11/2008%CAMERINO%Farmacia%2008%Università degli Studi di Camerino%valefarmia@yahoo.it +2720%10/6/2008%IUZZOLINO%ANGELA%VIA GIUSEPPE VERDI, 7/A%84020%SAN GREGORIO MAGNO%SA%7/26/1978%OLIVETO CITRA%SA%12/19/2005%SALERNO%Farmacia%2008%Università degli Studi di Salerno% +2721%10/6/2008%MITA%MARIANGELA%VIA OVIDIO, 1%72013%CEGLIE MESSAPICA%BR%9/19/1982%CEGLIE MESSAPICA%BR%3/29/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%mariangelamita82@libero.it +2722%10/6/2008%RITROVATO%LIDIA%VIA TRENTO, 94%84100%SALERNO%SA%7/25/1982%SALERNO%SA%3/31/2008%SALERNO%Chimica e tecn. farmaceutica%2008%Università degli Studi di Salerno%lidia.ritrovato@libero.it +2773%1/29/2009%MARIGLIANO%ANNARITA%VIA LUIGI STURZO, 56%84018%SCAFATI%SA%10/2/1984%SCAFATI%SA%7/25/2008%SALERNO%Chimica e tecn. farmaceutica%2008%Università degli Studi di Salerno%annarita.marigliano@hotmail.it +2723%12/12/2008%BIANCO%ELVIRA%VIA VI^ TRAV. NAZIONALE, 4/D/20 - COOP PIXUS%84067%POLICASTRO BUSS.%SA%10/7/1981%NAPOLI%NA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%elvy07@libero.it +2724%12/12/2008%GUARINO%CARMELA%VIA CASA LANDI, 25%84080%LANCUSI DI FISCIANO%SA%1/30/1983%SALERNO%SA%10/30/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%carmenguarino83@libero.it +2725%12/30/2008%SALVATI%DIONIGI%Via R. Livatino, 21%84085%MERCATO SAN SEVERINO%SA%1/5/1983%SALERNO%SA%10/20/2008%NAPOLI%Farmacia%2008%Università degli Studi di Napoli%salvatidionigi@libero.it +2726%1/13/2009%BATTIPAGLIA%ELISABETTA%VIA PADULA, 15%84100%SALERNO%SA%2/8/1983%SALERNO%SA%7/25/2008%SALERNO%Chimica e tecn. farmaceutica%2008%Università degli Studi di Salerno%lisa983@hotmail.it +2737%1/13/2009%LAUDISIO%CAROLINA%VIA ROMA, 125%84087%SARNO%SA%5/19/1985%SARNO%SA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%claudisio@alice.it +2751%1/13/2009%SPARANO%ANNA MARIA%VIA CESARE ROSAROLL, 14%80139%NAPOLI%NA%7/1/1957%NAPOLI%NA%7/24/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno% +2775%1/29/2009%NAPOLI%DANIELA%VIA ENRICO BERLINGUER, 7%84081%BARONISSI%SA%12/1/1979%CASERTA%CE%12/22/2003%SALERNO%Farmacia%2004%Università degli Studi di Salerno%napdan@libero.it +2777%1/29/2009%RIZZO%EMANUELA%VIA VERGA, 51%84043%AGROPOLI%SA%1/14/1984%AGROPOLI%SA%10/31/2008%SALERNO%Chimica e tecn. farmaceutica%2008%Università degli Studi di Salerno%emanuela2007@libero.it +2779%1/29/2009%SORIENTE%VERONICA%VIA SALVO D'ACQUISTO, 9%84096%MONTECORVINO ROVELLA%SA%12/21/1983%MONTECORVINO ROVELLA%SA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%vsoriente@gmail.com +2781%2/26/2009%DELLA MONICA%CARMINE%VIA DON MICHELE PAESANO, 53%84025%EBOLI%SA%9/23/1973%EBOLI%SA%7/26/2002%SALERNO%Farmacia%2002%Università degli Studi di Salerno%carmine_della_monica@yahoo.it +2783%2/26/2009%DI MURO%FRANCESCA%VIA CENTORE, 23%84090%GIFFONI SEI CASALI%SA%7/22/1983%SALERNO%SA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%francescadimuro@hotmail.it +2785%2/26/2009%LANGONE%MARIA%VIA CARLO PISACANE%84036%SALA CONSILINA%SA%4/6/1979%POLLA%SA%10/16/2008%NAPOLI%Chimica e tecn. farmaceutica%2008%Università degli Studi di Napoli%maria.langone@libero.it +2796%3/31/2009%BELVEDERE%ROBERTA%VIA EUCLIDE, 37%80126%NAPOLI%NA%7/1/1972%NAPOLI%NA%10/26/1998%NAPOLI%Chimica e tecn. farmaceutica%2003%Università degli Studi di Napoli%martadanilo@libero.it +2786%2/26/2009%MAIORINO%ANGELO%VIA BARBARULO, 13%84014%NOCERA INFERIORE%SA%10/14/1982%NAPOLI%NA%3/28/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%angelomaiorano@libero.it +2787%2/26/2009%SPINELLI%FILOMENA%VIA DEL PIAGGESE, 15%84043%AGROPOLI%SA%9/21/1984%AGROPOLI%SA%7/25/2008%SALERNO%Chimica e tecn. farmaceutica%2008%Università degli Studi di Salerno%filomena@oneonline.it +2788%2/26/2009%VIVACQUA%ENRICA%VIALE DELLE GINESTRE, 48%84134%SALERNO%SA%6/13/1985%AVELLINO%AV%10/31/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%vivenri_85@hotmail.it +2804%4/6/2009%ATTIANESE%CAROLINA%VIA VESPUCCI, 33%84012%ANGRI%SA%9/25/1977%ANGRI%SA%3/22/2005%NAPOLI%Chimica e tecn. farmaceutica%2005%Università degli Studi di Napoli%carolinaattianese@aliceposta.it +2806%4/6/2009%MAUTONE%NICOLA%VIA NAZIONALE P. BARIZZO, 79%84047%CAPACCIO%SA%8/7/1977%MILANO%MI%10/28/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%nicolamautone@virgilio.it +2808%4/10/2009%D'AGOSTINO%ELIO%PIAZZA TRIESTE, 17%80056%ERCOLANO%NA%4/22/1964%PORTICI%NA%10/30/1991%NAPOLI%Farmacia%1991%Università degli Studi di Napoli%e64dag@msn.com +2811%4/15/2009%ROSSI%PIERA%VIA VALERIO LASPRO, 6%84126%SALERNO%SA%9/12/1956%BELLA%PZ%11/3/1981%NAPOLI%Farmacia%1981%Università degli Studi di Napoli%g.pizzolorusso@libero.it +2812%4/22/2009%DANISE%ROSA%VIA DEL SOLE, 5%92010%LAMPEDUSA E LINOSA%AG%8/1/1979%SARNO%SA%7/25/2008%SALERNO%Chimica e tecn. farmaceutica%2008%Università degli Studi di Salerno% +2727%1/13/2009%BOTTA%TERESA%VIA GARIBALDI, 45%84088%SIANO%SA%2/27/1984%SOLOFRA%AV%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%teresa089sa@yahoo.it +2728%1/13/2009%CELANO%EMANUELA%VIA MARE IONIO, 47%84098%PONTECAGNANO FAIANO%SA%9/25/1984%AGROPOLI%SA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%emanu_illi_@hotmail.it +2729%1/13/2009%CUOZZO%ADRIANO%VIA TRASIMENO, 23%84091%BATTIPAGLIA%SA%9/19/1985%EBOLI%SA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%adriano.paolo@hotmail.it +2730%1/13/2009%D'AMICO%LUCIA%VIA G. PARINI, 13%84091%BATTIPAGLIA%SA%9/6/1984%BATTIPAGLIA%SA%7/24/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%luciadamico84@libero.it +2731%1/13/2009%FEZZA%NADIA%VIA ROMA, 33%84022%CAMPAGNA%SA%7/29/1984%BATTIPAGLIA%SA%7/24/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%tra_mad@alice.it +2732%1/13/2009%FIENGA%CLELIA%VIA CROCE, 62%84018%SCAFATI%SA%5/10/1983%MUGNANO DI NAPOLI%NA%11/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%clelia_10583@libero.it +2733%1/13/2009%GARGIONE%ROBERTA%VIA PALMA, 5%84060%PERDIFUMO%SA%7/28/1982%BATTIPAGLIA%SA%10/30/2008%PERUGIA%Farmacia%2008%Università degli Studi di Salerno%robertagargione@hotmail.it +2734%1/13/2009%GIULIANO%FRANCESCA%VIA ROCCO GALDIERI, 28%84129%SALERNO%SA%7/17/1982%SALERNO%SA%3/28/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%francescagiuliano@hotmail.com +2735%1/13/2009%GRIMALDI%STEFANIA%VIA TORINO, 8%84085%MERCATO SAN SEVERINO%SA%2/24/1984%SARNO%SA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%stefaniagrimaldi@hotmail.it +2736%1/13/2009%LA ROCCA%ANNAMARIA%VIA A. MANZONI, 14%84092%BELLIZZI%SA%10/18/1984%BATTIPAGLIA%SA%7/24/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%annam.larocca@alice.it +2738%1/13/2009%LONGO%LINDA%VIA FELLINE, 11%84127%SALERNO%SA%8/16/1971%SALERNO%SA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%lindaspera@hotmail.com +2739%1/13/2009%LONGOBARDI%VINCENZA%VIAMONSIGNOR GRASSO, 16%84098%PONTECAGNANO FAIANO%SA%4/11/1983%SALERNO%SA%10/31/2007%SALERNO%Chimica e tecn. farmaceutica%2007%Università degli Studi di Salerno%viol_enza@libero.it +2740%1/13/2009%MARCHITELLI%DOMENICA%VIA VITTORIO EMANUELE, 34%85050%BALVANO%PZ%1/16/1984%OLIVETO CITRA%SA%7/24/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%marchitelli.domenica@libero.it +2741%1/13/2009%MUSTO%DOMENICO%VIA STRADA STATALE 19, 17%84091%BATTIPAGLIA%SA%7/12/1975%BATTIPAGLIA%SA%7/24/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%mustodomenico75@libero.it +2742%1/13/2009%PETOLICCHIO%MILENA%P.ZZA GARIBALDI, 62%84098%PONTECAGNANO FAIANO%SA%7/31/1984%SALERNO%SA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%milpet@libero.it +2743%1/13/2009%PLAITANO%TIZIANA%S.S. 18 PARCO MAGNOLIE, 110/D%84091%BATTIPAGLIA%SA%10/11/1984%BATTIPAGLIA%SA%7/25/2008%SALERNO%Chimica e tecn. farmaceutica%2008%Università degli Studi di Salerno%plaitanot@hotmail.it +2744%1/13/2009%RAINONE%VINCENZO%VIA MATERDOMINI, 10%84015%NOCERA SUPERIORE%SA%4/29/1983%VIGEVANO%PV%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%rainonevincenzo@line.it +2745%1/13/2009%RICCIARDIELLO%SAMANTHA%VIA G. PASCOLI TRAV. TASSO, 2%84092%BELLIZZI%SA%7/22/1980%OLIVETO CITRA%SA%7/24/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%samantharicciardiello@virgilio.it +2746%1/13/2009%ROMANO%FLAVIA%VIA DEMANIO PIAZZA, 39%84085%MERCATO SAN SEVERINO%SA%11/27/1983%NOCERA INFERIORE%SA%7/25/2008%SALERNO%Chimica e tecn. farmaceutica%2008%Università degli Studi di Salerno%aniello.terrone@alice.it +2747%1/13/2009%RUSSO%RICCARDO%VIA TRAV. CAMPO SPORTIVO, 23/E%84087%SARNO%SA%4/18/1981%SARNO%SA%7/24/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%bullat198@libero.it +2748%1/13/2009%SADA%MARIA ROSARIA%V.LE G. VERDI, 10/H%84131%SALERNO%SA%9/23/1975%SALERNO%SA%3/28/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%m.sada@alice.it +2749%1/13/2009%SESSA%SILVIA%VIA SAN VINCENZO, 18%84085%MERCATO SAN SEVERINO%SA%7/14/1983%SALERNO%SA%7/25/2008%SALERNO%Chimica e tecn. farmaceutica%2008%Università degli Studi di Salerno%silvia.sessa@hotmail.it +2750%1/13/2009%SODANO%CARMELA%VIA DOMENICO PIGNATARO, 10%84078%VALLO DELLA LUCANIA%SA%12/26/1982%VALLO DELLA LUCANIA%SA%7/24/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%carmela-sodano@hotmail.it +2752%1/13/2009%SPERA%CHIARA%VIA TORA DI FILETTA, 17%84099%SAN CIPRIANO PICENTINO%SA%9/10/1983%SALERNO%SA%7/24/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%sperachiara@alice.it +2753%1/13/2009%TORNATORE%SERENA%VIA MICOLONI, 9%84133%SALERNO%SA%9/13/1979%CAVA DE' TIRRENI%SA%7/25/2002%SALERNO%Farmacia%2002%Università degli Studi di Salerno%tornatore.serena@tiscali.it +2754%1/13/2009%TROIANO%ANNA%VIA CUPA DE SIMONE, 7%84082%BRACIGLIANO%SA%2/23/1973%TORINO%TO%7/24/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%anna-troiano@libero.it +2755%1/13/2009%TROTTA%MARIANTONIETTA%VIA DEI LUCANI, 1%84075%STIO%SA%6/13/1977%VALLO DELLA LUCANIA%SA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%trottametta@libero.it +2756%1/13/2009%UZZO%GIUSEPPE%VIA VECCHIA COMUNALE DI MIANO, 39%80100%NAPOLI%NA%3/6/1981%NAPOLI%NA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%peppuzzo6@hotmail.it +2757%1/13/2009%VISCONTI%ADELE%VIALE DEI NORMANNI, 13%84139%SALERNO%SA%5/22/1984%SALERNO%SA%7/24/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%adele84@inwind.it +2758%1/13/2009%VITALE%BEATRICE%VIA SAN GIOVANNI BATTISTA, 13%84086%ROCCAPIEMONTE%SA%4/25/1982%ROCCAPIEMONTE%SA%7/24/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%beatrix482@hotmail.it +2759%1/13/2009%ZOTTOLI%ALESSIA%VIALE DELLA REPUBBLICA, 2%84092%BELLIZZI%SA%7/9/1984%BATTIPAGLIA%SA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%alessia.zott@alice.it +2814%5/11/2009%MIELE%ALMERICO%VIA LARGO GAUDIANI, 10%84057%LAURINO%SA%7/15/1984%VALLO DELLA LUCANIA%SA%7/24/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%alme84@hotmail.it +2790%3/11/2009%LUISI%ROSA%VIA FONTANA MAGGIORE, 182%84037%SANT'ARSENIO%SA%3/2/1979%POLLA%SA%12/21/2004%NAPOLI%Chimica e tecn. farmaceutica%2005%Università degli Studi di Napoli%rosaluisi79@yahoo.it +2791%3/11/2009%MARINO%GIOVANNA%VIA UGO FOSCOLO, 35%84010%SAN MARZANO SUL SARNO%SA%3/20/1981%SCAFATI%SA%3/30/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%giovanna.marino@hotmail.co.uk +2792%3/11/2009%PADULA%GENNARO%VIA SPERANZO, 2%84099%SAN CIPRIANO PICENTINO%SA%2/13/1978%SAN CIPRIANO PICENTINO%SA%12/20/2006%SALERNO%Farmacia%2007%Università degli Studi di Salerno%padulage@alice.it +2793%3/11/2009%RUSSO%LUIGI%VIA SANDRO PERTINI, 11G8%84098%PONTECAGNANO FAIANO%SA%9/30/1984%SALERNO%SA%3/28/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%lurusso@unisa.it +2794%3/11/2009%VECCHIO%LUCIA%VIA PETRARELLA, 31%84025%EBOLI%SA%7/30/1982%EBOLI%SA%7/24/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%luciavecchio@inwind.it +2795%3/11/2009%ZANTI%ROSSANA%PIAZZA FARINA, 12%84091%BATTIPAGLIA%SA%2/10/1973%AUGUSTA%SR%11/8/1999%CATANIA%Farmacia%1999%Università degli Studi di Catania%lupo@unibas.it +2805%4/6/2009%FERRAIOLI%MARIA TERESA%VIA P. SICHELGAITA, 51%84125%SALERNO%SA%7/8/1982%SALERNO%SA%10/13/2006%NAPOLI%Chimica e tecn. farmaceutica%2006%Università degli Studi di Napoli%menenna@hotmail.it +2807%4/6/2009%RAGO%ANNALISA%VIA S.S. 91 PER EBOLI, 354 - LOC QUADRIVIO%84022%CAMPAGNA%SA%6/10/1978%EBOLI%SA%3/8/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%matteopollice@alice.it +2809%4/10/2009%LETTIERI%TONIA%VIA PONTETORNA - CORRIENTI, 6%84060%NOVI VELIA%SA%7/16/1979%VALLO DELLA LUCANIA%SA%7/29/2003%NAPOLI%Chimica e tecn. farmaceutica%2004%Università degli Studi di Napoli%tonia.lettieri@libero.it +2810%4/10/2009%MALDINI%MARIATERESA%VIA G. D'ORSO, 32%84025%EBOLI%SA%10/15/1981%SALERNO%SA%7/22/2005%SALERNO%Farmacia%2005%Università degli Studi di Salerno%mmaldini@unisa.it +2797%3/31/2009%DE VENDEL%JOLANDA%VIA VECCHIO, 8%84047%CAPACCIO%SA%11/1/1977%TORINO%TO%10/20/2004%NAPOLI%Chimica e tecn. farmaceutica%2004%Università degli Studi di Napoli%jdevendel@tiscali.it +2798%3/31/2009%FASANARO%MASSIMO%VIA CRISPI, 1/30%84126%SALERNO%SA%9/29/1979%SALERNO%SA%3/29/2004%SALERNO%Farmacia%2004%Università degli Studi di Salerno%max_fas@tiscali.it +2799%3/31/2009%FIOCCA%ELISABETTA%VIA G. VITALE, 35%84013%CAVA DE' TIRRENI%SA%12/4/1973%CAVA DE' TIRRENI%SA%3/21/2000%SALERNO%Chimica e tecn. farmaceutica%2000%Università degli Studi di Salerno%elfia73@libero.it +2800%3/31/2009%LAURETANO%COLOMBA%VIA COSTANTINOPOLI, 10%84010%PRAIANO%SA%10/4/1980%VICO EQUENSE%NA%7/26/2007%SALERNO%Farmacia%2007%Università degli Studi di Salerno%lauretanocolomba@libero.it +2801%3/31/2009%RUSSO%ANNA%VIA ROMA, 134%84010%SAN MARZANO SUL SARNO%SA%5/12/1983%NOCERA INFERIORE%SA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%annarusso83@hotmail.it +2802%3/31/2009%TROTTA%AVE%VIA VITO FORNARI, 14%84131%SALERNO%SA%3/28/1973%SALERNO%SA%3/31/2003%SALERNO%Farmacia%2003%Università degli Studi di Salerno% +2803%3/31/2009%VOCCIA%FILOMENA%VIA DOMENICO CATALANO, 46%84018%SCAFATI%SA%5/25/1981%SCAFATI%SA%10/30/2008%SALERNO%Farmacia%2008%Università degli Studi di Salerno%mikyfilo@alice.it +2813%5/11/2009%GAMBARDELLA%LUCIANO%VIA EDUARDO DE FILIPPO, 3%84014%NOCERA INFERIORE%SA%2/24/1982%NOCERA INFERIORE%SA%3/27/2008%NAPOLI%Farmacia%2008%Università degli Studi di Napoli%l.gambardella@tiscali.it +2815%5/26/2009%GUIDA%RAFFAELLA%VIA XX SETTEMBRE, 8%84070%SAN MAURO LA BRUCA%SA%7/20/1983%VALLO DELLA LUCANIA%SA%7/23/2007%PAVIA%Farmacia%2007%Università degli Studi di Pavia%rguida@unisa.it +2819%6/29/2009%PANARIELLO%EMILIA%VIA NAZIONALE, 446%84018%SCAFATI%SA%5/5/1977%GRAGNANO%SA%11/8/2002%SALERNO%Farmacia%2002%Università degli Studi di Salerno%emypan@libero.it +2826%7/10/2009%PARADISO%VERA%VIA NAZIONALE, 109%84070%SAN GIOVANNI A PIRO%SA%8/16/1984%SAPRI%SA%12/18/2008%SALERNO%Farmacia%2009%Università degli Studi di Salerno%veraparadiso@yahoo.it +2820%7/10/2009%APOSTOLICO%ANTONIO%VIA DANTE ALIGHIERI, 19%84083%CASTEL SAN GIORGIO%SA%12/21/1976%CASTEL SAN GIORGIO%SA%7/10/2009%SALERNO%Farmacia%2009%Università degli Studi di Salerno%antonio.apostolico-farm@poste.it +2822%7/10/2009%CAROPPOLI%TERESA%VIA RICASOLI, 69%84091%BATTIPAGLIA%SA%3/26/1985%MADDALONI%CE%3/30/2009%SALERNO%Farmacia%2009%Università degli Studi di Salerno%teresa_caroppoli@virgilio.it +2823%7/10/2009%FRUNZI%ANGELA%VIA VITORIO EMANUELE, 105%84020%SAN GREGORIO MAGNO%SA%8/20/1980%SALERNO%SA%12/18/2008%SALERNO%Farmacia%2009%Università degli Studi di Salerno%angelafrunzi@tiscali.it +2824%7/10/2009%GIAQUINTO%CLAUDIA%VIA ISCA, 17%83025%MONTORO INFERIORE%AV%12/24/1984%ATRIPALDA%AV%12/19/2008%SALERNO%Chimica e tecn. farmaceutica%2009%Università degli Studi di Salerno%claudia.giaq@alice.it +2827%7/10/2009%PINTO%ANTONELLA%VIA PADOVA, 42%84091%BATTIPAGLIA%SA%9/11/1984%POLLA%SA%3/30/2009%SALERNO%Farmacia%2009%Università degli Studi di Salerno%antonellapinto84@hotmail.it +2828%7/10/2009%TROTTA%ROBERTA%Via Casalanario, 56%84012%ANGRI%SA%11/15/1983%SCAFATI%SA%10/16/2008%NAPOLI%Chimica e tecn. farmaceutica%2008%Università degli Studi di Napoli%t-roberta@libero.it +2816%6/9/2009%CATENA%CLARA%VIA RIONE DELLA PACE, 7%84025%EBOLI%SA%3/12/1984%EBOLI%SA%10/31/2008%SALERNO%Chimica e tecn. farmaceutica%2008%Università degli Studi di Salerno%catena.clara@gmail.com +2817%6/9/2009%MATONTI%PASQUALE%VIA ROMA, 25%84014%NOCERA INFERIORE%SA%11/19/1983%SALERNO%SA%7/25/2008%SALERNO%Chimica e tecn. farmaceutica%2008%Università degli Studi di Salerno%matontip@yahoo.it +2821%7/10/2009%APRILE%IMMACOLATA%P.ZZA F. ALARIO, 8%84121%SALERNO%SA%8/23/1978%SALERNO%SA%12/18/2008%SALERNO%Farmacia%2009%Università degli Studi di Salerno%rosariaaprile@virgilio.it \ No newline at end of file diff --git a/TMP/EXPORT/adv.php b/TMP/EXPORT/adv.php new file mode 100755 index 0000000..9c37d84 --- /dev/null +++ b/TMP/EXPORT/adv.php @@ -0,0 +1,129 @@ +"; +}else{ +echo "ERRORE
"; +} + +} + +fclose($op);*/ +?> diff --git a/TMP/EXPORT/board.php b/TMP/EXPORT/board.php new file mode 100755 index 0000000..8683cbe --- /dev/null +++ b/TMP/EXPORT/board.php @@ -0,0 +1,110 @@ +"; +}else{ +echo "ERRORE
"; +} + +} + +fclose($op);*/ +?> diff --git a/TMP/EXPORT/files.php b/TMP/EXPORT/files.php new file mode 100755 index 0000000..ddbd598 --- /dev/null +++ b/TMP/EXPORT/files.php @@ -0,0 +1,40 @@ +read()){ + + if(substr($r,0,1)!='.'){ + + $filePath = $DIR.'/'.$r; + $filePathInfo = pathinfo($filePath); + + if(file_exists($filePath)){ + + $filename = preg_replace('/[^a-zA-Z0-9\-\._]/','', $filePathInfo['basename']); + $filesize = (filesize($filePath) < 1000000) ? round(filesize($filePath) / 1000)."k" : round(filesize($filePath) / 1000000)."M"; + $title = $filename; + $path = '../../docs/'.$NEW; + $dbPath = '/docs/'.$NEW; + + copy($filePath, "$path/$filename"); + + $query.="INSERT INTO files VALUES(null, '$title', '$filename', '".$dbPath."', '".date("Y-m-d", filemtime($filePath))."', '$filesize');\n"; + + } + + } +} + +echo $query; +//mysql_query($query); + +mysqli_close($conn); diff --git a/TMP/EXPORT/files_recursive.php b/TMP/EXPORT/files_recursive.php new file mode 100755 index 0000000..edc4c6a --- /dev/null +++ b/TMP/EXPORT/files_recursive.php @@ -0,0 +1,52 @@ +read()){ + + if(substr($r,0,1)!='.'){ + + //@mkdir('../..//docs/'.$NEW.'/'.$r); + + $df=dir($DIR."/".$r); + + while($rf=$df->read()){ + if(substr($rf,0,1)!='.'){ + + $filePath = $DIR."/".$r."/".$rf; + $filePathInfo = pathinfo($filePath); + + + if(file_exists($filePath)){ + + $filename = preg_replace('/[^a-zA-Z0-9\-\._]/','', $filePathInfo['basename']); + $filesize = (filesize($filePath) < 1000000) ? round(filesize($filePath) / 1000)."k" : round(filesize($filePath) / 1000000)."M"; + $title = $filename; + $path = '../../docs/'.$NEW; + $dbPath = '/docs/'.$NEW; + + copy($filePath, "$path/$filename"); + + $query.="INSERT INTO files VALUES(null, '$title', '$filename', '".$dbPath."', '".substr($rf,0,10)."', '$filesize');\n"; + + } + + + } + } + + } +} + +echo $query; +//mysql_query($query); + +mysqli_close($conn); diff --git a/TMP/EXPORT/files_recursive_ricette.php b/TMP/EXPORT/files_recursive_ricette.php new file mode 100755 index 0000000..5d5045c --- /dev/null +++ b/TMP/EXPORT/files_recursive_ricette.php @@ -0,0 +1,76 @@ +read()){ + + if(substr($r,0,1)!='.'){ + + $dy=dir($DIR."/".$r); + while($ry=$dy->read()){ + if(substr($ry,0,1)!='.'){ + + $fileDate = $r."-".$month[$ry]."-01"; + + $df=dir($DIR."/".$r."/".$ry); + while($rf=$df->read()){ + if(substr($rf,0,1)!='.'){ + + if(intval($r) > 2008){ + $fileDate = substr($rf,0,4)."-".substr($rf,4,2)."-".substr($rf,6,2); + } + + $filePath = $DIR."/".$r."/".$ry."/".$rf; + $filePathInfo = pathinfo($filePath); + + //echo $fileDate."------".$filePath."
"; + + if(file_exists($filePath)){ + + $filename = preg_replace('/[^a-zA-Z0-9\-\._]/','', $filePathInfo['basename']); + $filesize = (filesize($filePath) < 1000000) ? round(filesize($filePath) / 1000)."k" : round(filesize($filePath) / 1000000)."M"; + $title = $filename; + $path = '../../docs/'.$NEW; + $dbPath = '/docs/'.$NEW; + + copy($filePath, "$path/$filename"); + + $query.="INSERT INTO files VALUES(null, '$title', '$filename', '".$dbPath."', '".date("Y-m-d", filemtime($filePath))."', '$filesize');\n"; + + } + } + } + + + } + } + + } +} + +echo $query; +//mysql_query($query); + +mysqli_close($conn); diff --git a/TMP/EXPORT/news.php b/TMP/EXPORT/news.php new file mode 100755 index 0000000..24a6593 --- /dev/null +++ b/TMP/EXPORT/news.php @@ -0,0 +1,121 @@ +0){ + $offset = strpos($r[3], '"', $dl); + //echo $dl." - ".$offset." - ".str_replace('download.php?file=','',substr($r[3], $dl, $offset-$dl))."
\n"; + $filePath = str_replace("//","/", "../../docs/".str_replace('download.php?file=','',substr($r[3], $dl, $offset-$dl))); + $filePathInfo = pathinfo($filePath); + + if(file_exists($filePath)){ + //print_r($filePathInfo); + + //echo filesize($filePath)."\n
"; + $filename = $cnt.'_'.preg_replace('/[^a-zA-Z0-9\-\._]/','', $filePathInfo['basename']); + $filesize = (filesize($filePath) < 1000000) ? round(filesize($filePath) / 1000)."k" : round(filesize($filePath) / 1000000)."M"; + $title = "Scarica la relativa circolare"; + $path = '../../docs/files/news'; + + copy($filePath, "$path/$filename"); + + $query.="INSERT INTO files VALUES($cnt, '$title', '$filename', '".$path."', '".$r[1]."', '$filesize');\n"; + $append[$index] = $cnt; + $cnt++; + } + + $r[3]=substr($r[3],0,strpos($r[3],'
')); + } + + $query.="INSERT INTO news VALUES(". + "'".$r[0]."', ". + "'".addslashes(str_replace(''','\'',$r[2]))."', ". + "'".addslashes(str_replace(''','\'',$r[3]))."', ". + "'".addslashes(str_replace(''','\'',$r[1]))."', ". + "'".implode(',',$append)."' ". + ");\n"; + + +} + +echo $query; +//mysql_query($query); + +mysql_close($conn); + + + + + + + + + + + + + + + + + + + + + + + +/* + +@include 'new/cgi-bin/conn.conn'; +$conn = mysql_connect($DATAhst,$DATAusr,$DATApwd); +mysql_select_db("Sql90805_1"); + +$op=fopen("alboNew.csv","r"); + +while($res=fgets($op)){ + +$scom=explode("%",$res); + +$q=mysql_query("UPDATE albo SET + email='".$scom[13]."', + cognome='".$scom[2]."', + nome='".$scom[3]."', + data_iscr='".$scom[1]."', + indirizzo='".$scom[4]."', + cap='".$scom[5]."', + citta='".$scom[6]."', + provincia='".$scom[7]."', + laurea_a='".$scom[9]."', + laurea_il='".$scom[8]."', + laurea_in='".$scom[10]."', + abilitazione_nel='".$scom[11]."', + abilitazione_a='".$scom[12]."' + WHERE iscrizione='".$scom[0]."'"); + + +if($q){ +echo "ok
"; +}else{ +echo "ERRORE
"; +} + +} + +fclose($op);*/ +?> diff --git a/TMP/EXPORT/parapharmacy.php b/TMP/EXPORT/parapharmacy.php new file mode 100755 index 0000000..e1fed8c --- /dev/null +++ b/TMP/EXPORT/parapharmacy.php @@ -0,0 +1,97 @@ +"; +}else{ +echo "ERRORE
"; +} + +} + +fclose($op);*/ +?> diff --git a/TMP/EXPORT/pharmacy.php b/TMP/EXPORT/pharmacy.php new file mode 100755 index 0000000..1105923 --- /dev/null +++ b/TMP/EXPORT/pharmacy.php @@ -0,0 +1,99 @@ +"; +}else{ +echo "ERRORE
"; +} + +} + +fclose($op);*/ +?> diff --git a/TMP/PARAFARMACIE.csv b/TMP/PARAFARMACIE.csv new file mode 100644 index 0000000..db58ccb --- /dev/null +++ b/TMP/PARAFARMACIE.csv @@ -0,0 +1,136 @@ +PARAFARMACIA - 4D SRL%VIA CICALESI, 19%84014%NOCERA INFERIORE%SA%% +PARAFARMACIA - ABATE Dott. Giancarmine%VIA TORRIONE, 59%84127%SALERNO%SA%089-2750866%giancarmineabate@hotmail.com +PARAFARMACIA - ALEPHARMA 2004%C,SO ITALIA, 40%84098%PONTECAGNANO FAIANO%SA%% +PARAFARMACIA - ALOE%S.S.517-Variante n.5-Km.13.600-Loc. Mararoso%84030%CASELLE IN PITTARI%SA%0975-518917%fortunata.mari@libero.it +PARAFARMACIA - AMATO MARIA%VIA NAZIONALE, 54 - FRAZ. VELINA%84040%CASTELNUOVO CILENTO%SA%0974-62102% +PARAFARMACIA - ATTANASIO dr. FRANCESCO%VIA G.B. CASTALDO, 12%84014%NOCERA INFERIORE%SA%081-5173282%francescoattanasio@inwind.it +PARAFARMACIA - BABYFARM di Dell'Isola Giovanna%VIA DON MICHELE PAESANO, 12/16%84025%EBOLI%SA%0828-332448%acciaroli.babyfarm@tiscali.it +PARAFARMACIA - BENESSERE Dr.i LOMBARDI s.n.c.%VIA XXV LUGLIO n.146%84013%CAVA DE' TIRRENI%SA%089-4688499%parafarmacialombardi@hotmail.it +PARAFARMACIA - BETA MARKET S.R.L.%VIA N.B. GRIMALDI, 117 - c/o SUPERALVI%84014%NOCERA INFERIORE%SA%% +PARAFARMACIA - BIENNE SAS di NOCE GENNY & C.%LOCALITA' FONTE N.312%84069%ROCCADASPIDE%SA%0828-1897288% +PARAFARMACIA - BILOTTA%PIAZZA UMBERTO I , 16%84010%SAN MARZANO SUL SARNO%SA%% +PARAFARMACIA - BIOFARM S.r.l.%VIA PROV.LE PER CAMPAGNA%84022%CAMPAGNA%SA%0828-060030%biofarm@email.it +PARAFARMACIA - BISOGNO ANNARITA%CORSO MAZZINI 217%84013%CAVA DEI TIRRENI%SA%% +PARAFARMACIA - BUDETTA FARMA S.R.L.%VIA CAVOUR, 106%84096%MONTECORVINO ROVELLA%SA%089-808398% +PARAFARMACIA - BUDETTA FARMA S.R.L.%VIA PICENTIA, 46%84098%PONTECAGNANO FAIANO%SA%0828-547516% +PARAFARMACIA - BUFFARDO%VIA PISACANE N.59%84051%CENTOLA%SA%% +PARAFARMACIA - BUFFARDO%PIAZZETTA 11 NOVEMBRE, 4%84030%MORIGERATI%SA%0974-982289% +PARAFARMACIA - C. & C. SERVICE di CITRO OLGA & C.%VIA VITO LEMBO%84020%PALOMONTE%SA%0828-997037%citroolga@tiscali.it +PARAFARMACIA - C.E.O.D. s.r.l.%Via De Gasperi n.275%84016%PAGANI%SA%% +PARAFARMACIA - C.F.I. PARAFARMACIA 2%VIA PETRARO PUCCIANI - c/o IPERALVI%84015%NOCERA SUPERIORE%SA%081-9369575%cfiparafar@consoharm.it +PARAFARMACIA - CAFARO Dott.ssa Alessia%VIA DANTE, 13%84098%PONTECAGNANO FAIANO%SA%089-849243%alessia.cafaro@email.it +PARAFARMACIA - CAMMARANO Dr. GIOVANNI%VIA SAN BERARDINO, 51/53%84025%EBOLI%SA%0828-330712%terrano@alice.it +PARAFARMACIA - CAROTENUTO%VIA VILLANOVA, 43%84014%NOCERA INFERIORE%SA%%luciocarotenuto@tiscali.it +PARAFARMACIA - CASCONE%VIA PESCARA, 21%84025%EBOLI%SA%339-2286611%luc79@inwind.it +PARAFARMACIA - CENTRALE%P.ZZA CASALBORE, 33%84123%SALERNO%SA%089-250991%sgambatimagda@hotmail.com +PARAFARMACIA - CERNUZIO VITTORIO%CORSO CLAUDIO snc%84083%CASTEL SAN GIORGIO%SA%081-5162343% +PARAFARMACIA - CIOFFI%VIA SALVATORE GARGIULO, 40%84086%ROCCAPIEMONTE%SA%081-5145039%parafarmaciacioffi@virgilio.it +PARAFARMACIA - CODINFARMA%VIA SAN VALENTINO, 6%84087%SARNO%SA%% +PARAFARMACIA - COPPOLA Pietro Aniello%VIA BOLIVAR, 47%84059%MARINA DI CAMEROTA%SA%0974-932666%pacoppola@tiscali.it +PARAFARMACIA - COSTABILE PIETRO%P.ZZA G. AMENDOLA, 5%84121%SALERNO%SA%% +PARAFARMACIA - CUOZZO%PIAZZA DELLA MERCANZIA%84043%AGROPOLI%SA%% +PARAFARMACIA - D'AGOSTINO%VIA NICODEMO GIUDICE, 18%84073%SAPRI%SA%% +PARAFARMACIA - D'AMATO ESTER%VIA CORALLO, 117/BIS%84016%PAGANI%SA%% +PARAFARMACIA - D'AMICO%VIA DELLA MASSICELLA, 58%84035%POLLA%SA%% +PARAFARMACIA - D'AMICO LUCIA%VIA BUOZZI, 3%84091%BATTIPAGLIA%SA%% +PARAFARMACIA - DE CHIARA SILVIA%CORSO VITTORIO EMANUELE, 266%84014%NOCERA INFERIORE%SA%% +PARAFARMACIA - DE MARTINO CARLO%VIA JACOPO SANNAZARO, 2%84099%SAN CIPRIANO PICENTINO%SA%% +PARAFARMACIA - DE.FAL.%VIA FUCILARI, 35%84014%NOCERA INFERIORE%SA%081-5179207%sanitariadefal@alice.it +PARAFARMACIA - DEL BORGO%VIA MARCO NONIO BALBO, 14-16%84014%NOCERA INFERIORE%SA%081-5143167% +PARAFARMACIA - DEL CENTENARIO%VIA DEL CENTENARIO, 184-186%84084%FISCIANO%SA%089-956235%gri.sab@libero.it +PARAFARMACIA - DEL CENTRO SRL%Via Murelle, 7%84012%ANGRI%SA%% +PARAFARMACIA - DEL CORSO%Corso Elea 29 - 31%84046%ASCEA%SA%% +PARAFARMACIA - DELLA DOTT.SSA PAOLILLO CRISTINA%VIA ENRICO MESSINA, 10%84129%SALERNO%SA%% +PARAFARMACIA - DELLA MONICA Carmine%VIA PIO XII, 84/86%84025%EBOLI%SA%% +PARAFARMACIA - DELLA SALUTE%VIA GIOVANNI AMENDOLA, 16%84025%EBOLI%SA%0828-333464%parafarmsalutesrl@gmail.com +PARAFARMACIA - DELL'AQUILA%VIA VITTORIA 63%84088%SIANO%SA%081-5182155%parafarmaciadellaquila@yahoo.it +PARAFARMACIA - DER. ITALIA S.R.L.%VIA L. GUERCIO - ANG. VIA CAPASSO. 30%84134%SALERNO%SA%% +PARAFARMACIA - DER. ITALIA S.R.L.%VIA PIO XI, 6/8%84100%SALERNO%SA%% +PARAFARMACIA - DEVITAL FARM di Giannattasio Rosa%VIA FRANCESCO SPIRITO, 32%84094%SAN MANGO PIEMONTE%SA%089-2824037%devitalfarm@alice.it +PARAFARMACIA - DI NOVELLA%TRINITA', 170%84036%SALA CONSILINA%SA%0975-45126%diedino@infinito.it +PARAFARMACIA - D'URSO ROSSANA%VIA MARTIRI UNGHERESI, 9%84100%SALERNO%SA%% +PARAFARMACIA - ELISIR BOTTEGA DELLE ERBE%VIA S.GIOVANNI BOSCO, 57-59%84126%SALERNO%SA%089-791050% +PARAFARMACIA - ERBASAN%VIA ITALIA, 10%84047%CAPACCIO%SA%0828-724102%erbasan@live.it +PARAFARMACIA - ERBORA D.ssa MARRONE Rossana%VIA EUROPA, 90%84098%PONTECAGNANO FAIANO%SA%% +PARAFARMACIA - ERBORISTERIA AMATO%VIA CACCIATORI DELL'IRNO, 13%84100%SALERNO%SA%089-794575%pa.amat@tiscali.it +PARAFARMACIA - ERBORISTERIA MONTELEONE%Via Provinciale Amendola, 92/94/96%84087%SARNO%SA%081-942942% +PARAFARMACIA - FARMA POINT%C.SO UMBERTO I, 2/1%84085%MERCATO SAN SEVERINO%SA%089-879703%farmapoint.ms@tiscali.it +PARAFARMACIA - FARMA POINT%VIA DEL CENTENARIO, 118/120%84084%FISCIANO%SA%089-954053%farmapointlancusi@gmail.com +PARAFARMACIA - FARMA STORE%VIA CARMINE, 88%84122%SALERNO%SA%089-2599451%cristianadambrosio@libero.it +PARAFARMACIA - FARMACOSAN di SCIUMANO' SIMONA%VIA BERNARDO GAETA, 5%84126%SALERNO%SA%089-273737%sciumanosimona@tiscali.it +PARAFARMACIA - FARMAITALIA Dr.ssa LEMBO C.%VIA DONATO RICCIO, 9%84049%CASTEL SAN LORENZO%SA%% +PARAFARMACIA - FARMAPIU'%VIA SALVATORE ALLENDE, 14%84081%BARONISSI%SA%089-954980%antonella.farma@alice.it +PARAFARMACIA - FARMASHOP SNC di Costa M. & C.%VIA GODELMO, 97%84036%SALA CONSILINA%SA%% +PARAFARMACIA - FARMAVIT Dr.ssa LAVECCHIA ILARIA%VIA SERRA n. 47%84069%ROCCADASPIDE%SA%0828-1897999%i.lavecchia@farmavit.it +PARAFARMACIA - FIERAVECCHIA (PARAMEDICAL srl)%P.ZZA XXIV MAGGIO, 10%84120%SALERNO%SA%089-385027%fieravecchia@parafarmacia-salerno.it +PARAFARMACIA - FORTUNATO ALFONSO LEONZIO%VIA CARLO PISACANE - FRAZ POLICASTRO%84070%SANTA MARINA%SA%% +PARAFARMACIA - FRASSO ALDO%VIA ROMA, 16/C%84121%SALERNO%SA%089-227598%aldo.frasso@libero.i +PARAFARMACIA - GALLUCCI D.ssa Rosanna%VIA PROV.LE PUGLIETTA, 202%84022%CAMPAGNA%SA%0828-49077%parafarmaciagallucci@libero.it +PARAFARMACIA - GARBO%VIA VIGNA 24/26%84099%SAN CIPRIANO PICENTINO%SA%%info@parafarmaciagarbo.it +PARAFARMACIA - GARGIONE%P.ZZA MUNICIPIO, 2%84060%PERDIFUMO%SA%% +PARAFARMACIA - GIULIANI Dr.ssa Tiziana%Via S.S. - LOC. GABELLA - Fraz. Caprioli%84066%PISCIOTTA%SA%0974-976065%f.cia.giuliani@tiscali.it +PARAFARMACIA - GIULIANI Dr.ssa Tiziana%VIA INDIPENDENZA snc - Loc. Palinuro%84051%CENTOLA%SA%0974-938602%f.ciagiuliani@tiscali.it +PARAFARMACIA - GIULIANO MARIA PIA%VIA DEL RISORGIMENTO, 11 - BORGO CARILLIA%84045%ALTAVILLA SILENTINA%SA%% +PARAFARMACIA - HERBARIUM SALUTE%VIA ROMA, 56%84010%MINORI%SA%089-853531%officinabenessere@libero.it +PARAFARMACIA - INFINITO S.R.L.%VIA ALCIDE DE GASPERI, 340%84016%PAGANI%SA%081-914186%info@infinito.it +PARAFARMACIA - IVL MEDICAL INSTRUMENTS srl%VIA SAN LEONARDO, 98%84131%SALERNO%SA%089-721765%parafarmaciaivl@gmail.com +PARAFARMACIA - LA SANITARIA%CORSO MATARAZZO, 23%84048%S. MARIA DI CASTELLABATE%SA%0974-961352% +PARAFARMACIA - LAMBERTI%VIALE VERDI, 44%84090%MONTERCORVINO ROVELLA%SA%328-8996866%parafarmacialamberti@hotmail.it +PARAFARMACIA - LE GINESTRE SRL%LOCALITA' OLIVETO - STRADA STATALE 18%84079%VIBONATI%SA%% +PARAFARMACIA - LEMBA Emilia%VIA S. IANNI, 30%84060%NOVI VELIA%SA%% +PARAFARMACIA - LOMBARDI%PIAZZA UMBERTO I%84050%CUCCARO VETERE%SA%0974-953293% +PARAFARMACIA - M. & F. Dott.ssa MORESE CARMELA & C. SAS%VIA MARCELLO, 2/37%84085%MERCATO SAN SEVERINO%SA%% +PARAFARMACIA - MARCHESE TERESA%VIA PIAGGIO, 25/A%84030%SANZA%SA%% +PARAFARMACIA - MARINO%VIA PICENTIA, 42%84098%PONTECAGNANO FAIANO%SA%% +PARAFARMACIA - MARVET DI MARANDINO GIOVANNI%VIA PONTE BARIZZO, 170%84047%CAPACCIO%SA%0828-871449%aureliomarandinO@libero.it +PARAFARMACIA - MAURANO%VIA SALVO D'ACQUISTO, 17/B%84043%AGROPOLI%SA%% +PARAFARMACIA - MEDI FARM%VIALE MARCONI, 10/14%84013%CAVA DE' TIRRENI%SA%089-461668%info@medi-farm.it +PARAFARMACIA - MEDI-FARM%VIA DELLA REPUBBLICA, 26%84013%CAVA DE' TIRRENI%SA%% +PARAFARMACIA - MEDIFARM.CARE%VIA BALZICO, 46%84122%SALERNO%SA%% +PARAFARMACIA - MIRRA%VIA SERRACAPILLI%84025%EBOLI%SA%3664065672%info@parafarmacia-lebolle.it +PARAFARMACIA - MONDO FARMA S.A.S. di Pescosolido%VIA ROSA JEMMA, 91%84091%BATTIPAGLIA%SA%0828-341594%mondofarma@tiscali.it +PARAFARMACIA - NATURAL WAY%VIA F. SPIRITO, 89-91%84095%GIFFONI VALLE PIANA%SA%% +PARAFARMACIA - NATURAL WAY%VIA MALCHE, 61%84090%GIFFONI SEI CASALI%SA%089-882342%plvnna@libero.it +PARAFARMACIA - NIZZA (PARAMEDICAL srl)%VIA NIZZA, 113%84121%SALERNO%SA%089-7414031%pokler@tin.it +PARAFARMACIA - NOVAFARMAS SRL%VIA MERCANTI, 118%84121%SALERNO%SA%% +PARAFARMACIA - PAGANO PASQUALE%VIA DANTE, 29%84098%PONTECAGNANO FAIANO%SA%% +PARAFARMACIA - PALLADINO FLAVIO%VIA ANGELO RUBINO, 250%84078%VALLO DELLA LUCANIA%SA%%flaviopalladino@hotmail.com +PARAFARMACIA - PANACEA SAS di Serena De Nicola & C%VIA ROBERTELLI, 6%84127%SALERNO%SA%089-2960528%panacea.sas@libero.it +PARAFARMACIA - PARAFARM%CORSO VITTORIO EMANUELE, 119%84012%ANGRI%SA%89831102%g.cisale@live.it +PARAFARMACIA - PARAFARMACIA SRL%VIA ROMA, 35%84044%ALBANELLA%SA%%danilacam@tiscali.it +PARAFARMACIA - PASTORE e PALMIERI%VIA DEI DUE PRINCIPATI n.32 - ACQUAMELA%84081%BARONISSI%SA%% +PARAFARMACIA - PER ESSERE IN BENESSERE%VIA PAPA GIOVANNI XXIII, 46/48%84012%ANGRI%SA%081-5135650% +PARAFARMACIA - PESCE%VIALE CORRADO GRANDE, 20%84048%CASTELLABATE%SA%% +PARAFARMACIA - PHARM@SHOP%VIA VITTORIO EMANUELE, 50 - FRAZ PODERIA%84040%CELLE DI BULGHERIA%SA%0974-987009% +PARAFARMACIA - PHARMA 2 DI RISPOLI E LAURETANO SRL%VIA UMBERTO I, 66%84010%PRAIANO%SA%089-813009%pharma.2@tiscali.it +PARAFARMACIA - PHARMA&BEAUTY%CORSO NAZIONALE, 450%84018%SCAFATI%SA%% +PARAFARMACIA - PHARMAPIU' di SORRENTINO ANTONIETTA%VIALE CROCE, 30%84015%NOCERA SUPERIORE%SA%% +PARAFARMACIA - POLIFARM S.A.S. di Prinzo A.%VIA ROMA, 15%84084%FISCIANO%SA%% +PARAFARMACIA - POSIDONIA%VIA POSIDONIA n. 53%84100%SALERNO%SA%% +PARAFARMACIA - PUNTOFARMA%VIA G. AMENDOLA, 13 - CAPEZZANO%84080%PELLEZZANO%SA%% +PARAFARMACIA - RESCIGNO DI SALSANO EMILIA%C/SO GARIBALDI N.182%84081%BARONISSI%SA%348-1516028%giresci@infinito.it +PARAFARMACIA - RICCIUTI%VIA C. AMATO, 103%84085%MERCATO SAN SEVERINO%SA%089/893304%parafrmricciuti@alice.it +PARAFARMACIA - RIZZO EMANUELA%VIA RISORGIMENTO, 53%84043%AGROPOLI%SA%% +PARAFARMACIA - RIZZO ROBERTO%VIA GUGLIELMO MARCONI, 294%84017%POSITANO%SA%089-2145369%roberto3321@libero.it +PARAFARMACIA - RUOPPOLO FARMACEUTICI Srl%VIA WENNER, 16/18 - c/o Centro Comm. Siniscalchi%84131%SALERNO%SA%% +PARAFARMACIA - SALUS%VIA S. ANTONIO ABATE, 83%84018%SCAFATI%SA%081-8637081%drmanzomassimo@hotmail.it +PARAFARMACIA - SALUTE e BELLEZZA%VIA GARIBALDI n.64/9%84014%NOCERA INFERIORE%SA%% +PARAFARMACIA - SALUTE E NATURA%PIAZZA GIOBERTI, 34%84091%BATTIPAGLIA%SA%%saluteenature@virgilio.it +PARAFARMACIA - SALZANO Dott.ssa TERESA%VIA TRENTO, 38/42%84016%PAGANI%SA%081-5155090%info@parafarmaciasalzano.it +PARAFARMACIA - SAN LUCA%VIA F. CAMMAROTA, 91/93%84078%VALLO DELLA LUCANIA%SA%0974-72320% +PARAFARMACIA - SANIFAR%VIA POSIDONIA, 95/A%84127%SALERNO%SA%% +PARAFARMACIA - SANIFARM di Michele Perano%VIA DEL CENTENARIO, 103/105%84091%BATTIPAGLIA%SA%0828-043062%info.parafarmacia@sanifarm1975.it +PARAFARMACIA - SANIFAS SRL%VIA PIAVE, 15%84083%CASTEL SAN GIORGIO%SA%081-9536123%sanifas@libero.it +PARAFARMACIA - SANIPHARM%PIAZZA SPERA, 4%84010%SAN VALENTINO TORIO%SA%081-5187174%dott.albapanarese@libero.it +PARAFARMACIA - SANITARIA di Raimondo Ottavio%VIA CASE DI CORTE, 14/16%84090%GIFFONI SEI CASALI%SA%089-885040%elvis.61@hotmail.it +PARAFARMACIA - SANITARIA DEL CORSO%Corso Vittorio Emanuele, 45%84014%NOCERA INFERIORE%SA%081-926640%sanitariadelcorso@libero.it +PARAFARMACIA - SANTA LUCIA%VIS G. LAMBERTI, 9%84013%CAVA DE' TIRRENI%SA%348-7314585%belsito@alice.it +PARAFARMACIA - SB srl%VIA ATZORI, 220%84014%NOCERA INFERIORE%SA%% +PARAFARMACIA - SIGMA FARM s.r.l.%VIA ITALIA, 10%84091%BATTIPAGLIA%SA%0828-344413%sigmafarm@alice.it +PARAFARMACIA - SMALDONE PAOLO%CORSO ITALIA, 127%84012%ANGRI%SA%% +PARAFARMACIA - SO.VE.PAR.%VIA RAFFAELE RICCI, 42%84129%SALERNO%SA%89,723,528%parafricci@gmail.com +PARAFARMACIA - SO.VE.PAR.%VIA SANTA MARGHERITA, 70/74%84129%SALERNO%SA%897,266,390%parafsmargh@yahoo.it +PARAFARMACIA - TENORE IDA%VIA C. PISACANE%84082%BRACIGLIANO%SA%% +PARAFARMACIA - TREGI' SANITARIA S.r.l.%VIA SAN PIO X, 62/64%84043%AGROPOLI%SA%0974-350986%parafarmaciatregi@yahoo.it +PARAFARMACIA - VENTRE D.%VIA S. MOBILIO, 144/146%84137%SALERNO%SA%% +PARAFARMACIA - WILD ROSE%VIA S. PERTINI , 182%84047%CAPACCIO%SA%% diff --git a/TMP/PARAFARMACIE_OLD.csv b/TMP/PARAFARMACIE_OLD.csv new file mode 100644 index 0000000..d4c4eda --- /dev/null +++ b/TMP/PARAFARMACIE_OLD.csv @@ -0,0 +1,115 @@ +RAGIONE SOCIALE%INDIRIZZO%CAP%LOCALITA%PROVINCIA%TELEFONO%FAX%E-MAIL +PARAFARMACIA - 4D SRL%VIA CICALESI, 19%84014%NOCERA INFERIORE%SA%%% +PARAFARMACIA - ABATE Dott. Giancarmine%VIA TORRIONE, 59%84127%SALERNO%SA%089-2750866%089-2750866%giancarmineabate@hotmail.com +PARAFARMACIA - ALOE%S.S.517-Variante n.5-Km.13.600-Loc. Mararoso%84030%CASELLE IN PITTARI%SA%0975-518917%0975-493112%fortunata.mari@libero.it +PARAFARMACIA - AMATO MARIA%VIA NAZIONALE, 54 - FRAZ. VELINA%84040%CASTELNUOVO CILENTO%SA%0974-62102%% +PARAFARMACIA - BABYFARM di Dell'Isola Giovanna%VIA DON MICHELE PAESANO, 12/16%84025%EBOLI%SA%0828-332448%0828-332448%acciaroli.babyfarm@tiscali.it +PARAFARMACIA - BENESSERE Dr.i LOMBARDI s.n.c.%VIA XXV LUGLIO n.146%84013%CAVA DE' TIRRENI%SA%089-4688499%089-4688499%parafarmacialombardi@hotmail.it +PARAFARMACIA - BETA MARKET S.R.L.%VIA N.B. GRIMALDI, 117 - c/o SUPERALVI%84014%NOCERA INFERIORE%SA%%% +PARAFARMACIA - BIENNE SAS di NOCE GENNY & C.%LOCALITA' FONTE N.312%84069%ROCCADASPIDE%SA%0828-1897288%0828-1897287% +PARAFARMACIA - BILOTTA%PIAZZA UMBERTO I , 16%84010%SAN MARZANO SUL SARNO%SA%%% +PARAFARMACIA - BIOFARM S.r.l.%VIA PROV.LE PER CAMPAGNA%84022%CAMPAGNA%SA%0828-060030%0828-060030%biofarm@email.it +PARAFARMACIA - BUDETTA FARMA S.R.L.%VIA CAVOUR, 106%84096%MONTECORVINO ROVELLA%SA%089-808398%089-808398% +PARAFARMACIA - BUDETTA FARMA S.R.L.%VIA PICENTIA, 46%84098%PONTECAGNANO FAIANO%SA%0828-547516%0828-547875% +PARAFARMACIA - BUFFARDO%VIA PISACANE N.59%84051%CENTOLA%SA%%% +PARAFARMACIA - BUFFARDO%PIAZZETTA 11 NOVEMBRE, 4%84030%MORIGERATI%SA%0974-982289%0974-982166% +PARAFARMACIA - C. & C. SERVICE di CITRO OLGA & C.%VIA VITO LEMBO%84020%PALOMONTE%SA%0828-997037%0828-997037%citroolga@tiscali.it +PARAFARMACIA - C.E.O.D. s.r.l.%Via De Gasperi n.275%84016%PAGANI%SA%%% +PARAFARMACIA - C.F.I. PARAFARMACIA 2%VIA PETRARO PUCCIANI - c/o IPERALVI%84015%NOCERA SUPERIORE%SA%081-9369575%081-5145591%cfiparafar@consoharm.it +PARAFARMACIA - CAFARO Dott.ssa Alessia%VIA DANTE, 13%84098%PONTECAGNANO FAIANO%SA%089-849243%089-849243%alessia.cafaro@email.it +PARAFARMACIA - CAMMARANO Dr. GIOVANNI%VIA SAN BERARDINO, 51/53%84025%EBOLI%SA%0828-330712%0828-330712%terrano@alice.it +PARAFARMACIA - CAROTENUTO%VIA VILLANOVA, 43%84014%NOCERA INFERIORE%SA%%%luciocarotenuto@tiscali.it +PARAFARMACIA - CASCONE%VIA PESCARA, 21%84025%EBOLI%SA%339-2286611%%luc79@inwind.it +PARAFARMACIA - CENTRALE%P.ZZA CASALBORE, 33%84123%SALERNO%SA%089-250991%089-250991%sgambatimagda@hotmail.com +PARAFARMACIA - CODINFARMA%VIA SAN VALENTINO, 6%84087%SARNO%SA%%% +PARAFARMACIA - CUOZZO%PIAZZA DELLA MERCANZIA%84043%AGROPOLI%SA%%% +PARAFARMACIA - D'AGOSTINO%VIA NICODEMO GIUDICE, 18%84073%SAPRI%SA%%% +PARAFARMACIA - D'AMICO%VIA DELLA MASSICELLA, 58%84035%POLLA%SA%%% +PARAFARMACIA - DE CHIARA SILVIA%CORSO VITTORIO EMANUELE, 266%84014%NOCERA INFERIORE%SA%%% +PARAFARMACIA - DE.FAL. della D.ssa Prete Raffaella%VIA FUCILARI, 35%84014%NOCERA INFERIORE%SA%081-5179207%%sanitariadefal@alice.it +PARAFARMACIA - DEL BORGO%VIA MARCO NONIO BALBO, 14-16%84014%NOCERA INFERIORE%SA%081-5143167%% +PARAFARMACIA - DEL CENTENARIO%VIA DEL CENTENARIO, 184-186%84084%FISCIANO%SA%089-956235%%gri.sab@libero.it +PARAFARMACIA - DEL CENTRO SRL%Via Murelle, 7%84012%ANGRI%SA%%% +PARAFARMACIA - DELLA MONICA Carmine%VIA PIO XII, 84/86%84025%EBOLI%SA%%% +PARAFARMACIA - DER. ITALIA S.R.L.%VIA L. GUERCIO - ANG. VIA CAPASSO. 30%84134%SALERNO%SA%%% +PARAFARMACIA - DER. ITALIA S.R.L.%VIA PIO XI, 6/8%84100%SALERNO%SA%%% +PARAFARMACIA - DEVITAL FARM di Giannattasio Rosa%VIA FRANCESCO SPIRITO, 32%84094%SAN MANGO PIEMONTE%SA%089-2824037%%devitalfarm@alice.it +PARAFARMACIA - DI NOVELLA%TRINITA', 170%84036%SALA CONSILINA%SA%0975-45126%0975-45126%diedino@infinito.it +PARAFARMACIA - DOTT.SSA IDA TENORE%VIA C. PISACANE%84082%BRACIGLIANO%SA%%% +PARAFARMACIA - Dott.ssa LEMBA Emilia%VIA S. IANNI, 30%84060%NOVI VELIA%SA%%% +PARAFARMACIA - Dr. CERNUZIO VITTORIO%CORSO CLAUDIO snc%84083%CASTEL SAN GIORGIO%SA%081-5162343%081-951106% +PARAFARMACIA - Dr. COPPOLA Pietro Aniello%VIA BOLIVAR, 47%84059%MARINA DI CAMEROTA%SA%0974-932666%0974-932666%pacoppola@tiscali.it +PARAFARMACIA - D'URSO ROSSANA%VIA MARTIRI UNGHERESI, 9%84100%SALERNO%SA%%% +PARAFARMACIA - ELISIR BOTTEGA DELLE ERBE%VIA S.GIOVANNI BOSCO, 57-59%84126%SALERNO%SA%089-791050%% +PARAFARMACIA - ERBASAN%VIA ITALIA, 10%84047%CAPACCIO%SA%0828-724102%0828-723064%erbasan@live.it +PARAFARMACIA - ERBORA D.ssa MARRONE Rossana%VIA EUROPA, 90%84098%PONTECAGNANO FAIANO%SA%%% +PARAFARMACIA - ERBORISTERIA AMATO%VIA CACCIATORI DELL'IRNO, 13%84100%SALERNO%SA%089-794575%%pa.amat@tiscali.it +PARAFARMACIA - FARMA POINT%C.SO UMBERTO I, 2/1%84085%MERCATO SAN SEVERINO%SA%089-879703%360-278035%farmapoint.ms@tiscali.it +PARAFARMACIA - FARMA POINT%VIA DEL CENTENARIO, 118/120%84084%FISCIANO%SA%089-954053%%farmapointlancusi@gmail.com +PARAFARMACIA - FARMA STORE%VIA CARMINE, 88%84122%SALERNO%SA%089-2599451%089-225766%cristianadambrosio@libero.it +PARAFARMACIA - FARMACOSAN di SCIUMANO' SIMONA%VIA BERNARDO GAETA, 5%84126%SALERNO%SA%089-273737%089-273737%sciumanosimona@tiscali.it +PARAFARMACIA - FARMAITALIA Dr.ssa LEMBO C.%VIA DONATO RICCIO, 9%84049%CASTEL SAN LORENZO%SA%%% +PARAFARMACIA - FARMAPIU'%VIA SALVATORE ALLENDE, 14%84081%BARONISSI%SA%089-954980%089-954980%antonella.farma@alice.it +PARAFARMACIA - FARMASHOP SNC di Costa M. & C.%VIA GODELMO, 97%84036%SALA CONSILINA%SA%%% +PARAFARMACIA - FARMAVIT Dr.ssa LAVECCHIA ILARIA%VIA SERRA n. 47%84069%ROCCADASPIDE%SA%0828-1897999%0828-1897999%i.lavecchia@farmavit.it +PARAFARMACIA - FIERAVECCHIA (PARAMEDICAL srl)%VIA FIERAVECCHIA, 21-23-25%84120%SALERNO%SA%089-385027%089-3854479%pokler@tin.it +PARAFARMACIA - FORTUNATO ALFONSO LEONZIO%VIA CARLO PISACANE - FRAZ POLICASTRO%84070%SANTA MARINA%SA%%% +PARAFARMACIA - FRASSO ALDO%VIA ROMA, 16/C%84121%SALERNO%SA%089-227598%% +PARAFARMACIA - GALLUCCI D.ssa Rosanna%VIA PROV.LE PUGLIETTA, 202%84022%CAMPAGNA%SA%0828-49077%0828-49077%parafarmaciagallucci@libero.it +PARAFARMACIA - GARBO%VIA VIGNA 24/26%84099%SAN CIPRIANO PICENTINO%SA%%%info@parafarmaciagarbo.it +PARAFARMACIA - GIULIANI Dr.ssa Tiziana%Via S.S. - LOC. GABELLA - Fraz. Caprioli%84066%PISCIOTTA%SA%0974-976065%0974-976065%f.cia.giuliani@tiscali.it +PARAFARMACIA - GIULIANI Dr.ssa Tiziana%VIA INDIPENDENZA snc - Loc. Palinuro%84051%CENTOLA%SA%0974-938602%0974-938602%f.ciagiuliani@tiscali.it +PARAFARMACIA - GIULIANO MARIA PIA%VIA DEL RISORGIMENTO, 11 - BORGO CARILLIA%84045%ALTAVILLA SILENTINA%SA%%% +PARAFARMACIA - HERBARIUM SALUTE%VIA ROMA, 56%84010%MINORI%SA%089-853531%089-852871%officinabenessere@libero.it +PARAFARMACIA - IVL MEDICAL INSTRUMENTS srl%VIA SETTEMBRINI, 48%84123%SALERNO%SA%089-721765%% +PARAFARMACIA - LA SANITARIA%CORSO MATARAZZO, 23%84048%S. MARIA DI CASTELLABATE%SA%0974-961352%% +PARAFARMACIA - LE GINESTRE SRL%LOCALITA' OLIVETO - STRADA STATALE 18%84079%VIBONATI%SA%%% +PARAFARMACIA - LOMBARDI%PIAZZA UMBERTO I%84050%CUCCARO VETERE%SA%0974-953293%% +PARAFARMACIA - MARCHESE TERESA%VIA PIAGGIO, 25/A%84030%SANZA%SA%%% +PARAFARMACIA - MARINO%VIA PICENTIA, 42%84098%PONTECAGNANO FAIANO%SA%%% +PARAFARMACIA - MARVET DI MARANDINO GIOVANNI%VIA PONTE BARIZZO, 170%84047%CAPACCIO%SA%0828-871449%0828-870921%aureliomarandinO@libero.it +PARAFARMACIA - MEDI FARM%VIALE MARCONI, 10/14%84013%CAVA DE' TIRRENI%SA%089-461668%CEL 333-8809331%gsaviano@unisa.it +PARAFARMACIA - MEDI-FARM%VIA DELLA REPUBBLICA, 26%84013%CAVA DE' TIRRENI%SA%%% +PARAFARMACIA - MEDIFARM.CARE%VIA BALZICO, 46%84122%SALERNO%SA%%% +PARAFARMACIA - MONDO FARMA S.A.S. di Pescosolido%VIA ROSA JEMMA, 91%84091%BATTIPAGLIA%SA%0828-341594%0828-341594%mondofarma@tiscali.it +PARAFARMACIA - NATURAL WAY%VIA F. SPIRITO, 89-91%84095%GIFFONI VALLE PIANA%SA%%% +PARAFARMACIA - NATURAL WAY%VIA MALCHE, 61%84090%GIFFONI SEI CASALI%SA%089-882342%089-882342%plvnna@libero.it +PARAFARMACIA - NIZZA (PARAMEDICAL srl)%VIA NIZZA, 113%84121%SALERNO%SA%089-7414031%089-741431%pokler@tin.it +PARAFARMACIA - NOVAFARMAS SRL%VIA MERCANTI, 118%84121%SALERNO%SA%%% +PARAFARMACIA - PAGANO PASQUALE%VIA DANTE, 29%84098%PONTECAGNANO FAIANO%SA%%% +PARAFARMACIA - PALLADINO FLAVIO%VIA ANGELO RUBINO, 250%84078%VALLO DELLA LUCANIA%SA%%%flaviopalladino@hotmail.com +PARAFARMACIA - PANACEA SAS di Serena De Nicola & C%VIA ROBERTELLI, 6%84127%SALERNO%SA%089-2960528%%panacea.sas@libero.it +PARAFARMACIA - PARAFARM%CORSO VITTORIO EMANUELE, 119%84012%ANGRI%SA%%%g.cisale@live.it +PARAFARMACIA - PARAFARMACIA SRL%VIA ROMA, 35%84044%ALBANELLA%SA%%%danilacam@tiscali.it +PARAFARMACIA - PASTORE e PALMIERI%VIA DEI DUE PRINCIPATI n.32 - ACQUAMELA%84081%BARONISSI%SA%%% +PARAFARMACIA - PER ESSERE IN BENESSERE%VIA PAPA GIOVANNI XXIII, 46/48%84012%ANGRI%SA%081-5135650%081-5135650% +PARAFARMACIA - PESCE%VIALE CORRADO GRANDE, 20%84048%CASTELLABATE%SA%%% +PARAFARMACIA - PHARM@SHOP%VIA VITTORIO EMANUELE, 50 - FRAZ PODERIA%84040%CELLE DI BULGHERIA%SA%0974-987009%0974-987009% +PARAFARMACIA - PHARMA 2 DI RISPOLI E LAURETANO SRL%VIA UMBERTO I, 66%84010%PRAIANO%SA%089-813009%089-813009%pharma.2@tiscali.it +PARAFARMACIA - PHARMA&BEAUTY%CORSO NAZIONALE, 450%84018%SCAFATI%SA%%% +PARAFARMACIA - PHARMAPIU' di BATTIPAGLIA MARIO%VIALE CROCE, 30%84015%NOCERA SUPERIORE%SA%%% +PARAFARMACIA - POLIFARM S.A.S. di Prinzo A.%VIA ROMA, 15%84084%FISCIANO%SA%%% +PARAFARMACIA - POSIDONIA%VIA POSIDONIA n. 53%84100%SALERNO%SA%%% +PARAFARMACIA - RESCIGNO DI SALSANO EMILIA%C/SO GARIBALDI N.182%84081%BARONISSI%SA%348-1516028%089-878540%giresci@infinito.it +PARAFARMACIA - RICCIUTI%VIA C. AMATO, 103%84085%MERCATO SAN SEVERINO%SA%%% +PARAFARMACIA - RIZZO ROBERTO%VIA GUGLIELMO MARCONI, 294%84017%POSITANO%SA%089-2145369%089-8122088%roberto3321@libero.it +PARAFARMACIA - RUOPPOLO FARMACEUTICI Srl%VIA WENNER, 16/18 - c/o Centro Comm. Siniscalchi%84131%SALERNO%SA%%% +PARAFARMACIA - SALUS%VIA S. ANTONIO ABATE, 83%84018%SCAFATI%SA%081-8637081%%drmanzomassimo@hotmail.it +PARAFARMACIA - SALUTE e BELLEZZA%VIA GARIBALDI n.64/9%84014%NOCERA INFERIORE%SA%%% +PARAFARMACIA - SALUTE E NATURA%PIAZZA GIOBERTI, 34%84091%BATTIPAGLIA%SA%%%saluteenature@virgilio.it +PARAFARMACIA - SALZANO Dott.ssa TERESA%VIA TRENTO, 38/42%84016%PAGANI%SA%081-5155090%081-5155090%info@parafarmaciasalzano.it +PARAFARMACIA - SAN LUCA%VIA F. CAMMAROTA, 91/93%84078%VALLO DELLA LUCANIA%SA%0974-72320%% +PARAFARMACIA - SANIFAR%VIA POSIDONIA, 95/A%84127%SALERNO%SA%%% +PARAFARMACIA - SANIFARM di Michele Perano%VIA DEL CENTENARIO, 103/105%84091%BATTIPAGLIA%SA%0828-043062%0828-043062%info.parafarmacia@sanifarm1975.it +PARAFARMACIA - SANIPHARM%PIAZZA SPERA, 4%84010%SAN VALENTINO TORIO%SA%081-5187174%081-955603%dott.albapanarese@libero.it +PARAFARMACIA - SANITARIA%Corso Vittorio Emanuele, 45%84014%NOCERA INFERIORE%SA%081-926640%%sanitariadelcorso@libero.it +PARAFARMACIA - SANITARIA di Raimondo Ottavio%VIA CASE DI CORTE, 14/16%84090%GIFFONI SEI CASALI%SA%089-885040%089-885040%elvis.61@hotmail.it +PARAFARMACIA - SANTA LUCIA%VIS G. LAMBERTI, 9%84013%CAVA DE' TIRRENI%SA%348-7314585%089-461453%belsito@alice.it +PARAFARMACIA - SB srl%VIA ATZORI, 220%84014%NOCERA INFERIORE%SA%%% +PARAFARMACIA - SIGMA FARM s.r.l.%VIA ITALIA, 10%84091%BATTIPAGLIA%SA%0828-344413%0828-344413%sigmafarm@alice.it +PARAFARMACIA - SMALDONE PAOLO%CORSO ITALIA, 127%84012%ANGRI%SA%%% +PARAFARMACIA - SO.VE.PAR.%VIA RAFFAELE RICCI, 42%84129%SALERNO%SA%89,723,528%897,016,020%parafricci@gmail.com +PARAFARMACIA - SO.VE.PAR.%VIA SANTA MARGHERITA, 70/74%84129%SALERNO%SA%897,266,390%897,016,114%parafsmargh@yahoo.it +PARAFARMACIA - TREGI' SANITARIA S.r.l.%VIA SAN PIO X, 62/64%84043%AGROPOLI%SA%0974-350986%0974-821601%parafarmaciatregi@hayoo.it +PARAFARMACIA - VALLETTA%VIA G. CAPONE, 47%84010%MAIORI%SA%089-853328%% +PARAFARMACIA - WILD ROSE%VIA S. PERTINI , 182%84047%CAPACCIO%SA%%% \ No newline at end of file diff --git a/TMP/aggAlbo.php b/TMP/aggAlbo.php new file mode 100644 index 0000000..ca3b8a1 --- /dev/null +++ b/TMP/aggAlbo.php @@ -0,0 +1,157 @@ + +"; +}else{ +echo "ERRORE
"; +} + +} + +fclose($op); + + + + + + + + + + + + + + + + + + + + + + + + + + + + +/* + +@include 'new/cgi-bin/conn.conn'; +$conn = mysql_connect($DATAhst,$DATAusr,$DATApwd); +mysql_select_db("Sql90805_1"); + +$op=fopen("alboNew.csv","r"); + +while($res=fgets($op)){ + +$scom=explode("%",$res); + +$q=mysql_query("UPDATE albo SET + email='".$scom[13]."', + cognome='".$scom[2]."', + nome='".$scom[3]."', + data_iscr='".$scom[1]."', + indirizzo='".$scom[4]."', + cap='".$scom[5]."', + citta='".$scom[6]."', + provincia='".$scom[7]."', + laurea_a='".$scom[9]."', + laurea_il='".$scom[8]."', + laurea_in='".$scom[10]."', + abilitazione_nel='".$scom[11]."', + abilitazione_a='".$scom[12]."' + WHERE iscrizione='".$scom[0]."'"); + + +if($q){ +echo "ok
"; +}else{ +echo "ERRORE
"; +} + +} + +fclose($op);*/ +?> diff --git a/TMP/aggDataAlbo.php b/TMP/aggDataAlbo.php new file mode 100644 index 0000000..7556d89 --- /dev/null +++ b/TMP/aggDataAlbo.php @@ -0,0 +1,100 @@ + +"; +$q=mysql_query($query); + +if($q){ +echo "ok
"; +}else{ +echo "ERRORE
"; +} + +} + +echo $count; + + + + + + + + + + + + + + + + + + + + + + + + + + + +/* + +@include 'new/cgi-bin/conn.conn'; +$conn = mysql_connect($DATAhst,$DATAusr,$DATApwd); +mysql_select_db("Sql90805_1"); + +$op=fopen("alboNew.csv","r"); + +while($res=fgets($op)){ + +$scom=explode("%",$res); + +$q=mysql_query("UPDATE albo SET + email='".$scom[13]."', + cognome='".$scom[2]."', + nome='".$scom[3]."', + data_iscr='".$scom[1]."', + indirizzo='".$scom[4]."', + cap='".$scom[5]."', + citta='".$scom[6]."', + provincia='".$scom[7]."', + laurea_a='".$scom[9]."', + laurea_il='".$scom[8]."', + laurea_in='".$scom[10]."', + abilitazione_nel='".$scom[11]."', + abilitazione_a='".$scom[12]."' + WHERE iscrizione='".$scom[0]."'"); + + +if($q){ +echo "ok
"; +}else{ +echo "ERRORE
"; +} + +} + +fclose($op);*/ +?> diff --git a/TMP/aggFarmacie.php b/TMP/aggFarmacie.php new file mode 100644 index 0000000..f140e12 --- /dev/null +++ b/TMP/aggFarmacie.php @@ -0,0 +1,106 @@ + +"; + +$q=mysql_query($query); + +if($q){ +echo "ok
"; +}else{ +echo "ERRORE
"; +} + +} + +fclose($op); + + + + + + + + + + + + + + + + + + + + + + + + + + + + +/* + +@include 'new/cgi-bin/conn.conn'; +$conn = mysql_connect($DATAhst,$DATAusr,$DATApwd); +mysql_select_db("Sql90805_1"); + +$op=fopen("alboNew.csv","r"); + +while($res=fgets($op)){ + +$scom=explode("%",$res); + +$q=mysql_query("UPDATE albo SET + email='".$scom[13]."', + cognome='".$scom[2]."', + nome='".$scom[3]."', + data_iscr='".$scom[1]."', + indirizzo='".$scom[4]."', + cap='".$scom[5]."', + citta='".$scom[6]."', + provincia='".$scom[7]."', + laurea_a='".$scom[9]."', + laurea_il='".$scom[8]."', + laurea_in='".$scom[10]."', + abilitazione_nel='".$scom[11]."', + abilitazione_a='".$scom[12]."' + WHERE iscrizione='".$scom[0]."'"); + + +if($q){ +echo "ok
"; +}else{ +echo "ERRORE
"; +} + +} + +fclose($op);*/ +?> diff --git a/TMP/aggParafarmacie.php b/TMP/aggParafarmacie.php new file mode 100644 index 0000000..00af7bd --- /dev/null +++ b/TMP/aggParafarmacie.php @@ -0,0 +1,105 @@ + +"; + +$q=mysql_query($query); + +if($q){ +echo "ok
"; +}else{ +echo "ERRORE
"; +} + +} + +fclose($op); + + + + + + + + + + + + + + + + + + + + + + + + + + + + +/* + +@include 'new/cgi-bin/conn.conn'; +$conn = mysql_connect($DATAhst,$DATAusr,$DATApwd); +mysql_select_db("Sql90805_1"); + +$op=fopen("alboNew.csv","r"); + +while($res=fgets($op)){ + +$scom=explode("%",$res); + +$q=mysql_query("UPDATE albo SET + email='".$scom[13]."', + cognome='".$scom[2]."', + nome='".$scom[3]."', + data_iscr='".$scom[1]."', + indirizzo='".$scom[4]."', + cap='".$scom[5]."', + citta='".$scom[6]."', + provincia='".$scom[7]."', + laurea_a='".$scom[9]."', + laurea_il='".$scom[8]."', + laurea_in='".$scom[10]."', + abilitazione_nel='".$scom[11]."', + abilitazione_a='".$scom[12]."' + WHERE iscrizione='".$scom[0]."'"); + + +if($q){ +echo "ok
"; +}else{ +echo "ERRORE
"; +} + +} + +fclose($op);*/ +?> diff --git a/TMP/farmacie.csv b/TMP/farmacie.csv new file mode 100644 index 0000000..02e15b1 --- /dev/null +++ b/TMP/farmacie.csv @@ -0,0 +1,340 @@ +RAGIONE_SOCIALE%INDIRIZZO%CAP%LOCALITA%PROVINCIA%TELEFONO%EMAIL%EMAILCERTIFICATA%DESCRI_FARM +ABALSAMO%Via Ferrovia, 10/12%84046%ASCEA%SA%0974-972070%farmaciaabalsamo@tiscali.it%%Rurale +ACCARINO%C.So Italia,309%84013%CAVA DE'TIRRENI%SA%089-341815%farmacia.accarino@gmail.com%%Urbana +ACCARINO%C.so Mazzini, 37%84013%CAVA DE'TIRRENI%SA%089-464224%12253@pec.federfarma.it%12253@pec.federfarma.it%Urbana +AIELLO%Via Mercanti, 62%84121%SALERNO%SA%089-225142%aiello.farmacia@libero.it%%Urbana +ALA%C.so Vitt.Emanuele III n. 31%84010%ATRANI%SA%089-871969%12267@pec.federfarma.it%%Rurale +ALIPERTA%Via B. Paglia, 1%84020%SAN GREGORIO MAGNO%SA%0828-955074%12381@pec.federfarma.it%12381@pec.federfarma.it%Rurale +ALLEGRETTI%Via Nazionale,174%84030%CASALETTO SPARTANO%SA%0973-374150%luien47@libero.it%%Rurale +ALLIEGRO%Via V.Emanuele, 1%84034%PADULA%SA%0975-778146%farmaciaalliegro@tiscali.it%%Rurale +AMABILE%Via Abate Conforti%84098%PONTECAGNANO FAIANO%SA%089-381052%dott.amabile@tiscali.it%17049@pec.federfarma.it%Urbana +AMATO%Via Roma, 14%84033%MONTESANO sulla MARCELLANA%SA%0975-861878%farmacia-amato@tiscali.it%%Rurale +ANGIOLILLO%Via Martiri d'Ungheria, 142/144%84018%SCAFATI%SA%081-8631281%18076@pec.federfarma.it%%Urbana +ANGRISANI%Fraz.Casali%84086%ROCCAPIEMONTE%SA%081-933900%farmacia.angrisani@virgilio.it%%Rurale +APICELLA%S.S.91 per Contursi, 63/67%84020%CAMPAGNA - QUADRIVIO%SA%0828-240115%farmaciasiniscalchi@pecfarmacisti.it%12384@pec.federfarma.it%Rurale +APICELLA%P.zza V.Veneto,25%84020%AQUARA%SA%0828-962727%fciaapicella@tiscali.it%12426@pec.federfarma.it%Rurale +APOLITO%Via R.Scaramella, 13%84020%CASTELCIVITA%SA%0828-975484%fallina@webmail.it%12425@pec.federfarma.it%Rurale +APOSTOLICO%Via Roma,31%84032%BUONABITACOLO%SA%0975-91040%farmacia.apostolico@tiscali.it%%Rurale +ARMANO%Via della Libertà, 90%84015%NOCERA SUPERIORE%SA%081-935622%farmaciasanciro@libero.it%%Urbana +AULISI%Fraz.S.Lucia P.Co Lagomare%84091%BATTIPAGLIA%SA%0828-395983%farmacia.aulisi@tiscali.it%%Rurale +AVALLONE%Viale Margherita, 14-16%84087%SARNO%SA%081-943287%12240@pec.federfarma.it%%Urbana +BALDI%Via G.Lamberti, 4 - Fraz.S.Lucia%84010%CAVA DE'TIRRENI%SA%089-461453%belsito@aliceposta.it%12260@pec.federfarma.it%Rurale +BALDI s.a.s.%Via Torretta, 13 - fraz. S.Marco%84048%CASTELLABATE%SA%0974-966020%fciabaldi@interfree.it%farmacia.baldi@pecfarmacisti.it%Rurale +BARELA%Via Santa Tecla,2%84010%MAIORI%SA%089-877063%12269@pec.federfarma.it%%Urbana +BARLOTTI%Via Roma, 38%84091%BATTIPAGLIA%SA%0828-307167%g.barlotti@virgilio.it%gennarobarlotti@pecfarmacisti.it%Urbana +BARLOTTI%Via S. Pio X, 4/6%84043%AGROPOLI%SA%0974-823054%farmaciabarlotti@alice.it%12470@pec2.federfarma.it%Urbana +BATTAGLIA%Piazza dei Martiri, 14%84047%CAPACCIO%SA%0828-821783%farmacia-battaglia@tiscali.it%12461@pec.federfarma.it%Rurale +BELLINO%Via Degli Etruschi,61%84135%SALERNO%SA%089-272040%farmbellino@alice.it%12316@pec.federfarma.it%Rurale +BELSITO%VIA XXIV MAGGIO, 20%84020%OTTATI%SA%348-7314585%farmaciabelsito@alice.it%%Rurale +BENEDETTO%VIA ROMA,17%84030%ATENA LUCANA%SA%0975-76198%12402@pec.federfarma.it%%Rurale +BEVILACQUA%Via San Francesco,13%84027%SANT'ANGELO A FASANELLA%SA%0828-961009%farmacia.bevilacqua@tiscali.it%12416@pec.federfarma.it%Rurale +BIANCHINI%C.So Umberto,77%84096%MONTECORVINO ROVELLA%SA%089-867073%12344@pec.federfarma.it%%Urbana +BIANCO%Via Roma, 1%84070%STELLA CILENTO%SA%0974-909514%farmacia.bianco.anna@gmail.com%%Rurale +BIFOLCO s.n.c.%Via Vittorio Veneto,1-3%84013%CAVA DE'TIRRENI%SA%089-467666%12262@pec2.federfarma.it%%Urbana +BILOTTA%Via De Pascale n.74%84010%SAN MARZANO SUL SARNO%SA%081-955216%armando.bilotta@virgilio.it%12242@pec.federfarma.it%Urbana +BINDO%Via Vallone,55-Fraz. Dragonea%84019%VIETRI SUL MARE%SA%089-211949%12266@pec.federfarma.it%%Rurale +BORGIA%Via Ponte Cappuccini, 2 - Fraz.Silla%84038%SASSANO%SA%0975-72572%farmaciaborgia@infinito.it%%Rurale +BORRELLI%Via De Gasperi, 149 - Via Corallo, 23%84016%PAGANI%SA%081-916132%fciaborrelli@tiscali.it%%Urbana +BOSCIA%Via A. Barbarulo, 58/60%84014%NOCERA INFERIORE%SA%081-5177109%direzione@farmaciaboscia.it%12207@pec.federfarma.it%Urbana +BOSCIA%Via Leopardi,2-ang.via S.Domenico,90%84016%PAGANI%SA%081-5159106%17967@pec.federfarma.it%%Urbana +BOTTONI%Via Battisti%84018%SCAFATI%SA%081-8631649%12226@pec2.federfarma.it%%Urbana +BOVE%Via Garibaldi,5%84028%SERRE%SA%0828-974189%farmaciaboveg@tiscali.it%%Rurale +BRANCATI%Via Giuseppe Atzori, 81%84014%NOCERA INFERIORE%SA%081-926795%12213@pec.federfarma.it%%Urbana +BRUNO%Via Nazionale, 128%84030%CASELLE IN PITTARI%SA%0974-988023%12484@pec.federfarma.it%%Rurale +BUFFARDO%Fraz.Sicilì - P.zza Umberto I°,5%84030%MORIGERATI%SA%0974-982166%farmaciabuffardi@virgilio.it%%Rurale +CACCIAPUOTI%P.zza XXIV Maggio, 6%84087%SARNO%SA%081-5136580%savdal@libero.it%%Urbana +CAIAZZA%Via Fuorni, 311%84131%SALERNO%SA%089-301152%eredicaiazza@libero.it%12308@pec.federfarma.it%Urbana +CAMMAROTA%Via E. De Filippis, 151 - Fraz.Pregiato%84013%CAVA DE'TIRRENI%SA%089-462643%fcia.cammarota@tiscali.it%%Urbana +CAMPITIELLO%Via Roma, 7%84010%TRAMONTI%SA%089-876047%farmaciacampitiello@libero.it%%Rurale +CANTALUPO%Via Risorgimento,2%84043%AGROPOLI%SA%0974-828204%massimocantalupo@virgilio.it%%Urbana +CAPORALE%Loc.Palazzo%84020%ROMAGNANO AL MONTE%SA%0828-751008%farmaciacaporale@gmail.com%12378@pec.federfarma.it%Rurale +CAPUANO%Via XX Settembre, 52%84069%ROCCADASPIDE%SA%0828-947148%farmaciacapuano@libero.it%%Urbana +CAPUTO%P.zza Matteotti, 11%84096%MONTECORVINO ROVELLA%SA%089-867075%farmacaputo@virgilio.it%12350@pec.federfarma.it%Urbana +CAPUTO%Via V. Russo, 37-43%84015%NOCERA SUPERIORE%SA%081-931069%caputole@farmaciacaputo.191.it%%Urbana +CARACCIOLO%Via G.Capriglione,142%84010%PRAIANO%SA%089-874846%farmaciacaracciolo@virgilio.it%12280@pec.federfarma.it%Rurale +CARBONE%Via R.Cocchia,161%84129%SALERNO%SA%089-339304%farmaciacarbone@teletu.it%%Urbana +CARLEO%C.So Italia,216%84013%CAVA DE'TIRRENI%SA%089-341653%carleo02@1carleo.191.it%12256@pec.federfarma.it%Urbana +CAROCCIA%C.so Diaz, 38%84060%PRIGNANO CILENTO%SA%0974-831556%farmacia.caroccia@libero.it%%Rurale +CAROLA%Via Laura, 4/7%84047%CAPACCIO%SA%0828-720092%17184@pec.federfarma.it%%Urbana +CARTOLANO%C.So Umberto,120%84019%VIETRI SUL MARE%SA%089-210181%12264@pec.federfarma.it%%Urbana +CARUSIO%C.So Umberto,1%84022%CAMPAGNA%SA%0828-47233%12369@pec.federfarma.it%12369@pec.federfarma.it%Urbana +CATENA%Largo Moncada, snc%84020%VALVA%SA%0828-796038%12373@pec.federfarma.it%%Rurale +CENTRALE%Piazza Marconi, 10%84087%SARNO%SA%081-967942%12237@pec2.federfarma.it%%Urbana +CERNUZIO%Via Luigi Guerrasio, 32%84083%CASTEL SAN GIORGIO%SA%081-951106%farmaciacernuzio@virgilio.it%%Urbana +CHIRICO%Via San Michele, 39%84030%TORTORELLA%SA%0973-374067%farmaciachiricof@libero.it%%Rurale +CINGOLO%Viale della Llibertà, 55/65%84091%BATTIPAGLIA%SA%0828-301592%17916@pec.federfarma.it%%Urbana +CIOFFI%Piazza Zanardelli,12%84086%ROCCAPIEMONTE%SA%081-936178%farm.cioffi@virgilio.it%12251@pec.federfarma.it%Urbana +CIVALE S.N.C.%Via Lavorate n.100%84087%SARNO%SA%081-950771%12241@pec.federfarma.it%%Rurale +CLEMENTE%Via M. Spina%84030%MONTE SAN GIACOMO%SA%0975-75190%12395@pec.federfarma.it%%Rurale +COLELLA%VIA LARGO SAN SEBASTIANO%84020%SALVITELLE%SA%0975-394011%%%Rurale +COLUCCI%Via Arce,49%84122%SALERNO%SA%089-227416%farmacolucci@virgilio.it%12303@pec.federfarma.it%Urbana +COMUNALE%Via Dei Goti, 139%84012%ANGRI%SA%081-946759%angri2@consofarm.it%%Urbana +COMUNALE%Via Paestum, 8%84070%RUTINO%SA%0974-830283%comunale.rutino@tiscali.it%donatoscarpa@pecfarmacisti.it%Rurale +COMUNALE%Via O. Petrillo, 35-37-39%84129%SALERNO%SA%089-712649%salerno2@consofarm.it%%Urbana +COMUNALE%Via Passanti, 316%84018%SCAFATI%SA%081-8501266%scafati1@consofarm.it%%Urbana +COMUNALE%Via S.Maria La Carita', 86 - Loc. Mariconda%84018%SCAFATI%SA%081-8502424%scafati3@consofarm.it%%Urbana +COMUNALE%Via Madonna Del Carmine, 3%84043%AGROPOLI%SA%0974-826237%agropoli@consofarm.it%%Urbana +COMUNALE%Viale Europa, 45%84012%ANGRI%SA%081-5138774%angri1@consofarm.it%%Urbana +COMUNALE%Via XXIV Maggio,16%84046%ASCEA%SA%0974-978009%ascea@consofarm.it%%Rurale +COMUNALE%Via Trinita', 23/25 - FRAZIONE SAVA%84081%BARONISSI%SA%089-953560%baronissi@consofarm.it%%Urbana +COMUNALE%Via Rosa Jemma, 229%84091%BATTIPAGLIA%SA%0828-346070%farmaciataverna@alice.it%%Urbana +COMUNALE%Via Baratta, 175-177%84091%BATTIPAGLIA%SA%0828-345380%cofaser10sanna@tiscali.it%%Urbana +COMUNALE%Via Licinella - Fraz. Scalo%84047%CAPACCIO%SA%0828-721190%capaccio@consofarm.it%%Rurale +COMUNALE%Via Ten. Lombardi%84083%CASTEL SAN GIORGIO%SA%081-5161922%cofasersangiorgio@tiscali.it%%Urbana +COMUNALE%Via G.Prezzolini, 9%84013%CAVA DE'TIRRENI%SA%089-441227%cavatirreni@consofarm.it%%Urbana +COMUNALE%Via Bachelet, 1/2/3/4%84025%EBOLI%SA%0828-650024%eboli1@consofarm.it%%Urbana +COMUNALE%Viale Del Pino SS18 - Loc. Corno d'Oro%84025%EBOLI%SA%0828-346315%eboli2@consofarm.it%%Urbana +COMUNALE%Via Marcello, snc-P.co Santina Campana-S.Vincenzo%84085%MERCATO SAN SEVERINO%SA%089-8299033%farmaciasanseverino@tiscali.it%%Urbana +COMUNALE%Via F.lli Rosselli, 114%84096%MONTECORVINO ROVELLA%SA%089-982083%cofasermacchia@tiscali.it%%Rurale +COMUNALE%Via San Valentino, 45%84087%SARNO%SA%081-943585%farmaciasarno@tiscali.it%%Urbana +COMUNALE%P.zza Vittoria, snc%84060%PERITO%SA%0974-998444%barbaramillauro@tiscali.it%%Rurale +COMUNALE%Via Tusciano,13%84132%SALERNO%SA%089-336847%salerno1@consofarm.it%%Urbana +COMUNALE%Via Mazzini, 53/55%84010%SANT'EGIDIO DEL MONTE ALBINO%SA%081-5150306%egidio@consofarm.it%%Urbana +COMUNALE%Via Manzoni, 18 - Loc. Bagni%84018%SCAFATI%SA%081-8509542%scafati2@consofarm.it%%Urbana +COMUNALE%Via Poggiomarino, 262-Loc. Marra%84018%SCAFATI%SA%081-8595910%scafati4@consofarm.it%%Urbana +COMUNALE%Via Ponte Don Melillo, 18/20%84084%FISCIANO%SA%089-8201443%giuseppina.ragosa@fastwebnet.it%%Urbana +COMUNALE%Piazza Mercato%84075%STIO%SA%0974-990123%rita.trotta@pec.it%%Rurale +COMUNALE%Via A. De Gasperi n.262%84016%PAGANI%SA%081-917878%augustasantillo@joni.it%%Urbana +COMUNALE%Via Sandro Pertini, 14/G%84018%SCAFATI%SA%081-8501473%%%Urbana +COMUNALE*%Via Ionio, 15%84091%BATTIPAGLIA%SA%0828-679841%cofaser10@tiscali.it%%Urbana +CONTALDI%P.zza Martiri D'Ungheria, 1%84016%PAGANI%SA%081-916138%contaldichem@libero.it%%Urbana +CONTE s.a.s.%Via Dei Goti, 5/7%84012%ANGRI%SA%081-946188%12221@pec.federfarma.it%%Urbana +COPPOLA%Via S.Vito%84040%CAMEROTA%SA%0974-935125%pacoppola@tiscali.it%%Rurale +CORRADO%Via Cicalese,56%84014%NOCERA INFERIORE%SA%081-5179193%farmaciacorrado@farmacia.it%12214@pec.federfarma.it%Urbana +COSTABILE%Via Posidonia,271%84127%SALERNO%SA%089-725012%fcostabile1@virgilio.it%%Urbana +COSTABILE%Via S.Baratta,18%84127%SALERNO%SA%089-791401%antonellocostabile@virgilio.it%%Urbana +COZZITORTO%Via Piedimonte%84014%NOCERA INFERIORE%SA%081-926470%farmaciacozzitorto@tiscali.it%12216@pec.federfarma.it%Urbana +CRISCUOLO%Via G.B. Castaldo, 67%84014%NOCERA INFERIORE%SA%081-5173045%12210@pec.federfarma.it%%Urbana +CRISTINZIANO%C.so Nazionale, 207%84018%SCAFATI%SA%081-8631944%crleord@tiscalinet.it%%Urbana +CRISTOFANO%P.zza della Repubblica, 7%84025%EBOLI%SA%0828-364039%farmaciacristofano@cocco82.net%12364@pec.federfarma.it%Urbana +CUBICIOTTO%Via S.Calenda,6/b%84126%SALERNO%SA%089-254837%farmaciacubicciotto@libero.it%%Urbana +CURCIO%Via XXV Luglio, 197/201%84013%CAVA DE'TIRRENI%SA%089-4456373%17165@pec.federfarma.it%%Urbana +D'AMATO%Corso Diaz, 172%84085%MERCATO SAN SEVERINO%SA%089-879330%farmdam@tin.it%12293@pec.federfarma.it%Urbana +D'AMATO%Via Roma,12%84021%BUCCINO%SA%0828-951796%12374@pec.federfarma.it%12374@pec.federfarma.it%Urbana +D'AMELIO%C.so Garibaldi, 59%84073%SAPRI%SA%0973-391124%farmacia.damelio@libero.it%12480@pec.federfarma.it%Urbana +D'AMORE%Via De Vito,33%84010%CORBARA%SA%081-930394%12224@pec2.federfarma.it%%Rurale +D'AMORE%Via Roma%84088%SIANO%SA%081-5181025%milla.74@virgilio.it%%Urbana +D'AMORE%Via Manganario,8%84126%SALERNO%SA%089-229294%farmadamore@tiscali.it%12312@pec.federfarma.it%Urbana +D'AURIA%Via Ugo Foscolo,23/ab%84133%SALERNO%SA%089-7266610%farmdauria@tiscali.it%17084@pec.federfarma.it%Urbana +DE ANGELIS%Via Garibaldi, 49/51%84083%CASTEL SAN GIORGIO%SA%081-951597%12250@pec.federfarma.it%%Rurale +DE CHIARA%Via Napoli,24%84014%NOCERA INFERIORE%SA%081-927417%farmaciamannadechiara@virgilio.it%%Urbana +DE FEO%Via Magna Grecia, 316 - Fraz. Scalo%84047%CAPACCIO%SA%0828-725382%farmacia.defeo@libero.it%%Urbana +de LUCA%Via Stella,5%84060%ORRIA%SA%0974-993535%farmaciadelucaorria@gmail.com%%Rurale +DE MAFFUTIIS%Via Principe di Piemonte, 1%84031%AULETTA%SA%0975-392078%12388@pec.federfarma.it%12388@pec.federfarma.it%Rurale +DE MARTINO%Via Provinciale,18%84090%CASTIGLIONE DE' GENOVESI%SA%089-881643%ca.demartino@tiscali.it%%Rurale +DE MARTINO%C.So Diaz, 95%84085%MERCATO SAN SEVERINO%SA%089-879262%12283@pec.federfarma.it%12283@pec.federfarma.it%Urbana +DE PAOLA%Piazza Municipio,22%84039%TEGGIANO%SA%0975-79020%12396@pec.federfarma.it%%Rurale +DE SANTIS%Via F.Ricco, 6/8%84015%NOCERA SUPERIORE%SA%081-9368178%farmaciadesantis@tiscali.it%17127@pec.federfarma.it%Urbana +DE SIMONE%Via Orazio,93%84010%SANT'EGIDIO DEL MONTE ALBINO%SA%081-916583%luxdes@libero.it%12223@pec2.federfarma.it%Rurale +DE VITA%Largo Tanagro, 8%84035%POLLA%SA%0975-391117%farmaciadevita@virgilio.it%%Urbana +DEL GIUDICE%Piazza Della Cortiglia, 8%84068%POLLICA%SA%0974-901489%tdissas120@virgilio.it%12435@pec.federfarma.it%Rurale +DEL LEONE%C.so V.Emanuele, 223%84123%SALERNO%SA%089-231439%farmacia.delleone@virgilio.it%12321@pec.federfarma.it%Urbana +DEL LEONE%Via E.Talamo, 25/27%84013%CAVA DE'TIRRENI%SA%089-467713%12257@pec.federfarma.it%%Urbana +DELLA MONICA%Via Nazionale, 1%84010%CONCA DEI MARINI%SA%089-831102%%12271@pec.federfarma.it%Rurale +DELL'OMO%Fraz.Licusati%84040%CAMEROTA%SA%0974-937074%farmaciadilicusati@libero.it%%Rurale +DERKESHLI%Via Garibaldi,29%84087%SARNO%SA%081-945616%derkeshli@farmaciaderkeshli.191.it%%Urbana +DESIDERIO%Via Cesarano,99%84016%PAGANI%SA%081-910447%12228@pec.federfarma.it%%Urbana +DI CIANNI%P.zza Umberto I°,52 - fraz. Ariano%84062%OLEVANO SUL TUSCIANO%SA%0828-612005%fradic@tiscali.it%%Rurale +DI DONATO%Via Roma,35%84055%FELITTO%SA%0828-945126%fciadidonato@tiscali.it%12421@pec.federfarma.it%Rurale +DI GAETA%Via Posidonia,171%84127%SALERNO%SA%089-711470%farmaciasait@virgilio.it%12297@pec.federfarma.it%Urbana +DI MARCO%Via Pisacane,16/18%84098%PONTECAGNANO FAIANO%SA%089-201213%farmaciadimarco@virgilio.it%%Rurale +DI MURIA%Via Nazionale s.n.c.%84034%PADULA%SA%0975-74587%12407@pec2.federfarma.it%%Rurale +DI STASIO CONTALDI%Via Manzini, 22%84010%SAN MARZANO SUL SARNO%SA%081-955032%distasio@farmaciadistasiocontaldi.191.it%%Urbana +DIGILIO%C/so Umberto I, 30%84050%MAGLIANO VETERE%SA%0974-992196%12439@pec2.federfarma.it%%Rurale +DONNARUMMA%C.So Amendola,39%84087%SARNO%SA%081-5165445%12236@pec.federfarma.it%%Urbana +D'URSO%Via Nofilo, 34 - Fraz.Cologna%84080%PELLEZZANO%SA%089-566120%farmaciadurso@libero.it%%Rurale +EREDI BIANCO%Località Policastro Via Nazionale,58%84070%SANTA MARINA%SA%0974-984097%12486@pec.federfarma.it%12486@pec.federfarma.it%Rurale +EREDI DE GAETANO%Via Mola,35%84010%FURORE%SA%089-831109%adegaetanofurore@alice.it%%Rurale +EREDI LAUDATI%Via V.D'orsi, 3%84080%CALVANICO%SA%089-957272%farmacia.laudati@tiscali.it%%Rurale +EREDI PERNA%Fraz.Acciaroli Via Nino Bixio, 11%84068%POLLICA%SA%0974-904514%farmaciaperna@tiscali.it%%Rurale +EREDI PRISCO%P.zza Plebiscito,9%84065%PIAGGINE%SA%0974-942286%12423@pec.federfarma.it%%Rurale +EREDI QUITADAMO%Via Belvedere,7%84135%SALERNO%SA%089-794497%farmaciaquitadamo@tiscalinet.it%%Urbana +EREDI ROBERTAZZI%C.So Umberto I, 118%84098%PONTECAGNANO FAIANO%SA%089-382638%fcia.robertazzi@tiscali.it%%Urbana +EREDI STANCATI s.n.c.%Piazza Dei Dogi, 34%84011%AMALFI%SA%089-871063%12273@pec.federfarma.it%%Urbana +ERRICO%Via Italia,16%84056%GIOI%SA%0974-991031%12434@pec.federfarma.it%%Rurale +FABBRICATORE%Via Sant'Eustachio, 49%84133%SALERNO%SA%089-7728556%farmaciadarienzo@tiscali.it%%Urbana +FABBRICATORE%Piazza Municipio,6%84080%PELLEZZANO%SA%089-566872%alessandra.fabbricatore@gmail.com%%Rurale +FASANO%Via Municipio, 52/a%84060%MOIO DELLA CIVITELLA%SA%0974-66603%fciafasano@tiscali.it%%Rurale +FASANO%Piazza Nuova Europa%84020%RICIGLIANO%SA%0828-953283%farmacia.fasano@tiscali.it%%Rurale +FEMIA%Via Damiano Chiesa, 81%84082%BRACIGLIANO%SA%081-969250%giuseppefemia@legal.email.it%%Rurale +FERNICOLA%Via Naz.Le,90 V.Scalo%84040%CASTELNUOVO CILENTO%SA%0974-62472%g.fernicola@libero.it%%Rurale +FERRANTE%Via Siciliano,13%84014%NOCERA INFERIORE%SA%081-5176560%lucianaferrante@libero.it%%Urbana +FERRARA%C.so V.Emanuele, 28%84123%SALERNO%SA%089-225080%farmaciaferrara@tin.it%%Urbana +FIMIANI s.n.c.%C.so Italia, 191%84098%PONTECAGNANO FAIANO%SA%089-381265%12311@pec.federfarma.it%12311@pec.federfarma.it%Rurale +FIORE%Fraz.Trinita'%84036%SALA CONSILINA%SA%0975-45276%farmaciafiore2004@libero.it%12398@pec.federfarma.it%Urbana +FIORE s.n.c.%Piazza Sinno,15%84126%SALERNO%SA%089-236200%farmaciafioresnc@tiscali.it%12299@pec2.federfarma.it%Urbana +FOCA'%Fraz.Villammare%84079%VIBONATI%SA%0973-365228%focacc12@focaantonio.191.it%%Rurale +FORTUNATO%C.so Italia, 83/b%84073%SAPRI%SA%0973-603930%12492@pec.federfarma.it%%Urbana +GAGLIARDI%Lung.Re Marconi,40 - SCARIO%84070%SAN GIOVANNI A PIRO%SA%0974-371014%farmaciadelportoscario@virgilio.it%%Rurale +GALENO%Via Carmine, 61%84125%SALERNO%SA%089-250887%info@farmaciagaleno.net%12333@pec.federfarma.it%Urbana +GALLO%Via De Gasperi,27%84018%SCAFATI%SA%081-8631268%12225@pec.federfarma.it%%Urbana +GALLUCCI%Via Giudici,16%84012%ANGRI%SA%081-948513%12218@pec.federfarma.it%%Urbana +GALLUCCI%Corso Umberto I, 137%84022%CAMPAGNA%SA%0828-46156%12366@pec.federfarma.it%%Urbana +GAMMALDI%Via Ogliara 47/49%84135%SALERNO%SA%089-281192%farmaciagammaldi@tiscalinet.it%12309@pec.federfarma.it%Urbana +GAMMARANO%Via Roma,6%84079%VIBONATI%SA%0973-301142%farmagammarano@libero.it%%Rurale +GARGIONE%Strada Prov. ex SS 267 Km. 14,43, lato sinistro%84060%PERDIFUMO - Fraz. San Pietro%SA%0974-845403%12456@pec.federfarma.it%FAX - 0974-961352%Rurale +GAROFALO%Via Roma%84029%SICIGNANO DEGLI ALBURNI%SA%0828-973255%gpesca@tiscali.it%%Rurale +GAUDIANI%P.ZZA MUNICIPIO%84010%SCALA%SA%089-857322%12281@pec.federfarma.it%%Rurale +GIANNATTASIO - GESTIONE EREDI%C.so Umberto I, 122/E%84050%FUTANI%SA%0974-953853%fciagiannattasio@tiscali.it%%Rurale +GINETTI%Fraz.Raito%84019%VIETRI SUL MARE%SA%089-761633%farmaciaginetti@libero.it%%Rurale +GIULIANI%Via Foresta,34%84066%PISCIOTTA%SA%0974-973611%f.ciagiuliani@tiscali.it%%Rurale +GIULIANI e C. S.N.C.%Via Bolivar, 19 - ang. Via Mazzeo%84040%CAMEROTA%SA%0974-932049%farmacia.giuliani@libero.it%12473@pec.federfarma.it%Rurale +GORGA%Via Prov.le Piedimontana s.n.c.%84060%OMIGNANO - LOC CORTICELLE%SA%0974-839044%tommasogorga@hotmail.it%%Rurale +GRIMALDI%Via Lucio Orofino, 21%84127%SALERNO%SA%089-752374%grimaldi48@grimaldimario.191.it%%Urbana +GRIMALDI%Largo Macchiaroli, 12%84039%TEGGIANO%SA%0975-70470%12409@pec.federfarma.it%12409@pec.federfarma.it%Rurale +GRISI%Viale A. Terlizzi, 24%84020%COLLIANO%SA%0828-792038%grisi@interfree.it%%Rurale +GUGLIELMOTTI%Via Cirillo - Fraz. Piazza del Galdo%84085%MERCATO SAN SEVERINO%SA%089-893376%12288@pec.federfarma.it%%Rurale +GUIDA%Via Raffaele Guida n.6%84040%CELLE DI BULGHERIA%SA%0974-987374%farmacia_guida@yahoo.it%%Rurale +GUZZI%Via Roma, 102%84091%BATTIPAGLIA%SA%0828-303462%farmaciaeredirocco@alice.it%123370@pec.federfarma.it%Urbana +IASI s.n.c.%Viale Della Repubblica, 4/6 - Fraz. Scalo%84047%CAPACCIO%SA%0828-725319%12457@pec.federfarma.it%%Rurale +IMBRIACO%C.so Umberto I%84060%MONTANO ANTILIA%SA%0974-951277%info@farmantilia.it%12450@pec.federfarma.it%Rurale +INFANTE%Via Roma, 23%84070%SALENTO%SA%0974-67214%farmaciainfante@libero.it%17128@pec.federfarma.it%Rurale +INFANTINO%C. Garibaldi,1/Bis%84061%OGLIASTRO CILENTO%SA%0974-833003%infliv@tiscali.it%%Rurale +IPPOCRATICA%Via Picenza n.144/a-b-c ang.Via Fiumicello%84132%SALERNO%SA%089-331404%ippocratica@email.it%12310@pec.federfarma.it%Urbana +IPPOLITO%Via Prov.le C.da Prato Perillo%84030%TEGGIANO%SA%0975-739137%12410@pec.federfarma.it%%Urbana +ITRI%Via S.Martino,20%84050%LAUREANA CILENTO%SA%0974-832575%12465@pec.federfarma.it%%Rurale +LA PADULA%Via Nuova,1%84020%PETINA%SA%0828-976123%raffaellalapadula@email.com%%Rurale +LA PEPA%Via Nazionale, 273/b%84012%ANGRI%SA%081-949016%farmacianazionale@tiscali.it%%Urbana +LA REGINA%Via Mazzini,66%84030%SAN RUFO%SA%0975-395336%fcialaregina@virgilio.it%%Rurale +LAMBERTI%Via Russo, 87%84015%NOCERA SUPERIORE%SA%081-931248%12248@pec.federfarma.it%%Urbana +LANGONE s.a.s.%Via Paolo Baratta, 3%84091%BATTIPAGLIA%SA%0828-305894%raffaele.langone@gmail.com%raffaele.langone@gigapec.it%Urbana +LANGONE s.n.c.%Via Roma, 248%84092%BELLIZZI%SA%0828-355050%info@farmacialangone.it%%Urbana +LAUDATI s.n.c.%Corso Diaz, 1/2%84085%MERCATO SAN SEVERINO%SA%089-879266%farmaciaeredilaudati@tiscali.it%%Urbana +LAUDISIO%Via Relli n. 1-ang.via F. Spirito n.91%84090%SAN MANGO PIEMONTE%SA%089-3123008%farmacialaudisioc@gmail.com%%Rurale +LAURO%Via Zaniboni, 7/9%84090%GIFFONI SEI CASALI%SA%089-883501%farmacia.lauro@libero.it%%Rurale +LAVECCHIA%C.so G.Murat, 36%84078%VALLO DELLA LUCANIA%SA%0974-4267%fcialavecchia@tiscali.it%%Urbana +LEMBA%Via 19 Agosto 1977%84060%NOVI VELIA%SA%0974-65079%12446@pec.federfarma.it%%Rurale +LEONETTI%Via T.De Cusatis, 8%84070%SAN MAURO LA BRUCA%SA%0974-974121%17085@pec.federfarma.it%%Rurale +LETTIERI%C.So Garibaldi,99%84081%BARONISSI%SA%089-878124%piletti@tin.it%%Urbana +LEUSENCO%Via Pedemontana snc - Loc. Corticelle%84050%LUSTRA%SA%0974-837181%corneliavera@gmail.com%%Rurale +LISTA%Via Napoli, 22 - Fraz. Acquavella%84040%CASALVELINO%SA%0974-906373%fcialista@tilsag.it%%Rurale +LOGARZO%Via Croce, 67%84040%ALFANO%SA%0974-956133%12485@pec.federfarma.it%12485@pec.federfarma.it%Rurale +LOMBARDI%Via S.Cataldo,1%84060%ROCCAGLORIOSA%SA%0974-981105%12482@pec.federfarma.it%%Rurale +LOMBARDI%P.zza Cammarano, 23%84070%ROFRANO%SA%0974-952054%12481@pec.federfarma.it%%Rurale +LORDI%P.zza Risorgimento,16%84098%PONTECAGNANO FAIANO%SA%089-383811%12329@pec.federfarma.it%%Urbana +LUPO%Via Municipio, 19/21%84052%CERASO%SA%0974-61081%farmacia.lupo@libero.it%%Rurale +MAINENTE%P.zza A. Magliani, 8%84057%LAURINO%SA%0974-941063%farmacia.mainente@tiscali.it%%Rurale +MALANGONE%Via Valle,20%84020%PALOMONTE%SA%0828-994077%farmacia.malangone@tiscalinet.it%%Rurale +MARCHIARO%C.So Umberto I°, 43%84010%CETARA%SA%089-261082%12278@pec2.federfarma.it%%Rurale +MARCHITIELLO%Fraz.S.Cecilia -via SS.18 Km.84%84025%EBOLI%SA%0828-601070%farmaciamarchitiello@libero.it%farmaciamarchitiello@pecfarmacisti.it%Rurale +MARCIELLO%P.zza V.Veneto, 2%84050%GIUNGANO%SA%0828-880292%12466@pec.federfarma.it%%Rurale +MARINA%Via P.Di Piemonte, 1 - Fraz. Capitello%84050%ISPANI%SA%0973-323110%farmaciamarina@virgilio.it%12493@pec.federfarma.it%Rurale +MARINO%P.zza Umberto I°, 13%84040%CAMPORA%SA%%salerno@pec.federfarma.it%18031@pec.federfarma.it%Rurale +MARINO%Via Giordano,22%84020%CORLETO MONFORTE%SA%0828-964084%farmaciamarino@gmail.com%%Rurale +MAROTTA%P.Castello%84045%ALTAVILLA SILENTINA%SA%0828-982027%italiansquaw@hotmail.com%12360@pec.federfarma.it%Rurale +MASIELLO%Via G.Giuliani, 139%84069%ROCCADASPIDE%SA%0828-941192%12420@pec.federfarma.it%%Rurale +MASINI%Via Nazionale 158 e 158/a%84070%SALENTO%SA%0974-716050%masini25@farmaciahermes.191.it%12437@pec.federfarma.it%Rurale +MASTURZO%P.zza Umberto I°, 52/54%84099%SAN CIPRIANO PICENTINO%SA%089-861359%mastur01@farmaciamasturzo.191.it%12340@pec.federfarma.it%Rurale +MASULLO%C.so Vitt.Emanuele, 7/d%84070%SACCO%SA%0974-943272%12424@pec.federfarma.it%%Rurale +MAURANO%C.S.Matarazzo,46%84048%CASTELLABATE- Fraz. S.MARIA%SA%0974-961240%fciamaurano@tiscali.it%%Rurale +MEDAGLIA%Piazza Duomo, 42%84011%AMALFI%SA%089-871045%farmaciamedaglia@libero.it%%Urbana +MELLONE%C.So V.Emanuele,37%84021%BUCCINO%SA%0828-951635%12379@pec.federfarma.it%%Rurale +MERCATELLO%Via Trento, 187%84129%SALERNO%SA%089-333906%fciamercatello@tiscali.it%%Urbana +MIELE%Via Papa Luciani,1%84020%ROSCIGNO%SA%0828-963366%12417@pec.federfarma.it%%Rurale +MILIOTI%Via Parlamento,1%84099%SAN CIPRIANO PICENTINO%SA%089-882657%salvatoremilioti@hotmail.it%salvatoremilioti@pecfarmacisti.it%Rurale +MILITO PAGLIARA%C.So Garibaldi,54/R 54/SS%84081%BARONISSI%SA%089-878770%farmacia.pagliara@tiscali.it%%Urbana +MIRRA%Via Solimena,56%84014%NOCERA INFERIORE%SA%081-5177843%12212@pec2.federfarma.it%%Urbana +MONTANARO%Via Nazionale, 28 - Fraz.S.Antuono%84076%TORCHIARA%SA%0974-831158%fciamontanaro@tiscali.it%12468@pec.federfarma.it%Rurale +MONTERA SNC%C.So Umberto,98%84019%VIETRI SUL MARE%SA%089-210097%info@farmaciamontera.it%12263@pec.federfarma.it%Urbana +MORRONE%Piazza Lago, 12%84030%CAGGIANO%SA%0975-393043%12392@pec.federfarma.it%%Rurale +NANNI%Via Dei Mille, 19%84133%SALERNO%SA%089-339013%farmaciaigea@libero.it%12323@pec.federfarma.it%Urbana +NAPPI%Via A. Califano,57 - Fraz.S.Lorenzo%84010%SANT'EGIDIO DEL MONTE ALBINO%SA%081-917097%giulianappi@libero.it%%Rurale +NASTI%P.zza Sorrento,1%84012%ANGRI%SA%081-948570%isabella.nasti@email.it%12220@pec.federfarma.it%Urbana +NASTRI%Via Roma,110%84121%SALERNO%SA%089-220607%farmacianastribruno@tiscali.it%12317@pec2.federfarma.it%Urbana +OLIVA%Via Memoli, 8%84123%SALERNO%SA%089-226669%farmaciadelsanto@tin.it%12305@pec.federfarma.it%Urbana +PALESCANDOLO%Via Nicotera,32%84014%NOCERA INFERIORE%SA%081-5176639%farmaciapalescandolo@virgilio.it%%Urbana +PANARESE%P.zza Amendola, 28%84010%SAN VALENTINO TORIO%SA%081-955603%dott.albapanarese@libero.it%%Rurale +PANDOLFI%Via Gaetano Tramontano, 6%84016%PAGANI%SA%081-917200%12233@pec.federfarma.it%%Urbana +PARAGGIO-VOZA s.n.c.%Via Piave, 23/D%84043%AGROPOLI%SA%0974-823004%farmaciaparaggiovoza@gmail.com%12464@pec.federfarma.it%Urbana +PARISI S.N.C.%Via Della Liberta', 27%84050%ALBANELLA%SA%0828-781090%farparisi-costantino@tiscali.it%%Rurale +PARISI S.N.C.%Via A.Moro,13%84021%BUCCINO%SA%0828-952179%farmacia-parisi@tiscali.it%%Urbana +PASSARO%P.zza Dei Martiri, 12%84070%TRENTINARA%SA%0828-831387%fciapassaro@interfree.it%12467@pec.federfarma.it%Rurale +PASSARO%Via Roma,10%84049%CASTEL SAN LORENZO%SA%0828-944052%farmapassaro@virgilio.it%%Rurale +PAVESE%Via Trento,48%84129%SALERNO%SA%089-756673%farmacia@pavesefrancescorosario.191.it%%Urbana +PELO%Fraz.Gete - Via Sclavo, 51%84010%TRAMONTI%SA%089-876472%12275@pec.federfarma.it%%Rurale +PESSOLANO%Via Nazionale n.157 - Fraz.Quadrivio%84022%CAMPAGNA%SA%0828-48064%farmpessolano@tiscalinet.it%12370@pec.federfarma.it%Urbana +PICCIUOLI%P.Scorzo%84020%CASTELNUOVO DI CONZA%SA%0828-911423%farmacia-picciuoli@libero.it%%Rurale +PICENTINO%Via delle Calabrie, 76-78%84131%SALERNO%SA%089-848176%robertomeriano@libero.it%%Urbana +PIEGARI%P.zza Umberto I, 19%84036%SALA CONSILINA%SA%0975-21021%fciapiegari@tiscali.it%%Urbana +PIERINO TROTTA s.a.s.%Via Torretta, 15%84070%SAN MAURO CILENTO%SA%0974-903149%farmacia_trotta@alice.it%17920@pec.federfarma.it%Rurale +PIERINO TROTTA s.a.s.%Via Croce, snc%84038%SASSANO%SA%0975-78815%farmaciatrotta@tiscali.it%12408@pec.federfarma.it%Rurale +PIFANO%P.za M.Galdi,12%84135%SALERNO%SA%089-271428%farmaciapifano@alice.it%%Urbana +PILERCI%P.zza V.Emanuele,9/11%84078%VALLO DELLA LUCANIA%SA%0974-72036%arcapil@farmaciapilerci.it%%Urbana +PISCIOTTA%Via Matteotti,111%84016%PAGANI%SA%081-916106%pisciotta.rosa@libero.it%%Urbana +PITTA%Via V.Veneto,37%84030%TORRACA%SA%0973-398146%pittak@libero.it%12483@pec.federfarma.it%Rurale +POLINI E FASOLINO s.n.c.%Via Canonico Fusco,2%84012%ANGRI%SA%081-946131%farmasangiovanni@tiscalinet.it%12217@pec.federfarma.it%Urbana +PRIORE s.n.c.%Piazza Domenico Pica, 82%84037%SANT'ARSENIO%SA%0975-396068%farmaciapriore@tiscali.it%12394@pec.federfarma.it%Rurale +PROTO%C.so Vittorio Emanuele n.31%84010%MINORI%SA%089-877200%francicacandido@alice.it%%Rurale +PUCCI%P.zza Umberto I°,1%84070%SANTA MARINA%SA%0974-989340%ele08@pecfarmacisti.it%ele08@pecfarmacisti.it%Rurale +PUGLIESE%Via Roma, 53%84077%TORRE ORSAIA%SA%0974-985036%12478@pec.federfarma.it%%Rurale +PUGLIESE%Trav. V.Emanuele, 5/7 - Fraz. Coperchia%84080%PELLEZZANO%SA%089-566293%12330@pec.federfarma.it%%Rurale +PUGLIESE%Via G. Nastri, 36 - Fraz.Lancusi%84084%FISCIANO%SA%089-879386%b@alfaossigeno.it%%Urbana +PUGLIESE%P.zza A. De Gasperi, 3%84084%FISCIANO%SA%089-891459%b@alfaossigeno.it%%Rurale +QUARANTA%Via Belvedere 101-103%84091%BATTIPAGLIA%SA%0828-672480%12338@pec.federfarma.it%%Rurale +RESCIGNO%Piazza Caduti di Brescia, 14-14/bis%84129%SALERNO%SA%089-752542%farmacia@farmaciarescigno.191.it%%Urbana +RICCIO%Via C.Marmo, 5%84020%BELLOSGUARDO%SA%0828-965300%12414@pec2.federfarma.it%12414@pec2.federfarma.it%Rurale +RIVELLESE%Piazza Municipio, 1%84020%SANTOMENNA%SA%0828-911188%farmaciasantomenna@tiscali.it%%Rurale +RIZZO snc%Via Pasitea,22%84017%POSITANO%SA%089-875863%roberto.rizzo@live.it%%Rurale +ROBERTO%Via Nazionale, 93%84070%SAN GIOVANNI A PIRO%SA%0974-983110%robertoger@libero.it%12489@pec.federfarma.it%Rurale +ROCCO%Via Roma, 8%84042%ACERNO%SA%089-869063%12341@pec.federfarma.it%%Rurale +ROSSI%Via S.Croce,70-Fraz.Salitto%84062%OLEVANO SUL TUSCIANO%SA%0828-627065%12348@pec.federfarma.it%%Rurale +ROSSI%Via Europa,19%84030%PERTOSA%SA%0975-397297%farmaciarossielis@libero.it%%Rurale +RUFOLO EREDI%P.zza Garibaldi, 39%84020%OLIVETO CITRA%SA%0828-793148%farmarufolo@virgilio.it%%Rurale +RUGGIERO%Via Carmine, 1%84040%CANNALONGA%SA%0974-717798%fcia.ruggiero@tiscali.it%16995@pec.federfarma.it%Rurale +RUSSO%Via Boccaccio, 14%84010%RAVELLO%SA%089-9840023%farmaciaravello@tiscali.it%%Rurale +RUSSO-DE FRANCESCO%Via Bosco Lucarelli n.5%84014%NOCERA INFERIORE%SA%081-5176832%farmaciadefrancesco@uni.net%%Urbana +S. ANNA%Via Roma, 360%84092%BELLIZZI%SA%0828-355949%12349@pec.federfarma.it%%Urbana +SACCO%Via Sorgente,6%84030%SAN PIETRO AL TANAGRO%SA%0975-398238%farmacia.sacco@tiscali.it%%Rurale +SALSANO s.a.s.%Corso Europa, 69 - Fraz.Matinella%84050%ALBANELLA%SA%0828-984481%farmsalsano3@tiscali.it%%Rurale +SALSANO s.a.s.%Fraz.Agnone Cilento%84060%MONTECORICE%SA%0974-964777%12463@pec.federfarma.it%%Rurale +SALUS%Via Mazzini, 112%84091%BATTIPAGLIA%SA%0828-342078%farmacia.salus@tiscali.it%%Urbana +SALUS EREDI ROMANO snc%Via V.Veneto,33 / Yuri Gagarin, 45%84025%EBOLI%SA%0828-366033%farmaciaromano@tiscali.it%%Urbana +SALVANTE%Via Teatro, 2%84024%CONTURSI%SA%0828-991044%12376@pec.federfarma.it%%Rurale +SAN CARLO%Via Irno,15/21%84135%SALERNO%SA%089-405859%farma.sancarlo@tiscali.it%%Urbana +SAN MICHELE%Via Luigi Buonaiuto, 15%84087%SARNO%SA%081-941496%info@farmaciapaganelli.net%%Urbana +SAN PIETRO%Via Poggiomarino n.25 - Fraz.S.Pietro%84018%SCAFATI%SA%081-8504190%fciamercatello@tiscali.it%%Urbana +SAN PIETRO%Via Convento, 16 - ang. via San Giovanni%84050%CUCCARO VETERE%SA%0974-953053/359680%18252@pec.federfarma.it%%Rurale +SANTA MARIA DELLA MERCEDE%Via Della Resistenza, 26-28-30%84018%SCAFATI%SA%081-8502241%info@farmercede.it%18218@pec.federfarma.it%Urbana +SANT'ANNA%P.zza Roma, s.n.c.%84060%MONTEFORTE CILENTO%SA%0974-996209%18040@pec.federfarma.it%%Rurale +SAPERE%Via Cosimo Vestuti 11/a%84134%SALERNO%SA%089-750651%farmacia.sapere@libero.it%12322@pec.federfarma.it%Urbana +SARACINO%Via Vit.Emanuele, 92/94%84014%NOCERA INFERIORE%SA%081-5177844%farmaciasaracino@netfly.it%%Urbana +SAVINO%Viale Europa%84050%LAURITO%SA%0974-954107%salerno@pec.federfarma.it%salerno@pec.federfarma.it%Rurale +SAVINO VASTOLA%Via Comunale, 83%84010%SAN VALENTINO TORIO%SA%081-939391%farm.svastola@tiscali.it%%Rurale +SCARPONE%C.So V.Emanuele,4%84095%GIFFONI VALLE PIANA%SA%089-868526%12339@pec.federfarma.it%12339@pec.federfarma.it%Urbana +SCHETTINI%Via Roma, 13%84095%GIFFONI VALLE PIANA%SA%089-868390%farmaciaschettini@libero.it%12353@pec.federfarma.it%Urbana +SCHIAVO%Via R.Jemma, 48%84091%BATTIPAGLIA%SA%0828-307939%farmaciaschiavo@virgilio.it%12342@pec.federfarma.it%Rurale +SCIARAFFA%Via Nazionale, 59%84030%CASALBUONO%SA%0975-862047%12399@pec.federfarma.it%12399@pec.federfarma.it%Rurale +SENA GIOVANNA MARIA%P.zza Carlo Mustacchio, 1 e 2%84025%EBOLI%SA%0828-367010%farmaciasena@alice.it%%Urbana +SESSA%Via Di Marino Nicola, 33%84013%CAVA DE'TIRRENI%SA%089-561648%fciasessa@alice.it%12254@pec.federfarma.it%Rurale +SEVERINI%Fraz.Pioppi-Via Caracciolo, 105%84068%POLLICA%SA%0974-905413%igeafarmacia@tiscali.it%%Rurale +SODANO%Via Famiglia De Mattia, 6%84078%VALLO DELLA LUCANIA%SA%0974-4984%farmaciasodano@tiscali.it%%Urbana +SOGLIA%P.zza XXIV Maggio, 19%84122%SALERNO%SA%089-225880%farmaciasoglia@alice.it%%Urbana +SORGENTE%Via SS.18-Parco Verdiana, 50-O.P-Loc. Pagliarone%84090%MONTECORVINO PUGLIANO%SA%0828-354531%farmaciasorgentesnc@libero.it%%Rurale +SPARANO%Via Cervina, 8/10%84012%ANGRI%SA%081-949376%farmaciasparanocarlo@libero.it%%Urbana +SPARANO%Via Sant'Antonio, 15/18%84030%SANZA%SA%0975-322780%fciasparano@tiscali.it%%Rurale +SPERANZA%Via Pisacane,66 - Palinuro%84051%CENTOLA%SA%0974-931315%farmacia.speranza@gmail.com%%Rurale +STORTI%Via Nazionale, 18/20%84020%CONTRONE%SA%0828-772015%gustorti@tiscali.it%%Rurale +TENORE%Via D'Andrea n.30%84088%SIANO%SA%081-5182626%farmaciatenore@libero.it%%Urbana +TOMAI%C.So V.Emanuele%84026%POSTIGLIONE%SA%0828-971229%farmaciatomai@libero.it%%Rurale +TRAPANI%C.so Ettore Padovano,54%84016%PAGANI%SA%081-916158%12231@pec.federfarma.it%%Urbana +TROPIANO%Via Giardini, 34%84035%POLLA%SA%0975-391153%m.tropiano@virgilio.it%%Urbana +TROTTA%Via Garibaldi,12%84033%MONTESANO SULLA MARCELLANA%SA%0975-863373%trottapietro@alice.it%12403@pec.federfarma.it%Rurale +TUCCI%Piazza Borgo, 12%84025%EBOLI%SA%0828-366104%12358@pec2.federfarma.it%%Urbana +VAIRO%Via P.Del Pezzo,4/d%84128%SALERNO%SA%089-711132%vairoantonio@tiscalinet.it%12335@pec.federfarma.it%Urbana +VAIRO%Via Parini, 31%84091%BATTIPAGLIA%SA%0828-341692%12347@pec.federfarma.it%%Urbana +VALLETTA%Corso Reginna, 7%84010%MAIORI%SA%089-877052%12268@pec.federfarma.it%%Urbana +VANNATA%P.Za Umberto,32%84036%SALA CONSILINA%SA%0975-21038%12406@pec.federfarma.it%12406@pec.federfarma.it%Urbana +VENNERI%Via Velia, 14-16 - Fraz.Marina%84040%CASALVELINO%SA%0974-907036%12438@pec.federfarma.it%%Rurale +VENTRICELLI%Vicolo 3° Aldo Moro snc%84020%LAVIANO%SA%0828-915138%12375@pec.federfarma.it%%Rurale +VERDI%P.zza Luciani%84121%SALERNO%SA%089-226500%marina.cau@hotmail.it%%Urbana +VERDOLIVA%Via Luigi Guercio, 216%84134%SALERNO%SA%089-796202%farmaciaverdoliva@tiscali.it%12319@pec.federfarma.it%Urbana +VESSA%C.So Garibaldi,160%84123%SALERNO%SA%089-231561%paolovessa@tiscali.it%12327@pec.federfarma.it%Urbana +VIGGIANO%Via Roma, 41%84074%SESSA CILENTO%SA%0974-836188%tiktik@tiscalinet.it%%Rurale +VILLANI%Via Nazionale, 391%84015%NOCERA SUPERIORE%SA%081-931057%fciaviola@tele2.it%%Urbana +VILLANI%Via Filangieri,2%84013%CAVA DE'TIRRENI%SA%089-4689420%farmaciamontano@tiscali.it%12259@pec2.federfarma.it%Urbana +VIOLA%C.So Italia,16%84013%CAVA DE'TIRRENI%SA%089-344316%farmacia.viola@tiscali.it%12258@pec.federfarma.it%Urbana +VIOLANTE%Piazza B.D'Arezzo, 22/23%84016%PAGANI%SA%081-918053%effe.vi@tin.it%12232@pec.federfarma.it%Urbana +VISCOSI%Via L.Petrosino,39%84015%NOCERA SUPERIORE%SA%081-5141498%farmacia.viscosi@virgilio.it%17968@pec2.federfarma.it%Urbana +VITOLO%Via del dopolavoro,104%84045%ALTAVILLA SILENTINA%SA%0828-986179%farmaciavitolo2002@libero.it%12368@pec.federfarma.it%Rurale +VITOLO%Via Siniscalchi, 64-66%84014%NOCERA INFERIORE%SA%081-925598%farmaciavitolo@virgilio.it%%Urbana +VOLPE%Via G.Amendola, 56%84025%EBOLI%SA%0828-366023%smeraldosette@tiscalinet.it%%Urbana diff --git a/TMP/sendemail.php b/TMP/sendemail.php new file mode 100755 index 0000000..1076441 --- /dev/null +++ b/TMP/sendemail.php @@ -0,0 +1,192 @@ +
+ + + + +
+

\"Ordine
$SM_subject$send_date
"; + + + $bottom="

". + "Questa e-mail contiene informazioni di proprietà e di natura confidenziale. Se non siete il destinatario corretto di questo messaggio, vi ricordiamo che ogni diffusione, distribuzione o copia di questo messaggio è severamente proibita. Se avete ricevuto questo messaggio per errore, siete pregati di cancellarlo immediatamente. Quanto precede ai fini del rispetto del D.L. n. 196/03 sulla tutela dei dati personali.
-
". + "This e-mail (and any attachments) is strictly confidential and for use only by intendend recipients. If you are not an intended recipients, we point you that any diffusion, distribution or copy of this message is severely forbidden. If you have received t his message by mistake please destroy it immediately (under the observance of D.L. n. 196/03 which protects personal data).". + "
Rispetta l'ambiente. Non stampare questa mail se non è necessaria.

"; + + + $headers = "From: \"Ordine Farmacisti Salerno\" \r\n"; + $headers .= "Reply-To: \"Ordine Farmacisti Salerno\" \r\n"; + + if($SM_email_CC) { $headers .= "CC: $SM_email_CC\r\n"; } + + $headers .= "MIME-Version: 1.0\r\n"; + + if($SM_append){ + + $append_name = basename($SM_append); + $append_type = mime_content_type($SM_append); + + $data = chunk_split(base64_encode(file_get_contents($SM_append))); + + $semi_rand = md5(time()); + $mime_boundary = md5(uniqid(time()));//"==Multipart_Boundary_x{$semi_rand}x"; + + $headers .= "Content-Type: multipart/mixed; boundary=\"$mime_boundary\"\r\n"; + $headers .= "X-Mailer: PHP " . phpversion()."\r\n"; + + $message .= "This is a multi-part message in MIME format.\r\n"; + $message .= "--$mime_boundary\r\n"; + $message .= "Content-Type: text/html; charset=\"utf-8\"\r\n"; + $message .= "Content-Transfer-Encoding: 7bit\r\n"; + $message .= $top.$SM_message.$bottom."\r\n"; + $message .= "--$mime_boundary\r\n"; + $message .= "Content-Type: {$append_type}; name=\"{$append_name}\"\r\n"; + $message .= "Content-Transfer-Encoding: base64\r\n"; + $message .= "Content-Disposition: attachment; filename=\"{$append_name}\"\r\n"; + $message .= $data."\r\n\r\n"; + $message .= "--$mime_boundary--"; + + } else { + $headers .= "Content-Type: text/html; charset=\"utf-8\"\r\n"; + $message = $top.$SM_message.$bottom; + } + + + $success = mail($SM_email, $SM_subject, $message, $headers); + if(!$success) { + $errorMessage = error_get_last()['message']; + } + +} + + + + + + + + + + + + +if($_POST['title']) { + + $SM_email = $_POST['dest']; + $SM_email2 = $_POST['dest']; + $SM_email_CC = $_POST['dest']; + $SM_subject = $_POST['title']; + $SM_message = $_POST['text']; + $SM_showalert = 0; + $SM_append = 0; + + + if(is_uploaded_file($_FILES['append']['tmp_name'])){ + $filename = date("Ymd")."-".preg_replace('/[^a-zA-Z0-9\-\._]/','_', $_FILES['append']['name']); + $path = "../docs/files/email"; + move_uploaded_file($_FILES['append']['tmp_name'], "$path/$filename"); + $SM_append = "$path/$filename"; + } + + + + sendMail($SM_email, $SM_email2, $SM_email_CC, $SM_subject, $SM_message, $SM_showalert, $SM_append); + + echo "Mail inviata"; + +} + +?> + + + + + + + + + + + + TEST EMAIL + + + + + + + + + + + + +
+
+
+ Destinatario + +
+
+ Oggetto + +
+
+ Testo + +
+ +
+ Allegato + +
+ +
+ +
+
+
+ + + + + + + + diff --git a/TMP/tmp.php b/TMP/tmp.php new file mode 100644 index 0000000..342b481 --- /dev/null +++ b/TMP/tmp.php @@ -0,0 +1,23 @@ + + diff --git a/XLS_export.php b/XLS_export.php new file mode 100755 index 0000000..6facb8c --- /dev/null +++ b/XLS_export.php @@ -0,0 +1,59 @@ + + + + + +<?php echo $filename;?> + + + +\n"; + +$q=mysqli_query($conn,"SELECT ".implode(",",$fields)." FROM ".$_GET['db']." ORDER BY $order"); +while($r=mysqli_fetch_array($q)){ +echo ""; +for($i=0;$i".$r[$fields[$i]].""; +} +echo "\n"; +} + +?> + +
"; +echo strtoupper(implode("",$fields)); +echo "
+ diff --git a/albo.php b/albo.php new file mode 100644 index 0000000..2f2a6a8 --- /dev/null +++ b/albo.php @@ -0,0 +1,121 @@ + + + +
+ +
+
Albo degli iscritti
+ +
+ + ".strtoupper($initial[$i]).""; + } + ?> +
+ +
+ + +
+
+
+
+ +
+
+ +
+
+
+
+ +
+

Aggiornato al , ad oggi siamo iscritti

+ "> + + +
+ + +
+ + 1){ + + $query="WHERE ("; + foreach($keys as $k=>$value){ + if($k>0){$query .= " OR";} + $query .= " first_name LIKE '%$value%' "; + } + + $query .= " OR first_name LIKE '%".addslashes($_POST['q'])."%' OR last_name LIKE '%".addslashes($_POST['q'])."%') AND ("; + + foreach($keys as $k=>$value){ + if($k>0){$query .= " OR";} + $query .= " last_name LIKE '%$value%' "; + } + + $query .= ") "; + + }else{ + $query="WHERE first_name LIKE '%".$keys[0]."%' OR last_name LIKE '%".$keys[0]."%'"; + } + + $q = mysqli_query($conn, "SELECT * FROM board $query ORDER BY last_name"); + } + + if($getQ[1]=="details"){ + $q = mysqli_query($conn, "SELECT * FROM board WHERE id=".$getQ[2].""); + $r = mysqli_fetch_array($q); + ?> + + +
+
+

N° iscrizione

+

Nato/a il a

+

Iscritto/a il

+

Residente in - - ()

+

Laurea in il a

+

Abilitato/a nel presso

+ +
+ ".$r['last_name']." ".$r['first_name']."
"; + } + } + + ?> + +
+ + + + + diff --git a/area-personale.php b/area-personale.php new file mode 100644 index 0000000..d32c0a1 --- /dev/null +++ b/area-personale.php @@ -0,0 +1,68 @@ +
+
+
Area personale
+
+ +
+
+

+ +

N° iscrizione

+

Nato/a il a

+ +

Iscritto/a il

+

Residente in - - ()

+

Laurea in il a

+

Abilitato/a nel presso

+ +
+
+ + +
+
Modifica dati di accesso
+
+
+

Se non ricordi i tuoi dati di accesso, inserisci il tuo numero di iscrizione all'Albo e l'indirizzo email con il quale sei registrato.

+
+
+ +
+
+ +
+ Nuovo username + +
+
+ +
+ Vecchia password + +
+
+
+ Nuova password + +
+
+ Ripeti password + +
+ + +
+ Controllo di sicurezza +
+
+ + +
+ +
+
+
+ +
+ +
diff --git a/blocks/addADV.php b/blocks/addADV.php new file mode 100644 index 0000000..ec887cc --- /dev/null +++ b/blocks/addADV.php @@ -0,0 +1,123 @@ + + + + + Ordine dei Farmacisti della Provincia di Salerno + + + + + + +
+ + + +
+
+ +
+
+ +
+
+ +
+
+
+ + + + + + +
+
+
+ + + +
> +
+
+ Tipologia inserzione + +
+
+
+ Nome e Cognome + > +
+
+ Testo inserzione + +
+
+ Comune di residenza* + +
+
+ Recapiti telefonici* + +
+
+ Email contatto* + > +
+
+ Allegato (opzionale, ES: curriculum)
+ +
+
+
+
+
+

L'inserzione avrà una durata di 3 mesi, decorsi i quali verrà automaticamente cancellata.

+

ATTENZIONE: Per effettuare la pubblicazione diretta di un annuncio bisogna essere un utente iscritto all'Albo ed effettuare il log-in. Per coloro che sono iscritti ad altri Ordini oppure non ancora iscritti, è possibile pubblicare un'inserzione cliccando su "Non sono iscritto all'Ordine di Salerno"; in tal caso l'annuncio verrà valutato ed eventualmente approvato dallo staff dell'Ordine.

+
+
+ +
+
+
+ +
+ + + + + + + diff --git a/blocks/advFormSubmit.php b/blocks/advFormSubmit.php new file mode 100755 index 0000000..9d49f62 --- /dev/null +++ b/blocks/advFormSubmit.php @@ -0,0 +1,75 @@ + + + + + + Ordine dei Farmacisti della Provincia di Salerno + + + + + + +
+ +0 && $_POST['g-recaptcha-response']){ + $uid = $_SESSION['AUTH']['id'] ? $_SESSION['AUTH']['id'] : 0; + $email = $_SESSION['AUTH']['email'] ? $_SESSION['AUTH']['email'] : ""; + $append = 0; + + if(is_uploaded_file($_FILES['append']['tmp_name'])){ + $filename = preg_replace('/[^a-zA-Z0-9\-\._]/','', $_FILES['append']['name']); + $filesize = ($_FILES['append']['size'] < 1000000) ? round($_FILES['append']['size'] / 1000)."k" : round($_FILES['append']['size'] / 1000000)."M"; + move_uploaded_file($_FILES['append']['tmp_name'], "../docs/files/advertisement/$filename"); + $qf=mysqli_query($conn, "INSERT INTO files VALUES(null, '$filename', '$filename', '/docs/files/advertisement', NOW(), '$filesize')"); + $append = mysqli_insert_id($conn); + } + + $q=mysqli_query($conn, "INSERT INTO advertisement VALUES(null, $uid, '".addslashes(trim($_POST['full_name']))."', + '".addslashes(trim($email))."', NOW(), '".addslashes(nl2br($_POST['text']))."', + '".addslashes(trim($_POST['city']))."', '".addslashes(trim($_POST['contact_phone']))."', + '".addslashes(trim($_POST['contact_email']))."', $append, '".$_POST['type']."', 1)"); + + echo ""; + +?> + +
+

+ Annuncio aggiunto correttamente! +
+ + 0 && + (!$_POST['g-recaptcha-response'] || + strlen($_POST['full_name']) < 5 || + strlen($_POST['city']) < 5 || + strlen($_POST['contact_phone']) < 5 || + strlen($_POST['contact_email']) < 5)){ + echo "
+

+ ATTENZIONE: Ricorda ti compilare tutti i campi contrassegnati con * ed effettuare il controllo si sicurezza.
"; + } + } +?> + +
+ + diff --git a/blocks/contactForm.php b/blocks/contactForm.php new file mode 100644 index 0000000..029b5a9 --- /dev/null +++ b/blocks/contactForm.php @@ -0,0 +1,40 @@ + +
+
+
+ Destinatario + +
+
+
+ Nome mittente + > +
+
+ Email mittente + > +
+
+ Oggetto + +
+
+ Messaggio + +
+
+
+
+
+ +
+
+
+ diff --git a/blocks/contactFormSubmit.php b/blocks/contactFormSubmit.php new file mode 100755 index 0000000..1a29f5b --- /dev/null +++ b/blocks/contactFormSubmit.php @@ -0,0 +1,70 @@ + + + + + + Ordine dei Farmacisti della Provincia di Salerno + + + + + + +
+ +0 && $_GET['g-recaptcha-response']){ + + $SM_email = $_GET['dest']; + $SM_email2 = 0; + $SM_email_CC = 0; + $SM_subject = $_GET['subject']; + $SM_message = "Nome del mittente:". $_GET['name']."
"; + $SM_message .= "Email del mittente:". $_GET['email']."

"; + $SM_message .= $_GET['message']; + $SM_showalert = 0; + $SM_append = 0; + + sendMail($SM_email,$SM_email2,$SM_email_CC,$SM_subject,$SM_message,$SM_showalert,$SM_append); + +?> + + +
+

+ E-mail inviata correttamente a +
+ + +0 && + (!$_GET['g-recaptcha-response'] || + strlen($_GET['name']) < 5 || + strlen($_GET['email']) < 5 || + strlen($_GET['message']) < 5)){ + echo "
+

+ ATTENZIONE: Ricorda ti compilare tutti i campi ed effettuare il controllo si sicurezza.
"; + } + } +?> + +
+ + diff --git a/blocks/deleteFormSubmit.php b/blocks/deleteFormSubmit.php new file mode 100755 index 0000000..9e10c72 --- /dev/null +++ b/blocks/deleteFormSubmit.php @@ -0,0 +1,56 @@ + + + + + + Ordine dei Farmacisti della Provincia di Salerno + + + + + + +
+ +". + "

". + "Account eliminato correttamente.
". + "
"; + + echo ""; + + unset($_SESSION['AUTH']); + session_destroy(); + } + +?> + + + + diff --git a/blocks/hours.php b/blocks/hours.php new file mode 100644 index 0000000..2a0e52c --- /dev/null +++ b/blocks/hours.php @@ -0,0 +1,4 @@ +Orario di apertura sede: +Lun e Mar 9:00-14:00 +Mer, Gio e Ven 9:00-14:00 e 15:30-18:30 +Sab 9:00-13:00 diff --git a/blocks/login.php b/blocks/login.php new file mode 100644 index 0000000..ae65628 --- /dev/null +++ b/blocks/login.php @@ -0,0 +1,29 @@ + +
  • +
    + + + + + + +
    +
  • +
  • Richiedi dati di accesso
  • +
  • Recupera password
  • + + + +
  • +

    Accesso effettuato per:

    +

    + +
  • + + diff --git a/blocks/modifyFormSubmit.php b/blocks/modifyFormSubmit.php new file mode 100644 index 0000000..80dc76a --- /dev/null +++ b/blocks/modifyFormSubmit.php @@ -0,0 +1,87 @@ + + + + + + Ordine dei Farmacisti della Provincia di Salerno + + + + + + +
    + +0){ + $err = 0; + $mess = ""; + + if(!$_GET['nusr'] || strlen($_GET['nusr'])<8 ){ + $err += 1; + $mess .= "

    Lo username non deve essere inferiore di 8 caratteri.

    "; + } + if(!$_GET['npwd'] || strlen($_GET['npwd'])<8 ){ + $err += 1; + $mess .= "

    La password non deve essere inferiore di 8 caratteri.

    "; + } + if($_GET['npwd'] != $_GET['rnpwd']){ + $err += 1; + $mess .= "

    Le password inserite non corrispondono.

    "; + } + + + if($err!=0){ + echo "
    ". + "

    ". + $mess."
    "; + }else{ + + $q=mysqli_query($conn, "SELECT COUNT(id) FROM board WHERE + usr='".$_SESSION['AUTH']['usr']."' AND + pwd='".trim(md5($_GET['opwd']))."' + "); + $r=mysqli_fetch_array($q); + + if(!$r[0]){ + echo "
    ". + "

    ". + "ATTENZIONE: Controlla che la password inserita sia corretta.". + "
    "; + }else{ + + $q=mysqli_query($conn, "UPDATE board SET + usr='".trim($_GET['nusr'])."', + pwd='".md5($_GET['npwd'])."' + WHERE id='".$_SESSION['AUTH']['id']."' + "); + + echo "
    ". + "

    ". + "Dati modificati correttamente.
    ". + "Potrai utilizzarli dal prossimo accesso.". + "
    "; + } + } + + } + +?> + +
    + + diff --git a/blocks/newsletterFormSubmit.php b/blocks/newsletterFormSubmit.php new file mode 100755 index 0000000..e85a049 --- /dev/null +++ b/blocks/newsletterFormSubmit.php @@ -0,0 +1,49 @@ + + + + + + Ordine dei Farmacisti della Provincia di Salerno + + + + + + +
    + +". + "

    ". + "Iscrizione alla newsletter modificata correttamente.
    ". + "
    "; + + } + +?> + + + + diff --git a/blocks/registerFormSubmit.php b/blocks/registerFormSubmit.php new file mode 100755 index 0000000..23c2bb4 --- /dev/null +++ b/blocks/registerFormSubmit.php @@ -0,0 +1,138 @@ + + + + + + Ordine dei Farmacisti della Provincia di Salerno + + + + + + +
    + +0){ + $err = 0; + $mess = ""; + + if(!$_GET['first_name']){ + $err += 1; + $mess .= "

    Il campo \"Nome\" è obbligatorio.

    "; + } + if(!$_GET['last_name']){ + $err += 1; + $mess .= "

    Il campo \"Cognome\" è obbligatorio.

    "; + } + if(strlen($_GET['pwd'])<8){ + $err += 1; + $mess .= "

    La password deve contenere almeno 8 caratteri.

    "; + } + if($_GET['pwd']!=$_GET['rpwd']){ + $err += 1; + $mess .= "

    Le password inserite non corrispondono.

    "; + } + if(!$_GET['tax_code']){ + $err += 1; + $mess .= "

    Il campo \"Codice fiscale\" è obbligatorio.

    "; + } + if(!$_GET['email'] || !filter_var($_GET['email'], FILTER_VALIDATE_EMAIL)){ + $err += 1; + $mess .= "

    Il campo \"Email\" è obbligatorio, controlla che l'indirizzo sia corretto.

    "; + } + if(!$_GET['board_id']){ + $err += 1; + $mess .= "

    Devi inserire il numero di iscrizione all'Albo.

    "; + } + if(!$_GET['privacy']){ + $err += 1; + $mess .= "

    Devi effettuare acconsentire al trattamento dei dati.

    "; + } + if(!$_GET['g-recaptcha-response']){ + //$err += 1; + $mess .= "

    Devi effettuare il controllo di sicurezza.

    "; + } + + if($err!=0){ + echo "
    ". + "

    ". + $mess."
    "; + }else{ + + $q=mysqli_query($conn, "SELECT COUNT(id) FROM board WHERE + first_name='".trim(strtoupper($_GET['first_name']))."' AND + last_name='".trim(strtoupper($_GET['last_name']))."' AND + id='".trim($_GET['board_id'])."' + "); + $r=mysqli_fetch_array($q); + + if(!$r[0]){ + echo "
    ". + "

    ". + "ATTENZIONE: L'utente non risulta presente in database, controlla i dati inseriti e riprova.
    ". + "
    "; + }else{ + + $privacy = $_GET['privacy'] ? 1 : 0; + $nl = $_GET['newsletter'] ? 1 : 0; + + $q=mysqli_query($conn, "UPDATE board SET + usr='".trim($_GET['usr'])."', + pwd='".md5(trim($_GET['pwd']))."', + email='".trim($_GET['email'])."', + privacy=$privacy, + newsletter=$nl', + enabled=0 + WHERE id='".trim($_GET['board_id'])."' + "); + + $SM_email = $_GET['email']; + $SM_email2 = 0; + $SM_email_CC = 0; + $SM_subject = "Richiesta di registrazione"; + $SM_messageH1 = "Ricevi questa email perchè hai richiesto l'iscrizione al portale dell'Ordine dei Farmacisti della Provincia di Salerno.

    I tuoi dati saranno controllati ed in caso di esito positivo provvederemo ad abilitare il tuo account.

    Per accedere al portale è necessario attendere la mail di conferma.

    "; + $SM_messageH2 = "Un utente ha richiesto di iscriversi al portale dell'Ordine, accedi al pannello di amministrazione per effettuare l'abilitazione.

    "; + $SM_message = "Riepilogo dati
    ". + "Nome: ".trim($_GET['first_name'])."
    ". + "Cognome: ".trim($_GET['last_name'])."
    ". + "Username: ".trim($_GET['usr'])."
    ". + "Password: ".trim($_GET['pwd'])."
    ". + "Email: ".trim($_GET['email'])."
    ". + "N. iscrizione: ".trim($_GET['board_id']).""; + $SM_showalert = 0; + $SM_append = 0; + + sendMail($SM_email,$SM_email2,$SM_email_CC,$SM_subject,$SM_messageH1."".$SM_message,$SM_showalert,$SM_append); + sendMail("dslaky@gmail.com",$SM_email2,$SM_email_CC,$SM_subject,$SM_messageH2."".$SM_message,$SM_showalert,$SM_append); + + echo "
    ". + "

    ". + "Dati inviati correttamente.
    ". + "Ti abbiamo inviato una mail all'indirizzo da te indicato, i tuoi dati saranno controllati ed in caso di esito positivo provvederemo ad abilitare il tuo account.
    ". + "Per accedere al portale è necessario attendere la mail di conferma.". + "
    "; + } + } + + } + +?> + +
    + + diff --git a/blocks/removeADV.php b/blocks/removeADV.php new file mode 100644 index 0000000..a06f077 --- /dev/null +++ b/blocks/removeADV.php @@ -0,0 +1,81 @@ + + + + + Ordine dei Farmacisti della Provincia di Salerno + + + + + + +
    + + parent.$.fn.colorbox.close(); "; + } + + if($_SESSION['AUTH'] && $_SESSION['AUTH']['id'] == $_GET['uid']){ + ?> + +
    +
    +
    +

    +

    Sei sicuro di voler eliminare questo annuncio?

    + + +
    +
    +
    + + +
    +

    + ATTENZIONE:
    + Accesso non autorizzato, controlla di avere i permessi per eliminare l'annuncio. +
    + + + + +
    + + + + + + + diff --git a/blocks/resetFormSubmit.php b/blocks/resetFormSubmit.php new file mode 100644 index 0000000..a53d6e5 --- /dev/null +++ b/blocks/resetFormSubmit.php @@ -0,0 +1,102 @@ + + + + + + Ordine dei Farmacisti della Provincia di Salerno + + + + + + +
    + +0){ + $err = 0; + $mess = ""; + + if(!$_GET['email'] || !filter_var($_GET['email'], FILTER_VALIDATE_EMAIL)){ + $err += 1; + $mess .= "

    Il campo \"Email\" è obbligatorio, controlla che l'indirizzo sia corretto.

    "; + } + if(!$_GET['board_id']){ + $err += 1; + $mess .= "

    Devi inserire il numero di iscrizione all'Albo.

    "; + } + + + if($err!=0){ + echo "
    ". + "

    ". + $mess."
    "; + }else{ + + $q=mysqli_query($conn, "SELECT COUNT(id) FROM board WHERE + email='".trim($_GET['email'])."' AND + id='".trim($_GET['board_id'])."' + "); + $r=mysqli_fetch_array($q); + + if(!$r[0]){ + echo "
    ". + "

    ". + "ATTENZIONE: L'utente non risulta presente in database, controlla i dati inseriti e riprova.". + "
    "; + }else{ + + $tmpUsr = explode('@',$_GET['email']); + $tmpPwd = substr(md5($_GET['email']),0,10); + + $q=mysqli_query($conn, "UPDATE board SET + usr='".$tmpUsr[0]."', + pwd='".md5($tmpPwd)."', + enabled=0 + WHERE id='".trim($_GET['board_id'])."' + "); + + $SM_email = $_GET['email']; + $SM_email2 = 0; + $SM_email_CC = 0; + $SM_subject = "Reset dei dati di accesso"; + $SM_message = "Ricevi questa mail perchè hai richiesto il reset dei tuoi dati di accesso, ti sono stati assegnati dei nuovi dati di accesso, se vuoi modificarli accedi al tuo account e fai click sul tuo nome per accedere all'area personale.

    "; + $SM_message .= "Riepilogo dati
    ". + "Username: ".$tmpUsr[0]."
    ". + "Password: ".$tmpPwd."
    ". + "Email: ".trim($_GET['email'])."
    ". + "N. iscrizione: ".trim($_GET['board_id']).""; + $SM_showalert = 0; + $SM_append = 0; + + sendMail($SM_email,$SM_email2,$SM_email_CC,$SM_subject,$SM_messageH1."".$SM_message,$SM_showalert,$SM_append); + + echo "
    ". + "

    ". + "Dati inviati correttamente.
    ". + "Ti abbiamo inviato una mail all'indirizzo da te indicato.". + "
    "; + } + } + + } + +?> + +
    + + diff --git a/cgi-bin/functions.inc b/cgi-bin/functions.inc index 69cc6bb..6b2f5e5 100755 --- a/cgi-bin/functions.inc +++ b/cgi-bin/functions.inc @@ -1,22 +1,33 @@
    +
    ".$file['title']."
    +
    ".$file['size']."
    +
    ".conv_date($file['date'])."
    +
    "; +} + + + + + + +function sendMail($SM_email,$SM_email2,$SM_email_CC,$SM_subject,$SM_message,$SM_showalert,$SM_append){ + +$host=$GLOBALS['BASE_URL'].""; +$send_date=conv_date(date("Y-m-d")); + +$top=<<
    + + + + +"; +$bottom.="
    +Ordine dei Farmacisti di Salerno

    $SM_subject$send_date
    +ttop; + +$bottom="

    ". +"Questa e-mail contiene informazioni di proprietà e di natura confidenziale. Se non siete il destinatario corretto di questo messaggio, vi ricordiamo che ogni diffusione, distribuzione o copia di questo messaggio è severamente proibita. Se avete ricevuto questo messaggio per errore, siete pregati di cancellarlo immediatamente. Quanto precede ai fini del rispetto del D.L. n. 196/03 sulla tutela dei dati personali.
    -
    ". +"This e-mail (and any attachments) is strictly confidential and for use only by intendend recipients. If you are not an intended recipients, we point you that any diffusion, distribution or copy of this message is severely forbidden. If you have received t his message by mistake please destroy it immediately (under the observance of D.L. n. 196/03 which protects personal data).". +"
    Rispetta l'ambiente. Non stampare questa mail se non è necessaria."; + +$bottom.="
    "; + +$headers = "From: \"Ordine dei Farmacisti di Salerno\" \n"; +$headers .= "MIME-Version: 1.0\n"; + +$msg=""; + + if($SM_append){ + + $append_name = basename($SM_append); + $append_type = mime_content_type($SM_append); + + $data = chunk_split(base64_encode(file_get_contents($SM_append))); + + $semi_rand = md5(time()); + $mime_boundary = "==Multipart_Boundary_x{$semi_rand}x"; + + $headers .= "Content-Type: multipart/mixed;\n"; + $headers .= " boundary=\"{$mime_boundary}\"\n"; + $headers .= "X-Mailer: PHP " . phpversion(); + + $msg .= "This is a multi-part message in MIME format.\n\n"; + $msg .= "--{$mime_boundary}\n"; + $msg .= "Content-Type: text/html; charset=\"iso-8859-1\"\n"; + $msg .= "Content-Transfer-Encoding: 7bit\n\n"; + $msg .= $top.$SM_message.$bottom."\n\n"; + $msg .= "--{$mime_boundary}\n"; + $msg .= "Content-Type: {$append_type}; name=\"{$append_name}\"\n"; + $msg .= "Content-Transfer-Encoding: base64\n"; + $msg .= "Content-Disposition: attachment; filename=\"{$append_name}\"\n\n"; + $msg .= $data."\n\n"; + + $msg .= "--{$mime_boundary}--\n"; + + }else{ + $headers .= "Content-Type: text/html; charset=\"iso-8859-1\"\n"; + $msg = $top.$SM_message.$bottom."\n\n"; + } + + + if(@mail(trim($SM_email),$SM_subject,$msg, $headers)){ + + if(@$SM_email2){ + if($SM_email_CC){ + $headers = "Bcc: $SM_email_CC \n".$headers; + } + @mail(trim($SM_email2),$SM_subject,$msg, $headers)or die("errore invio mail"); + } + + if($SM_showalert){ + echo "

    E-mail inviata correttamente


    "; + } + + }else{ + + if($SM_showalert){ + echo "


    ERRORE:


    ". + "Si è verificato un errore nell'invio della mail.
    ". + "Si prega contattare l'amministratore del sistema.
    "; + } + } + + + $of=fopen("../mailoutput.html","w"); + fwrite($of, "Email:".$SM_email."\n
    Email:".$SM_email2."\n
    Email CC:".$SM_email_CC."\n
    Subject:".$SM_subject."\n

    CONTENT:\n".$msg); + fclose($of); + +} + + + + + + + ?> diff --git a/cgi-bin/params.inc b/cgi-bin/params.inc index 1182a0a..66d7db1 100755 --- a/cgi-bin/params.inc +++ b/cgi-bin/params.inc @@ -1,5 +1,6 @@ diff --git a/consiglio-direttivo.php b/consiglio-direttivo.php new file mode 100644 index 0000000..0d36e9a --- /dev/null +++ b/consiglio-direttivo.php @@ -0,0 +1,34 @@ +
    +
    +
    Consiglio Direttivo
    +
    + +
    + + +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + +
    +
    + diff --git a/contatti.php b/contatti.php new file mode 100644 index 0000000..949fd87 --- /dev/null +++ b/contatti.php @@ -0,0 +1,34 @@ +
    +
    +
    Contatti
    +
    + +
    + Sede: Via Settimio Mobilio, 17 - SALERNO
    + Telefono: 089.405080 - 089.795900
    + Fax: 089.798628
    + E-Mail: info@ordinefarmacistisalerno.it
    + E-Mail certificata: ordinefarmacistisa@pec.fofi.it
    +
    + + +
    +
    Richiedi informazioni
    +
    +
    + +
    + + +
    +
    Come raggiungerci
    +
    +
    +
    + +
    +
    + +
    diff --git a/content.php b/content.php new file mode 100644 index 0000000..ee3bff5 --- /dev/null +++ b/content.php @@ -0,0 +1,6 @@ + +
    + +
    diff --git a/contents.php b/contents.php new file mode 100644 index 0000000..89e6f44 --- /dev/null +++ b/contents.php @@ -0,0 +1,5 @@ + + + diff --git a/contents/amministrazione-trasparente.php b/contents/amministrazione-trasparente.php new file mode 100644 index 0000000..8075e91 --- /dev/null +++ b/contents/amministrazione-trasparente.php @@ -0,0 +1,21 @@ +
    +
    +
    Amministrazione trasparente
    +
    + +
    +
    +
    +
    nome del file
    +
    dimensione
    +
    ultima mod.
    +
    +
    + +
    +
    diff --git a/contents/bilanci-dell-ordine.php b/contents/bilanci-dell-ordine.php new file mode 100644 index 0000000..23185b1 --- /dev/null +++ b/contents/bilanci-dell-ordine.php @@ -0,0 +1,21 @@ +
    +
    +
    Bilanci dell'Ordine
    +
    + +
    +
    +
    +
    nome del file
    +
    dimensione
    +
    ultima mod.
    +
    +
    + +
    +
    diff --git a/contents/concorsi-avvisi-bandi.php b/contents/concorsi-avvisi-bandi.php new file mode 100644 index 0000000..8098138 --- /dev/null +++ b/contents/concorsi-avvisi-bandi.php @@ -0,0 +1,21 @@ +
    +
    +
    Concorsi, avvisi e bandi
    +
    + +
    +
    +
    +
    nome del file
    +
    dimensione
    +
    ultima mod.
    +
    +
    + +
    +
    diff --git a/contents/consigli-sanitari.php b/contents/consigli-sanitari.php new file mode 100644 index 0000000..3cf0443 --- /dev/null +++ b/contents/consigli-sanitari.php @@ -0,0 +1,21 @@ +
    +
    +
    Consigli sanitari
    +
    + +
    +
    +
    +
    nome del file
    +
    dimensione
    +
    ultima mod.
    +
    +
    + +
    +
    diff --git a/contents/contatti.php b/contents/contatti.php new file mode 100644 index 0000000..032ef40 --- /dev/null +++ b/contents/contatti.php @@ -0,0 +1,11 @@ +
    +
    +
    Contatti
    +
    +
    + +
    + +
    diff --git a/contents/dipartimento-di-farmacia.php b/contents/dipartimento-di-farmacia.php new file mode 100644 index 0000000..f164327 --- /dev/null +++ b/contents/dipartimento-di-farmacia.php @@ -0,0 +1,21 @@ +
    +
    +
    Dipartimento di Farmacia - Materiale didattico studenti
    +
    + +
    +
    +
    +
    nome del file
    +
    dimensione
    +
    ultima mod.
    +
    +
    + +
    +
    diff --git a/contents/ecm.php b/contents/ecm.php new file mode 100644 index 0000000..b289e2c --- /dev/null +++ b/contents/ecm.php @@ -0,0 +1,48 @@ +
    +
    +
    E.C.M.
    +
    + + 0){ + ?> +
    +
    +
    +
    nome del file
    +
    dimensione
    +
    ultima mod.
    +
    +
    + +
    + +
    + +
    + + + +
    + +
    + +

    +
    + + +
    +
    diff --git a/contents/farmaci-ritirati.php b/contents/farmaci-ritirati.php new file mode 100644 index 0000000..318fc31 --- /dev/null +++ b/contents/farmaci-ritirati.php @@ -0,0 +1,21 @@ +
    +
    +
    Farmaci ritirati
    +
    + +
    +
    +
    +
    nome del file
    +
    dimensione
    +
    ultima mod.
    +
    +
    + +
    +
    diff --git a/contents/farmacopea.php b/contents/farmacopea.php new file mode 100644 index 0000000..06e05cb --- /dev/null +++ b/contents/farmacopea.php @@ -0,0 +1,21 @@ +
    +
    +
    Farmacopea
    +
    + +
    +
    +
    +
    nome del file
    +
    dimensione
    +
    ultima mod.
    +
    +
    + +
    +
    diff --git a/contents/farmacovigilanza.php b/contents/farmacovigilanza.php new file mode 100644 index 0000000..16bd972 --- /dev/null +++ b/contents/farmacovigilanza.php @@ -0,0 +1,25 @@ +
    +
    +
    Farmacovigilanza
    +
    + + + +
    +
    +
    +
    nome del file
    +
    dimensione
    +
    ultima mod.
    +
    +
    + +
    +
    diff --git a/contents/leggi-decreti-normative.php b/contents/leggi-decreti-normative.php new file mode 100644 index 0000000..142746b --- /dev/null +++ b/contents/leggi-decreti-normative.php @@ -0,0 +1,21 @@ +
    +
    +
    Leggi, dectreti e normative UE
    +
    + +
    +
    +
    +
    nome del file
    +
    dimensione
    +
    ultima mod.
    +
    +
    + +
    +
    diff --git a/contents/links.php b/contents/links.php new file mode 100644 index 0000000..cb33b07 --- /dev/null +++ b/contents/links.php @@ -0,0 +1,21 @@ + +
    +
    +
    Links utili
    +
    + +
    + +
    + +

    +
    + + +
    +
    diff --git a/contents/modulistica.php b/contents/modulistica.php new file mode 100644 index 0000000..b660b8a --- /dev/null +++ b/contents/modulistica.php @@ -0,0 +1,51 @@ + + +
    +
    +
    Modulistica privata
    +
    + +
    +
    +
    +
    nome del file
    +
    dimensione
    +
    ultima mod.
    +
    +
    + +
    +
    + + + +
    +
    +
    Modulistica pubblica
    +
    + +
    +
    +
    +
    nome del file
    +
    dimensione
    +
    ultima mod.
    +
    +
    + +
    +
    diff --git a/contents/ordinanze.php b/contents/ordinanze.php new file mode 100644 index 0000000..ff68e6e --- /dev/null +++ b/contents/ordinanze.php @@ -0,0 +1,21 @@ +
    +
    +
    Ordinanze T.A.R. Campania
    +
    + +
    +
    +
    +
    nome del file
    +
    dimensione
    +
    ultima mod.
    +
    +
    + +
    +
    diff --git a/contents/rassegna-stampa.php b/contents/rassegna-stampa.php new file mode 100644 index 0000000..369f065 --- /dev/null +++ b/contents/rassegna-stampa.php @@ -0,0 +1,21 @@ +
    +
    +
    Rassegna stampa
    +
    + +
    +
    +
    +
    nome del file
    +
    dimensione
    +
    ultima mod.
    +
    +
    + +
    +
    diff --git a/contents/ricette-e-timbri.php b/contents/ricette-e-timbri.php new file mode 100644 index 0000000..889c79c --- /dev/null +++ b/contents/ricette-e-timbri.php @@ -0,0 +1,66 @@ +
    +
    +
    Segnalazioni furti ricette e timbri
    +
    +
    + + + + +
    +
    +

    + Qui di seguito verranno pubblicate le segnalazioni delle ASL e/o delle forze dell'ordine riguardanti furti, smarrimenti o eventuali segnalazioni riguardanti RICETTARI e/o TIMBRI di tutta la regione campania. +

    +

    + + + +

    +
    + + + + + +
    + + + +
    Segnalazioni anno $current
      "; + + $qs=mysqli_query($conn,"SELECT * FROM files WHERE path='/docs/ricette-e-timbri' AND date LIKE '$current-%' ORDER BY date DESC"); + while($rs=mysqli_fetch_array($qs)){ + echo "
    • "; + item_file($rs); + echo "
    • "; + } + + echo "
    "; + $active=""; + } + } + ?> +
    + + +
    +

    +

    ATTENZIONE:

    +

    Per accedere a questa sezione bisogna effettuare il login !!!

    +
    + + diff --git a/contents/ricette-veterinarie.php b/contents/ricette-veterinarie.php new file mode 100644 index 0000000..93cd8d7 --- /dev/null +++ b/contents/ricette-veterinarie.php @@ -0,0 +1,28 @@ +
    +
    +
    Guida rapida alla spedizione delle ricette veterinarie
    +
    + +
    +

    Le ricette veterinarie vanno consegnate al

    +

    DISTRETTO ASL di Via Sichelmanno, 79 - 84129 SALERNO

    +

    TEL. +39 089 695391

    +
    + + +
    +
    +
    +
    nome del file
    +
    dimensione
    +
    ultima mod.
    +
    +
    + +
    +
    diff --git a/contents/slides.php b/contents/slides.php new file mode 100644 index 0000000..c86ea41 --- /dev/null +++ b/contents/slides.php @@ -0,0 +1,21 @@ +
    +
    +
    Slides
    +
    + +
    +
    +
    +
    nome del file
    +
    dimensione
    +
    ultima mod.
    +
    +
    + +
    +
    diff --git a/contents/variazioni.php b/contents/variazioni.php new file mode 100644 index 0000000..f6346bb --- /dev/null +++ b/contents/variazioni.php @@ -0,0 +1,58 @@ +
    +
    +
    Variazioni albo +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    nome del file
    +
    dimensione
    +
    ultima mod.
    +
    +
    + +
    + +
    +
    Variazioni farmacie
    +
    + +
    +
    +
    +
    nome del file
    +
    dimensione
    +
    ultima mod.
    +
    +
    + +
    +
    diff --git a/css/admin.css b/css/admin.css new file mode 100644 index 0000000..0296f4a --- /dev/null +++ b/css/admin.css @@ -0,0 +1,163 @@ +/* 10px */ +/* 12px */ +/* 13px */ +/* 14px */ +/* 15px */ +/* 16px */ +/* 18px */ +/* 20px */ +/* 22px */ +/* 24px */ +/* 28px */ +/* 30px */ +/* 34px */ +/* 40px */ +/* 45px */ +/* 48px */ +/* 53px */ +/* ?px */ +/* line 66, ../../scss/variables.scss */ +.font-10 { + font-size: 0.625rem !important; +} + +/* line 66, ../../scss/variables.scss */ +.font-12 { + font-size: 0.75rem !important; +} + +/* line 66, ../../scss/variables.scss */ +.font-13 { + font-size: 0.8125rem !important; +} + +/* line 66, ../../scss/variables.scss */ +.font-14 { + font-size: 0.875rem !important; +} + +/* line 66, ../../scss/variables.scss */ +.font-15 { + font-size: 0.9375rem !important; +} + +/* line 66, ../../scss/variables.scss */ +.font-16 { + font-size: 1rem !important; +} + +/* line 66, ../../scss/variables.scss */ +.font-18 { + font-size: 1.125rem !important; +} + +/* line 66, ../../scss/variables.scss */ +.font-20 { + font-size: 1.25rem !important; +} + +/* line 66, ../../scss/variables.scss */ +.font-22 { + font-size: 1.375rem !important; +} + +/* line 66, ../../scss/variables.scss */ +.font-24 { + font-size: 1.5rem !important; +} + +/* line 66, ../../scss/variables.scss */ +.font-28 { + font-size: 1.75rem !important; +} + +/* line 66, ../../scss/variables.scss */ +.font-30 { + font-size: 1.875rem !important; +} + +/* line 66, ../../scss/variables.scss */ +.font-34 { + font-size: 2.125rem !important; +} + +/* line 66, ../../scss/variables.scss */ +.font-40 { + font-size: 2.5rem !important; +} + +/* line 66, ../../scss/variables.scss */ +.font-45 { + font-size: 2.8125rem !important; +} + +/* line 66, ../../scss/variables.scss */ +.font-48 { + font-size: 3rem !important; +} + +/* line 66, ../../scss/variables.scss */ +.font-53 { + font-size: 3.3125rem !important; +} + +/* line 68, ../../scss/variables.scss */ +.font-alert { + font-size: 8rem !important; + opacity: .5; +} + +/* line 2, admin.scss */ +#menuLeft { + background: #d1efb5; +} + +/* line 6, admin.scss */ +#MainContent { + margin-top: 0; + min-height: auto; +} + +/* line 11, admin.scss */ +.sheet-box { + border: 1px solid #4e984a; + background: white; + min-height: calc(100vh - 170px); +} + +/* line 17, admin.scss */ +.admin-list { + margin: 10px 0; + border-top: 1px solid #d1efb5; + border-bottom: 1px solid #d1efb5; +} +/* line 21, admin.scss */ +.admin-list .admin-list-item { + width: 100%; + padding: 5px; + position: relative; + transition: .4s; +} +/* line 27, admin.scss */ +.admin-list .admin-list-item:hover { + /* opacity: .7; */ +} +/* line 31, admin.scss */ +.admin-list .admin-list-item .right { + position: absolute; + right: 5px; + top: 0; +} + +@media only screen and (min-width: 768px) { + /* line 44, admin.scss */ + #MainContent { + margin-top: 120px; + } + + /* line 47, admin.scss */ + #menuLeft { + min-height: calc(100vh - 120px); + } +} +/* @import "mediaqueries/mediaqueries"; */ diff --git a/css/images/ui-icons_444444_256x240.png b/css/images/ui-icons_444444_256x240.png new file mode 100644 index 0000000..a802263 Binary files /dev/null and b/css/images/ui-icons_444444_256x240.png differ diff --git a/css/images/ui-icons_555555_256x240.png b/css/images/ui-icons_555555_256x240.png new file mode 100644 index 0000000..7009bf7 Binary files /dev/null and b/css/images/ui-icons_555555_256x240.png differ diff --git a/css/images/ui-icons_777620_256x240.png b/css/images/ui-icons_777620_256x240.png new file mode 100644 index 0000000..e0a1fdf Binary files /dev/null and b/css/images/ui-icons_777620_256x240.png differ diff --git a/css/images/ui-icons_777777_256x240.png b/css/images/ui-icons_777777_256x240.png new file mode 100644 index 0000000..8e26ee4 Binary files /dev/null and b/css/images/ui-icons_777777_256x240.png differ diff --git a/css/images/ui-icons_cc0000_256x240.png b/css/images/ui-icons_cc0000_256x240.png new file mode 100644 index 0000000..2815430 Binary files /dev/null and b/css/images/ui-icons_cc0000_256x240.png differ diff --git a/css/images/ui-icons_ffffff_256x240.png b/css/images/ui-icons_ffffff_256x240.png new file mode 100644 index 0000000..4d66f59 Binary files /dev/null and b/css/images/ui-icons_ffffff_256x240.png differ diff --git a/css/styles.css b/css/styles.css index e806e73..58b11a5 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,186 +1,417 @@ @charset "UTF-8"; +/* 10px */ +/* 12px */ +/* 13px */ +/* 14px */ +/* 15px */ +/* 16px */ +/* 18px */ +/* 20px */ +/* 22px */ +/* 24px */ +/* 28px */ +/* 30px */ +/* 34px */ +/* 40px */ +/* 45px */ +/* 48px */ +/* 53px */ +/* ?px */ +/* line 66, variables.scss */ +.font-10 { + font-size: 0.625rem !important; +} + +/* line 66, variables.scss */ +.font-12 { + font-size: 0.75rem !important; +} + +/* line 66, variables.scss */ +.font-13 { + font-size: 0.8125rem !important; +} + +/* line 66, variables.scss */ +.font-14 { + font-size: 0.875rem !important; +} + +/* line 66, variables.scss */ +.font-15 { + font-size: 0.9375rem !important; +} + +/* line 66, variables.scss */ +.font-16 { + font-size: 1rem !important; +} + +/* line 66, variables.scss */ +.font-18 { + font-size: 1.125rem !important; +} + +/* line 66, variables.scss */ +.font-20 { + font-size: 1.25rem !important; +} + +/* line 66, variables.scss */ +.font-22 { + font-size: 1.375rem !important; +} + +/* line 66, variables.scss */ +.font-24 { + font-size: 1.5rem !important; +} + +/* line 66, variables.scss */ +.font-28 { + font-size: 1.75rem !important; +} + +/* line 66, variables.scss */ +.font-30 { + font-size: 1.875rem !important; +} + +/* line 66, variables.scss */ +.font-34 { + font-size: 2.125rem !important; +} + +/* line 66, variables.scss */ +.font-40 { + font-size: 2.5rem !important; +} + +/* line 66, variables.scss */ +.font-45 { + font-size: 2.8125rem !important; +} + +/* line 66, variables.scss */ +.font-48 { + font-size: 3rem !important; +} + +/* line 66, variables.scss */ +.font-53 { + font-size: 3.3125rem !important; +} + +/* line 68, variables.scss */ +.font-alert { + font-size: 8rem !important; + opacity: .5; +} + /*! - * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com) - * Copyright 2011-2017 The Bootstrap Authors - * Copyright 2011-2017 Twitter, Inc. + * Bootstrap v4.0.0 (https://getbootstrap.com) + * Copyright 2011-2018 The Bootstrap Authors + * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ -/* line 13, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 1, ../node_modules/bootstrap/scss/_root.scss */ +:root { + --blue: #007bff; + --indigo: #6610f2; + --purple: #6f42c1; + --pink: #e83e8c; + --red: #aa0000; + --orange: #fd7e14; + --yellow: #ffc107; + --green: #4e984a; + --teal: #20c997; + --cyan: #17a2b8; + --white: #fff; + --gray: #6c757d; + --gray-dark: #343a40; + --primary: #007bff; + --secondary: #6c757d; + --success: #4e984a; + --info: #17a2b8; + --warning: #ffc107; + --danger: #aa0000; + --light: #f8f9fa; + --dark: #343a40; + --breakpoint-xs: 0; + --breakpoint-sm: 768px; + --breakpoint-md: 1024px; + --breakpoint-lg: 1280px; + --breakpoint-xl: 1600px; + --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; +} + +/* line 21, ../node_modules/bootstrap/scss/_reboot.scss */ +*, +*::before, +*::after { + box-sizing: border-box; +} + +/* line 27, ../node_modules/bootstrap/scss/_reboot.scss */ html { font-family: sans-serif; line-height: 1.15; - -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -ms-overflow-style: scrollbar; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } -/* line 27, ../node_modules/bootstrap/scss/_normalize.scss */ -body { - margin: 0; +@-ms-viewport { + width: device-width; } - -/* line 35, ../node_modules/bootstrap/scss/_normalize.scss */ -article, -aside, -footer, -header, -nav, -section { +/* line 45, ../node_modules/bootstrap/scss/_reboot.scss */ +article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; } -/* line 49, ../node_modules/bootstrap/scss/_normalize.scss */ -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -/* line 62, ../node_modules/bootstrap/scss/_normalize.scss */ -figcaption, -figure, -main { - display: block; +/* line 57, ../node_modules/bootstrap/scss/_reboot.scss */ +body { + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #212529; + text-align: left; + background-color: #fff; } -/* line 72, ../node_modules/bootstrap/scss/_normalize.scss */ -figure { - margin: 1em 40px; +/* line 73, ../node_modules/bootstrap/scss/_reboot.scss */ +[tabindex="-1"]:focus { + outline: 0 !important; } -/* line 81, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 83, ../node_modules/bootstrap/scss/_reboot.scss */ hr { box-sizing: content-box; height: 0; overflow: visible; } -/* line 92, ../node_modules/bootstrap/scss/_normalize.scss */ -pre { - font-family: monospace, monospace; - font-size: 1em; -} - -/* line 105, ../node_modules/bootstrap/scss/_normalize.scss */ -a { - background-color: transparent; - -webkit-text-decoration-skip: objects; +/* line 99, ../node_modules/bootstrap/scss/_reboot.scss */ +h1, h2, h3, h4, h5, h6 { + margin-top: 0; + margin-bottom: 0.5rem; } -/* line 115, ../node_modules/bootstrap/scss/_normalize.scss */ -a:active, -a:hover { - outline-width: 0; +/* line 109, ../node_modules/bootstrap/scss/_reboot.scss */ +p { + margin-top: 0; + margin-bottom: 1rem; } -/* line 125, ../node_modules/bootstrap/scss/_normalize.scss */ -abbr[title] { - border-bottom: none; +/* line 121, ../node_modules/bootstrap/scss/_reboot.scss */ +abbr[title], +abbr[data-original-title] { text-decoration: underline; text-decoration: underline dotted; + cursor: help; + border-bottom: 0; } -/* line 135, ../node_modules/bootstrap/scss/_normalize.scss */ -b, -strong { - font-weight: inherit; +/* line 129, ../node_modules/bootstrap/scss/_reboot.scss */ +address { + margin-bottom: 1rem; + font-style: normal; + line-height: inherit; } -/* line 144, ../node_modules/bootstrap/scss/_normalize.scss */ -b, -strong { - font-weight: bolder; +/* line 135, ../node_modules/bootstrap/scss/_reboot.scss */ +ol, +ul, +dl { + margin-top: 0; + margin-bottom: 1rem; } -/* line 154, ../node_modules/bootstrap/scss/_normalize.scss */ -code, -kbd, -samp { - font-family: monospace, monospace; - font-size: 1em; +/* line 142, ../node_modules/bootstrap/scss/_reboot.scss */ +ol ol, +ul ul, +ol ul, +ul ol { + margin-bottom: 0; +} + +/* line 149, ../node_modules/bootstrap/scss/_reboot.scss */ +dt { + font-weight: 700; } -/* line 165, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 153, ../node_modules/bootstrap/scss/_reboot.scss */ +dd { + margin-bottom: .5rem; + margin-left: 0; +} + +/* line 158, ../node_modules/bootstrap/scss/_reboot.scss */ +blockquote { + margin: 0 0 1rem; +} + +/* line 162, ../node_modules/bootstrap/scss/_reboot.scss */ dfn { font-style: italic; } -/* line 173, ../node_modules/bootstrap/scss/_normalize.scss */ -mark { - background-color: #ff0; - color: #000; +/* line 167, ../node_modules/bootstrap/scss/_reboot.scss */ +b, +strong { + font-weight: bolder; } -/* line 182, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 173, ../node_modules/bootstrap/scss/_reboot.scss */ small { font-size: 80%; } -/* line 191, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 182, ../node_modules/bootstrap/scss/_reboot.scss */ sub, sup { + position: relative; font-size: 75%; line-height: 0; - position: relative; vertical-align: baseline; } -/* line 199, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 190, ../node_modules/bootstrap/scss/_reboot.scss */ sub { - bottom: -0.25em; + bottom: -.25em; } -/* line 203, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 191, ../node_modules/bootstrap/scss/_reboot.scss */ sup { - top: -0.5em; + top: -.5em; } -/* line 214, ../node_modules/bootstrap/scss/_normalize.scss */ -audio, -video { - display: inline-block; +/* line 198, ../node_modules/bootstrap/scss/_reboot.scss */ +a { + color: #007bff; + text-decoration: none; + background-color: transparent; + -webkit-text-decoration-skip: objects; +} +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +a:hover { + color: #0056b3; + text-decoration: underline; } -/* line 223, ../node_modules/bootstrap/scss/_normalize.scss */ -audio:not([controls]) { - display: none; - height: 0; +/* line 216, ../node_modules/bootstrap/scss/_reboot.scss */ +a:not([href]):not([tabindex]) { + color: inherit; + text-decoration: none; +} +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { + color: inherit; + text-decoration: none; +} +/* line 225, ../node_modules/bootstrap/scss/_reboot.scss */ +a:not([href]):not([tabindex]):focus { + outline: 0; +} + +/* line 236, ../node_modules/bootstrap/scss/_reboot.scss */ +pre, +code, +kbd, +samp { + font-family: monospace, monospace; + font-size: 1em; +} + +/* line 245, ../node_modules/bootstrap/scss/_reboot.scss */ +pre { + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; + -ms-overflow-style: scrollbar; +} + +/* line 262, ../node_modules/bootstrap/scss/_reboot.scss */ +figure { + margin: 0 0 1rem; } -/* line 232, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 272, ../node_modules/bootstrap/scss/_reboot.scss */ img { + vertical-align: middle; border-style: none; } -/* line 240, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 277, ../node_modules/bootstrap/scss/_reboot.scss */ svg:not(:root) { overflow: hidden; } -/* line 252, ../node_modules/bootstrap/scss/_normalize.scss */ -button, +/* line 286, ../node_modules/bootstrap/scss/_reboot.scss */ +table { + border-collapse: collapse; +} + +/* line 290, ../node_modules/bootstrap/scss/_reboot.scss */ +caption { + padding-top: 0.75rem; + padding-bottom: 0.75rem; + color: #6c757d; + text-align: left; + caption-side: bottom; +} + +/* line 298, ../node_modules/bootstrap/scss/_reboot.scss */ +th { + text-align: inherit; +} + +/* line 309, ../node_modules/bootstrap/scss/_reboot.scss */ +label { + display: inline-block; + margin-bottom: .5rem; +} + +/* line 318, ../node_modules/bootstrap/scss/_reboot.scss */ +button { + border-radius: 0; +} + +/* line 326, ../node_modules/bootstrap/scss/_reboot.scss */ +button:focus { + outline: 1px dotted; + outline: 5px auto -webkit-focus-ring-color; +} + +/* line 331, ../node_modules/bootstrap/scss/_reboot.scss */ input, -optgroup, +button, select, +optgroup, textarea { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; margin: 0; + font-family: inherit; + font-size: inherit; + line-height: inherit; } -/* line 268, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 342, ../node_modules/bootstrap/scss/_reboot.scss */ button, input { overflow: visible; } -/* line 278, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 347, ../node_modules/bootstrap/scss/_reboot.scss */ button, select { text-transform: none; } -/* line 289, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 355, ../node_modules/bootstrap/scss/_reboot.scss */ button, html [type="button"], [type="reset"], @@ -188,2259 +419,1511 @@ html [type="button"], -webkit-appearance: button; } -/* line 300, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 363, ../node_modules/bootstrap/scss/_reboot.scss */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { + padding: 0; border-style: none; +} + +/* line 371, ../node_modules/bootstrap/scss/_reboot.scss */ +input[type="radio"], +input[type="checkbox"] { + box-sizing: border-box; padding: 0; } -/* line 312, ../node_modules/bootstrap/scss/_normalize.scss */ -button:-moz-focusring, -[type="button"]:-moz-focusring, -[type="reset"]:-moz-focusring, -[type="submit"]:-moz-focusring { - outline: 1px dotted ButtonText; +/* line 378, ../node_modules/bootstrap/scss/_reboot.scss */ +input[type="date"], +input[type="time"], +input[type="datetime-local"], +input[type="month"] { + -webkit-appearance: listbox; +} + +/* line 390, ../node_modules/bootstrap/scss/_reboot.scss */ +textarea { + overflow: auto; + resize: vertical; } -/* line 323, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 396, ../node_modules/bootstrap/scss/_reboot.scss */ fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; + min-width: 0; + padding: 0; + margin: 0; + border: 0; } -/* line 336, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 411, ../node_modules/bootstrap/scss/_reboot.scss */ legend { - box-sizing: border-box; - color: inherit; - display: table; + display: block; + width: 100%; max-width: 100%; padding: 0; + margin-bottom: .5rem; + font-size: 1.5rem; + line-height: inherit; + color: inherit; white-space: normal; } -/* line 350, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 423, ../node_modules/bootstrap/scss/_reboot.scss */ progress { - display: inline-block; vertical-align: baseline; } -/* line 359, ../node_modules/bootstrap/scss/_normalize.scss */ -textarea { - overflow: auto; -} - -/* line 368, ../node_modules/bootstrap/scss/_normalize.scss */ -[type="checkbox"], -[type="radio"] { - box-sizing: border-box; - padding: 0; -} - -/* line 378, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 428, ../node_modules/bootstrap/scss/_reboot.scss */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } -/* line 388, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 433, ../node_modules/bootstrap/scss/_reboot.scss */ [type="search"] { - -webkit-appearance: textfield; outline-offset: -2px; + -webkit-appearance: none; } -/* line 397, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 446, ../node_modules/bootstrap/scss/_reboot.scss */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } -/* line 407, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 456, ../node_modules/bootstrap/scss/_reboot.scss */ ::-webkit-file-upload-button { - -webkit-appearance: button; font: inherit; + -webkit-appearance: button; } -/* line 420, ../node_modules/bootstrap/scss/_normalize.scss */ -details, -menu { - display: block; +/* line 465, ../node_modules/bootstrap/scss/_reboot.scss */ +output { + display: inline-block; } -/* line 429, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 469, ../node_modules/bootstrap/scss/_reboot.scss */ summary { display: list-item; + cursor: pointer; } -/* line 440, ../node_modules/bootstrap/scss/_normalize.scss */ -canvas { - display: inline-block; -} - -/* line 448, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 474, ../node_modules/bootstrap/scss/_reboot.scss */ template { display: none; } -/* line 459, ../node_modules/bootstrap/scss/_normalize.scss */ +/* line 480, ../node_modules/bootstrap/scss/_reboot.scss */ [hidden] { - display: none; + display: none !important; } -@media print { - /* line 13, ../node_modules/bootstrap/scss/_print.scss */ - *, - *::before, - *::after, - p::first-letter, - div::first-letter, - blockquote::first-letter, - li::first-letter, - p::first-line, - div::first-line, - blockquote::first-line, - li::first-line { - text-shadow: none !important; - box-shadow: none !important; - } - - /* line 32, ../node_modules/bootstrap/scss/_print.scss */ - a, - a:visited { - text-decoration: underline; - } - - /* line 42, ../node_modules/bootstrap/scss/_print.scss */ - abbr[title]::after { - content: " (" attr(title) ")"; - } - - /* line 57, ../node_modules/bootstrap/scss/_print.scss */ - pre { - white-space: pre-wrap !important; - } - - /* line 60, ../node_modules/bootstrap/scss/_print.scss */ - pre, - blockquote { - border: 1px solid #999; - page-break-inside: avoid; - } - - /* line 71, ../node_modules/bootstrap/scss/_print.scss */ - thead { - display: table-header-group; - } - - /* line 75, ../node_modules/bootstrap/scss/_print.scss */ - tr, - img { - page-break-inside: avoid; - } - - /* line 80, ../node_modules/bootstrap/scss/_print.scss */ - p, - h2, - h3 { - orphans: 3; - widows: 3; - } - - /* line 87, ../node_modules/bootstrap/scss/_print.scss */ - h2, - h3 { - page-break-after: avoid; - } - - /* line 95, ../node_modules/bootstrap/scss/_print.scss */ - .navbar { - display: none; - } - - /* line 98, ../node_modules/bootstrap/scss/_print.scss */ - .badge { - border: 1px solid #000; - } - - /* line 102, ../node_modules/bootstrap/scss/_print.scss */ - .table { - border-collapse: collapse !important; - } - /* line 105, ../node_modules/bootstrap/scss/_print.scss */ - .table td, - .table th { - background-color: #fff !important; - } +/* line 7, ../node_modules/bootstrap/scss/_type.scss */ +h1, h2, h3, h4, h5, h6, +.h1, .h2, .h3, .h4, .h5, .h6 { + margin-bottom: 0.5rem; + font-family: inherit; + font-weight: 500; + line-height: 1.2; + color: inherit; +} - /* line 111, ../node_modules/bootstrap/scss/_print.scss */ - .table-bordered th, - .table-bordered td { - border: 1px solid #ddd !important; - } +/* line 16, ../node_modules/bootstrap/scss/_type.scss */ +h1, .h1 { + font-size: 2.5rem; } -/* line 22, ../node_modules/bootstrap/scss/_reboot.scss */ -html { - box-sizing: border-box; + +/* line 17, ../node_modules/bootstrap/scss/_type.scss */ +h2, .h2 { + font-size: 2rem; } -/* line 26, ../node_modules/bootstrap/scss/_reboot.scss */ -*, -*::before, -*::after { - box-sizing: inherit; +/* line 18, ../node_modules/bootstrap/scss/_type.scss */ +h3, .h3 { + font-size: 1.75rem; } -@-ms-viewport { - width: device-width; +/* line 19, ../node_modules/bootstrap/scss/_type.scss */ +h4, .h4 { + font-size: 1.5rem; } -/* line 57, ../node_modules/bootstrap/scss/_reboot.scss */ -html { - -ms-overflow-style: scrollbar; - -webkit-tap-highlight-color: transparent; + +/* line 20, ../node_modules/bootstrap/scss/_type.scss */ +h5, .h5 { + font-size: 1.25rem; } -/* line 75, ../node_modules/bootstrap/scss/_reboot.scss */ -body { - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; +/* line 21, ../node_modules/bootstrap/scss/_type.scss */ +h6, .h6 { font-size: 1rem; - font-weight: normal; - line-height: 1.5; - color: #292b2c; - background-color: #fff; } -/* line 91, ../node_modules/bootstrap/scss/_reboot.scss */ -[tabindex="-1"]:focus { - outline: none !important; +/* line 23, ../node_modules/bootstrap/scss/_type.scss */ +.lead { + font-size: 1.25rem; + font-weight: 300; } -/* line 104, ../node_modules/bootstrap/scss/_reboot.scss */ -h1, h2, h3, h4, h5, h6 { - margin-top: 0; - margin-bottom: .5rem; +/* line 29, ../node_modules/bootstrap/scss/_type.scss */ +.display-1 { + font-size: 6rem; + font-weight: 300; + line-height: 1.2; } -/* line 113, ../node_modules/bootstrap/scss/_reboot.scss */ -p { - margin-top: 0; - margin-bottom: 1rem; +/* line 34, ../node_modules/bootstrap/scss/_type.scss */ +.display-2 { + font-size: 5.5rem; + font-weight: 300; + line-height: 1.2; } -/* line 119, ../node_modules/bootstrap/scss/_reboot.scss */ -abbr[title], -abbr[data-original-title] { - cursor: help; +/* line 39, ../node_modules/bootstrap/scss/_type.scss */ +.display-3 { + font-size: 4.5rem; + font-weight: 300; + line-height: 1.2; } -/* line 125, ../node_modules/bootstrap/scss/_reboot.scss */ -address { - margin-bottom: 1rem; - font-style: normal; - line-height: inherit; +/* line 44, ../node_modules/bootstrap/scss/_type.scss */ +.display-4 { + font-size: 3.5rem; + font-weight: 300; + line-height: 1.2; } -/* line 131, ../node_modules/bootstrap/scss/_reboot.scss */ -ol, -ul, -dl { - margin-top: 0; +/* line 55, ../node_modules/bootstrap/scss/_type.scss */ +hr { + margin-top: 1rem; margin-bottom: 1rem; + border: 0; + border-top: 1px solid rgba(0, 0, 0, 0.1); } -/* line 138, ../node_modules/bootstrap/scss/_reboot.scss */ -ol ol, -ul ul, -ol ul, -ul ol { - margin-bottom: 0; +/* line 67, ../node_modules/bootstrap/scss/_type.scss */ +small, +.small { + font-size: 80%; + font-weight: 400; } -/* line 145, ../node_modules/bootstrap/scss/_reboot.scss */ -dt { - font-weight: bold; +/* line 73, ../node_modules/bootstrap/scss/_type.scss */ +mark, +.mark { + padding: 0.2em; + background-color: #fcf8e3; } -/* line 149, ../node_modules/bootstrap/scss/_reboot.scss */ -dd { - margin-bottom: .5rem; - margin-left: 0; +/* line 84, ../node_modules/bootstrap/scss/_type.scss */ +.list-unstyled { + padding-left: 0; + list-style: none; } -/* line 154, ../node_modules/bootstrap/scss/_reboot.scss */ -blockquote { - margin: 0 0 1rem; +/* line 89, ../node_modules/bootstrap/scss/_type.scss */ +.list-inline { + padding-left: 0; + list-style: none; } -/* line 163, ../node_modules/bootstrap/scss/_reboot.scss */ -a { - color: #0275d8; - text-decoration: none; +/* line 92, ../node_modules/bootstrap/scss/_type.scss */ +.list-inline-item { + display: inline-block; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -a:focus, a:hover { - color: #014c8c; - text-decoration: underline; +/* line 95, ../node_modules/bootstrap/scss/_type.scss */ +.list-inline-item:not(:last-child) { + margin-right: 0.5rem; } -/* line 179, ../node_modules/bootstrap/scss/_reboot.scss */ -a:not([href]):not([tabindex]) { - color: inherit; - text-decoration: none; -} -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { - color: inherit; - text-decoration: none; -} -/* line 188, ../node_modules/bootstrap/scss/_reboot.scss */ -a:not([href]):not([tabindex]):focus { - outline: 0; +/* line 106, ../node_modules/bootstrap/scss/_type.scss */ +.initialism { + font-size: 90%; + text-transform: uppercase; } -/* line 198, ../node_modules/bootstrap/scss/_reboot.scss */ -pre { - margin-top: 0; +/* line 112, ../node_modules/bootstrap/scss/_type.scss */ +.blockquote { margin-bottom: 1rem; - overflow: auto; + font-size: 1.25rem; } -/* line 212, ../node_modules/bootstrap/scss/_reboot.scss */ -figure { - margin: 0 0 1rem; +/* line 117, ../node_modules/bootstrap/scss/_type.scss */ +.blockquote-footer { + display: block; + font-size: 80%; + color: #6c757d; } - -/* line 223, ../node_modules/bootstrap/scss/_reboot.scss */ -img { - vertical-align: middle; +/* line 122, ../node_modules/bootstrap/scss/_type.scss */ +.blockquote-footer::before { + content: "\2014 \00A0"; } -/* line 238, ../node_modules/bootstrap/scss/_reboot.scss */ -[role="button"] { - cursor: pointer; +/* line 8, ../node_modules/bootstrap/scss/_images.scss */ +.img-fluid { + max-width: 100%; + height: auto; } -/* line 253, ../node_modules/bootstrap/scss/_reboot.scss */ -a, -area, -button, -[role="button"], -input, -label, -select, -summary, -textarea { - touch-action: manipulation; +/* line 14, ../node_modules/bootstrap/scss/_images.scss */ +.img-thumbnail { + padding: 0.25rem; + background-color: #fff; + border: 1px solid #dee2e6; + border-radius: 0.25rem; + max-width: 100%; + height: auto; } -/* line 270, ../node_modules/bootstrap/scss/_reboot.scss */ -table { - border-collapse: collapse; - background-color: transparent; +/* line 29, ../node_modules/bootstrap/scss/_images.scss */ +.figure { + display: inline-block; } -/* line 277, ../node_modules/bootstrap/scss/_reboot.scss */ -caption { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - color: #636c72; - text-align: left; - caption-side: bottom; +/* line 34, ../node_modules/bootstrap/scss/_images.scss */ +.figure-img { + margin-bottom: 0.5rem; + line-height: 1; } -/* line 285, ../node_modules/bootstrap/scss/_reboot.scss */ -th { - text-align: left; +/* line 39, ../node_modules/bootstrap/scss/_images.scss */ +.figure-caption { + font-size: 90%; + color: #6c757d; } -/* line 295, ../node_modules/bootstrap/scss/_reboot.scss */ -label { - display: inline-block; - margin-bottom: .5rem; +/* line 2, ../node_modules/bootstrap/scss/_code.scss */ +code, +kbd, +pre, +samp { + font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } -/* line 305, ../node_modules/bootstrap/scss/_reboot.scss */ -button:focus { - outline: 1px dotted; - outline: 5px auto -webkit-focus-ring-color; +/* line 10, ../node_modules/bootstrap/scss/_code.scss */ +code { + font-size: 87.5%; + color: #e83e8c; + word-break: break-word; +} +/* line 16, ../node_modules/bootstrap/scss/_code.scss */ +a > code { + color: inherit; } -/* line 310, ../node_modules/bootstrap/scss/_reboot.scss */ -input, -button, -select, -textarea { - line-height: inherit; +/* line 22, ../node_modules/bootstrap/scss/_code.scss */ +kbd { + padding: 0.2rem 0.4rem; + font-size: 87.5%; + color: #fff; + background-color: #212529; + border-radius: 0.2rem; } - -/* line 324, ../node_modules/bootstrap/scss/_reboot.scss */ -input[type="radio"]:disabled, -input[type="checkbox"]:disabled { - cursor: not-allowed; +/* line 30, ../node_modules/bootstrap/scss/_code.scss */ +kbd kbd { + padding: 0; + font-size: 100%; + font-weight: 700; } -/* line 330, ../node_modules/bootstrap/scss/_reboot.scss */ -input[type="date"], -input[type="time"], -input[type="datetime-local"], -input[type="month"] { - -webkit-appearance: listbox; +/* line 39, ../node_modules/bootstrap/scss/_code.scss */ +pre { + display: block; + font-size: 87.5%; + color: #212529; +} +/* line 45, ../node_modules/bootstrap/scss/_code.scss */ +pre code { + font-size: inherit; + color: inherit; + word-break: normal; } -/* line 342, ../node_modules/bootstrap/scss/_reboot.scss */ -textarea { - resize: vertical; +/* line 53, ../node_modules/bootstrap/scss/_code.scss */ +.pre-scrollable { + max-height: 340px; + overflow-y: scroll; } -/* line 347, ../node_modules/bootstrap/scss/_reboot.scss */ -fieldset { - min-width: 0; - padding: 0; - margin: 0; - border: 0; +/* line 6, ../node_modules/bootstrap/scss/_grid.scss */ +.container { + width: 100%; + padding-right: 10px; + padding-left: 10px; + margin-right: auto; + margin-left: auto; +} +@media (min-width: 768px) { + /* line 6, ../node_modules/bootstrap/scss/_grid.scss */ + .container { + max-width: 708px; + } +} +@media (min-width: 1024px) { + /* line 6, ../node_modules/bootstrap/scss/_grid.scss */ + .container { + max-width: 984px; + } +} +@media (min-width: 1280px) { + /* line 6, ../node_modules/bootstrap/scss/_grid.scss */ + .container { + max-width: 1240px; + } +} +@media (min-width: 1600px) { + /* line 6, ../node_modules/bootstrap/scss/_grid.scss */ + .container { + max-width: 1560px; + } } -/* line 360, ../node_modules/bootstrap/scss/_reboot.scss */ -legend { - display: block; +/* line 18, ../node_modules/bootstrap/scss/_grid.scss */ +.container-fluid { width: 100%; - padding: 0; - margin-bottom: .5rem; - font-size: 1.5rem; - line-height: inherit; + padding-right: 10px; + padding-left: 10px; + margin-right: auto; + margin-left: auto; } -/* line 370, ../node_modules/bootstrap/scss/_reboot.scss */ -input[type="search"] { - -webkit-appearance: none; +/* line 28, ../node_modules/bootstrap/scss/_grid.scss */ +.row { + display: flex; + flex-wrap: wrap; + margin-right: -10px; + margin-left: -10px; } -/* line 379, ../node_modules/bootstrap/scss/_reboot.scss */ -output { - display: inline-block; +/* line 34, ../node_modules/bootstrap/scss/_grid.scss */ +.no-gutters { + margin-right: 0; + margin-left: 0; +} +/* line 38, ../node_modules/bootstrap/scss/_grid.scss */ +.no-gutters > .col, +.no-gutters > [class*="col-"] { + padding-right: 0; + padding-left: 0; } -/* line 387, ../node_modules/bootstrap/scss/_reboot.scss */ -[hidden] { - display: none !important; +/* line 8, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, +.col-auto, .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, .col-sm, +.col-sm-auto, .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, .col-md, +.col-md-auto, .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, .col-lg, +.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, +.col-xl-auto { + position: relative; + width: 100%; + min-height: 1px; + padding-right: 10px; + padding-left: 10px; } -/* line 5, ../node_modules/bootstrap/scss/_type.scss */ -h1, h2, h3, h4, h5, h6, -.h1, .h2, .h3, .h4, .h5, .h6 { - margin-bottom: 0.5rem; - font-family: inherit; - font-weight: 500; - line-height: 1.1; - color: inherit; +/* line 32, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.col { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; } -/* line 14, ../node_modules/bootstrap/scss/_type.scss */ -h1, .h1 { - font-size: 2.5rem; +/* line 37, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.col-auto { + flex: 0 0 auto; + width: auto; + max-width: none; } -/* line 15, ../node_modules/bootstrap/scss/_type.scss */ -h2, .h2 { - font-size: 2rem; +/* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.col-1 { + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; } -/* line 16, ../node_modules/bootstrap/scss/_type.scss */ -h3, .h3 { - font-size: 1.75rem; +/* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.col-2 { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; } -/* line 17, ../node_modules/bootstrap/scss/_type.scss */ -h4, .h4 { - font-size: 1.5rem; +/* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.col-3 { + flex: 0 0 25%; + max-width: 25%; } -/* line 18, ../node_modules/bootstrap/scss/_type.scss */ -h5, .h5 { - font-size: 1.25rem; +/* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.col-4 { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; } -/* line 19, ../node_modules/bootstrap/scss/_type.scss */ -h6, .h6 { - font-size: 1rem; +/* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.col-5 { + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; } -/* line 21, ../node_modules/bootstrap/scss/_type.scss */ -.lead { - font-size: 1.25rem; - font-weight: 300; +/* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.col-6 { + flex: 0 0 50%; + max-width: 50%; } -/* line 27, ../node_modules/bootstrap/scss/_type.scss */ -.display-1 { - font-size: 6rem; - font-weight: 300; - line-height: 1.1; +/* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.col-7 { + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; } -/* line 32, ../node_modules/bootstrap/scss/_type.scss */ -.display-2 { - font-size: 5.5rem; - font-weight: 300; - line-height: 1.1; +/* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.col-8 { + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; } -/* line 37, ../node_modules/bootstrap/scss/_type.scss */ -.display-3 { - font-size: 4.5rem; - font-weight: 300; - line-height: 1.1; +/* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.col-9 { + flex: 0 0 75%; + max-width: 75%; } -/* line 42, ../node_modules/bootstrap/scss/_type.scss */ -.display-4 { - font-size: 3.5rem; - font-weight: 300; - line-height: 1.1; +/* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.col-10 { + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; } -/* line 53, ../node_modules/bootstrap/scss/_type.scss */ -hr { - margin-top: 1rem; - margin-bottom: 1rem; - border: 0; - border-top: 1px solid rgba(0, 0, 0, 0.1); +/* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.col-11 { + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; } -/* line 65, ../node_modules/bootstrap/scss/_type.scss */ -small, -.small { - font-size: 80%; - font-weight: normal; +/* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.col-12 { + flex: 0 0 100%; + max-width: 100%; } -/* line 71, ../node_modules/bootstrap/scss/_type.scss */ -mark, -.mark { - padding: 0.2em; - background-color: #fcf8e3; +/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.order-first { + order: -1; } -/* line 82, ../node_modules/bootstrap/scss/_type.scss */ -.list-unstyled { - padding-left: 0; - list-style: none; +/* line 51, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.order-last { + order: 13; } -/* line 87, ../node_modules/bootstrap/scss/_type.scss */ -.list-inline { - padding-left: 0; - list-style: none; +/* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.order-0 { + order: 0; } -/* line 90, ../node_modules/bootstrap/scss/_type.scss */ -.list-inline-item { - display: inline-block; +/* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.order-1 { + order: 1; } -/* line 93, ../node_modules/bootstrap/scss/_type.scss */ -.list-inline-item:not(:last-child) { - margin-right: 5px; + +/* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.order-2 { + order: 2; } -/* line 104, ../node_modules/bootstrap/scss/_type.scss */ -.initialism { - font-size: 90%; - text-transform: uppercase; +/* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.order-3 { + order: 3; } -/* line 110, ../node_modules/bootstrap/scss/_type.scss */ -.blockquote { - padding: 0.5rem 1rem; - margin-bottom: 1rem; - font-size: 1.25rem; - border-left: 0.25rem solid #eceeef; +/* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.order-4 { + order: 4; } -/* line 117, ../node_modules/bootstrap/scss/_type.scss */ -.blockquote-footer { - display: block; - font-size: 80%; - color: #636c72; +/* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.order-5 { + order: 5; } -/* line 122, ../node_modules/bootstrap/scss/_type.scss */ -.blockquote-footer::before { - content: "\2014 \00A0"; + +/* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.order-6 { + order: 6; } -/* line 128, ../node_modules/bootstrap/scss/_type.scss */ -.blockquote-reverse { - padding-right: 1rem; - padding-left: 0; - text-align: right; - border-right: 0.25rem solid #eceeef; - border-left: 0; +/* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.order-7 { + order: 7; } -/* line 137, ../node_modules/bootstrap/scss/_type.scss */ -.blockquote-reverse .blockquote-footer::before { - content: ""; +/* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.order-8 { + order: 8; } -/* line 140, ../node_modules/bootstrap/scss/_type.scss */ -.blockquote-reverse .blockquote-footer::after { - content: "\00A0 \2014"; + +/* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.order-9 { + order: 9; } -/* line 8, ../node_modules/bootstrap/scss/_images.scss */ -.img-fluid { - max-width: 100%; - height: auto; +/* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.order-10 { + order: 10; } -/* line 14, ../node_modules/bootstrap/scss/_images.scss */ -.img-thumbnail { - padding: 0.25rem; - background-color: #fff; - border: 1px solid #ddd; - border-radius: 0.25rem; - transition: all 0.2s ease-in-out; - max-width: 100%; - height: auto; +/* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.order-11 { + order: 11; } -/* line 30, ../node_modules/bootstrap/scss/_images.scss */ -.figure { - display: inline-block; +/* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.order-12 { + order: 12; } -/* line 35, ../node_modules/bootstrap/scss/_images.scss */ -.figure-img { - margin-bottom: 0.5rem; - line-height: 1; +/* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.offset-1 { + margin-left: 8.3333333333%; } -/* line 40, ../node_modules/bootstrap/scss/_images.scss */ -.figure-caption { - font-size: 90%; - color: #636c72; +/* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.offset-2 { + margin-left: 16.6666666667%; } -/* line 2, ../node_modules/bootstrap/scss/_code.scss */ -code, -kbd, -pre, -samp { - font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; +/* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.offset-3 { + margin-left: 25%; } -/* line 10, ../node_modules/bootstrap/scss/_code.scss */ -code { - padding: 0.2rem 0.4rem; - font-size: 90%; - color: #bd4147; - background-color: #f7f7f9; - border-radius: 0.25rem; +/* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.offset-4 { + margin-left: 33.3333333333%; } -/* line 18, ../node_modules/bootstrap/scss/_code.scss */ -a > code { - padding: 0; - color: inherit; - background-color: inherit; + +/* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.offset-5 { + margin-left: 41.6666666667%; } -/* line 26, ../node_modules/bootstrap/scss/_code.scss */ -kbd { - padding: 0.2rem 0.4rem; - font-size: 90%; - color: #fff; - background-color: #292b2c; - border-radius: 0.2rem; +/* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.offset-6 { + margin-left: 50%; } -/* line 34, ../node_modules/bootstrap/scss/_code.scss */ -kbd kbd { - padding: 0; - font-size: 100%; - font-weight: bold; + +/* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.offset-7 { + margin-left: 58.3333333333%; } -/* line 43, ../node_modules/bootstrap/scss/_code.scss */ -pre { - display: block; - margin-top: 0; - margin-bottom: 1rem; - font-size: 90%; - color: #292b2c; -} -/* line 51, ../node_modules/bootstrap/scss/_code.scss */ -pre code { - padding: 0; - font-size: inherit; - color: inherit; - background-color: transparent; - border-radius: 0; +/* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.offset-8 { + margin-left: 66.6666666667%; } -/* line 61, ../node_modules/bootstrap/scss/_code.scss */ -.pre-scrollable { - max-height: 340px; - overflow-y: scroll; +/* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.offset-9 { + margin-left: 75%; } -/* line 6, ../node_modules/bootstrap/scss/_grid.scss */ -.container { - position: relative; - margin-left: auto; - margin-right: auto; - padding-right: 15px; - padding-left: 15px; +/* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.offset-10 { + margin-left: 83.3333333333%; } -@media (min-width: 576px) { - /* line 6, ../node_modules/bootstrap/scss/_grid.scss */ - .container { - padding-right: 15px; - padding-left: 15px; - } + +/* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +.offset-11 { + margin-left: 91.6666666667%; } + @media (min-width: 768px) { - /* line 6, ../node_modules/bootstrap/scss/_grid.scss */ - .container { - padding-right: 15px; - padding-left: 15px; - } -} -@media (min-width: 992px) { - /* line 6, ../node_modules/bootstrap/scss/_grid.scss */ - .container { - padding-right: 15px; - padding-left: 15px; - } -} -@media (min-width: 1200px) { - /* line 6, ../node_modules/bootstrap/scss/_grid.scss */ - .container { - padding-right: 15px; - padding-left: 15px; - } -} -@media (min-width: 576px) { - /* line 6, ../node_modules/bootstrap/scss/_grid.scss */ - .container { - width: 540px; + /* line 32, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-sm { + flex-basis: 0; + flex-grow: 1; max-width: 100%; } -} -@media (min-width: 768px) { - /* line 6, ../node_modules/bootstrap/scss/_grid.scss */ - .container { - width: 720px; - max-width: 100%; + + /* line 37, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-sm-auto { + flex: 0 0 auto; + width: auto; + max-width: none; } -} -@media (min-width: 992px) { - /* line 6, ../node_modules/bootstrap/scss/_grid.scss */ - .container { - width: 960px; - max-width: 100%; + + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-sm-1 { + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; } -} -@media (min-width: 1200px) { - /* line 6, ../node_modules/bootstrap/scss/_grid.scss */ - .container { - width: 1140px; - max-width: 100%; + + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-sm-2 { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; } -} -/* line 18, ../node_modules/bootstrap/scss/_grid.scss */ -.container-fluid { - position: relative; - margin-left: auto; - margin-right: auto; - padding-right: 15px; - padding-left: 15px; -} -@media (min-width: 576px) { - /* line 18, ../node_modules/bootstrap/scss/_grid.scss */ - .container-fluid { - padding-right: 15px; - padding-left: 15px; + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-sm-3 { + flex: 0 0 25%; + max-width: 25%; } -} -@media (min-width: 768px) { - /* line 18, ../node_modules/bootstrap/scss/_grid.scss */ - .container-fluid { - padding-right: 15px; - padding-left: 15px; + + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-sm-4 { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; } -} -@media (min-width: 992px) { - /* line 18, ../node_modules/bootstrap/scss/_grid.scss */ - .container-fluid { - padding-right: 15px; - padding-left: 15px; + + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-sm-5 { + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; } -} -@media (min-width: 1200px) { - /* line 18, ../node_modules/bootstrap/scss/_grid.scss */ - .container-fluid { - padding-right: 15px; - padding-left: 15px; + + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-sm-6 { + flex: 0 0 50%; + max-width: 50%; } -} -/* line 28, ../node_modules/bootstrap/scss/_grid.scss */ -.row { - display: flex; - flex-wrap: wrap; - margin-right: -15px; - margin-left: -15px; -} -@media (min-width: 576px) { - /* line 28, ../node_modules/bootstrap/scss/_grid.scss */ - .row { - margin-right: -15px; - margin-left: -15px; + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-sm-7 { + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; } -} -@media (min-width: 768px) { - /* line 28, ../node_modules/bootstrap/scss/_grid.scss */ - .row { - margin-right: -15px; - margin-left: -15px; + + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-sm-8 { + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; } -} -@media (min-width: 992px) { - /* line 28, ../node_modules/bootstrap/scss/_grid.scss */ - .row { - margin-right: -15px; - margin-left: -15px; + + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-sm-9 { + flex: 0 0 75%; + max-width: 75%; } -} -@media (min-width: 1200px) { - /* line 28, ../node_modules/bootstrap/scss/_grid.scss */ - .row { - margin-right: -15px; - margin-left: -15px; + + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-sm-10 { + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; } -} -/* line 34, ../node_modules/bootstrap/scss/_grid.scss */ -.no-gutters { - margin-right: 0; - margin-left: 0; -} -/* line 38, ../node_modules/bootstrap/scss/_grid.scss */ -.no-gutters > .col, -.no-gutters > [class*="col-"] { - padding-right: 0; - padding-left: 0; -} + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-sm-11 { + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; + } -/* line 8, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { - position: relative; - width: 100%; - min-height: 1px; - padding-right: 15px; - padding-left: 15px; -} -@media (min-width: 576px) { - /* line 8, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { - padding-right: 15px; - padding-left: 15px; + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-sm-12 { + flex: 0 0 100%; + max-width: 100%; } -} -@media (min-width: 768px) { - /* line 8, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { - padding-right: 15px; - padding-left: 15px; + + /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-sm-first { + order: -1; } -} -@media (min-width: 992px) { - /* line 8, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { - padding-right: 15px; - padding-left: 15px; + + /* line 51, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-sm-last { + order: 13; } -} -@media (min-width: 1200px) { - /* line 8, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { - padding-right: 15px; - padding-left: 15px; + + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-sm-0 { + order: 0; } -} -/* line 31, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.col { - flex-basis: 0; - flex-grow: 1; - max-width: 100%; -} + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-sm-1 { + order: 1; + } -/* line 36, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.col-auto { - flex: 0 0 auto; - width: auto; -} + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-sm-2 { + order: 2; + } -/* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.col-1 { - flex: 0 0 8.33333%; - max-width: 8.33333%; -} + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-sm-3 { + order: 3; + } -/* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.col-2 { - flex: 0 0 16.66667%; - max-width: 16.66667%; -} + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-sm-4 { + order: 4; + } -/* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.col-3 { - flex: 0 0 25%; - max-width: 25%; -} + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-sm-5 { + order: 5; + } -/* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.col-4 { - flex: 0 0 33.33333%; - max-width: 33.33333%; -} + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-sm-6 { + order: 6; + } -/* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.col-5 { - flex: 0 0 41.66667%; - max-width: 41.66667%; -} + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-sm-7 { + order: 7; + } -/* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.col-6 { - flex: 0 0 50%; - max-width: 50%; -} + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-sm-8 { + order: 8; + } -/* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.col-7 { - flex: 0 0 58.33333%; - max-width: 58.33333%; -} + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-sm-9 { + order: 9; + } -/* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.col-8 { - flex: 0 0 66.66667%; - max-width: 66.66667%; -} + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-sm-10 { + order: 10; + } -/* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.col-9 { - flex: 0 0 75%; - max-width: 75%; -} + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-sm-11 { + order: 11; + } -/* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.col-10 { - flex: 0 0 83.33333%; - max-width: 83.33333%; -} + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-sm-12 { + order: 12; + } -/* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.col-11 { - flex: 0 0 91.66667%; - max-width: 91.66667%; -} + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-sm-0 { + margin-left: 0; + } -/* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.col-12 { - flex: 0 0 100%; - max-width: 100%; -} + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-sm-1 { + margin-left: 8.3333333333%; + } -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.pull-0 { - right: auto; -} + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-sm-2 { + margin-left: 16.6666666667%; + } -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.pull-1 { - right: 8.33333%; -} + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-sm-3 { + margin-left: 25%; + } -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.pull-2 { - right: 16.66667%; -} + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-sm-4 { + margin-left: 33.3333333333%; + } -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.pull-3 { - right: 25%; -} + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-sm-5 { + margin-left: 41.6666666667%; + } -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.pull-4 { - right: 33.33333%; -} + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-sm-6 { + margin-left: 50%; + } -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.pull-5 { - right: 41.66667%; -} + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-sm-7 { + margin-left: 58.3333333333%; + } -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.pull-6 { - right: 50%; -} + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-sm-8 { + margin-left: 66.6666666667%; + } -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.pull-7 { - right: 58.33333%; -} + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-sm-9 { + margin-left: 75%; + } -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.pull-8 { - right: 66.66667%; -} + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-sm-10 { + margin-left: 83.3333333333%; + } -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.pull-9 { - right: 75%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-sm-11 { + margin-left: 91.6666666667%; + } } +@media (min-width: 1024px) { + /* line 32, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-md { + flex-basis: 0; + flex-grow: 1; + max-width: 100%; + } -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.pull-10 { - right: 83.33333%; -} + /* line 37, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-md-auto { + flex: 0 0 auto; + width: auto; + max-width: none; + } -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.pull-11 { - right: 91.66667%; -} + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-md-1 { + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; + } -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.pull-12 { - right: 100%; -} - -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.push-0 { - left: auto; -} - -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.push-1 { - left: 8.33333%; -} - -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.push-2 { - left: 16.66667%; -} - -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.push-3 { - left: 25%; -} - -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.push-4 { - left: 33.33333%; -} - -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.push-5 { - left: 41.66667%; -} - -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.push-6 { - left: 50%; -} - -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.push-7 { - left: 58.33333%; -} - -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.push-8 { - left: 66.66667%; -} - -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.push-9 { - left: 75%; -} - -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.push-10 { - left: 83.33333%; -} - -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.push-11 { - left: 91.66667%; -} - -/* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.push-12 { - left: 100%; -} - -/* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.offset-1 { - margin-left: 8.33333%; -} - -/* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.offset-2 { - margin-left: 16.66667%; -} - -/* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.offset-3 { - margin-left: 25%; -} - -/* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.offset-4 { - margin-left: 33.33333%; -} - -/* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.offset-5 { - margin-left: 41.66667%; -} - -/* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.offset-6 { - margin-left: 50%; -} - -/* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.offset-7 { - margin-left: 58.33333%; -} - -/* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.offset-8 { - margin-left: 66.66667%; -} - -/* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.offset-9 { - margin-left: 75%; -} - -/* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.offset-10 { - margin-left: 83.33333%; -} - -/* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ -.offset-11 { - margin-left: 91.66667%; -} - -@media (min-width: 576px) { - /* line 31, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-sm { - flex-basis: 0; - flex-grow: 1; - max-width: 100%; - } - - /* line 36, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-sm-auto { - flex: 0 0 auto; - width: auto; - } - - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-sm-1 { - flex: 0 0 8.33333%; - max-width: 8.33333%; - } - - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-sm-2 { - flex: 0 0 16.66667%; - max-width: 16.66667%; + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-md-2 { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-sm-3 { + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-md-3 { flex: 0 0 25%; max-width: 25%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-sm-4 { - flex: 0 0 33.33333%; - max-width: 33.33333%; + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-md-4 { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-sm-5 { - flex: 0 0 41.66667%; - max-width: 41.66667%; + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-md-5 { + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-sm-6 { + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-md-6 { flex: 0 0 50%; max-width: 50%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-sm-7 { - flex: 0 0 58.33333%; - max-width: 58.33333%; + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-md-7 { + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-sm-8 { - flex: 0 0 66.66667%; - max-width: 66.66667%; + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-md-8 { + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-sm-9 { + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-md-9 { flex: 0 0 75%; max-width: 75%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-sm-10 { - flex: 0 0 83.33333%; - max-width: 83.33333%; + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-md-10 { + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-sm-11 { - flex: 0 0 91.66667%; - max-width: 91.66667%; + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-md-11 { + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-sm-12 { + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-md-12 { flex: 0 0 100%; max-width: 100%; } /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-sm-0 { - right: auto; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-sm-1 { - right: 8.33333%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-sm-2 { - right: 16.66667%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-sm-3 { - right: 25%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-sm-4 { - right: 33.33333%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-sm-5 { - right: 41.66667%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-sm-6 { - right: 50%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-sm-7 { - right: 58.33333%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-sm-8 { - right: 66.66667%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-sm-9 { - right: 75%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-sm-10 { - right: 83.33333%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-sm-11 { - right: 91.66667%; + .order-md-first { + order: -1; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-sm-12 { - right: 100%; + /* line 51, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-md-last { + order: 13; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-sm-0 { - left: auto; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-md-0 { + order: 0; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-sm-1 { - left: 8.33333%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-md-1 { + order: 1; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-sm-2 { - left: 16.66667%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-md-2 { + order: 2; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-sm-3 { - left: 25%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-md-3 { + order: 3; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-sm-4 { - left: 33.33333%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-md-4 { + order: 4; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-sm-5 { - left: 41.66667%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-md-5 { + order: 5; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-sm-6 { - left: 50%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-md-6 { + order: 6; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-sm-7 { - left: 58.33333%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-md-7 { + order: 7; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-sm-8 { - left: 66.66667%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-md-8 { + order: 8; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-sm-9 { - left: 75%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-md-9 { + order: 9; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-sm-10 { - left: 83.33333%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-md-10 { + order: 10; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-sm-11 { - left: 91.66667%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-md-11 { + order: 11; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-sm-12 { - left: 100%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-md-12 { + order: 12; } - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-sm-0 { - margin-left: 0%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-md-0 { + margin-left: 0; } - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-sm-1 { - margin-left: 8.33333%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-md-1 { + margin-left: 8.3333333333%; } - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-sm-2 { - margin-left: 16.66667%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-md-2 { + margin-left: 16.6666666667%; } - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-sm-3 { + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-md-3 { margin-left: 25%; } - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-sm-4 { - margin-left: 33.33333%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-md-4 { + margin-left: 33.3333333333%; } - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-sm-5 { - margin-left: 41.66667%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-md-5 { + margin-left: 41.6666666667%; } - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-sm-6 { + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-md-6 { margin-left: 50%; } - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-sm-7 { - margin-left: 58.33333%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-md-7 { + margin-left: 58.3333333333%; } - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-sm-8 { - margin-left: 66.66667%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-md-8 { + margin-left: 66.6666666667%; } - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-sm-9 { + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-md-9 { margin-left: 75%; } - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-sm-10 { - margin-left: 83.33333%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-md-10 { + margin-left: 83.3333333333%; } - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-sm-11 { - margin-left: 91.66667%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-md-11 { + margin-left: 91.6666666667%; } } -@media (min-width: 768px) { - /* line 31, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-md { +@media (min-width: 1280px) { + /* line 32, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; } - /* line 36, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-md-auto { + /* line 37, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-lg-auto { flex: 0 0 auto; width: auto; + max-width: none; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-md-1 { - flex: 0 0 8.33333%; - max-width: 8.33333%; + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-lg-1 { + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-md-2 { - flex: 0 0 16.66667%; - max-width: 16.66667%; + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-lg-2 { + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-md-3 { + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-lg-3 { flex: 0 0 25%; max-width: 25%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-md-4 { - flex: 0 0 33.33333%; - max-width: 33.33333%; + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-lg-4 { + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-md-5 { - flex: 0 0 41.66667%; - max-width: 41.66667%; + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-lg-5 { + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-md-6 { + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-lg-6 { flex: 0 0 50%; max-width: 50%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-md-7 { - flex: 0 0 58.33333%; - max-width: 58.33333%; + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-lg-7 { + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-md-8 { - flex: 0 0 66.66667%; - max-width: 66.66667%; + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-lg-8 { + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-md-9 { + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-lg-9 { flex: 0 0 75%; max-width: 75%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-md-10 { - flex: 0 0 83.33333%; - max-width: 83.33333%; + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-lg-10 { + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-md-11 { - flex: 0 0 91.66667%; - max-width: 91.66667%; + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-lg-11 { + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-md-12 { + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .col-lg-12 { flex: 0 0 100%; max-width: 100%; } /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-md-0 { - right: auto; + .order-lg-first { + order: -1; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-md-1 { - right: 8.33333%; + /* line 51, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-lg-last { + order: 13; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-md-2 { - right: 16.66667%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-lg-0 { + order: 0; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-md-3 { - right: 25%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-lg-1 { + order: 1; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-md-4 { - right: 33.33333%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-lg-2 { + order: 2; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-md-5 { - right: 41.66667%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-lg-3 { + order: 3; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-md-6 { - right: 50%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-lg-4 { + order: 4; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-md-7 { - right: 58.33333%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-lg-5 { + order: 5; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-md-8 { - right: 66.66667%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-lg-6 { + order: 6; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-md-9 { - right: 75%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-lg-7 { + order: 7; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-md-10 { - right: 83.33333%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-lg-8 { + order: 8; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-md-11 { - right: 91.66667%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-lg-9 { + order: 9; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-md-12 { - right: 100%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-lg-10 { + order: 10; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-md-0 { - left: auto; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-lg-11 { + order: 11; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-md-1 { - left: 8.33333%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-lg-12 { + order: 12; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-md-2 { - left: 16.66667%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-lg-0 { + margin-left: 0; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-md-3 { - left: 25%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-lg-1 { + margin-left: 8.3333333333%; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-md-4 { - left: 33.33333%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-lg-2 { + margin-left: 16.6666666667%; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-md-5 { - left: 41.66667%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-lg-3 { + margin-left: 25%; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-md-6 { - left: 50%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-lg-4 { + margin-left: 33.3333333333%; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-md-7 { - left: 58.33333%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-lg-5 { + margin-left: 41.6666666667%; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-md-8 { - left: 66.66667%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-lg-6 { + margin-left: 50%; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-md-9 { - left: 75%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-md-10 { - left: 83.33333%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-md-11 { - left: 91.66667%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-md-12 { - left: 100%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-md-0 { - margin-left: 0%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-md-1 { - margin-left: 8.33333%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-md-2 { - margin-left: 16.66667%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-md-3 { - margin-left: 25%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-md-4 { - margin-left: 33.33333%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-md-5 { - margin-left: 41.66667%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-md-6 { - margin-left: 50%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-md-7 { - margin-left: 58.33333%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-md-8 { - margin-left: 66.66667%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-md-9 { - margin-left: 75%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-md-10 { - margin-left: 83.33333%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-md-11 { - margin-left: 91.66667%; - } -} -@media (min-width: 992px) { - /* line 31, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-lg { - flex-basis: 0; - flex-grow: 1; - max-width: 100%; - } - - /* line 36, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-lg-auto { - flex: 0 0 auto; - width: auto; - } - - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-lg-1 { - flex: 0 0 8.33333%; - max-width: 8.33333%; - } - - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-lg-2 { - flex: 0 0 16.66667%; - max-width: 16.66667%; - } - - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-lg-3 { - flex: 0 0 25%; - max-width: 25%; - } - - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-lg-4 { - flex: 0 0 33.33333%; - max-width: 33.33333%; - } - - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-lg-5 { - flex: 0 0 41.66667%; - max-width: 41.66667%; - } - - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-lg-6 { - flex: 0 0 50%; - max-width: 50%; - } - - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-lg-7 { - flex: 0 0 58.33333%; - max-width: 58.33333%; - } - - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-lg-8 { - flex: 0 0 66.66667%; - max-width: 66.66667%; - } - - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-lg-9 { - flex: 0 0 75%; - max-width: 75%; - } - - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-lg-10 { - flex: 0 0 83.33333%; - max-width: 83.33333%; - } - - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-lg-11 { - flex: 0 0 91.66667%; - max-width: 91.66667%; - } - - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .col-lg-12 { - flex: 0 0 100%; - max-width: 100%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-lg-0 { - right: auto; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-lg-1 { - right: 8.33333%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-lg-2 { - right: 16.66667%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-lg-3 { - right: 25%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-lg-4 { - right: 33.33333%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-lg-5 { - right: 41.66667%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-lg-6 { - right: 50%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-lg-7 { - right: 58.33333%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-lg-8 { - right: 66.66667%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-lg-9 { - right: 75%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-lg-10 { - right: 83.33333%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-lg-11 { - right: 91.66667%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-lg-12 { - right: 100%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-lg-0 { - left: auto; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-lg-1 { - left: 8.33333%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-lg-2 { - left: 16.66667%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-lg-3 { - left: 25%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-lg-4 { - left: 33.33333%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-lg-5 { - left: 41.66667%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-lg-6 { - left: 50%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-lg-7 { - left: 58.33333%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-lg-8 { - left: 66.66667%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-lg-9 { - left: 75%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-lg-10 { - left: 83.33333%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-lg-11 { - left: 91.66667%; - } - - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-lg-12 { - left: 100%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-lg-0 { - margin-left: 0%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-lg-1 { - margin-left: 8.33333%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-lg-2 { - margin-left: 16.66667%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-lg-3 { - margin-left: 25%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-lg-4 { - margin-left: 33.33333%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-lg-5 { - margin-left: 41.66667%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-lg-6 { - margin-left: 50%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ .offset-lg-7 { - margin-left: 58.33333%; + margin-left: 58.3333333333%; } - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ .offset-lg-8 { - margin-left: 66.66667%; + margin-left: 66.6666666667%; } - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ .offset-lg-9 { margin-left: 75%; } - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ .offset-lg-10 { - margin-left: 83.33333%; + margin-left: 83.3333333333%; } - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ .offset-lg-11 { - margin-left: 91.66667%; + margin-left: 91.6666666667%; } } -@media (min-width: 1200px) { - /* line 31, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ +@media (min-width: 1600px) { + /* line 32, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ .col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; } - /* line 36, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + /* line 37, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ .col-xl-auto { flex: 0 0 auto; width: auto; + max-width: none; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ .col-xl-1 { - flex: 0 0 8.33333%; - max-width: 8.33333%; + flex: 0 0 8.3333333333%; + max-width: 8.3333333333%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ .col-xl-2 { - flex: 0 0 16.66667%; - max-width: 16.66667%; + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ .col-xl-3 { flex: 0 0 25%; max-width: 25%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ .col-xl-4 { - flex: 0 0 33.33333%; - max-width: 33.33333%; + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ .col-xl-5 { - flex: 0 0 41.66667%; - max-width: 41.66667%; + flex: 0 0 41.6666666667%; + max-width: 41.6666666667%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ .col-xl-6 { flex: 0 0 50%; max-width: 50%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ .col-xl-7 { - flex: 0 0 58.33333%; - max-width: 58.33333%; + flex: 0 0 58.3333333333%; + max-width: 58.3333333333%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ .col-xl-8 { - flex: 0 0 66.66667%; - max-width: 66.66667%; + flex: 0 0 66.6666666667%; + max-width: 66.6666666667%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ .col-xl-9 { flex: 0 0 75%; max-width: 75%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ .col-xl-10 { - flex: 0 0 83.33333%; - max-width: 83.33333%; + flex: 0 0 83.3333333333%; + max-width: 83.3333333333%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ .col-xl-11 { - flex: 0 0 91.66667%; - max-width: 91.66667%; + flex: 0 0 91.6666666667%; + max-width: 91.6666666667%; } - /* line 42, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + /* line 44, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ .col-xl-12 { flex: 0 0 100%; max-width: 100%; } /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-xl-0 { - right: auto; + .order-xl-first { + order: -1; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-xl-1 { - right: 8.33333%; + /* line 51, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-xl-last { + order: 13; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-xl-2 { - right: 16.66667%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-xl-0 { + order: 0; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-xl-3 { - right: 25%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-xl-1 { + order: 1; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-xl-4 { - right: 33.33333%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-xl-2 { + order: 2; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-xl-5 { - right: 41.66667%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-xl-3 { + order: 3; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-xl-6 { - right: 50%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-xl-4 { + order: 4; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-xl-7 { - right: 58.33333%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-xl-5 { + order: 5; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-xl-8 { - right: 66.66667%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-xl-6 { + order: 6; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-xl-9 { - right: 75%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-xl-7 { + order: 7; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-xl-10 { - right: 83.33333%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-xl-8 { + order: 8; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-xl-11 { - right: 91.66667%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-xl-9 { + order: 9; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .pull-xl-12 { - right: 100%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-xl-10 { + order: 10; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-xl-0 { - left: auto; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-xl-11 { + order: 11; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-xl-1 { - left: 8.33333%; + /* line 54, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .order-xl-12 { + order: 12; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-xl-2 { - left: 16.66667%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-xl-0 { + margin-left: 0; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-xl-3 { - left: 25%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-xl-1 { + margin-left: 8.3333333333%; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-xl-4 { - left: 33.33333%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-xl-2 { + margin-left: 16.6666666667%; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-xl-5 { - left: 41.66667%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-xl-3 { + margin-left: 25%; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-xl-6 { - left: 50%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-xl-4 { + margin-left: 33.3333333333%; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-xl-7 { - left: 58.33333%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-xl-5 { + margin-left: 41.6666666667%; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-xl-8 { - left: 66.66667%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-xl-6 { + margin-left: 50%; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-xl-9 { - left: 75%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-xl-7 { + margin-left: 58.3333333333%; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-xl-10 { - left: 83.33333%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-xl-8 { + margin-left: 66.6666666667%; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-xl-11 { - left: 91.66667%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-xl-9 { + margin-left: 75%; } - /* line 49, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .push-xl-12 { - left: 100%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-xl-10 { + margin-left: 83.3333333333%; } - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-xl-0 { - margin-left: 0%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-xl-1 { - margin-left: 8.33333%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-xl-2 { - margin-left: 16.66667%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-xl-3 { - margin-left: 25%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-xl-4 { - margin-left: 33.33333%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-xl-5 { - margin-left: 41.66667%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-xl-6 { - margin-left: 50%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-xl-7 { - margin-left: 58.33333%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-xl-8 { - margin-left: 66.66667%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-xl-9 { - margin-left: 75%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-xl-10 { - margin-left: 83.33333%; - } - - /* line 58, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ - .offset-xl-11 { - margin-left: 91.66667%; + /* line 60, ../node_modules/bootstrap/scss/mixins/_grid-framework.scss */ + .offset-xl-11 { + margin-left: 91.6666666667%; } } /* line 5, ../node_modules/bootstrap/scss/_tables.scss */ @@ -2448,181 +1931,316 @@ pre code { width: 100%; max-width: 100%; margin-bottom: 1rem; + background-color: transparent; } -/* line 10, ../node_modules/bootstrap/scss/_tables.scss */ +/* line 11, ../node_modules/bootstrap/scss/_tables.scss */ .table th, .table td { padding: 0.75rem; vertical-align: top; - border-top: 1px solid #eceeef; + border-top: 1px solid #dee2e6; } -/* line 17, ../node_modules/bootstrap/scss/_tables.scss */ +/* line 18, ../node_modules/bootstrap/scss/_tables.scss */ .table thead th { vertical-align: bottom; - border-bottom: 2px solid #eceeef; + border-bottom: 2px solid #dee2e6; } -/* line 22, ../node_modules/bootstrap/scss/_tables.scss */ +/* line 23, ../node_modules/bootstrap/scss/_tables.scss */ .table tbody + tbody { - border-top: 2px solid #eceeef; + border-top: 2px solid #dee2e6; } -/* line 26, ../node_modules/bootstrap/scss/_tables.scss */ +/* line 27, ../node_modules/bootstrap/scss/_tables.scss */ .table .table { background-color: #fff; } -/* line 37, ../node_modules/bootstrap/scss/_tables.scss */ +/* line 38, ../node_modules/bootstrap/scss/_tables.scss */ .table-sm th, .table-sm td { padding: 0.3rem; } -/* line 48, ../node_modules/bootstrap/scss/_tables.scss */ +/* line 49, ../node_modules/bootstrap/scss/_tables.scss */ .table-bordered { - border: 1px solid #eceeef; + border: 1px solid #dee2e6; } -/* line 51, ../node_modules/bootstrap/scss/_tables.scss */ +/* line 52, ../node_modules/bootstrap/scss/_tables.scss */ .table-bordered th, .table-bordered td { - border: 1px solid #eceeef; + border: 1px solid #dee2e6; } -/* line 57, ../node_modules/bootstrap/scss/_tables.scss */ +/* line 58, ../node_modules/bootstrap/scss/_tables.scss */ .table-bordered thead th, .table-bordered thead td { border-bottom-width: 2px; } -/* line 70, ../node_modules/bootstrap/scss/_tables.scss */ +/* line 71, ../node_modules/bootstrap/scss/_tables.scss */ .table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.05); } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ .table-hover tbody tr:hover { background-color: rgba(0, 0, 0, 0.075); } /* line 7, ../node_modules/bootstrap/scss/mixins/_table-row.scss */ -.table-active, -.table-active > th, -.table-active > td { - background-color: rgba(0, 0, 0, 0.075); +.table-primary, +.table-primary > th, +.table-primary > td { + background-color: #b8daff; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.table-hover .table-active:hover { - background-color: rgba(0, 0, 0, 0.075); +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.table-hover .table-primary:hover { + background-color: #9fcdff; } /* line 23, ../node_modules/bootstrap/scss/mixins/_table-row.scss */ -.table-hover .table-active:hover > td, -.table-hover .table-active:hover > th { - background-color: rgba(0, 0, 0, 0.075); +.table-hover .table-primary:hover > td, +.table-hover .table-primary:hover > th { + background-color: #9fcdff; +} + +/* line 7, ../node_modules/bootstrap/scss/mixins/_table-row.scss */ +.table-secondary, +.table-secondary > th, +.table-secondary > td { + background-color: #d6d8db; +} + +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.table-hover .table-secondary:hover { + background-color: #c8cbcf; +} +/* line 23, ../node_modules/bootstrap/scss/mixins/_table-row.scss */ +.table-hover .table-secondary:hover > td, +.table-hover .table-secondary:hover > th { + background-color: #c8cbcf; } /* line 7, ../node_modules/bootstrap/scss/mixins/_table-row.scss */ .table-success, .table-success > th, .table-success > td { - background-color: #dff0d8; + background-color: #cde2cc; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ .table-hover .table-success:hover { - background-color: #d0e9c6; + background-color: #bdd9bc; } /* line 23, ../node_modules/bootstrap/scss/mixins/_table-row.scss */ .table-hover .table-success:hover > td, .table-hover .table-success:hover > th { - background-color: #d0e9c6; + background-color: #bdd9bc; } /* line 7, ../node_modules/bootstrap/scss/mixins/_table-row.scss */ .table-info, .table-info > th, .table-info > td { - background-color: #d9edf7; + background-color: #bee5eb; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ .table-hover .table-info:hover { - background-color: #c4e3f3; + background-color: #abdde5; } /* line 23, ../node_modules/bootstrap/scss/mixins/_table-row.scss */ .table-hover .table-info:hover > td, .table-hover .table-info:hover > th { - background-color: #c4e3f3; + background-color: #abdde5; } /* line 7, ../node_modules/bootstrap/scss/mixins/_table-row.scss */ .table-warning, .table-warning > th, .table-warning > td { - background-color: #fcf8e3; + background-color: #ffeeba; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ .table-hover .table-warning:hover { - background-color: #faf2cc; + background-color: #ffe8a1; } /* line 23, ../node_modules/bootstrap/scss/mixins/_table-row.scss */ .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { - background-color: #faf2cc; + background-color: #ffe8a1; } /* line 7, ../node_modules/bootstrap/scss/mixins/_table-row.scss */ .table-danger, .table-danger > th, .table-danger > td { - background-color: #f2dede; + background-color: #e7b8b8; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ .table-hover .table-danger:hover { - background-color: #ebcccc; + background-color: #e1a5a5; } /* line 23, ../node_modules/bootstrap/scss/mixins/_table-row.scss */ .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { - background-color: #ebcccc; + background-color: #e1a5a5; } -/* line 107, ../node_modules/bootstrap/scss/_tables.scss */ -.thead-inverse th { - color: #fff; - background-color: #292b2c; +/* line 7, ../node_modules/bootstrap/scss/mixins/_table-row.scss */ +.table-light, +.table-light > th, +.table-light > td { + background-color: #fdfdfe; +} + +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.table-hover .table-light:hover { + background-color: #ececf6; +} +/* line 23, ../node_modules/bootstrap/scss/mixins/_table-row.scss */ +.table-hover .table-light:hover > td, +.table-hover .table-light:hover > th { + background-color: #ececf6; +} + +/* line 7, ../node_modules/bootstrap/scss/mixins/_table-row.scss */ +.table-dark, +.table-dark > th, +.table-dark > td { + background-color: #c6c8ca; +} + +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.table-hover .table-dark:hover { + background-color: #b9bbbe; +} +/* line 23, ../node_modules/bootstrap/scss/mixins/_table-row.scss */ +.table-hover .table-dark:hover > td, +.table-hover .table-dark:hover > th { + background-color: #b9bbbe; +} + +/* line 7, ../node_modules/bootstrap/scss/mixins/_table-row.scss */ +.table-active, +.table-active > th, +.table-active > td { + background-color: rgba(0, 0, 0, 0.075); +} + +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.table-hover .table-active:hover { + background-color: rgba(0, 0, 0, 0.075); +} +/* line 23, ../node_modules/bootstrap/scss/mixins/_table-row.scss */ +.table-hover .table-active:hover > td, +.table-hover .table-active:hover > th { + background-color: rgba(0, 0, 0, 0.075); } -/* line 114, ../node_modules/bootstrap/scss/_tables.scss */ -.thead-default th { - color: #464a4c; - background-color: #eceeef; +/* line 109, ../node_modules/bootstrap/scss/_tables.scss */ +.table .thead-dark th { + color: #fff; + background-color: #212529; + border-color: #32383e; +} +/* line 117, ../node_modules/bootstrap/scss/_tables.scss */ +.table .thead-light th { + color: #495057; + background-color: #e9ecef; + border-color: #dee2e6; } -/* line 120, ../node_modules/bootstrap/scss/_tables.scss */ -.table-inverse { +/* line 125, ../node_modules/bootstrap/scss/_tables.scss */ +.table-dark { color: #fff; - background-color: #292b2c; + background-color: #212529; } -/* line 124, ../node_modules/bootstrap/scss/_tables.scss */ -.table-inverse th, -.table-inverse td, -.table-inverse thead th { - border-color: #fff; +/* line 129, ../node_modules/bootstrap/scss/_tables.scss */ +.table-dark th, +.table-dark td, +.table-dark thead th { + border-color: #32383e; } -/* line 130, ../node_modules/bootstrap/scss/_tables.scss */ -.table-inverse.table-bordered { +/* line 135, ../node_modules/bootstrap/scss/_tables.scss */ +.table-dark.table-bordered { border: 0; } +/* line 140, ../node_modules/bootstrap/scss/_tables.scss */ +.table-dark.table-striped tbody tr:nth-of-type(odd) { + background-color: rgba(255, 255, 255, 0.05); +} +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.table-dark.table-hover tbody tr:hover { + background-color: rgba(255, 255, 255, 0.075); +} -/* line 143, ../node_modules/bootstrap/scss/_tables.scss */ +@media (max-width: 767.98px) { + /* line 165, ../node_modules/bootstrap/scss/_tables.scss */ + .table-responsive-sm { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; + } + /* line 174, ../node_modules/bootstrap/scss/_tables.scss */ + .table-responsive-sm > .table-bordered { + border: 0; + } +} +@media (max-width: 1023.98px) { + /* line 165, ../node_modules/bootstrap/scss/_tables.scss */ + .table-responsive-md { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; + } + /* line 174, ../node_modules/bootstrap/scss/_tables.scss */ + .table-responsive-md > .table-bordered { + border: 0; + } +} +@media (max-width: 1279.98px) { + /* line 165, ../node_modules/bootstrap/scss/_tables.scss */ + .table-responsive-lg { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; + } + /* line 174, ../node_modules/bootstrap/scss/_tables.scss */ + .table-responsive-lg > .table-bordered { + border: 0; + } +} +@media (max-width: 1599.98px) { + /* line 165, ../node_modules/bootstrap/scss/_tables.scss */ + .table-responsive-xl { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; + } + /* line 174, ../node_modules/bootstrap/scss/_tables.scss */ + .table-responsive-xl > .table-bordered { + border: 0; + } +} +/* line 165, ../node_modules/bootstrap/scss/_tables.scss */ .table-responsive { display: block; width: 100%; overflow-x: auto; + -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } -/* line 150, ../node_modules/bootstrap/scss/_tables.scss */ -.table-responsive.table-bordered { +/* line 174, ../node_modules/bootstrap/scss/_tables.scss */ +.table-responsive > .table-bordered { border: 0; } @@ -2630,297 +2248,436 @@ pre code { .form-control { display: block; width: 100%; - padding: 0.5rem 0.75rem; + padding: 0.375rem 0.75rem; font-size: 1rem; - line-height: 1.25; - color: #464a4c; + line-height: 1.5; + color: #495057; background-color: #fff; - background-image: none; background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid #ced4da; border-radius: 0.25rem; - transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } -/* line 35, ../node_modules/bootstrap/scss/_forms.scss */ +/* line 31, ../node_modules/bootstrap/scss/_forms.scss */ .form-control::-ms-expand { background-color: transparent; border: 0; } -/* line 46, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +/* line 14, ../node_modules/bootstrap/scss/mixins/_forms.scss */ .form-control:focus { - color: #464a4c; + color: #495057; background-color: #fff; - border-color: #5cb3fd; - outline: none; + border-color: #80bdff; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } -/* line 44, ../node_modules/bootstrap/scss/_forms.scss */ +/* line 40, ../node_modules/bootstrap/scss/_forms.scss */ .form-control::placeholder { - color: #636c72; + color: #6c757d; opacity: 1; } -/* line 55, ../node_modules/bootstrap/scss/_forms.scss */ +/* line 51, ../node_modules/bootstrap/scss/_forms.scss */ .form-control:disabled, .form-control[readonly] { - background-color: #eceeef; + background-color: #e9ecef; opacity: 1; } -/* line 62, ../node_modules/bootstrap/scss/_forms.scss */ -.form-control:disabled { - cursor: not-allowed; -} -/* line 68, ../node_modules/bootstrap/scss/_forms.scss */ +/* line 60, ../node_modules/bootstrap/scss/_forms.scss */ select.form-control:not([size]):not([multiple]) { height: calc(2.25rem + 2px); } -/* line 73, ../node_modules/bootstrap/scss/_forms.scss */ +/* line 64, ../node_modules/bootstrap/scss/_forms.scss */ select.form-control:focus::-ms-value { - color: #464a4c; + color: #495057; background-color: #fff; } -/* line 85, ../node_modules/bootstrap/scss/_forms.scss */ +/* line 76, ../node_modules/bootstrap/scss/_forms.scss */ .form-control-file, .form-control-range { display: block; + width: 100%; } -/* line 97, ../node_modules/bootstrap/scss/_forms.scss */ +/* line 89, ../node_modules/bootstrap/scss/_forms.scss */ .col-form-label { - padding-top: calc(0.5rem - 1px * 2); - padding-bottom: calc(0.5rem - 1px * 2); + padding-top: calc(0.375rem + 1px); + padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; + font-size: inherit; + line-height: 1.5; } -/* line 103, ../node_modules/bootstrap/scss/_forms.scss */ +/* line 97, ../node_modules/bootstrap/scss/_forms.scss */ .col-form-label-lg { - padding-top: calc(0.75rem - 1px * 2); - padding-bottom: calc(0.75rem - 1px * 2); + padding-top: calc(0.5rem + 1px); + padding-bottom: calc(0.5rem + 1px); font-size: 1.25rem; + line-height: 1.5; } -/* line 109, ../node_modules/bootstrap/scss/_forms.scss */ +/* line 104, ../node_modules/bootstrap/scss/_forms.scss */ .col-form-label-sm { - padding-top: calc(0.25rem - 1px * 2); - padding-bottom: calc(0.25rem - 1px * 2); + padding-top: calc(0.25rem + 1px); + padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; + line-height: 1.5; } -/* line 122, ../node_modules/bootstrap/scss/_forms.scss */ -.col-form-legend { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - margin-bottom: 0; - font-size: 1rem; -} - -/* line 135, ../node_modules/bootstrap/scss/_forms.scss */ -.form-control-static { - padding-top: 0.5rem; - padding-bottom: 0.5rem; +/* line 117, ../node_modules/bootstrap/scss/_forms.scss */ +.form-control-plaintext { + display: block; + width: 100%; + padding-top: 0.375rem; + padding-bottom: 0.375rem; margin-bottom: 0; - line-height: 1.25; + line-height: 1.5; + background-color: transparent; border: solid transparent; border-width: 1px 0; } -/* line 143, ../node_modules/bootstrap/scss/_forms.scss */ -.form-control-static.form-control-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, .form-control-static.form-control-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 { +/* line 128, ../node_modules/bootstrap/scss/_forms.scss */ +.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, +.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text, +.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, +.input-group-sm > .input-group-prepend > .form-control-plaintext.btn, +.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, +.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, +.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, +.input-group-lg > .input-group-prepend > .form-control-plaintext.btn, +.input-group-lg > .input-group-append > .form-control-plaintext.btn { padding-right: 0; padding-left: 0; } -/* line 159, ../node_modules/bootstrap/scss/_forms.scss */ +/* line 144, ../node_modules/bootstrap/scss/_forms.scss */ .form-control-sm, .input-group-sm > .form-control, -.input-group-sm > .input-group-addon, -.input-group-sm > .input-group-btn > .btn { +.input-group-sm > .input-group-prepend > .input-group-text, +.input-group-sm > .input-group-append > .input-group-text, +.input-group-sm > .input-group-prepend > .btn, +.input-group-sm > .input-group-append > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; + line-height: 1.5; border-radius: 0.2rem; } -/* line 166, ../node_modules/bootstrap/scss/_forms.scss */ +/* line 152, ../node_modules/bootstrap/scss/_forms.scss */ select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), -.input-group-sm > select.input-group-addon:not([size]):not([multiple]), -.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) { - height: 1.8125rem; +.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), +.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), +.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), +.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) { + height: calc(1.8125rem + 2px); } -/* line 171, ../node_modules/bootstrap/scss/_forms.scss */ +/* line 157, ../node_modules/bootstrap/scss/_forms.scss */ .form-control-lg, .input-group-lg > .form-control, -.input-group-lg > .input-group-addon, -.input-group-lg > .input-group-btn > .btn { - padding: 0.75rem 1.5rem; +.input-group-lg > .input-group-prepend > .input-group-text, +.input-group-lg > .input-group-append > .input-group-text, +.input-group-lg > .input-group-prepend > .btn, +.input-group-lg > .input-group-append > .btn { + padding: 0.5rem 1rem; font-size: 1.25rem; + line-height: 1.5; border-radius: 0.3rem; } -/* line 178, ../node_modules/bootstrap/scss/_forms.scss */ +/* line 165, ../node_modules/bootstrap/scss/_forms.scss */ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), -.input-group-lg > select.input-group-addon:not([size]):not([multiple]), -.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) { - height: 3.16667rem; +.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), +.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), +.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), +.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) { + height: calc(2.875rem + 2px); } -/* line 189, ../node_modules/bootstrap/scss/_forms.scss */ +/* line 176, ../node_modules/bootstrap/scss/_forms.scss */ .form-group { margin-bottom: 1rem; } -/* line 193, ../node_modules/bootstrap/scss/_forms.scss */ +/* line 180, ../node_modules/bootstrap/scss/_forms.scss */ .form-text { display: block; margin-top: 0.25rem; } -/* line 203, ../node_modules/bootstrap/scss/_forms.scss */ +/* line 190, ../node_modules/bootstrap/scss/_forms.scss */ +.form-row { + display: flex; + flex-wrap: wrap; + margin-right: -5px; + margin-left: -5px; +} +/* line 196, ../node_modules/bootstrap/scss/_forms.scss */ +.form-row > .col, +.form-row > [class*="col-"] { + padding-right: 5px; + padding-left: 5px; +} + +/* line 208, ../node_modules/bootstrap/scss/_forms.scss */ .form-check { position: relative; display: block; - margin-bottom: 0.5rem; + padding-left: 1.25rem; +} + +/* line 214, ../node_modules/bootstrap/scss/_forms.scss */ +.form-check-input { + position: absolute; + margin-top: 0.3rem; + margin-left: -1.25rem; } -/* line 209, ../node_modules/bootstrap/scss/_forms.scss */ -.form-check.disabled .form-check-label { - color: #636c72; - cursor: not-allowed; +/* line 219, ../node_modules/bootstrap/scss/_forms.scss */ +.form-check-input:disabled ~ .form-check-label { + color: #6c757d; } -/* line 216, ../node_modules/bootstrap/scss/_forms.scss */ +/* line 224, ../node_modules/bootstrap/scss/_forms.scss */ .form-check-label { - padding-left: 1.25rem; margin-bottom: 0; - cursor: pointer; } -/* line 222, ../node_modules/bootstrap/scss/_forms.scss */ -.form-check-input { - position: absolute; - margin-top: 0.25rem; - margin-left: -1.25rem; +/* line 228, ../node_modules/bootstrap/scss/_forms.scss */ +.form-check-inline { + display: inline-flex; + align-items: center; + padding-left: 0; + margin-right: 0.75rem; } -/* line 227, ../node_modules/bootstrap/scss/_forms.scss */ -.form-check-input:only-child { +/* line 235, ../node_modules/bootstrap/scss/_forms.scss */ +.form-check-inline .form-check-input { position: static; + margin-top: 0; + margin-right: 0.3125rem; + margin-left: 0; } -/* line 233, ../node_modules/bootstrap/scss/_forms.scss */ -.form-check-inline { - display: inline-block; +/* line 30, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.valid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 80%; + color: #4e984a; } -/* line 236, ../node_modules/bootstrap/scss/_forms.scss */ -.form-check-inline .form-check-label { - vertical-align: middle; + +/* line 38, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.valid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: .5rem; + margin-top: .1rem; + font-size: .875rem; + line-height: 1; + color: #fff; + background-color: rgba(78, 152, 74, 0.8); + border-radius: .2rem; +} + +/* line 55, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .form-control:valid, .form-control.is-valid, +.was-validated .custom-select:valid, +.custom-select.is-valid { + border-color: #4e984a; +} +/* line 59, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .form-control:valid:focus, .form-control.is-valid:focus, +.was-validated .custom-select:valid:focus, +.custom-select.is-valid:focus { + border-color: #4e984a; + box-shadow: 0 0 0 0.2rem rgba(78, 152, 74, 0.25); +} +/* line 64, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .form-control:valid ~ .valid-feedback, +.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, +.form-control.is-valid ~ .valid-tooltip, +.was-validated .custom-select:valid ~ .valid-feedback, +.was-validated .custom-select:valid ~ .valid-tooltip, +.custom-select.is-valid ~ .valid-feedback, +.custom-select.is-valid ~ .valid-tooltip { + display: block; +} + +/* line 74, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { + color: #4e984a; +} +/* line 78, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .form-check-input:valid ~ .valid-feedback, +.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, +.form-check-input.is-valid ~ .valid-tooltip { + display: block; +} + +/* line 88, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label { + color: #4e984a; +} +/* line 91, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { + background-color: #99cc96; +} +/* line 96, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .custom-control-input:valid ~ .valid-feedback, +.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, +.custom-control-input.is-valid ~ .valid-tooltip { + display: block; +} +/* line 102, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { + background-color: #66b362; +} +/* line 108, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 152, 74, 0.25); +} + +/* line 119, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { + border-color: #4e984a; +} +/* line 122, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before { + border-color: inherit; +} +/* line 125, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .custom-file-input:valid ~ .valid-feedback, +.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, +.custom-file-input.is-valid ~ .valid-tooltip { + display: block; } -/* line 240, ../node_modules/bootstrap/scss/_forms.scss */ -.form-check-inline + .form-check-inline { - margin-left: 0.75rem; +/* line 131, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { + box-shadow: 0 0 0 0.2rem rgba(78, 152, 74, 0.25); } -/* line 250, ../node_modules/bootstrap/scss/_forms.scss */ -.form-control-feedback { +/* line 30, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.invalid-feedback { + display: none; + width: 100%; margin-top: 0.25rem; + font-size: 80%; + color: #aa0000; } -/* line 254, ../node_modules/bootstrap/scss/_forms.scss */ -.form-control-success, -.form-control-warning, -.form-control-danger { - padding-right: 2.25rem; - background-repeat: no-repeat; - background-position: center right 0.5625rem; - background-size: 1.125rem 1.125rem; -} - -/* line 8, ../node_modules/bootstrap/scss/mixins/_forms.scss */ -.has-success .form-control-feedback, -.has-success .form-control-label, -.has-success .col-form-label, -.has-success .form-check-label, -.has-success .custom-control { - color: #5cb85c; -} -/* line 17, ../node_modules/bootstrap/scss/mixins/_forms.scss */ -.has-success .form-control { - border-color: #5cb85c; -} -/* line 26, ../node_modules/bootstrap/scss/mixins/_forms.scss */ -.has-success .input-group-addon { - color: #5cb85c; - border-color: #5cb85c; - background-color: #eaf6ea; -} -/* line 267, ../node_modules/bootstrap/scss/_forms.scss */ -.has-success .form-control-success { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); -} - -/* line 8, ../node_modules/bootstrap/scss/mixins/_forms.scss */ -.has-warning .form-control-feedback, -.has-warning .form-control-label, -.has-warning .col-form-label, -.has-warning .form-check-label, -.has-warning .custom-control { - color: #f0ad4e; -} -/* line 17, ../node_modules/bootstrap/scss/mixins/_forms.scss */ -.has-warning .form-control { - border-color: #f0ad4e; -} -/* line 26, ../node_modules/bootstrap/scss/mixins/_forms.scss */ -.has-warning .input-group-addon { - color: #f0ad4e; - border-color: #f0ad4e; - background-color: white; +/* line 38, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.invalid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: .5rem; + margin-top: .1rem; + font-size: .875rem; + line-height: 1; + color: #fff; + background-color: rgba(170, 0, 0, 0.8); + border-radius: .2rem; +} + +/* line 55, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .form-control:invalid, .form-control.is-invalid, +.was-validated .custom-select:invalid, +.custom-select.is-invalid { + border-color: #aa0000; +} +/* line 59, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, +.was-validated .custom-select:invalid:focus, +.custom-select.is-invalid:focus { + border-color: #aa0000; + box-shadow: 0 0 0 0.2rem rgba(170, 0, 0, 0.25); +} +/* line 64, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .form-control:invalid ~ .invalid-feedback, +.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, +.form-control.is-invalid ~ .invalid-tooltip, +.was-validated .custom-select:invalid ~ .invalid-feedback, +.was-validated .custom-select:invalid ~ .invalid-tooltip, +.custom-select.is-invalid ~ .invalid-feedback, +.custom-select.is-invalid ~ .invalid-tooltip { + display: block; +} + +/* line 74, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { + color: #aa0000; +} +/* line 78, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .form-check-input:invalid ~ .invalid-feedback, +.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, +.form-check-input.is-invalid ~ .invalid-tooltip { + display: block; +} + +/* line 88, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label { + color: #aa0000; +} +/* line 91, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { + background-color: #ff2b2b; } -/* line 275, ../node_modules/bootstrap/scss/_forms.scss */ -.has-warning .form-control-warning { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); +/* line 96, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .custom-control-input:invalid ~ .invalid-feedback, +.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, +.custom-control-input.is-invalid ~ .invalid-tooltip { + display: block; +} +/* line 102, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before { + background-color: #dd0000; +} +/* line 108, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(170, 0, 0, 0.25); } -/* line 8, ../node_modules/bootstrap/scss/mixins/_forms.scss */ -.has-danger .form-control-feedback, -.has-danger .form-control-label, -.has-danger .col-form-label, -.has-danger .form-check-label, -.has-danger .custom-control { - color: #d9534f; +/* line 119, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label { + border-color: #aa0000; } -/* line 17, ../node_modules/bootstrap/scss/mixins/_forms.scss */ -.has-danger .form-control { - border-color: #d9534f; +/* line 122, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before { + border-color: inherit; } -/* line 26, ../node_modules/bootstrap/scss/mixins/_forms.scss */ -.has-danger .input-group-addon { - color: #d9534f; - border-color: #d9534f; - background-color: #fdf7f7; +/* line 125, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .custom-file-input:invalid ~ .invalid-feedback, +.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, +.custom-file-input.is-invalid ~ .invalid-tooltip { + display: block; } -/* line 283, ../node_modules/bootstrap/scss/_forms.scss */ -.has-danger .form-control-danger { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); +/* line 131, ../node_modules/bootstrap/scss/mixins/_forms.scss */ +.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label { + box-shadow: 0 0 0 0.2rem rgba(170, 0, 0, 0.25); } -/* line 298, ../node_modules/bootstrap/scss/_forms.scss */ +/* line 263, ../node_modules/bootstrap/scss/_forms.scss */ .form-inline { display: flex; flex-flow: row wrap; align-items: center; } -/* line 306, ../node_modules/bootstrap/scss/_forms.scss */ +/* line 271, ../node_modules/bootstrap/scss/_forms.scss */ .form-inline .form-check { width: 100%; } -@media (min-width: 576px) { - /* line 312, ../node_modules/bootstrap/scss/_forms.scss */ +@media (min-width: 768px) { + /* line 277, ../node_modules/bootstrap/scss/_forms.scss */ .form-inline label { display: flex; align-items: center; justify-content: center; margin-bottom: 0; } - /* line 320, ../node_modules/bootstrap/scss/_forms.scss */ + /* line 285, ../node_modules/bootstrap/scss/_forms.scss */ .form-inline .form-group { display: flex; flex: 0 0 auto; @@ -2928,548 +2685,704 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for align-items: center; margin-bottom: 0; } - /* line 329, ../node_modules/bootstrap/scss/_forms.scss */ + /* line 294, ../node_modules/bootstrap/scss/_forms.scss */ .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } - /* line 336, ../node_modules/bootstrap/scss/_forms.scss */ - .form-inline .form-control-static { + /* line 301, ../node_modules/bootstrap/scss/_forms.scss */ + .form-inline .form-control-plaintext { display: inline-block; } - /* line 340, ../node_modules/bootstrap/scss/_forms.scss */ + /* line 305, ../node_modules/bootstrap/scss/_forms.scss */ .form-inline .input-group { width: auto; } - /* line 344, ../node_modules/bootstrap/scss/_forms.scss */ - .form-inline .form-control-label { - margin-bottom: 0; - vertical-align: middle; - } - /* line 351, ../node_modules/bootstrap/scss/_forms.scss */ + /* line 311, ../node_modules/bootstrap/scss/_forms.scss */ .form-inline .form-check { display: flex; align-items: center; justify-content: center; width: auto; - margin-top: 0; - margin-bottom: 0; - } - /* line 359, ../node_modules/bootstrap/scss/_forms.scss */ - .form-inline .form-check-label { padding-left: 0; } - /* line 362, ../node_modules/bootstrap/scss/_forms.scss */ + /* line 318, ../node_modules/bootstrap/scss/_forms.scss */ .form-inline .form-check-input { position: relative; margin-top: 0; margin-right: 0.25rem; margin-left: 0; } - /* line 370, ../node_modules/bootstrap/scss/_forms.scss */ + /* line 325, ../node_modules/bootstrap/scss/_forms.scss */ .form-inline .custom-control { - display: flex; align-items: center; justify-content: center; - padding-left: 0; - } - /* line 376, ../node_modules/bootstrap/scss/_forms.scss */ - .form-inline .custom-control-indicator { - position: static; - display: inline-block; - margin-right: 0.25rem; - vertical-align: text-bottom; } - /* line 384, ../node_modules/bootstrap/scss/_forms.scss */ - .form-inline .has-feedback .form-control-feedback { - top: 0; + /* line 329, ../node_modules/bootstrap/scss/_forms.scss */ + .form-inline .custom-control-label { + margin-bottom: 0; } } /* line 7, ../node_modules/bootstrap/scss/_buttons.scss */ .btn { display: inline-block; - font-weight: normal; - line-height: 1.25; + font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; user-select: none; border: 1px solid transparent; - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; font-size: 1rem; + line-height: 1.5; border-radius: 0.25rem; - transition: all 0.2s ease-in-out; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.btn:focus, .btn:hover { +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.btn:hover, .btn:focus { text-decoration: none; } /* line 23, ../node_modules/bootstrap/scss/_buttons.scss */ .btn:focus, .btn.focus { outline: 0; - box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25); + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } /* line 30, ../node_modules/bootstrap/scss/_buttons.scss */ .btn.disabled, .btn:disabled { - cursor: not-allowed; - opacity: .65; + opacity: 0.65; } /* line 37, ../node_modules/bootstrap/scss/_buttons.scss */ -.btn:active, .btn.active { +.btn:not(:disabled):not(.disabled) { + cursor: pointer; +} +/* line 41, ../node_modules/bootstrap/scss/_buttons.scss */ +.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active { background-image: none; } -/* line 45, ../node_modules/bootstrap/scss/_buttons.scss */ +/* line 53, ../node_modules/bootstrap/scss/_buttons.scss */ a.btn.disabled, -fieldset[disabled] a.btn { +fieldset:disabled a.btn { pointer-events: none; } -/* line 55, ../node_modules/bootstrap/scss/_buttons.scss */ +/* line 64, ../node_modules/bootstrap/scss/_buttons.scss */ .btn-primary { color: #fff; - background-color: #0275d8; - border-color: #0275d8; + background-color: #007bff; + border-color: #007bff; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ .btn-primary:hover { color: #fff; - background-color: #025aa5; - border-color: #01549b; + background-color: #0069d9; + border-color: #0062cc; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +/* line 18, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ .btn-primary:focus, .btn-primary.focus { - box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } -/* line 32, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +/* line 29, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ .btn-primary.disabled, .btn-primary:disabled { - background-color: #0275d8; - border-color: #0275d8; + color: #fff; + background-color: #007bff; + border-color: #007bff; } -/* line 38, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ -.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle { +/* line 36, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #fff; - background-color: #025aa5; - background-image: none; - border-color: #01549b; + background-color: #0062cc; + border-color: #005cbf; +} +/* line 46, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } -/* line 58, ../node_modules/bootstrap/scss/_buttons.scss */ +/* line 64, ../node_modules/bootstrap/scss/_buttons.scss */ .btn-secondary { - color: #292b2c; - background-color: #fff; - border-color: #ccc; + color: #fff; + background-color: #6c757d; + border-color: #6c757d; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ .btn-secondary:hover { - color: #292b2c; - background-color: #e6e6e6; - border-color: #adadad; + color: #fff; + background-color: #5a6268; + border-color: #545b62; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +/* line 18, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ .btn-secondary:focus, .btn-secondary.focus { - box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } -/* line 32, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +/* line 29, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ .btn-secondary.disabled, .btn-secondary:disabled { - background-color: #fff; - border-color: #ccc; + color: #fff; + background-color: #6c757d; + border-color: #6c757d; } -/* line 38, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ -.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle { - color: #292b2c; - background-color: #e6e6e6; - background-image: none; - border-color: #adadad; +/* line 36, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { + color: #fff; + background-color: #545b62; + border-color: #4e555b; +} +/* line 46, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } -/* line 61, ../node_modules/bootstrap/scss/_buttons.scss */ -.btn-info { +/* line 64, ../node_modules/bootstrap/scss/_buttons.scss */ +.btn-success { color: #fff; - background-color: #5bc0de; - border-color: #5bc0de; + background-color: #4e984a; + border-color: #4e984a; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.btn-info:hover { +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.btn-success:hover { color: #fff; - background-color: #31b0d5; - border-color: #2aabd2; + background-color: #417e3d; + border-color: #3c7639; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ -.btn-info:focus, .btn-info.focus { - box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); +/* line 18, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-success:focus, .btn-success.focus { + box-shadow: 0 0 0 0.2rem rgba(78, 152, 74, 0.5); } -/* line 32, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ -.btn-info.disabled, .btn-info:disabled { - background-color: #5bc0de; - border-color: #5bc0de; +/* line 29, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-success.disabled, .btn-success:disabled { + color: #fff; + background-color: #4e984a; + border-color: #4e984a; } -/* line 38, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ -.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle { +/* line 36, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle { color: #fff; - background-color: #31b0d5; - background-image: none; - border-color: #2aabd2; + background-color: #3c7639; + border-color: #386d35; +} +/* line 46, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(78, 152, 74, 0.5); } /* line 64, ../node_modules/bootstrap/scss/_buttons.scss */ -.btn-success { +.btn-info { color: #fff; - background-color: #5cb85c; - border-color: #5cb85c; + background-color: #17a2b8; + border-color: #17a2b8; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.btn-success:hover { +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.btn-info:hover { color: #fff; - background-color: #449d44; - border-color: #419641; + background-color: #138496; + border-color: #117a8b; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ -.btn-success:focus, .btn-success.focus { - box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); +/* line 18, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-info:focus, .btn-info.focus { + box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } -/* line 32, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ -.btn-success.disabled, .btn-success:disabled { - background-color: #5cb85c; - border-color: #5cb85c; +/* line 29, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-info.disabled, .btn-info:disabled { + color: #fff; + background-color: #17a2b8; + border-color: #17a2b8; } -/* line 38, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ -.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle { +/* line 36, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle { color: #fff; - background-color: #449d44; - background-image: none; - border-color: #419641; + background-color: #117a8b; + border-color: #10707f; +} +/* line 46, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } -/* line 67, ../node_modules/bootstrap/scss/_buttons.scss */ +/* line 64, ../node_modules/bootstrap/scss/_buttons.scss */ .btn-warning { - color: #fff; - background-color: #f0ad4e; - border-color: #f0ad4e; + color: #212529; + background-color: #ffc107; + border-color: #ffc107; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ .btn-warning:hover { - color: #fff; - background-color: #ec971f; - border-color: #eb9316; + color: #212529; + background-color: #e0a800; + border-color: #d39e00; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +/* line 18, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ .btn-warning:focus, .btn-warning.focus { - box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } -/* line 32, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +/* line 29, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ .btn-warning.disabled, .btn-warning:disabled { - background-color: #f0ad4e; - border-color: #f0ad4e; + color: #212529; + background-color: #ffc107; + border-color: #ffc107; } -/* line 38, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ -.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle { - color: #fff; - background-color: #ec971f; - background-image: none; - border-color: #eb9316; +/* line 36, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { + color: #212529; + background-color: #d39e00; + border-color: #c69500; +} +/* line 46, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } -/* line 70, ../node_modules/bootstrap/scss/_buttons.scss */ +/* line 64, ../node_modules/bootstrap/scss/_buttons.scss */ .btn-danger { color: #fff; - background-color: #d9534f; - border-color: #d9534f; + background-color: #aa0000; + border-color: #aa0000; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ .btn-danger:hover { color: #fff; - background-color: #c9302c; - border-color: #c12e2a; + background-color: #840000; + border-color: #770000; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +/* line 18, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ .btn-danger:focus, .btn-danger.focus { - box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); + box-shadow: 0 0 0 0.2rem rgba(170, 0, 0, 0.5); } -/* line 32, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +/* line 29, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ .btn-danger.disabled, .btn-danger:disabled { - background-color: #d9534f; - border-color: #d9534f; + color: #fff; + background-color: #aa0000; + border-color: #aa0000; } -/* line 38, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ -.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle { +/* line 36, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle { color: #fff; - background-color: #c9302c; - background-image: none; - border-color: #c12e2a; + background-color: #770000; + border-color: #6a0000; +} +/* line 46, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(170, 0, 0, 0.5); +} + +/* line 64, ../node_modules/bootstrap/scss/_buttons.scss */ +.btn-light { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; +} +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.btn-light:hover { + color: #212529; + background-color: #e2e6ea; + border-color: #dae0e5; +} +/* line 18, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-light:focus, .btn-light.focus { + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); +} +/* line 29, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-light.disabled, .btn-light:disabled { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; +} +/* line 36, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { + color: #212529; + background-color: #dae0e5; + border-color: #d3d9df; +} +/* line 46, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } -/* line 75, ../node_modules/bootstrap/scss/_buttons.scss */ +/* line 64, ../node_modules/bootstrap/scss/_buttons.scss */ +.btn-dark { + color: #fff; + background-color: #343a40; + border-color: #343a40; +} +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.btn-dark:hover { + color: #fff; + background-color: #23272b; + border-color: #1d2124; +} +/* line 18, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-dark:focus, .btn-dark.focus { + box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); +} +/* line 29, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-dark.disabled, .btn-dark:disabled { + color: #fff; + background-color: #343a40; + border-color: #343a40; +} +/* line 36, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { + color: #fff; + background-color: #1d2124; + border-color: #171a1d; +} +/* line 46, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); +} + +/* line 70, ../node_modules/bootstrap/scss/_buttons.scss */ .btn-outline-primary { - color: #0275d8; - background-image: none; + color: #007bff; background-color: transparent; - border-color: #0275d8; + background-image: none; + border-color: #007bff; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +/* line 63, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ .btn-outline-primary:hover { color: #fff; - background-color: #0275d8; - border-color: #0275d8; + background-color: #007bff; + border-color: #007bff; } -/* line 61, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +/* line 69, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ .btn-outline-primary:focus, .btn-outline-primary.focus { - box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } -/* line 66, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +/* line 74, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ .btn-outline-primary.disabled, .btn-outline-primary:disabled { - color: #0275d8; + color: #007bff; background-color: transparent; } -/* line 72, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ -.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle { +/* line 80, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; - background-color: #0275d8; - border-color: #0275d8; + background-color: #007bff; + border-color: #007bff; +} +/* line 87, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } -/* line 78, ../node_modules/bootstrap/scss/_buttons.scss */ +/* line 70, ../node_modules/bootstrap/scss/_buttons.scss */ .btn-outline-secondary { - color: #ccc; - background-image: none; + color: #6c757d; background-color: transparent; - border-color: #ccc; + background-image: none; + border-color: #6c757d; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +/* line 63, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ .btn-outline-secondary:hover { color: #fff; - background-color: #ccc; - border-color: #ccc; + background-color: #6c757d; + border-color: #6c757d; } -/* line 61, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +/* line 69, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ .btn-outline-secondary:focus, .btn-outline-secondary.focus { - box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } -/* line 66, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +/* line 74, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { - color: #ccc; + color: #6c757d; background-color: transparent; } -/* line 72, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ -.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle { +/* line 80, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { color: #fff; - background-color: #ccc; - border-color: #ccc; + background-color: #6c757d; + border-color: #6c757d; +} +/* line 87, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } -/* line 81, ../node_modules/bootstrap/scss/_buttons.scss */ -.btn-outline-info { - color: #5bc0de; - background-image: none; +/* line 70, ../node_modules/bootstrap/scss/_buttons.scss */ +.btn-outline-success { + color: #4e984a; background-color: transparent; - border-color: #5bc0de; + background-image: none; + border-color: #4e984a; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.btn-outline-info:hover { +/* line 63, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-success:hover { color: #fff; - background-color: #5bc0de; - border-color: #5bc0de; + background-color: #4e984a; + border-color: #4e984a; } -/* line 61, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ -.btn-outline-info:focus, .btn-outline-info.focus { - box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); +/* line 69, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-success:focus, .btn-outline-success.focus { + box-shadow: 0 0 0 0.2rem rgba(78, 152, 74, 0.5); } -/* line 66, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ -.btn-outline-info.disabled, .btn-outline-info:disabled { - color: #5bc0de; +/* line 74, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-success.disabled, .btn-outline-success:disabled { + color: #4e984a; background-color: transparent; } -/* line 72, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ -.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle { +/* line 80, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle { color: #fff; - background-color: #5bc0de; - border-color: #5bc0de; + background-color: #4e984a; + border-color: #4e984a; +} +/* line 87, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(78, 152, 74, 0.5); } -/* line 84, ../node_modules/bootstrap/scss/_buttons.scss */ -.btn-outline-success { - color: #5cb85c; - background-image: none; +/* line 70, ../node_modules/bootstrap/scss/_buttons.scss */ +.btn-outline-info { + color: #17a2b8; background-color: transparent; - border-color: #5cb85c; + background-image: none; + border-color: #17a2b8; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.btn-outline-success:hover { +/* line 63, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-info:hover { color: #fff; - background-color: #5cb85c; - border-color: #5cb85c; + background-color: #17a2b8; + border-color: #17a2b8; } -/* line 61, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ -.btn-outline-success:focus, .btn-outline-success.focus { - box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); +/* line 69, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-info:focus, .btn-outline-info.focus { + box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } -/* line 66, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ -.btn-outline-success.disabled, .btn-outline-success:disabled { - color: #5cb85c; +/* line 74, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-info.disabled, .btn-outline-info:disabled { + color: #17a2b8; background-color: transparent; } -/* line 72, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ -.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle { +/* line 80, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle { color: #fff; - background-color: #5cb85c; - border-color: #5cb85c; + background-color: #17a2b8; + border-color: #17a2b8; +} +/* line 87, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } -/* line 87, ../node_modules/bootstrap/scss/_buttons.scss */ +/* line 70, ../node_modules/bootstrap/scss/_buttons.scss */ .btn-outline-warning { - color: #f0ad4e; - background-image: none; + color: #ffc107; background-color: transparent; - border-color: #f0ad4e; + background-image: none; + border-color: #ffc107; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +/* line 63, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ .btn-outline-warning:hover { - color: #fff; - background-color: #f0ad4e; - border-color: #f0ad4e; + color: #212529; + background-color: #ffc107; + border-color: #ffc107; } -/* line 61, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +/* line 69, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ .btn-outline-warning:focus, .btn-outline-warning.focus { - box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } -/* line 66, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +/* line 74, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ .btn-outline-warning.disabled, .btn-outline-warning:disabled { - color: #f0ad4e; + color: #ffc107; background-color: transparent; } -/* line 72, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ -.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle { - color: #fff; - background-color: #f0ad4e; - border-color: #f0ad4e; +/* line 80, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { + color: #212529; + background-color: #ffc107; + border-color: #ffc107; +} +/* line 87, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } -/* line 90, ../node_modules/bootstrap/scss/_buttons.scss */ +/* line 70, ../node_modules/bootstrap/scss/_buttons.scss */ .btn-outline-danger { - color: #d9534f; - background-image: none; + color: #aa0000; background-color: transparent; - border-color: #d9534f; + background-image: none; + border-color: #aa0000; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +/* line 63, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ .btn-outline-danger:hover { color: #fff; - background-color: #d9534f; - border-color: #d9534f; + background-color: #aa0000; + border-color: #aa0000; } -/* line 61, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +/* line 69, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ .btn-outline-danger:focus, .btn-outline-danger.focus { - box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); + box-shadow: 0 0 0 0.2rem rgba(170, 0, 0, 0.5); } -/* line 66, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +/* line 74, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ .btn-outline-danger.disabled, .btn-outline-danger:disabled { - color: #d9534f; + color: #aa0000; background-color: transparent; } -/* line 72, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ -.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle { +/* line 80, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle { color: #fff; - background-color: #d9534f; - border-color: #d9534f; + background-color: #aa0000; + border-color: #aa0000; +} +/* line 87, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(170, 0, 0, 0.5); } -/* line 100, ../node_modules/bootstrap/scss/_buttons.scss */ -.btn-link { - font-weight: normal; - color: #0275d8; - border-radius: 0; +/* line 70, ../node_modules/bootstrap/scss/_buttons.scss */ +.btn-outline-light { + color: #f8f9fa; + background-color: transparent; + background-image: none; + border-color: #f8f9fa; +} +/* line 63, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-light:hover { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; +} +/* line 69, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-light:focus, .btn-outline-light.focus { + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } -/* line 105, ../node_modules/bootstrap/scss/_buttons.scss */ -.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled { +/* line 74, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-light.disabled, .btn-outline-light:disabled { + color: #f8f9fa; background-color: transparent; } -/* line 112, ../node_modules/bootstrap/scss/_buttons.scss */ -.btn-link, .btn-link:focus, .btn-link:active { - border-color: transparent; +/* line 80, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { + color: #212529; + background-color: #f8f9fa; + border-color: #f8f9fa; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.btn-link:hover { - border-color: transparent; +/* line 87, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); +} + +/* line 70, ../node_modules/bootstrap/scss/_buttons.scss */ +.btn-outline-dark { + color: #343a40; + background-color: transparent; + background-image: none; + border-color: #343a40; +} +/* line 63, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-dark:hover { + color: #fff; + background-color: #343a40; + border-color: #343a40; +} +/* line 69, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-dark:focus, .btn-outline-dark.focus { + box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); +} +/* line 74, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-dark.disabled, .btn-outline-dark:disabled { + color: #343a40; + background-color: transparent; +} +/* line 80, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { + color: #fff; + background-color: #343a40; + border-color: #343a40; +} +/* line 87, ../node_modules/bootstrap/scss/mixins/_buttons.scss */ +.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { + box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.btn-link:focus, .btn-link:hover { - color: #014c8c; + +/* line 81, ../node_modules/bootstrap/scss/_buttons.scss */ +.btn-link { + font-weight: 400; + color: #007bff; + background-color: transparent; +} +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.btn-link:hover { + color: #0056b3; text-decoration: underline; background-color: transparent; + border-color: transparent; } -/* line 125, ../node_modules/bootstrap/scss/_buttons.scss */ -.btn-link:disabled { - color: #636c72; +/* line 93, ../node_modules/bootstrap/scss/_buttons.scss */ +.btn-link:focus, .btn-link.focus { + text-decoration: underline; + border-color: transparent; + box-shadow: none; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.btn-link:disabled:focus, .btn-link:disabled:hover { - text-decoration: none; +/* line 100, ../node_modules/bootstrap/scss/_buttons.scss */ +.btn-link:disabled, .btn-link.disabled { + color: #6c757d; } -/* line 139, ../node_modules/bootstrap/scss/_buttons.scss */ +/* line 113, ../node_modules/bootstrap/scss/_buttons.scss */ .btn-lg, .btn-group-lg > .btn { - padding: 0.75rem 1.5rem; + padding: 0.5rem 1rem; font-size: 1.25rem; + line-height: 1.5; border-radius: 0.3rem; } -/* line 143, ../node_modules/bootstrap/scss/_buttons.scss */ +/* line 117, ../node_modules/bootstrap/scss/_buttons.scss */ .btn-sm, .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; + line-height: 1.5; border-radius: 0.2rem; } -/* line 153, ../node_modules/bootstrap/scss/_buttons.scss */ +/* line 126, ../node_modules/bootstrap/scss/_buttons.scss */ .btn-block { display: block; width: 100%; } - -/* line 159, ../node_modules/bootstrap/scss/_buttons.scss */ +/* line 131, ../node_modules/bootstrap/scss/_buttons.scss */ .btn-block + .btn-block { margin-top: 0.5rem; } -/* line 167, ../node_modules/bootstrap/scss/_buttons.scss */ +/* line 140, ../node_modules/bootstrap/scss/_buttons.scss */ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } -/* line 1, ../node_modules/bootstrap/scss/_transitions.scss */ +/* line 3, ../node_modules/bootstrap/scss/_transitions.scss */ .fade { opacity: 0; transition: opacity 0.15s linear; } -/* line 5, ../node_modules/bootstrap/scss/_transitions.scss */ +/* line 7, ../node_modules/bootstrap/scss/_transitions.scss */ .fade.show { opacity: 1; } -/* line 10, ../node_modules/bootstrap/scss/_transitions.scss */ +/* line 12, ../node_modules/bootstrap/scss/_transitions.scss */ .collapse { display: none; } -/* line 12, ../node_modules/bootstrap/scss/_transitions.scss */ +/* line 14, ../node_modules/bootstrap/scss/_transitions.scss */ .collapse.show { display: block; } -/* line 18, ../node_modules/bootstrap/scss/_transitions.scss */ +/* line 20, ../node_modules/bootstrap/scss/_transitions.scss */ tr.collapse.show { display: table-row; } -/* line 24, ../node_modules/bootstrap/scss/_transitions.scss */ +/* line 26, ../node_modules/bootstrap/scss/_transitions.scss */ tbody.collapse.show { display: table-row-group; } -/* line 29, ../node_modules/bootstrap/scss/_transitions.scss */ +/* line 31, ../node_modules/bootstrap/scss/_transitions.scss */ .collapsing { position: relative; height: 0; @@ -3483,30 +3396,25 @@ tbody.collapse.show { position: relative; } -/* line 9, ../node_modules/bootstrap/scss/_dropdown.scss */ +/* line 29, ../node_modules/bootstrap/scss/mixins/_caret.scss */ .dropdown-toggle::after { display: inline-block; width: 0; height: 0; - margin-left: 0.3em; - vertical-align: middle; + margin-left: 0.255em; + vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; + border-bottom: 0; border-left: 0.3em solid transparent; } -/* line 22, ../node_modules/bootstrap/scss/_dropdown.scss */ -.dropdown-toggle:focus { - outline: 0; -} - -/* line 29, ../node_modules/bootstrap/scss/_dropdown.scss */ -.dropup .dropdown-toggle::after { - border-top: 0; - border-bottom: 0.3em solid; +/* line 61, ../node_modules/bootstrap/scss/mixins/_caret.scss */ +.dropdown-toggle:empty::after { + margin-left: 0; } -/* line 37, ../node_modules/bootstrap/scss/_dropdown.scss */ +/* line 13, ../node_modules/bootstrap/scss/_dropdown.scss */ .dropdown-menu { position: absolute; top: 100%; @@ -3518,7 +3426,7 @@ tbody.collapse.show { padding: 0.5rem 0; margin: 0.125rem 0 0; font-size: 1rem; - color: #292b2c; + color: #212529; text-align: left; list-style: none; background-color: #fff; @@ -3527,94 +3435,148 @@ tbody.collapse.show { border-radius: 0.25rem; } -/* line 59, ../node_modules/bootstrap/scss/_dropdown.scss */ +/* line 37, ../node_modules/bootstrap/scss/_dropdown.scss */ +.dropup .dropdown-menu { + margin-top: 0; + margin-bottom: 0.125rem; +} +/* line 29, ../node_modules/bootstrap/scss/mixins/_caret.scss */ +.dropup .dropdown-toggle::after { + display: inline-block; + width: 0; + height: 0; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0; + border-right: 0.3em solid transparent; + border-bottom: 0.3em solid; + border-left: 0.3em solid transparent; +} +/* line 61, ../node_modules/bootstrap/scss/mixins/_caret.scss */ +.dropup .dropdown-toggle:empty::after { + margin-left: 0; +} + +/* line 48, ../node_modules/bootstrap/scss/_dropdown.scss */ +.dropright .dropdown-menu { + margin-top: 0; + margin-left: 0.125rem; +} +/* line 29, ../node_modules/bootstrap/scss/mixins/_caret.scss */ +.dropright .dropdown-toggle::after { + display: inline-block; + width: 0; + height: 0; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid transparent; + border-bottom: 0.3em solid transparent; + border-left: 0.3em solid; +} +/* line 61, ../node_modules/bootstrap/scss/mixins/_caret.scss */ +.dropright .dropdown-toggle:empty::after { + margin-left: 0; +} +/* line 55, ../node_modules/bootstrap/scss/_dropdown.scss */ +.dropright .dropdown-toggle::after { + vertical-align: 0; +} + +/* line 62, ../node_modules/bootstrap/scss/_dropdown.scss */ +.dropleft .dropdown-menu { + margin-top: 0; + margin-right: 0.125rem; +} +/* line 29, ../node_modules/bootstrap/scss/mixins/_caret.scss */ +.dropleft .dropdown-toggle::after { + display: inline-block; + width: 0; + height: 0; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; +} +/* line 46, ../node_modules/bootstrap/scss/mixins/_caret.scss */ +.dropleft .dropdown-toggle::after { + display: none; +} +/* line 50, ../node_modules/bootstrap/scss/mixins/_caret.scss */ +.dropleft .dropdown-toggle::before { + display: inline-block; + width: 0; + height: 0; + margin-right: 0.255em; + vertical-align: 0.255em; + content: ""; + border-top: 0.3em solid transparent; + border-right: 0.3em solid; + border-bottom: 0.3em solid transparent; +} +/* line 61, ../node_modules/bootstrap/scss/mixins/_caret.scss */ +.dropleft .dropdown-toggle:empty::after { + margin-left: 0; +} +/* line 69, ../node_modules/bootstrap/scss/_dropdown.scss */ +.dropleft .dropdown-toggle::before { + vertical-align: 0; +} + +/* line 76, ../node_modules/bootstrap/scss/_dropdown.scss */ .dropdown-divider { - height: 1px; + height: 0; margin: 0.5rem 0; overflow: hidden; - background-color: #eceeef; + border-top: 1px solid #e9ecef; } -/* line 66, ../node_modules/bootstrap/scss/_dropdown.scss */ +/* line 83, ../node_modules/bootstrap/scss/_dropdown.scss */ .dropdown-item { display: block; width: 100%; - padding: 3px 1.5rem; + padding: 0.25rem 1.5rem; clear: both; - font-weight: normal; - color: #292b2c; + font-weight: 400; + color: #212529; text-align: inherit; white-space: nowrap; - background: none; + background-color: transparent; border: 0; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.dropdown-item:focus, .dropdown-item:hover { - color: #1d1e1f; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.dropdown-item:hover, .dropdown-item:focus { + color: #16181b; text-decoration: none; - background-color: #f7f7f9; + background-color: #f8f9fa; } -/* line 84, ../node_modules/bootstrap/scss/_dropdown.scss */ +/* line 101, ../node_modules/bootstrap/scss/_dropdown.scss */ .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; - background-color: #0275d8; + background-color: #007bff; } -/* line 91, ../node_modules/bootstrap/scss/_dropdown.scss */ +/* line 108, ../node_modules/bootstrap/scss/_dropdown.scss */ .dropdown-item.disabled, .dropdown-item:disabled { - color: #636c72; - cursor: not-allowed; + color: #6c757d; background-color: transparent; } -/* line 106, ../node_modules/bootstrap/scss/_dropdown.scss */ -.show > .dropdown-menu { +/* line 119, ../node_modules/bootstrap/scss/_dropdown.scss */ +.dropdown-menu.show { display: block; } -/* line 111, ../node_modules/bootstrap/scss/_dropdown.scss */ -.show > a { - outline: 0; -} - -/* line 120, ../node_modules/bootstrap/scss/_dropdown.scss */ -.dropdown-menu-right { - right: 0; - left: auto; -} - -/* line 125, ../node_modules/bootstrap/scss/_dropdown.scss */ -.dropdown-menu-left { - right: auto; - left: 0; -} -/* line 131, ../node_modules/bootstrap/scss/_dropdown.scss */ +/* line 124, ../node_modules/bootstrap/scss/_dropdown.scss */ .dropdown-header { display: block; padding: 0.5rem 1.5rem; margin-bottom: 0; font-size: 0.875rem; - color: #636c72; + color: #6c757d; white-space: nowrap; } -/* line 141, ../node_modules/bootstrap/scss/_dropdown.scss */ -.dropdown-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 990; -} - -/* line 156, ../node_modules/bootstrap/scss/_dropdown.scss */ -.dropup .dropdown-menu { - top: auto; - bottom: 100%; - margin-bottom: 0.125rem; -} - /* line 4, ../node_modules/bootstrap/scss/_button-group.scss */ .btn-group, .btn-group-vertical { @@ -3628,17 +3590,17 @@ tbody.collapse.show { position: relative; flex: 0 1 auto; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ .btn-group > .btn:hover, .btn-group-vertical > .btn:hover { - z-index: 2; + z-index: 1; } /* line 19, ../node_modules/bootstrap/scss/_button-group.scss */ .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { - z-index: 2; + z-index: 1; } /* line 27, ../node_modules/bootstrap/scss/_button-group.scss */ .btn-group .btn + .btn, @@ -3655,99 +3617,65 @@ tbody.collapse.show { /* line 36, ../node_modules/bootstrap/scss/_button-group.scss */ .btn-toolbar { display: flex; + flex-wrap: wrap; justify-content: flex-start; } -/* line 40, ../node_modules/bootstrap/scss/_button-group.scss */ +/* line 41, ../node_modules/bootstrap/scss/_button-group.scss */ .btn-toolbar .input-group { width: auto; } -/* line 45, ../node_modules/bootstrap/scss/_button-group.scss */ -.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { - border-radius: 0; -} - -/* line 50, ../node_modules/bootstrap/scss/_button-group.scss */ +/* line 47, ../node_modules/bootstrap/scss/_button-group.scss */ .btn-group > .btn:first-child { margin-left: 0; } -/* line 53, ../node_modules/bootstrap/scss/_button-group.scss */ -.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { - border-bottom-right-radius: 0; +/* line 52, ../node_modules/bootstrap/scss/_button-group.scss */ +.btn-group > .btn:not(:last-child):not(.dropdown-toggle), +.btn-group > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0; -} - -/* line 58, ../node_modules/bootstrap/scss/_button-group.scss */ -.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; -} - -/* line 64, ../node_modules/bootstrap/scss/_button-group.scss */ -.btn-group > .btn-group { - float: left; -} - -/* line 67, ../node_modules/bootstrap/scss/_button-group.scss */ -.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; -} - -/* line 71, ../node_modules/bootstrap/scss/_button-group.scss */ -.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; } - -/* line 76, ../node_modules/bootstrap/scss/_button-group.scss */ -.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { - border-bottom-left-radius: 0; +/* line 57, ../node_modules/bootstrap/scss/_button-group.scss */ +.btn-group > .btn:not(:first-child), +.btn-group > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; + border-bottom-left-radius: 0; } -/* line 81, ../node_modules/bootstrap/scss/_button-group.scss */ -.btn-group .dropdown-toggle:active, -.btn-group.open .dropdown-toggle { - outline: 0; -} - -/* line 99, ../node_modules/bootstrap/scss/_button-group.scss */ -.btn + .dropdown-toggle-split { - padding-right: 0.75rem; - padding-left: 0.75rem; +/* line 75, ../node_modules/bootstrap/scss/_button-group.scss */ +.dropdown-toggle-split { + padding-right: 0.5625rem; + padding-left: 0.5625rem; } -/* line 103, ../node_modules/bootstrap/scss/_button-group.scss */ -.btn + .dropdown-toggle-split::after { +/* line 79, ../node_modules/bootstrap/scss/_button-group.scss */ +.dropdown-toggle-split::after { margin-left: 0; } -/* line 108, ../node_modules/bootstrap/scss/_button-group.scss */ +/* line 84, ../node_modules/bootstrap/scss/_button-group.scss */ .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; } -/* line 113, ../node_modules/bootstrap/scss/_button-group.scss */ +/* line 89, ../node_modules/bootstrap/scss/_button-group.scss */ .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { - padding-right: 1.125rem; - padding-left: 1.125rem; + padding-right: 0.75rem; + padding-left: 0.75rem; } -/* line 135, ../node_modules/bootstrap/scss/_button-group.scss */ +/* line 111, ../node_modules/bootstrap/scss/_button-group.scss */ .btn-group-vertical { - display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center; } -/* line 141, ../node_modules/bootstrap/scss/_button-group.scss */ +/* line 116, ../node_modules/bootstrap/scss/_button-group.scss */ .btn-group-vertical .btn, .btn-group-vertical .btn-group { width: 100%; } -/* line 146, ../node_modules/bootstrap/scss/_button-group.scss */ +/* line 121, ../node_modules/bootstrap/scss/_button-group.scss */ .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, @@ -3755,241 +3683,223 @@ tbody.collapse.show { margin-top: -1px; margin-left: 0; } - -/* line 156, ../node_modules/bootstrap/scss/_button-group.scss */ -.btn-group-vertical > .btn:not(:first-child):not(:last-child) { - border-radius: 0; -} -/* line 159, ../node_modules/bootstrap/scss/_button-group.scss */ -.btn-group-vertical > .btn:first-child:not(:last-child) { +/* line 130, ../node_modules/bootstrap/scss/_button-group.scss */ +.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), +.btn-group-vertical > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } -/* line 162, ../node_modules/bootstrap/scss/_button-group.scss */ -.btn-group-vertical > .btn:last-child:not(:first-child) { - border-top-right-radius: 0; +/* line 135, ../node_modules/bootstrap/scss/_button-group.scss */ +.btn-group-vertical > .btn:not(:first-child), +.btn-group-vertical > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; + border-top-right-radius: 0; } -/* line 166, ../node_modules/bootstrap/scss/_button-group.scss */ -.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; +/* line 155, ../node_modules/bootstrap/scss/_button-group.scss */ +.btn-group-toggle > .btn, +.btn-group-toggle > .btn-group > .btn { + margin-bottom: 0; } - -/* line 170, ../node_modules/bootstrap/scss/_button-group.scss */ -.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; -} - -/* line 175, ../node_modules/bootstrap/scss/_button-group.scss */ -.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { - border-top-right-radius: 0; - border-top-left-radius: 0; -} - -/* line 195, ../node_modules/bootstrap/scss/_button-group.scss */ -[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"] { +/* line 159, ../node_modules/bootstrap/scss/_button-group.scss */ +.btn-group-toggle > .btn input[type="radio"], +.btn-group-toggle > .btn input[type="checkbox"], +.btn-group-toggle > .btn-group > .btn input[type="radio"], +.btn-group-toggle > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } -/* line 5, ../node_modules/bootstrap/scss/_input-group.scss */ +/* line 7, ../node_modules/bootstrap/scss/_input-group.scss */ .input-group { position: relative; display: flex; + flex-wrap: wrap; + align-items: stretch; width: 100%; } -/* line 10, ../node_modules/bootstrap/scss/_input-group.scss */ -.input-group .form-control { +/* line 14, ../node_modules/bootstrap/scss/_input-group.scss */ +.input-group > .form-control, +.input-group > .custom-select, +.input-group > .custom-file { position: relative; - z-index: 2; flex: 1 1 auto; width: 1%; margin-bottom: 0; } -/* line 54, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover { +/* line 25, ../node_modules/bootstrap/scss/_input-group.scss */ +.input-group > .form-control:focus, +.input-group > .custom-select:focus, +.input-group > .custom-file:focus { z-index: 3; } +/* line 29, ../node_modules/bootstrap/scss/_input-group.scss */ +.input-group > .form-control + .form-control, +.input-group > .form-control + .custom-select, +.input-group > .form-control + .custom-file, +.input-group > .custom-select + .form-control, +.input-group > .custom-select + .custom-select, +.input-group > .custom-select + .custom-file, +.input-group > .custom-file + .form-control, +.input-group > .custom-file + .custom-select, +.input-group > .custom-file + .custom-file { + margin-left: -1px; +} +/* line 38, ../node_modules/bootstrap/scss/_input-group.scss */ +.input-group > .form-control:not(:last-child), +.input-group > .custom-select:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +/* line 39, ../node_modules/bootstrap/scss/_input-group.scss */ +.input-group > .form-control:not(:first-child), +.input-group > .custom-select:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +/* line 44, ../node_modules/bootstrap/scss/_input-group.scss */ +.input-group > .custom-file { + display: flex; + align-items: center; +} +/* line 48, ../node_modules/bootstrap/scss/_input-group.scss */ +.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +/* line 50, ../node_modules/bootstrap/scss/_input-group.scss */ +.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} -/* line 28, ../node_modules/bootstrap/scss/_input-group.scss */ -.input-group-addon, -.input-group-btn, -.input-group .form-control { +/* line 62, ../node_modules/bootstrap/scss/_input-group.scss */ +.input-group-prepend, +.input-group-append { display: flex; - flex-direction: column; - justify-content: center; } -/* line 36, ../node_modules/bootstrap/scss/_input-group.scss */ -.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; +/* line 69, ../node_modules/bootstrap/scss/_input-group.scss */ +.input-group-prepend .btn, +.input-group-append .btn { + position: relative; + z-index: 2; +} +/* line 74, ../node_modules/bootstrap/scss/_input-group.scss */ +.input-group-prepend .btn + .btn, +.input-group-prepend .btn + .input-group-text, +.input-group-prepend .input-group-text + .input-group-text, +.input-group-prepend .input-group-text + .btn, +.input-group-append .btn + .btn, +.input-group-append .btn + .input-group-text, +.input-group-append .input-group-text + .input-group-text, +.input-group-append .input-group-text + .btn { + margin-left: -1px; } -/* line 41, ../node_modules/bootstrap/scss/_input-group.scss */ -.input-group-addon, -.input-group-btn { - white-space: nowrap; - vertical-align: middle; +/* line 82, ../node_modules/bootstrap/scss/_input-group.scss */ +.input-group-prepend { + margin-right: -1px; } -/* line 69, ../node_modules/bootstrap/scss/_input-group.scss */ -.input-group-addon { - padding: 0.5rem 0.75rem; +/* line 83, ../node_modules/bootstrap/scss/_input-group.scss */ +.input-group-append { + margin-left: -1px; +} + +/* line 91, ../node_modules/bootstrap/scss/_input-group.scss */ +.input-group-text { + display: flex; + align-items: center; + padding: 0.375rem 0.75rem; margin-bottom: 0; font-size: 1rem; - font-weight: normal; - line-height: 1.25; - color: #464a4c; + font-weight: 400; + line-height: 1.5; + color: #495057; text-align: center; - background-color: #eceeef; - border: 1px solid rgba(0, 0, 0, 0.15); + white-space: nowrap; + background-color: #e9ecef; + border: 1px solid #ced4da; border-radius: 0.25rem; } -/* line 82, ../node_modules/bootstrap/scss/_input-group.scss */ -.input-group-addon.form-control-sm, -.input-group-sm > .input-group-addon, -.input-group-sm > .input-group-btn > .input-group-addon.btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; -} -/* line 87, ../node_modules/bootstrap/scss/_input-group.scss */ -.input-group-addon.form-control-lg, -.input-group-lg > .input-group-addon, -.input-group-lg > .input-group-btn > .input-group-addon.btn { - padding: 0.75rem 1.5rem; - font-size: 1.25rem; - border-radius: 0.3rem; -} -/* line 95, ../node_modules/bootstrap/scss/_input-group.scss */ -.input-group-addon input[type="radio"], -.input-group-addon input[type="checkbox"] { +/* line 107, ../node_modules/bootstrap/scss/_input-group.scss */ +.input-group-text input[type="radio"], +.input-group-text input[type="checkbox"] { margin-top: 0; } -/* line 107, ../node_modules/bootstrap/scss/_input-group.scss */ -.input-group .form-control:not(:last-child), -.input-group-addon:not(:last-child), -.input-group-btn:not(:last-child) > .btn, -.input-group-btn:not(:last-child) > .btn-group > .btn, -.input-group-btn:not(:last-child) > .dropdown-toggle, -.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), -.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn { - border-bottom-right-radius: 0; +/* line 143, ../node_modules/bootstrap/scss/_input-group.scss */ +.input-group > .input-group-prepend > .btn, +.input-group > .input-group-prepend > .input-group-text, +.input-group > .input-group-append:not(:last-child) > .btn, +.input-group > .input-group-append:not(:last-child) > .input-group-text, +.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { border-top-right-radius: 0; + border-bottom-right-radius: 0; } -/* line 116, ../node_modules/bootstrap/scss/_input-group.scss */ -.input-group-addon:not(:last-child) { - border-right: 0; -} - -/* line 119, ../node_modules/bootstrap/scss/_input-group.scss */ -.input-group .form-control:not(:first-child), -.input-group-addon:not(:first-child), -.input-group-btn:not(:first-child) > .btn, -.input-group-btn:not(:first-child) > .btn-group > .btn, -.input-group-btn:not(:first-child) > .dropdown-toggle, -.input-group-btn:not(:last-child) > .btn:not(:first-child), -.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn { - border-bottom-left-radius: 0; +/* line 152, ../node_modules/bootstrap/scss/_input-group.scss */ +.input-group > .input-group-append > .btn, +.input-group > .input-group-append > .input-group-text, +.input-group > .input-group-prepend:not(:first-child) > .btn, +.input-group > .input-group-prepend:not(:first-child) > .input-group-text, +.input-group > .input-group-prepend:first-child > .btn:not(:first-child), +.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { border-top-left-radius: 0; + border-bottom-left-radius: 0; } -/* line 128, ../node_modules/bootstrap/scss/_input-group.scss */ -.form-control + .input-group-addon:not(:first-child) { - border-left: 0; -} - -/* line 136, ../node_modules/bootstrap/scss/_input-group.scss */ -.input-group-btn { - position: relative; - font-size: 0; - white-space: nowrap; -} -/* line 145, ../node_modules/bootstrap/scss/_input-group.scss */ -.input-group-btn > .btn { - position: relative; - flex: 1; -} -/* line 150, ../node_modules/bootstrap/scss/_input-group.scss */ -.input-group-btn > .btn + .btn { - margin-left: -1px; -} -/* line 54, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover { - z-index: 3; -} -/* line 162, ../node_modules/bootstrap/scss/_input-group.scss */ -.input-group-btn:not(:last-child) > .btn, -.input-group-btn:not(:last-child) > .btn-group { - margin-right: -1px; -} -/* line 168, ../node_modules/bootstrap/scss/_input-group.scss */ -.input-group-btn:not(:first-child) > .btn, -.input-group-btn:not(:first-child) > .btn-group { - z-index: 2; - margin-left: -1px; -} -/* line 54, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover, -.input-group-btn:not(:first-child) > .btn-group:focus, -.input-group-btn:not(:first-child) > .btn-group:active, -.input-group-btn:not(:first-child) > .btn-group:hover { - z-index: 3; -} - -/* line 12, ../node_modules/bootstrap/scss/_custom-forms.scss */ +/* line 10, ../node_modules/bootstrap/scss/_custom-forms.scss */ .custom-control { position: relative; - display: inline-flex; + display: block; min-height: 1.5rem; padding-left: 1.5rem; +} + +/* line 17, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-control-inline { + display: inline-flex; margin-right: 1rem; - cursor: pointer; } -/* line 21, ../node_modules/bootstrap/scss/_custom-forms.scss */ +/* line 22, ../node_modules/bootstrap/scss/_custom-forms.scss */ .custom-control-input { position: absolute; z-index: -1; opacity: 0; } -/* line 26, ../node_modules/bootstrap/scss/_custom-forms.scss */ -.custom-control-input:checked ~ .custom-control-indicator { +/* line 27, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-control-input:checked ~ .custom-control-label::before { color: #fff; - background-color: #0275d8; + background-color: #007bff; } -/* line 32, ../node_modules/bootstrap/scss/_custom-forms.scss */ -.custom-control-input:focus ~ .custom-control-indicator { - box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8; +/* line 33, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-control-input:focus ~ .custom-control-label::before { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } -/* line 37, ../node_modules/bootstrap/scss/_custom-forms.scss */ -.custom-control-input:active ~ .custom-control-indicator { +/* line 38, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-control-input:active ~ .custom-control-label::before { color: #fff; - background-color: #8fcafe; + background-color: #b3d7ff; } -/* line 44, ../node_modules/bootstrap/scss/_custom-forms.scss */ -.custom-control-input:disabled ~ .custom-control-indicator { - cursor: not-allowed; - background-color: #eceeef; +/* line 45, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-control-input:disabled ~ .custom-control-label { + color: #6c757d; } -/* line 49, ../node_modules/bootstrap/scss/_custom-forms.scss */ -.custom-control-input:disabled ~ .custom-control-description { - color: #636c72; - cursor: not-allowed; +/* line 48, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-control-input:disabled ~ .custom-control-label::before { + background-color: #e9ecef; } -/* line 60, ../node_modules/bootstrap/scss/_custom-forms.scss */ -.custom-control-indicator { +/* line 59, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-control-label { + margin-bottom: 0; +} +/* line 63, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-control-label::before { position: absolute; top: 0.25rem; left: 0; @@ -3997,246 +3907,283 @@ tbody.collapse.show { width: 1rem; height: 1rem; pointer-events: none; + content: ""; user-select: none; - background-color: #ddd; + background-color: #dee2e6; +} +/* line 78, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-control-label::after { + position: absolute; + top: 0.25rem; + left: 0; + display: block; + width: 1rem; + height: 1rem; + content: ""; background-repeat: no-repeat; background-position: center center; background-size: 50% 50%; } -/* line 81, ../node_modules/bootstrap/scss/_custom-forms.scss */ -.custom-checkbox .custom-control-indicator { +/* line 98, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-checkbox .custom-control-label::before { border-radius: 0.25rem; } -/* line 85, ../node_modules/bootstrap/scss/_custom-forms.scss */ -.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator { +/* line 103, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { + background-color: #007bff; +} +/* line 106, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); } -/* line 89, ../node_modules/bootstrap/scss/_custom-forms.scss */ -.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator { - background-color: #0275d8; +/* line 112, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { + background-color: #007bff; +} +/* line 116, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); } - -/* line 101, ../node_modules/bootstrap/scss/_custom-forms.scss */ -.custom-radio .custom-control-indicator { - border-radius: 50%; +/* line 122, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { + background-color: rgba(0, 123, 255, 0.5); } -/* line 105, ../node_modules/bootstrap/scss/_custom-forms.scss */ -.custom-radio .custom-control-input:checked ~ .custom-control-indicator { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); +/* line 125, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { + background-color: rgba(0, 123, 255, 0.5); } -/* line 116, ../node_modules/bootstrap/scss/_custom-forms.scss */ -.custom-controls-stacked { - display: flex; - flex-direction: column; +/* line 136, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-radio .custom-control-label::before { + border-radius: 50%; } -/* line 120, ../node_modules/bootstrap/scss/_custom-forms.scss */ -.custom-controls-stacked .custom-control { - margin-bottom: 0.25rem; +/* line 141, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-radio .custom-control-input:checked ~ .custom-control-label::before { + background-color: #007bff; } -/* line 123, ../node_modules/bootstrap/scss/_custom-forms.scss */ -.custom-controls-stacked .custom-control + .custom-control { - margin-left: 0; +/* line 144, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-radio .custom-control-input:checked ~ .custom-control-label::after { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); +} +/* line 150, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { + background-color: rgba(0, 123, 255, 0.5); } -/* line 136, ../node_modules/bootstrap/scss/_custom-forms.scss */ +/* line 163, ../node_modules/bootstrap/scss/_custom-forms.scss */ .custom-select { display: inline-block; - max-width: 100%; + width: 100%; height: calc(2.25rem + 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; - line-height: 1.25; - color: #464a4c; + line-height: 1.5; + color: #495057; vertical-align: middle; - background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; + background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; background-size: 8px 10px; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid #ced4da; border-radius: 0.25rem; - -moz-appearance: none; - -webkit-appearance: none; + appearance: none; } -/* line 153, ../node_modules/bootstrap/scss/_custom-forms.scss */ +/* line 181, ../node_modules/bootstrap/scss/_custom-forms.scss */ .custom-select:focus { - border-color: #5cb3fd; - outline: none; + border-color: #80bdff; + outline: 0; + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); } -/* line 158, ../node_modules/bootstrap/scss/_custom-forms.scss */ +/* line 186, ../node_modules/bootstrap/scss/_custom-forms.scss */ .custom-select:focus::-ms-value { - color: #464a4c; + color: #495057; background-color: #fff; } -/* line 169, ../node_modules/bootstrap/scss/_custom-forms.scss */ +/* line 197, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-select[multiple], .custom-select[size]:not([size="1"]) { + height: auto; + padding-right: 0.75rem; + background-image: none; +} +/* line 204, ../node_modules/bootstrap/scss/_custom-forms.scss */ .custom-select:disabled { - color: #636c72; - cursor: not-allowed; - background-color: #eceeef; + color: #6c757d; + background-color: #e9ecef; } -/* line 176, ../node_modules/bootstrap/scss/_custom-forms.scss */ +/* line 210, ../node_modules/bootstrap/scss/_custom-forms.scss */ .custom-select::-ms-expand { opacity: 0; } -/* line 181, ../node_modules/bootstrap/scss/_custom-forms.scss */ +/* line 215, ../node_modules/bootstrap/scss/_custom-forms.scss */ .custom-select-sm { + height: calc(1.8125rem + 2px); padding-top: 0.375rem; padding-bottom: 0.375rem; font-size: 75%; } -/* line 197, ../node_modules/bootstrap/scss/_custom-forms.scss */ +/* line 222, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-select-lg { + height: calc(2.875rem + 2px); + padding-top: 0.375rem; + padding-bottom: 0.375rem; + font-size: 125%; +} + +/* line 234, ../node_modules/bootstrap/scss/_custom-forms.scss */ .custom-file { position: relative; display: inline-block; - max-width: 100%; - height: 2.5rem; + width: 100%; + height: calc(2.25rem + 2px); margin-bottom: 0; - cursor: pointer; } -/* line 206, ../node_modules/bootstrap/scss/_custom-forms.scss */ +/* line 242, ../node_modules/bootstrap/scss/_custom-forms.scss */ .custom-file-input { - min-width: 14rem; - max-width: 100%; - height: 2.5rem; + position: relative; + z-index: 2; + width: 100%; + height: calc(2.25rem + 2px); margin: 0; - filter: alpha(opacity=0); opacity: 0; } +/* line 250, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-file-input:focus ~ .custom-file-control { + border-color: #80bdff; + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} +/* line 254, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-file-input:focus ~ .custom-file-control::before { + border-color: #80bdff; +} +/* line 260, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-file-input:lang(en) ~ .custom-file-label::after { + content: "Browse"; +} -/* line 219, ../node_modules/bootstrap/scss/_custom-forms.scss */ -.custom-file-control { +/* line 266, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-file-label { position: absolute; top: 0; right: 0; left: 0; - z-index: 5; - height: 2.5rem; - padding: 0.5rem 1rem; + z-index: 1; + height: calc(2.25rem + 2px); + padding: 0.375rem 0.75rem; line-height: 1.5; - color: #464a4c; - pointer-events: none; - user-select: none; + color: #495057; background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid #ced4da; border-radius: 0.25rem; } -/* line 237, ../node_modules/bootstrap/scss/_custom-forms.scss */ -.custom-file-control:lang(en)::after { - content: "Choose file..."; -} -/* line 242, ../node_modules/bootstrap/scss/_custom-forms.scss */ -.custom-file-control::before { +/* line 281, ../node_modules/bootstrap/scss/_custom-forms.scss */ +.custom-file-label::after { position: absolute; - top: -1px; - right: -1px; - bottom: -1px; - z-index: 6; + top: 0; + right: 0; + bottom: 0; + z-index: 3; display: block; - height: 2.5rem; - padding: 0.5rem 1rem; + height: calc(calc(2.25rem + 2px) - 1px * 2); + padding: 0.375rem 0.75rem; line-height: 1.5; - color: #464a4c; - background-color: #eceeef; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0 0.25rem 0.25rem 0; -} -/* line 259, ../node_modules/bootstrap/scss/_custom-forms.scss */ -.custom-file-control:lang(en)::before { + color: #495057; content: "Browse"; + background-color: #e9ecef; + border-left: 1px solid #ced4da; + border-radius: 0 0.25rem 0.25rem 0; } /* line 6, ../node_modules/bootstrap/scss/_nav.scss */ .nav { display: flex; + flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; } -/* line 13, ../node_modules/bootstrap/scss/_nav.scss */ +/* line 14, ../node_modules/bootstrap/scss/_nav.scss */ .nav-link { display: block; - padding: 0.5em 1em; + padding: 0.5rem 1rem; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.nav-link:focus, .nav-link:hover { +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.nav-link:hover, .nav-link:focus { text-decoration: none; } -/* line 22, ../node_modules/bootstrap/scss/_nav.scss */ +/* line 23, ../node_modules/bootstrap/scss/_nav.scss */ .nav-link.disabled { - color: #636c72; - cursor: not-allowed; + color: #6c757d; } -/* line 33, ../node_modules/bootstrap/scss/_nav.scss */ +/* line 32, ../node_modules/bootstrap/scss/_nav.scss */ .nav-tabs { - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #dee2e6; } -/* line 36, ../node_modules/bootstrap/scss/_nav.scss */ +/* line 35, ../node_modules/bootstrap/scss/_nav.scss */ .nav-tabs .nav-item { margin-bottom: -1px; } -/* line 40, ../node_modules/bootstrap/scss/_nav.scss */ +/* line 39, ../node_modules/bootstrap/scss/_nav.scss */ .nav-tabs .nav-link { border: 1px solid transparent; - border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { - border-color: #eceeef #eceeef #ddd; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { + border-color: #e9ecef #e9ecef #dee2e6; } -/* line 48, ../node_modules/bootstrap/scss/_nav.scss */ +/* line 47, ../node_modules/bootstrap/scss/_nav.scss */ .nav-tabs .nav-link.disabled { - color: #636c72; + color: #6c757d; background-color: transparent; border-color: transparent; } -/* line 55, ../node_modules/bootstrap/scss/_nav.scss */ +/* line 54, ../node_modules/bootstrap/scss/_nav.scss */ .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { - color: #464a4c; + color: #495057; background-color: #fff; - border-color: #ddd #ddd #fff; + border-color: #dee2e6 #dee2e6 #fff; } -/* line 62, ../node_modules/bootstrap/scss/_nav.scss */ +/* line 61, ../node_modules/bootstrap/scss/_nav.scss */ .nav-tabs .dropdown-menu { margin-top: -1px; - border-top-right-radius: 0; border-top-left-radius: 0; + border-top-right-radius: 0; } -/* line 76, ../node_modules/bootstrap/scss/_nav.scss */ +/* line 75, ../node_modules/bootstrap/scss/_nav.scss */ .nav-pills .nav-link { border-radius: 0.25rem; } -/* line 80, ../node_modules/bootstrap/scss/_nav.scss */ +/* line 79, ../node_modules/bootstrap/scss/_nav.scss */ .nav-pills .nav-link.active, -.nav-pills .nav-item.show .nav-link { +.nav-pills .show > .nav-link { color: #fff; - cursor: default; - background-color: #0275d8; + background-color: #007bff; } -/* line 94, ../node_modules/bootstrap/scss/_nav.scss */ +/* line 92, ../node_modules/bootstrap/scss/_nav.scss */ .nav-fill .nav-item { flex: 1 1 auto; text-align: center; } -/* line 101, ../node_modules/bootstrap/scss/_nav.scss */ +/* line 99, ../node_modules/bootstrap/scss/_nav.scss */ .nav-justified .nav-item { - flex: 1 1 100%; + flex-basis: 0; + flex-grow: 1; text-align: center; } -/* line 113, ../node_modules/bootstrap/scss/_nav.scss */ +/* line 112, ../node_modules/bootstrap/scss/_nav.scss */ .tab-content > .tab-pane { display: none; } -/* line 116, ../node_modules/bootstrap/scss/_nav.scss */ +/* line 115, ../node_modules/bootstrap/scss/_nav.scss */ .tab-content > .active { display: block; } @@ -4245,26 +4192,36 @@ tbody.collapse.show { .navbar { position: relative; display: flex; - flex-direction: column; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; padding: 0.5rem 1rem; } +/* line 28, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar > .container, +.navbar > .container-fluid { + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; +} -/* line 30, ../node_modules/bootstrap/scss/_navbar.scss */ +/* line 42, ../node_modules/bootstrap/scss/_navbar.scss */ .navbar-brand { display: inline-block; - padding-top: .25rem; - padding-bottom: .25rem; + padding-top: 0.3125rem; + padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.navbar-brand:focus, .navbar-brand:hover { +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } -/* line 49, ../node_modules/bootstrap/scss/_navbar.scss */ +/* line 61, ../node_modules/bootstrap/scss/_navbar.scss */ .navbar-nav { display: flex; flex-direction: column; @@ -4272,35 +4229,50 @@ tbody.collapse.show { margin-bottom: 0; list-style: none; } -/* line 56, ../node_modules/bootstrap/scss/_navbar.scss */ +/* line 68, ../node_modules/bootstrap/scss/_navbar.scss */ .navbar-nav .nav-link { padding-right: 0; padding-left: 0; } +/* line 73, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-nav .dropdown-menu { + position: static; + float: none; +} -/* line 67, ../node_modules/bootstrap/scss/_navbar.scss */ +/* line 84, ../node_modules/bootstrap/scss/_navbar.scss */ .navbar-text { display: inline-block; - padding-top: .425rem; - padding-bottom: .425rem; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} + +/* line 99, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-collapse { + flex-basis: 100%; + flex-grow: 1; + align-items: center; } -/* line 80, ../node_modules/bootstrap/scss/_navbar.scss */ +/* line 108, ../node_modules/bootstrap/scss/_navbar.scss */ .navbar-toggler { - align-self: flex-start; padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; - background: transparent; + background-color: transparent; border: 1px solid transparent; border-radius: 0.25rem; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.navbar-toggler:focus, .navbar-toggler:hover { +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; } +/* line 121, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-toggler:not(:disabled):not(.disabled) { + cursor: pointer; +} -/* line 96, ../node_modules/bootstrap/scss/_navbar.scss */ +/* line 128, ../node_modules/bootstrap/scss/_navbar.scss */ .navbar-toggler-icon { display: inline-block; width: 1.5em; @@ -4311,397 +4283,448 @@ tbody.collapse.show { background-size: 100% 100%; } -/* line 108, ../node_modules/bootstrap/scss/_navbar.scss */ -.navbar-toggler-left { - position: absolute; - left: 1rem; -} - -/* line 112, ../node_modules/bootstrap/scss/_navbar.scss */ -.navbar-toggler-right { - position: absolute; - right: 1rem; -} - -@media (max-width: 575px) { - /* line 127, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable .navbar-nav .dropdown-menu { - position: static; - float: none; - } - /* line 133, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable > .container { +@media (max-width: 767.98px) { + /* line 147, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-sm > .container, + .navbar-expand-sm > .container-fluid { padding-right: 0; padding-left: 0; } } -@media (min-width: 576px) { - /* line 124, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable { - flex-direction: row; - flex-wrap: nowrap; - align-items: center; +@media (min-width: 768px) { + /* line 145, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-sm { + flex-flow: row nowrap; + justify-content: flex-start; } - /* line 144, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable .navbar-nav { + /* line 158, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-sm .navbar-nav { flex-direction: row; } - /* line 147, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable .navbar-nav .nav-link { - padding-right: .5rem; - padding-left: .5rem; + /* line 161, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-sm .navbar-nav .dropdown-menu { + position: absolute; } - /* line 154, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable > .container { - display: flex; + /* line 165, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-sm .navbar-nav .dropdown-menu-right { + right: 0; + left: auto; + } + /* line 170, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-sm .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + /* line 177, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-sm > .container, + .navbar-expand-sm > .container-fluid { flex-wrap: nowrap; - align-items: center; } - /* line 161, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable .navbar-collapse { + /* line 182, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-sm .navbar-collapse { display: flex !important; - width: 100%; + flex-basis: auto; } - /* line 167, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable .navbar-toggler { + /* line 189, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-sm .navbar-toggler { display: none; } -} -@media (max-width: 767px) { - /* line 127, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-sm .navbar-nav .dropdown-menu { - position: static; - float: none; + /* line 194, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-sm .dropup .dropdown-menu { + top: auto; + bottom: 100%; } - /* line 133, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-sm > .container { +} +@media (max-width: 1023.98px) { + /* line 147, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-md > .container, + .navbar-expand-md > .container-fluid { padding-right: 0; padding-left: 0; } } -@media (min-width: 768px) { - /* line 124, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-sm { - flex-direction: row; - flex-wrap: nowrap; - align-items: center; +@media (min-width: 1024px) { + /* line 145, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-md { + flex-flow: row nowrap; + justify-content: flex-start; } - /* line 144, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-sm .navbar-nav { + /* line 158, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-md .navbar-nav { flex-direction: row; } - /* line 147, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-sm .navbar-nav .nav-link { - padding-right: .5rem; - padding-left: .5rem; + /* line 161, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-md .navbar-nav .dropdown-menu { + position: absolute; } - /* line 154, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-sm > .container { - display: flex; + /* line 165, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-md .navbar-nav .dropdown-menu-right { + right: 0; + left: auto; + } + /* line 170, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-md .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + /* line 177, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-md > .container, + .navbar-expand-md > .container-fluid { flex-wrap: nowrap; - align-items: center; } - /* line 161, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-sm .navbar-collapse { + /* line 182, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-md .navbar-collapse { display: flex !important; - width: 100%; + flex-basis: auto; } - /* line 167, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-sm .navbar-toggler { + /* line 189, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-md .navbar-toggler { display: none; } -} -@media (max-width: 991px) { - /* line 127, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-md .navbar-nav .dropdown-menu { - position: static; - float: none; + /* line 194, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-md .dropup .dropdown-menu { + top: auto; + bottom: 100%; } - /* line 133, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-md > .container { +} +@media (max-width: 1279.98px) { + /* line 147, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-lg > .container, + .navbar-expand-lg > .container-fluid { padding-right: 0; padding-left: 0; } } -@media (min-width: 992px) { - /* line 124, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-md { - flex-direction: row; - flex-wrap: nowrap; - align-items: center; +@media (min-width: 1280px) { + /* line 145, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-lg { + flex-flow: row nowrap; + justify-content: flex-start; } - /* line 144, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-md .navbar-nav { + /* line 158, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-lg .navbar-nav { flex-direction: row; } - /* line 147, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-md .navbar-nav .nav-link { - padding-right: .5rem; - padding-left: .5rem; + /* line 161, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-lg .navbar-nav .dropdown-menu { + position: absolute; } - /* line 154, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-md > .container { - display: flex; - flex-wrap: nowrap; - align-items: center; + /* line 165, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-lg .navbar-nav .dropdown-menu-right { + right: 0; + left: auto; } - /* line 161, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-md .navbar-collapse { + /* line 170, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-lg .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + /* line 177, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-lg > .container, + .navbar-expand-lg > .container-fluid { + flex-wrap: nowrap; + } + /* line 182, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-lg .navbar-collapse { display: flex !important; - width: 100%; + flex-basis: auto; } - /* line 167, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-md .navbar-toggler { + /* line 189, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-lg .navbar-toggler { display: none; } -} -@media (max-width: 1199px) { - /* line 127, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-lg .navbar-nav .dropdown-menu { - position: static; - float: none; + /* line 194, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-lg .dropup .dropdown-menu { + top: auto; + bottom: 100%; } - /* line 133, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-lg > .container { +} +@media (max-width: 1599.98px) { + /* line 147, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-xl > .container, + .navbar-expand-xl > .container-fluid { padding-right: 0; padding-left: 0; } } -@media (min-width: 1200px) { - /* line 124, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-lg { - flex-direction: row; - flex-wrap: nowrap; - align-items: center; +@media (min-width: 1600px) { + /* line 145, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-xl { + flex-flow: row nowrap; + justify-content: flex-start; } - /* line 144, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-lg .navbar-nav { + /* line 158, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-xl .navbar-nav { flex-direction: row; } - /* line 147, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-lg .navbar-nav .nav-link { - padding-right: .5rem; - padding-left: .5rem; + /* line 161, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-xl .navbar-nav .dropdown-menu { + position: absolute; } - /* line 154, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-lg > .container { - display: flex; + /* line 165, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-xl .navbar-nav .dropdown-menu-right { + right: 0; + left: auto; + } + /* line 170, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-xl .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; + } + /* line 177, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-xl > .container, + .navbar-expand-xl > .container-fluid { flex-wrap: nowrap; - align-items: center; } - /* line 161, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-lg .navbar-collapse { + /* line 182, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-xl .navbar-collapse { display: flex !important; - width: 100%; + flex-basis: auto; } - /* line 167, ../node_modules/bootstrap/scss/_navbar.scss */ - .navbar-toggleable-lg .navbar-toggler { + /* line 189, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-xl .navbar-toggler { display: none; } + /* line 194, ../node_modules/bootstrap/scss/_navbar.scss */ + .navbar-expand-xl .dropup .dropdown-menu { + top: auto; + bottom: 100%; + } } -/* line 124, ../node_modules/bootstrap/scss/_navbar.scss */ -.navbar-toggleable-xl { - flex-direction: row; - flex-wrap: nowrap; - align-items: center; -} -/* line 127, ../node_modules/bootstrap/scss/_navbar.scss */ -.navbar-toggleable-xl .navbar-nav .dropdown-menu { - position: static; - float: none; +/* line 145, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-expand { + flex-flow: row nowrap; + justify-content: flex-start; } -/* line 133, ../node_modules/bootstrap/scss/_navbar.scss */ -.navbar-toggleable-xl > .container { +/* line 147, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-expand > .container, +.navbar-expand > .container-fluid { padding-right: 0; padding-left: 0; } -/* line 144, ../node_modules/bootstrap/scss/_navbar.scss */ -.navbar-toggleable-xl .navbar-nav { +/* line 158, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-expand .navbar-nav { flex-direction: row; } -/* line 147, ../node_modules/bootstrap/scss/_navbar.scss */ -.navbar-toggleable-xl .navbar-nav .nav-link { - padding-right: .5rem; - padding-left: .5rem; +/* line 161, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-expand .navbar-nav .dropdown-menu { + position: absolute; } -/* line 154, ../node_modules/bootstrap/scss/_navbar.scss */ -.navbar-toggleable-xl > .container { - display: flex; +/* line 165, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-expand .navbar-nav .dropdown-menu-right { + right: 0; + left: auto; +} +/* line 170, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-expand .navbar-nav .nav-link { + padding-right: 0.5rem; + padding-left: 0.5rem; +} +/* line 177, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-expand > .container, +.navbar-expand > .container-fluid { flex-wrap: nowrap; - align-items: center; } -/* line 161, ../node_modules/bootstrap/scss/_navbar.scss */ -.navbar-toggleable-xl .navbar-collapse { +/* line 182, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-expand .navbar-collapse { display: flex !important; - width: 100%; + flex-basis: auto; } -/* line 167, ../node_modules/bootstrap/scss/_navbar.scss */ -.navbar-toggleable-xl .navbar-toggler { +/* line 189, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-expand .navbar-toggler { display: none; } +/* line 194, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-expand .dropup .dropdown-menu { + top: auto; + bottom: 100%; +} -/* line 182, ../node_modules/bootstrap/scss/_navbar.scss */ -.navbar-light .navbar-brand, -.navbar-light .navbar-toggler { +/* line 211, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, -.navbar-light .navbar-toggler:focus, -.navbar-light .navbar-toggler:hover { +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: rgba(0, 0, 0, 0.9); } -/* line 192, ../node_modules/bootstrap/scss/_navbar.scss */ +/* line 220, ../node_modules/bootstrap/scss/_navbar.scss */ .navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.5); } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 0.7); } -/* line 199, ../node_modules/bootstrap/scss/_navbar.scss */ +/* line 227, ../node_modules/bootstrap/scss/_navbar.scss */ .navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); } -/* line 204, ../node_modules/bootstrap/scss/_navbar.scss */ -.navbar-light .navbar-nav .open > .nav-link, +/* line 232, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, -.navbar-light .navbar-nav .nav-link.open, +.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); } -/* line 212, ../node_modules/bootstrap/scss/_navbar.scss */ +/* line 240, ../node_modules/bootstrap/scss/_navbar.scss */ .navbar-light .navbar-toggler { + color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); } -/* line 216, ../node_modules/bootstrap/scss/_navbar.scss */ +/* line 245, ../node_modules/bootstrap/scss/_navbar.scss */ .navbar-light .navbar-toggler-icon { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } -/* line 220, ../node_modules/bootstrap/scss/_navbar.scss */ +/* line 249, ../node_modules/bootstrap/scss/_navbar.scss */ .navbar-light .navbar-text { color: rgba(0, 0, 0, 0.5); } +/* line 251, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-light .navbar-text a { + color: rgba(0, 0, 0, 0.9); +} +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { + color: rgba(0, 0, 0, 0.9); +} -/* line 227, ../node_modules/bootstrap/scss/_navbar.scss */ -.navbar-inverse .navbar-brand, -.navbar-inverse .navbar-toggler { - color: white; +/* line 263, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-dark .navbar-brand { + color: #fff; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, -.navbar-inverse .navbar-toggler:focus, -.navbar-inverse .navbar-toggler:hover { - color: white; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { + color: #fff; } -/* line 237, ../node_modules/bootstrap/scss/_navbar.scss */ -.navbar-inverse .navbar-nav .nav-link { +/* line 272, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover { +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); } -/* line 244, ../node_modules/bootstrap/scss/_navbar.scss */ -.navbar-inverse .navbar-nav .nav-link.disabled { +/* line 279, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); } -/* line 249, ../node_modules/bootstrap/scss/_navbar.scss */ -.navbar-inverse .navbar-nav .open > .nav-link, -.navbar-inverse .navbar-nav .active > .nav-link, -.navbar-inverse .navbar-nav .nav-link.open, -.navbar-inverse .navbar-nav .nav-link.active { - color: white; +/* line 284, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-dark .navbar-nav .show > .nav-link, +.navbar-dark .navbar-nav .active > .nav-link, +.navbar-dark .navbar-nav .nav-link.show, +.navbar-dark .navbar-nav .nav-link.active { + color: #fff; } -/* line 257, ../node_modules/bootstrap/scss/_navbar.scss */ -.navbar-inverse .navbar-toggler { +/* line 292, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-dark .navbar-toggler { + color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1); } -/* line 261, ../node_modules/bootstrap/scss/_navbar.scss */ -.navbar-inverse .navbar-toggler-icon { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); +/* line 297, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-dark .navbar-toggler-icon { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } -/* line 265, ../node_modules/bootstrap/scss/_navbar.scss */ -.navbar-inverse .navbar-text { +/* line 301, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.5); } +/* line 303, ../node_modules/bootstrap/scss/_navbar.scss */ +.navbar-dark .navbar-text a { + color: #fff; +} +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { + color: #fff; +} /* line 5, ../node_modules/bootstrap/scss/_card.scss */ .card { position: relative; display: flex; flex-direction: column; + min-width: 0; + word-wrap: break-word; background-color: #fff; + background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; } +/* line 16, ../node_modules/bootstrap/scss/_card.scss */ +.card > hr { + margin-right: 0; + margin-left: 0; +} +/* line 22, ../node_modules/bootstrap/scss/_card.scss */ +.card > .list-group:first-child .list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} +/* line 28, ../node_modules/bootstrap/scss/_card.scss */ +.card > .list-group:last-child .list-group-item:last-child { + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} -/* line 14, ../node_modules/bootstrap/scss/_card.scss */ -.card-block { +/* line 34, ../node_modules/bootstrap/scss/_card.scss */ +.card-body { flex: 1 1 auto; padding: 1.25rem; } -/* line 21, ../node_modules/bootstrap/scss/_card.scss */ +/* line 41, ../node_modules/bootstrap/scss/_card.scss */ .card-title { margin-bottom: 0.75rem; } -/* line 25, ../node_modules/bootstrap/scss/_card.scss */ +/* line 45, ../node_modules/bootstrap/scss/_card.scss */ .card-subtitle { margin-top: -0.375rem; margin-bottom: 0; } -/* line 30, ../node_modules/bootstrap/scss/_card.scss */ +/* line 50, ../node_modules/bootstrap/scss/_card.scss */ .card-text:last-child { margin-bottom: 0; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +/* line 15, ../node_modules/bootstrap/scss/mixins/_hover.scss */ .card-link:hover { text-decoration: none; } -/* line 39, ../node_modules/bootstrap/scss/_card.scss */ +/* line 59, ../node_modules/bootstrap/scss/_card.scss */ .card-link + .card-link { margin-left: 1.25rem; } -/* line 46, ../node_modules/bootstrap/scss/_card.scss */ -.card > .list-group:first-child .list-group-item:first-child { - border-top-right-radius: 0.25rem; - border-top-left-radius: 0.25rem; -} -/* line 52, ../node_modules/bootstrap/scss/_card.scss */ -.card > .list-group:last-child .list-group-item:last-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - -/* line 63, ../node_modules/bootstrap/scss/_card.scss */ +/* line 68, ../node_modules/bootstrap/scss/_card.scss */ .card-header { padding: 0.75rem 1.25rem; margin-bottom: 0; - background-color: #f7f7f9; + background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125); } -/* line 69, ../node_modules/bootstrap/scss/_card.scss */ +/* line 74, ../node_modules/bootstrap/scss/_card.scss */ .card-header:first-child { border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } +/* line 79, ../node_modules/bootstrap/scss/_card.scss */ +.card-header + .list-group .list-group-item:first-child { + border-top: 0; +} -/* line 74, ../node_modules/bootstrap/scss/_card.scss */ +/* line 85, ../node_modules/bootstrap/scss/_card.scss */ .card-footer { padding: 0.75rem 1.25rem; - background-color: #f7f7f9; + background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); } -/* line 79, ../node_modules/bootstrap/scss/_card.scss */ +/* line 90, ../node_modules/bootstrap/scss/_card.scss */ .card-footer:last-child { border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); } -/* line 89, ../node_modules/bootstrap/scss/_card.scss */ +/* line 100, ../node_modules/bootstrap/scss/_card.scss */ .card-header-tabs { margin-right: -0.625rem; margin-bottom: -0.75rem; @@ -4709,145 +4732,13 @@ tbody.collapse.show { border-bottom: 0; } -/* line 96, ../node_modules/bootstrap/scss/_card.scss */ +/* line 107, ../node_modules/bootstrap/scss/_card.scss */ .card-header-pills { margin-right: -0.625rem; margin-left: -0.625rem; } -/* line 106, ../node_modules/bootstrap/scss/_card.scss */ -.card-primary { - background-color: #0275d8; - border-color: #0275d8; -} -/* line 7, ../node_modules/bootstrap/scss/mixins/_cards.scss */ -.card-primary .card-header, -.card-primary .card-footer { - background-color: transparent; -} - -/* line 109, ../node_modules/bootstrap/scss/_card.scss */ -.card-success { - background-color: #5cb85c; - border-color: #5cb85c; -} -/* line 7, ../node_modules/bootstrap/scss/mixins/_cards.scss */ -.card-success .card-header, -.card-success .card-footer { - background-color: transparent; -} - -/* line 112, ../node_modules/bootstrap/scss/_card.scss */ -.card-info { - background-color: #5bc0de; - border-color: #5bc0de; -} -/* line 7, ../node_modules/bootstrap/scss/mixins/_cards.scss */ -.card-info .card-header, -.card-info .card-footer { - background-color: transparent; -} - -/* line 115, ../node_modules/bootstrap/scss/_card.scss */ -.card-warning { - background-color: #f0ad4e; - border-color: #f0ad4e; -} -/* line 7, ../node_modules/bootstrap/scss/mixins/_cards.scss */ -.card-warning .card-header, -.card-warning .card-footer { - background-color: transparent; -} - -/* line 118, ../node_modules/bootstrap/scss/_card.scss */ -.card-danger { - background-color: #d9534f; - border-color: #d9534f; -} -/* line 7, ../node_modules/bootstrap/scss/mixins/_cards.scss */ -.card-danger .card-header, -.card-danger .card-footer { - background-color: transparent; -} - -/* line 123, ../node_modules/bootstrap/scss/_card.scss */ -.card-outline-primary { - background-color: transparent; - border-color: #0275d8; -} - -/* line 126, ../node_modules/bootstrap/scss/_card.scss */ -.card-outline-secondary { - background-color: transparent; - border-color: #ccc; -} - -/* line 129, ../node_modules/bootstrap/scss/_card.scss */ -.card-outline-info { - background-color: transparent; - border-color: #5bc0de; -} - -/* line 132, ../node_modules/bootstrap/scss/_card.scss */ -.card-outline-success { - background-color: transparent; - border-color: #5cb85c; -} - -/* line 135, ../node_modules/bootstrap/scss/_card.scss */ -.card-outline-warning { - background-color: transparent; - border-color: #f0ad4e; -} - -/* line 138, ../node_modules/bootstrap/scss/_card.scss */ -.card-outline-danger { - background-color: transparent; - border-color: #d9534f; -} - -/* line 146, ../node_modules/bootstrap/scss/_card.scss */ -.card-inverse { - color: rgba(255, 255, 255, 0.65); -} -/* line 25, ../node_modules/bootstrap/scss/mixins/_cards.scss */ -.card-inverse .card-header, -.card-inverse .card-footer { - background-color: transparent; - border-color: rgba(255, 255, 255, 0.2); -} -/* line 30, ../node_modules/bootstrap/scss/mixins/_cards.scss */ -.card-inverse .card-header, -.card-inverse .card-footer, -.card-inverse .card-title, -.card-inverse .card-blockquote { - color: #fff; -} -/* line 36, ../node_modules/bootstrap/scss/mixins/_cards.scss */ -.card-inverse .card-link, -.card-inverse .card-text, -.card-inverse .card-subtitle, -.card-inverse .card-blockquote .blockquote-footer { - color: rgba(255, 255, 255, 0.65); -} -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.card-inverse .card-link:focus, .card-inverse .card-link:hover { - color: #fff; -} - -/* line 154, ../node_modules/bootstrap/scss/_card.scss */ -.card-blockquote { - padding: 0; - margin-bottom: 0; - border-left: 0; -} - -/* line 161, ../node_modules/bootstrap/scss/_card.scss */ -.card-img { - border-radius: calc(0.25rem - 1px); -} - -/* line 165, ../node_modules/bootstrap/scss/_card.scss */ +/* line 113, ../node_modules/bootstrap/scss/_card.scss */ .card-img-overlay { position: absolute; top: 0; @@ -4857,131 +4748,173 @@ tbody.collapse.show { padding: 1.25rem; } -/* line 177, ../node_modules/bootstrap/scss/_card.scss */ +/* line 122, ../node_modules/bootstrap/scss/_card.scss */ +.card-img { + width: 100%; + border-radius: calc(0.25rem - 1px); +} + +/* line 128, ../node_modules/bootstrap/scss/_card.scss */ .card-img-top { - border-top-right-radius: calc(0.25rem - 1px); + width: 100%; border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); } -/* line 180, ../node_modules/bootstrap/scss/_card.scss */ +/* line 133, ../node_modules/bootstrap/scss/_card.scss */ .card-img-bottom { + width: 100%; border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } -@media (min-width: 576px) { - /* line 188, ../node_modules/bootstrap/scss/_card.scss */ +/* line 141, ../node_modules/bootstrap/scss/_card.scss */ +.card-deck { + display: flex; + flex-direction: column; +} +/* line 145, ../node_modules/bootstrap/scss/_card.scss */ +.card-deck .card { + margin-bottom: 10px; +} +@media (min-width: 768px) { + /* line 141, ../node_modules/bootstrap/scss/_card.scss */ .card-deck { - display: flex; flex-flow: row wrap; + margin-right: -10px; + margin-left: -10px; } - /* line 192, ../node_modules/bootstrap/scss/_card.scss */ + /* line 154, ../node_modules/bootstrap/scss/_card.scss */ .card-deck .card { display: flex; - flex: 1 0 0; + flex: 1 0 0%; flex-direction: column; + margin-right: 10px; + margin-bottom: 0; + margin-left: 10px; } - /* line 200, ../node_modules/bootstrap/scss/_card.scss */ - .card-deck .card:not(:first-child) { - margin-left: 15px; - } - /* line 201, ../node_modules/bootstrap/scss/_card.scss */ - .card-deck .card:not(:last-child) { - margin-right: 15px; - } } -@media (min-width: 576px) { - /* line 212, ../node_modules/bootstrap/scss/_card.scss */ + +/* line 171, ../node_modules/bootstrap/scss/_card.scss */ +.card-group { + display: flex; + flex-direction: column; +} +/* line 177, ../node_modules/bootstrap/scss/_card.scss */ +.card-group > .card { + margin-bottom: 10px; +} +@media (min-width: 768px) { + /* line 171, ../node_modules/bootstrap/scss/_card.scss */ .card-group { - display: flex; flex-flow: row wrap; } - /* line 216, ../node_modules/bootstrap/scss/_card.scss */ - .card-group .card { - flex: 1 0 0; + /* line 185, ../node_modules/bootstrap/scss/_card.scss */ + .card-group > .card { + flex: 1 0 0%; + margin-bottom: 0; } - /* line 219, ../node_modules/bootstrap/scss/_card.scss */ - .card-group .card + .card { + /* line 190, ../node_modules/bootstrap/scss/_card.scss */ + .card-group > .card + .card { margin-left: 0; border-left: 0; } - /* line 226, ../node_modules/bootstrap/scss/_card.scss */ - .card-group .card:first-child { - border-bottom-right-radius: 0; + /* line 197, ../node_modules/bootstrap/scss/_card.scss */ + .card-group > .card:first-child { border-top-right-radius: 0; + border-bottom-right-radius: 0; } - /* line 229, ../node_modules/bootstrap/scss/_card.scss */ - .card-group .card:first-child .card-img-top { + /* line 200, ../node_modules/bootstrap/scss/_card.scss */ + .card-group > .card:first-child .card-img-top, + .card-group > .card:first-child .card-header { border-top-right-radius: 0; } - /* line 232, ../node_modules/bootstrap/scss/_card.scss */ - .card-group .card:first-child .card-img-bottom { + /* line 204, ../node_modules/bootstrap/scss/_card.scss */ + .card-group > .card:first-child .card-img-bottom, + .card-group > .card:first-child .card-footer { border-bottom-right-radius: 0; } - /* line 236, ../node_modules/bootstrap/scss/_card.scss */ - .card-group .card:last-child { - border-bottom-left-radius: 0; + /* line 210, ../node_modules/bootstrap/scss/_card.scss */ + .card-group > .card:last-child { border-top-left-radius: 0; + border-bottom-left-radius: 0; } - /* line 239, ../node_modules/bootstrap/scss/_card.scss */ - .card-group .card:last-child .card-img-top { + /* line 213, ../node_modules/bootstrap/scss/_card.scss */ + .card-group > .card:last-child .card-img-top, + .card-group > .card:last-child .card-header { border-top-left-radius: 0; } - /* line 242, ../node_modules/bootstrap/scss/_card.scss */ - .card-group .card:last-child .card-img-bottom { + /* line 217, ../node_modules/bootstrap/scss/_card.scss */ + .card-group > .card:last-child .card-img-bottom, + .card-group > .card:last-child .card-footer { border-bottom-left-radius: 0; } - /* line 247, ../node_modules/bootstrap/scss/_card.scss */ - .card-group .card:not(:first-child):not(:last-child) { + /* line 223, ../node_modules/bootstrap/scss/_card.scss */ + .card-group > .card:only-child { + border-radius: 0.25rem; + } + /* line 226, ../node_modules/bootstrap/scss/_card.scss */ + .card-group > .card:only-child .card-img-top, + .card-group > .card:only-child .card-header { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; + } + /* line 230, ../node_modules/bootstrap/scss/_card.scss */ + .card-group > .card:only-child .card-img-bottom, + .card-group > .card:only-child .card-footer { + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; + } + /* line 236, ../node_modules/bootstrap/scss/_card.scss */ + .card-group > .card:not(:first-child):not(:last-child):not(:only-child) { border-radius: 0; } - /* line 250, ../node_modules/bootstrap/scss/_card.scss */ - .card-group .card:not(:first-child):not(:last-child) .card-img-top, - .card-group .card:not(:first-child):not(:last-child) .card-img-bottom { + /* line 239, ../node_modules/bootstrap/scss/_card.scss */ + .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, + .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, + .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, + .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer { border-radius: 0; } } -@media (min-width: 576px) { - /* line 266, ../node_modules/bootstrap/scss/_card.scss */ + +/* line 257, ../node_modules/bootstrap/scss/_card.scss */ +.card-columns .card { + margin-bottom: 0.75rem; +} +@media (min-width: 768px) { + /* line 256, ../node_modules/bootstrap/scss/_card.scss */ .card-columns { column-count: 3; column-gap: 1.25rem; } - /* line 270, ../node_modules/bootstrap/scss/_card.scss */ + /* line 265, ../node_modules/bootstrap/scss/_card.scss */ .card-columns .card { display: inline-block; width: 100%; - margin-bottom: 0.75rem; } } + /* line 1, ../node_modules/bootstrap/scss/_breadcrumb.scss */ .breadcrumb { + display: flex; + flex-wrap: wrap; padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; - background-color: #eceeef; + background-color: #e9ecef; border-radius: 0.25rem; } -/* line 2, ../node_modules/bootstrap/scss/mixins/_clearfix.scss */ -.breadcrumb::after { - display: block; - content: ""; - clear: both; -} -/* line 10, ../node_modules/bootstrap/scss/_breadcrumb.scss */ -.breadcrumb-item { - float: left; -} -/* line 14, ../node_modules/bootstrap/scss/_breadcrumb.scss */ +/* line 13, ../node_modules/bootstrap/scss/_breadcrumb.scss */ .breadcrumb-item + .breadcrumb-item::before { display: inline-block; padding-right: 0.5rem; padding-left: 0.5rem; - color: #636c72; + color: #6c757d; content: "/"; } -/* line 28, ../node_modules/bootstrap/scss/_breadcrumb.scss */ +/* line 27, ../node_modules/bootstrap/scss/_breadcrumb.scss */ .breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: underline; } @@ -4991,7 +4924,7 @@ tbody.collapse.show { } /* line 35, ../node_modules/bootstrap/scss/_breadcrumb.scss */ .breadcrumb-item.active { - color: #636c72; + color: #6c757d; } /* line 1, ../node_modules/bootstrap/scss/_pagination.scss */ @@ -5002,82 +4935,94 @@ tbody.collapse.show { border-radius: 0.25rem; } -/* line 11, ../node_modules/bootstrap/scss/_pagination.scss */ +/* line 7, ../node_modules/bootstrap/scss/_pagination.scss */ +.page-link { + position: relative; + display: block; + padding: 0.5rem 0.75rem; + margin-left: -1px; + line-height: 1.25; + color: #007bff; + background-color: #fff; + border: 1px solid #dee2e6; +} +/* line 17, ../node_modules/bootstrap/scss/_pagination.scss */ +.page-link:hover { + color: #0056b3; + text-decoration: none; + background-color: #e9ecef; + border-color: #dee2e6; +} +/* line 24, ../node_modules/bootstrap/scss/_pagination.scss */ +.page-link:focus { + z-index: 2; + outline: 0; + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); +} +/* line 31, ../node_modules/bootstrap/scss/_pagination.scss */ +.page-link:not(:disabled):not(.disabled) { + cursor: pointer; +} + +/* line 38, ../node_modules/bootstrap/scss/_pagination.scss */ .page-item:first-child .page-link { margin-left: 0; - border-bottom-left-radius: 0.25rem; border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; } -/* line 17, ../node_modules/bootstrap/scss/_pagination.scss */ +/* line 44, ../node_modules/bootstrap/scss/_pagination.scss */ .page-item:last-child .page-link { - border-bottom-right-radius: 0.25rem; border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; } -/* line 22, ../node_modules/bootstrap/scss/_pagination.scss */ +/* line 49, ../node_modules/bootstrap/scss/_pagination.scss */ .page-item.active .page-link { - z-index: 2; + z-index: 1; color: #fff; - background-color: #0275d8; - border-color: #0275d8; + background-color: #007bff; + border-color: #007bff; } -/* line 29, ../node_modules/bootstrap/scss/_pagination.scss */ +/* line 56, ../node_modules/bootstrap/scss/_pagination.scss */ .page-item.disabled .page-link { - color: #636c72; + color: #6c757d; pointer-events: none; - cursor: not-allowed; - background-color: #fff; - border-color: #ddd; -} - -/* line 38, ../node_modules/bootstrap/scss/_pagination.scss */ -.page-link { - position: relative; - display: block; - padding: 0.5rem 0.75rem; - margin-left: -1px; - line-height: 1.25; - color: #0275d8; + cursor: auto; background-color: #fff; - border: 1px solid #ddd; -} -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.page-link:focus, .page-link:hover { - color: #014c8c; - text-decoration: none; - background-color: #eceeef; - border-color: #ddd; + border-color: #dee2e6; } /* line 4, ../node_modules/bootstrap/scss/mixins/_pagination.scss */ .pagination-lg .page-link { padding: 0.75rem 1.5rem; font-size: 1.25rem; + line-height: 1.5; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_pagination.scss */ +/* line 12, ../node_modules/bootstrap/scss/mixins/_pagination.scss */ .pagination-lg .page-item:first-child .page-link { - border-bottom-left-radius: 0.3rem; border-top-left-radius: 0.3rem; + border-bottom-left-radius: 0.3rem; } -/* line 16, ../node_modules/bootstrap/scss/mixins/_pagination.scss */ +/* line 17, ../node_modules/bootstrap/scss/mixins/_pagination.scss */ .pagination-lg .page-item:last-child .page-link { - border-bottom-right-radius: 0.3rem; border-top-right-radius: 0.3rem; + border-bottom-right-radius: 0.3rem; } /* line 4, ../node_modules/bootstrap/scss/mixins/_pagination.scss */ .pagination-sm .page-link { padding: 0.25rem 0.5rem; font-size: 0.875rem; + line-height: 1.5; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_pagination.scss */ +/* line 12, ../node_modules/bootstrap/scss/mixins/_pagination.scss */ .pagination-sm .page-item:first-child .page-link { - border-bottom-left-radius: 0.2rem; border-top-left-radius: 0.2rem; + border-bottom-left-radius: 0.2rem; } -/* line 16, ../node_modules/bootstrap/scss/mixins/_pagination.scss */ +/* line 17, ../node_modules/bootstrap/scss/mixins/_pagination.scss */ .pagination-sm .page-item:last-child .page-link { - border-bottom-right-radius: 0.2rem; border-top-right-radius: 0.2rem; + border-bottom-right-radius: 0.2rem; } /* line 6, ../node_modules/bootstrap/scss/_badge.scss */ @@ -5085,101 +5030,135 @@ tbody.collapse.show { display: inline-block; padding: 0.25em 0.4em; font-size: 75%; - font-weight: bold; + font-weight: 700; line-height: 1; - color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25rem; } -/* line 19, ../node_modules/bootstrap/scss/_badge.scss */ +/* line 18, ../node_modules/bootstrap/scss/_badge.scss */ .badge:empty { display: none; } -/* line 25, ../node_modules/bootstrap/scss/_badge.scss */ +/* line 24, ../node_modules/bootstrap/scss/_badge.scss */ .btn .badge { position: relative; top: -1px; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -a.badge:focus, a.badge:hover { - color: #fff; - text-decoration: none; - cursor: pointer; -} - -/* line 45, ../node_modules/bootstrap/scss/_badge.scss */ +/* line 33, ../node_modules/bootstrap/scss/_badge.scss */ .badge-pill { padding-right: 0.6em; padding-left: 0.6em; border-radius: 10rem; } -/* line 55, ../node_modules/bootstrap/scss/_badge.scss */ -.badge-default { - background-color: #636c72; +/* line 44, ../node_modules/bootstrap/scss/_badge.scss */ +.badge-primary { + color: #fff; + background-color: #007bff; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.badge-default[href]:focus, .badge-default[href]:hover { - background-color: #4b5257; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.badge-primary[href]:hover, .badge-primary[href]:focus { + color: #fff; + text-decoration: none; + background-color: #0062cc; } -/* line 59, ../node_modules/bootstrap/scss/_badge.scss */ -.badge-primary { - background-color: #0275d8; +/* line 44, ../node_modules/bootstrap/scss/_badge.scss */ +.badge-secondary { + color: #fff; + background-color: #6c757d; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.badge-primary[href]:focus, .badge-primary[href]:hover { - background-color: #025aa5; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.badge-secondary[href]:hover, .badge-secondary[href]:focus { + color: #fff; + text-decoration: none; + background-color: #545b62; } -/* line 63, ../node_modules/bootstrap/scss/_badge.scss */ +/* line 44, ../node_modules/bootstrap/scss/_badge.scss */ .badge-success { - background-color: #5cb85c; + color: #fff; + background-color: #4e984a; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.badge-success[href]:focus, .badge-success[href]:hover { - background-color: #449d44; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.badge-success[href]:hover, .badge-success[href]:focus { + color: #fff; + text-decoration: none; + background-color: #3c7639; } -/* line 67, ../node_modules/bootstrap/scss/_badge.scss */ +/* line 44, ../node_modules/bootstrap/scss/_badge.scss */ .badge-info { - background-color: #5bc0de; + color: #fff; + background-color: #17a2b8; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.badge-info[href]:focus, .badge-info[href]:hover { - background-color: #31b0d5; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.badge-info[href]:hover, .badge-info[href]:focus { + color: #fff; + text-decoration: none; + background-color: #117a8b; } -/* line 71, ../node_modules/bootstrap/scss/_badge.scss */ +/* line 44, ../node_modules/bootstrap/scss/_badge.scss */ .badge-warning { - background-color: #f0ad4e; + color: #212529; + background-color: #ffc107; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.badge-warning[href]:focus, .badge-warning[href]:hover { - background-color: #ec971f; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.badge-warning[href]:hover, .badge-warning[href]:focus { + color: #212529; + text-decoration: none; + background-color: #d39e00; } -/* line 75, ../node_modules/bootstrap/scss/_badge.scss */ +/* line 44, ../node_modules/bootstrap/scss/_badge.scss */ .badge-danger { - background-color: #d9534f; + color: #fff; + background-color: #aa0000; +} +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.badge-danger[href]:hover, .badge-danger[href]:focus { + color: #fff; + text-decoration: none; + background-color: #770000; +} + +/* line 44, ../node_modules/bootstrap/scss/_badge.scss */ +.badge-light { + color: #212529; + background-color: #f8f9fa; +} +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.badge-light[href]:hover, .badge-light[href]:focus { + color: #212529; + text-decoration: none; + background-color: #dae0e5; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.badge-danger[href]:focus, .badge-danger[href]:hover { - background-color: #c9302c; + +/* line 44, ../node_modules/bootstrap/scss/_badge.scss */ +.badge-dark { + color: #fff; + background-color: #343a40; +} +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.badge-dark[href]:hover, .badge-dark[href]:focus { + color: #fff; + text-decoration: none; + background-color: #1d2124; } /* line 1, ../node_modules/bootstrap/scss/_jumbotron.scss */ .jumbotron { padding: 2rem 1rem; margin-bottom: 2rem; - background-color: #eceeef; + background-color: #e9ecef; border-radius: 0.3rem; } -@media (min-width: 576px) { +@media (min-width: 768px) { /* line 1, ../node_modules/bootstrap/scss/_jumbotron.scss */ .jumbotron { padding: 4rem 2rem; @@ -5187,11 +5166,6 @@ a.badge:focus, a.badge:hover { } /* line 12, ../node_modules/bootstrap/scss/_jumbotron.scss */ -.jumbotron-hr { - border-top-color: #d0d5d8; -} - -/* line 16, ../node_modules/bootstrap/scss/_jumbotron.scss */ .jumbotron-fluid { padding-right: 0; padding-left: 0; @@ -5200,89 +5174,154 @@ a.badge:focus, a.badge:hover { /* line 5, ../node_modules/bootstrap/scss/_alert.scss */ .alert { + position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; } -/* line 13, ../node_modules/bootstrap/scss/_alert.scss */ +/* line 14, ../node_modules/bootstrap/scss/_alert.scss */ .alert-heading { color: inherit; } -/* line 19, ../node_modules/bootstrap/scss/_alert.scss */ +/* line 20, ../node_modules/bootstrap/scss/_alert.scss */ .alert-link { - font-weight: bold; + font-weight: 700; } -/* line 30, ../node_modules/bootstrap/scss/_alert.scss */ +/* line 29, ../node_modules/bootstrap/scss/_alert.scss */ +.alert-dismissible { + padding-right: 4rem; +} +/* line 33, ../node_modules/bootstrap/scss/_alert.scss */ .alert-dismissible .close { - position: relative; - top: -0.75rem; - right: -1.25rem; + position: absolute; + top: 0; + right: 0; padding: 0.75rem 1.25rem; color: inherit; } -/* line 44, ../node_modules/bootstrap/scss/_alert.scss */ +/* line 48, ../node_modules/bootstrap/scss/_alert.scss */ +.alert-primary { + color: #004085; + background-color: #cce5ff; + border-color: #b8daff; +} +/* line 6, ../node_modules/bootstrap/scss/mixins/_alert.scss */ +.alert-primary hr { + border-top-color: #9fcdff; +} +/* line 10, ../node_modules/bootstrap/scss/mixins/_alert.scss */ +.alert-primary .alert-link { + color: #002752; +} + +/* line 48, ../node_modules/bootstrap/scss/_alert.scss */ +.alert-secondary { + color: #383d41; + background-color: #e2e3e5; + border-color: #d6d8db; +} +/* line 6, ../node_modules/bootstrap/scss/mixins/_alert.scss */ +.alert-secondary hr { + border-top-color: #c8cbcf; +} +/* line 10, ../node_modules/bootstrap/scss/mixins/_alert.scss */ +.alert-secondary .alert-link { + color: #202326; +} + +/* line 48, ../node_modules/bootstrap/scss/_alert.scss */ .alert-success { - background-color: #dff0d8; - border-color: #d0e9c6; - color: #3c763d; + color: #294f26; + background-color: #dceadb; + border-color: #cde2cc; } -/* line 8, ../node_modules/bootstrap/scss/mixins/_alert.scss */ +/* line 6, ../node_modules/bootstrap/scss/mixins/_alert.scss */ .alert-success hr { - border-top-color: #c1e2b3; + border-top-color: #bdd9bc; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_alert.scss */ +/* line 10, ../node_modules/bootstrap/scss/mixins/_alert.scss */ .alert-success .alert-link { - color: #2b542c; + color: #172d15; } -/* line 47, ../node_modules/bootstrap/scss/_alert.scss */ +/* line 48, ../node_modules/bootstrap/scss/_alert.scss */ .alert-info { - background-color: #d9edf7; - border-color: #bcdff1; - color: #31708f; + color: #0c5460; + background-color: #d1ecf1; + border-color: #bee5eb; } -/* line 8, ../node_modules/bootstrap/scss/mixins/_alert.scss */ +/* line 6, ../node_modules/bootstrap/scss/mixins/_alert.scss */ .alert-info hr { - border-top-color: #a6d5ec; + border-top-color: #abdde5; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_alert.scss */ +/* line 10, ../node_modules/bootstrap/scss/mixins/_alert.scss */ .alert-info .alert-link { - color: #245269; + color: #062c33; } -/* line 50, ../node_modules/bootstrap/scss/_alert.scss */ +/* line 48, ../node_modules/bootstrap/scss/_alert.scss */ .alert-warning { - background-color: #fcf8e3; - border-color: #faf2cc; - color: #8a6d3b; + color: #856404; + background-color: #fff3cd; + border-color: #ffeeba; } -/* line 8, ../node_modules/bootstrap/scss/mixins/_alert.scss */ +/* line 6, ../node_modules/bootstrap/scss/mixins/_alert.scss */ .alert-warning hr { - border-top-color: #f7ecb5; + border-top-color: #ffe8a1; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_alert.scss */ +/* line 10, ../node_modules/bootstrap/scss/mixins/_alert.scss */ .alert-warning .alert-link { - color: #66512c; + color: #533f03; } -/* line 53, ../node_modules/bootstrap/scss/_alert.scss */ +/* line 48, ../node_modules/bootstrap/scss/_alert.scss */ .alert-danger { - background-color: #f2dede; - border-color: #ebcccc; - color: #a94442; + color: #580000; + background-color: #eecccc; + border-color: #e7b8b8; } -/* line 8, ../node_modules/bootstrap/scss/mixins/_alert.scss */ +/* line 6, ../node_modules/bootstrap/scss/mixins/_alert.scss */ .alert-danger hr { - border-top-color: #e4b9b9; + border-top-color: #e1a5a5; } -/* line 11, ../node_modules/bootstrap/scss/mixins/_alert.scss */ +/* line 10, ../node_modules/bootstrap/scss/mixins/_alert.scss */ .alert-danger .alert-link { - color: #843534; + color: #250000; +} + +/* line 48, ../node_modules/bootstrap/scss/_alert.scss */ +.alert-light { + color: #818182; + background-color: #fefefe; + border-color: #fdfdfe; +} +/* line 6, ../node_modules/bootstrap/scss/mixins/_alert.scss */ +.alert-light hr { + border-top-color: #ececf6; +} +/* line 10, ../node_modules/bootstrap/scss/mixins/_alert.scss */ +.alert-light .alert-link { + color: #686868; +} + +/* line 48, ../node_modules/bootstrap/scss/_alert.scss */ +.alert-dark { + color: #1b1e21; + background-color: #d6d8d9; + border-color: #c6c8ca; +} +/* line 6, ../node_modules/bootstrap/scss/mixins/_alert.scss */ +.alert-dark hr { + border-top-color: #b9bbbe; +} +/* line 10, ../node_modules/bootstrap/scss/mixins/_alert.scss */ +.alert-dark .alert-link { + color: #040505; } @keyframes progress-bar-stripes { @@ -5293,31 +5332,34 @@ a.badge:focus, a.badge:hover { background-position: 0 0; } } -/* line 8, ../node_modules/bootstrap/scss/_progress.scss */ +/* line 6, ../node_modules/bootstrap/scss/_progress.scss */ .progress { display: flex; + height: 1rem; overflow: hidden; font-size: 0.75rem; - line-height: 1rem; - text-align: center; - background-color: #eceeef; + background-color: #e9ecef; border-radius: 0.25rem; } -/* line 17, ../node_modules/bootstrap/scss/_progress.scss */ +/* line 16, ../node_modules/bootstrap/scss/_progress.scss */ .progress-bar { - height: 1rem; + display: flex; + flex-direction: column; + justify-content: center; color: #fff; - background-color: #0275d8; + text-align: center; + background-color: #007bff; + transition: width 0.6s ease; } -/* line 24, ../node_modules/bootstrap/scss/_progress.scss */ +/* line 26, ../node_modules/bootstrap/scss/_progress.scss */ .progress-bar-striped { 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: 1rem 1rem; } -/* line 30, ../node_modules/bootstrap/scss/_progress.scss */ +/* line 31, ../node_modules/bootstrap/scss/_progress.scss */ .progress-bar-animated { animation: progress-bar-stripes 1s linear infinite; } @@ -5344,293 +5386,235 @@ a.badge:focus, a.badge:hover { /* line 20, ../node_modules/bootstrap/scss/_list-group.scss */ .list-group-item-action { width: 100%; - color: #464a4c; + color: #495057; text-align: inherit; } -/* line 25, ../node_modules/bootstrap/scss/_list-group.scss */ -.list-group-item-action .list-group-item-heading { - color: #292b2c; -} -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.list-group-item-action:focus, .list-group-item-action:hover { - color: #464a4c; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.list-group-item-action:hover, .list-group-item-action:focus { + color: #495057; text-decoration: none; - background-color: #f7f7f9; + background-color: #f8f9fa; } -/* line 36, ../node_modules/bootstrap/scss/_list-group.scss */ +/* line 32, ../node_modules/bootstrap/scss/_list-group.scss */ .list-group-item-action:active { - color: #292b2c; - background-color: #eceeef; + color: #212529; + background-color: #e9ecef; } -/* line 47, ../node_modules/bootstrap/scss/_list-group.scss */ +/* line 43, ../node_modules/bootstrap/scss/_list-group.scss */ .list-group-item { position: relative; - display: flex; - flex-flow: row wrap; - align-items: center; + display: block; padding: 0.75rem 1.25rem; margin-bottom: -1px; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); } -/* line 58, ../node_modules/bootstrap/scss/_list-group.scss */ +/* line 52, ../node_modules/bootstrap/scss/_list-group.scss */ .list-group-item:first-child { - border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; } -/* line 62, ../node_modules/bootstrap/scss/_list-group.scss */ +/* line 56, ../node_modules/bootstrap/scss/_list-group.scss */ .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.list-group-item:focus, .list-group-item:hover { +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.list-group-item:hover, .list-group-item:focus { + z-index: 1; text-decoration: none; } -/* line 71, ../node_modules/bootstrap/scss/_list-group.scss */ +/* line 66, ../node_modules/bootstrap/scss/_list-group.scss */ .list-group-item.disabled, .list-group-item:disabled { - color: #636c72; - cursor: not-allowed; + color: #6c757d; background-color: #fff; } -/* line 78, ../node_modules/bootstrap/scss/_list-group.scss */ -.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading { - color: inherit; -} -/* line 81, ../node_modules/bootstrap/scss/_list-group.scss */ -.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text { - color: #636c72; -} -/* line 87, ../node_modules/bootstrap/scss/_list-group.scss */ +/* line 73, ../node_modules/bootstrap/scss/_list-group.scss */ .list-group-item.active { z-index: 2; color: #fff; - background-color: #0275d8; - border-color: #0275d8; -} -/* line 94, ../node_modules/bootstrap/scss/_list-group.scss */ -.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 { - color: inherit; -} -/* line 100, ../node_modules/bootstrap/scss/_list-group.scss */ -.list-group-item.active .list-group-item-text { - color: #daeeff; + background-color: #007bff; + border-color: #007bff; } -/* line 113, ../node_modules/bootstrap/scss/_list-group.scss */ +/* line 88, ../node_modules/bootstrap/scss/_list-group.scss */ .list-group-flush .list-group-item { border-right: 0; border-left: 0; border-radius: 0; } -/* line 120, ../node_modules/bootstrap/scss/_list-group.scss */ +/* line 95, ../node_modules/bootstrap/scss/_list-group.scss */ .list-group-flush:first-child .list-group-item:first-child { border-top: 0; } -/* line 126, ../node_modules/bootstrap/scss/_list-group.scss */ +/* line 101, ../node_modules/bootstrap/scss/_list-group.scss */ .list-group-flush:last-child .list-group-item:last-child { border-bottom: 0; } /* line 4, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ -.list-group-item-success { - color: #3c763d; - background-color: #dff0d8; +.list-group-item-primary { + color: #004085; + background-color: #b8daff; } - -/* line 9, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ -a.list-group-item-success, -button.list-group-item-success { - color: #3c763d; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { + color: #004085; + background-color: #9fcdff; } -/* line 13, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ -a.list-group-item-success .list-group-item-heading, -button.list-group-item-success .list-group-item-heading { - color: inherit; +/* line 14, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ +.list-group-item-primary.list-group-item-action.active { + color: #fff; + background-color: #004085; + border-color: #004085; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -a.list-group-item-success:focus, a.list-group-item-success:hover, -button.list-group-item-success:focus, -button.list-group-item-success:hover { - color: #3c763d; - background-color: #d0e9c6; + +/* line 4, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ +.list-group-item-secondary { + color: #383d41; + background-color: #d6d8db; } -/* line 22, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ -a.list-group-item-success.active, -button.list-group-item-success.active { +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { + color: #383d41; + background-color: #c8cbcf; +} +/* line 14, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ +.list-group-item-secondary.list-group-item-action.active { color: #fff; - background-color: #3c763d; - border-color: #3c763d; + background-color: #383d41; + border-color: #383d41; } /* line 4, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ -.list-group-item-info { - color: #31708f; - background-color: #d9edf7; +.list-group-item-success { + color: #294f26; + background-color: #cde2cc; } - -/* line 9, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ -a.list-group-item-info, -button.list-group-item-info { - color: #31708f; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { + color: #294f26; + background-color: #bdd9bc; } -/* line 13, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ -a.list-group-item-info .list-group-item-heading, -button.list-group-item-info .list-group-item-heading { - color: inherit; +/* line 14, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ +.list-group-item-success.list-group-item-action.active { + color: #fff; + background-color: #294f26; + border-color: #294f26; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -a.list-group-item-info:focus, a.list-group-item-info:hover, -button.list-group-item-info:focus, -button.list-group-item-info:hover { - color: #31708f; - background-color: #c4e3f3; + +/* line 4, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ +.list-group-item-info { + color: #0c5460; + background-color: #bee5eb; +} +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { + color: #0c5460; + background-color: #abdde5; } -/* line 22, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ -a.list-group-item-info.active, -button.list-group-item-info.active { +/* line 14, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ +.list-group-item-info.list-group-item-action.active { color: #fff; - background-color: #31708f; - border-color: #31708f; + background-color: #0c5460; + border-color: #0c5460; } /* line 4, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ .list-group-item-warning { - color: #8a6d3b; - background-color: #fcf8e3; -} - -/* line 9, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ -a.list-group-item-warning, -button.list-group-item-warning { - color: #8a6d3b; -} -/* line 13, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ -a.list-group-item-warning .list-group-item-heading, -button.list-group-item-warning .list-group-item-heading { - color: inherit; + color: #856404; + background-color: #ffeeba; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -a.list-group-item-warning:focus, a.list-group-item-warning:hover, -button.list-group-item-warning:focus, -button.list-group-item-warning:hover { - color: #8a6d3b; - background-color: #faf2cc; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { + color: #856404; + background-color: #ffe8a1; } -/* line 22, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ -a.list-group-item-warning.active, -button.list-group-item-warning.active { +/* line 14, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ +.list-group-item-warning.list-group-item-action.active { color: #fff; - background-color: #8a6d3b; - border-color: #8a6d3b; + background-color: #856404; + border-color: #856404; } /* line 4, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ .list-group-item-danger { - color: #a94442; - background-color: #f2dede; -} - -/* line 9, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ -a.list-group-item-danger, -button.list-group-item-danger { - color: #a94442; -} -/* line 13, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ -a.list-group-item-danger .list-group-item-heading, -button.list-group-item-danger .list-group-item-heading { - color: inherit; + color: #580000; + background-color: #e7b8b8; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -a.list-group-item-danger:focus, a.list-group-item-danger:hover, -button.list-group-item-danger:focus, -button.list-group-item-danger:hover { - color: #a94442; - background-color: #ebcccc; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { + color: #580000; + background-color: #e1a5a5; } -/* line 22, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ -a.list-group-item-danger.active, -button.list-group-item-danger.active { +/* line 14, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ +.list-group-item-danger.list-group-item-action.active { color: #fff; - background-color: #a94442; - border-color: #a94442; + background-color: #580000; + border-color: #580000; } -/* line 3, ../node_modules/bootstrap/scss/_responsive-embed.scss */ -.embed-responsive { - position: relative; - display: block; - width: 100%; - padding: 0; - overflow: hidden; -} -/* line 10, ../node_modules/bootstrap/scss/_responsive-embed.scss */ -.embed-responsive::before { - display: block; - content: ""; +/* line 4, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ +.list-group-item-light { + color: #818182; + background-color: #fdfdfe; } -/* line 15, ../node_modules/bootstrap/scss/_responsive-embed.scss */ -.embed-responsive .embed-responsive-item, -.embed-responsive iframe, -.embed-responsive embed, -.embed-responsive object, -.embed-responsive video { - position: absolute; - top: 0; - bottom: 0; - left: 0; - width: 100%; - height: 100%; - border: 0; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { + color: #818182; + background-color: #ececf6; } - -/* line 31, ../node_modules/bootstrap/scss/_responsive-embed.scss */ -.embed-responsive-21by9::before { - padding-top: 42.85714%; +/* line 14, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ +.list-group-item-light.list-group-item-action.active { + color: #fff; + background-color: #818182; + border-color: #818182; } -/* line 37, ../node_modules/bootstrap/scss/_responsive-embed.scss */ -.embed-responsive-16by9::before { - padding-top: 56.25%; +/* line 4, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ +.list-group-item-dark { + color: #1b1e21; + background-color: #c6c8ca; } - -/* line 43, ../node_modules/bootstrap/scss/_responsive-embed.scss */ -.embed-responsive-4by3::before { - padding-top: 75%; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { + color: #1b1e21; + background-color: #b9bbbe; } - -/* line 49, ../node_modules/bootstrap/scss/_responsive-embed.scss */ -.embed-responsive-1by1::before { - padding-top: 100%; +/* line 14, ../node_modules/bootstrap/scss/mixins/_list-group.scss */ +.list-group-item-dark.list-group-item-action.active { + color: #fff; + background-color: #1b1e21; + border-color: #1b1e21; } /* line 1, ../node_modules/bootstrap/scss/_close.scss */ .close { float: right; font-size: 1.5rem; - font-weight: bold; + font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.close:focus, .close:hover { +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.close:hover, .close:focus { color: #000; text-decoration: none; - cursor: pointer; opacity: .75; } +/* line 17, ../node_modules/bootstrap/scss/_close.scss */ +.close:not(:disabled):not(.disabled) { + cursor: pointer; +} -/* line 24, ../node_modules/bootstrap/scss/_close.scss */ +/* line 28, ../node_modules/bootstrap/scss/_close.scss */ button.close { padding: 0; - cursor: pointer; - background: transparent; + background-color: transparent; border: 0; -webkit-appearance: none; } @@ -5652,34 +5636,43 @@ button.close { overflow: hidden; outline: 0; } -/* line 30, ../node_modules/bootstrap/scss/_modal.scss */ -.modal.fade .modal-dialog { - transition: transform 0.3s ease-out; - transform: translate(0, -25%); -} -/* line 34, ../node_modules/bootstrap/scss/_modal.scss */ -.modal.show .modal-dialog { - transform: translate(0, 0); -} - -/* line 36, ../node_modules/bootstrap/scss/_modal.scss */ +/* line 29, ../node_modules/bootstrap/scss/_modal.scss */ .modal-open .modal { overflow-x: hidden; overflow-y: auto; } -/* line 42, ../node_modules/bootstrap/scss/_modal.scss */ +/* line 36, ../node_modules/bootstrap/scss/_modal.scss */ .modal-dialog { position: relative; width: auto; - margin: 10px; + margin: 0.5rem; + pointer-events: none; +} +/* line 44, ../node_modules/bootstrap/scss/_modal.scss */ +.modal.fade .modal-dialog { + transition: transform 0.3s ease-out; + transform: translate(0, -25%); +} +/* line 48, ../node_modules/bootstrap/scss/_modal.scss */ +.modal.show .modal-dialog { + transform: translate(0, 0); +} + +/* line 53, ../node_modules/bootstrap/scss/_modal.scss */ +.modal-dialog-centered { + display: flex; + align-items: center; + min-height: calc(100% - (0.5rem * 2)); } -/* line 49, ../node_modules/bootstrap/scss/_modal.scss */ +/* line 60, ../node_modules/bootstrap/scss/_modal.scss */ .modal-content { position: relative; display: flex; flex-direction: column; + width: 100%; + pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); @@ -5687,7 +5680,7 @@ button.close { outline: 0; } -/* line 63, ../node_modules/bootstrap/scss/_modal.scss */ +/* line 77, ../node_modules/bootstrap/scss/_modal.scss */ .modal-backdrop { position: fixed; top: 0; @@ -5697,55 +5690,62 @@ button.close { z-index: 1040; background-color: #000; } -/* line 73, ../node_modules/bootstrap/scss/_modal.scss */ +/* line 87, ../node_modules/bootstrap/scss/_modal.scss */ .modal-backdrop.fade { opacity: 0; } -/* line 74, ../node_modules/bootstrap/scss/_modal.scss */ +/* line 88, ../node_modules/bootstrap/scss/_modal.scss */ .modal-backdrop.show { opacity: 0.5; } -/* line 79, ../node_modules/bootstrap/scss/_modal.scss */ +/* line 93, ../node_modules/bootstrap/scss/_modal.scss */ .modal-header { display: flex; - align-items: center; + align-items: flex-start; justify-content: space-between; - padding: 15px; - border-bottom: 1px solid #eceeef; + padding: 1rem; + border-bottom: 1px solid #e9ecef; + border-top-left-radius: 0.3rem; + border-top-right-radius: 0.3rem; +} +/* line 101, ../node_modules/bootstrap/scss/_modal.scss */ +.modal-header .close { + padding: 1rem; + margin: -1rem -1rem -1rem auto; } -/* line 88, ../node_modules/bootstrap/scss/_modal.scss */ +/* line 109, ../node_modules/bootstrap/scss/_modal.scss */ .modal-title { margin-bottom: 0; line-height: 1.5; } -/* line 95, ../node_modules/bootstrap/scss/_modal.scss */ +/* line 116, ../node_modules/bootstrap/scss/_modal.scss */ .modal-body { position: relative; flex: 1 1 auto; - padding: 15px; + padding: 1rem; } -/* line 104, ../node_modules/bootstrap/scss/_modal.scss */ +/* line 125, ../node_modules/bootstrap/scss/_modal.scss */ .modal-footer { display: flex; align-items: center; justify-content: flex-end; - padding: 15px; - border-top: 1px solid #eceeef; + padding: 1rem; + border-top: 1px solid #e9ecef; } -/* line 112, ../node_modules/bootstrap/scss/_modal.scss */ +/* line 133, ../node_modules/bootstrap/scss/_modal.scss */ .modal-footer > :not(:first-child) { margin-left: .25rem; } -/* line 113, ../node_modules/bootstrap/scss/_modal.scss */ +/* line 134, ../node_modules/bootstrap/scss/_modal.scss */ .modal-footer > :not(:last-child) { margin-right: .25rem; } -/* line 117, ../node_modules/bootstrap/scss/_modal.scss */ +/* line 138, ../node_modules/bootstrap/scss/_modal.scss */ .modal-scrollbar-measure { position: absolute; top: -9999px; @@ -5754,20 +5754,25 @@ button.close { overflow: scroll; } -@media (min-width: 576px) { - /* line 128, ../node_modules/bootstrap/scss/_modal.scss */ +@media (min-width: 768px) { + /* line 149, ../node_modules/bootstrap/scss/_modal.scss */ .modal-dialog { max-width: 500px; - margin: 30px auto; + margin: 1.75rem auto; + } + + /* line 154, ../node_modules/bootstrap/scss/_modal.scss */ + .modal-dialog-centered { + min-height: calc(100% - (1.75rem * 2)); } - /* line 137, ../node_modules/bootstrap/scss/_modal.scss */ + /* line 162, ../node_modules/bootstrap/scss/_modal.scss */ .modal-sm { max-width: 300px; } } -@media (min-width: 992px) { - /* line 141, ../node_modules/bootstrap/scss/_modal.scss */ +@media (min-width: 1280px) { + /* line 167, ../node_modules/bootstrap/scss/_modal.scss */ .modal-lg { max-width: 800px; } @@ -5777,102 +5782,117 @@ button.close { position: absolute; z-index: 1070; display: block; - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-style: normal; - font-weight: normal; - letter-spacing: normal; - line-break: auto; + font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; - white-space: normal; + letter-spacing: normal; word-break: normal; word-spacing: normal; + white-space: normal; + line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; } -/* line 14, ../node_modules/bootstrap/scss/_tooltip.scss */ +/* line 15, ../node_modules/bootstrap/scss/_tooltip.scss */ .tooltip.show { opacity: 0.9; } -/* line 16, ../node_modules/bootstrap/scss/_tooltip.scss */ -.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom { - padding: 5px 0; - margin-top: -3px; +/* line 17, ../node_modules/bootstrap/scss/_tooltip.scss */ +.tooltip .arrow { + position: absolute; + display: block; + width: 0.8rem; + height: 0.4rem; } -/* line 21, ../node_modules/bootstrap/scss/_tooltip.scss */ -.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before { - bottom: 0; - left: 50%; - margin-left: -5px; +/* line 23, ../node_modules/bootstrap/scss/_tooltip.scss */ +.tooltip .arrow::before { + position: absolute; content: ""; - border-width: 5px 5px 0; - border-top-color: #000; + border-color: transparent; + border-style: solid; } -/* line 30, ../node_modules/bootstrap/scss/_tooltip.scss */ -.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left { - padding: 0 5px; - margin-left: 3px; + +/* line 32, ../node_modules/bootstrap/scss/_tooltip.scss */ +.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] { + padding: 0.4rem 0; } /* line 35, ../node_modules/bootstrap/scss/_tooltip.scss */ -.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before { - top: 50%; +.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow { + bottom: 0; +} +/* line 38, ../node_modules/bootstrap/scss/_tooltip.scss */ +.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { + top: 0; + border-width: 0.4rem 0.4rem 0; + border-top-color: #000; +} + +/* line 46, ../node_modules/bootstrap/scss/_tooltip.scss */ +.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] { + padding: 0 0.4rem; +} +/* line 49, ../node_modules/bootstrap/scss/_tooltip.scss */ +.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow { left: 0; - margin-top: -5px; - content: ""; - border-width: 5px 5px 5px 0; + width: 0.4rem; + height: 0.8rem; +} +/* line 54, ../node_modules/bootstrap/scss/_tooltip.scss */ +.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { + right: 0; + border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; } -/* line 44, ../node_modules/bootstrap/scss/_tooltip.scss */ -.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top { - padding: 5px 0; - margin-top: 3px; + +/* line 62, ../node_modules/bootstrap/scss/_tooltip.scss */ +.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] { + padding: 0.4rem 0; } -/* line 49, ../node_modules/bootstrap/scss/_tooltip.scss */ -.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before { +/* line 65, ../node_modules/bootstrap/scss/_tooltip.scss */ +.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow { top: 0; - left: 50%; - margin-left: -5px; - content: ""; - border-width: 0 5px 5px; +} +/* line 68, ../node_modules/bootstrap/scss/_tooltip.scss */ +.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { + bottom: 0; + border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; } -/* line 58, ../node_modules/bootstrap/scss/_tooltip.scss */ -.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right { - padding: 0 5px; - margin-left: -3px; + +/* line 76, ../node_modules/bootstrap/scss/_tooltip.scss */ +.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] { + padding: 0 0.4rem; } -/* line 63, ../node_modules/bootstrap/scss/_tooltip.scss */ -.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before { - top: 50%; +/* line 79, ../node_modules/bootstrap/scss/_tooltip.scss */ +.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow { right: 0; - margin-top: -5px; - content: ""; - border-width: 5px 0 5px 5px; + width: 0.4rem; + height: 0.8rem; +} +/* line 84, ../node_modules/bootstrap/scss/_tooltip.scss */ +.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { + left: 0; + border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; } -/* line 75, ../node_modules/bootstrap/scss/_tooltip.scss */ +/* line 108, ../node_modules/bootstrap/scss/_tooltip.scss */ .tooltip-inner { max-width: 200px; - padding: 3px 8px; + padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #000; border-radius: 0.25rem; } -/* line 83, ../node_modules/bootstrap/scss/_tooltip.scss */ -.tooltip-inner::before { - position: absolute; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} /* line 1, ../node_modules/bootstrap/scss/_popover.scss */ .popover { @@ -5882,21 +5902,20 @@ button.close { z-index: 1060; display: block; max-width: 276px; - padding: 1px; - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-style: normal; - font-weight: normal; - letter-spacing: normal; - line-break: auto; + font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; - white-space: normal; + letter-spacing: normal; word-break: normal; word-spacing: normal; + white-space: normal; + line-break: auto; font-size: 0.875rem; word-wrap: break-word; background-color: #fff; @@ -5904,143 +5923,160 @@ button.close { border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; } -/* line 24, ../node_modules/bootstrap/scss/_popover.scss */ -.popover.popover-top, .popover.bs-tether-element-attached-bottom { - margin-top: -10px; +/* line 20, ../node_modules/bootstrap/scss/_popover.scss */ +.popover .arrow { + position: absolute; + display: block; + width: 1rem; + height: 0.5rem; + margin: 0 0.3rem; } -/* line 28, ../node_modules/bootstrap/scss/_popover.scss */ -.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after { - left: 50%; - border-bottom-width: 0; +/* line 27, ../node_modules/bootstrap/scss/_popover.scss */ +.popover .arrow::before, .popover .arrow::after { + position: absolute; + display: block; + content: ""; + border-color: transparent; + border-style: solid; } -/* line 34, ../node_modules/bootstrap/scss/_popover.scss */ -.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before { - bottom: -11px; - margin-left: -11px; - border-top-color: rgba(0, 0, 0, 0.25); + +/* line 38, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-top, .bs-popover-auto[x-placement^="top"] { + margin-bottom: 0.5rem; } -/* line 40, ../node_modules/bootstrap/scss/_popover.scss */ -.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after { - bottom: -10px; - margin-left: -10px; +/* line 41, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow { + bottom: calc((0.5rem + 1px) * -1); +} +/* line 45, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, +.bs-popover-top .arrow::after, +.bs-popover-auto[x-placement^="top"] .arrow::after { + border-width: 0.5rem 0.5rem 0; +} +/* line 50, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before { + bottom: 0; + border-top-color: rgba(0, 0, 0, 0.25); +} +/* line 55, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after { + bottom: 1px; border-top-color: #fff; } -/* line 47, ../node_modules/bootstrap/scss/_popover.scss */ -.popover.popover-right, .popover.bs-tether-element-attached-left { - margin-left: 10px; + +/* line 61, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-right, .bs-popover-auto[x-placement^="right"] { + margin-left: 0.5rem; +} +/* line 64, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow { + left: calc((0.5rem + 1px) * -1); + width: 0.5rem; + height: 1rem; + margin: 0.3rem 0; } -/* line 51, ../node_modules/bootstrap/scss/_popover.scss */ -.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after { - top: 50%; - border-left-width: 0; +/* line 71, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, +.bs-popover-right .arrow::after, +.bs-popover-auto[x-placement^="right"] .arrow::after { + border-width: 0.5rem 0.5rem 0.5rem 0; } -/* line 57, ../node_modules/bootstrap/scss/_popover.scss */ -.popover.popover-right::before, .popover.bs-tether-element-attached-left::before { - left: -11px; - margin-top: -11px; +/* line 76, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before { + left: 0; border-right-color: rgba(0, 0, 0, 0.25); } -/* line 63, ../node_modules/bootstrap/scss/_popover.scss */ -.popover.popover-right::after, .popover.bs-tether-element-attached-left::after { - left: -10px; - margin-top: -10px; +/* line 81, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after { + left: 1px; border-right-color: #fff; } -/* line 70, ../node_modules/bootstrap/scss/_popover.scss */ -.popover.popover-bottom, .popover.bs-tether-element-attached-top { - margin-top: 10px; + +/* line 87, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] { + margin-top: 0.5rem; } -/* line 74, ../node_modules/bootstrap/scss/_popover.scss */ -.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after { - left: 50%; - border-top-width: 0; +/* line 90, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow { + top: calc((0.5rem + 1px) * -1); } -/* line 80, ../node_modules/bootstrap/scss/_popover.scss */ -.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before { - top: -11px; - margin-left: -11px; +/* line 94, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, +.bs-popover-bottom .arrow::after, +.bs-popover-auto[x-placement^="bottom"] .arrow::after { + border-width: 0 0.5rem 0.5rem 0.5rem; +} +/* line 99, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before { + top: 0; border-bottom-color: rgba(0, 0, 0, 0.25); } -/* line 86, ../node_modules/bootstrap/scss/_popover.scss */ -.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after { - top: -10px; - margin-left: -10px; - border-bottom-color: #f7f7f7; +/* line 104, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after { + top: 1px; + border-bottom-color: #fff; } -/* line 93, ../node_modules/bootstrap/scss/_popover.scss */ -.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before { +/* line 110, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before { position: absolute; top: 0; left: 50%; display: block; - width: 20px; - margin-left: -10px; + width: 1rem; + margin-left: -0.5rem; content: ""; border-bottom: 1px solid #f7f7f7; } -/* line 105, ../node_modules/bootstrap/scss/_popover.scss */ -.popover.popover-left, .popover.bs-tether-element-attached-right { - margin-left: -10px; + +/* line 122, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-left, .bs-popover-auto[x-placement^="left"] { + margin-right: 0.5rem; } -/* line 109, ../node_modules/bootstrap/scss/_popover.scss */ -.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after { - top: 50%; - border-right-width: 0; +/* line 125, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow { + right: calc((0.5rem + 1px) * -1); + width: 0.5rem; + height: 1rem; + margin: 0.3rem 0; +} +/* line 132, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, +.bs-popover-left .arrow::after, +.bs-popover-auto[x-placement^="left"] .arrow::after { + border-width: 0.5rem 0 0.5rem 0.5rem; } -/* line 115, ../node_modules/bootstrap/scss/_popover.scss */ -.popover.popover-left::before, .popover.bs-tether-element-attached-right::before { - right: -11px; - margin-top: -11px; +/* line 137, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before { + right: 0; border-left-color: rgba(0, 0, 0, 0.25); } -/* line 121, ../node_modules/bootstrap/scss/_popover.scss */ -.popover.popover-left::after, .popover.bs-tether-element-attached-right::after { - right: -10px; - margin-top: -10px; +/* line 142, ../node_modules/bootstrap/scss/_popover.scss */ +.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after { + right: 1px; border-left-color: #fff; } -/* line 131, ../node_modules/bootstrap/scss/_popover.scss */ -.popover-title { - padding: 8px 14px; +/* line 165, ../node_modules/bootstrap/scss/_popover.scss */ +.popover-header { + padding: 0.5rem 0.75rem; margin-bottom: 0; font-size: 1rem; + color: inherit; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; - border-top-right-radius: calc(0.3rem - 1px); border-top-left-radius: calc(0.3rem - 1px); + border-top-right-radius: calc(0.3rem - 1px); } -/* line 140, ../node_modules/bootstrap/scss/_popover.scss */ -.popover-title:empty { +/* line 175, ../node_modules/bootstrap/scss/_popover.scss */ +.popover-header:empty { display: none; } -/* line 145, ../node_modules/bootstrap/scss/_popover.scss */ -.popover-content { - padding: 9px 14px; -} - -/* line 154, ../node_modules/bootstrap/scss/_popover.scss */ -.popover::before, -.popover::after { - position: absolute; - display: block; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} - -/* line 164, ../node_modules/bootstrap/scss/_popover.scss */ -.popover::before { - content: ""; - border-width: 11px; -} - -/* line 168, ../node_modules/bootstrap/scss/_popover.scss */ -.popover::after { - content: ""; - border-width: 10px; +/* line 180, ../node_modules/bootstrap/scss/_popover.scss */ +.popover-body { + padding: 0.5rem 0.75rem; + color: #212529; } /* line 2, ../node_modules/bootstrap/scss/_carousel.scss */ @@ -6059,78 +6095,67 @@ button.close { .carousel-item { position: relative; display: none; + align-items: center; width: 100%; -} -@media (-webkit-transform-3d) { - /* line 12, ../node_modules/bootstrap/scss/_carousel.scss */ - .carousel-item { - transition: transform 0.6s ease-in-out; - backface-visibility: hidden; - perspective: 1000px; - } -} -@supports (transform: translate3d(0, 0, 0)) { - /* line 12, ../node_modules/bootstrap/scss/_carousel.scss */ - .carousel-item { - transition: transform 0.6s ease-in-out; - backface-visibility: hidden; - perspective: 1000px; - } + transition: transform 0.6s ease; + backface-visibility: hidden; + perspective: 1000px; } -/* line 24, ../node_modules/bootstrap/scss/_carousel.scss */ +/* line 22, ../node_modules/bootstrap/scss/_carousel.scss */ .carousel-item.active, .carousel-item-next, .carousel-item-prev { - display: flex; + display: block; } -/* line 30, ../node_modules/bootstrap/scss/_carousel.scss */ +/* line 28, ../node_modules/bootstrap/scss/_carousel.scss */ .carousel-item-next, .carousel-item-prev { position: absolute; top: 0; } -@media (-webkit-transform-3d) { - /* line 38, ../node_modules/bootstrap/scss/_carousel.scss */ - .carousel-item-next.carousel-item-left, - .carousel-item-prev.carousel-item-right { - transform: translate3d(0, 0, 0); - } - - /* line 43, ../node_modules/bootstrap/scss/_carousel.scss */ - .carousel-item-next, - .active.carousel-item-right { - transform: translate3d(100%, 0, 0); - } - - /* line 48, ../node_modules/bootstrap/scss/_carousel.scss */ - .carousel-item-prev, - .active.carousel-item-left { - transform: translate3d(-100%, 0, 0); - } +/* line 35, ../node_modules/bootstrap/scss/_carousel.scss */ +.carousel-item-next.carousel-item-left, +.carousel-item-prev.carousel-item-right { + transform: translateX(0); } -@supports (transform: translate3d(0, 0, 0)) { - /* line 38, ../node_modules/bootstrap/scss/_carousel.scss */ +@supports (transform-style: preserve-3d) { + /* line 35, ../node_modules/bootstrap/scss/_carousel.scss */ .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right { transform: translate3d(0, 0, 0); } +} - /* line 43, ../node_modules/bootstrap/scss/_carousel.scss */ +/* line 44, ../node_modules/bootstrap/scss/_carousel.scss */ +.carousel-item-next, +.active.carousel-item-right { + transform: translateX(100%); +} +@supports (transform-style: preserve-3d) { + /* line 44, ../node_modules/bootstrap/scss/_carousel.scss */ .carousel-item-next, .active.carousel-item-right { transform: translate3d(100%, 0, 0); } +} - /* line 48, ../node_modules/bootstrap/scss/_carousel.scss */ +/* line 53, ../node_modules/bootstrap/scss/_carousel.scss */ +.carousel-item-prev, +.active.carousel-item-left { + transform: translateX(-100%); +} +@supports (transform-style: preserve-3d) { + /* line 53, ../node_modules/bootstrap/scss/_carousel.scss */ .carousel-item-prev, .active.carousel-item-left { transform: translate3d(-100%, 0, 0); } } -/* line 59, ../node_modules/bootstrap/scss/_carousel.scss */ + +/* line 67, ../node_modules/bootstrap/scss/_carousel.scss */ .carousel-control-prev, .carousel-control-next { position: absolute; @@ -6144,27 +6169,27 @@ button.close { text-align: center; opacity: 0.5; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -.carousel-control-prev:focus, .carousel-control-prev:hover, -.carousel-control-next:focus, -.carousel-control-next:hover { +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +.carousel-control-prev:hover, .carousel-control-prev:focus, +.carousel-control-next:hover, +.carousel-control-next:focus { color: #fff; text-decoration: none; outline: 0; opacity: .9; } -/* line 83, ../node_modules/bootstrap/scss/_carousel.scss */ +/* line 91, ../node_modules/bootstrap/scss/_carousel.scss */ .carousel-control-prev { left: 0; } -/* line 86, ../node_modules/bootstrap/scss/_carousel.scss */ +/* line 97, ../node_modules/bootstrap/scss/_carousel.scss */ .carousel-control-next { right: 0; } -/* line 91, ../node_modules/bootstrap/scss/_carousel.scss */ +/* line 105, ../node_modules/bootstrap/scss/_carousel.scss */ .carousel-control-prev-icon, .carousel-control-next-icon { display: inline-block; @@ -6174,17 +6199,17 @@ button.close { background-size: 100% 100%; } -/* line 99, ../node_modules/bootstrap/scss/_carousel.scss */ +/* line 113, ../node_modules/bootstrap/scss/_carousel.scss */ .carousel-control-prev-icon { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); } -/* line 102, ../node_modules/bootstrap/scss/_carousel.scss */ +/* line 116, ../node_modules/bootstrap/scss/_carousel.scss */ .carousel-control-next-icon { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); } -/* line 112, ../node_modules/bootstrap/scss/_carousel.scss */ +/* line 126, ../node_modules/bootstrap/scss/_carousel.scss */ .carousel-indicators { position: absolute; right: 0; @@ -6198,19 +6223,18 @@ button.close { margin-left: 15%; list-style: none; } -/* line 126, ../node_modules/bootstrap/scss/_carousel.scss */ +/* line 140, ../node_modules/bootstrap/scss/_carousel.scss */ .carousel-indicators li { position: relative; - flex: 1 0 auto; - max-width: 30px; + flex: 0 1 auto; + width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; text-indent: -999px; - cursor: pointer; background-color: rgba(255, 255, 255, 0.5); } -/* line 138, ../node_modules/bootstrap/scss/_carousel.scss */ +/* line 151, ../node_modules/bootstrap/scss/_carousel.scss */ .carousel-indicators li::before { position: absolute; top: -10px; @@ -6220,7 +6244,7 @@ button.close { height: 10px; content: ""; } -/* line 147, ../node_modules/bootstrap/scss/_carousel.scss */ +/* line 160, ../node_modules/bootstrap/scss/_carousel.scss */ .carousel-indicators li::after { position: absolute; bottom: -10px; @@ -6230,12 +6254,12 @@ button.close { height: 10px; content: ""; } -/* line 158, ../node_modules/bootstrap/scss/_carousel.scss */ +/* line 171, ../node_modules/bootstrap/scss/_carousel.scss */ .carousel-indicators .active { background-color: #fff; } -/* line 168, ../node_modules/bootstrap/scss/_carousel.scss */ +/* line 181, ../node_modules/bootstrap/scss/_carousel.scss */ .carousel-caption { position: absolute; right: 15%; @@ -6248,1176 +6272,1331 @@ button.close { text-align: center; } -/* line 1, ../node_modules/bootstrap/scss/utilities/_align.scss */ +/* line 3, ../node_modules/bootstrap/scss/utilities/_align.scss */ .align-baseline { vertical-align: baseline !important; } -/* line 2, ../node_modules/bootstrap/scss/utilities/_align.scss */ +/* line 4, ../node_modules/bootstrap/scss/utilities/_align.scss */ .align-top { vertical-align: top !important; } -/* line 3, ../node_modules/bootstrap/scss/utilities/_align.scss */ +/* line 5, ../node_modules/bootstrap/scss/utilities/_align.scss */ .align-middle { vertical-align: middle !important; } -/* line 4, ../node_modules/bootstrap/scss/utilities/_align.scss */ +/* line 6, ../node_modules/bootstrap/scss/utilities/_align.scss */ .align-bottom { vertical-align: bottom !important; } -/* line 5, ../node_modules/bootstrap/scss/utilities/_align.scss */ +/* line 7, ../node_modules/bootstrap/scss/utilities/_align.scss */ .align-text-bottom { vertical-align: text-bottom !important; } -/* line 6, ../node_modules/bootstrap/scss/utilities/_align.scss */ +/* line 8, ../node_modules/bootstrap/scss/utilities/_align.scss */ .align-text-top { vertical-align: text-top !important; } -/* line 5, ../node_modules/bootstrap/scss/utilities/_background.scss */ -.bg-faded { - background-color: #f7f7f7; +/* line 6, ../node_modules/bootstrap/scss/mixins/_background-variant.scss */ +.bg-primary { + background-color: #007bff !important; } -/* line 4, ../node_modules/bootstrap/scss/mixins/_background-variant.scss */ -.bg-primary { - background-color: #0275d8 !important; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +a.bg-primary:hover, a.bg-primary:focus, +button.bg-primary:hover, +button.bg-primary:focus { + background-color: #0062cc !important; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -a.bg-primary:focus, a.bg-primary:hover { - background-color: #025aa5 !important; +/* line 6, ../node_modules/bootstrap/scss/mixins/_background-variant.scss */ +.bg-secondary { + background-color: #6c757d !important; } -/* line 4, ../node_modules/bootstrap/scss/mixins/_background-variant.scss */ +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +a.bg-secondary:hover, a.bg-secondary:focus, +button.bg-secondary:hover, +button.bg-secondary:focus { + background-color: #545b62 !important; +} + +/* line 6, ../node_modules/bootstrap/scss/mixins/_background-variant.scss */ .bg-success { - background-color: #5cb85c !important; + background-color: #4e984a !important; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -a.bg-success:focus, a.bg-success:hover { - background-color: #449d44 !important; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +a.bg-success:hover, a.bg-success:focus, +button.bg-success:hover, +button.bg-success:focus { + background-color: #3c7639 !important; } -/* line 4, ../node_modules/bootstrap/scss/mixins/_background-variant.scss */ +/* line 6, ../node_modules/bootstrap/scss/mixins/_background-variant.scss */ .bg-info { - background-color: #5bc0de !important; + background-color: #17a2b8 !important; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -a.bg-info:focus, a.bg-info:hover { - background-color: #31b0d5 !important; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +a.bg-info:hover, a.bg-info:focus, +button.bg-info:hover, +button.bg-info:focus { + background-color: #117a8b !important; } -/* line 4, ../node_modules/bootstrap/scss/mixins/_background-variant.scss */ +/* line 6, ../node_modules/bootstrap/scss/mixins/_background-variant.scss */ .bg-warning { - background-color: #f0ad4e !important; + background-color: #ffc107 !important; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -a.bg-warning:focus, a.bg-warning:hover { - background-color: #ec971f !important; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +a.bg-warning:hover, a.bg-warning:focus, +button.bg-warning:hover, +button.bg-warning:focus { + background-color: #d39e00 !important; } -/* line 4, ../node_modules/bootstrap/scss/mixins/_background-variant.scss */ +/* line 6, ../node_modules/bootstrap/scss/mixins/_background-variant.scss */ .bg-danger { - background-color: #d9534f !important; + background-color: #aa0000 !important; +} + +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +a.bg-danger:hover, a.bg-danger:focus, +button.bg-danger:hover, +button.bg-danger:focus { + background-color: #770000 !important; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -a.bg-danger:focus, a.bg-danger:hover { - background-color: #c9302c !important; +/* line 6, ../node_modules/bootstrap/scss/mixins/_background-variant.scss */ +.bg-light { + background-color: #f8f9fa !important; } -/* line 4, ../node_modules/bootstrap/scss/mixins/_background-variant.scss */ -.bg-inverse { - background-color: #292b2c !important; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +a.bg-light:hover, a.bg-light:focus, +button.bg-light:hover, +button.bg-light:focus { + background-color: #dae0e5 !important; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -a.bg-inverse:focus, a.bg-inverse:hover { - background-color: #101112 !important; +/* line 6, ../node_modules/bootstrap/scss/mixins/_background-variant.scss */ +.bg-dark { + background-color: #343a40 !important; } -/* line 5, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +a.bg-dark:hover, a.bg-dark:focus, +button.bg-dark:hover, +button.bg-dark:focus { + background-color: #1d2124 !important; +} + +/* line 13, ../node_modules/bootstrap/scss/utilities/_background.scss */ +.bg-white { + background-color: #fff !important; +} + +/* line 17, ../node_modules/bootstrap/scss/utilities/_background.scss */ +.bg-transparent { + background-color: transparent !important; +} + +/* line 7, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +.border { + border: 1px solid #dee2e6 !important; +} + +/* line 8, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +.border-top { + border-top: 1px solid #dee2e6 !important; +} + +/* line 9, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +.border-right { + border-right: 1px solid #dee2e6 !important; +} + +/* line 10, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +.border-bottom { + border-bottom: 1px solid #dee2e6 !important; +} + +/* line 11, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +.border-left { + border-left: 1px solid #dee2e6 !important; +} + +/* line 13, ../node_modules/bootstrap/scss/utilities/_borders.scss */ .border-0 { border: 0 !important; } -/* line 6, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +/* line 14, ../node_modules/bootstrap/scss/utilities/_borders.scss */ .border-top-0 { border-top: 0 !important; } -/* line 7, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +/* line 15, ../node_modules/bootstrap/scss/utilities/_borders.scss */ .border-right-0 { border-right: 0 !important; } -/* line 8, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +/* line 16, ../node_modules/bootstrap/scss/utilities/_borders.scss */ .border-bottom-0 { border-bottom: 0 !important; } -/* line 9, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +/* line 17, ../node_modules/bootstrap/scss/utilities/_borders.scss */ .border-left-0 { border-left: 0 !important; } -/* line 15, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +/* line 20, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +.border-primary { + border-color: #007bff !important; +} + +/* line 20, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +.border-secondary { + border-color: #6c757d !important; +} + +/* line 20, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +.border-success { + border-color: #4e984a !important; +} + +/* line 20, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +.border-info { + border-color: #17a2b8 !important; +} + +/* line 20, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +.border-warning { + border-color: #ffc107 !important; +} + +/* line 20, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +.border-danger { + border-color: #aa0000 !important; +} + +/* line 20, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +.border-light { + border-color: #f8f9fa !important; +} + +/* line 20, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +.border-dark { + border-color: #343a40 !important; +} + +/* line 25, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +.border-white { + border-color: #fff !important; +} + +/* line 33, ../node_modules/bootstrap/scss/utilities/_borders.scss */ .rounded { - border-radius: 0.25rem; + border-radius: 0.25rem !important; } -/* line 18, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +/* line 36, ../node_modules/bootstrap/scss/utilities/_borders.scss */ .rounded-top { - border-top-right-radius: 0.25rem; - border-top-left-radius: 0.25rem; + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; } -/* line 21, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +/* line 40, ../node_modules/bootstrap/scss/utilities/_borders.scss */ .rounded-right { - border-bottom-right-radius: 0.25rem; - border-top-right-radius: 0.25rem; + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; } -/* line 24, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +/* line 44, ../node_modules/bootstrap/scss/utilities/_borders.scss */ .rounded-bottom { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; + border-bottom-right-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; } -/* line 27, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +/* line 48, ../node_modules/bootstrap/scss/utilities/_borders.scss */ .rounded-left { - border-bottom-left-radius: 0.25rem; - border-top-left-radius: 0.25rem; + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; } -/* line 31, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +/* line 53, ../node_modules/bootstrap/scss/utilities/_borders.scss */ .rounded-circle { - border-radius: 50%; + border-radius: 50% !important; } -/* line 35, ../node_modules/bootstrap/scss/utilities/_borders.scss */ +/* line 57, ../node_modules/bootstrap/scss/utilities/_borders.scss */ .rounded-0 { - border-radius: 0; + border-radius: 0 !important; } /* line 2, ../node_modules/bootstrap/scss/mixins/_clearfix.scss */ .clearfix::after { display: block; - content: ""; clear: both; + content: ""; } -/* line 9, ../node_modules/bootstrap/scss/utilities/_display.scss */ +/* line 11, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-none { display: none !important; } -/* line 10, ../node_modules/bootstrap/scss/utilities/_display.scss */ +/* line 12, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-inline { display: inline !important; } -/* line 11, ../node_modules/bootstrap/scss/utilities/_display.scss */ +/* line 13, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-inline-block { display: inline-block !important; } -/* line 12, ../node_modules/bootstrap/scss/utilities/_display.scss */ +/* line 14, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-block { display: block !important; } -/* line 13, ../node_modules/bootstrap/scss/utilities/_display.scss */ +/* line 15, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-table { display: table !important; } -/* line 14, ../node_modules/bootstrap/scss/utilities/_display.scss */ +/* line 16, ../node_modules/bootstrap/scss/utilities/_display.scss */ +.d-table-row { + display: table-row !important; +} + +/* line 17, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-table-cell { display: table-cell !important; } -/* line 15, ../node_modules/bootstrap/scss/utilities/_display.scss */ +/* line 18, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-flex { display: flex !important; } -/* line 16, ../node_modules/bootstrap/scss/utilities/_display.scss */ +/* line 19, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-inline-flex { display: inline-flex !important; } -@media (min-width: 576px) { - /* line 9, ../node_modules/bootstrap/scss/utilities/_display.scss */ +@media (min-width: 768px) { + /* line 11, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-sm-none { display: none !important; } - /* line 10, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 12, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-sm-inline { display: inline !important; } - /* line 11, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 13, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-sm-inline-block { display: inline-block !important; } - /* line 12, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 14, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-sm-block { display: block !important; } - /* line 13, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 15, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-sm-table { display: table !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 16, ../node_modules/bootstrap/scss/utilities/_display.scss */ + .d-sm-table-row { + display: table-row !important; + } + + /* line 17, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-sm-table-cell { display: table-cell !important; } - /* line 15, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 18, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-sm-flex { display: flex !important; } - /* line 16, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 19, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-sm-inline-flex { display: inline-flex !important; } } -@media (min-width: 768px) { - /* line 9, ../node_modules/bootstrap/scss/utilities/_display.scss */ +@media (min-width: 1024px) { + /* line 11, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-md-none { display: none !important; } - /* line 10, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 12, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-md-inline { display: inline !important; } - /* line 11, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 13, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-md-inline-block { display: inline-block !important; } - /* line 12, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 14, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-md-block { display: block !important; } - /* line 13, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 15, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-md-table { display: table !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 16, ../node_modules/bootstrap/scss/utilities/_display.scss */ + .d-md-table-row { + display: table-row !important; + } + + /* line 17, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-md-table-cell { display: table-cell !important; } - /* line 15, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 18, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-md-flex { display: flex !important; } - /* line 16, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 19, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-md-inline-flex { display: inline-flex !important; } } -@media (min-width: 992px) { - /* line 9, ../node_modules/bootstrap/scss/utilities/_display.scss */ +@media (min-width: 1280px) { + /* line 11, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-lg-none { display: none !important; } - /* line 10, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 12, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-lg-inline { display: inline !important; } - /* line 11, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 13, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-lg-inline-block { display: inline-block !important; } - /* line 12, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 14, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-lg-block { display: block !important; } - /* line 13, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 15, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-lg-table { display: table !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 16, ../node_modules/bootstrap/scss/utilities/_display.scss */ + .d-lg-table-row { + display: table-row !important; + } + + /* line 17, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-lg-table-cell { display: table-cell !important; } - /* line 15, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 18, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-lg-flex { display: flex !important; } - /* line 16, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 19, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-lg-inline-flex { display: inline-flex !important; } } -@media (min-width: 1200px) { - /* line 9, ../node_modules/bootstrap/scss/utilities/_display.scss */ +@media (min-width: 1600px) { + /* line 11, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-xl-none { display: none !important; } - /* line 10, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 12, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-xl-inline { display: inline !important; } - /* line 11, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 13, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-xl-inline-block { display: inline-block !important; } - /* line 12, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 14, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-xl-block { display: block !important; } - /* line 13, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 15, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-xl-table { display: table !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 16, ../node_modules/bootstrap/scss/utilities/_display.scss */ + .d-xl-table-row { + display: table-row !important; + } + + /* line 17, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-xl-table-cell { display: table-cell !important; } - /* line 15, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 18, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-xl-flex { display: flex !important; } - /* line 16, ../node_modules/bootstrap/scss/utilities/_display.scss */ + /* line 19, ../node_modules/bootstrap/scss/utilities/_display.scss */ .d-xl-inline-flex { display: inline-flex !important; } } -/* line 9, ../node_modules/bootstrap/scss/utilities/_flex.scss */ -.flex-first { - order: -1; -} +@media print { + /* line 29, ../node_modules/bootstrap/scss/utilities/_display.scss */ + .d-print-none { + display: none !important; + } -/* line 10, ../node_modules/bootstrap/scss/utilities/_flex.scss */ -.flex-last { - order: 1; -} + /* line 30, ../node_modules/bootstrap/scss/utilities/_display.scss */ + .d-print-inline { + display: inline !important; + } -/* line 11, ../node_modules/bootstrap/scss/utilities/_flex.scss */ -.flex-unordered { - order: 0; -} + /* line 31, ../node_modules/bootstrap/scss/utilities/_display.scss */ + .d-print-inline-block { + display: inline-block !important; + } -/* line 13, ../node_modules/bootstrap/scss/utilities/_flex.scss */ -.flex-row { - flex-direction: row !important; -} + /* line 32, ../node_modules/bootstrap/scss/utilities/_display.scss */ + .d-print-block { + display: block !important; + } -/* line 14, ../node_modules/bootstrap/scss/utilities/_flex.scss */ -.flex-column { - flex-direction: column !important; -} + /* line 33, ../node_modules/bootstrap/scss/utilities/_display.scss */ + .d-print-table { + display: table !important; + } -/* line 15, ../node_modules/bootstrap/scss/utilities/_flex.scss */ -.flex-row-reverse { - flex-direction: row-reverse !important; -} + /* line 34, ../node_modules/bootstrap/scss/utilities/_display.scss */ + .d-print-table-row { + display: table-row !important; + } -/* line 16, ../node_modules/bootstrap/scss/utilities/_flex.scss */ -.flex-column-reverse { - flex-direction: column-reverse !important; + /* line 35, ../node_modules/bootstrap/scss/utilities/_display.scss */ + .d-print-table-cell { + display: table-cell !important; + } + + /* line 36, ../node_modules/bootstrap/scss/utilities/_display.scss */ + .d-print-flex { + display: flex !important; + } + + /* line 37, ../node_modules/bootstrap/scss/utilities/_display.scss */ + .d-print-inline-flex { + display: inline-flex !important; + } +} +/* line 3, ../node_modules/bootstrap/scss/utilities/_embed.scss */ +.embed-responsive { + position: relative; + display: block; + width: 100%; + padding: 0; + overflow: hidden; +} +/* line 10, ../node_modules/bootstrap/scss/utilities/_embed.scss */ +.embed-responsive::before { + display: block; + content: ""; +} +/* line 15, ../node_modules/bootstrap/scss/utilities/_embed.scss */ +.embed-responsive .embed-responsive-item, +.embed-responsive iframe, +.embed-responsive embed, +.embed-responsive object, +.embed-responsive video { + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 100%; + height: 100%; + border: 0; } -/* line 18, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 31, ../node_modules/bootstrap/scss/utilities/_embed.scss */ +.embed-responsive-21by9::before { + padding-top: 42.8571428571%; +} + +/* line 37, ../node_modules/bootstrap/scss/utilities/_embed.scss */ +.embed-responsive-16by9::before { + padding-top: 56.25%; +} + +/* line 43, ../node_modules/bootstrap/scss/utilities/_embed.scss */ +.embed-responsive-4by3::before { + padding-top: 75%; +} + +/* line 49, ../node_modules/bootstrap/scss/utilities/_embed.scss */ +.embed-responsive-1by1::before { + padding-top: 100%; +} + +/* line 11, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +.flex-row { + flex-direction: row !important; +} + +/* line 12, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +.flex-column { + flex-direction: column !important; +} + +/* line 13, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +.flex-row-reverse { + flex-direction: row-reverse !important; +} + +/* line 14, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +.flex-column-reverse { + flex-direction: column-reverse !important; +} + +/* line 16, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-wrap { flex-wrap: wrap !important; } -/* line 19, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 17, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-nowrap { flex-wrap: nowrap !important; } -/* line 20, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 18, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-wrap-reverse { flex-wrap: wrap-reverse !important; } -/* line 22, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 20, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-start { justify-content: flex-start !important; } -/* line 23, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 21, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-end { justify-content: flex-end !important; } -/* line 24, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 22, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-center { justify-content: center !important; } -/* line 25, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 23, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-between { justify-content: space-between !important; } -/* line 26, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 24, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-around { justify-content: space-around !important; } -/* line 28, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 26, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-start { align-items: flex-start !important; } -/* line 29, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 27, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-end { align-items: flex-end !important; } -/* line 30, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 28, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-center { align-items: center !important; } -/* line 31, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 29, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-baseline { align-items: baseline !important; } -/* line 32, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 30, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-stretch { align-items: stretch !important; } -/* line 34, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 32, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-start { align-content: flex-start !important; } -/* line 35, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 33, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-end { align-content: flex-end !important; } -/* line 36, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 34, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-center { align-content: center !important; } -/* line 37, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 35, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-between { align-content: space-between !important; } -/* line 38, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 36, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-around { align-content: space-around !important; } -/* line 39, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 37, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-stretch { align-content: stretch !important; } -/* line 41, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 39, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-auto { align-self: auto !important; } -/* line 42, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 40, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-start { align-self: flex-start !important; } -/* line 43, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 41, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-end { align-self: flex-end !important; } -/* line 44, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 42, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-center { align-self: center !important; } -/* line 45, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 43, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-baseline { align-self: baseline !important; } -/* line 46, ../node_modules/bootstrap/scss/utilities/_flex.scss */ +/* line 44, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-stretch { align-self: stretch !important; } -@media (min-width: 576px) { - /* line 9, ../node_modules/bootstrap/scss/utilities/_flex.scss */ - .flex-sm-first { - order: -1; - } - - /* line 10, ../node_modules/bootstrap/scss/utilities/_flex.scss */ - .flex-sm-last { - order: 1; - } - +@media (min-width: 768px) { /* line 11, ../node_modules/bootstrap/scss/utilities/_flex.scss */ - .flex-sm-unordered { - order: 0; - } - - /* line 13, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-sm-row { flex-direction: row !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 12, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-sm-column { flex-direction: column !important; } - /* line 15, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 13, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-sm-row-reverse { flex-direction: row-reverse !important; } - /* line 16, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 14, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-sm-column-reverse { flex-direction: column-reverse !important; } - /* line 18, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 16, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-sm-wrap { flex-wrap: wrap !important; } - /* line 19, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 17, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-sm-nowrap { flex-wrap: nowrap !important; } - /* line 20, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 18, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; } - /* line 22, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 20, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-sm-start { justify-content: flex-start !important; } - /* line 23, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 21, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-sm-end { justify-content: flex-end !important; } - /* line 24, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 22, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-sm-center { justify-content: center !important; } - /* line 25, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 23, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-sm-between { justify-content: space-between !important; } - /* line 26, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 24, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-sm-around { justify-content: space-around !important; } - /* line 28, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 26, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-sm-start { align-items: flex-start !important; } - /* line 29, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 27, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-sm-end { align-items: flex-end !important; } - /* line 30, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 28, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-sm-center { align-items: center !important; } - /* line 31, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 29, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-sm-baseline { align-items: baseline !important; } - /* line 32, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 30, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-sm-stretch { align-items: stretch !important; } - /* line 34, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 32, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-sm-start { align-content: flex-start !important; } - /* line 35, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 33, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-sm-end { align-content: flex-end !important; } - /* line 36, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 34, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-sm-center { align-content: center !important; } - /* line 37, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 35, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-sm-between { align-content: space-between !important; } - /* line 38, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 36, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-sm-around { align-content: space-around !important; } - /* line 39, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 37, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-sm-stretch { align-content: stretch !important; } - /* line 41, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 39, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-sm-auto { align-self: auto !important; } - /* line 42, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 40, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-sm-start { align-self: flex-start !important; } - /* line 43, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 41, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-sm-end { align-self: flex-end !important; } - /* line 44, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 42, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-sm-center { align-self: center !important; } - /* line 45, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 43, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-sm-baseline { align-self: baseline !important; } - /* line 46, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 44, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-sm-stretch { align-self: stretch !important; } } -@media (min-width: 768px) { - /* line 9, ../node_modules/bootstrap/scss/utilities/_flex.scss */ - .flex-md-first { - order: -1; - } - - /* line 10, ../node_modules/bootstrap/scss/utilities/_flex.scss */ - .flex-md-last { - order: 1; - } - +@media (min-width: 1024px) { /* line 11, ../node_modules/bootstrap/scss/utilities/_flex.scss */ - .flex-md-unordered { - order: 0; - } - - /* line 13, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-md-row { flex-direction: row !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 12, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-md-column { flex-direction: column !important; } - /* line 15, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 13, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-md-row-reverse { flex-direction: row-reverse !important; } - /* line 16, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 14, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-md-column-reverse { flex-direction: column-reverse !important; } - /* line 18, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 16, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-md-wrap { flex-wrap: wrap !important; } - /* line 19, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 17, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-md-nowrap { flex-wrap: nowrap !important; } - /* line 20, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 18, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; } - /* line 22, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 20, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-md-start { justify-content: flex-start !important; } - /* line 23, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 21, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-md-end { justify-content: flex-end !important; } - /* line 24, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 22, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-md-center { justify-content: center !important; } - /* line 25, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 23, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-md-between { justify-content: space-between !important; } - /* line 26, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 24, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-md-around { justify-content: space-around !important; } - /* line 28, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 26, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-md-start { align-items: flex-start !important; } - /* line 29, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 27, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-md-end { align-items: flex-end !important; } - /* line 30, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 28, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-md-center { align-items: center !important; } - /* line 31, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 29, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-md-baseline { align-items: baseline !important; } - /* line 32, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 30, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-md-stretch { align-items: stretch !important; } - /* line 34, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 32, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-md-start { align-content: flex-start !important; } - /* line 35, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 33, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-md-end { align-content: flex-end !important; } - /* line 36, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 34, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-md-center { align-content: center !important; } - /* line 37, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 35, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-md-between { align-content: space-between !important; } - /* line 38, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 36, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-md-around { align-content: space-around !important; } - /* line 39, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 37, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-md-stretch { align-content: stretch !important; } - /* line 41, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 39, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-md-auto { align-self: auto !important; } - /* line 42, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 40, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-md-start { align-self: flex-start !important; } - /* line 43, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 41, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-md-end { align-self: flex-end !important; } - /* line 44, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 42, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-md-center { align-self: center !important; } - /* line 45, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 43, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-md-baseline { align-self: baseline !important; } - /* line 46, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 44, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-md-stretch { align-self: stretch !important; } } -@media (min-width: 992px) { - /* line 9, ../node_modules/bootstrap/scss/utilities/_flex.scss */ - .flex-lg-first { - order: -1; - } - - /* line 10, ../node_modules/bootstrap/scss/utilities/_flex.scss */ - .flex-lg-last { - order: 1; - } - +@media (min-width: 1280px) { /* line 11, ../node_modules/bootstrap/scss/utilities/_flex.scss */ - .flex-lg-unordered { - order: 0; - } - - /* line 13, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-lg-row { flex-direction: row !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 12, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-lg-column { flex-direction: column !important; } - /* line 15, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 13, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-lg-row-reverse { flex-direction: row-reverse !important; } - /* line 16, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 14, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-lg-column-reverse { flex-direction: column-reverse !important; } - /* line 18, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 16, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-lg-wrap { flex-wrap: wrap !important; } - /* line 19, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 17, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-lg-nowrap { flex-wrap: nowrap !important; } - /* line 20, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 18, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; } - /* line 22, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 20, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-lg-start { justify-content: flex-start !important; } - /* line 23, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 21, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-lg-end { justify-content: flex-end !important; } - /* line 24, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 22, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-lg-center { justify-content: center !important; } - /* line 25, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 23, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-lg-between { justify-content: space-between !important; } - /* line 26, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 24, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-lg-around { justify-content: space-around !important; } - /* line 28, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 26, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-lg-start { align-items: flex-start !important; } - /* line 29, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 27, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-lg-end { align-items: flex-end !important; } - /* line 30, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 28, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-lg-center { align-items: center !important; } - /* line 31, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 29, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-lg-baseline { align-items: baseline !important; } - /* line 32, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 30, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-lg-stretch { align-items: stretch !important; } - /* line 34, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 32, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-lg-start { align-content: flex-start !important; } - /* line 35, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 33, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-lg-end { align-content: flex-end !important; } - /* line 36, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 34, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-lg-center { align-content: center !important; } - /* line 37, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 35, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-lg-between { align-content: space-between !important; } - /* line 38, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 36, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-lg-around { align-content: space-around !important; } - /* line 39, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 37, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-lg-stretch { align-content: stretch !important; } - /* line 41, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 39, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-lg-auto { align-self: auto !important; } - /* line 42, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 40, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-lg-start { align-self: flex-start !important; } - /* line 43, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 41, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-lg-end { align-self: flex-end !important; } - /* line 44, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 42, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-lg-center { align-self: center !important; } - /* line 45, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 43, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-lg-baseline { align-self: baseline !important; } - /* line 46, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 44, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-lg-stretch { align-self: stretch !important; } } -@media (min-width: 1200px) { - /* line 9, ../node_modules/bootstrap/scss/utilities/_flex.scss */ - .flex-xl-first { - order: -1; - } - - /* line 10, ../node_modules/bootstrap/scss/utilities/_flex.scss */ - .flex-xl-last { - order: 1; - } - +@media (min-width: 1600px) { /* line 11, ../node_modules/bootstrap/scss/utilities/_flex.scss */ - .flex-xl-unordered { - order: 0; - } - - /* line 13, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-xl-row { flex-direction: row !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 12, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-xl-column { flex-direction: column !important; } - /* line 15, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 13, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-xl-row-reverse { flex-direction: row-reverse !important; } - /* line 16, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 14, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-xl-column-reverse { flex-direction: column-reverse !important; } - /* line 18, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 16, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-xl-wrap { flex-wrap: wrap !important; } - /* line 19, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 17, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-xl-nowrap { flex-wrap: nowrap !important; } - /* line 20, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 18, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; } - /* line 22, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 20, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-xl-start { justify-content: flex-start !important; } - /* line 23, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 21, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-xl-end { justify-content: flex-end !important; } - /* line 24, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 22, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-xl-center { justify-content: center !important; } - /* line 25, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 23, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-xl-between { justify-content: space-between !important; } - /* line 26, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 24, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .justify-content-xl-around { justify-content: space-around !important; } - /* line 28, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 26, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-xl-start { align-items: flex-start !important; } - /* line 29, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 27, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-xl-end { align-items: flex-end !important; } - /* line 30, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 28, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-xl-center { align-items: center !important; } - /* line 31, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 29, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-xl-baseline { align-items: baseline !important; } - /* line 32, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 30, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-items-xl-stretch { align-items: stretch !important; } - /* line 34, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 32, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-xl-start { align-content: flex-start !important; } - /* line 35, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 33, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-xl-end { align-content: flex-end !important; } - /* line 36, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 34, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-xl-center { align-content: center !important; } - /* line 37, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 35, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-xl-between { align-content: space-between !important; } - /* line 38, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 36, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-xl-around { align-content: space-around !important; } - /* line 39, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 37, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-content-xl-stretch { align-content: stretch !important; } - /* line 41, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 39, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-xl-auto { align-self: auto !important; } - /* line 42, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 40, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-xl-start { align-self: flex-start !important; } - /* line 43, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 41, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-xl-end { align-self: flex-end !important; } - /* line 44, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 42, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-xl-center { align-self: center !important; } - /* line 45, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 43, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-xl-baseline { align-self: baseline !important; } - /* line 46, ../node_modules/bootstrap/scss/utilities/_flex.scss */ + /* line 44, ../node_modules/bootstrap/scss/utilities/_flex.scss */ .align-self-xl-stretch { align-self: stretch !important; } @@ -7437,7 +7616,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { float: none !important; } -@media (min-width: 576px) { +@media (min-width: 768px) { /* line 5, ../node_modules/bootstrap/scss/utilities/_float.scss */ .float-sm-left { float: left !important; @@ -7453,7 +7632,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { float: none !important; } } -@media (min-width: 768px) { +@media (min-width: 1024px) { /* line 5, ../node_modules/bootstrap/scss/utilities/_float.scss */ .float-md-left { float: left !important; @@ -7469,7 +7648,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { float: none !important; } } -@media (min-width: 992px) { +@media (min-width: 1280px) { /* line 5, ../node_modules/bootstrap/scss/utilities/_float.scss */ .float-lg-left { float: left !important; @@ -7485,7 +7664,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { float: none !important; } } -@media (min-width: 1200px) { +@media (min-width: 1600px) { /* line 5, ../node_modules/bootstrap/scss/utilities/_float.scss */ .float-xl-left { float: left !important; @@ -7501,7 +7680,32 @@ a.bg-inverse:focus, a.bg-inverse:hover { float: none !important; } } -/* line 3, ../node_modules/bootstrap/scss/utilities/_position.scss */ +/* line 9, ../node_modules/bootstrap/scss/utilities/_position.scss */ +.position-static { + position: static !important; +} + +/* line 9, ../node_modules/bootstrap/scss/utilities/_position.scss */ +.position-relative { + position: relative !important; +} + +/* line 9, ../node_modules/bootstrap/scss/utilities/_position.scss */ +.position-absolute { + position: absolute !important; +} + +/* line 9, ../node_modules/bootstrap/scss/utilities/_position.scss */ +.position-fixed { + position: fixed !important; +} + +/* line 9, ../node_modules/bootstrap/scss/utilities/_position.scss */ +.position-sticky { + position: sticky !important; +} + +/* line 14, ../node_modules/bootstrap/scss/utilities/_position.scss */ .fixed-top { position: fixed; top: 0; @@ -7510,7 +7714,7 @@ a.bg-inverse:focus, a.bg-inverse:hover { z-index: 1030; } -/* line 11, ../node_modules/bootstrap/scss/utilities/_position.scss */ +/* line 22, ../node_modules/bootstrap/scss/utilities/_position.scss */ .fixed-bottom { position: fixed; right: 0; @@ -7519,11 +7723,13 @@ a.bg-inverse:focus, a.bg-inverse:hover { z-index: 1030; } -/* line 19, ../node_modules/bootstrap/scss/utilities/_position.scss */ -.sticky-top { - position: sticky; - top: 0; - z-index: 1030; +@supports (position: sticky) { + /* line 30, ../node_modules/bootstrap/scss/utilities/_position.scss */ + .sticky-top { + position: sticky; + top: 0; + z-index: 1020; + } } /* line 5, ../node_modules/bootstrap/scss/utilities/_screenreaders.scss */ @@ -7532,2683 +7738,2185 @@ a.bg-inverse:focus, a.bg-inverse:hover { width: 1px; height: 1px; padding: 0; - margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); + white-space: nowrap; + clip-path: inset(50%); border: 0; } -/* line 23, ../node_modules/bootstrap/scss/mixins/_screen-reader.scss */ +/* line 25, ../node_modules/bootstrap/scss/mixins/_screen-reader.scss */ .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; - margin: 0; overflow: visible; clip: auto; + white-space: normal; + clip-path: none; } -/* line 5, ../node_modules/bootstrap/scss/utilities/_sizing.scss */ +/* line 7, ../node_modules/bootstrap/scss/utilities/_sizing.scss */ .w-25 { width: 25% !important; } -/* line 5, ../node_modules/bootstrap/scss/utilities/_sizing.scss */ +/* line 7, ../node_modules/bootstrap/scss/utilities/_sizing.scss */ .w-50 { width: 50% !important; } -/* line 5, ../node_modules/bootstrap/scss/utilities/_sizing.scss */ +/* line 7, ../node_modules/bootstrap/scss/utilities/_sizing.scss */ .w-75 { width: 75% !important; } -/* line 5, ../node_modules/bootstrap/scss/utilities/_sizing.scss */ +/* line 7, ../node_modules/bootstrap/scss/utilities/_sizing.scss */ .w-100 { width: 100% !important; } -/* line 5, ../node_modules/bootstrap/scss/utilities/_sizing.scss */ +/* line 7, ../node_modules/bootstrap/scss/utilities/_sizing.scss */ .h-25 { height: 25% !important; } -/* line 5, ../node_modules/bootstrap/scss/utilities/_sizing.scss */ +/* line 7, ../node_modules/bootstrap/scss/utilities/_sizing.scss */ .h-50 { height: 50% !important; } -/* line 5, ../node_modules/bootstrap/scss/utilities/_sizing.scss */ +/* line 7, ../node_modules/bootstrap/scss/utilities/_sizing.scss */ .h-75 { height: 75% !important; } -/* line 5, ../node_modules/bootstrap/scss/utilities/_sizing.scss */ +/* line 7, ../node_modules/bootstrap/scss/utilities/_sizing.scss */ .h-100 { height: 100% !important; } -/* line 9, ../node_modules/bootstrap/scss/utilities/_sizing.scss */ +/* line 11, ../node_modules/bootstrap/scss/utilities/_sizing.scss */ .mw-100 { max-width: 100% !important; } -/* line 10, ../node_modules/bootstrap/scss/utilities/_sizing.scss */ +/* line 12, ../node_modules/bootstrap/scss/utilities/_sizing.scss */ .mh-100 { max-height: 100% !important; } /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-0 { - margin: 0 0 !important; + margin: 0 !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mt-0 { +.mt-0, +.my-0 { margin-top: 0 !important; } -/* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mr-0 { - margin-right: 0 !important; -} - -/* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mb-0 { - margin-bottom: 0 !important; -} - -/* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.ml-0 { - margin-left: 0 !important; -} - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.mr-0, .mx-0 { margin-right: 0 !important; - margin-left: 0 !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.mb-0, .my-0 { - margin-top: 0 !important; margin-bottom: 0 !important; } +/* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.ml-0, +.mx-0 { + margin-left: 0 !important; +} + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-1 { - margin: 0.25rem 0.25rem !important; + margin: 0.25rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mt-1 { +.mt-1, +.my-1 { margin-top: 0.25rem !important; } -/* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mr-1 { - margin-right: 0.25rem !important; -} - -/* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mb-1 { - margin-bottom: 0.25rem !important; -} - -/* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.ml-1 { - margin-left: 0.25rem !important; -} - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.mr-1, .mx-1 { margin-right: 0.25rem !important; - margin-left: 0.25rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.mb-1, .my-1 { - margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } +/* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.ml-1, +.mx-1 { + margin-left: 0.25rem !important; +} + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-2 { - margin: 0.5rem 0.5rem !important; + margin: 0.5rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mt-2 { +.mt-2, +.my-2 { margin-top: 0.5rem !important; } -/* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mr-2 { - margin-right: 0.5rem !important; -} - -/* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mb-2 { - margin-bottom: 0.5rem !important; -} - -/* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.ml-2 { - margin-left: 0.5rem !important; -} - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.mr-2, .mx-2 { margin-right: 0.5rem !important; - margin-left: 0.5rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.mb-2, .my-2 { - margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } +/* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.ml-2, +.mx-2 { + margin-left: 0.5rem !important; +} + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-3 { - margin: 1rem 1rem !important; + margin: 1rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mt-3 { +.mt-3, +.my-3 { margin-top: 1rem !important; } -/* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mr-3 { - margin-right: 1rem !important; -} - -/* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mb-3 { - margin-bottom: 1rem !important; -} - -/* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.ml-3 { - margin-left: 1rem !important; -} - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.mr-3, .mx-3 { margin-right: 1rem !important; - margin-left: 1rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.mb-3, .my-3 { - margin-top: 1rem !important; margin-bottom: 1rem !important; } +/* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.ml-3, +.mx-3 { + margin-left: 1rem !important; +} + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-4 { - margin: 1.5rem 1.5rem !important; + margin: 1.5rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mt-4 { +.mt-4, +.my-4 { margin-top: 1.5rem !important; } -/* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mr-4 { - margin-right: 1.5rem !important; -} - -/* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mb-4 { - margin-bottom: 1.5rem !important; -} - -/* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.ml-4 { - margin-left: 1.5rem !important; -} - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.mr-4, .mx-4 { margin-right: 1.5rem !important; - margin-left: 1.5rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.mb-4, .my-4 { - margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } +/* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.ml-4, +.mx-4 { + margin-left: 1.5rem !important; +} + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-5 { - margin: 3rem 3rem !important; + margin: 3rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mt-5 { +.mt-5, +.my-5 { margin-top: 3rem !important; } -/* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mr-5 { - margin-right: 3rem !important; -} - -/* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mb-5 { - margin-bottom: 3rem !important; -} - -/* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.ml-5 { - margin-left: 3rem !important; -} - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.mr-5, .mx-5 { margin-right: 3rem !important; - margin-left: 3rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.mb-5, .my-5 { - margin-top: 3rem !important; margin-bottom: 3rem !important; } +/* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.ml-5, +.mx-5 { + margin-left: 3rem !important; +} + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-0 { - padding: 0 0 !important; + padding: 0 !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pt-0 { +.pt-0, +.py-0 { padding-top: 0 !important; } -/* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pr-0 { - padding-right: 0 !important; -} - -/* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pb-0 { - padding-bottom: 0 !important; -} - -/* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pl-0 { - padding-left: 0 !important; -} - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.pr-0, .px-0 { padding-right: 0 !important; - padding-left: 0 !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.pb-0, .py-0 { - padding-top: 0 !important; padding-bottom: 0 !important; } +/* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.pl-0, +.px-0 { + padding-left: 0 !important; +} + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-1 { - padding: 0.25rem 0.25rem !important; + padding: 0.25rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pt-1 { +.pt-1, +.py-1 { padding-top: 0.25rem !important; } -/* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pr-1 { - padding-right: 0.25rem !important; -} - -/* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pb-1 { - padding-bottom: 0.25rem !important; -} - -/* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pl-1 { - padding-left: 0.25rem !important; -} - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.pr-1, .px-1 { padding-right: 0.25rem !important; - padding-left: 0.25rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.pb-1, .py-1 { - padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } +/* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.pl-1, +.px-1 { + padding-left: 0.25rem !important; +} + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-2 { - padding: 0.5rem 0.5rem !important; + padding: 0.5rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pt-2 { +.pt-2, +.py-2 { padding-top: 0.5rem !important; } -/* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pr-2 { - padding-right: 0.5rem !important; -} - -/* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pb-2 { - padding-bottom: 0.5rem !important; -} - -/* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pl-2 { - padding-left: 0.5rem !important; -} - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.pr-2, .px-2 { padding-right: 0.5rem !important; - padding-left: 0.5rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.pb-2, .py-2 { - padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } +/* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.pl-2, +.px-2 { + padding-left: 0.5rem !important; +} + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-3 { - padding: 1rem 1rem !important; + padding: 1rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pt-3 { +.pt-3, +.py-3 { padding-top: 1rem !important; } -/* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pr-3 { - padding-right: 1rem !important; -} - -/* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pb-3 { - padding-bottom: 1rem !important; -} - -/* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pl-3 { - padding-left: 1rem !important; -} - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.pr-3, .px-3 { padding-right: 1rem !important; - padding-left: 1rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.pb-3, .py-3 { - padding-top: 1rem !important; padding-bottom: 1rem !important; } +/* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.pl-3, +.px-3 { + padding-left: 1rem !important; +} + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-4 { - padding: 1.5rem 1.5rem !important; + padding: 1.5rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pt-4 { +.pt-4, +.py-4 { padding-top: 1.5rem !important; } -/* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pr-4 { +/* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.pr-4, +.px-4 { padding-right: 1.5rem !important; } -/* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pb-4 { +/* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.pb-4, +.py-4 { padding-bottom: 1.5rem !important; } -/* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pl-4 { +/* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.pl-4, +.px-4 { padding-left: 1.5rem !important; } -/* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.px-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; -} - -/* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.py-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; -} - -/* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.p-5 { - padding: 3rem 3rem !important; +/* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.p-5 { + padding: 3rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pt-5 { +.pt-5, +.py-5 { padding-top: 3rem !important; } -/* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pr-5 { - padding-right: 3rem !important; -} - -/* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pb-5 { - padding-bottom: 3rem !important; -} - -/* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.pl-5 { - padding-left: 3rem !important; -} - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.pr-5, .px-5 { padding-right: 3rem !important; - padding-left: 3rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.pb-5, .py-5 { - padding-top: 3rem !important; padding-bottom: 3rem !important; } -/* line 29, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +/* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.pl-5, +.px-5 { + padding-left: 3rem !important; +} + +/* line 33, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-auto { margin: auto !important; } -/* line 30, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mt-auto { +/* line 34, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.mt-auto, +.my-auto { margin-top: auto !important; } -/* line 31, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mr-auto { +/* line 38, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.mr-auto, +.mx-auto { margin-right: auto !important; } -/* line 32, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.mb-auto { +/* line 42, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.mb-auto, +.my-auto { margin-bottom: auto !important; } -/* line 33, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.ml-auto { - margin-left: auto !important; -} - -/* line 34, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +/* line 46, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ +.ml-auto, .mx-auto { - margin-right: auto !important; margin-left: auto !important; } -/* line 38, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ -.my-auto { - margin-top: auto !important; - margin-bottom: auto !important; -} - -@media (min-width: 576px) { +@media (min-width: 768px) { /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-sm-0 { - margin: 0 0 !important; + margin: 0 !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-sm-0 { + .mt-sm-0, + .my-sm-0 { margin-top: 0 !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-sm-0 { - margin-right: 0 !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-sm-0 { - margin-bottom: 0 !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-sm-0 { - margin-left: 0 !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-sm-0, .mx-sm-0 { margin-right: 0 !important; - margin-left: 0 !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-sm-0, .my-sm-0 { - margin-top: 0 !important; margin-bottom: 0 !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-sm-0, + .mx-sm-0 { + margin-left: 0 !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-sm-1 { - margin: 0.25rem 0.25rem !important; + margin: 0.25rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-sm-1 { + .mt-sm-1, + .my-sm-1 { margin-top: 0.25rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-sm-1 { - margin-right: 0.25rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-sm-1 { - margin-bottom: 0.25rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-sm-1 { - margin-left: 0.25rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-sm-1, .mx-sm-1 { margin-right: 0.25rem !important; - margin-left: 0.25rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-sm-1, .my-sm-1 { - margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-sm-1, + .mx-sm-1 { + margin-left: 0.25rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-sm-2 { - margin: 0.5rem 0.5rem !important; + margin: 0.5rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-sm-2 { + .mt-sm-2, + .my-sm-2 { margin-top: 0.5rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-sm-2 { - margin-right: 0.5rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-sm-2 { - margin-bottom: 0.5rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-sm-2 { - margin-left: 0.5rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-sm-2, .mx-sm-2 { margin-right: 0.5rem !important; - margin-left: 0.5rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-sm-2, .my-sm-2 { - margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-sm-2, + .mx-sm-2 { + margin-left: 0.5rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-sm-3 { - margin: 1rem 1rem !important; + margin: 1rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-sm-3 { + .mt-sm-3, + .my-sm-3 { margin-top: 1rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-sm-3 { - margin-right: 1rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-sm-3 { - margin-bottom: 1rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-sm-3 { - margin-left: 1rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-sm-3, .mx-sm-3 { margin-right: 1rem !important; - margin-left: 1rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-sm-3, .my-sm-3 { - margin-top: 1rem !important; margin-bottom: 1rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-sm-3, + .mx-sm-3 { + margin-left: 1rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-sm-4 { - margin: 1.5rem 1.5rem !important; + margin: 1.5rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-sm-4 { + .mt-sm-4, + .my-sm-4 { margin-top: 1.5rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-sm-4 { - margin-right: 1.5rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-sm-4 { - margin-bottom: 1.5rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-sm-4 { - margin-left: 1.5rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-sm-4, .mx-sm-4 { margin-right: 1.5rem !important; - margin-left: 1.5rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-sm-4, .my-sm-4 { - margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-sm-4, + .mx-sm-4 { + margin-left: 1.5rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-sm-5 { - margin: 3rem 3rem !important; + margin: 3rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-sm-5 { + .mt-sm-5, + .my-sm-5 { margin-top: 3rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-sm-5 { - margin-right: 3rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-sm-5 { - margin-bottom: 3rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-sm-5 { - margin-left: 3rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-sm-5, .mx-sm-5 { margin-right: 3rem !important; - margin-left: 3rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-sm-5, .my-sm-5 { - margin-top: 3rem !important; margin-bottom: 3rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-sm-5, + .mx-sm-5 { + margin-left: 3rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-sm-0 { - padding: 0 0 !important; + padding: 0 !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-sm-0 { + .pt-sm-0, + .py-sm-0 { padding-top: 0 !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-sm-0 { - padding-right: 0 !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-sm-0 { - padding-bottom: 0 !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-sm-0 { - padding-left: 0 !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-sm-0, .px-sm-0 { padding-right: 0 !important; - padding-left: 0 !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-sm-0, .py-sm-0 { - padding-top: 0 !important; padding-bottom: 0 !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-sm-0, + .px-sm-0 { + padding-left: 0 !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-sm-1 { - padding: 0.25rem 0.25rem !important; + padding: 0.25rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-sm-1 { + .pt-sm-1, + .py-sm-1 { padding-top: 0.25rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-sm-1 { - padding-right: 0.25rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-sm-1 { - padding-bottom: 0.25rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-sm-1 { - padding-left: 0.25rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-sm-1, .px-sm-1 { padding-right: 0.25rem !important; - padding-left: 0.25rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-sm-1, .py-sm-1 { - padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-sm-1, + .px-sm-1 { + padding-left: 0.25rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-sm-2 { - padding: 0.5rem 0.5rem !important; + padding: 0.5rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-sm-2 { + .pt-sm-2, + .py-sm-2 { padding-top: 0.5rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-sm-2 { - padding-right: 0.5rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-sm-2 { - padding-bottom: 0.5rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-sm-2 { - padding-left: 0.5rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-sm-2, .px-sm-2 { padding-right: 0.5rem !important; - padding-left: 0.5rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-sm-2, .py-sm-2 { - padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-sm-2, + .px-sm-2 { + padding-left: 0.5rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-sm-3 { - padding: 1rem 1rem !important; + padding: 1rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-sm-3 { + .pt-sm-3, + .py-sm-3 { padding-top: 1rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-sm-3 { - padding-right: 1rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-sm-3 { - padding-bottom: 1rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-sm-3 { - padding-left: 1rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-sm-3, .px-sm-3 { padding-right: 1rem !important; - padding-left: 1rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-sm-3, .py-sm-3 { - padding-top: 1rem !important; padding-bottom: 1rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-sm-3, + .px-sm-3 { + padding-left: 1rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-sm-4 { - padding: 1.5rem 1.5rem !important; + padding: 1.5rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-sm-4 { + .pt-sm-4, + .py-sm-4 { padding-top: 1.5rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-sm-4 { - padding-right: 1.5rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-sm-4 { - padding-bottom: 1.5rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-sm-4 { - padding-left: 1.5rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-sm-4, .px-sm-4 { padding-right: 1.5rem !important; - padding-left: 1.5rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-sm-4, .py-sm-4 { - padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-sm-4, + .px-sm-4 { + padding-left: 1.5rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-sm-5 { - padding: 3rem 3rem !important; + padding: 3rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-sm-5 { + .pt-sm-5, + .py-sm-5 { padding-top: 3rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-sm-5 { - padding-right: 3rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-sm-5 { - padding-bottom: 3rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-sm-5 { - padding-left: 3rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-sm-5, .px-sm-5 { padding-right: 3rem !important; - padding-left: 3rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-sm-5, .py-sm-5 { - padding-top: 3rem !important; padding-bottom: 3rem !important; } - /* line 29, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-sm-5, + .px-sm-5 { + padding-left: 3rem !important; + } + + /* line 33, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-sm-auto { margin: auto !important; } - /* line 30, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-sm-auto { + /* line 34, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mt-sm-auto, + .my-sm-auto { margin-top: auto !important; } - /* line 31, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-sm-auto { + /* line 38, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-sm-auto, + .mx-sm-auto { margin-right: auto !important; } - /* line 32, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-sm-auto { + /* line 42, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-sm-auto, + .my-sm-auto { margin-bottom: auto !important; } - /* line 33, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-sm-auto { - margin-left: auto !important; - } - - /* line 34, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + /* line 46, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-sm-auto, .mx-sm-auto { - margin-right: auto !important; margin-left: auto !important; } - - /* line 38, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .my-sm-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } } -@media (min-width: 768px) { +@media (min-width: 1024px) { /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-md-0 { - margin: 0 0 !important; + margin: 0 !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-md-0 { + .mt-md-0, + .my-md-0 { margin-top: 0 !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-md-0 { - margin-right: 0 !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-md-0 { - margin-bottom: 0 !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-md-0 { - margin-left: 0 !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-md-0, .mx-md-0 { margin-right: 0 !important; - margin-left: 0 !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-md-0, .my-md-0 { - margin-top: 0 !important; margin-bottom: 0 !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-md-0, + .mx-md-0 { + margin-left: 0 !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-md-1 { - margin: 0.25rem 0.25rem !important; + margin: 0.25rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-md-1 { + .mt-md-1, + .my-md-1 { margin-top: 0.25rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-md-1 { - margin-right: 0.25rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-md-1 { - margin-bottom: 0.25rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-md-1 { - margin-left: 0.25rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-md-1, .mx-md-1 { margin-right: 0.25rem !important; - margin-left: 0.25rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-md-1, .my-md-1 { - margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-md-1, + .mx-md-1 { + margin-left: 0.25rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-md-2 { - margin: 0.5rem 0.5rem !important; + margin: 0.5rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-md-2 { + .mt-md-2, + .my-md-2 { margin-top: 0.5rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-md-2 { - margin-right: 0.5rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-md-2 { - margin-bottom: 0.5rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-md-2 { - margin-left: 0.5rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-md-2, .mx-md-2 { margin-right: 0.5rem !important; - margin-left: 0.5rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-md-2, .my-md-2 { - margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-md-2, + .mx-md-2 { + margin-left: 0.5rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-md-3 { - margin: 1rem 1rem !important; + margin: 1rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-md-3 { + .mt-md-3, + .my-md-3 { margin-top: 1rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-md-3 { - margin-right: 1rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-md-3 { - margin-bottom: 1rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-md-3 { - margin-left: 1rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-md-3, .mx-md-3 { margin-right: 1rem !important; - margin-left: 1rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-md-3, .my-md-3 { - margin-top: 1rem !important; margin-bottom: 1rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-md-3, + .mx-md-3 { + margin-left: 1rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-md-4 { - margin: 1.5rem 1.5rem !important; + margin: 1.5rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-md-4 { + .mt-md-4, + .my-md-4 { margin-top: 1.5rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-md-4 { - margin-right: 1.5rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-md-4 { - margin-bottom: 1.5rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-md-4 { - margin-left: 1.5rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-md-4, .mx-md-4 { margin-right: 1.5rem !important; - margin-left: 1.5rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-md-4, .my-md-4 { - margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-md-4, + .mx-md-4 { + margin-left: 1.5rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-md-5 { - margin: 3rem 3rem !important; + margin: 3rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-md-5 { + .mt-md-5, + .my-md-5 { margin-top: 3rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-md-5 { - margin-right: 3rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-md-5 { - margin-bottom: 3rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-md-5 { - margin-left: 3rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-md-5, .mx-md-5 { margin-right: 3rem !important; - margin-left: 3rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-md-5, .my-md-5 { - margin-top: 3rem !important; margin-bottom: 3rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-md-5, + .mx-md-5 { + margin-left: 3rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-md-0 { - padding: 0 0 !important; + padding: 0 !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-md-0 { + .pt-md-0, + .py-md-0 { padding-top: 0 !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-md-0 { - padding-right: 0 !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-md-0 { - padding-bottom: 0 !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-md-0 { - padding-left: 0 !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-md-0, .px-md-0 { padding-right: 0 !important; - padding-left: 0 !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-md-0, .py-md-0 { - padding-top: 0 !important; padding-bottom: 0 !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-md-0, + .px-md-0 { + padding-left: 0 !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-md-1 { - padding: 0.25rem 0.25rem !important; + padding: 0.25rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-md-1 { + .pt-md-1, + .py-md-1 { padding-top: 0.25rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-md-1 { - padding-right: 0.25rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-md-1 { - padding-bottom: 0.25rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-md-1 { - padding-left: 0.25rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-md-1, .px-md-1 { padding-right: 0.25rem !important; - padding-left: 0.25rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-md-1, .py-md-1 { - padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-md-1, + .px-md-1 { + padding-left: 0.25rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-md-2 { - padding: 0.5rem 0.5rem !important; + padding: 0.5rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-md-2 { + .pt-md-2, + .py-md-2 { padding-top: 0.5rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-md-2 { - padding-right: 0.5rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-md-2 { - padding-bottom: 0.5rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-md-2 { - padding-left: 0.5rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-md-2, .px-md-2 { padding-right: 0.5rem !important; - padding-left: 0.5rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-md-2, .py-md-2 { - padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-md-2, + .px-md-2 { + padding-left: 0.5rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-md-3 { - padding: 1rem 1rem !important; + padding: 1rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-md-3 { + .pt-md-3, + .py-md-3 { padding-top: 1rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-md-3 { - padding-right: 1rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-md-3 { - padding-bottom: 1rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-md-3 { - padding-left: 1rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-md-3, .px-md-3 { padding-right: 1rem !important; - padding-left: 1rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-md-3, .py-md-3 { - padding-top: 1rem !important; padding-bottom: 1rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-md-3, + .px-md-3 { + padding-left: 1rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-md-4 { - padding: 1.5rem 1.5rem !important; + padding: 1.5rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-md-4 { + .pt-md-4, + .py-md-4 { padding-top: 1.5rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-md-4 { - padding-right: 1.5rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-md-4 { - padding-bottom: 1.5rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-md-4 { - padding-left: 1.5rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-md-4, .px-md-4 { padding-right: 1.5rem !important; - padding-left: 1.5rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-md-4, .py-md-4 { - padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-md-4, + .px-md-4 { + padding-left: 1.5rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-md-5 { - padding: 3rem 3rem !important; + padding: 3rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-md-5 { + .pt-md-5, + .py-md-5 { padding-top: 3rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-md-5 { - padding-right: 3rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-md-5 { - padding-bottom: 3rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-md-5 { - padding-left: 3rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-md-5, .px-md-5 { padding-right: 3rem !important; - padding-left: 3rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-md-5, .py-md-5 { - padding-top: 3rem !important; padding-bottom: 3rem !important; } - /* line 29, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-md-5, + .px-md-5 { + padding-left: 3rem !important; + } + + /* line 33, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-md-auto { margin: auto !important; } - /* line 30, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-md-auto { + /* line 34, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mt-md-auto, + .my-md-auto { margin-top: auto !important; } - /* line 31, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-md-auto { + /* line 38, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-md-auto, + .mx-md-auto { margin-right: auto !important; } - /* line 32, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-md-auto { + /* line 42, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-md-auto, + .my-md-auto { margin-bottom: auto !important; } - /* line 33, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-md-auto { - margin-left: auto !important; - } - - /* line 34, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + /* line 46, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-md-auto, .mx-md-auto { - margin-right: auto !important; margin-left: auto !important; } - - /* line 38, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .my-md-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } } -@media (min-width: 992px) { +@media (min-width: 1280px) { /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-lg-0 { - margin: 0 0 !important; + margin: 0 !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-lg-0 { + .mt-lg-0, + .my-lg-0 { margin-top: 0 !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-lg-0 { - margin-right: 0 !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-lg-0 { - margin-bottom: 0 !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-lg-0 { - margin-left: 0 !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-lg-0, .mx-lg-0 { margin-right: 0 !important; - margin-left: 0 !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-lg-0, .my-lg-0 { - margin-top: 0 !important; margin-bottom: 0 !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-lg-0, + .mx-lg-0 { + margin-left: 0 !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-lg-1 { - margin: 0.25rem 0.25rem !important; + margin: 0.25rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-lg-1 { + .mt-lg-1, + .my-lg-1 { margin-top: 0.25rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-lg-1 { - margin-right: 0.25rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-lg-1 { - margin-bottom: 0.25rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-lg-1 { - margin-left: 0.25rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-lg-1, .mx-lg-1 { margin-right: 0.25rem !important; - margin-left: 0.25rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-lg-1, .my-lg-1 { - margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-lg-1, + .mx-lg-1 { + margin-left: 0.25rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-lg-2 { - margin: 0.5rem 0.5rem !important; + margin: 0.5rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-lg-2 { + .mt-lg-2, + .my-lg-2 { margin-top: 0.5rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-lg-2 { + /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-lg-2, + .mx-lg-2 { margin-right: 0.5rem !important; } - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-lg-2 { + /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-lg-2, + .my-lg-2 { margin-bottom: 0.5rem !important; } - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-lg-2 { + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-lg-2, + .mx-lg-2 { margin-left: 0.5rem !important; } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mx-lg-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - - /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .my-lg-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - - /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .m-lg-3 { - margin: 1rem 1rem !important; + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .m-lg-3 { + margin: 1rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-lg-3 { + .mt-lg-3, + .my-lg-3 { margin-top: 1rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-lg-3 { - margin-right: 1rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-lg-3 { - margin-bottom: 1rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-lg-3 { - margin-left: 1rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-lg-3, .mx-lg-3 { margin-right: 1rem !important; - margin-left: 1rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-lg-3, .my-lg-3 { - margin-top: 1rem !important; margin-bottom: 1rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-lg-3, + .mx-lg-3 { + margin-left: 1rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-lg-4 { - margin: 1.5rem 1.5rem !important; + margin: 1.5rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-lg-4 { + .mt-lg-4, + .my-lg-4 { margin-top: 1.5rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-lg-4 { - margin-right: 1.5rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-lg-4 { - margin-bottom: 1.5rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-lg-4 { - margin-left: 1.5rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-lg-4, .mx-lg-4 { margin-right: 1.5rem !important; - margin-left: 1.5rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-lg-4, .my-lg-4 { - margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-lg-4, + .mx-lg-4 { + margin-left: 1.5rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-lg-5 { - margin: 3rem 3rem !important; + margin: 3rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-lg-5 { + .mt-lg-5, + .my-lg-5 { margin-top: 3rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-lg-5 { - margin-right: 3rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-lg-5 { - margin-bottom: 3rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-lg-5 { - margin-left: 3rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-lg-5, .mx-lg-5 { margin-right: 3rem !important; - margin-left: 3rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-lg-5, .my-lg-5 { - margin-top: 3rem !important; margin-bottom: 3rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-lg-5, + .mx-lg-5 { + margin-left: 3rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-lg-0 { - padding: 0 0 !important; + padding: 0 !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-lg-0 { + .pt-lg-0, + .py-lg-0 { padding-top: 0 !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-lg-0 { - padding-right: 0 !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-lg-0 { - padding-bottom: 0 !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-lg-0 { - padding-left: 0 !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-lg-0, .px-lg-0 { padding-right: 0 !important; - padding-left: 0 !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-lg-0, .py-lg-0 { - padding-top: 0 !important; padding-bottom: 0 !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-lg-0, + .px-lg-0 { + padding-left: 0 !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-lg-1 { - padding: 0.25rem 0.25rem !important; + padding: 0.25rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-lg-1 { + .pt-lg-1, + .py-lg-1 { padding-top: 0.25rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-lg-1 { - padding-right: 0.25rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-lg-1 { - padding-bottom: 0.25rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-lg-1 { - padding-left: 0.25rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-lg-1, .px-lg-1 { padding-right: 0.25rem !important; - padding-left: 0.25rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-lg-1, .py-lg-1 { - padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-lg-1, + .px-lg-1 { + padding-left: 0.25rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-lg-2 { - padding: 0.5rem 0.5rem !important; + padding: 0.5rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-lg-2 { + .pt-lg-2, + .py-lg-2 { padding-top: 0.5rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-lg-2 { - padding-right: 0.5rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-lg-2 { - padding-bottom: 0.5rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-lg-2 { - padding-left: 0.5rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-lg-2, .px-lg-2 { padding-right: 0.5rem !important; - padding-left: 0.5rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-lg-2, .py-lg-2 { - padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-lg-2, + .px-lg-2 { + padding-left: 0.5rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-lg-3 { - padding: 1rem 1rem !important; + padding: 1rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-lg-3 { + .pt-lg-3, + .py-lg-3 { padding-top: 1rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-lg-3 { - padding-right: 1rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-lg-3 { - padding-bottom: 1rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-lg-3 { - padding-left: 1rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-lg-3, .px-lg-3 { padding-right: 1rem !important; - padding-left: 1rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-lg-3, .py-lg-3 { - padding-top: 1rem !important; padding-bottom: 1rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-lg-3, + .px-lg-3 { + padding-left: 1rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-lg-4 { - padding: 1.5rem 1.5rem !important; + padding: 1.5rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-lg-4 { + .pt-lg-4, + .py-lg-4 { padding-top: 1.5rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-lg-4 { - padding-right: 1.5rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-lg-4 { - padding-bottom: 1.5rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-lg-4 { - padding-left: 1.5rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-lg-4, .px-lg-4 { padding-right: 1.5rem !important; - padding-left: 1.5rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-lg-4, .py-lg-4 { - padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-lg-4, + .px-lg-4 { + padding-left: 1.5rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-lg-5 { - padding: 3rem 3rem !important; + padding: 3rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-lg-5 { + .pt-lg-5, + .py-lg-5 { padding-top: 3rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-lg-5 { - padding-right: 3rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-lg-5 { - padding-bottom: 3rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-lg-5 { - padding-left: 3rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-lg-5, .px-lg-5 { padding-right: 3rem !important; - padding-left: 3rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-lg-5, .py-lg-5 { - padding-top: 3rem !important; padding-bottom: 3rem !important; } - /* line 29, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-lg-5, + .px-lg-5 { + padding-left: 3rem !important; + } + + /* line 33, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-lg-auto { margin: auto !important; } - /* line 30, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-lg-auto { + /* line 34, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mt-lg-auto, + .my-lg-auto { margin-top: auto !important; } - /* line 31, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-lg-auto { + /* line 38, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-lg-auto, + .mx-lg-auto { margin-right: auto !important; } - /* line 32, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-lg-auto { + /* line 42, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-lg-auto, + .my-lg-auto { margin-bottom: auto !important; } - /* line 33, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-lg-auto { - margin-left: auto !important; - } - - /* line 34, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + /* line 46, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-lg-auto, .mx-lg-auto { - margin-right: auto !important; margin-left: auto !important; } - - /* line 38, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .my-lg-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } } -@media (min-width: 1200px) { +@media (min-width: 1600px) { /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-xl-0 { - margin: 0 0 !important; + margin: 0 !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-xl-0 { + .mt-xl-0, + .my-xl-0 { margin-top: 0 !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-xl-0 { - margin-right: 0 !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-xl-0 { - margin-bottom: 0 !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-xl-0 { - margin-left: 0 !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-xl-0, .mx-xl-0 { margin-right: 0 !important; - margin-left: 0 !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-xl-0, .my-xl-0 { - margin-top: 0 !important; margin-bottom: 0 !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-xl-0, + .mx-xl-0 { + margin-left: 0 !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-xl-1 { - margin: 0.25rem 0.25rem !important; + margin: 0.25rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-xl-1 { + .mt-xl-1, + .my-xl-1 { margin-top: 0.25rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-xl-1 { - margin-right: 0.25rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-xl-1 { - margin-bottom: 0.25rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-xl-1 { - margin-left: 0.25rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-xl-1, .mx-xl-1 { margin-right: 0.25rem !important; - margin-left: 0.25rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-xl-1, .my-xl-1 { - margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-xl-1, + .mx-xl-1 { + margin-left: 0.25rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-xl-2 { - margin: 0.5rem 0.5rem !important; + margin: 0.5rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-xl-2 { + .mt-xl-2, + .my-xl-2 { margin-top: 0.5rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-xl-2 { - margin-right: 0.5rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-xl-2 { - margin-bottom: 0.5rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-xl-2 { - margin-left: 0.5rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-xl-2, .mx-xl-2 { margin-right: 0.5rem !important; - margin-left: 0.5rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-xl-2, .my-xl-2 { - margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-xl-2, + .mx-xl-2 { + margin-left: 0.5rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-xl-3 { - margin: 1rem 1rem !important; + margin: 1rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-xl-3 { + .mt-xl-3, + .my-xl-3 { margin-top: 1rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-xl-3 { - margin-right: 1rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-xl-3 { - margin-bottom: 1rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-xl-3 { - margin-left: 1rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-xl-3, .mx-xl-3 { margin-right: 1rem !important; - margin-left: 1rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-xl-3, .my-xl-3 { - margin-top: 1rem !important; margin-bottom: 1rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-xl-3, + .mx-xl-3 { + margin-left: 1rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-xl-4 { - margin: 1.5rem 1.5rem !important; + margin: 1.5rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-xl-4 { + .mt-xl-4, + .my-xl-4 { margin-top: 1.5rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-xl-4 { - margin-right: 1.5rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-xl-4 { - margin-bottom: 1.5rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-xl-4 { - margin-left: 1.5rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-xl-4, .mx-xl-4 { margin-right: 1.5rem !important; - margin-left: 1.5rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-xl-4, .my-xl-4 { - margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-xl-4, + .mx-xl-4 { + margin-left: 1.5rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-xl-5 { - margin: 3rem 3rem !important; + margin: 3rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-xl-5 { + .mt-xl-5, + .my-xl-5 { margin-top: 3rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-xl-5 { + /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-xl-5, + .mx-xl-5 { margin-right: 3rem !important; } - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-xl-5 { + /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-xl-5, + .my-xl-5 { margin-bottom: 3rem !important; } - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-xl-5 { + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-xl-5, + .mx-xl-5 { margin-left: 3rem !important; } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mx-xl-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - - /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .my-xl-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-xl-0 { - padding: 0 0 !important; + padding: 0 !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-xl-0 { + .pt-xl-0, + .py-xl-0 { padding-top: 0 !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-xl-0 { - padding-right: 0 !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-xl-0 { - padding-bottom: 0 !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-xl-0 { - padding-left: 0 !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-xl-0, .px-xl-0 { padding-right: 0 !important; - padding-left: 0 !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-xl-0, .py-xl-0 { - padding-top: 0 !important; padding-bottom: 0 !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-xl-0, + .px-xl-0 { + padding-left: 0 !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-xl-1 { - padding: 0.25rem 0.25rem !important; + padding: 0.25rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-xl-1 { + .pt-xl-1, + .py-xl-1 { padding-top: 0.25rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-xl-1 { - padding-right: 0.25rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-xl-1 { - padding-bottom: 0.25rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-xl-1 { - padding-left: 0.25rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-xl-1, .px-xl-1 { padding-right: 0.25rem !important; - padding-left: 0.25rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-xl-1, .py-xl-1 { - padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-xl-1, + .px-xl-1 { + padding-left: 0.25rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-xl-2 { - padding: 0.5rem 0.5rem !important; + padding: 0.5rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-xl-2 { + .pt-xl-2, + .py-xl-2 { padding-top: 0.5rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-xl-2 { - padding-right: 0.5rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-xl-2 { - padding-bottom: 0.5rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-xl-2 { - padding-left: 0.5rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-xl-2, .px-xl-2 { padding-right: 0.5rem !important; - padding-left: 0.5rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-xl-2, .py-xl-2 { - padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-xl-2, + .px-xl-2 { + padding-left: 0.5rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-xl-3 { - padding: 1rem 1rem !important; + padding: 1rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-xl-3 { + .pt-xl-3, + .py-xl-3 { padding-top: 1rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-xl-3 { - padding-right: 1rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-xl-3 { - padding-bottom: 1rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-xl-3 { - padding-left: 1rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-xl-3, .px-xl-3 { padding-right: 1rem !important; - padding-left: 1rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-xl-3, .py-xl-3 { - padding-top: 1rem !important; padding-bottom: 1rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-xl-3, + .px-xl-3 { + padding-left: 1rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-xl-4 { - padding: 1.5rem 1.5rem !important; + padding: 1.5rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-xl-4 { + .pt-xl-4, + .py-xl-4 { padding-top: 1.5rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-xl-4 { - padding-right: 1.5rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-xl-4 { - padding-bottom: 1.5rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-xl-4 { - padding-left: 1.5rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-xl-4, .px-xl-4 { padding-right: 1.5rem !important; - padding-left: 1.5rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-xl-4, .py-xl-4 { - padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-xl-4, + .px-xl-4 { + padding-left: 1.5rem !important; + } + /* line 12, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .p-xl-5 { - padding: 3rem 3rem !important; + padding: 3rem !important; } /* line 13, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pt-xl-5 { + .pt-xl-5, + .py-xl-5 { padding-top: 3rem !important; } - /* line 14, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pr-xl-5 { - padding-right: 3rem !important; - } - - /* line 15, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pb-xl-5 { - padding-bottom: 3rem !important; - } - - /* line 16, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .pl-xl-5 { - padding-left: 3rem !important; - } - /* line 17, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pr-xl-5, .px-xl-5 { padding-right: 3rem !important; - padding-left: 3rem !important; } /* line 21, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pb-xl-5, .py-xl-5 { - padding-top: 3rem !important; padding-bottom: 3rem !important; } - /* line 29, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + /* line 25, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .pl-xl-5, + .px-xl-5 { + padding-left: 3rem !important; + } + + /* line 33, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ .m-xl-auto { margin: auto !important; } - /* line 30, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mt-xl-auto { + /* line 34, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mt-xl-auto, + .my-xl-auto { margin-top: auto !important; } - /* line 31, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mr-xl-auto { + /* line 38, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mr-xl-auto, + .mx-xl-auto { margin-right: auto !important; } - /* line 32, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .mb-xl-auto { + /* line 42, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .mb-xl-auto, + .my-xl-auto { margin-bottom: auto !important; } - /* line 33, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .ml-xl-auto { - margin-left: auto !important; - } - - /* line 34, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + /* line 46, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ + .ml-xl-auto, .mx-xl-auto { - margin-right: auto !important; margin-left: auto !important; } - - /* line 38, ../node_modules/bootstrap/scss/utilities/_spacing.scss */ - .my-xl-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } } -/* line 7, ../node_modules/bootstrap/scss/utilities/_text.scss */ +/* line 9, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-justify { text-align: justify !important; } -/* line 8, ../node_modules/bootstrap/scss/utilities/_text.scss */ +/* line 10, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-nowrap { white-space: nowrap !important; } -/* line 9, ../node_modules/bootstrap/scss/utilities/_text.scss */ +/* line 11, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } -/* line 17, ../node_modules/bootstrap/scss/utilities/_text.scss */ +/* line 19, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-left { text-align: left !important; } -/* line 18, ../node_modules/bootstrap/scss/utilities/_text.scss */ +/* line 20, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-right { text-align: right !important; } -/* line 19, ../node_modules/bootstrap/scss/utilities/_text.scss */ +/* line 21, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-center { text-align: center !important; } -@media (min-width: 576px) { - /* line 17, ../node_modules/bootstrap/scss/utilities/_text.scss */ +@media (min-width: 768px) { + /* line 19, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-sm-left { text-align: left !important; } - /* line 18, ../node_modules/bootstrap/scss/utilities/_text.scss */ + /* line 20, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-sm-right { text-align: right !important; } - /* line 19, ../node_modules/bootstrap/scss/utilities/_text.scss */ + /* line 21, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-sm-center { text-align: center !important; } } -@media (min-width: 768px) { - /* line 17, ../node_modules/bootstrap/scss/utilities/_text.scss */ +@media (min-width: 1024px) { + /* line 19, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-md-left { text-align: left !important; } - /* line 18, ../node_modules/bootstrap/scss/utilities/_text.scss */ + /* line 20, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-md-right { text-align: right !important; } - /* line 19, ../node_modules/bootstrap/scss/utilities/_text.scss */ + /* line 21, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-md-center { text-align: center !important; } } -@media (min-width: 992px) { - /* line 17, ../node_modules/bootstrap/scss/utilities/_text.scss */ +@media (min-width: 1280px) { + /* line 19, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-lg-left { text-align: left !important; } - /* line 18, ../node_modules/bootstrap/scss/utilities/_text.scss */ + /* line 20, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-lg-right { text-align: right !important; } - /* line 19, ../node_modules/bootstrap/scss/utilities/_text.scss */ + /* line 21, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-lg-center { text-align: center !important; } } -@media (min-width: 1200px) { - /* line 17, ../node_modules/bootstrap/scss/utilities/_text.scss */ +@media (min-width: 1600px) { + /* line 19, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-xl-left { text-align: left !important; } - /* line 18, ../node_modules/bootstrap/scss/utilities/_text.scss */ + /* line 20, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-xl-right { text-align: right !important; } - /* line 19, ../node_modules/bootstrap/scss/utilities/_text.scss */ + /* line 21, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-xl-center { text-align: center !important; } } -/* line 25, ../node_modules/bootstrap/scss/utilities/_text.scss */ +/* line 27, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-lowercase { text-transform: lowercase !important; } -/* line 26, ../node_modules/bootstrap/scss/utilities/_text.scss */ +/* line 28, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-uppercase { text-transform: uppercase !important; } -/* line 27, ../node_modules/bootstrap/scss/utilities/_text.scss */ +/* line 29, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-capitalize { text-transform: capitalize !important; } -/* line 31, ../node_modules/bootstrap/scss/utilities/_text.scss */ +/* line 33, ../node_modules/bootstrap/scss/utilities/_text.scss */ +.font-weight-light { + font-weight: 300 !important; +} + +/* line 34, ../node_modules/bootstrap/scss/utilities/_text.scss */ .font-weight-normal { - font-weight: normal; + font-weight: 400 !important; } -/* line 32, ../node_modules/bootstrap/scss/utilities/_text.scss */ +/* line 35, ../node_modules/bootstrap/scss/utilities/_text.scss */ .font-weight-bold { - font-weight: bold; + font-weight: 700 !important; } -/* line 33, ../node_modules/bootstrap/scss/utilities/_text.scss */ +/* line 36, ../node_modules/bootstrap/scss/utilities/_text.scss */ .font-italic { - font-style: italic; + font-style: italic !important; } -/* line 37, ../node_modules/bootstrap/scss/utilities/_text.scss */ +/* line 40, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-white { color: #fff !important; } -/* line 4, ../node_modules/bootstrap/scss/mixins/_text-emphasis.scss */ -.text-muted { - color: #636c72 !important; +/* line 6, ../node_modules/bootstrap/scss/mixins/_text-emphasis.scss */ +.text-primary { + color: #007bff !important; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -a.text-muted:focus, a.text-muted:hover { - color: #4b5257 !important; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +a.text-primary:hover, a.text-primary:focus { + color: #0062cc !important; } -/* line 4, ../node_modules/bootstrap/scss/mixins/_text-emphasis.scss */ -.text-primary { - color: #0275d8 !important; +/* line 6, ../node_modules/bootstrap/scss/mixins/_text-emphasis.scss */ +.text-secondary { + color: #6c757d !important; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -a.text-primary:focus, a.text-primary:hover { - color: #025aa5 !important; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +a.text-secondary:hover, a.text-secondary:focus { + color: #545b62 !important; } -/* line 4, ../node_modules/bootstrap/scss/mixins/_text-emphasis.scss */ +/* line 6, ../node_modules/bootstrap/scss/mixins/_text-emphasis.scss */ .text-success { - color: #5cb85c !important; + color: #4e984a !important; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -a.text-success:focus, a.text-success:hover { - color: #449d44 !important; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +a.text-success:hover, a.text-success:focus { + color: #3c7639 !important; } -/* line 4, ../node_modules/bootstrap/scss/mixins/_text-emphasis.scss */ +/* line 6, ../node_modules/bootstrap/scss/mixins/_text-emphasis.scss */ .text-info { - color: #5bc0de !important; + color: #17a2b8 !important; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -a.text-info:focus, a.text-info:hover { - color: #31b0d5 !important; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +a.text-info:hover, a.text-info:focus { + color: #117a8b !important; } -/* line 4, ../node_modules/bootstrap/scss/mixins/_text-emphasis.scss */ +/* line 6, ../node_modules/bootstrap/scss/mixins/_text-emphasis.scss */ .text-warning { - color: #f0ad4e !important; + color: #ffc107 !important; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -a.text-warning:focus, a.text-warning:hover { - color: #ec971f !important; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +a.text-warning:hover, a.text-warning:focus { + color: #d39e00 !important; } -/* line 4, ../node_modules/bootstrap/scss/mixins/_text-emphasis.scss */ +/* line 6, ../node_modules/bootstrap/scss/mixins/_text-emphasis.scss */ .text-danger { - color: #d9534f !important; + color: #aa0000 !important; +} + +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +a.text-danger:hover, a.text-danger:focus { + color: #770000 !important; +} + +/* line 6, ../node_modules/bootstrap/scss/mixins/_text-emphasis.scss */ +.text-light { + color: #f8f9fa !important; +} + +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +a.text-light:hover, a.text-light:focus { + color: #dae0e5 !important; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -a.text-danger:focus, a.text-danger:hover { - color: #c9302c !important; +/* line 6, ../node_modules/bootstrap/scss/mixins/_text-emphasis.scss */ +.text-dark { + color: #343a40 !important; } -/* line 4, ../node_modules/bootstrap/scss/mixins/_text-emphasis.scss */ -.text-gray-dark { - color: #292b2c !important; +/* line 19, ../node_modules/bootstrap/scss/mixins/_hover.scss */ +a.text-dark:hover, a.text-dark:focus { + color: #1d2124 !important; } -/* line 21, ../node_modules/bootstrap/scss/mixins/_hover.scss */ -a.text-gray-dark:focus, a.text-gray-dark:hover { - color: #101112 !important; +/* line 46, ../node_modules/bootstrap/scss/utilities/_text.scss */ +.text-muted { + color: #6c757d !important; } -/* line 59, ../node_modules/bootstrap/scss/utilities/_text.scss */ +/* line 50, ../node_modules/bootstrap/scss/utilities/_text.scss */ .text-hide { font: 0/0 a; color: transparent; @@ -10218,116 +9926,110 @@ a.text-gray-dark:focus, a.text-gray-dark:hover { } /* line 5, ../node_modules/bootstrap/scss/utilities/_visibility.scss */ +.visible { + visibility: visible !important; +} + +/* line 9, ../node_modules/bootstrap/scss/utilities/_visibility.scss */ .invisible { visibility: hidden !important; } -/* line 12, ../node_modules/bootstrap/scss/utilities/_visibility.scss */ -.hidden-xs-up { - display: none !important; -} +@media print { + /* line 13, ../node_modules/bootstrap/scss/_print.scss */ + *, + *::before, + *::after { + text-shadow: none !important; + box-shadow: none !important; + } -@media (max-width: 575px) { - /* line 17, ../node_modules/bootstrap/scss/utilities/_visibility.scss */ - .hidden-xs-down { - display: none !important; + /* line 24, ../node_modules/bootstrap/scss/_print.scss */ + a:not(.btn) { + text-decoration: underline; } -} -@media (min-width: 576px) { - /* line 12, ../node_modules/bootstrap/scss/utilities/_visibility.scss */ - .hidden-sm-up { - display: none !important; + /* line 34, ../node_modules/bootstrap/scss/_print.scss */ + abbr[title]::after { + content: " (" attr(title) ")"; } -} -@media (max-width: 767px) { - /* line 17, ../node_modules/bootstrap/scss/utilities/_visibility.scss */ - .hidden-sm-down { - display: none !important; + /* line 49, ../node_modules/bootstrap/scss/_print.scss */ + pre { + white-space: pre-wrap !important; } -} -@media (min-width: 768px) { - /* line 12, ../node_modules/bootstrap/scss/utilities/_visibility.scss */ - .hidden-md-up { - display: none !important; + /* line 52, ../node_modules/bootstrap/scss/_print.scss */ + pre, + blockquote { + border: 1px solid #999; + page-break-inside: avoid; } -} -@media (max-width: 991px) { - /* line 17, ../node_modules/bootstrap/scss/utilities/_visibility.scss */ - .hidden-md-down { - display: none !important; + /* line 63, ../node_modules/bootstrap/scss/_print.scss */ + thead { + display: table-header-group; } -} -@media (min-width: 992px) { - /* line 12, ../node_modules/bootstrap/scss/utilities/_visibility.scss */ - .hidden-lg-up { - display: none !important; + /* line 67, ../node_modules/bootstrap/scss/_print.scss */ + tr, + img { + page-break-inside: avoid; } -} -@media (max-width: 1199px) { - /* line 17, ../node_modules/bootstrap/scss/utilities/_visibility.scss */ - .hidden-lg-down { - display: none !important; + /* line 72, ../node_modules/bootstrap/scss/_print.scss */ + p, + h2, + h3 { + orphans: 3; + widows: 3; } -} -@media (min-width: 1200px) { - /* line 12, ../node_modules/bootstrap/scss/utilities/_visibility.scss */ - .hidden-xl-up { - display: none !important; + /* line 79, ../node_modules/bootstrap/scss/_print.scss */ + h2, + h3 { + page-break-after: avoid; } -} -/* line 17, ../node_modules/bootstrap/scss/utilities/_visibility.scss */ -.hidden-xl-down { - display: none !important; -} + @page { + size: a3; + } + /* line 92, ../node_modules/bootstrap/scss/_print.scss */ + body { + min-width: 1280px !important; + } -/* line 29, ../node_modules/bootstrap/scss/utilities/_visibility.scss */ -.visible-print-block { - display: none !important; -} -@media print { - /* line 29, ../node_modules/bootstrap/scss/utilities/_visibility.scss */ - .visible-print-block { - display: block !important; + /* line 95, ../node_modules/bootstrap/scss/_print.scss */ + .container { + min-width: 1280px !important; } -} -/* line 36, ../node_modules/bootstrap/scss/utilities/_visibility.scss */ -.visible-print-inline { - display: none !important; -} -@media print { - /* line 36, ../node_modules/bootstrap/scss/utilities/_visibility.scss */ - .visible-print-inline { - display: inline !important; + /* line 100, ../node_modules/bootstrap/scss/_print.scss */ + .navbar { + display: none; } -} -/* line 43, ../node_modules/bootstrap/scss/utilities/_visibility.scss */ -.visible-print-inline-block { - display: none !important; -} -@media print { - /* line 43, ../node_modules/bootstrap/scss/utilities/_visibility.scss */ - .visible-print-inline-block { - display: inline-block !important; + /* line 103, ../node_modules/bootstrap/scss/_print.scss */ + .badge { + border: 1px solid #000; } -} -@media print { - /* line 51, ../node_modules/bootstrap/scss/utilities/_visibility.scss */ - .hidden-print { - display: none !important; + /* line 107, ../node_modules/bootstrap/scss/_print.scss */ + .table { + border-collapse: collapse !important; + } + /* line 110, ../node_modules/bootstrap/scss/_print.scss */ + .table td, + .table th { + background-color: #fff !important; } -} + /* line 116, ../node_modules/bootstrap/scss/_print.scss */ + .table-bordered th, + .table-bordered td { + border: 1px solid #ddd !important; + } +} /*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) @@ -10336,8 +10038,8 @@ a.text-gray-dark:focus, a.text-gray-dark:hover { * -------------------------- */ @font-face { font-family: 'FontAwesome'; - src: url("../fonts/fontawesome-webfont.eot?v=4.7.0"); - src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"); + src: url("../node_modules/font-awesome/fonts//fontawesome-webfont.eot?v=4.7.0"); + src: url("../node_modules/font-awesome/fonts//fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../node_modules/font-awesome/fonts//fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../node_modules/font-awesome/fonts//fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../node_modules/font-awesome/fonts//fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../node_modules/font-awesome/fonts//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; } @@ -10354,7 +10056,7 @@ a.text-gray-dark:focus, a.text-gray-dark:hover { /* makes the font 33% larger relative to the icon container */ /* line 5, ../node_modules/font-awesome/scss/_larger.scss */ .fa-lg { - font-size: 1.33333em; + font-size: 1.3333333333em; line-height: 0.75em; vertical-align: -15%; } @@ -10381,14 +10083,14 @@ a.text-gray-dark:focus, a.text-gray-dark:hover { /* line 3, ../node_modules/font-awesome/scss/_fixed-width.scss */ .fa-fw { - width: 1.28571em; + width: 1.2857142857em; text-align: center; } /* line 4, ../node_modules/font-awesome/scss/_list.scss */ .fa-ul { padding-left: 0; - margin-left: 2.14286em; + margin-left: 2.1428571429em; list-style-type: none; } /* line 8, ../node_modules/font-awesome/scss/_list.scss */ @@ -10399,14 +10101,14 @@ a.text-gray-dark:focus, a.text-gray-dark:hover { /* line 10, ../node_modules/font-awesome/scss/_list.scss */ .fa-li { position: absolute; - left: -2.14286em; - width: 2.14286em; - top: 0.14286em; + left: -2.1428571429em; + width: 2.1428571429em; + top: 0.1428571429em; text-align: center; } /* line 16, ../node_modules/font-awesome/scss/_list.scss */ .fa-li.fa-lg { - left: -1.85714em; + left: -1.8571428571em; } /* line 4, ../node_modules/font-awesome/scss/_bordered-pulled.scss */ @@ -14078,3 +13780,1817 @@ a.text-gray-dark:focus, a.text-gray-dark:hover { overflow: visible; clip: auto; } + +/*! + * Hamburgers + * @description Tasty CSS-animated hamburgers + * @author Jonathan Suh @jonsuh + * @site https://jonsuh.com/hamburgers + * @link https://github.com/jonsuh/hamburgers + */ +/* line 3, ../node_modules/hamburgers/_sass/hamburgers/_base.scss */ +.hamburger { + padding: 15px 15px; + display: inline-block; + cursor: pointer; + transition-property: opacity, filter; + transition-duration: 0s; + transition-timing-function: linear; + font: inherit; + color: inherit; + text-transform: none; + background-color: transparent; + border: 0; + margin: 0; + overflow: visible; +} +/* line 21, ../node_modules/hamburgers/_sass/hamburgers/_base.scss */ +.hamburger:hover { + opacity: 1; +} + +/* line 31, ../node_modules/hamburgers/_sass/hamburgers/_base.scss */ +.hamburger-box { + width: 30px; + height: 22px; + display: inline-block; + position: relative; +} + +/* line 38, ../node_modules/hamburgers/_sass/hamburgers/_base.scss */ +.hamburger-inner { + display: block; + top: 50%; + margin-top: -1px; +} +/* line 43, ../node_modules/hamburgers/_sass/hamburgers/_base.scss */ +.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { + width: 30px; + height: 2px; + background-color: white; + border-radius: 4px; + position: absolute; + transition-property: transform; + transition-duration: 0.15s; + transition-timing-function: ease; +} +/* line 56, ../node_modules/hamburgers/_sass/hamburgers/_base.scss */ +.hamburger-inner::before, .hamburger-inner::after { + content: ""; + display: block; +} +/* line 62, ../node_modules/hamburgers/_sass/hamburgers/_base.scss */ +.hamburger-inner::before { + top: -10px; +} +/* line 66, ../node_modules/hamburgers/_sass/hamburgers/_base.scss */ +.hamburger-inner::after { + bottom: -10px; +} + +/* + * Arrow Turn + */ +/* line 5, ../node_modules/hamburgers/_sass/hamburgers/types/_arrowturn.scss */ +.hamburger--arrowturn.is-active .hamburger-inner { + transform: rotate(-180deg); +} +/* line 8, ../node_modules/hamburgers/_sass/hamburgers/types/_arrowturn.scss */ +.hamburger--arrowturn.is-active .hamburger-inner::before { + transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); +} +/* line 12, ../node_modules/hamburgers/_sass/hamburgers/types/_arrowturn.scss */ +.hamburger--arrowturn.is-active .hamburger-inner::after { + transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); +} + +/* + * Arrow Turn Right + */ +/* line 5, ../node_modules/hamburgers/_sass/hamburgers/types/_arrowturn-r.scss */ +.hamburger--arrowturn-r.is-active .hamburger-inner { + transform: rotate(-180deg); +} +/* line 8, ../node_modules/hamburgers/_sass/hamburgers/types/_arrowturn-r.scss */ +.hamburger--arrowturn-r.is-active .hamburger-inner::before { + transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); +} +/* line 12, ../node_modules/hamburgers/_sass/hamburgers/types/_arrowturn-r.scss */ +.hamburger--arrowturn-r.is-active .hamburger-inner::after { + transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); +} + +/* + * Elastic + */ +/* line 6, ../node_modules/hamburgers/_sass/hamburgers/types/_elastic.scss */ +.hamburger--elastic .hamburger-inner { + top: 1px; + transition-duration: 0.275s; + transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); +} +/* line 11, ../node_modules/hamburgers/_sass/hamburgers/types/_elastic.scss */ +.hamburger--elastic .hamburger-inner::before { + top: 10px; + transition: opacity 0.125s 0.275s ease; +} +/* line 16, ../node_modules/hamburgers/_sass/hamburgers/types/_elastic.scss */ +.hamburger--elastic .hamburger-inner::after { + top: 20px; + transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); +} +/* line 23, ../node_modules/hamburgers/_sass/hamburgers/types/_elastic.scss */ +.hamburger--elastic.is-active .hamburger-inner { + transform: translate3d(0, 10px, 0) rotate(135deg); + transition-delay: 0.075s; +} +/* line 29, ../node_modules/hamburgers/_sass/hamburgers/types/_elastic.scss */ +.hamburger--elastic.is-active .hamburger-inner::before { + transition-delay: 0s; + opacity: 0; +} +/* line 34, ../node_modules/hamburgers/_sass/hamburgers/types/_elastic.scss */ +.hamburger--elastic.is-active .hamburger-inner::after { + transform: translate3d(0, -20px, 0) rotate(-270deg); + transition-delay: 0.075s; +} + +/* + * Minus + */ +/* line 7, ../node_modules/hamburgers/_sass/hamburgers/types/_minus.scss */ +.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after { + transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; +} +/* line 17, ../node_modules/hamburgers/_sass/hamburgers/types/_minus.scss */ +.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after { + opacity: 0; + transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; +} +/* line 24, ../node_modules/hamburgers/_sass/hamburgers/types/_minus.scss */ +.hamburger--minus.is-active .hamburger-inner::before { + top: 0; +} +/* line 28, ../node_modules/hamburgers/_sass/hamburgers/types/_minus.scss */ +.hamburger--minus.is-active .hamburger-inner::after { + bottom: 0; +} + +/* + * Spin + */ +/* line 6, ../node_modules/hamburgers/_sass/hamburgers/types/_spin.scss */ +.hamburger--spin .hamburger-inner { + transition-duration: 0.22s; + transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); +} +/* line 10, ../node_modules/hamburgers/_sass/hamburgers/types/_spin.scss */ +.hamburger--spin .hamburger-inner::before { + transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; +} +/* line 15, ../node_modules/hamburgers/_sass/hamburgers/types/_spin.scss */ +.hamburger--spin .hamburger-inner::after { + transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); +} +/* line 22, ../node_modules/hamburgers/_sass/hamburgers/types/_spin.scss */ +.hamburger--spin.is-active .hamburger-inner { + transform: rotate(225deg); + transition-delay: 0.12s; + transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); +} +/* line 27, ../node_modules/hamburgers/_sass/hamburgers/types/_spin.scss */ +.hamburger--spin.is-active .hamburger-inner::before { + top: 0; + opacity: 0; + transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; +} +/* line 34, ../node_modules/hamburgers/_sass/hamburgers/types/_spin.scss */ +.hamburger--spin.is-active .hamburger-inner::after { + bottom: 0; + transform: rotate(-90deg); + transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); +} + +/* + * Squeeze + */ +/* line 6, ../node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */ +.hamburger--squeeze .hamburger-inner { + transition-duration: 0.075s; + transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); +} +/* line 10, ../node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */ +.hamburger--squeeze .hamburger-inner::before { + transition: top 0.075s 0.12s ease, opacity 0.075s ease; +} +/* line 15, ../node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */ +.hamburger--squeeze .hamburger-inner::after { + transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); +} +/* line 22, ../node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */ +.hamburger--squeeze.is-active .hamburger-inner { + transform: rotate(45deg); + transition-delay: 0.12s; + transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); +} +/* line 27, ../node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */ +.hamburger--squeeze.is-active .hamburger-inner::before { + top: 0; + opacity: 0; + transition: top 0.075s ease, opacity 0.075s 0.12s ease; +} +/* line 34, ../node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */ +.hamburger--squeeze.is-active .hamburger-inner::after { + bottom: 0; + transform: rotate(-90deg); + transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); +} + +/* line 2, colorbox.scss */ +#colorbox, +#cboxOverlay, +#cboxWrapper { + position: absolute; + top: 0; + left: 0; + z-index: 9999; + overflow: hidden; + -webkit-transform: translate3d(0, 0, 0); +} + +/* line 13, colorbox.scss */ +#cboxWrapper { + max-width: none; +} + +/* line 17, colorbox.scss */ +#cboxOverlay { + position: fixed; + width: 100%; + height: 100%; + background: rgba(0, 0, 0, 0.9); +} + +/* line 24, colorbox.scss */ +#cboxMiddleLeft, +#cboxBottomLeft { + clear: left; +} + +/* line 29, colorbox.scss */ +#cboxContent { + position: relative; +} + +/* line 33, colorbox.scss */ +#cboxLoadedContent { + overflow: auto; + -webkit-overflow-scrolling: touch; +} + +/* line 38, colorbox.scss */ +#cboxTitle { + margin: 0; +} + +/* line 42, colorbox.scss */ +#cboxLoadingOverlay, +#cboxLoadingGraphic { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + +/* line 51, colorbox.scss */ +#cboxPrevious, +#cboxNext, +#cboxClose, +#cboxSlideshow { + cursor: pointer; +} + +/* line 58, colorbox.scss */ +.cboxPhoto { + float: left; + margin: auto; + border: 0; + display: block; + max-width: none; + -ms-interpolation-mode: bicubic; + border-radius: 5px; +} + +/* line 59, colorbox.scss */ +.cboxIframe { + background: #fff; + width: 100%; + height: 100%; + display: block; + border: 0; + padding: 0; + margin: 0; +} + +/* line 60, colorbox.scss */ +#colorbox, +#cboxContent, +#cboxLoadedContent { + box-sizing: content-box; + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; +} + +/* line 68, colorbox.scss */ +#colorbox { + outline: 0; +} + +/* line 72, colorbox.scss */ +#cboxContent { + background: #fff; + overflow: hidden; + border: 10px solid white; + border-radius: 15px; + padding: 5px; +} + +/* line 80, colorbox.scss */ +#cboxLoadedContent { + margin-top: 20px; + overflow-x: hidden !important; +} + +/* line 85, colorbox.scss */ +#cboxTitle { + position: absolute; + top: 4px; + left: 0; + text-align: center; + width: 100%; + color: #949494; +} + +/* line 94, colorbox.scss */ +#cboxCurrent { + position: absolute; + top: 4px; + left: 58px; + color: #949494; +} + +/* line 101, colorbox.scss */ +#cboxLoadingOverlay { + background: url(../images/colorbox/loading_background.png) no-repeat center center; +} + +/* line 105, colorbox.scss */ +#cboxLoadingGraphic { + background: url(../images/colorbox/loading.gif) no-repeat center center; +} + +/* line 109, colorbox.scss */ +#cboxPrevious, +#cboxNext, +#cboxSlideshow, +#cboxClose { + border: 0; + padding: 0; + margin: 0; + overflow: visible; + width: auto; + background: none; +} +/* line 119, colorbox.scss */ +#cboxPrevious:active, +#cboxNext:active, +#cboxSlideshow:active, +#cboxClose:active { + outline: 0; +} + +/* line 128, colorbox.scss */ +#cboxClose { + position: absolute; + top: 0; + right: 0; + width: 25px; +} +/* line 134, colorbox.scss */ +#cboxClose:before { + content: '\f057'; + font-family: 'FontAwesome'; + font-size: 20px; + color: black; +} + +/* line 143, colorbox.scss */ +#cboxClose { + background: white; + border-radius: 0 0 0 10px; +} + +/* line 148, colorbox.scss */ +.cboxIE #cboxTopLeft, +.cboxIE #cboxTopCenter, +.cboxIE #cboxTopRight, +.cboxIE #cboxBottomLeft, +.cboxIE #cboxBottomCenter, +.cboxIE #cboxBottomRight, +.cboxIE #cboxMiddleLeft, +.cboxIE #cboxMiddleRight { + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); +} + +/* line 3, fonts.scss */ +.font-regular { + font-weight: 400 !important; +} + +/* line 6, fonts.scss */ +.font-light { + font-weight: 200 !important; +} + +/* line 9, fonts.scss */ +.font-medium { + font-weight: 500 !important; +} + +/* line 12, fonts.scss */ +.font-semibold { + font-weight: 600 !important; +} + +/* line 15, fonts.scss */ +.font-bold { + font-weight: 700 !important; +} + +/* line 18, fonts.scss */ +.font-normal { + font-style: normal !important; +} + +/* line 21, fonts.scss */ +.font-italic { + font-style: italic !important; +} + +/* line 26, fonts.scss */ +.text-right { + text-align: right; +} + +/* line 29, fonts.scss */ +.text-center { + text-align: center; +} + +/* line 32, fonts.scss */ +.text-left { + text-align: left; +} + +/* line 36, fonts.scss */ +.text-upper { + text-transform: uppercase; +} + +/* line 40, fonts.scss */ +.text-white { + color: white; +} + +/* line 43, fonts.scss */ +.text-black { + color: black; +} + +/* line 46, fonts.scss */ +.text-red { + color: #aa0000; +} + +/* line 49, fonts.scss */ +.text-grey { + color: #aaa; +} +.text-green { + color: #4e984a; +} + +/* line 1, global.scss */ +body { + font-family: 'Roboto'; + letter-spacing: 1px; +} + +/* line 6, global.scss */ +p, +label { + margin: 0; +} + +/* line 11, global.scss */ +a { + color: #666; + text-decoration: none; + outline: none !important; + -moz-outline: none !important; + -webkit-outline: none !important; + transition: .4s; +} +/* line 18, global.scss */ +a:hover { + color: #4e984a; + text-decoration: none; +} + +/* line 24, global.scss */ +.box { + background: #d1efb5; + border-radius: 3px; +} + +/* line 29, global.scss */ +.container { + width: 100%; + max-width: 1366px; + padding: 0 20px; +} + +/* line 35, global.scss */ +.border { + border: 1px solid red; +} + +/* line 40, global.scss */ +.middle { + position: absolute; + top: 50%; + transform: translateY(-50%); +} + +/* line 46, global.scss */ +.middle-right { + position: absolute; + right: 0; + top: 50%; + transform: translateY(-50%); +} + +/* line 53, global.scss */ +.full-middle { + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); +} + +/* line 62, global.scss */ +.bg-alpha { + background: rgba(255, 255, 255, 0.5); +} + +/* line 66, global.scss */ +.radius { + border-radius: 3px; +} + +/* line 70, global.scss */ +.radius-bottom { + border-radius: 0 0 3px 3px; +} + +/* line 74, global.scss */ +.section-title { + font-size: 0.75rem; + text-transform: uppercase; + font-weight: bold; + color: white; + background: #4e984a; + padding: 5px 10px; + border-radius: 3px; +} + +/* line 84, global.scss */ +.section-title { + position: relative; + font-size: 0.75rem; + color: white; + background: #4e984a; + text-transform: uppercase; + font-weight: bold; + border-bottom: 2px solid #4e984a; + padding: 0 10px; + border-radius: 3px 3px 0px 0px; + height: 35px; + line-height: 35px; +} +/* line 97, global.scss */ +.section-title .right { + position: absolute; + right: 10px; + top: 0; +} + +/* line 106, global.scss */ +.bg-grey { + background: #aaa; +} + +/* line 109, global.scss */ +.bg-light-grey { + background: #d1efb5; +} + +/* line 112, global.scss */ +.bg-white { + background: white; +} + +/* line 116, global.scss */ +#MainContent { + position: relative; + margin-top: 40px; + z-index: 0; + min-height: 100vh; + overflow: hidden; +} + +/* line 124, global.scss */ +#map { + width: 100%; + border-radius: 3px; + overflow: hidden; + padding: 10px; +} + +/* line 2, forms.scss */ +.button, +input, +select, +button, +textarea { + border-radius: 3px; + margin: 5px 0; + -webkit-appearance: none; + outline: none !important; +} +/* line 10, forms.scss */ +.button::-ms-clear, +input::-ms-clear, +select::-ms-clear, +button::-ms-clear, +textarea::-ms-clear { + display: none; +} +/* line 13, forms.scss */ +.button:focus, +input:focus, +select:focus, +button:focus, +textarea:focus { + outline: none; +} +/* line 14, forms.scss */ +.button::-moz-focus-inner, +input::-moz-focus-inner, +select::-moz-focus-inner, +button::-moz-focus-inner, +textarea::-moz-focus-inner { + border: 0; +} + +/* line 19, forms.scss */ +input[type=text], +input[type=password], +select, +textarea { + border: 1px solid #aaa; + color: #666; + padding: 5px 10px; + width: 100%; + text-align: left; + box-sizing: border-box; + background: white; +} +/* line 31, forms.scss */ +input[type=text]:disabled, +input[type=password]:disabled, +select:disabled, +textarea:disabled { + color: #aaa; + background-color: #f0f0f0; +} + +/* line 37, forms.scss */ +.button, +input[type=button], +input[type=submit], +button { + display: inline-block; + background-color: #4e984a; + color: white; + text-align: center; + padding: 5px 20px; + font-size: 0.75rem; + line-height: 23px; + cursor: pointer; + border: none; + transition: .5s; +} +/* line 52, forms.scss */ +.button:disabled, +input[type=button]:disabled, +input[type=submit]:disabled, +button:disabled { + color: white; + background-color: #aaa; +} +/* line 57, forms.scss */ +.button:hover, +input[type=button]:hover, +input[type=submit]:hover, +button:hover { + opacity: .7; + color: white; +} +/* line 62, forms.scss */ +.button.button-small, +input[type=button].button-small, +input[type=submit].button-small, +button.button-small { + padding: 3px 20px; + line-height: unset; +} + +/* line 70, forms.scss */ +select { + appearance: none; + -moz-appearance: none; + -webkit-appearance: none; + background-image: url(../images/angle-down.png); + background-position: right 5px center; + background-size: 20px; + background-repeat: no-repeat; + padding-right: 30px; +} + +/* line 82, forms.scss */ +input[type="radio"], +input[type="checkbox"] { + display: none; +} +/* line 86, forms.scss */ +input[type="radio"] + label::before, +input[type="checkbox"] + label::before { + content: ""; + display: inline-block; + width: 16px; + height: 16px; + border: solid 1px #aaa; + background: transparent; + cursor: pointer; + vertical-align: middle; + margin: -4px 4px 0 0; + font-size: 1rem; + line-height: 14px; + border-radius: 2px; +} +/* line 102, forms.scss */ +input[type="radio"]:checked + label::before, +input[type="checkbox"]:checked + label::before { + font-family: 'FontAwesome'; + content: "\f00c"; + padding: 0 0 1px 0; + color: #4e984a; +} + +/* line 112, forms.scss */ +input[type="radio"] + label::before { + border-radius: 16px; +} + +/* line 119, forms.scss */ +input[type="file"] { + width: 100%; + background: #f0f0f0; + /*display: none; + + &+label{ + width: 100%; + &:before { + content: ""; + display: inline-block; + width: 100%; + height: 30px; + border: solid 1px $grey; + background: transparent; + cursor: pointer; + vertical-align: middle; + margin: -4px 4px 0 0; + font-size: 1rem; + line-height: 14px; + border-radius: 2px; + } + }*/ +} + +/* line 143, forms.scss */ +form { + width: 100%; +} +/* line 146, forms.scss */ +form#login-form, form#adv-form { + display: none; +} + +/* line 2, header.scss */ +header { + position: relative; + background: #4e984a; + height: 70px; + width: 100%; + top: 0; +} +/* line 9, header.scss */ +header .logo { + position: fixed; + top: 0; + left: 0; + height: 70px; +} +/* line 17, header.scss */ +header .container.main { + height: 70px; + position: fixed; + background: #4e984a; + z-index: 500; +} +/* line 25, header.scss */ +header .hamburger { + position: fixed; + top: 6px; + right: 0; +} +/* line 32, header.scss */ +header .openings { + position: relative; + top: 0; +} +/* line 36, header.scss */ +header .openings .hours { + font-size: 0.75rem; + text-align: left; + position: absolute; + top: 100px; +} +/* line 41, header.scss */ +header .openings .hours span { + display: inline; + border-right: 1px solid #aaa; + padding: 0 5px; +} +/* line 46, header.scss */ +header .openings .hours span:first-child { + padding: 0; +} +/* line 50, header.scss */ +header .openings .hours span:first-child, header .openings .hours span:last-child { + border-right: none; +} +/* line 58, header.scss */ +header .topmenu { + height: calc(100vh - 70px); + position: fixed; + top: 70px; + left: 0; + background: #4e984a; + width: 100%; + display: none; + overflow: auto; + z-index: 500; +} +/* line 69, header.scss */ +header .topmenu ul { + text-align: center; + font-size: 1.125rem; + font-weight: bold; + text-transform: uppercase; + margin: 40px 0; + padding: 0; + line-height: 30px; +} +/* line 79, header.scss */ +header .topmenu ul li { + list-style: none; + padding: 5px 15px; + display: block; +} +/* line 84, header.scss */ +header .topmenu ul li a { + color: #4e984a; + text-decoration: none; + transition: .4s; + background: white; + display: block; + border-radius: 3px; + padding: 5px; +} +/* line 94, header.scss */ +header .topmenu ul li a:hover { + color: #71986e; +} +/* line 102, header.scss */ +header .breadcrumb { + font-size: 0.75rem; + padding: 5px; + margin: 0; + background-color: #d1efb5; + border-radius: 0; + width: 100%; + position: absolute; + left: 0; + top: 70px; + color: #666; + height: 30px; + z-index: 1; +} +/* line 116, header.scss */ +header .breadcrumb .container { + overflow: hidden; + overflow-x: auto; +} +/* line 120, header.scss */ +header .breadcrumb .container .crumbs { + height: 20px; + display: ruby; +} +/* line 123, header.scss */ +header .breadcrumb .container .crumbs a { + color: #4e984a; + text-decoration: none; + transition: .4s; + cursor: pointer; +} +/* line 128, header.scss */ +header .breadcrumb .container .crumbs a:hover { + color: #666; +} + +/* line 3, navigation.scss */ +.dropdown { + border-top: 3px solid #71986e; + border-bottom: 3px solid #71986e; + background: #d1efb5; + border-top: 3px solid #4e984a; + border-bottom: 3px solid #4e984a; + border-radius: 3px; + margin-bottom: 4px; + transition: .4s; +} +/* line 15, navigation.scss */ +.dropdown.static { + border-top: 3px solid #d1efb5; + border-bottom: 3px solid #d1efb5; + background: white; +} +/* line 19, navigation.scss */ +.dropdown.static > .title { + background: #d1efb5; + color: #4e984a; +} +/* line 25, navigation.scss */ +.dropdown.static.active > .title, .dropdown.static:hover > .title { + color: white; +} +/* line 30, navigation.scss */ +.dropdown.static > .items li { + border-bottom: none; +} +/* line 32, navigation.scss */ +.dropdown.static > .items li a { + color: #666; +} +/* line 34, navigation.scss */ +.dropdown.static > .items li a:hover { + color: black; +} +/* line 42, navigation.scss */ +.dropdown > .title { + font-size: 0.75rem; + font-weight: bold; + text-align: left; + padding: 6px 10px 8px 10px; + position: relative; + cursor: pointer; + background: #4e984a; + color: white; + transition: .4s; +} +/* line 53, navigation.scss */ +.dropdown > .title:after { + content: '\f105'; + font-family: 'FontAwesome'; + position: absolute; + right: 10px; + transition: .4s; +} +/* line 64, navigation.scss */ +.dropdown:hover { + border-top: 3px solid #4e984a; + border-bottom: 3px solid #4e984a; +} +/* line 67, navigation.scss */ +.dropdown:hover > .title { + background: #4e984a; +} +/* line 72, navigation.scss */ +.dropdown > .items { + overflow: hidden; + height: 0px; + padding: 0 10px; + margin: 0; + transition: .4s; +} +/* line 79, navigation.scss */ +.dropdown > .items li { + font-size: 0.75rem; + text-align: left; + border-bottom: 1px solid #aaa; + padding: 10px 0; + list-style: none; +} +/* line 86, navigation.scss */ +.dropdown > .items li a { + color: #666; + text-decoration: none; + transition: .4s; + cursor: pointer; +} +/* line 91, navigation.scss */ +.dropdown > .items li a:hover { + color: #aaa; +} +/* line 95, navigation.scss */ +.dropdown > .items li:last-child { + border-bottom: none; +} +/* line 102, navigation.scss */ +.dropdown.active { + border-top: 3px solid #4e984a; + border-bottom: 3px solid #4e984a; +} +/* line 106, navigation.scss */ +.dropdown.active > .title { + background: #4e984a; +} +/* line 108, navigation.scss */ +.dropdown.active > .title:after { + transform: rotate(90deg); +} +/* line 112, navigation.scss */ +.dropdown.active > .items { + height: auto; +} + +/* line 121, navigation.scss */ +.pages { + text-align: center; +} +/* line 123, navigation.scss */ +.pages a { + display: inline-block; + background: #d1efb5; + font-weight: bold; + border-radius: 3px; + margin: 4px; + color: #4e984a; + padding: 4px 8px; +} +/* line 132, navigation.scss */ +.pages a:hover, .pages a.selected { + color: white; + background: #4e984a; +} + +/* 10px */ +/* 12px */ +/* 13px */ +/* 14px */ +/* 15px */ +/* 16px */ +/* 18px */ +/* 20px */ +/* 22px */ +/* 24px */ +/* 28px */ +/* 30px */ +/* 34px */ +/* 40px */ +/* 45px */ +/* 48px */ +/* 53px */ +/* ?px */ +/* line 66, ../scss/variables.scss */ +.font-10 { + font-size: 0.625rem !important; +} + +/* line 66, ../scss/variables.scss */ +.font-12 { + font-size: 0.75rem !important; +} + +/* line 66, ../scss/variables.scss */ +.font-13 { + font-size: 0.8125rem !important; +} + +/* line 66, ../scss/variables.scss */ +.font-14 { + font-size: 0.875rem !important; +} + +/* line 66, ../scss/variables.scss */ +.font-15 { + font-size: 0.9375rem !important; +} + +/* line 66, ../scss/variables.scss */ +.font-16 { + font-size: 1rem !important; +} + +/* line 66, ../scss/variables.scss */ +.font-18 { + font-size: 1.125rem !important; +} + +/* line 66, ../scss/variables.scss */ +.font-20 { + font-size: 1.25rem !important; +} + +/* line 66, ../scss/variables.scss */ +.font-22 { + font-size: 1.375rem !important; +} + +/* line 66, ../scss/variables.scss */ +.font-24 { + font-size: 1.5rem !important; +} + +/* line 66, ../scss/variables.scss */ +.font-28 { + font-size: 1.75rem !important; +} + +/* line 66, ../scss/variables.scss */ +.font-30 { + font-size: 1.875rem !important; +} + +/* line 66, ../scss/variables.scss */ +.font-34 { + font-size: 2.125rem !important; +} + +/* line 66, ../scss/variables.scss */ +.font-40 { + font-size: 2.5rem !important; +} + +/* line 66, ../scss/variables.scss */ +.font-45 { + font-size: 2.8125rem !important; +} + +/* line 66, ../scss/variables.scss */ +.font-48 { + font-size: 3rem !important; +} + +/* line 66, ../scss/variables.scss */ +.font-53 { + font-size: 3.3125rem !important; +} + +/* line 68, ../scss/variables.scss */ +.font-alert { + font-size: 8rem !important; + opacity: .5; +} + +/* line 4, datepicker.scss */ +.ui-datepicker { + background: #fff; + position: relative; + display: block; + width: 300px; + margin: 0 auto; + text-align: center; + border: 1px solid #aaa; + border-radius: 4px; + box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); +} +/* line 15, datepicker.scss */ +.ui-datepicker .ui-datepicker-header { + padding: 10px 0; +} +/* line 20, datepicker.scss */ +.ui-datepicker .ui-datepicker-header .ui-datepicker-title select { + width: 35%; + margin: 4px; +} +/* line 26, datepicker.scss */ +.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, +.ui-datepicker .ui-datepicker-header .ui-datepicker-next { + position: absolute; + height: 40px; + line-height: 40px; + width: 40px; + cursor: pointer; + text-align: center; +} +/* line 34, datepicker.scss */ +.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after, +.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after { + font-family: 'FontAwesome'; + font-size: 1.25rem; +} +/* line 38, datepicker.scss */ +.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon, +.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon { + display: none; +} +/* line 43, datepicker.scss */ +.ui-datepicker .ui-datepicker-header .ui-datepicker-prev { + left: 4px; +} +/* line 45, datepicker.scss */ +.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after { + content: '\f100'; +} +/* line 49, datepicker.scss */ +.ui-datepicker .ui-datepicker-header .ui-datepicker-next { + right: 4px; +} +/* line 51, datepicker.scss */ +.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after { + content: '\f101'; +} +/* line 57, datepicker.scss */ +.ui-datepicker .ui-datepicker-calendar { + width: 90%; + margin: auto; + margin-bottom: 20px; + font-size: 0.875rem; +} +/* line 63, datepicker.scss */ +.ui-datepicker .ui-datepicker-calendar th, +.ui-datepicker .ui-datepicker-calendar td { + transition: .4s; +} +/* line 67, datepicker.scss */ +.ui-datepicker .ui-datepicker-calendar th > a, +.ui-datepicker .ui-datepicker-calendar th > span, +.ui-datepicker .ui-datepicker-calendar td > a, +.ui-datepicker .ui-datepicker-calendar td > span { + display: block; + cursor: pointer; + padding: 6px; + border-radius: 20px; +} +/* line 76, datepicker.scss */ +.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-current-day > a, +.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-current-day > span, +.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day > a, +.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day > span { + background: #000; + color: #fff; +} +/* line 84, datepicker.scss */ +.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-other-month > a, +.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-other-month > span, +.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month > a, +.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month > span { + color: #aaa; +} + +/* line 1, sections/homepage.scss */ +.banner, +.spot { + height: 150px; + border-radius: 3px; + position: relative; + padding: 5px; +} +/* line 9, sections/homepage.scss */ +.banner .content, +.spot .content { + background: #d1efb5; + position: relative; + height: 100%; + overflow: hidden; + border-radius: 3px; + border: 1px solid #d1efb5; +} +/* line 17, sections/homepage.scss */ +.banner .content .title, +.spot .content .title { + position: absolute; + top: 0; + left: 0; + font-size: 0.625rem; + text-align: left; + padding: 4px; + background: rgba(0, 0, 0, 0.5); + color: white; + width: 100%; + z-index: 1; + text-transform: uppercase; +} +/* line 31, sections/homepage.scss */ +.banner .content img, +.spot .content img { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + object-fit: cover; + object-position: center; + transition: .4s; +} +/* line 45, sections/homepage.scss */ +.banner:hover .content img, +.spot:hover .content img { + transform: scale(1.1); +} + +/* line 54, sections/homepage.scss */ +.banner { + height: 120px; + margin-bottom: 8px; + padding: 0; + width: 50%; + float: left; +} +/* line 61, sections/homepage.scss */ +.banner:nth-child(odd) { + padding-right: 4px; +} +/* line 64, sections/homepage.scss */ +.banner:nth-child(even) { + padding-left: 4px; +} + +/* line 69, sections/homepage.scss */ +.contacts { + padding: 15px 25px; + font-size: 0.75rem; +} +/* line 72, sections/homepage.scss */ +.contacts .fa { + color: #4e984a; + width: 25px; + font-size: 1rem; + height: 25px; +} +/* line 78, sections/homepage.scss */ +.contacts b { + color: #4e984a; +} + +/* line 2, sections/news.scss */ +.last-news { + font-size: 0.75rem; +} +/* line 4, sections/news.scss */ +.last-news .item { + border-bottom: 1px solid #d1efb5; + padding: 8px 10px; +} +/* line 7, sections/news.scss */ +.last-news .item .date { + color: #aa0000; +} +/* line 10, sections/news.scss */ +.last-news .item a { + color: #666; + text-decoration: none; + transition: .4s; +} +/* line 14, sections/news.scss */ +.last-news .item a:hover { + color: black; +} + +/* line 21, sections/news.scss */ +.news { + font-size: 0.75rem; +} +/* line 23, sections/news.scss */ +.news .item { + border-bottom: 1px solid #d1efb5; + padding: 8px 10px; +} +/* line 26, sections/news.scss */ +.news .item .date { + color: #aa0000; +} +/* line 29, sections/news.scss */ +.news .item a { + color: #666; + text-decoration: none; + transition: .4s; +} +/* line 33, sections/news.scss */ +.news .item a:hover { + color: black; +} +/* line 42, sections/news.scss */ +.news .append .item a:before { + content: '\f019'; + font-family: 'FontAwesome'; + padding-right: 4px; +} +/* line 48, sections/news.scss */ +.news .append .item .size { + float: right; +} + +/* line 1, sections/lists.scss */ +.file-list { + font-size: 0.75rem; +} +/* line 3, sections/lists.scss */ +.file-list .item { + border-bottom: 1px solid #d1efb5; + padding: 8px 10px; + transition: .4s; +} +/* line 7, sections/lists.scss */ +.file-list .item .date { + color: #aa0000; +} +/* line 10, sections/lists.scss */ +.file-list .item a { + color: #666; + text-decoration: none; + transition: .4s; +} +/* line 14, sections/lists.scss */ +.file-list .item a:hover { + color: black; +} +/* line 19, sections/lists.scss */ +.file-list .item:hover { + background: #d1efb5; +} +/* line 24, sections/lists.scss */ +.file-list .item-title { + border-bottom: 1px solid #d1efb5; + padding: 8px 10px; +} + +/* line 34, sections/lists.scss */ +.items-list .item { + padding: 10px; + transition: .4s; + font-size: 0.875rem; + border-bottom: 1px solid #d1efb5; +} +/* line 40, sections/lists.scss */ +.items-list .item .fa-angle-right { + padding: 0 5px; + transition: .4s; +} +/* line 46, sections/lists.scss */ +.items-list .item a:after { + content: '\f0c1'; + font-family: 'FontAwesome'; + padding: 0 5px; +} +/* line 52, sections/lists.scss */ +.items-list .item a.button:after { + content: ''; + padding: 0; +} +/* line 59, sections/lists.scss */ +.items-list .item:hover { + background: #d1efb5; +} +/* line 61, sections/lists.scss */ +.items-list .item:hover .fa-angle-right { + margin-left: 5px; +} +/* line 70, sections/lists.scss */ +.items-list .item .more .more-content { + margin-top: 10px; + display: none; +} + +/* line 2, sections/bod.scss */ +.bod { + font-size: 0.875rem; + /* border-bottom: 1px solid $light-grey; */ +} +/* line 6, sections/bod.scss */ +.bod .avatar { + position: relative; + width: 50px; + height: 50px; + overflow: hidden; + border-radius: 5px; + display: block; +} +/* line 14, sections/bod.scss */ +.bod .avatar img { + position: absolute; + top: 0; + left: 0; + width: 100%; +} + +/* line 4, sections/board.scss */ +.board .results .item { + padding: 5px; + transition: .4s; + font-size: 0.875rem; +} +/* line 9, sections/board.scss */ +.board .results .item .fa { + padding: 0 5px; + transition: .4s; +} +/* line 14, sections/board.scss */ +.board .results .item:hover { + background: #d1efb5; +} +/* line 16, sections/board.scss */ +.board .results .item:hover .fa { + margin-left: 5px; +} +/* line 22, sections/board.scss */ +.board .results .sheet { + position: relative; + padding: 20px; + background: #d1efb5; + border-radius: 5px; +} +/* line 28, sections/board.scss */ +.board .results .sheet .name { + font-size: 1rem; + font-weight: bold; + color: #aa0000; + border-bottom: 1px dotted #aaa; +} +/* line 35, sections/board.scss */ +.board .results .sheet p { + font-size: 0.75rem; + border-bottom: 1px dotted #aaa; + padding: 6px 0; +} + +/* line 4, sections/pharmacy.scss */ +.pharmacy .results .item { + padding: 10px; + transition: .4s; + font-size: 0.875rem; + border-bottom: 1px solid #d1efb5; +} +/* line 10, sections/pharmacy.scss */ +.pharmacy .results .item .fa-angle-right { + padding: 0 5px; + transition: .4s; +} +/* line 15, sections/pharmacy.scss */ +.pharmacy .results .item:hover { + background: #d1efb5; +} +/* line 17, sections/pharmacy.scss */ +.pharmacy .results .item:hover .fa-angle-right { + margin-left: 5px; +} + +/* line 2, footer.scss */ +footer { + position: relative; + background: #4e984a; + padding: 20px 0; + width: 100%; + text-align: center; +} +/* line 9, footer.scss */ +footer .footer-logo { + max-height: 60px; + max-width: 90%; +} +/* line 15, footer.scss */ +footer .footermenu { + display: inline-block; + width: 100%; + border-top: 1px dotted #d1efb5; + padding-top: 20px; + text-transform: uppercase; +} +/* line 22, footer.scss */ +footer .footermenu ul { + text-align: left; + font-size: 0.75rem; + margin: 0; + padding: 0; +} +/* line 28, footer.scss */ +footer .footermenu ul li { + padding: 0 10px; + display: block; + border: none; + width: 50%; + float: left; +} +/* line 35, footer.scss */ +footer .footermenu ul li a { + color: white; + background: none; + display: block; + padding: 3px; +} +/* line 41, footer.scss */ +footer .footermenu ul li a:hover { + color: rgba(255, 255, 255, 0.6); +} + +/* line 52, footer.scss */ +#gdpr-cookie-message { + position: fixed; + bottom: 0; + left: 0; + width: 100%; + background: rgba(0, 0, 0, 0.9); + color: white; + padding: 10px; + font-size: 0.875rem; +} +/* line 62, footer.scss */ +#gdpr-cookie-message li { + list-style: none; +} +/* line 70, footer.scss */ +#gdpr-cookie-message h4 { + font-size: 1.125rem; +} +/* line 78, footer.scss */ +#gdpr-cookie-message button { + margin: 5px; +} + +@media only screen and (min-width: 768px) { + /* line 5, mediaqueries/viewports/_768up.scss */ + header { + background: #4e984a; + height: 120px; + position: absolute; + } + /* line 10, mediaqueries/viewports/_768up.scss */ + header .logo { + position: absolute; + top: 10px; + height: 100px; + background-image: url("../images/header.png"); + background-size: contain; + background-repeat: no-repeat; + background-position: left top; + } + /* line 21, mediaqueries/viewports/_768up.scss */ + header .container.main { + height: 120px; + position: relative; + background: #4e984a; + background-image: url("../images/caduceus.png"); + background-size: 400px; + background-repeat: no-repeat; + background-position: left -60px top -60px; + } + /* line 32, mediaqueries/viewports/_768up.scss */ + header .hamburger { + display: none; + } + /* line 36, mediaqueries/viewports/_768up.scss */ + header .openings { + height: 80px; + background: none; + } + /* line 40, mediaqueries/viewports/_768up.scss */ + header .openings .hours { + right: 0; + top: 50%; + transform: translateY(-50%); + background: rgba(255, 255, 255, 0.5); + text-align: right; + border-radius: 0 0 3px 3px; + } + /* line 48, mediaqueries/viewports/_768up.scss */ + header .openings .hours span { + display: block; + border-right: none; + } + /* line 51, mediaqueries/viewports/_768up.scss */ + header .openings .hours span:first-child { + padding: 0 5px; + } + /* line 60, mediaqueries/viewports/_768up.scss */ + header .topmenu { + height: 40px; + position: relative; + background: none; + top: 0px; + display: block; + } + /* line 67, mediaqueries/viewports/_768up.scss */ + header .topmenu ul { + text-align: right; + font-size: 0.75rem; + margin: 0; + line-height: 40px; + } + /* line 73, mediaqueries/viewports/_768up.scss */ + header .topmenu ul li { + padding: 0 10px; + display: inline; + border: none; + border-left: 1px solid rgba(255, 255, 255, 0.6); + } + /* line 78, mediaqueries/viewports/_768up.scss */ + header .topmenu ul li:first-child { + border-left: none; + } + /* line 82, mediaqueries/viewports/_768up.scss */ + header .topmenu ul li a { + color: white; + background: none; + display: inline; + padding: 5px; + } + /* line 88, mediaqueries/viewports/_768up.scss */ + header .topmenu ul li a:hover { + color: rgba(255, 255, 255, 0.6); + } + /* line 96, mediaqueries/viewports/_768up.scss */ + header .breadcrumb { + top: 120px; + } + + /* line 102, mediaqueries/viewports/_768up.scss */ + footer { + text-align: left; + } + /* line 105, mediaqueries/viewports/_768up.scss */ + footer .footermenu { + border: none; + padding: 0; + } + /* line 109, mediaqueries/viewports/_768up.scss */ + footer .footermenu ul li { + border-left: 1px dotted #d1efb5; + width: 33.333%; + } + /* line 116, mediaqueries/viewports/_768up.scss */ + footer .bl { + padding-left: 20px; + border-left: 1px dotted #d1efb5; + } + + /* line 123, mediaqueries/viewports/_768up.scss */ + #MainContent { + margin-top: 160px; + } + + /* line 129, mediaqueries/viewports/_768up.scss */ + .banner { + height: 120px; + padding: 0 !important; + width: 100%; + float: left; + } +} +@media only screen and (min-width: 1024px) { + /* line 6, mediaqueries/viewports/_1024up.scss */ + footer .logo-container { + text-align: left; + } + /* line 10, mediaqueries/viewports/_1024up.scss */ + footer .footer-logo, + footer p { + position: absolute; + top: 50%; + transform: translateY(-50%); + text-align: left; + } +} diff --git a/docs/farmaci-ritirati/filename1.txt b/docs/farmaci-ritirati/filename1.txt new file mode 100755 index 0000000..8d1c8b6 --- /dev/null +++ b/docs/farmaci-ritirati/filename1.txt @@ -0,0 +1 @@ + diff --git a/docs/farmaci-ritirati/filename2.txt b/docs/farmaci-ritirati/filename2.txt new file mode 100755 index 0000000..2a8d60e --- /dev/null +++ b/docs/farmaci-ritirati/filename2.txt @@ -0,0 +1,3 @@ +asdfgdjnbfghdn +g hgsfj +rtg diff --git a/docs/farmaci-ritirati/filename3.txt b/docs/farmaci-ritirati/filename3.txt new file mode 100755 index 0000000..e3fc7b8 --- /dev/null +++ b/docs/farmaci-ritirati/filename3.txt @@ -0,0 +1 @@ +s diff --git a/docs/files/advertisement/COZe-NegozioLivelli.pdf b/docs/files/advertisement/COZe-NegozioLivelli.pdf new file mode 100755 index 0000000..485818d Binary files /dev/null and b/docs/files/advertisement/COZe-NegozioLivelli.pdf differ diff --git a/docs/files/advertisement/package-lock.json b/docs/files/advertisement/package-lock.json new file mode 100755 index 0000000..fe6bd45 --- /dev/null +++ b/docs/files/advertisement/package-lock.json @@ -0,0 +1,1200 @@ +{ + "name": "whiteboard", + "version": "1.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "accepts": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.1.4.tgz", + "integrity": "sha1-1xyW99QdD+2iw4zRToonwEFY30o=", + "requires": { + "mime-types": "2.0.14", + "negotiator": "0.4.9" + } + }, + "after": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/after/-/after-0.8.2.tgz", + "integrity": "sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=" + }, + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "arraybuffer.slice": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz", + "integrity": "sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==" + }, + "asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" + }, + "async-limiter": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", + "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==" + }, + "babel-code-frame": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", + "requires": { + "chalk": "1.1.3", + "esutils": "2.0.2", + "js-tokens": "3.0.2" + } + }, + "babel-helper-function-name": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz", + "integrity": "sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=", + "requires": { + "babel-helper-get-function-arity": "6.24.1", + "babel-runtime": "6.26.0", + "babel-template": "6.26.0", + "babel-traverse": "6.26.0", + "babel-types": "6.26.0" + } + }, + "babel-helper-get-function-arity": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz", + "integrity": "sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=", + "requires": { + "babel-runtime": "6.26.0", + "babel-types": "6.26.0" + } + }, + "babel-messages": { + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz", + "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", + "requires": { + "babel-runtime": "6.26.0" + } + }, + "babel-plugin-syntax-class-properties": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.13.0.tgz", + "integrity": "sha1-1+sjt5oxf4VDlixQW4J8fWysJ94=" + }, + "babel-plugin-transform-class-properties": { + "version": "6.24.1", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.24.1.tgz", + "integrity": "sha1-anl2PqYdM9NvN7YRqp3vgagbRqw=", + "requires": { + "babel-helper-function-name": "6.24.1", + "babel-plugin-syntax-class-properties": "6.13.0", + "babel-runtime": "6.26.0", + "babel-template": "6.26.0" + } + }, + "babel-runtime": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", + "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", + "requires": { + "core-js": "2.5.3", + "regenerator-runtime": "0.11.1" + } + }, + "babel-template": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz", + "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=", + "requires": { + "babel-runtime": "6.26.0", + "babel-traverse": "6.26.0", + "babel-types": "6.26.0", + "babylon": "6.18.0", + "lodash": "4.17.5" + } + }, + "babel-traverse": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz", + "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", + "requires": { + "babel-code-frame": "6.26.0", + "babel-messages": "6.23.0", + "babel-runtime": "6.26.0", + "babel-types": "6.26.0", + "babylon": "6.18.0", + "debug": "2.6.9", + "globals": "9.18.0", + "invariant": "2.2.2", + "lodash": "4.17.5" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "babel-types": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", + "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", + "requires": { + "babel-runtime": "6.26.0", + "esutils": "2.0.2", + "lodash": "4.17.5", + "to-fast-properties": "1.0.3" + } + }, + "babylon": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", + "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==" + }, + "backo2": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", + "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" + }, + "base64-arraybuffer": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz", + "integrity": "sha1-c5JncZI7Whl0etZmqlzUv5xunOg=" + }, + "base64id": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/base64id/-/base64id-1.0.0.tgz", + "integrity": "sha1-R2iMuZu2gE8OBtPnY7HDLlfY5rY=" + }, + "better-assert": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz", + "integrity": "sha1-QIZrnhueC1W0gYlDEeaPr/rrxSI=", + "requires": { + "callsite": "1.0.0" + } + }, + "blob": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/blob/-/blob-0.0.4.tgz", + "integrity": "sha1-vPEwUspURj8w+fx+lbmkdjCpSSE=" + }, + "callsite": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz", + "integrity": "sha1-KAOY5dZkvXQDi28JBRU+borxvCA=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "2.2.1", + "escape-string-regexp": "1.0.5", + "has-ansi": "2.0.0", + "strip-ansi": "3.0.1", + "supports-color": "2.0.0" + } + }, + "component-bind": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz", + "integrity": "sha1-AMYIq33Nk4l8AAllGx06jh5zu9E=" + }, + "component-emitter": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", + "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" + }, + "component-inherit": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz", + "integrity": "sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM=" + }, + "cookie": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.1.2.tgz", + "integrity": "sha1-cv7D0k5Io0Mgc9kMEmQgBQYQBLE=" + }, + "cookie-signature": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.5.tgz", + "integrity": "sha1-oSLj8VA+yg9TVXlbBxG7I2jUUPk=" + }, + "core-js": { + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.3.tgz", + "integrity": "sha1-isw4NFgk8W2DZbfJtCWRaOjtYD4=" + }, + "crc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/crc/-/crc-3.0.0.tgz", + "integrity": "sha1-0R6X7ESoROXrFadPoseHXQqsSyI=" + }, + "debug": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.0.0.tgz", + "integrity": "sha1-ib2d9nMrUSVrxnBTQrugLtEhMe8=", + "requires": { + "ms": "0.6.2" + }, + "dependencies": { + "ms": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-0.6.2.tgz", + "integrity": "sha1-2JwhJMb9wTU9Zai3e/GqxLGTcIw=" + } + } + }, + "depd": { + "version": "0.4.5", + "resolved": "https://registry.npmjs.org/depd/-/depd-0.4.5.tgz", + "integrity": "sha1-GmZLUziLSmVz6K5ntfdnxpPKl/E=" + }, + "destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" + }, + "ee-first": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.0.tgz", + "integrity": "sha1-ag18YiHkkP7v2S7D9EHJzozQl/Q=" + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + }, + "encoding": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz", + "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=", + "requires": { + "iconv-lite": "0.4.19" + } + }, + "engine.io": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.1.4.tgz", + "integrity": "sha1-PQIRtwpVLOhB/8fahiezAamkFi4=", + "requires": { + "accepts": "1.3.3", + "base64id": "1.0.0", + "cookie": "0.3.1", + "debug": "2.6.9", + "engine.io-parser": "2.1.2", + "uws": "0.14.5", + "ws": "3.3.3" + }, + "dependencies": { + "accepts": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.3.tgz", + "integrity": "sha1-w8p0NJOGSMPg2cHjKN1otiLChMo=", + "requires": { + "mime-types": "2.1.18", + "negotiator": "0.6.1" + } + }, + "cookie": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz", + "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=" + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "mime-db": { + "version": "1.33.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz", + "integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==" + }, + "mime-types": { + "version": "2.1.18", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz", + "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==", + "requires": { + "mime-db": "1.33.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "negotiator": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz", + "integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=" + } + } + }, + "engine.io-client": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.1.4.tgz", + "integrity": "sha1-T88TcLRxY70s6b4nM5ckMDUNTqE=", + "requires": { + "component-emitter": "1.2.1", + "component-inherit": "0.0.3", + "debug": "2.6.9", + "engine.io-parser": "2.1.2", + "has-cors": "1.1.0", + "indexof": "0.0.1", + "parseqs": "0.0.5", + "parseuri": "0.0.5", + "ws": "3.3.3", + "xmlhttprequest-ssl": "1.5.5", + "yeast": "0.1.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "engine.io-parser": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.2.tgz", + "integrity": "sha512-dInLFzr80RijZ1rGpx1+56/uFoH7/7InhH3kZt+Ms6hT8tNx3NGW/WNSA/f8As1WkOfkuyb3tnRyuXGxusclMw==", + "requires": { + "after": "0.8.2", + "arraybuffer.slice": "0.0.7", + "base64-arraybuffer": "0.1.5", + "blob": "0.0.4", + "has-binary2": "1.0.2" + } + }, + "escape-html": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.1.tgz", + "integrity": "sha1-GBoobq05ejmpKFfPsdQwUuNWv/A=" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, + "esutils": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz", + "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=" + }, + "etag": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.4.0.tgz", + "integrity": "sha1-MFCZFhWFdwfAQRnQdbogiOBwEiU=", + "requires": { + "crc": "3.0.0" + } + }, + "express": { + "version": "4.9.8", + "resolved": "https://registry.npmjs.org/express/-/express-4.9.8.tgz", + "integrity": "sha1-82D1lrrqu9DlIjtgPW61eNnS0Q0=", + "requires": { + "accepts": "1.1.4", + "cookie": "0.1.2", + "cookie-signature": "1.0.5", + "debug": "2.0.0", + "depd": "0.4.5", + "escape-html": "1.0.1", + "etag": "1.4.0", + "finalhandler": "0.2.0", + "fresh": "0.2.4", + "media-typer": "0.3.0", + "merge-descriptors": "0.0.2", + "methods": "1.1.0", + "on-finished": "2.1.1", + "parseurl": "1.3.2", + "path-to-regexp": "0.1.3", + "proxy-addr": "1.0.10", + "qs": "2.2.4", + "range-parser": "1.0.3", + "send": "0.9.3", + "serve-static": "1.6.5", + "type-is": "1.5.7", + "utils-merge": "1.0.0", + "vary": "1.0.1" + }, + "dependencies": { + "destroy": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz", + "integrity": "sha1-tDO0ck5x/YVR2YhRdIUcX8N34sk=" + }, + "ee-first": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.0.5.tgz", + "integrity": "sha1-jJshKJjYzZ8alDZlDOe+ICyen/A=" + }, + "mime": { + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.2.11.tgz", + "integrity": "sha1-WCA+7Ybjpe8XrtK32evUfwpg3RA=" + }, + "ms": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-0.6.2.tgz", + "integrity": "sha1-2JwhJMb9wTU9Zai3e/GqxLGTcIw=" + }, + "send": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/send/-/send-0.9.3.tgz", + "integrity": "sha1-tDp0FM0Im3++ybdVJG98N7e4XMA=", + "requires": { + "debug": "2.0.0", + "depd": "0.4.5", + "destroy": "1.0.3", + "escape-html": "1.0.1", + "etag": "1.4.0", + "fresh": "0.2.4", + "mime": "1.2.11", + "ms": "0.6.2", + "on-finished": "2.1.0", + "range-parser": "1.0.3" + }, + "dependencies": { + "on-finished": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.1.0.tgz", + "integrity": "sha1-DFOfCSkej/rd4MiiWFD7LO3HAi0=", + "requires": { + "ee-first": "1.0.5" + } + } + } + } + } + }, + "fbjs": { + "version": "0.8.16", + "resolved": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.16.tgz", + "integrity": "sha1-XmdDL1UNxBtXK/VYR7ispk5TN9s=", + "requires": { + "core-js": "1.2.7", + "isomorphic-fetch": "2.2.1", + "loose-envify": "1.3.1", + "object-assign": "4.1.1", + "promise": "7.3.1", + "setimmediate": "1.0.5", + "ua-parser-js": "0.7.17" + }, + "dependencies": { + "core-js": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz", + "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=" + } + } + }, + "finalhandler": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-0.2.0.tgz", + "integrity": "sha1-eUCCQksX9qSyoO2jn522lI7kvo0=", + "requires": { + "debug": "2.0.0", + "escape-html": "1.0.1" + } + }, + "forwarded": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", + "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" + }, + "fresh": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.2.4.tgz", + "integrity": "sha1-NYJJkgbJcjcUGQ7ddLRgT+tKYUw=" + }, + "globals": { + "version": "9.18.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", + "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==" + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "requires": { + "ansi-regex": "2.1.1" + } + }, + "has-binary2": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.2.tgz", + "integrity": "sha1-6D26SfC5vk0CbSc2U1DZ8D9Uvpg=", + "requires": { + "isarray": "2.0.1" + } + }, + "has-cors": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz", + "integrity": "sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=" + }, + "http-errors": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.2.tgz", + "integrity": "sha1-CgAsyFcHGSp+eUbO7cERVfYOxzY=", + "requires": { + "depd": "1.1.1", + "inherits": "2.0.3", + "setprototypeof": "1.0.3", + "statuses": "1.4.0" + }, + "dependencies": { + "depd": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.1.tgz", + "integrity": "sha1-V4O04cRZ8G+lyif5kfPQbnoxA1k=" + } + } + }, + "iconv-lite": { + "version": "0.4.19", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz", + "integrity": "sha512-oTZqweIP51xaGPI4uPa56/Pri/480R+mo7SeU+YETByQNhDG55ycFyNLIgta9vXhILrxXDmF7ZGhqZIcuN0gJQ==" + }, + "indexof": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz", + "integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=" + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "invariant": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz", + "integrity": "sha1-nh9WrArNtr8wMwbzOL47IErmA2A=", + "requires": { + "loose-envify": "1.3.1" + } + }, + "ipaddr.js": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.0.5.tgz", + "integrity": "sha1-X6eM8wG4JceKvDBC2BJyMEnqI8c=" + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" + }, + "isarray": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", + "integrity": "sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=" + }, + "isomorphic-fetch": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz", + "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=", + "requires": { + "node-fetch": "1.7.3", + "whatwg-fetch": "2.0.3" + } + }, + "js-tokens": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", + "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=" + }, + "lodash": { + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz", + "integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==" + }, + "lodash-es": { + "version": "4.17.5", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.5.tgz", + "integrity": "sha512-Ez3ONp3TK9gX1HYKp6IhetcVybD+2F+Yp6GS9dfH8ue6EOCEzQtQEh4K0FYWBP9qLv+lzeQAYXw+3ySfxyZqkw==" + }, + "loose-envify": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.3.1.tgz", + "integrity": "sha1-0aitM/qc4OcT1l/dCsi3SNR4yEg=", + "requires": { + "js-tokens": "3.0.2" + } + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" + }, + "merge-descriptors": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-0.0.2.tgz", + "integrity": "sha1-w2pSp4FDdRPFcnXzndnTF1FKyMc=" + }, + "methods": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.0.tgz", + "integrity": "sha1-XcpO4S31L/OwVhRZhqjwHLyGQ28=" + }, + "mime": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz", + "integrity": "sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==" + }, + "mime-db": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.12.0.tgz", + "integrity": "sha1-PQxjGA9FjrENMlqqN9fFiuMS6dc=" + }, + "mime-types": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.14.tgz", + "integrity": "sha1-MQ4VnbI+B3+Lsit0jav6SVcUCqY=", + "requires": { + "mime-db": "1.12.0" + } + }, + "mobx": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/mobx/-/mobx-3.5.1.tgz", + "integrity": "sha1-jmguxTXPROBABbnjfi32asyXWkI=" + }, + "moment": { + "version": "2.11.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.11.2.tgz", + "integrity": "sha1-h5aOX5WsA4wuQqyVnHWBnNP1KQE=" + }, + "ms": { + "version": "github:zeit/ms#fe0bae301a6c41f68a01595658a4f4f0dcba0e84" + }, + "negotiator": { + "version": "0.4.9", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.4.9.tgz", + "integrity": "sha1-kuRrbbU8fkIe1koryU8IvnYw3z8=" + }, + "node-fetch": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz", + "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==", + "requires": { + "encoding": "0.1.12", + "is-stream": "1.1.0" + } + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + }, + "object-component": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz", + "integrity": "sha1-8MaapQ78lbhmwYb0AKM3acsvEpE=" + }, + "on-finished": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.1.1.tgz", + "integrity": "sha1-+CyhyeOk8yhrG5k4YQ5bhja9PLI=", + "requires": { + "ee-first": "1.1.0" + } + }, + "parseqs": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.5.tgz", + "integrity": "sha1-1SCKNzjkZ2bikbouoXNoSSGouJ0=", + "requires": { + "better-assert": "1.0.2" + } + }, + "parseuri": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.5.tgz", + "integrity": "sha1-gCBKUNTbt3m/3G6+J3jZDkvOMgo=", + "requires": { + "better-assert": "1.0.2" + } + }, + "parseurl": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.2.tgz", + "integrity": "sha1-/CidTtiZMRlGDBViUyYs3I3mW/M=" + }, + "path-to-regexp": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.3.tgz", + "integrity": "sha1-IbmrgidCed4lsVbqCP0SylG4rss=" + }, + "pillarjs": { + "version": "1.0.0-beta2", + "resolved": "https://registry.npmjs.org/pillarjs/-/pillarjs-1.0.0-beta2.tgz", + "integrity": "sha512-/C8eoFA+b7GIVsk6FyuI1M1QJK2onKPd9SiEkjACEHYVRL0IsiB5oGen+hLldPfd+JRfcWz2Dl6P2yUBrfmAgw==", + "requires": { + "babel-plugin-transform-class-properties": "6.24.1", + "fbjs": "0.8.16", + "mobx": "3.5.1", + "preact": "8.2.7", + "preact-markup": "1.6.0", + "preact-redux": "2.0.3", + "preact-render-to-string": "3.7.0", + "redux": "3.7.2" + } + }, + "preact": { + "version": "8.2.7", + "resolved": "https://registry.npmjs.org/preact/-/preact-8.2.7.tgz", + "integrity": "sha512-m34Ke8U32HyKRVzUOCAcaiIBLR2ye6syiuRclU5DxyixDPDFqdLbIElhERBrF6gDbPKQR+Vpv5bZ9CCbvN6pdQ==" + }, + "preact-markup": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/preact-markup/-/preact-markup-1.6.0.tgz", + "integrity": "sha1-n00oV2FTHdda8+HSzRIVBbCZhrw=", + "requires": { + "preact": "8.2.7" + } + }, + "preact-redux": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/preact-redux/-/preact-redux-2.0.3.tgz", + "integrity": "sha1-lgpTXDImQ801mY8z8MLme8Hn6qs=" + }, + "preact-render-to-string": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-3.7.0.tgz", + "integrity": "sha1-fbQXdFS8ATleDQHWrAe8XoOOMe4=", + "requires": { + "pretty-format": "3.8.0" + } + }, + "pretty-format": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-3.8.0.tgz", + "integrity": "sha1-v77VbV6ad2ZF9LH/eqGjrE+jw4U=" + }, + "promise": { + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", + "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", + "requires": { + "asap": "2.0.6" + } + }, + "proxy-addr": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.0.10.tgz", + "integrity": "sha1-DUCoL4Afw1VWfS7LZe/j8HfxIcU=", + "requires": { + "forwarded": "0.1.2", + "ipaddr.js": "1.0.5" + } + }, + "q": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.4.1.tgz", + "integrity": "sha1-VXBbzZPF82c1MMLCy8DCs63cKG4=" + }, + "qs": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/qs/-/qs-2.2.4.tgz", + "integrity": "sha1-Lp+800tUDjQhySTs0B6QqpdTGcg=" + }, + "range-parser": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.0.3.tgz", + "integrity": "sha1-aHKCNTXGkuLCoBA4Jq/YLC4P8XU=" + }, + "redux": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/redux/-/redux-3.7.2.tgz", + "integrity": "sha512-pNqnf9q1hI5HHZRBkj3bAngGZW/JMCmexDlOxw4XagXY2o1327nHH54LoTjiPJ0gizoqPDRqWyX/00g0hD6w+A==", + "requires": { + "lodash": "4.17.5", + "lodash-es": "4.17.5", + "loose-envify": "1.3.1", + "symbol-observable": "1.2.0" + } + }, + "regenerator-runtime": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", + "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==" + }, + "safe-buffer": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", + "integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==" + }, + "send": { + "version": "github:pillarjs/send#c378e25a4212eb0fff2c869cbf5d0d6606bbc389", + "requires": { + "debug": "2.6.9", + "depd": "1.1.2", + "destroy": "1.0.4", + "encodeurl": "1.0.2", + "escape-html": "1.0.3", + "etag": "1.8.1", + "fresh": "0.5.2", + "http-errors": "1.6.2", + "mime": "1.4.1", + "ms": "2.0.0", + "on-finished": "2.3.0", + "range-parser": "1.2.0", + "statuses": "1.4.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "requires": { + "ee-first": "1.1.1" + } + }, + "range-parser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", + "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=" + } + } + }, + "serve-static": { + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.6.5.tgz", + "integrity": "sha1-rKF+DerEqHcp9geHgbfSf2OqPZw=", + "requires": { + "escape-html": "1.0.1", + "parseurl": "1.3.2", + "send": "0.9.3", + "utils-merge": "1.0.0" + }, + "dependencies": { + "destroy": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz", + "integrity": "sha1-tDO0ck5x/YVR2YhRdIUcX8N34sk=" + }, + "ee-first": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.0.5.tgz", + "integrity": "sha1-jJshKJjYzZ8alDZlDOe+ICyen/A=" + }, + "mime": { + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.2.11.tgz", + "integrity": "sha1-WCA+7Ybjpe8XrtK32evUfwpg3RA=" + }, + "ms": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-0.6.2.tgz", + "integrity": "sha1-2JwhJMb9wTU9Zai3e/GqxLGTcIw=" + }, + "on-finished": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.1.0.tgz", + "integrity": "sha1-DFOfCSkej/rd4MiiWFD7LO3HAi0=", + "requires": { + "ee-first": "1.0.5" + } + }, + "send": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/send/-/send-0.9.3.tgz", + "integrity": "sha1-tDp0FM0Im3++ybdVJG98N7e4XMA=", + "requires": { + "debug": "2.0.0", + "depd": "0.4.5", + "destroy": "1.0.3", + "escape-html": "1.0.1", + "etag": "1.4.0", + "fresh": "0.2.4", + "mime": "1.2.11", + "ms": "0.6.2", + "on-finished": "2.1.0", + "range-parser": "1.0.3" + } + } + } + }, + "setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=" + }, + "setprototypeof": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz", + "integrity": "sha1-ZlZ+NwQ+608E2RvWWMDL77VbjgQ=" + }, + "socket.io": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.0.4.tgz", + "integrity": "sha1-waRZDO/4fs8TxyZS8Eb3FrKeYBQ=", + "requires": { + "debug": "2.6.9", + "engine.io": "3.1.4", + "socket.io-adapter": "1.1.1", + "socket.io-client": "2.0.4", + "socket.io-parser": "3.1.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "socket.io-adapter": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.1.1.tgz", + "integrity": "sha1-KoBeihTWNyEk3ZFZrUUC+MsH8Gs=" + }, + "socket.io-client": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.0.4.tgz", + "integrity": "sha1-CRilUkBtxeVAs4Dc2Xr8SmQzL44=", + "requires": { + "backo2": "1.0.2", + "base64-arraybuffer": "0.1.5", + "component-bind": "1.0.0", + "component-emitter": "1.2.1", + "debug": "2.6.9", + "engine.io-client": "3.1.4", + "has-cors": "1.1.0", + "indexof": "0.0.1", + "object-component": "0.0.3", + "parseqs": "0.0.5", + "parseuri": "0.0.5", + "socket.io-parser": "3.1.2", + "to-array": "0.1.4" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "socket.io-parser": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.1.2.tgz", + "integrity": "sha1-28IoIVH8T6675Aru3Ady66YZ9/I=", + "requires": { + "component-emitter": "1.2.1", + "debug": "2.6.9", + "has-binary2": "1.0.2", + "isarray": "2.0.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "statuses": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz", + "integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==" + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "2.1.1" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + }, + "symbol-observable": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz", + "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==" + }, + "to-array": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz", + "integrity": "sha1-F+bBH3PdTz10zaek/zI46a2b+JA=" + }, + "to-fast-properties": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=" + }, + "type-is": { + "version": "1.5.7", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.5.7.tgz", + "integrity": "sha1-uTaKWTzG730GReeLL0xky+zQXpA=", + "requires": { + "media-typer": "0.3.0", + "mime-types": "2.0.14" + } + }, + "ua-parser-js": { + "version": "0.7.17", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.17.tgz", + "integrity": "sha512-uRdSdu1oA1rncCQL7sCj8vSyZkgtL7faaw9Tc9rZ3mGgraQ7+Pdx7w5mnOSF3gw9ZNG6oc+KXfkon3bKuROm0g==" + }, + "ultron": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz", + "integrity": "sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==" + }, + "utils-merge": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz", + "integrity": "sha1-ApT7kiu5N1FTVBxPcJYjHyh8ivg=" + }, + "uws": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/uws/-/uws-0.14.5.tgz", + "integrity": "sha1-Z6rzPEaypYel9mZtAPdpEyjxSdw=", + "optional": true + }, + "vary": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.0.1.tgz", + "integrity": "sha1-meSYFWaihhGN+yuBc1ffeZM3bRA=" + }, + "whatwg-fetch": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz", + "integrity": "sha1-nITsLc9oGH/wC8ZOEnS0QhduHIQ=" + }, + "ws": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz", + "integrity": "sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==", + "requires": { + "async-limiter": "1.0.0", + "safe-buffer": "5.1.1", + "ultron": "1.1.1" + } + }, + "xmlhttprequest-ssl": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz", + "integrity": "sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=" + }, + "yeast": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz", + "integrity": "sha1-AI4G2AlDIMNy28L47XagymyKxBk=" + }, + "zeit": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/zeit/-/zeit-1.3.0.tgz", + "integrity": "sha1-6drRe4MCL5EUvgEMslf2DWFAZ/Q=", + "requires": { + "lodash": "4.5.0", + "moment": "2.11.2", + "q": "1.4.1" + }, + "dependencies": { + "lodash": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.5.0.tgz", + "integrity": "sha1-IoSqBvWxNq29lUuQNRG2L8OdH1k=" + } + } + } + } +} diff --git a/docs/files/filename1.txt b/docs/files/filename1.txt new file mode 100755 index 0000000..8d1c8b6 --- /dev/null +++ b/docs/files/filename1.txt @@ -0,0 +1 @@ + diff --git a/docs/files/filename2.txt b/docs/files/filename2.txt new file mode 100755 index 0000000..2a8d60e --- /dev/null +++ b/docs/files/filename2.txt @@ -0,0 +1,3 @@ +asdfgdjnbfghdn +g hgsfj +rtg diff --git a/docs/files/filename3.txt b/docs/files/filename3.txt new file mode 100755 index 0000000..8d1c8b6 --- /dev/null +++ b/docs/files/filename3.txt @@ -0,0 +1 @@ + diff --git a/docs/files/news/COZe.svg b/docs/files/news/COZe.svg new file mode 100755 index 0000000..b38ebf7 --- /dev/null +++ b/docs/files/news/COZe.svg @@ -0,0 +1,95022 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/files/news/g46375.png b/docs/files/news/g46375.png new file mode 100755 index 0000000..16027e4 Binary files /dev/null and b/docs/files/news/g46375.png differ diff --git a/docs/files/news/gitKraken.png b/docs/files/news/gitKraken.png new file mode 100644 index 0000000..eef79cc Binary files /dev/null and b/docs/files/news/gitKraken.png differ diff --git a/docs/files/news/git_dots-classic.png b/docs/files/news/git_dots-classic.png new file mode 100644 index 0000000..752adcf Binary files /dev/null and b/docs/files/news/git_dots-classic.png differ diff --git a/docs/files/news/store.png b/docs/files/news/store.png new file mode 100755 index 0000000..75e463f Binary files /dev/null and b/docs/files/news/store.png differ diff --git a/farmacie.php b/farmacie.php new file mode 100644 index 0000000..7bfb839 --- /dev/null +++ b/farmacie.php @@ -0,0 +1,59 @@ + +
    + +
    +
    Ricerca farmacie
    +
    + + +
    +
    + +
    +
    + +
    + +
    + +
    +
    + +
    +
    + +
    +
    + + + + +
    + + ".$r['pharmacy']." +

    ".$r['address']." - ".$r['city']."

    +

    Telefono: ".$r['phone']."

    "; + } + + + ?> + +
    + + + + + diff --git a/fb_comments.php b/fb_comments.php new file mode 100755 index 0000000..d223910 --- /dev/null +++ b/fb_comments.php @@ -0,0 +1,14 @@ + + +
    + + + +
    " data-numposts="5" data-width="100%">
    + diff --git a/fb_like.php b/fb_like.php new file mode 100755 index 0000000..7217e32 --- /dev/null +++ b/fb_like.php @@ -0,0 +1,10 @@ +
    +
    + + diff --git a/footer.php b/footer.php new file mode 100644 index 0000000..855b839 --- /dev/null +++ b/footer.php @@ -0,0 +1,41 @@ + +
    +
    +
    +
    + +
    +
    +

    + Via Settimio Mobilio, 17 - 84127 SALERNO
    + Tel 089.405080 089.795900 - Fax 089.798628
    + E-Mail: ordinefarmacistisa@pec.fofi.it +

    +
    + +
    +

    + Codice Fiscale: 80048490652
    + C.C. Postale: 39419031
    + Codice IBAN: IT43T0760115200000039419031 +

    +
    + +
    + + +
    +
    + +
    diff --git a/header.php b/header.php new file mode 100644 index 0000000..2ba6884 --- /dev/null +++ b/header.php @@ -0,0 +1,44 @@ + +
    +
    +
    +
    + +
    + +
    +
    + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    + +
    + + + +
    diff --git a/home.php b/home.php new file mode 100644 index 0000000..dea695d --- /dev/null +++ b/home.php @@ -0,0 +1,49 @@ + +
    +
    +
    Contatti
    +
    + +
    + Sede: Via Settimio Mobilio, 17 - SALERNO
    + Telefono: 089.405080 - 089.795900
    + Fax: 089.798628
    + E-Mail: info@ordinefarmacistisalerno.it
    + E-Mail certificata: ordinefarmacistisa@pec.fofi.it
    + +
    + +
    +
    + +
    +
    + +
    +
    + +
    + +
    + +
    +
    Ultime notizie
    + + ".conv_date($r['date'])." - ".$r['title']."

    "; + } + ?> + +
    + + + +
    + + diff --git a/images/GENERIC.png b/images/GENERIC.png new file mode 100644 index 0000000..f3057dd Binary files /dev/null and b/images/GENERIC.png differ diff --git a/images/angle-down.png b/images/angle-down.png new file mode 100644 index 0000000..8acee93 Binary files /dev/null and b/images/angle-down.png differ diff --git a/images/caduceus.png b/images/caduceus.png new file mode 100644 index 0000000..c7991ba Binary files /dev/null and b/images/caduceus.png differ diff --git a/images/colorbox/border.png b/images/colorbox/border.png new file mode 100644 index 0000000..9386f35 Binary files /dev/null and b/images/colorbox/border.png differ diff --git a/images/colorbox/controls.png b/images/colorbox/controls.png new file mode 100644 index 0000000..1ec3cb1 Binary files /dev/null and b/images/colorbox/controls.png differ diff --git a/images/colorbox/loading.gif b/images/colorbox/loading.gif new file mode 100644 index 0000000..0325c8d Binary files /dev/null and b/images/colorbox/loading.gif differ diff --git a/images/colorbox/loading_background.png b/images/colorbox/loading_background.png new file mode 100644 index 0000000..23a336b Binary files /dev/null and b/images/colorbox/loading_background.png differ diff --git a/images/colorbox/overlay.png b/images/colorbox/overlay.png new file mode 100644 index 0000000..10362a4 Binary files /dev/null and b/images/colorbox/overlay.png differ diff --git a/images/consiglio/cosentino.jpg b/images/consiglio/cosentino.jpg new file mode 100644 index 0000000..885391f Binary files /dev/null and b/images/consiglio/cosentino.jpg differ diff --git a/images/consiglio/deangelis.jpg b/images/consiglio/deangelis.jpg new file mode 100644 index 0000000..4f7129f Binary files /dev/null and b/images/consiglio/deangelis.jpg differ diff --git a/images/consiglio/defrancesco.jpg b/images/consiglio/defrancesco.jpg new file mode 100644 index 0000000..ff1301e Binary files /dev/null and b/images/consiglio/defrancesco.jpg differ diff --git a/images/consiglio/durso.jpg b/images/consiglio/durso.jpg new file mode 100644 index 0000000..87b7bd3 Binary files /dev/null and b/images/consiglio/durso.jpg differ diff --git a/images/consiglio/female.png b/images/consiglio/female.png new file mode 100644 index 0000000..915eebf Binary files /dev/null and b/images/consiglio/female.png differ diff --git a/images/consiglio/femia.jpg b/images/consiglio/femia.jpg new file mode 100644 index 0000000..a4acdcb Binary files /dev/null and b/images/consiglio/femia.jpg differ diff --git a/images/consiglio/frasso.jpg b/images/consiglio/frasso.jpg new file mode 100644 index 0000000..7fd0d8c Binary files /dev/null and b/images/consiglio/frasso.jpg differ diff --git a/images/consiglio/la_regina.jpg b/images/consiglio/la_regina.jpg new file mode 100644 index 0000000..0c170e7 Binary files /dev/null and b/images/consiglio/la_regina.jpg differ diff --git a/images/consiglio/male.png b/images/consiglio/male.png new file mode 100644 index 0000000..3ba0fb2 Binary files /dev/null and b/images/consiglio/male.png differ diff --git a/images/consiglio/milillo.jpg b/images/consiglio/milillo.jpg new file mode 100644 index 0000000..b3488a3 Binary files /dev/null and b/images/consiglio/milillo.jpg differ diff --git a/images/consiglio/pandolfi.jpg b/images/consiglio/pandolfi.jpg new file mode 100644 index 0000000..c3a0a5a Binary files /dev/null and b/images/consiglio/pandolfi.jpg differ diff --git a/images/consiglio/pellecchia.jpg b/images/consiglio/pellecchia.jpg new file mode 100644 index 0000000..9274e4f Binary files /dev/null and b/images/consiglio/pellecchia.jpg differ diff --git a/images/consiglio/saturnino.jpg b/images/consiglio/saturnino.jpg new file mode 100644 index 0000000..de5ed82 Binary files /dev/null and b/images/consiglio/saturnino.jpg differ diff --git a/images/consiglio/senatore.jpg b/images/consiglio/senatore.jpg new file mode 100644 index 0000000..9cbe759 Binary files /dev/null and b/images/consiglio/senatore.jpg differ diff --git a/images/consiglio/somma.jpg b/images/consiglio/somma.jpg new file mode 100644 index 0000000..6ae8dd1 Binary files /dev/null and b/images/consiglio/somma.jpg differ diff --git a/images/consiglio/somma.jpg_OLD b/images/consiglio/somma.jpg_OLD new file mode 100644 index 0000000..6ae8dd1 Binary files /dev/null and b/images/consiglio/somma.jpg_OLD differ diff --git a/images/consiglio/tondo.jpg b/images/consiglio/tondo.jpg new file mode 100644 index 0000000..fe157bc Binary files /dev/null and b/images/consiglio/tondo.jpg differ diff --git a/images/consiglio/venneri.jpg b/images/consiglio/venneri.jpg new file mode 100644 index 0000000..2f04555 Binary files /dev/null and b/images/consiglio/venneri.jpg differ diff --git a/images/female.png b/images/female.png new file mode 100644 index 0000000..915eebf Binary files /dev/null and b/images/female.png differ diff --git a/images/header.png b/images/header.png new file mode 100644 index 0000000..7483623 Binary files /dev/null and b/images/header.png differ diff --git a/images/loading_spinner.gif b/images/loading_spinner.gif new file mode 100644 index 0000000..22220a2 Binary files /dev/null and b/images/loading_spinner.gif differ diff --git a/images/logo-white.png b/images/logo-white.png new file mode 100644 index 0000000..3483232 Binary files /dev/null and b/images/logo-white.png differ diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..8ae30c7 Binary files /dev/null and b/images/logo.png differ diff --git a/images/logo_carabinieri.jpg b/images/logo_carabinieri.jpg new file mode 100644 index 0000000..4eaacd7 Binary files /dev/null and b/images/logo_carabinieri.jpg differ diff --git a/images/logo_guardiadifinanza.jpg b/images/logo_guardiadifinanza.jpg new file mode 100644 index 0000000..fd98415 Binary files /dev/null and b/images/logo_guardiadifinanza.jpg differ diff --git a/images/logo_poliziadistato.jpg b/images/logo_poliziadistato.jpg new file mode 100644 index 0000000..2b7aa70 Binary files /dev/null and b/images/logo_poliziadistato.jpg differ diff --git a/images/logo_regione.jpg b/images/logo_regione.jpg new file mode 100644 index 0000000..11e732e Binary files /dev/null and b/images/logo_regione.jpg differ diff --git a/images/male.png b/images/male.png new file mode 100644 index 0000000..3ba0fb2 Binary files /dev/null and b/images/male.png differ diff --git a/images/social/facebook_c.png b/images/social/facebook_c.png new file mode 100644 index 0000000..27bddd5 Binary files /dev/null and b/images/social/facebook_c.png differ diff --git a/images/social/facebook_s.png b/images/social/facebook_s.png new file mode 100644 index 0000000..b1db289 Binary files /dev/null and b/images/social/facebook_s.png differ diff --git a/images/social/in_c.png b/images/social/in_c.png new file mode 100644 index 0000000..2ee005d Binary files /dev/null and b/images/social/in_c.png differ diff --git a/images/social/in_s.png b/images/social/in_s.png new file mode 100644 index 0000000..d4aa4db Binary files /dev/null and b/images/social/in_s.png differ diff --git a/images/social/plus_c.png b/images/social/plus_c.png new file mode 100644 index 0000000..c615f1a Binary files /dev/null and b/images/social/plus_c.png differ diff --git a/images/social/plus_s.png b/images/social/plus_s.png new file mode 100644 index 0000000..8b34c90 Binary files /dev/null and b/images/social/plus_s.png differ diff --git a/images/social/twitter_c.png b/images/social/twitter_c.png new file mode 100644 index 0000000..d389a1c Binary files /dev/null and b/images/social/twitter_c.png differ diff --git a/images/social/twitter_s.png b/images/social/twitter_s.png new file mode 100644 index 0000000..ca82c8a Binary files /dev/null and b/images/social/twitter_s.png differ diff --git a/images/upload/GENERIC.png b/images/upload/GENERIC.png new file mode 100644 index 0000000..f3057dd Binary files /dev/null and b/images/upload/GENERIC.png differ diff --git a/images/upload/amministrazione-trasparente.png b/images/upload/amministrazione-trasparente.png new file mode 100644 index 0000000..78a78e3 Binary files /dev/null and b/images/upload/amministrazione-trasparente.png differ diff --git a/images/upload/annunci.png b/images/upload/annunci.png new file mode 100644 index 0000000..a9c096a Binary files /dev/null and b/images/upload/annunci.png differ diff --git a/images/upload/assofant.jpg b/images/upload/assofant.jpg new file mode 100644 index 0000000..d2474ad Binary files /dev/null and b/images/upload/assofant.jpg differ diff --git a/images/upload/assofant.png b/images/upload/assofant.png new file mode 100644 index 0000000..0c18d32 Binary files /dev/null and b/images/upload/assofant.png differ diff --git a/images/upload/assofarm.png b/images/upload/assofarm.png new file mode 100644 index 0000000..4949758 Binary files /dev/null and b/images/upload/assofarm.png differ diff --git a/images/upload/canale_video.png b/images/upload/canale_video.png new file mode 100644 index 0000000..2071174 Binary files /dev/null and b/images/upload/canale_video.png differ diff --git a/images/upload/concorsi.png b/images/upload/concorsi.png new file mode 100644 index 0000000..630dc1f Binary files /dev/null and b/images/upload/concorsi.png differ diff --git a/images/upload/concorso_straordinario.png b/images/upload/concorso_straordinario.png new file mode 100644 index 0000000..cd573de Binary files /dev/null and b/images/upload/concorso_straordinario.png differ diff --git a/images/upload/consigli-sanitari.jpg b/images/upload/consigli-sanitari.jpg new file mode 100644 index 0000000..660ee7a Binary files /dev/null and b/images/upload/consigli-sanitari.jpg differ diff --git a/images/upload/corso-oppioidi.png b/images/upload/corso-oppioidi.png new file mode 100644 index 0000000..5e5f00b Binary files /dev/null and b/images/upload/corso-oppioidi.png differ diff --git a/images/upload/dipartimento_di_farmacia.jpg b/images/upload/dipartimento_di_farmacia.jpg new file mode 100644 index 0000000..cd5e115 Binary files /dev/null and b/images/upload/dipartimento_di_farmacia.jpg differ diff --git a/images/upload/dipartimento_di_farmacia.png b/images/upload/dipartimento_di_farmacia.png new file mode 100644 index 0000000..13d028e Binary files /dev/null and b/images/upload/dipartimento_di_farmacia.png differ diff --git a/images/upload/ecm.jpg b/images/upload/ecm.jpg new file mode 100644 index 0000000..ad55597 Binary files /dev/null and b/images/upload/ecm.jpg differ diff --git a/images/upload/enpaf.jpg b/images/upload/enpaf.jpg new file mode 100644 index 0000000..b68056d Binary files /dev/null and b/images/upload/enpaf.jpg differ diff --git a/images/upload/enpaf.png b/images/upload/enpaf.png new file mode 100644 index 0000000..47d3996 Binary files /dev/null and b/images/upload/enpaf.png differ diff --git a/images/upload/farmacie_di_turno.png b/images/upload/farmacie_di_turno.png new file mode 100644 index 0000000..38fc0b9 Binary files /dev/null and b/images/upload/farmacie_di_turno.png differ diff --git a/images/upload/farmacopea.jpg b/images/upload/farmacopea.jpg new file mode 100644 index 0000000..e686e3c Binary files /dev/null and b/images/upload/farmacopea.jpg differ diff --git a/images/upload/farmacovigilanza.png b/images/upload/farmacovigilanza.png new file mode 100644 index 0000000..b770dde Binary files /dev/null and b/images/upload/farmacovigilanza.png differ diff --git a/images/upload/farmalavoro.png b/images/upload/farmalavoro.png new file mode 100644 index 0000000..bf00c20 Binary files /dev/null and b/images/upload/farmalavoro.png differ diff --git a/images/upload/farmamenu.png b/images/upload/farmamenu.png new file mode 100644 index 0000000..cdf75a1 Binary files /dev/null and b/images/upload/farmamenu.png differ diff --git a/images/upload/federfarma.jpg b/images/upload/federfarma.jpg new file mode 100644 index 0000000..dbc8877 Binary files /dev/null and b/images/upload/federfarma.jpg differ diff --git a/images/upload/federfarma.png b/images/upload/federfarma.png new file mode 100644 index 0000000..b137021 Binary files /dev/null and b/images/upload/federfarma.png differ diff --git a/images/upload/fofi.jpg b/images/upload/fofi.jpg new file mode 100644 index 0000000..f01ad25 Binary files /dev/null and b/images/upload/fofi.jpg differ diff --git a/images/upload/fofi.png b/images/upload/fofi.png new file mode 100644 index 0000000..b3a6c39 Binary files /dev/null and b/images/upload/fofi.png differ diff --git a/images/upload/forum.jpg b/images/upload/forum.jpg new file mode 100644 index 0000000..e04a48d Binary files /dev/null and b/images/upload/forum.jpg differ diff --git a/images/upload/forum.png b/images/upload/forum.png new file mode 100644 index 0000000..3238440 Binary files /dev/null and b/images/upload/forum.png differ diff --git a/images/upload/guida-concorsi.jpg b/images/upload/guida-concorsi.jpg new file mode 100644 index 0000000..84d046d Binary files /dev/null and b/images/upload/guida-concorsi.jpg differ diff --git a/images/upload/indirizzo-professionale.png b/images/upload/indirizzo-professionale.png new file mode 100644 index 0000000..fa7d0ff Binary files /dev/null and b/images/upload/indirizzo-professionale.png differ diff --git a/images/upload/inventario.jpg b/images/upload/inventario.jpg new file mode 100644 index 0000000..ab5dbfb Binary files /dev/null and b/images/upload/inventario.jpg differ diff --git a/images/upload/leggi-decreti.jpg b/images/upload/leggi-decreti.jpg new file mode 100644 index 0000000..06eb45d Binary files /dev/null and b/images/upload/leggi-decreti.jpg differ diff --git a/images/upload/ordinanze-tar.jpg b/images/upload/ordinanze-tar.jpg new file mode 100644 index 0000000..c0f78fe Binary files /dev/null and b/images/upload/ordinanze-tar.jpg differ diff --git a/images/upload/pec.png b/images/upload/pec.png new file mode 100644 index 0000000..c5614cd Binary files /dev/null and b/images/upload/pec.png differ diff --git a/images/upload/piazza_pitagora.jpg b/images/upload/piazza_pitagora.jpg new file mode 100644 index 0000000..239c30a Binary files /dev/null and b/images/upload/piazza_pitagora.jpg differ diff --git a/images/upload/piazza_pitagora.png b/images/upload/piazza_pitagora.png new file mode 100644 index 0000000..9b315fc Binary files /dev/null and b/images/upload/piazza_pitagora.png differ diff --git a/images/upload/rassegna-stampa.jpg b/images/upload/rassegna-stampa.jpg new file mode 100644 index 0000000..2046ffd Binary files /dev/null and b/images/upload/rassegna-stampa.jpg differ diff --git a/images/upload/ricette-veterinarie.jpg b/images/upload/ricette-veterinarie.jpg new file mode 100644 index 0000000..24b45ee Binary files /dev/null and b/images/upload/ricette-veterinarie.jpg differ diff --git a/images/upload/rotary.jpg b/images/upload/rotary.jpg new file mode 100644 index 0000000..dd7a242 Binary files /dev/null and b/images/upload/rotary.jpg differ diff --git a/images/upload/slides.png b/images/upload/slides.png new file mode 100644 index 0000000..b12fd7a Binary files /dev/null and b/images/upload/slides.png differ diff --git a/images/upload/storia_dell_ordine.jpg b/images/upload/storia_dell_ordine.jpg new file mode 100644 index 0000000..77ce86f Binary files /dev/null and b/images/upload/storia_dell_ordine.jpg differ diff --git a/images/upload/unisa.jpg b/images/upload/unisa.jpg new file mode 100644 index 0000000..38ace40 Binary files /dev/null and b/images/upload/unisa.jpg differ diff --git a/images/upload/unisa.png b/images/upload/unisa.png new file mode 100644 index 0000000..88d7a79 Binary files /dev/null and b/images/upload/unisa.png differ diff --git a/index.html_SPLASH b/index.html_SPLASH new file mode 100755 index 0000000..db84779 --- /dev/null +++ b/index.html_SPLASH @@ -0,0 +1,23 @@ + + + +pagina con logo + + + + + + +
    + + +








    Gentile utente,
    +Le registrazioni e gli accessi sono temporaneamente sospesi per l'adeguamento del Portale alle nuove normative (GDPR).
    +A breve riceverai una mail con le istruzioni per aggiornare il tuo profilo. Inoltre a breve verrà pubblicato il nuovo Portale dell'Ordine.
    +Ci scusiamo per il disagio. +
    + + + + + diff --git a/index.php b/index.php index 887a522..e5306a5 100755 --- a/index.php +++ b/index.php @@ -7,23 +7,41 @@ @include 'cgi-bin/params.inc'; $GLOBALS['getQ'][0]="home"; + $GLOBALS['isHome'] = true; $GLOBALS['conn']; - + $conn=@mysqli_connect($DATAhst,$DATAusr,$DATApwd,$DATAdtb)or die("CONNECTION ERROR"); + mysqli_set_charset($conn, "utf8"); if(@$_GET['q']){ $GLOBALS['getQ']=explode("/",$_GET['q']); } - + + if($getQ[0]!="home"){ $isHome = false; } + + $description = " "; - /* - if($getQ[1]){ - $q=mysqli_query($conn,"SELECT * FROM `contents` WHERE id=".$getQ[1].""); - $r=mysqli_fetch_array($q); + + if($_POST['usr'] && $_POST['pwd']){ + $q=mysqli_query($conn, "SELECT * FROM board WHERE usr='".$_POST['usr']."' AND pwd='".md5($_POST['pwd'])."'"); + if(mysqli_num_rows($q)){ + $_SESSION['AUTH']=mysqli_fetch_array($q); + } } - if(!$r['title']){$r['title']="New Media Arts";} - */ + if($getQ[0]=="logout"){ + unset($_SESSION['AUTH']); + session_destroy(); + header('Location: '.$BASE_URL); + } +/* + $q=mysqli_query($conn,"SELECT * FROM board"); + while($r=mysqli_fetch_array($q)){ + if($r['pwd']!="-" && $r['pwd']!=""){ + mysqli_query($conn,"UPDATE board SET pwd='".md5($r['pwd'])."' WHERE id='".$r['id']."'"); + } + }*/ + ?> @@ -31,9 +49,10 @@ - + <?php echo conv_url($r['title']);?> | Ordine dei Farmacisti della Provincia di Salerno + @@ -51,17 +70,41 @@ - +"> + +
    +
    +
    + +
    +
    +
    + + + + + + + + + diff --git a/inserzioni.php b/inserzioni.php new file mode 100644 index 0000000..900f004 --- /dev/null +++ b/inserzioni.php @@ -0,0 +1,90 @@ +
    +
    +
    Inserzioni
    +
    + +
    +
    + +
    +
    +

    Filtra per:

    +
    +
    + +
    + +
    + +
    + +
    + +
    +
    + + + + +
    + +
    + Annuncio inserito il +

    +
    + Info e contatti + Rimuovi annncio"; + } + ?> + +
    +

    +

    Comune di residenza:

    +

    Recapiti telefonici:

    +

    Email:

    + + ".$rf['title']."

    "; + } + ?> +
    +
    +
    + + +
    +
    diff --git a/js/jquery.ihavecookies.min.js b/js/jquery.ihavecookies.min.js new file mode 100644 index 0000000..9d9084b --- /dev/null +++ b/js/jquery.ihavecookies.min.js @@ -0,0 +1,10 @@ +/*! + * ihavecookies - jQuery plugin for displaying cookie/privacy message + * v0.3.1 + * + * Copyright (c) 2018 Ketan Mistry (https://iamketan.com.au) + * Licensed under the MIT license: + * http://www.opensource.org/licenses/mit-license.php + * + */ +!function(e){e.fn.ihavecookies=function(n){var a=e(this),c=e.extend({cookieTypes:[{type:"Site Preferences",value:"preferences",description:"These are cookies that are related to your site preferences, e.g. remembering your username, site colours, etc."},{type:"Analytics",value:"analytics",description:"Cookies related to site visits, browser types, etc."},{type:"Marketing",value:"marketing",description:"Cookies related to marketing, e.g. newsletters, social media, etc"}],title:"Cookies & Privacy",message:"Cookies enable you to use shopping carts and to personalize your experience on our sites, tell us which parts of our websites people have visited, help us measure the effectiveness of ads and web searches, and give us insights into user behavior so we can improve our communications and products.",link:"/privacy-policy",delay:2e3,expires:30,moreInfoLabel:"More information",acceptBtnLabel:"Accept Cookies",advancedBtnLabel:"Customise Cookies",cookieTypesTitle:"Select cookies to accept",fixedCookieTypeLabel:"Necessary",fixedCookieTypeDesc:"These are cookies that are essential for the website to work correctly.",onAccept:function(){},uncheckBoxes:!1},n),r=t("cookieControl"),s=t("cookieControlPrefs");if(r&&s){var p=!0;"false"==r&&(p=!1),o(p,c.expires)}else{var d='
  • ";e.each(c.cookieTypes,function(e,o){if(""!==o.type&&""!==o.value){var i="";o.description!==!1&&(i=' title="'+o.description+'"'),d+='
  • "}});var l='";setTimeout(function(){e(a).append(l),e("#gdpr-cookie-message").hide().fadeIn("slow")},c.delay),e("body").on("click","#gdpr-cookie-accept",function(){o(!0,c.expires),e('input[name="gdpr[]"][data-auto="on"]').prop("checked",!0);var t=[];e.each(e('input[name="gdpr[]"]').serializeArray(),function(e,o){t.push(o.value)}),i("cookieControlPrefs",JSON.stringify(t),365),c.onAccept.call(this)}),e("body").on("click","#gdpr-cookie-advanced",function(){e('input[name="gdpr[]"]:not(:disabled)').attr("data-auto","off").prop("checked",!1),e("#gdpr-cookie-types").slideDown("fast",function(){e("#gdpr-cookie-advanced").prop("disabled",!0)})})}c.uncheckBoxes===!0&&e('input[type="checkbox"].ihavecookies').prop("checked",!1)},e.fn.ihavecookies.cookie=function(){var e=t("cookieControlPrefs");return JSON.parse(e)},e.fn.ihavecookies.preference=function(e){var o=t("cookieControl"),i=t("cookieControlPrefs");return i=JSON.parse(i),o!==!1&&(i!==!1&&i.indexOf(e)!==-1)};var o=function(o,t){i("cookieControl",o,t),e("#gdpr-cookie-message").fadeOut("fast",function(){e(this).remove()})},i=function(e,o,i){var n=new Date;n.setTime(n.getTime()+24*i*60*60*1e3);var a="expires="+n.toUTCString();return document.cookie=e+"="+o+";"+a+";path=/",t(e)},t=function(e){for(var o=e+"=",i=decodeURIComponent(document.cookie),t=i.split(";"),n=0;n= 1024){ + cbHeight = '80%'; + cbWidth = '60%'; + } + + $('.cboxElementPhoto').colorbox({height: cbHeight, transition: 'elastic', close: ''}); + $('.cboxElement').colorbox({height: cbHeight, width: cbWidth, transition: 'elastic', close: '',iframe: true}); + $('#contact-form, #register-form, #reset-form').on('submit', function(event) { + $.colorbox({width: cbWidth, height: cbHeight,transition: 'elastic', close: '', iframe: true, href:$(this).attr('action')+"?" + $(this).serialize()}); + event.preventDefault(); + }); + + var isHome = $('body').hasClass('is-home'); + + if($(window).width() < 1024 && $(window).width() >= 768){ + $('#menuRight .banner').clone().appendTo('#menuLeft'); + $('#menuRight').empty(); + } + + if($(window).width() < 1024){ + if(!isHome){ + $('html, body').animate({scrollTop: $('#MainContainer').offset().top - 74}); + } + } + + if($(window).width() >= 768){ + $('#menuLeft .dropdown.user').addClass('active'); + } + + + + $('.hamburger').on('click', function(){ + $(this).toggleClass('is-active'); + + if($(this).hasClass('is-active')){ + $('.topmenu').fadeIn(); + $('html, body').css({overflow: 'hidden'}); + }else{ + $('.topmenu').fadeOut(); + $('html, body').css({overflow: 'auto'}); + } + }); + + + $('.dropdown .title').on('click', function(){ + + $(this).parent().toggleClass('active'); + + if($(this).parent().hasClass('active') && !$(this).parent().hasClass('static')){ + $('html, body').animate({ + scrollTop: $(this).parent().offset().top + },500); + } + + }); + + $('#news-find').on('submit', function(e){ + e.preventDefault(); + window.location = "/news/0/find/" + $('#news-find').find('.q').val(); + }); + + + $('.items-list .item .more .more-title').on('click', function(){ + if($(this).siblings('.more-content').is(':visible')){ + $(this).siblings('.more-content').stop().slideUp(); + }else{ + $(this).siblings('.more-content').stop().slideDown(); + } + }); + + +}); + + + + +$('body').ihavecookies({ + title: "Cookies & Privacy", + message: "Questo sito web utilizza cookie tecnici per assicurarti di ottenere la migliore esperienza sul nostro portale.", + expires: 30, + moreInfoLabel: 'Maggiori informazioni', + acceptBtnLabel: 'Accetta i Cookies', + advancedBtnLabel: 'Personalizza Cookies', + uncheckBoxes: false, + cookieTypesTitle: 'Seleziona i Cookies da accettare', + fixedCookieTypeLabel:'Necessari', + fixedCookieTypeDesc: 'Si tratta di cookie essenziali per il corretto funzionamento del sito Web.', + cookieTypes: [ + /* + { + type: 'Site Preferences', + value: 'preferences', + description: 'These are cookies that are related to your site preferences, e.g. remembering your username, site colours, etc.' + }, + */ + { + type: 'Analytics', + value: 'analytics', + description: 'Cookie relativi a visite al sito, tipi di browser, ecc.' + } + ], + onAccept: function(){ + } +}); + + diff --git a/menu-left.php b/menu-left.php new file mode 100644 index 0000000..0fabb47 --- /dev/null +++ b/menu-left.php @@ -0,0 +1,71 @@ + + + + + diff --git a/menu-right.php b/menu-right.php new file mode 100644 index 0000000..1081edd --- /dev/null +++ b/menu-right.php @@ -0,0 +1,22 @@ + + diff --git a/news.php b/news.php new file mode 100644 index 0000000..9b486ff --- /dev/null +++ b/news.php @@ -0,0 +1,122 @@ + + + +
    + +
    +
    Notizie dall'Ordine
    +
    + +
    +
    +

    -

    +

    + + "; + echo "
    Allegati:
    "; + $qa = mysqli_query($conn, "SELECT * FROM files WHERE id IN(".$r['append'].")"); + while($ra = mysqli_fetch_array($qa)){ + echo ""; + } + echo "
    "; + + } + ?> + +
    +
    + +
    + +
    + + + + + + + + +
    + +
    +
    Notizie dall'Ordine
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    + + + +
    + + ".($i+1).""; + } + ?> +
    + +
    + + + diff --git a/node_modules/bootstrap/CHANGELOG.md b/node_modules/bootstrap/CHANGELOG.md deleted file mode 100644 index 7b60d7c..0000000 --- a/node_modules/bootstrap/CHANGELOG.md +++ /dev/null @@ -1,5 +0,0 @@ -Bootstrap uses [GitHub's Releases feature](https://github.com/blog/1547-release-your-software) for its changelogs. - -See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap. - -Release announcement posts on [the official Bootstrap blog](https://blog.getbootstrap.com) contain summaries of the most noteworthy changes made in each release. diff --git a/node_modules/bootstrap/Gruntfile.js b/node_modules/bootstrap/Gruntfile.js deleted file mode 100644 index 7d16ff4..0000000 --- a/node_modules/bootstrap/Gruntfile.js +++ /dev/null @@ -1,355 +0,0 @@ -/*! - * Bootstrap's Gruntfile - * https://getbootstrap.com - * Copyright 2013-2017 The Bootstrap Authors - * Copyright 2013-2017 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ - -module.exports = function (grunt) { - 'use strict' - - // Force use of Unix newlines - grunt.util.linefeed = '\n' - - RegExp.quote = function (string) { - return string.replace(/[-\\^$*+?.()|[\]{}]/g, '\\$&') - } - - var path = require('path') - var isTravis = require('is-travis') - - var configBridge = grunt.file.readJSON('./grunt/configBridge.json', { encoding: 'utf8' }) - - Object.keys(configBridge.paths).forEach(function (key) { - configBridge.paths[key].forEach(function (val, i, arr) { - arr[i] = path.join('./docs', val) - }) - }) - - // Project configuration. - grunt.initConfig({ - - // Metadata. - pkg: grunt.file.readJSON('package.json'), - banner: '/*!\n' + - ' * Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)\n' + - ' * Copyright 2011-<%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' + - ' * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n' + - ' */\n', - jqueryCheck: 'if (typeof jQuery === \'undefined\') {\n' + - ' throw new Error(\'Bootstrap\\\'s JavaScript requires jQuery. jQuery must be included before Bootstrap\\\'s JavaScript.\')\n' + - '}\n', - jqueryVersionCheck: '+function ($) {\n' + - ' var version = $.fn.jquery.split(\' \')[0].split(\'.\')\n' + - ' if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] >= 4)) {\n' + - ' throw new Error(\'Bootstrap\\\'s JavaScript requires at least jQuery v1.9.1 but less than v4.0.0\')\n' + - ' }\n' + - '}(jQuery);\n\n', - - // Task configuration. - clean: { - dist: 'dist', - docs: 'docs/dist' - }, - - // JS build configuration - babel: { - dev: { - options: { - sourceMap: true - }, - files: { - 'js/dist/util.js' : 'js/src/util.js', - 'js/dist/alert.js' : 'js/src/alert.js', - 'js/dist/button.js' : 'js/src/button.js', - 'js/dist/carousel.js' : 'js/src/carousel.js', - 'js/dist/collapse.js' : 'js/src/collapse.js', - 'js/dist/dropdown.js' : 'js/src/dropdown.js', - 'js/dist/modal.js' : 'js/src/modal.js', - 'js/dist/scrollspy.js' : 'js/src/scrollspy.js', - 'js/dist/tab.js' : 'js/src/tab.js', - 'js/dist/tooltip.js' : 'js/src/tooltip.js', - 'js/dist/popover.js' : 'js/src/popover.js' - } - }, - dist: { - options: { - extends: '../../js/.babelrc' - }, - files: { - '<%= concat.bootstrap.dest %>' : '<%= concat.bootstrap.dest %>' - } - } - }, - - stamp: { - options: { - banner: '<%= banner %>\n<%= jqueryCheck %>\n<%= jqueryVersionCheck %>\n+function () {\n', - footer: '\n}();' - }, - bootstrap: { - files: { - src: '<%= concat.bootstrap.dest %>' - } - } - }, - - concat: { - options: { - // Custom function to remove all export and import statements - process: function (src) { - return src.replace(/^(export|import).*/gm, '') - } - }, - bootstrap: { - src: [ - 'js/src/util.js', - 'js/src/alert.js', - 'js/src/button.js', - 'js/src/carousel.js', - 'js/src/collapse.js', - 'js/src/dropdown.js', - 'js/src/modal.js', - 'js/src/scrollspy.js', - 'js/src/tab.js', - 'js/src/tooltip.js', - 'js/src/popover.js' - ], - dest: 'dist/js/<%= pkg.name %>.js' - } - }, - - qunit: { - options: { - inject: 'js/tests/unit/phantom.js' - }, - files: 'js/tests/index.html' - }, - - // CSS build configuration - copy: { - docs: { - expand: true, - cwd: 'dist/', - src: [ - '**/*' - ], - dest: 'docs/dist/' - } - }, - - connect: { - server: { - options: { - port: 3000, - base: '.' - } - } - }, - - jekyll: { - options: { - bundleExec: true, - config: '_config.yml', - incremental: false - }, - docs: {}, - github: { - options: { - raw: 'github: true' - } - } - }, - - htmllint: { - options: { - ignore: [ - 'Attribute “autocomplete” is only allowed when the input type is “color”, “date”, “datetime”, “datetime-local”, “email”, “hidden”, “month”, “number”, “password”, “range”, “search”, “tel”, “text”, “time”, “url”, or “week”.', - 'Attribute “autocomplete” not allowed on element “button” at this point.', - 'Consider using the “h1” element as a top-level heading only (all “h1” elements are treated as top-level headings by many screen readers and other tools).', - 'Element “div” not allowed as child of element “progress” in this context. (Suppressing further errors from this subtree.)', - 'Element “img” is missing required attribute “src”.', - 'The “color” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.', - 'The “date” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.', - 'The “datetime” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.', - 'The “datetime-local” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.', - 'The “month” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.', - 'The “time” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.', - 'The “week” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.' - ] - }, - src: ['_gh_pages/**/*.html', 'js/tests/visual/*.html'] - }, - - watch: { - src: { - files: '<%= concat.bootstrap.src %>', - tasks: ['babel:dev'] - }, - sass: { - files: 'scss/**/*.scss', - tasks: ['dist-css', 'docs'] - }, - docs: { - files: 'docs/assets/scss/**/*.scss', - tasks: ['dist-css', 'docs'] - } - }, - - 'saucelabs-qunit': { - all: { - options: { - build: process.env.TRAVIS_JOB_ID, - concurrency: 10, - maxRetries: 3, - maxPollRetries: 4, - urls: ['http://127.0.0.1:3000/js/tests/index.html?hidepassed'], - browsers: grunt.file.readYAML('grunt/sauce_browsers.yml') - } - } - }, - - exec: { - 'clean-css': { - command: 'npm run clean-css' - }, - 'clean-css-docs': { - command: 'npm run clean-css-docs' - }, - postcss: { - command: 'npm run postcss' - }, - 'postcss-docs': { - command: 'npm run postcss-docs' - }, - htmlhint: { - command: 'npm run htmlhint' - }, - sass: { - command: 'npm run sass' - }, - 'sass-docs': { - command: 'npm run sass-docs' - }, - 'scss-lint': { - command: 'npm run scss-lint' - }, - 'scss-lint-docs': { - command: 'npm run scss-lint-docs' - }, - uglify: { - command: 'npm run uglify' - }, - 'uglify-docs': { - command: 'npm run uglify-docs' - } - }, - - buildcontrol: { - options: { - dir: '_gh_pages', - commit: true, - push: true, - message: 'Built %sourceName% from commit %sourceCommit% on branch %sourceBranch%' - }, - pages: { - options: { - remote: 'git@github.com:twbs/derpstrap.git', - branch: 'gh-pages' - } - } - }, - - compress: { - main: { - options: { - archive: 'bootstrap-<%= pkg.version %>-dist.zip', - mode: 'zip', - level: 9, - pretty: true - }, - files: [ - { - expand: true, - cwd: 'dist/', - src: ['**'], - dest: 'bootstrap-<%= pkg.version %>-dist' - } - ] - } - } - - }) - - - // These plugins provide necessary tasks. - require('load-grunt-tasks')(grunt) - require('time-grunt')(grunt) - - // Docs HTML validation task - grunt.registerTask('validate-html', ['jekyll:docs', 'htmllint', 'exec:htmlhint']) - - var runSubset = function (subset) { - return !process.env.TWBS_TEST || process.env.TWBS_TEST === subset - } - var isUndefOrNonZero = function (val) { - return val === undefined || val !== '0' - } - - // Test task. - var testSubtasks = [] - // Skip core tests if running a different subset of the test suite - if (runSubset('core') && - // Skip core tests if this is a Savage build - process.env.TRAVIS_REPO_SLUG !== 'twbs-savage/bootstrap') { - testSubtasks = testSubtasks.concat(['dist-css', 'dist-js', 'test-scss', 'qunit', 'docs']) - } - // Skip HTML validation if running a different subset of the test suite - if (runSubset('validate-html') && - isTravis && - // Skip HTML5 validator when [skip validator] is in the commit message - isUndefOrNonZero(process.env.TWBS_DO_VALIDATOR)) { - testSubtasks.push('validate-html') - } - // Only run Sauce Labs tests if there's a Sauce access key - if (typeof process.env.SAUCE_ACCESS_KEY !== 'undefined' && - // Skip Sauce if running a different subset of the test suite - runSubset('sauce-js-unit')) { - testSubtasks = testSubtasks.concat(['dist', 'docs-css', 'docs-js', 'clean:docs', 'copy:docs']) - // Skip Sauce on Travis when [skip sauce] is in the commit message - if (isUndefOrNonZero(process.env.TWBS_DO_SAUCE)) { - testSubtasks.push('connect') - testSubtasks.push('saucelabs-qunit') - } - } - grunt.registerTask('test', testSubtasks) - - // JS distribution task. - grunt.registerTask('dist-js', ['babel:dev', 'concat', 'babel:dist', 'stamp', 'exec:uglify']) - - grunt.registerTask('test-scss', ['exec:scss-lint']) - - // CSS distribution task. - grunt.registerTask('sass-compile', ['exec:sass', 'exec:sass-docs']) - - grunt.registerTask('dist-css', ['sass-compile', 'exec:postcss', 'exec:clean-css', 'exec:clean-css-docs']) - - // Full distribution task. - grunt.registerTask('dist', ['clean:dist', 'dist-css', 'dist-js']) - - // Default task. - grunt.registerTask('default', ['clean:dist', 'test']) - - // Docs task. - grunt.registerTask('docs-css', ['exec:clean-css-docs', 'exec:postcss-docs']) - grunt.registerTask('lint-docs-css', ['exec:scss-lint-docs']) - grunt.registerTask('docs-js', ['exec:uglify-docs']) - grunt.registerTask('docs', ['lint-docs-css', 'docs-css', 'docs-js', 'clean:docs', 'copy:docs']) - grunt.registerTask('docs-github', ['jekyll:github']) - - grunt.registerTask('prep-release', ['dist', 'docs', 'docs-github', 'compress']) - - // Publish to GitHub - grunt.registerTask('publish', ['buildcontrol:pages']) -} diff --git a/node_modules/bootstrap/LICENSE b/node_modules/bootstrap/LICENSE deleted file mode 100644 index 1381cb2..0000000 --- a/node_modules/bootstrap/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2011-2017 Twitter, Inc. -Copyright (c) 2011-2017 The Bootstrap Authors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/node_modules/bootstrap/README.md b/node_modules/bootstrap/README.md deleted file mode 100644 index a8a2c26..0000000 --- a/node_modules/bootstrap/README.md +++ /dev/null @@ -1,135 +0,0 @@ -# [Bootstrap](https://getbootstrap.com) - -[![Slack](https://bootstrap-slack.herokuapp.com/badge.svg)](https://bootstrap-slack.herokuapp.com) -![Bower version](https://img.shields.io/bower/v/bootstrap.svg) -[![npm version](https://img.shields.io/npm/v/bootstrap.svg)](https://www.npmjs.com/package/bootstrap) -[![Gem version](https://img.shields.io/gem/v/bootstrap.svg)](https://rubygems.org/gems/bootstrap) -[![Build Status](https://img.shields.io/travis/twbs/bootstrap/master.svg)](https://travis-ci.org/twbs/bootstrap) -[![devDependency Status](https://img.shields.io/david/dev/twbs/bootstrap.svg)](https://david-dm.org/twbs/bootstrap?type=dev) -[![Meteor Atmosphere](https://img.shields.io/badge/meteor-twbs%3Abootstrap-blue.svg)](https://atmospherejs.com/twbs/bootstrap) -[![Packagist Prerelease](https://img.shields.io/packagist/vpre/twbs/bootstrap.svg)](https://packagist.org/packages/twbs/bootstrap) -[![NuGet](https://img.shields.io/nuget/vpre/bootstrap.svg)](https://www.nuget.org/packages/bootstrap/4.0.0-alpha5) - -[![Selenium Test Status](https://saucelabs.com/browser-matrix/bootstrap.svg)](https://saucelabs.com/u/bootstrap) - -Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thornton](https://twitter.com/fat), and maintained by the [core team](https://github.com/orgs/twbs/people) with the massive support and involvement of the community. - -To get started, check out ! - -## Table of contents - -- [Quick start](#quick-start) -- [Bugs and feature requests](#bugs-and-feature-requests) -- [Documentation](#documentation) -- [Contributing](#contributing) -- [Community](#community) -- [Versioning](#versioning) -- [Creators](#creators) -- [Copyright and license](#copyright-and-license) - -## Quick start - -Several quick start options are available: - -- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.0.0-alpha.6.zip) -- Clone the repo: `git clone https://github.com/twbs/bootstrap.git` -- Install with [npm](https://www.npmjs.com): `npm install bootstrap@4.0.0-alpha.6` -- Install with [yarn](https://github.com/yarnpkg/yarn): `yarn add bootstrap@4.0.0-alpha.6` -- Install with [Composer](https://getcomposer.org): `composer require twbs/bootstrap:4.0.0-alpha.6` -- Install with [Bower](https://bower.io): `bower install bootstrap#v4.0.0-alpha.6` -- Install with [NuGet](https://www.nuget.org): CSS: `Install-Package bootstrap -Pre` Sass: `Install-Package bootstrap.sass -Pre` (`-Pre` is only required until Bootstrap v4 has a stable release). - -Read the [Getting started page](https://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more. - -### What's included - -Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this: - -``` -bootstrap/ -├── css/ -│ ├── bootstrap.css -│ ├── bootstrap.css.map -│ ├── bootstrap.min.css -│ └── bootstrap.min.css.map -└── js/ - ├── bootstrap.js - └── bootstrap.min.js -``` - -We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developer.chrome.com/devtools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. - - -## Bugs and feature requests - -Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new). - - -## Documentation - -Bootstrap's documentation, included in this repo in the root directory, is built with [Jekyll](https://jekyllrb.com) and publicly hosted on GitHub Pages at . The docs may also be run locally. - -### Running documentation locally - -1. Run through the [tooling setup](https://github.com/twbs/bootstrap/blob/v4-dev/docs/getting-started/build-tools.md#tooling-setup) to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`. -2. Run `grunt` (or a specific set of Grunt tasks) to rebuild distributed CSS and JavaScript files, as well as our docs assets. -3. From the root `/bootstrap` directory, run `bundle exec jekyll serve` in the command line. -4. Open in your browser, and voilà. - -Learn more about using Jekyll by reading its [documentation](https://jekyllrb.com/docs/home/). - -### Documentation for previous releases - -Documentation for v2.3.2 has been made available for the time being at while folks transition to Bootstrap 3. - -[Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download. - - - -## Contributing - -Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development. - -Moreover, if your pull request contains JavaScript patches or features, you must include [relevant unit tests](https://github.com/twbs/bootstrap/tree/master/js/tests). All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Mark Otto](https://github.com/mdo). - -Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at . - - - -## Community - -Get updates on Bootstrap's development and chat with the project maintainers and community members. - -- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap). -- Read and subscribe to [The Official Bootstrap Blog](https://blog.getbootstrap.com). -- Join [the official Slack room](https://bootstrap-slack.herokuapp.com). -- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel. -- Implementation help may be found at Stack Overflow (tagged [`bootstrap-4`](https://stackoverflow.com/questions/tagged/bootstrap-4)). -- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability. - - - -## Versioning - -For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap is maintained under [the Semantic Versioning guidelines](http://semver.org/). Sometimes we screw up, but we'll adhere to those rules whenever possible. - -See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap. Release announcement posts on [the official Bootstrap blog](https://blog.getbootstrap.com) contain summaries of the most noteworthy changes made in each release. - - -## Creators - -**Mark Otto** - -- -- - -**Jacob Thornton** - -- -- - - - -## Copyright and license - -Code and documentation copyright 2011-2017 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE). diff --git a/node_modules/bootstrap/dist/css/bootstrap-grid.css b/node_modules/bootstrap/dist/css/bootstrap-grid.css deleted file mode 100644 index 916ec62..0000000 --- a/node_modules/bootstrap/dist/css/bootstrap-grid.css +++ /dev/null @@ -1,1339 +0,0 @@ -@-ms-viewport { - width: device-width; -} - -html { - -webkit-box-sizing: border-box; - box-sizing: border-box; - -ms-overflow-style: scrollbar; -} - -*, -*::before, -*::after { - -webkit-box-sizing: inherit; - box-sizing: inherit; -} - -.container { - position: relative; - margin-left: auto; - margin-right: auto; - padding-right: 15px; - padding-left: 15px; -} - -@media (min-width: 576px) { - .container { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 768px) { - .container { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 992px) { - .container { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 1200px) { - .container { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 576px) { - .container { - width: 540px; - max-width: 100%; - } -} - -@media (min-width: 768px) { - .container { - width: 720px; - max-width: 100%; - } -} - -@media (min-width: 992px) { - .container { - width: 960px; - max-width: 100%; - } -} - -@media (min-width: 1200px) { - .container { - width: 1140px; - max-width: 100%; - } -} - -.container-fluid { - position: relative; - margin-left: auto; - margin-right: auto; - padding-right: 15px; - padding-left: 15px; -} - -@media (min-width: 576px) { - .container-fluid { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 768px) { - .container-fluid { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 992px) { - .container-fluid { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 1200px) { - .container-fluid { - padding-right: 15px; - padding-left: 15px; - } -} - -.row { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -15px; - margin-left: -15px; -} - -@media (min-width: 576px) { - .row { - margin-right: -15px; - margin-left: -15px; - } -} - -@media (min-width: 768px) { - .row { - margin-right: -15px; - margin-left: -15px; - } -} - -@media (min-width: 992px) { - .row { - margin-right: -15px; - margin-left: -15px; - } -} - -@media (min-width: 1200px) { - .row { - margin-right: -15px; - margin-left: -15px; - } -} - -.no-gutters { - margin-right: 0; - margin-left: 0; -} - -.no-gutters > .col, -.no-gutters > [class*="col-"] { - padding-right: 0; - padding-left: 0; -} - -.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { - position: relative; - width: 100%; - min-height: 1px; - padding-right: 15px; - padding-left: 15px; -} - -@media (min-width: 576px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 768px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 992px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 1200px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { - padding-right: 15px; - padding-left: 15px; - } -} - -.col { - -webkit-flex-basis: 0; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -webkit-flex-grow: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; -} - -.col-auto { - -webkit-box-flex: 0; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; -} - -.col-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; -} - -.col-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; -} - -.col-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; -} - -.col-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; -} - -.col-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; -} - -.col-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; -} - -.col-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; -} - -.col-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; -} - -.col-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; -} - -.col-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; -} - -.col-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; -} - -.col-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; -} - -.pull-0 { - right: auto; -} - -.pull-1 { - right: 8.333333%; -} - -.pull-2 { - right: 16.666667%; -} - -.pull-3 { - right: 25%; -} - -.pull-4 { - right: 33.333333%; -} - -.pull-5 { - right: 41.666667%; -} - -.pull-6 { - right: 50%; -} - -.pull-7 { - right: 58.333333%; -} - -.pull-8 { - right: 66.666667%; -} - -.pull-9 { - right: 75%; -} - -.pull-10 { - right: 83.333333%; -} - -.pull-11 { - right: 91.666667%; -} - -.pull-12 { - right: 100%; -} - -.push-0 { - left: auto; -} - -.push-1 { - left: 8.333333%; -} - -.push-2 { - left: 16.666667%; -} - -.push-3 { - left: 25%; -} - -.push-4 { - left: 33.333333%; -} - -.push-5 { - left: 41.666667%; -} - -.push-6 { - left: 50%; -} - -.push-7 { - left: 58.333333%; -} - -.push-8 { - left: 66.666667%; -} - -.push-9 { - left: 75%; -} - -.push-10 { - left: 83.333333%; -} - -.push-11 { - left: 91.666667%; -} - -.push-12 { - left: 100%; -} - -.offset-1 { - margin-left: 8.333333%; -} - -.offset-2 { - margin-left: 16.666667%; -} - -.offset-3 { - margin-left: 25%; -} - -.offset-4 { - margin-left: 33.333333%; -} - -.offset-5 { - margin-left: 41.666667%; -} - -.offset-6 { - margin-left: 50%; -} - -.offset-7 { - margin-left: 58.333333%; -} - -.offset-8 { - margin-left: 66.666667%; -} - -.offset-9 { - margin-left: 75%; -} - -.offset-10 { - margin-left: 83.333333%; -} - -.offset-11 { - margin-left: 91.666667%; -} - -@media (min-width: 576px) { - .col-sm { - -webkit-flex-basis: 0; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -webkit-flex-grow: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; - } - .col-sm-auto { - -webkit-box-flex: 0; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - } - .col-sm-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; - } - .col-sm-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; - } - .col-sm-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; - } - .col-sm-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; - } - .col-sm-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; - } - .col-sm-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; - } - .col-sm-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; - } - .col-sm-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; - } - .col-sm-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; - } - .col-sm-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; - } - .col-sm-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; - } - .col-sm-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; - } - .pull-sm-0 { - right: auto; - } - .pull-sm-1 { - right: 8.333333%; - } - .pull-sm-2 { - right: 16.666667%; - } - .pull-sm-3 { - right: 25%; - } - .pull-sm-4 { - right: 33.333333%; - } - .pull-sm-5 { - right: 41.666667%; - } - .pull-sm-6 { - right: 50%; - } - .pull-sm-7 { - right: 58.333333%; - } - .pull-sm-8 { - right: 66.666667%; - } - .pull-sm-9 { - right: 75%; - } - .pull-sm-10 { - right: 83.333333%; - } - .pull-sm-11 { - right: 91.666667%; - } - .pull-sm-12 { - right: 100%; - } - .push-sm-0 { - left: auto; - } - .push-sm-1 { - left: 8.333333%; - } - .push-sm-2 { - left: 16.666667%; - } - .push-sm-3 { - left: 25%; - } - .push-sm-4 { - left: 33.333333%; - } - .push-sm-5 { - left: 41.666667%; - } - .push-sm-6 { - left: 50%; - } - .push-sm-7 { - left: 58.333333%; - } - .push-sm-8 { - left: 66.666667%; - } - .push-sm-9 { - left: 75%; - } - .push-sm-10 { - left: 83.333333%; - } - .push-sm-11 { - left: 91.666667%; - } - .push-sm-12 { - left: 100%; - } - .offset-sm-0 { - margin-left: 0%; - } - .offset-sm-1 { - margin-left: 8.333333%; - } - .offset-sm-2 { - margin-left: 16.666667%; - } - .offset-sm-3 { - margin-left: 25%; - } - .offset-sm-4 { - margin-left: 33.333333%; - } - .offset-sm-5 { - margin-left: 41.666667%; - } - .offset-sm-6 { - margin-left: 50%; - } - .offset-sm-7 { - margin-left: 58.333333%; - } - .offset-sm-8 { - margin-left: 66.666667%; - } - .offset-sm-9 { - margin-left: 75%; - } - .offset-sm-10 { - margin-left: 83.333333%; - } - .offset-sm-11 { - margin-left: 91.666667%; - } -} - -@media (min-width: 768px) { - .col-md { - -webkit-flex-basis: 0; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -webkit-flex-grow: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; - } - .col-md-auto { - -webkit-box-flex: 0; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - } - .col-md-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; - } - .col-md-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; - } - .col-md-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; - } - .col-md-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; - } - .col-md-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; - } - .col-md-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; - } - .col-md-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; - } - .col-md-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; - } - .col-md-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; - } - .col-md-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; - } - .col-md-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; - } - .col-md-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; - } - .pull-md-0 { - right: auto; - } - .pull-md-1 { - right: 8.333333%; - } - .pull-md-2 { - right: 16.666667%; - } - .pull-md-3 { - right: 25%; - } - .pull-md-4 { - right: 33.333333%; - } - .pull-md-5 { - right: 41.666667%; - } - .pull-md-6 { - right: 50%; - } - .pull-md-7 { - right: 58.333333%; - } - .pull-md-8 { - right: 66.666667%; - } - .pull-md-9 { - right: 75%; - } - .pull-md-10 { - right: 83.333333%; - } - .pull-md-11 { - right: 91.666667%; - } - .pull-md-12 { - right: 100%; - } - .push-md-0 { - left: auto; - } - .push-md-1 { - left: 8.333333%; - } - .push-md-2 { - left: 16.666667%; - } - .push-md-3 { - left: 25%; - } - .push-md-4 { - left: 33.333333%; - } - .push-md-5 { - left: 41.666667%; - } - .push-md-6 { - left: 50%; - } - .push-md-7 { - left: 58.333333%; - } - .push-md-8 { - left: 66.666667%; - } - .push-md-9 { - left: 75%; - } - .push-md-10 { - left: 83.333333%; - } - .push-md-11 { - left: 91.666667%; - } - .push-md-12 { - left: 100%; - } - .offset-md-0 { - margin-left: 0%; - } - .offset-md-1 { - margin-left: 8.333333%; - } - .offset-md-2 { - margin-left: 16.666667%; - } - .offset-md-3 { - margin-left: 25%; - } - .offset-md-4 { - margin-left: 33.333333%; - } - .offset-md-5 { - margin-left: 41.666667%; - } - .offset-md-6 { - margin-left: 50%; - } - .offset-md-7 { - margin-left: 58.333333%; - } - .offset-md-8 { - margin-left: 66.666667%; - } - .offset-md-9 { - margin-left: 75%; - } - .offset-md-10 { - margin-left: 83.333333%; - } - .offset-md-11 { - margin-left: 91.666667%; - } -} - -@media (min-width: 992px) { - .col-lg { - -webkit-flex-basis: 0; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -webkit-flex-grow: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; - } - .col-lg-auto { - -webkit-box-flex: 0; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - } - .col-lg-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; - } - .col-lg-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; - } - .col-lg-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; - } - .col-lg-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; - } - .col-lg-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; - } - .col-lg-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; - } - .col-lg-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; - } - .col-lg-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; - } - .col-lg-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; - } - .col-lg-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; - } - .col-lg-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; - } - .col-lg-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; - } - .pull-lg-0 { - right: auto; - } - .pull-lg-1 { - right: 8.333333%; - } - .pull-lg-2 { - right: 16.666667%; - } - .pull-lg-3 { - right: 25%; - } - .pull-lg-4 { - right: 33.333333%; - } - .pull-lg-5 { - right: 41.666667%; - } - .pull-lg-6 { - right: 50%; - } - .pull-lg-7 { - right: 58.333333%; - } - .pull-lg-8 { - right: 66.666667%; - } - .pull-lg-9 { - right: 75%; - } - .pull-lg-10 { - right: 83.333333%; - } - .pull-lg-11 { - right: 91.666667%; - } - .pull-lg-12 { - right: 100%; - } - .push-lg-0 { - left: auto; - } - .push-lg-1 { - left: 8.333333%; - } - .push-lg-2 { - left: 16.666667%; - } - .push-lg-3 { - left: 25%; - } - .push-lg-4 { - left: 33.333333%; - } - .push-lg-5 { - left: 41.666667%; - } - .push-lg-6 { - left: 50%; - } - .push-lg-7 { - left: 58.333333%; - } - .push-lg-8 { - left: 66.666667%; - } - .push-lg-9 { - left: 75%; - } - .push-lg-10 { - left: 83.333333%; - } - .push-lg-11 { - left: 91.666667%; - } - .push-lg-12 { - left: 100%; - } - .offset-lg-0 { - margin-left: 0%; - } - .offset-lg-1 { - margin-left: 8.333333%; - } - .offset-lg-2 { - margin-left: 16.666667%; - } - .offset-lg-3 { - margin-left: 25%; - } - .offset-lg-4 { - margin-left: 33.333333%; - } - .offset-lg-5 { - margin-left: 41.666667%; - } - .offset-lg-6 { - margin-left: 50%; - } - .offset-lg-7 { - margin-left: 58.333333%; - } - .offset-lg-8 { - margin-left: 66.666667%; - } - .offset-lg-9 { - margin-left: 75%; - } - .offset-lg-10 { - margin-left: 83.333333%; - } - .offset-lg-11 { - margin-left: 91.666667%; - } -} - -@media (min-width: 1200px) { - .col-xl { - -webkit-flex-basis: 0; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -webkit-flex-grow: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; - } - .col-xl-auto { - -webkit-box-flex: 0; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - } - .col-xl-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; - } - .col-xl-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; - } - .col-xl-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; - } - .col-xl-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; - } - .col-xl-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; - } - .col-xl-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; - } - .col-xl-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; - } - .col-xl-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; - } - .col-xl-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; - } - .col-xl-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; - } - .col-xl-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; - } - .col-xl-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; - } - .pull-xl-0 { - right: auto; - } - .pull-xl-1 { - right: 8.333333%; - } - .pull-xl-2 { - right: 16.666667%; - } - .pull-xl-3 { - right: 25%; - } - .pull-xl-4 { - right: 33.333333%; - } - .pull-xl-5 { - right: 41.666667%; - } - .pull-xl-6 { - right: 50%; - } - .pull-xl-7 { - right: 58.333333%; - } - .pull-xl-8 { - right: 66.666667%; - } - .pull-xl-9 { - right: 75%; - } - .pull-xl-10 { - right: 83.333333%; - } - .pull-xl-11 { - right: 91.666667%; - } - .pull-xl-12 { - right: 100%; - } - .push-xl-0 { - left: auto; - } - .push-xl-1 { - left: 8.333333%; - } - .push-xl-2 { - left: 16.666667%; - } - .push-xl-3 { - left: 25%; - } - .push-xl-4 { - left: 33.333333%; - } - .push-xl-5 { - left: 41.666667%; - } - .push-xl-6 { - left: 50%; - } - .push-xl-7 { - left: 58.333333%; - } - .push-xl-8 { - left: 66.666667%; - } - .push-xl-9 { - left: 75%; - } - .push-xl-10 { - left: 83.333333%; - } - .push-xl-11 { - left: 91.666667%; - } - .push-xl-12 { - left: 100%; - } - .offset-xl-0 { - margin-left: 0%; - } - .offset-xl-1 { - margin-left: 8.333333%; - } - .offset-xl-2 { - margin-left: 16.666667%; - } - .offset-xl-3 { - margin-left: 25%; - } - .offset-xl-4 { - margin-left: 33.333333%; - } - .offset-xl-5 { - margin-left: 41.666667%; - } - .offset-xl-6 { - margin-left: 50%; - } - .offset-xl-7 { - margin-left: 58.333333%; - } - .offset-xl-8 { - margin-left: 66.666667%; - } - .offset-xl-9 { - margin-left: 75%; - } - .offset-xl-10 { - margin-left: 83.333333%; - } - .offset-xl-11 { - margin-left: 91.666667%; - } -} -/*# sourceMappingURL=bootstrap-grid.css.map */ \ No newline at end of file diff --git a/node_modules/bootstrap/dist/css/bootstrap-grid.css.map b/node_modules/bootstrap/dist/css/bootstrap-grid.css.map deleted file mode 100644 index 058beb4..0000000 --- a/node_modules/bootstrap/dist/css/bootstrap-grid.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../../scss/bootstrap-grid.scss","bootstrap-grid.css","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_breakpoints.scss","../../scss/_variables.scss","../../scss/mixins/_grid-framework.scss"],"names":[],"mappings":"AAUE;EAAgB,oBAAmB;CCRpC;;ADWD;EACE,+BAAsB;UAAtB,uBAAsB;EACtB,8BAA6B;CAC9B;;AAED;;;EAGE,4BAAmB;UAAnB,oBAAmB;CACpB;;AEjBC;ECAA,mBAAkB;EAClB,kBAAiB;EACjB,mBAAkB;EAKd,oBAA4B;EAC5B,mBAA4B;CDL/B;;AEgDC;EFnDF;ICOI,oBAA4B;IAC5B,mBAA4B;GDL/B;CDoBF;;AG4BG;EFnDF;ICOI,oBAA4B;IAC5B,mBAA4B;GDL/B;CD2BF;;AGqBG;EFnDF;ICOI,oBAA4B;IAC5B,mBAA4B;GDL/B;CDkCF;;AGcG;EFnDF;ICOI,oBAA4B;IAC5B,mBAA4B;GDL/B;CDyCF;;AGOG;EFnDF;ICkBI,aEqMK;IFpML,gBAAe;GDhBlB;CDgDF;;AGAG;EFnDF;ICkBI,aEsMK;IFrML,gBAAe;GDhBlB;CDuDF;;AGPG;EFnDF;ICkBI,aEuMK;IFtML,gBAAe;GDhBlB;CD8DF;;AGdG;EFnDF;ICkBI,cEwMM;IFvMN,gBAAe;GDhBlB;CDqEF;;AC5DC;ECZA,mBAAkB;EAClB,kBAAiB;EACjB,mBAAkB;EAKd,oBAA4B;EAC5B,mBAA4B;CDM/B;;AEqCC;EFvCF;ICLI,oBAA4B;IAC5B,mBAA4B;GDM/B;CDyEF;;AGpCG;EFvCF;ICLI,oBAA4B;IAC5B,mBAA4B;GDM/B;CDgFF;;AG3CG;EFvCF;ICLI,oBAA4B;IAC5B,mBAA4B;GDM/B;CDuFF;;AGlDG;EFvCF;ICLI,oBAA4B;IAC5B,mBAA4B;GDM/B;CD8FF;;ACtFC;ECaA,qBAAa;EAAb,sBAAa;EAAb,qBAAa;EAAb,cAAa;EACb,wBAAe;MAAf,oBAAe;UAAf,gBAAe;EAKX,oBAA4B;EAC5B,mBAA4B;CDlB/B;;AE2BC;EF7BF;ICmBI,oBAA4B;IAC5B,mBAA4B;GDlB/B;CDkGF;;AGvEG;EF7BF;ICmBI,oBAA4B;IAC5B,mBAA4B;GDlB/B;CDyGF;;AG9EG;EF7BF;ICmBI,oBAA4B;IAC5B,mBAA4B;GDlB/B;CDgHF;;AGrFG;EF7BF;ICmBI,oBAA4B;IAC5B,mBAA4B;GDlB/B;CDuHF;;ACnHC;EACE,gBAAe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AiD;GGrCxC;EAFD;IHuCR,kBAAiD;GGrCxC;EAFD;IHuCR,WAAiD;GGrCxC;EAFD;IHuCR,kBAAiD;GGrCxC;EAFD;IHuCR,kBAAiD;GGrCxC;EAFD;IHuCR,WAAiD;GGrCxC;EAFD;IHuCR,kBAAiD;GGrCxC;EAFD;IHuCR,kBAAiD;GGrCxC;EAFD;IHuCR,WAAiD;GGrCxC;EAFD;IHuCR,kBAAiD;GGrCxC;EAFD;IHuCR,kBAAiD;GGrCxC;EAFD;IHuCR,YAAiD;GGrCxC;EAFD;IHmCR,WAAsD;GGjC7C;EAFD;IHmCR,gBAAgD;GGjCvC;EAFD;IHmCR,iBAAgD;GGjCvC;EAFD;IHmCR,UAAgD;GGjCvC;EAFD;IHmCR,iBAAgD;GGjCvC;EAFD;IHmCR,iBAAgD;GGjCvC;EAFD;IHmCR,UAAgD;GGjCvC;EAFD;IHmCR,iBAAgD;GGjCvC;EAFD;IHmCR,iBAAgD;GGjCvC;EAFD;IHmCR,UAAgD;GGjCvC;EAFD;IHmCR,iBAAgD;GGjCvC;EAFD;IHmCR,iBAAgD;GGjCvC;EAFD;IHmCR,WAAgD;GGjCvC;EAOD;IHsBR,gBAAyC;GGpBhC;EAFD;IHsBR,uBAAyC;GGpBhC;EAFD;IHsBR,wBAAyC;GGpBhC;EAFD;IHsBR,iBAAyC;GGpBhC;EAFD;IHsBR,wBAAyC;GGpBhC;EAFD;IHsBR,wBAAyC;GGpBhC;EAFD;IHsBR,iBAAyC;GGpBhC;EAFD;IHsBR,wBAAyC;GGpBhC;EAFD;IHsBR,wBAAyC;GGpBhC;EAFD;IHsBR,iBAAyC;GGpBhC;EAFD;IHsBR,wBAAyC;GGpBhC;EAFD;IHsBR,wBAAyC;GGpBhC;CL2hCV","file":"bootstrap-grid.css","sourcesContent":[null,"@-ms-viewport {\n width: device-width;\n}\n\nhtml {\n box-sizing: border-box;\n -ms-overflow-style: scrollbar;\n}\n\n*,\n*::before,\n*::after {\n box-sizing: inherit;\n}\n\n.container {\n position: relative;\n margin-left: auto;\n margin-right: auto;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n@media (min-width: 576px) {\n .container {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n@media (min-width: 768px) {\n .container {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n@media (min-width: 992px) {\n .container {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n@media (min-width: 1200px) {\n .container {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n@media (min-width: 576px) {\n .container {\n width: 540px;\n max-width: 100%;\n }\n}\n\n@media (min-width: 768px) {\n .container {\n width: 720px;\n max-width: 100%;\n }\n}\n\n@media (min-width: 992px) {\n .container {\n width: 960px;\n max-width: 100%;\n }\n}\n\n@media (min-width: 1200px) {\n .container {\n width: 1140px;\n max-width: 100%;\n }\n}\n\n.container-fluid {\n position: relative;\n margin-left: auto;\n margin-right: auto;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n@media (min-width: 576px) {\n .container-fluid {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n@media (min-width: 768px) {\n .container-fluid {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n@media (min-width: 992px) {\n .container-fluid {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n@media (min-width: 1200px) {\n .container-fluid {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n.row {\n display: flex;\n flex-wrap: wrap;\n margin-right: -15px;\n margin-left: -15px;\n}\n\n@media (min-width: 576px) {\n .row {\n margin-right: -15px;\n margin-left: -15px;\n }\n}\n\n@media (min-width: 768px) {\n .row {\n margin-right: -15px;\n margin-left: -15px;\n }\n}\n\n@media (min-width: 992px) {\n .row {\n margin-right: -15px;\n margin-left: -15px;\n }\n}\n\n@media (min-width: 1200px) {\n .row {\n margin-right: -15px;\n margin-left: -15px;\n }\n}\n\n.no-gutters {\n margin-right: 0;\n margin-left: 0;\n}\n\n.no-gutters > .col,\n.no-gutters > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n}\n\n.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {\n position: relative;\n width: 100%;\n min-height: 1px;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n@media (min-width: 576px) {\n .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n@media (min-width: 768px) {\n .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n@media (min-width: 992px) {\n .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n@media (min-width: 1200px) {\n .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n.col {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n}\n\n.col-auto {\n flex: 0 0 auto;\n width: auto;\n}\n\n.col-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n}\n\n.col-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n}\n\n.col-3 {\n flex: 0 0 25%;\n max-width: 25%;\n}\n\n.col-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n}\n\n.col-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n}\n\n.col-6 {\n flex: 0 0 50%;\n max-width: 50%;\n}\n\n.col-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n}\n\n.col-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n}\n\n.col-9 {\n flex: 0 0 75%;\n max-width: 75%;\n}\n\n.col-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n}\n\n.col-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n}\n\n.col-12 {\n flex: 0 0 100%;\n max-width: 100%;\n}\n\n.pull-0 {\n right: auto;\n}\n\n.pull-1 {\n right: 8.333333%;\n}\n\n.pull-2 {\n right: 16.666667%;\n}\n\n.pull-3 {\n right: 25%;\n}\n\n.pull-4 {\n right: 33.333333%;\n}\n\n.pull-5 {\n right: 41.666667%;\n}\n\n.pull-6 {\n right: 50%;\n}\n\n.pull-7 {\n right: 58.333333%;\n}\n\n.pull-8 {\n right: 66.666667%;\n}\n\n.pull-9 {\n right: 75%;\n}\n\n.pull-10 {\n right: 83.333333%;\n}\n\n.pull-11 {\n right: 91.666667%;\n}\n\n.pull-12 {\n right: 100%;\n}\n\n.push-0 {\n left: auto;\n}\n\n.push-1 {\n left: 8.333333%;\n}\n\n.push-2 {\n left: 16.666667%;\n}\n\n.push-3 {\n left: 25%;\n}\n\n.push-4 {\n left: 33.333333%;\n}\n\n.push-5 {\n left: 41.666667%;\n}\n\n.push-6 {\n left: 50%;\n}\n\n.push-7 {\n left: 58.333333%;\n}\n\n.push-8 {\n left: 66.666667%;\n}\n\n.push-9 {\n left: 75%;\n}\n\n.push-10 {\n left: 83.333333%;\n}\n\n.push-11 {\n left: 91.666667%;\n}\n\n.push-12 {\n left: 100%;\n}\n\n.offset-1 {\n margin-left: 8.333333%;\n}\n\n.offset-2 {\n margin-left: 16.666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.333333%;\n}\n\n.offset-5 {\n margin-left: 41.666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.333333%;\n}\n\n.offset-8 {\n margin-left: 66.666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.333333%;\n}\n\n.offset-11 {\n margin-left: 91.666667%;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-sm-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-sm-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-sm-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-sm-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-sm-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-sm-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-sm-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-sm-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-sm-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-sm-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-sm-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-sm-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .pull-sm-0 {\n right: auto;\n }\n .pull-sm-1 {\n right: 8.333333%;\n }\n .pull-sm-2 {\n right: 16.666667%;\n }\n .pull-sm-3 {\n right: 25%;\n }\n .pull-sm-4 {\n right: 33.333333%;\n }\n .pull-sm-5 {\n right: 41.666667%;\n }\n .pull-sm-6 {\n right: 50%;\n }\n .pull-sm-7 {\n right: 58.333333%;\n }\n .pull-sm-8 {\n right: 66.666667%;\n }\n .pull-sm-9 {\n right: 75%;\n }\n .pull-sm-10 {\n right: 83.333333%;\n }\n .pull-sm-11 {\n right: 91.666667%;\n }\n .pull-sm-12 {\n right: 100%;\n }\n .push-sm-0 {\n left: auto;\n }\n .push-sm-1 {\n left: 8.333333%;\n }\n .push-sm-2 {\n left: 16.666667%;\n }\n .push-sm-3 {\n left: 25%;\n }\n .push-sm-4 {\n left: 33.333333%;\n }\n .push-sm-5 {\n left: 41.666667%;\n }\n .push-sm-6 {\n left: 50%;\n }\n .push-sm-7 {\n left: 58.333333%;\n }\n .push-sm-8 {\n left: 66.666667%;\n }\n .push-sm-9 {\n left: 75%;\n }\n .push-sm-10 {\n left: 83.333333%;\n }\n .push-sm-11 {\n left: 91.666667%;\n }\n .push-sm-12 {\n left: 100%;\n }\n .offset-sm-0 {\n margin-left: 0%;\n }\n .offset-sm-1 {\n margin-left: 8.333333%;\n }\n .offset-sm-2 {\n margin-left: 16.666667%;\n }\n .offset-sm-3 {\n margin-left: 25%;\n }\n .offset-sm-4 {\n margin-left: 33.333333%;\n }\n .offset-sm-5 {\n margin-left: 41.666667%;\n }\n .offset-sm-6 {\n margin-left: 50%;\n }\n .offset-sm-7 {\n margin-left: 58.333333%;\n }\n .offset-sm-8 {\n margin-left: 66.666667%;\n }\n .offset-sm-9 {\n margin-left: 75%;\n }\n .offset-sm-10 {\n margin-left: 83.333333%;\n }\n .offset-sm-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 768px) {\n .col-md {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-md-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-md-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-md-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-md-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-md-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-md-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-md-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-md-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-md-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-md-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-md-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-md-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .pull-md-0 {\n right: auto;\n }\n .pull-md-1 {\n right: 8.333333%;\n }\n .pull-md-2 {\n right: 16.666667%;\n }\n .pull-md-3 {\n right: 25%;\n }\n .pull-md-4 {\n right: 33.333333%;\n }\n .pull-md-5 {\n right: 41.666667%;\n }\n .pull-md-6 {\n right: 50%;\n }\n .pull-md-7 {\n right: 58.333333%;\n }\n .pull-md-8 {\n right: 66.666667%;\n }\n .pull-md-9 {\n right: 75%;\n }\n .pull-md-10 {\n right: 83.333333%;\n }\n .pull-md-11 {\n right: 91.666667%;\n }\n .pull-md-12 {\n right: 100%;\n }\n .push-md-0 {\n left: auto;\n }\n .push-md-1 {\n left: 8.333333%;\n }\n .push-md-2 {\n left: 16.666667%;\n }\n .push-md-3 {\n left: 25%;\n }\n .push-md-4 {\n left: 33.333333%;\n }\n .push-md-5 {\n left: 41.666667%;\n }\n .push-md-6 {\n left: 50%;\n }\n .push-md-7 {\n left: 58.333333%;\n }\n .push-md-8 {\n left: 66.666667%;\n }\n .push-md-9 {\n left: 75%;\n }\n .push-md-10 {\n left: 83.333333%;\n }\n .push-md-11 {\n left: 91.666667%;\n }\n .push-md-12 {\n left: 100%;\n }\n .offset-md-0 {\n margin-left: 0%;\n }\n .offset-md-1 {\n margin-left: 8.333333%;\n }\n .offset-md-2 {\n margin-left: 16.666667%;\n }\n .offset-md-3 {\n margin-left: 25%;\n }\n .offset-md-4 {\n margin-left: 33.333333%;\n }\n .offset-md-5 {\n margin-left: 41.666667%;\n }\n .offset-md-6 {\n margin-left: 50%;\n }\n .offset-md-7 {\n margin-left: 58.333333%;\n }\n .offset-md-8 {\n margin-left: 66.666667%;\n }\n .offset-md-9 {\n margin-left: 75%;\n }\n .offset-md-10 {\n margin-left: 83.333333%;\n }\n .offset-md-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 992px) {\n .col-lg {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-lg-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-lg-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-lg-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-lg-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-lg-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-lg-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-lg-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-lg-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-lg-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-lg-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-lg-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-lg-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .pull-lg-0 {\n right: auto;\n }\n .pull-lg-1 {\n right: 8.333333%;\n }\n .pull-lg-2 {\n right: 16.666667%;\n }\n .pull-lg-3 {\n right: 25%;\n }\n .pull-lg-4 {\n right: 33.333333%;\n }\n .pull-lg-5 {\n right: 41.666667%;\n }\n .pull-lg-6 {\n right: 50%;\n }\n .pull-lg-7 {\n right: 58.333333%;\n }\n .pull-lg-8 {\n right: 66.666667%;\n }\n .pull-lg-9 {\n right: 75%;\n }\n .pull-lg-10 {\n right: 83.333333%;\n }\n .pull-lg-11 {\n right: 91.666667%;\n }\n .pull-lg-12 {\n right: 100%;\n }\n .push-lg-0 {\n left: auto;\n }\n .push-lg-1 {\n left: 8.333333%;\n }\n .push-lg-2 {\n left: 16.666667%;\n }\n .push-lg-3 {\n left: 25%;\n }\n .push-lg-4 {\n left: 33.333333%;\n }\n .push-lg-5 {\n left: 41.666667%;\n }\n .push-lg-6 {\n left: 50%;\n }\n .push-lg-7 {\n left: 58.333333%;\n }\n .push-lg-8 {\n left: 66.666667%;\n }\n .push-lg-9 {\n left: 75%;\n }\n .push-lg-10 {\n left: 83.333333%;\n }\n .push-lg-11 {\n left: 91.666667%;\n }\n .push-lg-12 {\n left: 100%;\n }\n .offset-lg-0 {\n margin-left: 0%;\n }\n .offset-lg-1 {\n margin-left: 8.333333%;\n }\n .offset-lg-2 {\n margin-left: 16.666667%;\n }\n .offset-lg-3 {\n margin-left: 25%;\n }\n .offset-lg-4 {\n margin-left: 33.333333%;\n }\n .offset-lg-5 {\n margin-left: 41.666667%;\n }\n .offset-lg-6 {\n margin-left: 50%;\n }\n .offset-lg-7 {\n margin-left: 58.333333%;\n }\n .offset-lg-8 {\n margin-left: 66.666667%;\n }\n .offset-lg-9 {\n margin-left: 75%;\n }\n .offset-lg-10 {\n margin-left: 83.333333%;\n }\n .offset-lg-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 1200px) {\n .col-xl {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-xl-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-xl-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-xl-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-xl-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-xl-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-xl-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-xl-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-xl-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-xl-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-xl-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-xl-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-xl-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .pull-xl-0 {\n right: auto;\n }\n .pull-xl-1 {\n right: 8.333333%;\n }\n .pull-xl-2 {\n right: 16.666667%;\n }\n .pull-xl-3 {\n right: 25%;\n }\n .pull-xl-4 {\n right: 33.333333%;\n }\n .pull-xl-5 {\n right: 41.666667%;\n }\n .pull-xl-6 {\n right: 50%;\n }\n .pull-xl-7 {\n right: 58.333333%;\n }\n .pull-xl-8 {\n right: 66.666667%;\n }\n .pull-xl-9 {\n right: 75%;\n }\n .pull-xl-10 {\n right: 83.333333%;\n }\n .pull-xl-11 {\n right: 91.666667%;\n }\n .pull-xl-12 {\n right: 100%;\n }\n .push-xl-0 {\n left: auto;\n }\n .push-xl-1 {\n left: 8.333333%;\n }\n .push-xl-2 {\n left: 16.666667%;\n }\n .push-xl-3 {\n left: 25%;\n }\n .push-xl-4 {\n left: 33.333333%;\n }\n .push-xl-5 {\n left: 41.666667%;\n }\n .push-xl-6 {\n left: 50%;\n }\n .push-xl-7 {\n left: 58.333333%;\n }\n .push-xl-8 {\n left: 66.666667%;\n }\n .push-xl-9 {\n left: 75%;\n }\n .push-xl-10 {\n left: 83.333333%;\n }\n .push-xl-11 {\n left: 91.666667%;\n }\n .push-xl-12 {\n left: 100%;\n }\n .offset-xl-0 {\n margin-left: 0%;\n }\n .offset-xl-1 {\n margin-left: 8.333333%;\n }\n .offset-xl-2 {\n margin-left: 16.666667%;\n }\n .offset-xl-3 {\n margin-left: 25%;\n }\n .offset-xl-4 {\n margin-left: 33.333333%;\n }\n .offset-xl-5 {\n margin-left: 41.666667%;\n }\n .offset-xl-6 {\n margin-left: 50%;\n }\n .offset-xl-7 {\n margin-left: 58.333333%;\n }\n .offset-xl-8 {\n margin-left: 66.666667%;\n }\n .offset-xl-9 {\n margin-left: 75%;\n }\n .offset-xl-10 {\n margin-left: 83.333333%;\n }\n .offset-xl-11 {\n margin-left: 91.666667%;\n }\n}\n\n/*# sourceMappingURL=bootstrap-grid.css.map */",null,null,null,null,null]} \ No newline at end of file diff --git a/node_modules/bootstrap/dist/css/bootstrap-grid.min.css b/node_modules/bootstrap/dist/css/bootstrap-grid.min.css deleted file mode 100644 index edb16cb..0000000 --- a/node_modules/bootstrap/dist/css/bootstrap-grid.min.css +++ /dev/null @@ -1 +0,0 @@ -@-ms-viewport{width:device-width}html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}.container{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}@media (min-width:576px){.container{padding-right:15px;padding-left:15px}}@media (min-width:768px){.container{padding-right:15px;padding-left:15px}}@media (min-width:992px){.container{padding-right:15px;padding-left:15px}}@media (min-width:1200px){.container{padding-right:15px;padding-left:15px}}@media (min-width:576px){.container{width:540px;max-width:100%}}@media (min-width:768px){.container{width:720px;max-width:100%}}@media (min-width:992px){.container{width:960px;max-width:100%}}@media (min-width:1200px){.container{width:1140px;max-width:100%}}.container-fluid{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}@media (min-width:576px){.container-fluid{padding-right:15px;padding-left:15px}}@media (min-width:768px){.container-fluid{padding-right:15px;padding-left:15px}}@media (min-width:992px){.container-fluid{padding-right:15px;padding-left:15px}}@media (min-width:1200px){.container-fluid{padding-right:15px;padding-left:15px}}.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}@media (min-width:576px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:768px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:992px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:1200px){.row{margin-right:-15px;margin-left:-15px}}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:576px){.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width:768px){.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width:992px){.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width:1200px){.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}.col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-0{right:auto}.pull-1{right:8.333333%}.pull-2{right:16.666667%}.pull-3{right:25%}.pull-4{right:33.333333%}.pull-5{right:41.666667%}.pull-6{right:50%}.pull-7{right:58.333333%}.pull-8{right:66.666667%}.pull-9{right:75%}.pull-10{right:83.333333%}.pull-11{right:91.666667%}.pull-12{right:100%}.push-0{left:auto}.push-1{left:8.333333%}.push-2{left:16.666667%}.push-3{left:25%}.push-4{left:33.333333%}.push-5{left:41.666667%}.push-6{left:50%}.push-7{left:58.333333%}.push-8{left:66.666667%}.push-9{left:75%}.push-10{left:83.333333%}.push-11{left:91.666667%}.push-12{left:100%}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-sm-0{right:auto}.pull-sm-1{right:8.333333%}.pull-sm-2{right:16.666667%}.pull-sm-3{right:25%}.pull-sm-4{right:33.333333%}.pull-sm-5{right:41.666667%}.pull-sm-6{right:50%}.pull-sm-7{right:58.333333%}.pull-sm-8{right:66.666667%}.pull-sm-9{right:75%}.pull-sm-10{right:83.333333%}.pull-sm-11{right:91.666667%}.pull-sm-12{right:100%}.push-sm-0{left:auto}.push-sm-1{left:8.333333%}.push-sm-2{left:16.666667%}.push-sm-3{left:25%}.push-sm-4{left:33.333333%}.push-sm-5{left:41.666667%}.push-sm-6{left:50%}.push-sm-7{left:58.333333%}.push-sm-8{left:66.666667%}.push-sm-9{left:75%}.push-sm-10{left:83.333333%}.push-sm-11{left:91.666667%}.push-sm-12{left:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-md-0{right:auto}.pull-md-1{right:8.333333%}.pull-md-2{right:16.666667%}.pull-md-3{right:25%}.pull-md-4{right:33.333333%}.pull-md-5{right:41.666667%}.pull-md-6{right:50%}.pull-md-7{right:58.333333%}.pull-md-8{right:66.666667%}.pull-md-9{right:75%}.pull-md-10{right:83.333333%}.pull-md-11{right:91.666667%}.pull-md-12{right:100%}.push-md-0{left:auto}.push-md-1{left:8.333333%}.push-md-2{left:16.666667%}.push-md-3{left:25%}.push-md-4{left:33.333333%}.push-md-5{left:41.666667%}.push-md-6{left:50%}.push-md-7{left:58.333333%}.push-md-8{left:66.666667%}.push-md-9{left:75%}.push-md-10{left:83.333333%}.push-md-11{left:91.666667%}.push-md-12{left:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-lg-0{right:auto}.pull-lg-1{right:8.333333%}.pull-lg-2{right:16.666667%}.pull-lg-3{right:25%}.pull-lg-4{right:33.333333%}.pull-lg-5{right:41.666667%}.pull-lg-6{right:50%}.pull-lg-7{right:58.333333%}.pull-lg-8{right:66.666667%}.pull-lg-9{right:75%}.pull-lg-10{right:83.333333%}.pull-lg-11{right:91.666667%}.pull-lg-12{right:100%}.push-lg-0{left:auto}.push-lg-1{left:8.333333%}.push-lg-2{left:16.666667%}.push-lg-3{left:25%}.push-lg-4{left:33.333333%}.push-lg-5{left:41.666667%}.push-lg-6{left:50%}.push-lg-7{left:58.333333%}.push-lg-8{left:66.666667%}.push-lg-9{left:75%}.push-lg-10{left:83.333333%}.push-lg-11{left:91.666667%}.push-lg-12{left:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-xl-0{right:auto}.pull-xl-1{right:8.333333%}.pull-xl-2{right:16.666667%}.pull-xl-3{right:25%}.pull-xl-4{right:33.333333%}.pull-xl-5{right:41.666667%}.pull-xl-6{right:50%}.pull-xl-7{right:58.333333%}.pull-xl-8{right:66.666667%}.pull-xl-9{right:75%}.pull-xl-10{right:83.333333%}.pull-xl-11{right:91.666667%}.pull-xl-12{right:100%}.push-xl-0{left:auto}.push-xl-1{left:8.333333%}.push-xl-2{left:16.666667%}.push-xl-3{left:25%}.push-xl-4{left:33.333333%}.push-xl-5{left:41.666667%}.push-xl-6{left:50%}.push-xl-7{left:58.333333%}.push-xl-8{left:66.666667%}.push-xl-9{left:75%}.push-xl-10{left:83.333333%}.push-xl-11{left:91.666667%}.push-xl-12{left:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}/*# sourceMappingURL=bootstrap-grid.min.css.map */ \ No newline at end of file diff --git a/node_modules/bootstrap/dist/css/bootstrap-grid.min.css.map b/node_modules/bootstrap/dist/css/bootstrap-grid.min.css.map deleted file mode 100644 index edae8e6..0000000 --- a/node_modules/bootstrap/dist/css/bootstrap-grid.min.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../../scss/bootstrap-grid.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_breakpoints.scss","../../scss/mixins/_grid-framework.scss"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/bootstrap/dist/css/bootstrap-reboot.css b/node_modules/bootstrap/dist/css/bootstrap-reboot.css deleted file mode 100644 index f5d4414..0000000 --- a/node_modules/bootstrap/dist/css/bootstrap-reboot.css +++ /dev/null @@ -1,459 +0,0 @@ -/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ -html { - font-family: sans-serif; - line-height: 1.15; - -ms-text-size-adjust: 100%; - -webkit-text-size-adjust: 100%; -} - -body { - margin: 0; -} - -article, -aside, -footer, -header, -nav, -section { - display: block; -} - -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -figcaption, -figure, -main { - display: block; -} - -figure { - margin: 1em 40px; -} - -hr { - -webkit-box-sizing: content-box; - box-sizing: content-box; - height: 0; - overflow: visible; -} - -pre { - font-family: monospace, monospace; - font-size: 1em; -} - -a { - background-color: transparent; - -webkit-text-decoration-skip: objects; -} - -a:active, -a:hover { - outline-width: 0; -} - -abbr[title] { - border-bottom: none; - text-decoration: underline; - text-decoration: underline dotted; -} - -b, -strong { - font-weight: inherit; -} - -b, -strong { - font-weight: bolder; -} - -code, -kbd, -samp { - font-family: monospace, monospace; - font-size: 1em; -} - -dfn { - font-style: italic; -} - -mark { - background-color: #ff0; - color: #000; -} - -small { - font-size: 80%; -} - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - -audio, -video { - display: inline-block; -} - -audio:not([controls]) { - display: none; - height: 0; -} - -img { - border-style: none; -} - -svg:not(:root) { - overflow: hidden; -} - -button, -input, -optgroup, -select, -textarea { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; -} - -button, -input { - overflow: visible; -} - -button, -select { - text-transform: none; -} - -button, -html [type="button"], -[type="reset"], -[type="submit"] { - -webkit-appearance: button; -} - -button::-moz-focus-inner, -[type="button"]::-moz-focus-inner, -[type="reset"]::-moz-focus-inner, -[type="submit"]::-moz-focus-inner { - border-style: none; - padding: 0; -} - -button:-moz-focusring, -[type="button"]:-moz-focusring, -[type="reset"]:-moz-focusring, -[type="submit"]:-moz-focusring { - outline: 1px dotted ButtonText; -} - -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; -} - -legend { - -webkit-box-sizing: border-box; - box-sizing: border-box; - color: inherit; - display: table; - max-width: 100%; - padding: 0; - white-space: normal; -} - -progress { - display: inline-block; - vertical-align: baseline; -} - -textarea { - overflow: auto; -} - -[type="checkbox"], -[type="radio"] { - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 0; -} - -[type="number"]::-webkit-inner-spin-button, -[type="number"]::-webkit-outer-spin-button { - height: auto; -} - -[type="search"] { - -webkit-appearance: textfield; - outline-offset: -2px; -} - -[type="search"]::-webkit-search-cancel-button, -[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} - -::-webkit-file-upload-button { - -webkit-appearance: button; - font: inherit; -} - -details, -menu { - display: block; -} - -summary { - display: list-item; -} - -canvas { - display: inline-block; -} - -template { - display: none; -} - -[hidden] { - display: none; -} - -html { - -webkit-box-sizing: border-box; - box-sizing: border-box; -} - -*, -*::before, -*::after { - -webkit-box-sizing: inherit; - box-sizing: inherit; -} - -@-ms-viewport { - width: device-width; -} - -html { - -ms-overflow-style: scrollbar; - -webkit-tap-highlight-color: transparent; -} - -body { - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; - font-size: 1rem; - font-weight: normal; - line-height: 1.5; - color: #292b2c; - background-color: #fff; -} - -[tabindex="-1"]:focus { - outline: none !important; -} - -h1, h2, h3, h4, h5, h6 { - margin-top: 0; - margin-bottom: .5rem; -} - -p { - margin-top: 0; - margin-bottom: 1rem; -} - -abbr[title], -abbr[data-original-title] { - cursor: help; -} - -address { - margin-bottom: 1rem; - font-style: normal; - line-height: inherit; -} - -ol, -ul, -dl { - margin-top: 0; - margin-bottom: 1rem; -} - -ol ol, -ul ul, -ol ul, -ul ol { - margin-bottom: 0; -} - -dt { - font-weight: bold; -} - -dd { - margin-bottom: .5rem; - margin-left: 0; -} - -blockquote { - margin: 0 0 1rem; -} - -a { - color: #0275d8; - text-decoration: none; -} - -a:focus, a:hover { - color: #014c8c; - text-decoration: underline; -} - -a:not([href]):not([tabindex]) { - color: inherit; - text-decoration: none; -} - -a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { - color: inherit; - text-decoration: none; -} - -a:not([href]):not([tabindex]):focus { - outline: 0; -} - -pre { - margin-top: 0; - margin-bottom: 1rem; - overflow: auto; -} - -figure { - margin: 0 0 1rem; -} - -img { - vertical-align: middle; -} - -[role="button"] { - cursor: pointer; -} - -a, -area, -button, -[role="button"], -input, -label, -select, -summary, -textarea { - -ms-touch-action: manipulation; - touch-action: manipulation; -} - -table { - border-collapse: collapse; - background-color: transparent; -} - -caption { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - color: #636c72; - text-align: left; - caption-side: bottom; -} - -th { - text-align: left; -} - -label { - display: inline-block; - margin-bottom: .5rem; -} - -button:focus { - outline: 1px dotted; - outline: 5px auto -webkit-focus-ring-color; -} - -input, -button, -select, -textarea { - line-height: inherit; -} - -input[type="radio"]:disabled, -input[type="checkbox"]:disabled { - cursor: not-allowed; -} - -input[type="date"], -input[type="time"], -input[type="datetime-local"], -input[type="month"] { - -webkit-appearance: listbox; -} - -textarea { - resize: vertical; -} - -fieldset { - min-width: 0; - padding: 0; - margin: 0; - border: 0; -} - -legend { - display: block; - width: 100%; - padding: 0; - margin-bottom: .5rem; - font-size: 1.5rem; - line-height: inherit; -} - -input[type="search"] { - -webkit-appearance: none; -} - -output { - display: inline-block; -} - -[hidden] { - display: none !important; -} -/*# sourceMappingURL=bootstrap-reboot.css.map */ \ No newline at end of file diff --git a/node_modules/bootstrap/dist/css/bootstrap-reboot.css.map b/node_modules/bootstrap/dist/css/bootstrap-reboot.css.map deleted file mode 100644 index 67c00c3..0000000 --- a/node_modules/bootstrap/dist/css/bootstrap-reboot.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../../scss/_normalize.scss","bootstrap-reboot.css","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/mixins/_hover.scss"],"names":[],"mappings":"AAAA,4EAA4E;AAY5E;EACE,wBAAuB;EACvB,kBAAiB;EACjB,2BAA0B;EAC1B,+BAA8B;CAC/B;;AASD;EACE,UAAS;CACV;;AAMD;;;;;;EAME,eAAc;CACf;;AAOD;EACE,eAAc;EACd,iBAAgB;CACjB;;AAUD;;;EAGE,eAAc;CACf;;AAMD;EACE,iBAAgB;CACjB;;AAOD;EACE,gCAAuB;UAAvB,wBAAuB;EACvB,UAAS;EACT,kBAAiB;CAClB;;AAOD;EACE,kCAAiC;EACjC,eAAc;CACf;;AAUD;EACE,8BAA6B;EAC7B,sCAAqC;CACtC;;AAOD;;EAEE,iBAAgB;CACjB;;AAOD;EACE,oBAAmB;EACnB,2BAA0B;EAC1B,kCAAiC;CAClC;;AAMD;;EAEE,qBAAoB;CACrB;;AAMD;;EAEE,oBAAmB;CACpB;;AAOD;;;EAGE,kCAAiC;EACjC,eAAc;CACf;;AAMD;EACE,mBAAkB;CACnB;;AAMD;EACE,uBAAsB;EACtB,YAAW;CACZ;;AAMD;EACE,eAAc;CACf;;AAOD;;EAEE,eAAc;EACd,eAAc;EACd,mBAAkB;EAClB,yBAAwB;CACzB;;AAED;EACE,gBAAe;CAChB;;AAED;EACE,YAAW;CACZ;;AASD;;EAEE,sBAAqB;CACtB;;AAMD;EACE,cAAa;EACb,UAAS;CACV;;AAMD;EACE,mBAAkB;CACnB;;AAMD;EACE,iBAAgB;CACjB;;AAUD;;;;;EAKE,wBAAuB;EACvB,gBAAe;EACf,kBAAiB;EACjB,UAAS;CACV;;AAOD;;EAEE,kBAAiB;CAClB;;AAOD;;EAEE,qBAAoB;CACrB;;AAQD;;;;EAIE,2BAA0B;CAC3B;;AAMD;;;;EAIE,mBAAkB;EAClB,WAAU;CACX;;AAMD;;;;EAIE,+BAA8B;CAC/B;;AAMD;EACE,0BAAyB;EACzB,cAAa;EACb,+BAA8B;CAC/B;;AASD;EACE,+BAAsB;UAAtB,uBAAsB;EACtB,eAAc;EACd,eAAc;EACd,gBAAe;EACf,WAAU;EACV,oBAAmB;CACpB;;AAOD;EACE,sBAAqB;EACrB,yBAAwB;CACzB;;AAMD;EACE,eAAc;CACf;;ACtKD;;ED+KE,+BAAsB;UAAtB,uBAAsB;EACtB,WAAU;CACX;;AC3KD;;EDmLE,aAAY;CACb;;AC/KD;EDuLE,8BAA6B;EAC7B,qBAAoB;CACrB;;ACpLD;;ED4LE,yBAAwB;CACzB;;AAOD;EACE,2BAA0B;EAC1B,cAAa;CACd;;AAUD;;EAEE,eAAc;CACf;;AAMD;EACE,mBAAkB;CACnB;;AASD;EACE,sBAAqB;CACtB;;AAMD;EACE,cAAa;CACd;;ACpND;ED8NE,cAAa;CACd;;AEvbD;EACE,+BAAsB;UAAtB,uBAAsB;CACvB;;AAED;;;EAGE,4BAAmB;UAAnB,oBAAmB;CACpB;;AAmBC;EAAgB,oBAAmB;CD6MpC;;ACrMD;EAYE,8BAA6B;EAG7B,yCAA0C;CAC3C;;AAED;EACE,mHC2K4H;ED1K5H,gBC+KmB;ED9KnB,oBCmLyB;EDlLzB,iBCsLoB;EDpLpB,eC0BiC;EDxBjC,uBCYW;CDXZ;;AD0LD;EClLE,yBAAwB;CACzB;;AAWD;EACE,cAAa;EACb,qBAAoB;CACrB;;AAMD;EACE,cAAa;EACb,oBAAmB;CACpB;;AAGD;;EAGE,aAAY;CACb;;AAED;EACE,oBAAmB;EACnB,mBAAkB;EAClB,qBAAoB;CACrB;;AAED;;;EAGE,cAAa;EACb,oBAAmB;CACpB;;AAED;;;;EAIE,iBAAgB;CACjB;;AAED;EACE,kBCgHqB;CD/GtB;;AAED;EACE,qBAAoB;EACpB,eAAc;CACf;;AAED;EACE,iBAAgB;CACjB;;AAOD;EACE,eC/Dc;EDgEd,sBC8B0B;CDxB3B;;AEtJG;EFmJA,eC4B4C;ED3B5C,2BC4B6B;CC7K5B;;AF2JL;EACE,eAAc;EACd,sBAAqB;CAUtB;;AE1KG;EFmKA,eAAc;EACd,sBAAqB;CEjKpB;;AF2JL;EAUI,WAAU;CACX;;AAQH;EAEE,cAAa;EAEb,oBAAmB;EAEnB,eAAc;CACf;;AAOD;EAGE,iBAAgB;CACjB;;AAOD;EAGE,uBAAsB;CAGvB;;ADmID;ECzHE,gBAAe;CAChB;;AAaD;;;;;;;;;EASE,+BAA0B;MAA1B,2BAA0B;CAC3B;;AAOD;EAEE,0BAAyB;EAEzB,8BCoEyC;CDnE1C;;AAED;EACE,qBC6DoC;ED5DpC,wBC4DoC;ED3DpC,eC3KiC;ED4KjC,iBAAgB;EAChB,qBAAoB;CACrB;;AAED;EAEE,iBAAgB;CACjB;;AAOD;EAEE,sBAAqB;EACrB,qBAAoB;CACrB;;AAMD;EACE,oBAAmB;EACnB,2CAA0C;CAC3C;;AAED;;;;EAME,qBAAoB;CACrB;;AAED;;EAMI,oBC4IwC;CD3IzC;;AAIH;;;;EASE,4BAA2B;CAC5B;;AAED;EAEE,iBAAgB;CACjB;;AAED;EAME,aAAY;EAEZ,WAAU;EACV,UAAS;EACT,UAAS;CACV;;AAED;EAEE,eAAc;EACd,YAAW;EACX,WAAU;EACV,qBAAoB;EACpB,kBAAiB;EACjB,qBAAoB;CACrB;;AAED;EAKE,yBAAwB;CACzB;;AAGD;EACE,sBAAqB;CAItB;;ADkED;EC9DE,yBAAwB;CACzB","file":"bootstrap-reboot.css","sourcesContent":[null,"/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -ms-text-size-adjust: 100%;\n -webkit-text-size-adjust: 100%;\n}\n\nbody {\n margin: 0;\n}\n\narticle,\naside,\nfooter,\nheader,\nnav,\nsection {\n display: block;\n}\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\nfigcaption,\nfigure,\nmain {\n display: block;\n}\n\nfigure {\n margin: 1em 40px;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\npre {\n font-family: monospace, monospace;\n font-size: 1em;\n}\n\na {\n background-color: transparent;\n -webkit-text-decoration-skip: objects;\n}\n\na:active,\na:hover {\n outline-width: 0;\n}\n\nabbr[title] {\n border-bottom: none;\n text-decoration: underline;\n text-decoration: underline dotted;\n}\n\nb,\nstrong {\n font-weight: inherit;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\ncode,\nkbd,\nsamp {\n font-family: monospace, monospace;\n font-size: 1em;\n}\n\ndfn {\n font-style: italic;\n}\n\nmark {\n background-color: #ff0;\n color: #000;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\naudio,\nvideo {\n display: inline-block;\n}\n\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\nimg {\n border-style: none;\n}\n\nsvg:not(:root) {\n overflow: hidden;\n}\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: sans-serif;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nbutton,\nhtml [type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\n\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText;\n}\n\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\n\nlegend {\n box-sizing: border-box;\n color: inherit;\n display: table;\n max-width: 100%;\n padding: 0;\n white-space: normal;\n}\n\nprogress {\n display: inline-block;\n vertical-align: baseline;\n}\n\ntextarea {\n overflow: auto;\n}\n\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n\n[type=\"search\"]::-webkit-search-cancel-button,\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\n\ndetails,\nmenu {\n display: block;\n}\n\nsummary {\n display: list-item;\n}\n\ncanvas {\n display: inline-block;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none;\n}\n\nhtml {\n box-sizing: border-box;\n}\n\n*,\n*::before,\n*::after {\n box-sizing: inherit;\n}\n\n@-ms-viewport {\n width: device-width;\n}\n\nhtml {\n -ms-overflow-style: scrollbar;\n -webkit-tap-highlight-color: transparent;\n}\n\nbody {\n font-family: -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n font-size: 1rem;\n font-weight: normal;\n line-height: 1.5;\n color: #292b2c;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus {\n outline: none !important;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: .5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n cursor: help;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: bold;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\na {\n color: #0275d8;\n text-decoration: none;\n}\n\na:focus, a:hover {\n color: #014c8c;\n text-decoration: underline;\n}\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):focus {\n outline: 0;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n}\n\n[role=\"button\"] {\n cursor: pointer;\n}\n\na,\narea,\nbutton,\n[role=\"button\"],\ninput,\nlabel,\nselect,\nsummary,\ntextarea {\n touch-action: manipulation;\n}\n\ntable {\n border-collapse: collapse;\n background-color: transparent;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #636c72;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: left;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: .5rem;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\ntextarea {\n line-height: inherit;\n}\n\ninput[type=\"radio\"]:disabled,\ninput[type=\"checkbox\"]:disabled {\n cursor: not-allowed;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: listbox;\n}\n\ntextarea {\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit;\n}\n\ninput[type=\"search\"] {\n -webkit-appearance: none;\n}\n\noutput {\n display: inline-block;\n}\n\n[hidden] {\n display: none !important;\n}\n\n/*# sourceMappingURL=bootstrap-reboot.css.map */",null,null,null]} \ No newline at end of file diff --git a/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css b/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css deleted file mode 100644 index 7bf2395..0000000 --- a/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css +++ /dev/null @@ -1 +0,0 @@ -/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}html{-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#292b2c;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{cursor:help}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}a{color:#0275d8;text-decoration:none}a:focus,a:hover{color:#014c8c;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle}[role=button]{cursor:pointer}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse;background-color:transparent}caption{padding-top:.75rem;padding-bottom:.75rem;color:#636c72;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,select,textarea{line-height:inherit}input[type=checkbox]:disabled,input[type=radio]:disabled{cursor:not-allowed}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}input[type=search]{-webkit-appearance:none}output{display:inline-block}[hidden]{display:none!important}/*# sourceMappingURL=bootstrap-reboot.min.css.map */ \ No newline at end of file diff --git a/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css.map b/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css.map deleted file mode 100644 index fa2cf12..0000000 --- a/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../../scss/_normalize.scss","bootstrap-reboot.css","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/mixins/_hover.scss"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/bootstrap/dist/css/bootstrap.css b/node_modules/bootstrap/dist/css/bootstrap.css deleted file mode 100644 index 1038ebc..0000000 --- a/node_modules/bootstrap/dist/css/bootstrap.css +++ /dev/null @@ -1,9320 +0,0 @@ -/*! - * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com) - * Copyright 2011-2017 The Bootstrap Authors - * Copyright 2011-2017 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ -/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ -html { - font-family: sans-serif; - line-height: 1.15; - -ms-text-size-adjust: 100%; - -webkit-text-size-adjust: 100%; -} - -body { - margin: 0; -} - -article, -aside, -footer, -header, -nav, -section { - display: block; -} - -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -figcaption, -figure, -main { - display: block; -} - -figure { - margin: 1em 40px; -} - -hr { - -webkit-box-sizing: content-box; - box-sizing: content-box; - height: 0; - overflow: visible; -} - -pre { - font-family: monospace, monospace; - font-size: 1em; -} - -a { - background-color: transparent; - -webkit-text-decoration-skip: objects; -} - -a:active, -a:hover { - outline-width: 0; -} - -abbr[title] { - border-bottom: none; - text-decoration: underline; - text-decoration: underline dotted; -} - -b, -strong { - font-weight: inherit; -} - -b, -strong { - font-weight: bolder; -} - -code, -kbd, -samp { - font-family: monospace, monospace; - font-size: 1em; -} - -dfn { - font-style: italic; -} - -mark { - background-color: #ff0; - color: #000; -} - -small { - font-size: 80%; -} - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - -audio, -video { - display: inline-block; -} - -audio:not([controls]) { - display: none; - height: 0; -} - -img { - border-style: none; -} - -svg:not(:root) { - overflow: hidden; -} - -button, -input, -optgroup, -select, -textarea { - font-family: sans-serif; - font-size: 100%; - line-height: 1.15; - margin: 0; -} - -button, -input { - overflow: visible; -} - -button, -select { - text-transform: none; -} - -button, -html [type="button"], -[type="reset"], -[type="submit"] { - -webkit-appearance: button; -} - -button::-moz-focus-inner, -[type="button"]::-moz-focus-inner, -[type="reset"]::-moz-focus-inner, -[type="submit"]::-moz-focus-inner { - border-style: none; - padding: 0; -} - -button:-moz-focusring, -[type="button"]:-moz-focusring, -[type="reset"]:-moz-focusring, -[type="submit"]:-moz-focusring { - outline: 1px dotted ButtonText; -} - -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; -} - -legend { - -webkit-box-sizing: border-box; - box-sizing: border-box; - color: inherit; - display: table; - max-width: 100%; - padding: 0; - white-space: normal; -} - -progress { - display: inline-block; - vertical-align: baseline; -} - -textarea { - overflow: auto; -} - -[type="checkbox"], -[type="radio"] { - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 0; -} - -[type="number"]::-webkit-inner-spin-button, -[type="number"]::-webkit-outer-spin-button { - height: auto; -} - -[type="search"] { - -webkit-appearance: textfield; - outline-offset: -2px; -} - -[type="search"]::-webkit-search-cancel-button, -[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} - -::-webkit-file-upload-button { - -webkit-appearance: button; - font: inherit; -} - -details, -menu { - display: block; -} - -summary { - display: list-item; -} - -canvas { - display: inline-block; -} - -template { - display: none; -} - -[hidden] { - display: none; -} - -@media print { - *, - *::before, - *::after, - p::first-letter, - div::first-letter, - blockquote::first-letter, - li::first-letter, - p::first-line, - div::first-line, - blockquote::first-line, - li::first-line { - text-shadow: none !important; - -webkit-box-shadow: none !important; - box-shadow: none !important; - } - a, - a:visited { - text-decoration: underline; - } - abbr[title]::after { - content: " (" attr(title) ")"; - } - pre { - white-space: pre-wrap !important; - } - pre, - blockquote { - border: 1px solid #999; - page-break-inside: avoid; - } - thead { - display: table-header-group; - } - tr, - img { - page-break-inside: avoid; - } - p, - h2, - h3 { - orphans: 3; - widows: 3; - } - h2, - h3 { - page-break-after: avoid; - } - .navbar { - display: none; - } - .badge { - 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; - } -} - -html { - -webkit-box-sizing: border-box; - box-sizing: border-box; -} - -*, -*::before, -*::after { - -webkit-box-sizing: inherit; - box-sizing: inherit; -} - -@-ms-viewport { - width: device-width; -} - -html { - -ms-overflow-style: scrollbar; - -webkit-tap-highlight-color: transparent; -} - -body { - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; - font-size: 1rem; - font-weight: normal; - line-height: 1.5; - color: #292b2c; - background-color: #fff; -} - -[tabindex="-1"]:focus { - outline: none !important; -} - -h1, h2, h3, h4, h5, h6 { - margin-top: 0; - margin-bottom: .5rem; -} - -p { - margin-top: 0; - margin-bottom: 1rem; -} - -abbr[title], -abbr[data-original-title] { - cursor: help; -} - -address { - margin-bottom: 1rem; - font-style: normal; - line-height: inherit; -} - -ol, -ul, -dl { - margin-top: 0; - margin-bottom: 1rem; -} - -ol ol, -ul ul, -ol ul, -ul ol { - margin-bottom: 0; -} - -dt { - font-weight: bold; -} - -dd { - margin-bottom: .5rem; - margin-left: 0; -} - -blockquote { - margin: 0 0 1rem; -} - -a { - color: #0275d8; - text-decoration: none; -} - -a:focus, a:hover { - color: #014c8c; - text-decoration: underline; -} - -a:not([href]):not([tabindex]) { - color: inherit; - text-decoration: none; -} - -a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { - color: inherit; - text-decoration: none; -} - -a:not([href]):not([tabindex]):focus { - outline: 0; -} - -pre { - margin-top: 0; - margin-bottom: 1rem; - overflow: auto; -} - -figure { - margin: 0 0 1rem; -} - -img { - vertical-align: middle; -} - -[role="button"] { - cursor: pointer; -} - -a, -area, -button, -[role="button"], -input, -label, -select, -summary, -textarea { - -ms-touch-action: manipulation; - touch-action: manipulation; -} - -table { - border-collapse: collapse; - background-color: transparent; -} - -caption { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - color: #636c72; - text-align: left; - caption-side: bottom; -} - -th { - text-align: left; -} - -label { - display: inline-block; - margin-bottom: .5rem; -} - -button:focus { - outline: 1px dotted; - outline: 5px auto -webkit-focus-ring-color; -} - -input, -button, -select, -textarea { - line-height: inherit; -} - -input[type="radio"]:disabled, -input[type="checkbox"]:disabled { - cursor: not-allowed; -} - -input[type="date"], -input[type="time"], -input[type="datetime-local"], -input[type="month"] { - -webkit-appearance: listbox; -} - -textarea { - resize: vertical; -} - -fieldset { - min-width: 0; - padding: 0; - margin: 0; - border: 0; -} - -legend { - display: block; - width: 100%; - padding: 0; - margin-bottom: .5rem; - font-size: 1.5rem; - line-height: inherit; -} - -input[type="search"] { - -webkit-appearance: none; -} - -output { - display: inline-block; -} - -[hidden] { - display: none !important; -} - -h1, h2, h3, h4, h5, h6, -.h1, .h2, .h3, .h4, .h5, .h6 { - margin-bottom: 0.5rem; - font-family: inherit; - font-weight: 500; - line-height: 1.1; - color: inherit; -} - -h1, .h1 { - font-size: 2.5rem; -} - -h2, .h2 { - font-size: 2rem; -} - -h3, .h3 { - font-size: 1.75rem; -} - -h4, .h4 { - font-size: 1.5rem; -} - -h5, .h5 { - font-size: 1.25rem; -} - -h6, .h6 { - font-size: 1rem; -} - -.lead { - font-size: 1.25rem; - font-weight: 300; -} - -.display-1 { - font-size: 6rem; - font-weight: 300; - line-height: 1.1; -} - -.display-2 { - font-size: 5.5rem; - font-weight: 300; - line-height: 1.1; -} - -.display-3 { - font-size: 4.5rem; - font-weight: 300; - line-height: 1.1; -} - -.display-4 { - font-size: 3.5rem; - font-weight: 300; - line-height: 1.1; -} - -hr { - margin-top: 1rem; - margin-bottom: 1rem; - border: 0; - border-top: 1px solid rgba(0, 0, 0, 0.1); -} - -small, -.small { - font-size: 80%; - font-weight: normal; -} - -mark, -.mark { - padding: 0.2em; - background-color: #fcf8e3; -} - -.list-unstyled { - padding-left: 0; - list-style: none; -} - -.list-inline { - padding-left: 0; - list-style: none; -} - -.list-inline-item { - display: inline-block; -} - -.list-inline-item:not(:last-child) { - margin-right: 5px; -} - -.initialism { - font-size: 90%; - text-transform: uppercase; -} - -.blockquote { - padding: 0.5rem 1rem; - margin-bottom: 1rem; - font-size: 1.25rem; - border-left: 0.25rem solid #eceeef; -} - -.blockquote-footer { - display: block; - font-size: 80%; - color: #636c72; -} - -.blockquote-footer::before { - content: "\2014 \00A0"; -} - -.blockquote-reverse { - padding-right: 1rem; - padding-left: 0; - text-align: right; - border-right: 0.25rem solid #eceeef; - border-left: 0; -} - -.blockquote-reverse .blockquote-footer::before { - content: ""; -} - -.blockquote-reverse .blockquote-footer::after { - content: "\00A0 \2014"; -} - -.img-fluid { - max-width: 100%; - height: auto; -} - -.img-thumbnail { - padding: 0.25rem; - background-color: #fff; - border: 1px solid #ddd; - border-radius: 0.25rem; - -webkit-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; - max-width: 100%; - height: auto; -} - -.figure { - display: inline-block; -} - -.figure-img { - margin-bottom: 0.5rem; - line-height: 1; -} - -.figure-caption { - font-size: 90%; - color: #636c72; -} - -code, -kbd, -pre, -samp { - font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; -} - -code { - padding: 0.2rem 0.4rem; - font-size: 90%; - color: #bd4147; - background-color: #f7f7f9; - border-radius: 0.25rem; -} - -a > code { - padding: 0; - color: inherit; - background-color: inherit; -} - -kbd { - padding: 0.2rem 0.4rem; - font-size: 90%; - color: #fff; - background-color: #292b2c; - border-radius: 0.2rem; -} - -kbd kbd { - padding: 0; - font-size: 100%; - font-weight: bold; -} - -pre { - display: block; - margin-top: 0; - margin-bottom: 1rem; - font-size: 90%; - color: #292b2c; -} - -pre code { - padding: 0; - font-size: inherit; - color: inherit; - background-color: transparent; - border-radius: 0; -} - -.pre-scrollable { - max-height: 340px; - overflow-y: scroll; -} - -.container { - position: relative; - margin-left: auto; - margin-right: auto; - padding-right: 15px; - padding-left: 15px; -} - -@media (min-width: 576px) { - .container { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 768px) { - .container { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 992px) { - .container { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 1200px) { - .container { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 576px) { - .container { - width: 540px; - max-width: 100%; - } -} - -@media (min-width: 768px) { - .container { - width: 720px; - max-width: 100%; - } -} - -@media (min-width: 992px) { - .container { - width: 960px; - max-width: 100%; - } -} - -@media (min-width: 1200px) { - .container { - width: 1140px; - max-width: 100%; - } -} - -.container-fluid { - position: relative; - margin-left: auto; - margin-right: auto; - padding-right: 15px; - padding-left: 15px; -} - -@media (min-width: 576px) { - .container-fluid { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 768px) { - .container-fluid { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 992px) { - .container-fluid { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 1200px) { - .container-fluid { - padding-right: 15px; - padding-left: 15px; - } -} - -.row { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-wrap: wrap; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -15px; - margin-left: -15px; -} - -@media (min-width: 576px) { - .row { - margin-right: -15px; - margin-left: -15px; - } -} - -@media (min-width: 768px) { - .row { - margin-right: -15px; - margin-left: -15px; - } -} - -@media (min-width: 992px) { - .row { - margin-right: -15px; - margin-left: -15px; - } -} - -@media (min-width: 1200px) { - .row { - margin-right: -15px; - margin-left: -15px; - } -} - -.no-gutters { - margin-right: 0; - margin-left: 0; -} - -.no-gutters > .col, -.no-gutters > [class*="col-"] { - padding-right: 0; - padding-left: 0; -} - -.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { - position: relative; - width: 100%; - min-height: 1px; - padding-right: 15px; - padding-left: 15px; -} - -@media (min-width: 576px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 768px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 992px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { - padding-right: 15px; - padding-left: 15px; - } -} - -@media (min-width: 1200px) { - .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { - padding-right: 15px; - padding-left: 15px; - } -} - -.col { - -webkit-flex-basis: 0; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -webkit-flex-grow: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; -} - -.col-auto { - -webkit-box-flex: 0; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; -} - -.col-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; -} - -.col-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; -} - -.col-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; -} - -.col-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; -} - -.col-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; -} - -.col-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; -} - -.col-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; -} - -.col-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; -} - -.col-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; -} - -.col-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; -} - -.col-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; -} - -.col-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; -} - -.pull-0 { - right: auto; -} - -.pull-1 { - right: 8.333333%; -} - -.pull-2 { - right: 16.666667%; -} - -.pull-3 { - right: 25%; -} - -.pull-4 { - right: 33.333333%; -} - -.pull-5 { - right: 41.666667%; -} - -.pull-6 { - right: 50%; -} - -.pull-7 { - right: 58.333333%; -} - -.pull-8 { - right: 66.666667%; -} - -.pull-9 { - right: 75%; -} - -.pull-10 { - right: 83.333333%; -} - -.pull-11 { - right: 91.666667%; -} - -.pull-12 { - right: 100%; -} - -.push-0 { - left: auto; -} - -.push-1 { - left: 8.333333%; -} - -.push-2 { - left: 16.666667%; -} - -.push-3 { - left: 25%; -} - -.push-4 { - left: 33.333333%; -} - -.push-5 { - left: 41.666667%; -} - -.push-6 { - left: 50%; -} - -.push-7 { - left: 58.333333%; -} - -.push-8 { - left: 66.666667%; -} - -.push-9 { - left: 75%; -} - -.push-10 { - left: 83.333333%; -} - -.push-11 { - left: 91.666667%; -} - -.push-12 { - left: 100%; -} - -.offset-1 { - margin-left: 8.333333%; -} - -.offset-2 { - margin-left: 16.666667%; -} - -.offset-3 { - margin-left: 25%; -} - -.offset-4 { - margin-left: 33.333333%; -} - -.offset-5 { - margin-left: 41.666667%; -} - -.offset-6 { - margin-left: 50%; -} - -.offset-7 { - margin-left: 58.333333%; -} - -.offset-8 { - margin-left: 66.666667%; -} - -.offset-9 { - margin-left: 75%; -} - -.offset-10 { - margin-left: 83.333333%; -} - -.offset-11 { - margin-left: 91.666667%; -} - -@media (min-width: 576px) { - .col-sm { - -webkit-flex-basis: 0; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -webkit-flex-grow: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; - } - .col-sm-auto { - -webkit-box-flex: 0; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - } - .col-sm-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; - } - .col-sm-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; - } - .col-sm-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; - } - .col-sm-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; - } - .col-sm-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; - } - .col-sm-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; - } - .col-sm-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; - } - .col-sm-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; - } - .col-sm-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; - } - .col-sm-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; - } - .col-sm-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; - } - .col-sm-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; - } - .pull-sm-0 { - right: auto; - } - .pull-sm-1 { - right: 8.333333%; - } - .pull-sm-2 { - right: 16.666667%; - } - .pull-sm-3 { - right: 25%; - } - .pull-sm-4 { - right: 33.333333%; - } - .pull-sm-5 { - right: 41.666667%; - } - .pull-sm-6 { - right: 50%; - } - .pull-sm-7 { - right: 58.333333%; - } - .pull-sm-8 { - right: 66.666667%; - } - .pull-sm-9 { - right: 75%; - } - .pull-sm-10 { - right: 83.333333%; - } - .pull-sm-11 { - right: 91.666667%; - } - .pull-sm-12 { - right: 100%; - } - .push-sm-0 { - left: auto; - } - .push-sm-1 { - left: 8.333333%; - } - .push-sm-2 { - left: 16.666667%; - } - .push-sm-3 { - left: 25%; - } - .push-sm-4 { - left: 33.333333%; - } - .push-sm-5 { - left: 41.666667%; - } - .push-sm-6 { - left: 50%; - } - .push-sm-7 { - left: 58.333333%; - } - .push-sm-8 { - left: 66.666667%; - } - .push-sm-9 { - left: 75%; - } - .push-sm-10 { - left: 83.333333%; - } - .push-sm-11 { - left: 91.666667%; - } - .push-sm-12 { - left: 100%; - } - .offset-sm-0 { - margin-left: 0%; - } - .offset-sm-1 { - margin-left: 8.333333%; - } - .offset-sm-2 { - margin-left: 16.666667%; - } - .offset-sm-3 { - margin-left: 25%; - } - .offset-sm-4 { - margin-left: 33.333333%; - } - .offset-sm-5 { - margin-left: 41.666667%; - } - .offset-sm-6 { - margin-left: 50%; - } - .offset-sm-7 { - margin-left: 58.333333%; - } - .offset-sm-8 { - margin-left: 66.666667%; - } - .offset-sm-9 { - margin-left: 75%; - } - .offset-sm-10 { - margin-left: 83.333333%; - } - .offset-sm-11 { - margin-left: 91.666667%; - } -} - -@media (min-width: 768px) { - .col-md { - -webkit-flex-basis: 0; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -webkit-flex-grow: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; - } - .col-md-auto { - -webkit-box-flex: 0; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - } - .col-md-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; - } - .col-md-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; - } - .col-md-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; - } - .col-md-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; - } - .col-md-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; - } - .col-md-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; - } - .col-md-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; - } - .col-md-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; - } - .col-md-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; - } - .col-md-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; - } - .col-md-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; - } - .col-md-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; - } - .pull-md-0 { - right: auto; - } - .pull-md-1 { - right: 8.333333%; - } - .pull-md-2 { - right: 16.666667%; - } - .pull-md-3 { - right: 25%; - } - .pull-md-4 { - right: 33.333333%; - } - .pull-md-5 { - right: 41.666667%; - } - .pull-md-6 { - right: 50%; - } - .pull-md-7 { - right: 58.333333%; - } - .pull-md-8 { - right: 66.666667%; - } - .pull-md-9 { - right: 75%; - } - .pull-md-10 { - right: 83.333333%; - } - .pull-md-11 { - right: 91.666667%; - } - .pull-md-12 { - right: 100%; - } - .push-md-0 { - left: auto; - } - .push-md-1 { - left: 8.333333%; - } - .push-md-2 { - left: 16.666667%; - } - .push-md-3 { - left: 25%; - } - .push-md-4 { - left: 33.333333%; - } - .push-md-5 { - left: 41.666667%; - } - .push-md-6 { - left: 50%; - } - .push-md-7 { - left: 58.333333%; - } - .push-md-8 { - left: 66.666667%; - } - .push-md-9 { - left: 75%; - } - .push-md-10 { - left: 83.333333%; - } - .push-md-11 { - left: 91.666667%; - } - .push-md-12 { - left: 100%; - } - .offset-md-0 { - margin-left: 0%; - } - .offset-md-1 { - margin-left: 8.333333%; - } - .offset-md-2 { - margin-left: 16.666667%; - } - .offset-md-3 { - margin-left: 25%; - } - .offset-md-4 { - margin-left: 33.333333%; - } - .offset-md-5 { - margin-left: 41.666667%; - } - .offset-md-6 { - margin-left: 50%; - } - .offset-md-7 { - margin-left: 58.333333%; - } - .offset-md-8 { - margin-left: 66.666667%; - } - .offset-md-9 { - margin-left: 75%; - } - .offset-md-10 { - margin-left: 83.333333%; - } - .offset-md-11 { - margin-left: 91.666667%; - } -} - -@media (min-width: 992px) { - .col-lg { - -webkit-flex-basis: 0; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -webkit-flex-grow: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; - } - .col-lg-auto { - -webkit-box-flex: 0; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - } - .col-lg-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; - } - .col-lg-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; - } - .col-lg-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; - } - .col-lg-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; - } - .col-lg-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; - } - .col-lg-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; - } - .col-lg-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; - } - .col-lg-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; - } - .col-lg-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; - } - .col-lg-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; - } - .col-lg-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; - } - .col-lg-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; - } - .pull-lg-0 { - right: auto; - } - .pull-lg-1 { - right: 8.333333%; - } - .pull-lg-2 { - right: 16.666667%; - } - .pull-lg-3 { - right: 25%; - } - .pull-lg-4 { - right: 33.333333%; - } - .pull-lg-5 { - right: 41.666667%; - } - .pull-lg-6 { - right: 50%; - } - .pull-lg-7 { - right: 58.333333%; - } - .pull-lg-8 { - right: 66.666667%; - } - .pull-lg-9 { - right: 75%; - } - .pull-lg-10 { - right: 83.333333%; - } - .pull-lg-11 { - right: 91.666667%; - } - .pull-lg-12 { - right: 100%; - } - .push-lg-0 { - left: auto; - } - .push-lg-1 { - left: 8.333333%; - } - .push-lg-2 { - left: 16.666667%; - } - .push-lg-3 { - left: 25%; - } - .push-lg-4 { - left: 33.333333%; - } - .push-lg-5 { - left: 41.666667%; - } - .push-lg-6 { - left: 50%; - } - .push-lg-7 { - left: 58.333333%; - } - .push-lg-8 { - left: 66.666667%; - } - .push-lg-9 { - left: 75%; - } - .push-lg-10 { - left: 83.333333%; - } - .push-lg-11 { - left: 91.666667%; - } - .push-lg-12 { - left: 100%; - } - .offset-lg-0 { - margin-left: 0%; - } - .offset-lg-1 { - margin-left: 8.333333%; - } - .offset-lg-2 { - margin-left: 16.666667%; - } - .offset-lg-3 { - margin-left: 25%; - } - .offset-lg-4 { - margin-left: 33.333333%; - } - .offset-lg-5 { - margin-left: 41.666667%; - } - .offset-lg-6 { - margin-left: 50%; - } - .offset-lg-7 { - margin-left: 58.333333%; - } - .offset-lg-8 { - margin-left: 66.666667%; - } - .offset-lg-9 { - margin-left: 75%; - } - .offset-lg-10 { - margin-left: 83.333333%; - } - .offset-lg-11 { - margin-left: 91.666667%; - } -} - -@media (min-width: 1200px) { - .col-xl { - -webkit-flex-basis: 0; - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -webkit-flex-grow: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; - } - .col-xl-auto { - -webkit-box-flex: 0; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - } - .col-xl-1 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 8.333333%; - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; - } - .col-xl-2 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 16.666667%; - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; - } - .col-xl-3 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 25%; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; - } - .col-xl-4 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 33.333333%; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; - } - .col-xl-5 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 41.666667%; - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; - } - .col-xl-6 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 50%; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; - } - .col-xl-7 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 58.333333%; - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; - } - .col-xl-8 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 66.666667%; - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; - } - .col-xl-9 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 75%; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; - } - .col-xl-10 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 83.333333%; - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; - } - .col-xl-11 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 91.666667%; - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; - } - .col-xl-12 { - -webkit-box-flex: 0; - -webkit-flex: 0 0 100%; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; - } - .pull-xl-0 { - right: auto; - } - .pull-xl-1 { - right: 8.333333%; - } - .pull-xl-2 { - right: 16.666667%; - } - .pull-xl-3 { - right: 25%; - } - .pull-xl-4 { - right: 33.333333%; - } - .pull-xl-5 { - right: 41.666667%; - } - .pull-xl-6 { - right: 50%; - } - .pull-xl-7 { - right: 58.333333%; - } - .pull-xl-8 { - right: 66.666667%; - } - .pull-xl-9 { - right: 75%; - } - .pull-xl-10 { - right: 83.333333%; - } - .pull-xl-11 { - right: 91.666667%; - } - .pull-xl-12 { - right: 100%; - } - .push-xl-0 { - left: auto; - } - .push-xl-1 { - left: 8.333333%; - } - .push-xl-2 { - left: 16.666667%; - } - .push-xl-3 { - left: 25%; - } - .push-xl-4 { - left: 33.333333%; - } - .push-xl-5 { - left: 41.666667%; - } - .push-xl-6 { - left: 50%; - } - .push-xl-7 { - left: 58.333333%; - } - .push-xl-8 { - left: 66.666667%; - } - .push-xl-9 { - left: 75%; - } - .push-xl-10 { - left: 83.333333%; - } - .push-xl-11 { - left: 91.666667%; - } - .push-xl-12 { - left: 100%; - } - .offset-xl-0 { - margin-left: 0%; - } - .offset-xl-1 { - margin-left: 8.333333%; - } - .offset-xl-2 { - margin-left: 16.666667%; - } - .offset-xl-3 { - margin-left: 25%; - } - .offset-xl-4 { - margin-left: 33.333333%; - } - .offset-xl-5 { - margin-left: 41.666667%; - } - .offset-xl-6 { - margin-left: 50%; - } - .offset-xl-7 { - margin-left: 58.333333%; - } - .offset-xl-8 { - margin-left: 66.666667%; - } - .offset-xl-9 { - margin-left: 75%; - } - .offset-xl-10 { - margin-left: 83.333333%; - } - .offset-xl-11 { - margin-left: 91.666667%; - } -} - -.table { - width: 100%; - max-width: 100%; - margin-bottom: 1rem; -} - -.table th, -.table td { - padding: 0.75rem; - vertical-align: top; - border-top: 1px solid #eceeef; -} - -.table thead th { - vertical-align: bottom; - border-bottom: 2px solid #eceeef; -} - -.table tbody + tbody { - border-top: 2px solid #eceeef; -} - -.table .table { - background-color: #fff; -} - -.table-sm th, -.table-sm td { - padding: 0.3rem; -} - -.table-bordered { - border: 1px solid #eceeef; -} - -.table-bordered th, -.table-bordered td { - border: 1px solid #eceeef; -} - -.table-bordered thead th, -.table-bordered thead td { - border-bottom-width: 2px; -} - -.table-striped tbody tr:nth-of-type(odd) { - background-color: rgba(0, 0, 0, 0.05); -} - -.table-hover tbody tr:hover { - background-color: rgba(0, 0, 0, 0.075); -} - -.table-active, -.table-active > th, -.table-active > td { - background-color: rgba(0, 0, 0, 0.075); -} - -.table-hover .table-active:hover { - background-color: rgba(0, 0, 0, 0.075); -} - -.table-hover .table-active:hover > td, -.table-hover .table-active:hover > th { - background-color: rgba(0, 0, 0, 0.075); -} - -.table-success, -.table-success > th, -.table-success > td { - background-color: #dff0d8; -} - -.table-hover .table-success:hover { - background-color: #d0e9c6; -} - -.table-hover .table-success:hover > td, -.table-hover .table-success:hover > th { - background-color: #d0e9c6; -} - -.table-info, -.table-info > th, -.table-info > td { - background-color: #d9edf7; -} - -.table-hover .table-info:hover { - background-color: #c4e3f3; -} - -.table-hover .table-info:hover > td, -.table-hover .table-info:hover > th { - background-color: #c4e3f3; -} - -.table-warning, -.table-warning > th, -.table-warning > td { - background-color: #fcf8e3; -} - -.table-hover .table-warning:hover { - background-color: #faf2cc; -} - -.table-hover .table-warning:hover > td, -.table-hover .table-warning:hover > th { - background-color: #faf2cc; -} - -.table-danger, -.table-danger > th, -.table-danger > td { - background-color: #f2dede; -} - -.table-hover .table-danger:hover { - background-color: #ebcccc; -} - -.table-hover .table-danger:hover > td, -.table-hover .table-danger:hover > th { - background-color: #ebcccc; -} - -.thead-inverse th { - color: #fff; - background-color: #292b2c; -} - -.thead-default th { - color: #464a4c; - background-color: #eceeef; -} - -.table-inverse { - color: #fff; - background-color: #292b2c; -} - -.table-inverse th, -.table-inverse td, -.table-inverse thead th { - border-color: #fff; -} - -.table-inverse.table-bordered { - border: 0; -} - -.table-responsive { - display: block; - width: 100%; - overflow-x: auto; - -ms-overflow-style: -ms-autohiding-scrollbar; -} - -.table-responsive.table-bordered { - border: 0; -} - -.form-control { - display: block; - width: 100%; - padding: 0.5rem 0.75rem; - font-size: 1rem; - line-height: 1.25; - color: #464a4c; - background-color: #fff; - background-image: none; - -webkit-background-clip: padding-box; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0.25rem; - -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; - transition: border-color ease-in-out 0.15s, -webkit-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; - transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; -} - -.form-control::-ms-expand { - background-color: transparent; - border: 0; -} - -.form-control:focus { - color: #464a4c; - background-color: #fff; - border-color: #5cb3fd; - outline: none; -} - -.form-control::-webkit-input-placeholder { - color: #636c72; - opacity: 1; -} - -.form-control::-moz-placeholder { - color: #636c72; - opacity: 1; -} - -.form-control:-ms-input-placeholder { - color: #636c72; - opacity: 1; -} - -.form-control::placeholder { - color: #636c72; - opacity: 1; -} - -.form-control:disabled, .form-control[readonly] { - background-color: #eceeef; - opacity: 1; -} - -.form-control:disabled { - cursor: not-allowed; -} - -select.form-control:not([size]):not([multiple]) { - height: calc(2.25rem + 2px); -} - -select.form-control:focus::-ms-value { - color: #464a4c; - background-color: #fff; -} - -.form-control-file, -.form-control-range { - display: block; -} - -.col-form-label { - padding-top: calc(0.5rem - 1px * 2); - padding-bottom: calc(0.5rem - 1px * 2); - margin-bottom: 0; -} - -.col-form-label-lg { - padding-top: calc(0.75rem - 1px * 2); - padding-bottom: calc(0.75rem - 1px * 2); - font-size: 1.25rem; -} - -.col-form-label-sm { - padding-top: calc(0.25rem - 1px * 2); - padding-bottom: calc(0.25rem - 1px * 2); - font-size: 0.875rem; -} - -.col-form-legend { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - margin-bottom: 0; - font-size: 1rem; -} - -.form-control-static { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - margin-bottom: 0; - line-height: 1.25; - border: solid transparent; - border-width: 1px 0; -} - -.form-control-static.form-control-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, .form-control-static.form-control-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 { - padding-right: 0; - padding-left: 0; -} - -.form-control-sm, .input-group-sm > .form-control, -.input-group-sm > .input-group-addon, -.input-group-sm > .input-group-btn > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; -} - -select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), -.input-group-sm > select.input-group-addon:not([size]):not([multiple]), -.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) { - height: 1.8125rem; -} - -.form-control-lg, .input-group-lg > .form-control, -.input-group-lg > .input-group-addon, -.input-group-lg > .input-group-btn > .btn { - padding: 0.75rem 1.5rem; - font-size: 1.25rem; - border-radius: 0.3rem; -} - -select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), -.input-group-lg > select.input-group-addon:not([size]):not([multiple]), -.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) { - height: 3.166667rem; -} - -.form-group { - margin-bottom: 1rem; -} - -.form-text { - display: block; - margin-top: 0.25rem; -} - -.form-check { - position: relative; - display: block; - margin-bottom: 0.5rem; -} - -.form-check.disabled .form-check-label { - color: #636c72; - cursor: not-allowed; -} - -.form-check-label { - padding-left: 1.25rem; - margin-bottom: 0; - cursor: pointer; -} - -.form-check-input { - position: absolute; - margin-top: 0.25rem; - margin-left: -1.25rem; -} - -.form-check-input:only-child { - position: static; -} - -.form-check-inline { - display: inline-block; -} - -.form-check-inline .form-check-label { - vertical-align: middle; -} - -.form-check-inline + .form-check-inline { - margin-left: 0.75rem; -} - -.form-control-feedback { - margin-top: 0.25rem; -} - -.form-control-success, -.form-control-warning, -.form-control-danger { - padding-right: 2.25rem; - background-repeat: no-repeat; - background-position: center right 0.5625rem; - -webkit-background-size: 1.125rem 1.125rem; - background-size: 1.125rem 1.125rem; -} - -.has-success .form-control-feedback, -.has-success .form-control-label, -.has-success .col-form-label, -.has-success .form-check-label, -.has-success .custom-control { - color: #5cb85c; -} - -.has-success .form-control { - border-color: #5cb85c; -} - -.has-success .input-group-addon { - color: #5cb85c; - border-color: #5cb85c; - background-color: #eaf6ea; -} - -.has-success .form-control-success { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); -} - -.has-warning .form-control-feedback, -.has-warning .form-control-label, -.has-warning .col-form-label, -.has-warning .form-check-label, -.has-warning .custom-control { - color: #f0ad4e; -} - -.has-warning .form-control { - border-color: #f0ad4e; -} - -.has-warning .input-group-addon { - color: #f0ad4e; - border-color: #f0ad4e; - background-color: white; -} - -.has-warning .form-control-warning { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); -} - -.has-danger .form-control-feedback, -.has-danger .form-control-label, -.has-danger .col-form-label, -.has-danger .form-check-label, -.has-danger .custom-control { - color: #d9534f; -} - -.has-danger .form-control { - border-color: #d9534f; -} - -.has-danger .input-group-addon { - color: #d9534f; - border-color: #d9534f; - background-color: #fdf7f7; -} - -.has-danger .form-control-danger { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); -} - -.form-inline { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-flow: row wrap; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -} - -.form-inline .form-check { - width: 100%; -} - -@media (min-width: 576px) { - .form-inline label { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - margin-bottom: 0; - } - .form-inline .form-group { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-flex: 0; - -webkit-flex: 0 0 auto; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - -webkit-flex-flow: row wrap; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - margin-bottom: 0; - } - .form-inline .form-control { - display: inline-block; - width: auto; - vertical-align: middle; - } - .form-inline .form-control-static { - display: inline-block; - } - .form-inline .input-group { - width: auto; - } - .form-inline .form-control-label { - margin-bottom: 0; - vertical-align: middle; - } - .form-inline .form-check { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - width: auto; - margin-top: 0; - margin-bottom: 0; - } - .form-inline .form-check-label { - padding-left: 0; - } - .form-inline .form-check-input { - position: relative; - margin-top: 0; - margin-right: 0.25rem; - margin-left: 0; - } - .form-inline .custom-control { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - padding-left: 0; - } - .form-inline .custom-control-indicator { - position: static; - display: inline-block; - margin-right: 0.25rem; - vertical-align: text-bottom; - } - .form-inline .has-feedback .form-control-feedback { - top: 0; - } -} - -.btn { - display: inline-block; - font-weight: normal; - line-height: 1.25; - text-align: center; - white-space: nowrap; - vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - padding: 0.5rem 1rem; - font-size: 1rem; - border-radius: 0.25rem; - -webkit-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; -} - -.btn:focus, .btn:hover { - text-decoration: none; -} - -.btn:focus, .btn.focus { - outline: 0; - -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25); - box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25); -} - -.btn.disabled, .btn:disabled { - cursor: not-allowed; - opacity: .65; -} - -.btn:active, .btn.active { - background-image: none; -} - -a.btn.disabled, -fieldset[disabled] a.btn { - pointer-events: none; -} - -.btn-primary { - color: #fff; - background-color: #0275d8; - border-color: #0275d8; -} - -.btn-primary:hover { - color: #fff; - background-color: #025aa5; - border-color: #01549b; -} - -.btn-primary:focus, .btn-primary.focus { - -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); - box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); -} - -.btn-primary.disabled, .btn-primary:disabled { - background-color: #0275d8; - border-color: #0275d8; -} - -.btn-primary:active, .btn-primary.active, -.show > .btn-primary.dropdown-toggle { - color: #fff; - background-color: #025aa5; - background-image: none; - border-color: #01549b; -} - -.btn-secondary { - color: #292b2c; - background-color: #fff; - border-color: #ccc; -} - -.btn-secondary:hover { - color: #292b2c; - background-color: #e6e6e6; - border-color: #adadad; -} - -.btn-secondary:focus, .btn-secondary.focus { - -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); - box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); -} - -.btn-secondary.disabled, .btn-secondary:disabled { - background-color: #fff; - border-color: #ccc; -} - -.btn-secondary:active, .btn-secondary.active, -.show > .btn-secondary.dropdown-toggle { - color: #292b2c; - background-color: #e6e6e6; - background-image: none; - border-color: #adadad; -} - -.btn-info { - color: #fff; - background-color: #5bc0de; - border-color: #5bc0de; -} - -.btn-info:hover { - color: #fff; - background-color: #31b0d5; - border-color: #2aabd2; -} - -.btn-info:focus, .btn-info.focus { - -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); - box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); -} - -.btn-info.disabled, .btn-info:disabled { - background-color: #5bc0de; - border-color: #5bc0de; -} - -.btn-info:active, .btn-info.active, -.show > .btn-info.dropdown-toggle { - color: #fff; - background-color: #31b0d5; - background-image: none; - border-color: #2aabd2; -} - -.btn-success { - color: #fff; - background-color: #5cb85c; - border-color: #5cb85c; -} - -.btn-success:hover { - color: #fff; - background-color: #449d44; - border-color: #419641; -} - -.btn-success:focus, .btn-success.focus { - -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); - box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); -} - -.btn-success.disabled, .btn-success:disabled { - background-color: #5cb85c; - border-color: #5cb85c; -} - -.btn-success:active, .btn-success.active, -.show > .btn-success.dropdown-toggle { - color: #fff; - background-color: #449d44; - background-image: none; - border-color: #419641; -} - -.btn-warning { - color: #fff; - background-color: #f0ad4e; - border-color: #f0ad4e; -} - -.btn-warning:hover { - color: #fff; - background-color: #ec971f; - border-color: #eb9316; -} - -.btn-warning:focus, .btn-warning.focus { - -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); - box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); -} - -.btn-warning.disabled, .btn-warning:disabled { - background-color: #f0ad4e; - border-color: #f0ad4e; -} - -.btn-warning:active, .btn-warning.active, -.show > .btn-warning.dropdown-toggle { - color: #fff; - background-color: #ec971f; - background-image: none; - border-color: #eb9316; -} - -.btn-danger { - color: #fff; - background-color: #d9534f; - border-color: #d9534f; -} - -.btn-danger:hover { - color: #fff; - background-color: #c9302c; - border-color: #c12e2a; -} - -.btn-danger:focus, .btn-danger.focus { - -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); - box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); -} - -.btn-danger.disabled, .btn-danger:disabled { - background-color: #d9534f; - border-color: #d9534f; -} - -.btn-danger:active, .btn-danger.active, -.show > .btn-danger.dropdown-toggle { - color: #fff; - background-color: #c9302c; - background-image: none; - border-color: #c12e2a; -} - -.btn-outline-primary { - color: #0275d8; - background-image: none; - background-color: transparent; - border-color: #0275d8; -} - -.btn-outline-primary:hover { - color: #fff; - background-color: #0275d8; - border-color: #0275d8; -} - -.btn-outline-primary:focus, .btn-outline-primary.focus { - -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); - box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5); -} - -.btn-outline-primary.disabled, .btn-outline-primary:disabled { - color: #0275d8; - background-color: transparent; -} - -.btn-outline-primary:active, .btn-outline-primary.active, -.show > .btn-outline-primary.dropdown-toggle { - color: #fff; - background-color: #0275d8; - border-color: #0275d8; -} - -.btn-outline-secondary { - color: #ccc; - background-image: none; - background-color: transparent; - border-color: #ccc; -} - -.btn-outline-secondary:hover { - color: #fff; - background-color: #ccc; - border-color: #ccc; -} - -.btn-outline-secondary:focus, .btn-outline-secondary.focus { - -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); - box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); -} - -.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { - color: #ccc; - background-color: transparent; -} - -.btn-outline-secondary:active, .btn-outline-secondary.active, -.show > .btn-outline-secondary.dropdown-toggle { - color: #fff; - background-color: #ccc; - border-color: #ccc; -} - -.btn-outline-info { - color: #5bc0de; - background-image: none; - background-color: transparent; - border-color: #5bc0de; -} - -.btn-outline-info:hover { - color: #fff; - background-color: #5bc0de; - border-color: #5bc0de; -} - -.btn-outline-info:focus, .btn-outline-info.focus { - -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); - box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); -} - -.btn-outline-info.disabled, .btn-outline-info:disabled { - color: #5bc0de; - background-color: transparent; -} - -.btn-outline-info:active, .btn-outline-info.active, -.show > .btn-outline-info.dropdown-toggle { - color: #fff; - background-color: #5bc0de; - border-color: #5bc0de; -} - -.btn-outline-success { - color: #5cb85c; - background-image: none; - background-color: transparent; - border-color: #5cb85c; -} - -.btn-outline-success:hover { - color: #fff; - background-color: #5cb85c; - border-color: #5cb85c; -} - -.btn-outline-success:focus, .btn-outline-success.focus { - -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); - box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); -} - -.btn-outline-success.disabled, .btn-outline-success:disabled { - color: #5cb85c; - background-color: transparent; -} - -.btn-outline-success:active, .btn-outline-success.active, -.show > .btn-outline-success.dropdown-toggle { - color: #fff; - background-color: #5cb85c; - border-color: #5cb85c; -} - -.btn-outline-warning { - color: #f0ad4e; - background-image: none; - background-color: transparent; - border-color: #f0ad4e; -} - -.btn-outline-warning:hover { - color: #fff; - background-color: #f0ad4e; - border-color: #f0ad4e; -} - -.btn-outline-warning:focus, .btn-outline-warning.focus { - -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); - box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); -} - -.btn-outline-warning.disabled, .btn-outline-warning:disabled { - color: #f0ad4e; - background-color: transparent; -} - -.btn-outline-warning:active, .btn-outline-warning.active, -.show > .btn-outline-warning.dropdown-toggle { - color: #fff; - background-color: #f0ad4e; - border-color: #f0ad4e; -} - -.btn-outline-danger { - color: #d9534f; - background-image: none; - background-color: transparent; - border-color: #d9534f; -} - -.btn-outline-danger:hover { - color: #fff; - background-color: #d9534f; - border-color: #d9534f; -} - -.btn-outline-danger:focus, .btn-outline-danger.focus { - -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); - box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); -} - -.btn-outline-danger.disabled, .btn-outline-danger:disabled { - color: #d9534f; - background-color: transparent; -} - -.btn-outline-danger:active, .btn-outline-danger.active, -.show > .btn-outline-danger.dropdown-toggle { - color: #fff; - background-color: #d9534f; - border-color: #d9534f; -} - -.btn-link { - font-weight: normal; - color: #0275d8; - border-radius: 0; -} - -.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled { - background-color: transparent; -} - -.btn-link, .btn-link:focus, .btn-link:active { - border-color: transparent; -} - -.btn-link:hover { - border-color: transparent; -} - -.btn-link:focus, .btn-link:hover { - color: #014c8c; - text-decoration: underline; - background-color: transparent; -} - -.btn-link:disabled { - color: #636c72; -} - -.btn-link:disabled:focus, .btn-link:disabled:hover { - text-decoration: none; -} - -.btn-lg, .btn-group-lg > .btn { - padding: 0.75rem 1.5rem; - font-size: 1.25rem; - border-radius: 0.3rem; -} - -.btn-sm, .btn-group-sm > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; -} - -.btn-block { - display: block; - width: 100%; -} - -.btn-block + .btn-block { - margin-top: 0.5rem; -} - -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.show { - opacity: 1; -} - -.collapse { - display: none; -} - -.collapse.show { - display: block; -} - -tr.collapse.show { - display: table-row; -} - -tbody.collapse.show { - display: table-row-group; -} - -.collapsing { - position: relative; - height: 0; - overflow: hidden; - -webkit-transition: height 0.35s ease; - -o-transition: height 0.35s ease; - transition: height 0.35s ease; -} - -.dropup, -.dropdown { - position: relative; -} - -.dropdown-toggle::after { - display: inline-block; - width: 0; - height: 0; - margin-left: 0.3em; - vertical-align: middle; - content: ""; - border-top: 0.3em solid; - border-right: 0.3em solid transparent; - border-left: 0.3em solid transparent; -} - -.dropdown-toggle:focus { - outline: 0; -} - -.dropup .dropdown-toggle::after { - border-top: 0; - border-bottom: 0.3em solid; -} - -.dropdown-menu { - position: absolute; - top: 100%; - left: 0; - z-index: 1000; - display: none; - float: left; - min-width: 10rem; - padding: 0.5rem 0; - margin: 0.125rem 0 0; - font-size: 1rem; - color: #292b2c; - text-align: left; - list-style: none; - background-color: #fff; - -webkit-background-clip: padding-box; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0.25rem; -} - -.dropdown-divider { - height: 1px; - margin: 0.5rem 0; - overflow: hidden; - background-color: #eceeef; -} - -.dropdown-item { - display: block; - width: 100%; - padding: 3px 1.5rem; - clear: both; - font-weight: normal; - color: #292b2c; - text-align: inherit; - white-space: nowrap; - background: none; - border: 0; -} - -.dropdown-item:focus, .dropdown-item:hover { - color: #1d1e1f; - text-decoration: none; - background-color: #f7f7f9; -} - -.dropdown-item.active, .dropdown-item:active { - color: #fff; - text-decoration: none; - background-color: #0275d8; -} - -.dropdown-item.disabled, .dropdown-item:disabled { - color: #636c72; - cursor: not-allowed; - background-color: transparent; -} - -.show > .dropdown-menu { - display: block; -} - -.show > a { - outline: 0; -} - -.dropdown-menu-right { - right: 0; - left: auto; -} - -.dropdown-menu-left { - right: auto; - left: 0; -} - -.dropdown-header { - display: block; - padding: 0.5rem 1.5rem; - margin-bottom: 0; - font-size: 0.875rem; - color: #636c72; - white-space: nowrap; -} - -.dropdown-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 990; -} - -.dropup .dropdown-menu { - top: auto; - bottom: 100%; - margin-bottom: 0.125rem; -} - -.btn-group, -.btn-group-vertical { - position: relative; - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - vertical-align: middle; -} - -.btn-group > .btn, -.btn-group-vertical > .btn { - position: relative; - -webkit-box-flex: 0; - -webkit-flex: 0 1 auto; - -ms-flex: 0 1 auto; - flex: 0 1 auto; -} - -.btn-group > .btn:hover, -.btn-group-vertical > .btn:hover { - z-index: 2; -} - -.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, -.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, -.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-left: -1px; -} - -.btn-toolbar { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: start; - -webkit-justify-content: flex-start; - -ms-flex-pack: start; - justify-content: flex-start; -} - -.btn-toolbar .input-group { - width: auto; -} - -.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 + .dropdown-toggle-split { - padding-right: 0.75rem; - padding-left: 0.75rem; -} - -.btn + .dropdown-toggle-split::after { - margin-left: 0; -} - -.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { - padding-right: 0.375rem; - padding-left: 0.375rem; -} - -.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { - padding-right: 1.125rem; - padding-left: 1.125rem; -} - -.btn-group-vertical { - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-align: start; - -webkit-align-items: flex-start; - -ms-flex-align: start; - align-items: flex-start; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; -} - -.btn-group-vertical .btn, -.btn-group-vertical .btn-group { - width: 100%; -} - -.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-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; -} - -.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; -} - -[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: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - width: 100%; -} - -.input-group .form-control { - position: relative; - z-index: 2; - -webkit-box-flex: 1; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - width: 1%; - margin-bottom: 0; -} - -.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover { - z-index: 3; -} - -.input-group-addon, -.input-group-btn, -.input-group .form-control { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; -} - -.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 { - white-space: nowrap; - vertical-align: middle; -} - -.input-group-addon { - padding: 0.5rem 0.75rem; - margin-bottom: 0; - font-size: 1rem; - font-weight: normal; - line-height: 1.25; - color: #464a4c; - text-align: center; - background-color: #eceeef; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0.25rem; -} - -.input-group-addon.form-control-sm, -.input-group-sm > .input-group-addon, -.input-group-sm > .input-group-btn > .input-group-addon.btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - border-radius: 0.2rem; -} - -.input-group-addon.form-control-lg, -.input-group-lg > .input-group-addon, -.input-group-lg > .input-group-btn > .input-group-addon.btn { - padding: 0.75rem 1.5rem; - font-size: 1.25rem; - border-radius: 0.3rem; -} - -.input-group-addon input[type="radio"], -.input-group-addon input[type="checkbox"] { - margin-top: 0; -} - -.input-group .form-control:not(:last-child), -.input-group-addon:not(:last-child), -.input-group-btn:not(:last-child) > .btn, -.input-group-btn:not(:last-child) > .btn-group > .btn, -.input-group-btn:not(:last-child) > .dropdown-toggle, -.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), -.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn { - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} - -.input-group-addon:not(:last-child) { - border-right: 0; -} - -.input-group .form-control:not(:first-child), -.input-group-addon:not(:first-child), -.input-group-btn:not(:first-child) > .btn, -.input-group-btn:not(:first-child) > .btn-group > .btn, -.input-group-btn:not(:first-child) > .dropdown-toggle, -.input-group-btn:not(:last-child) > .btn:not(:first-child), -.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} - -.form-control + .input-group-addon:not(:first-child) { - border-left: 0; -} - -.input-group-btn { - position: relative; - font-size: 0; - white-space: nowrap; -} - -.input-group-btn > .btn { - position: relative; - -webkit-box-flex: 1; - -webkit-flex: 1 1 0%; - -ms-flex: 1 1 0%; - flex: 1 1 0%; -} - -.input-group-btn > .btn + .btn { - margin-left: -1px; -} - -.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover { - z-index: 3; -} - -.input-group-btn:not(:last-child) > .btn, -.input-group-btn:not(:last-child) > .btn-group { - margin-right: -1px; -} - -.input-group-btn:not(:first-child) > .btn, -.input-group-btn:not(:first-child) > .btn-group { - z-index: 2; - margin-left: -1px; -} - -.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover, -.input-group-btn:not(:first-child) > .btn-group:focus, -.input-group-btn:not(:first-child) > .btn-group:active, -.input-group-btn:not(:first-child) > .btn-group:hover { - z-index: 3; -} - -.custom-control { - position: relative; - display: -webkit-inline-box; - display: -webkit-inline-flex; - display: -ms-inline-flexbox; - display: inline-flex; - min-height: 1.5rem; - padding-left: 1.5rem; - margin-right: 1rem; - cursor: pointer; -} - -.custom-control-input { - position: absolute; - z-index: -1; - opacity: 0; -} - -.custom-control-input:checked ~ .custom-control-indicator { - color: #fff; - background-color: #0275d8; -} - -.custom-control-input:focus ~ .custom-control-indicator { - -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8; - box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8; -} - -.custom-control-input:active ~ .custom-control-indicator { - color: #fff; - background-color: #8fcafe; -} - -.custom-control-input:disabled ~ .custom-control-indicator { - cursor: not-allowed; - background-color: #eceeef; -} - -.custom-control-input:disabled ~ .custom-control-description { - color: #636c72; - cursor: not-allowed; -} - -.custom-control-indicator { - position: absolute; - top: 0.25rem; - left: 0; - display: block; - width: 1rem; - height: 1rem; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - background-color: #ddd; - background-repeat: no-repeat; - background-position: center center; - -webkit-background-size: 50% 50%; - background-size: 50% 50%; -} - -.custom-checkbox .custom-control-indicator { - border-radius: 0.25rem; -} - -.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); -} - -.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator { - background-color: #0275d8; - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); -} - -.custom-radio .custom-control-indicator { - border-radius: 50%; -} - -.custom-radio .custom-control-input:checked ~ .custom-control-indicator { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); -} - -.custom-controls-stacked { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; -} - -.custom-controls-stacked .custom-control { - margin-bottom: 0.25rem; -} - -.custom-controls-stacked .custom-control + .custom-control { - margin-left: 0; -} - -.custom-select { - display: inline-block; - max-width: 100%; - height: calc(2.25rem + 2px); - padding: 0.375rem 1.75rem 0.375rem 0.75rem; - line-height: 1.25; - color: #464a4c; - vertical-align: middle; - background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; - -webkit-background-size: 8px 10px; - background-size: 8px 10px; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0.25rem; - -moz-appearance: none; - -webkit-appearance: none; -} - -.custom-select:focus { - border-color: #5cb3fd; - outline: none; -} - -.custom-select:focus::-ms-value { - color: #464a4c; - background-color: #fff; -} - -.custom-select:disabled { - color: #636c72; - cursor: not-allowed; - background-color: #eceeef; -} - -.custom-select::-ms-expand { - opacity: 0; -} - -.custom-select-sm { - padding-top: 0.375rem; - padding-bottom: 0.375rem; - font-size: 75%; -} - -.custom-file { - position: relative; - display: inline-block; - max-width: 100%; - height: 2.5rem; - margin-bottom: 0; - cursor: pointer; -} - -.custom-file-input { - min-width: 14rem; - max-width: 100%; - height: 2.5rem; - margin: 0; - filter: alpha(opacity=0); - opacity: 0; -} - -.custom-file-control { - position: absolute; - top: 0; - right: 0; - left: 0; - z-index: 5; - height: 2.5rem; - padding: 0.5rem 1rem; - line-height: 1.5; - color: #464a4c; - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0.25rem; -} - -.custom-file-control:lang(en)::after { - content: "Choose file..."; -} - -.custom-file-control::before { - position: absolute; - top: -1px; - right: -1px; - bottom: -1px; - z-index: 6; - display: block; - height: 2.5rem; - padding: 0.5rem 1rem; - line-height: 1.5; - color: #464a4c; - background-color: #eceeef; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0 0.25rem 0.25rem 0; -} - -.custom-file-control:lang(en)::before { - content: "Browse"; -} - -.nav { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - padding-left: 0; - margin-bottom: 0; - list-style: none; -} - -.nav-link { - display: block; - padding: 0.5em 1em; -} - -.nav-link:focus, .nav-link:hover { - text-decoration: none; -} - -.nav-link.disabled { - color: #636c72; - cursor: not-allowed; -} - -.nav-tabs { - border-bottom: 1px solid #ddd; -} - -.nav-tabs .nav-item { - margin-bottom: -1px; -} - -.nav-tabs .nav-link { - border: 1px solid transparent; - border-top-right-radius: 0.25rem; - border-top-left-radius: 0.25rem; -} - -.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { - border-color: #eceeef #eceeef #ddd; -} - -.nav-tabs .nav-link.disabled { - color: #636c72; - background-color: transparent; - border-color: transparent; -} - -.nav-tabs .nav-link.active, -.nav-tabs .nav-item.show .nav-link { - color: #464a4c; - background-color: #fff; - border-color: #ddd #ddd #fff; -} - -.nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-right-radius: 0; - border-top-left-radius: 0; -} - -.nav-pills .nav-link { - border-radius: 0.25rem; -} - -.nav-pills .nav-link.active, -.nav-pills .nav-item.show .nav-link { - color: #fff; - cursor: default; - background-color: #0275d8; -} - -.nav-fill .nav-item { - -webkit-box-flex: 1; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - text-align: center; -} - -.nav-justified .nav-item { - -webkit-box-flex: 1; - -webkit-flex: 1 1 100%; - -ms-flex: 1 1 100%; - flex: 1 1 100%; - text-align: center; -} - -.tab-content > .tab-pane { - display: none; -} - -.tab-content > .active { - display: block; -} - -.navbar { - position: relative; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - padding: 0.5rem 1rem; -} - -.navbar-brand { - display: inline-block; - padding-top: .25rem; - padding-bottom: .25rem; - margin-right: 1rem; - font-size: 1.25rem; - line-height: inherit; - white-space: nowrap; -} - -.navbar-brand:focus, .navbar-brand:hover { - text-decoration: none; -} - -.navbar-nav { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; - list-style: none; -} - -.navbar-nav .nav-link { - padding-right: 0; - padding-left: 0; -} - -.navbar-text { - display: inline-block; - padding-top: .425rem; - padding-bottom: .425rem; -} - -.navbar-toggler { - -webkit-align-self: flex-start; - -ms-flex-item-align: start; - align-self: flex-start; - padding: 0.25rem 0.75rem; - font-size: 1.25rem; - line-height: 1; - background: transparent; - border: 1px solid transparent; - border-radius: 0.25rem; -} - -.navbar-toggler:focus, .navbar-toggler:hover { - text-decoration: none; -} - -.navbar-toggler-icon { - display: inline-block; - width: 1.5em; - height: 1.5em; - vertical-align: middle; - content: ""; - background: no-repeat center center; - -webkit-background-size: 100% 100%; - background-size: 100% 100%; -} - -.navbar-toggler-left { - position: absolute; - left: 1rem; -} - -.navbar-toggler-right { - position: absolute; - right: 1rem; -} - -@media (max-width: 575px) { - .navbar-toggleable .navbar-nav .dropdown-menu { - position: static; - float: none; - } - .navbar-toggleable > .container { - padding-right: 0; - padding-left: 0; - } -} - -@media (min-width: 576px) { - .navbar-toggleable { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - } - .navbar-toggleable .navbar-nav { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - } - .navbar-toggleable .navbar-nav .nav-link { - padding-right: .5rem; - padding-left: .5rem; - } - .navbar-toggleable > .container { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - } - .navbar-toggleable .navbar-collapse { - display: -webkit-box !important; - display: -webkit-flex !important; - display: -ms-flexbox !important; - display: flex !important; - width: 100%; - } - .navbar-toggleable .navbar-toggler { - display: none; - } -} - -@media (max-width: 767px) { - .navbar-toggleable-sm .navbar-nav .dropdown-menu { - position: static; - float: none; - } - .navbar-toggleable-sm > .container { - padding-right: 0; - padding-left: 0; - } -} - -@media (min-width: 768px) { - .navbar-toggleable-sm { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - } - .navbar-toggleable-sm .navbar-nav { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - } - .navbar-toggleable-sm .navbar-nav .nav-link { - padding-right: .5rem; - padding-left: .5rem; - } - .navbar-toggleable-sm > .container { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - } - .navbar-toggleable-sm .navbar-collapse { - display: -webkit-box !important; - display: -webkit-flex !important; - display: -ms-flexbox !important; - display: flex !important; - width: 100%; - } - .navbar-toggleable-sm .navbar-toggler { - display: none; - } -} - -@media (max-width: 991px) { - .navbar-toggleable-md .navbar-nav .dropdown-menu { - position: static; - float: none; - } - .navbar-toggleable-md > .container { - padding-right: 0; - padding-left: 0; - } -} - -@media (min-width: 992px) { - .navbar-toggleable-md { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - } - .navbar-toggleable-md .navbar-nav { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - } - .navbar-toggleable-md .navbar-nav .nav-link { - padding-right: .5rem; - padding-left: .5rem; - } - .navbar-toggleable-md > .container { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - } - .navbar-toggleable-md .navbar-collapse { - display: -webkit-box !important; - display: -webkit-flex !important; - display: -ms-flexbox !important; - display: flex !important; - width: 100%; - } - .navbar-toggleable-md .navbar-toggler { - display: none; - } -} - -@media (max-width: 1199px) { - .navbar-toggleable-lg .navbar-nav .dropdown-menu { - position: static; - float: none; - } - .navbar-toggleable-lg > .container { - padding-right: 0; - padding-left: 0; - } -} - -@media (min-width: 1200px) { - .navbar-toggleable-lg { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - } - .navbar-toggleable-lg .navbar-nav { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - } - .navbar-toggleable-lg .navbar-nav .nav-link { - padding-right: .5rem; - padding-left: .5rem; - } - .navbar-toggleable-lg > .container { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - } - .navbar-toggleable-lg .navbar-collapse { - display: -webkit-box !important; - display: -webkit-flex !important; - display: -ms-flexbox !important; - display: flex !important; - width: 100%; - } - .navbar-toggleable-lg .navbar-toggler { - display: none; - } -} - -.navbar-toggleable-xl { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -} - -.navbar-toggleable-xl .navbar-nav .dropdown-menu { - position: static; - float: none; -} - -.navbar-toggleable-xl > .container { - padding-right: 0; - padding-left: 0; -} - -.navbar-toggleable-xl .navbar-nav { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; - -ms-flex-direction: row; - flex-direction: row; -} - -.navbar-toggleable-xl .navbar-nav .nav-link { - padding-right: .5rem; - padding-left: .5rem; -} - -.navbar-toggleable-xl > .container { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-wrap: nowrap; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; -} - -.navbar-toggleable-xl .navbar-collapse { - display: -webkit-box !important; - display: -webkit-flex !important; - display: -ms-flexbox !important; - display: flex !important; - width: 100%; -} - -.navbar-toggleable-xl .navbar-toggler { - display: none; -} - -.navbar-light .navbar-brand, -.navbar-light .navbar-toggler { - color: rgba(0, 0, 0, 0.9); -} - -.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, -.navbar-light .navbar-toggler:focus, -.navbar-light .navbar-toggler:hover { - color: rgba(0, 0, 0, 0.9); -} - -.navbar-light .navbar-nav .nav-link { - color: rgba(0, 0, 0, 0.5); -} - -.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { - color: rgba(0, 0, 0, 0.7); -} - -.navbar-light .navbar-nav .nav-link.disabled { - color: rgba(0, 0, 0, 0.3); -} - -.navbar-light .navbar-nav .open > .nav-link, -.navbar-light .navbar-nav .active > .nav-link, -.navbar-light .navbar-nav .nav-link.open, -.navbar-light .navbar-nav .nav-link.active { - color: rgba(0, 0, 0, 0.9); -} - -.navbar-light .navbar-toggler { - border-color: rgba(0, 0, 0, 0.1); -} - -.navbar-light .navbar-toggler-icon { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); -} - -.navbar-light .navbar-text { - color: rgba(0, 0, 0, 0.5); -} - -.navbar-inverse .navbar-brand, -.navbar-inverse .navbar-toggler { - color: white; -} - -.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, -.navbar-inverse .navbar-toggler:focus, -.navbar-inverse .navbar-toggler:hover { - color: white; -} - -.navbar-inverse .navbar-nav .nav-link { - color: rgba(255, 255, 255, 0.5); -} - -.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover { - color: rgba(255, 255, 255, 0.75); -} - -.navbar-inverse .navbar-nav .nav-link.disabled { - color: rgba(255, 255, 255, 0.25); -} - -.navbar-inverse .navbar-nav .open > .nav-link, -.navbar-inverse .navbar-nav .active > .nav-link, -.navbar-inverse .navbar-nav .nav-link.open, -.navbar-inverse .navbar-nav .nav-link.active { - color: white; -} - -.navbar-inverse .navbar-toggler { - border-color: rgba(255, 255, 255, 0.1); -} - -.navbar-inverse .navbar-toggler-icon { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); -} - -.navbar-inverse .navbar-text { - color: rgba(255, 255, 255, 0.5); -} - -.card { - position: relative; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.125); - border-radius: 0.25rem; -} - -.card-block { - -webkit-box-flex: 1; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - padding: 1.25rem; -} - -.card-title { - margin-bottom: 0.75rem; -} - -.card-subtitle { - margin-top: -0.375rem; - margin-bottom: 0; -} - -.card-text:last-child { - margin-bottom: 0; -} - -.card-link:hover { - text-decoration: none; -} - -.card-link + .card-link { - margin-left: 1.25rem; -} - -.card > .list-group:first-child .list-group-item:first-child { - border-top-right-radius: 0.25rem; - border-top-left-radius: 0.25rem; -} - -.card > .list-group:last-child .list-group-item:last-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - -.card-header { - padding: 0.75rem 1.25rem; - margin-bottom: 0; - background-color: #f7f7f9; - border-bottom: 1px solid rgba(0, 0, 0, 0.125); -} - -.card-header:first-child { - border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; -} - -.card-footer { - padding: 0.75rem 1.25rem; - background-color: #f7f7f9; - border-top: 1px solid rgba(0, 0, 0, 0.125); -} - -.card-footer:last-child { - border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); -} - -.card-header-tabs { - margin-right: -0.625rem; - margin-bottom: -0.75rem; - margin-left: -0.625rem; - border-bottom: 0; -} - -.card-header-pills { - margin-right: -0.625rem; - margin-left: -0.625rem; -} - -.card-primary { - background-color: #0275d8; - border-color: #0275d8; -} - -.card-primary .card-header, -.card-primary .card-footer { - background-color: transparent; -} - -.card-success { - background-color: #5cb85c; - border-color: #5cb85c; -} - -.card-success .card-header, -.card-success .card-footer { - background-color: transparent; -} - -.card-info { - background-color: #5bc0de; - border-color: #5bc0de; -} - -.card-info .card-header, -.card-info .card-footer { - background-color: transparent; -} - -.card-warning { - background-color: #f0ad4e; - border-color: #f0ad4e; -} - -.card-warning .card-header, -.card-warning .card-footer { - background-color: transparent; -} - -.card-danger { - background-color: #d9534f; - border-color: #d9534f; -} - -.card-danger .card-header, -.card-danger .card-footer { - background-color: transparent; -} - -.card-outline-primary { - background-color: transparent; - border-color: #0275d8; -} - -.card-outline-secondary { - background-color: transparent; - border-color: #ccc; -} - -.card-outline-info { - background-color: transparent; - border-color: #5bc0de; -} - -.card-outline-success { - background-color: transparent; - border-color: #5cb85c; -} - -.card-outline-warning { - background-color: transparent; - border-color: #f0ad4e; -} - -.card-outline-danger { - background-color: transparent; - border-color: #d9534f; -} - -.card-inverse { - color: rgba(255, 255, 255, 0.65); -} - -.card-inverse .card-header, -.card-inverse .card-footer { - background-color: transparent; - border-color: rgba(255, 255, 255, 0.2); -} - -.card-inverse .card-header, -.card-inverse .card-footer, -.card-inverse .card-title, -.card-inverse .card-blockquote { - color: #fff; -} - -.card-inverse .card-link, -.card-inverse .card-text, -.card-inverse .card-subtitle, -.card-inverse .card-blockquote .blockquote-footer { - color: rgba(255, 255, 255, 0.65); -} - -.card-inverse .card-link:focus, .card-inverse .card-link:hover { - color: #fff; -} - -.card-blockquote { - padding: 0; - margin-bottom: 0; - border-left: 0; -} - -.card-img { - border-radius: calc(0.25rem - 1px); -} - -.card-img-overlay { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - padding: 1.25rem; -} - -.card-img-top { - border-top-right-radius: calc(0.25rem - 1px); - border-top-left-radius: calc(0.25rem - 1px); -} - -.card-img-bottom { - border-bottom-right-radius: calc(0.25rem - 1px); - border-bottom-left-radius: calc(0.25rem - 1px); -} - -@media (min-width: 576px) { - .card-deck { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-flow: row wrap; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - } - .card-deck .card { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-flex: 1; - -webkit-flex: 1 0 0%; - -ms-flex: 1 0 0%; - flex: 1 0 0%; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - } - .card-deck .card:not(:first-child) { - margin-left: 15px; - } - .card-deck .card:not(:last-child) { - margin-right: 15px; - } -} - -@media (min-width: 576px) { - .card-group { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-flow: row wrap; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - } - .card-group .card { - -webkit-box-flex: 1; - -webkit-flex: 1 0 0%; - -ms-flex: 1 0 0%; - flex: 1 0 0%; - } - .card-group .card + .card { - margin-left: 0; - border-left: 0; - } - .card-group .card:first-child { - border-bottom-right-radius: 0; - border-top-right-radius: 0; - } - .card-group .card:first-child .card-img-top { - border-top-right-radius: 0; - } - .card-group .card:first-child .card-img-bottom { - border-bottom-right-radius: 0; - } - .card-group .card:last-child { - border-bottom-left-radius: 0; - border-top-left-radius: 0; - } - .card-group .card:last-child .card-img-top { - border-top-left-radius: 0; - } - .card-group .card:last-child .card-img-bottom { - border-bottom-left-radius: 0; - } - .card-group .card:not(:first-child):not(:last-child) { - border-radius: 0; - } - .card-group .card:not(:first-child):not(:last-child) .card-img-top, - .card-group .card:not(:first-child):not(:last-child) .card-img-bottom { - border-radius: 0; - } -} - -@media (min-width: 576px) { - .card-columns { - -webkit-column-count: 3; - -moz-column-count: 3; - column-count: 3; - -webkit-column-gap: 1.25rem; - -moz-column-gap: 1.25rem; - column-gap: 1.25rem; - } - .card-columns .card { - display: inline-block; - width: 100%; - margin-bottom: 0.75rem; - } -} - -.breadcrumb { - padding: 0.75rem 1rem; - margin-bottom: 1rem; - list-style: none; - background-color: #eceeef; - border-radius: 0.25rem; -} - -.breadcrumb::after { - display: block; - content: ""; - clear: both; -} - -.breadcrumb-item { - float: left; -} - -.breadcrumb-item + .breadcrumb-item::before { - display: inline-block; - padding-right: 0.5rem; - padding-left: 0.5rem; - color: #636c72; - content: "/"; -} - -.breadcrumb-item + .breadcrumb-item:hover::before { - text-decoration: underline; -} - -.breadcrumb-item + .breadcrumb-item:hover::before { - text-decoration: none; -} - -.breadcrumb-item.active { - color: #636c72; -} - -.pagination { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - padding-left: 0; - list-style: none; - border-radius: 0.25rem; -} - -.page-item:first-child .page-link { - margin-left: 0; - border-bottom-left-radius: 0.25rem; - border-top-left-radius: 0.25rem; -} - -.page-item:last-child .page-link { - border-bottom-right-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} - -.page-item.active .page-link { - z-index: 2; - color: #fff; - background-color: #0275d8; - border-color: #0275d8; -} - -.page-item.disabled .page-link { - color: #636c72; - pointer-events: none; - cursor: not-allowed; - background-color: #fff; - border-color: #ddd; -} - -.page-link { - position: relative; - display: block; - padding: 0.5rem 0.75rem; - margin-left: -1px; - line-height: 1.25; - color: #0275d8; - background-color: #fff; - border: 1px solid #ddd; -} - -.page-link:focus, .page-link:hover { - color: #014c8c; - text-decoration: none; - background-color: #eceeef; - border-color: #ddd; -} - -.pagination-lg .page-link { - padding: 0.75rem 1.5rem; - font-size: 1.25rem; -} - -.pagination-lg .page-item:first-child .page-link { - border-bottom-left-radius: 0.3rem; - border-top-left-radius: 0.3rem; -} - -.pagination-lg .page-item:last-child .page-link { - border-bottom-right-radius: 0.3rem; - border-top-right-radius: 0.3rem; -} - -.pagination-sm .page-link { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; -} - -.pagination-sm .page-item:first-child .page-link { - border-bottom-left-radius: 0.2rem; - border-top-left-radius: 0.2rem; -} - -.pagination-sm .page-item:last-child .page-link { - border-bottom-right-radius: 0.2rem; - border-top-right-radius: 0.2rem; -} - -.badge { - display: inline-block; - padding: 0.25em 0.4em; - font-size: 75%; - font-weight: bold; - line-height: 1; - color: #fff; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: 0.25rem; -} - -.badge:empty { - display: none; -} - -.btn .badge { - position: relative; - top: -1px; -} - -a.badge:focus, a.badge:hover { - color: #fff; - text-decoration: none; - cursor: pointer; -} - -.badge-pill { - padding-right: 0.6em; - padding-left: 0.6em; - border-radius: 10rem; -} - -.badge-default { - background-color: #636c72; -} - -.badge-default[href]:focus, .badge-default[href]:hover { - background-color: #4b5257; -} - -.badge-primary { - background-color: #0275d8; -} - -.badge-primary[href]:focus, .badge-primary[href]:hover { - background-color: #025aa5; -} - -.badge-success { - background-color: #5cb85c; -} - -.badge-success[href]:focus, .badge-success[href]:hover { - background-color: #449d44; -} - -.badge-info { - background-color: #5bc0de; -} - -.badge-info[href]:focus, .badge-info[href]:hover { - background-color: #31b0d5; -} - -.badge-warning { - background-color: #f0ad4e; -} - -.badge-warning[href]:focus, .badge-warning[href]:hover { - background-color: #ec971f; -} - -.badge-danger { - background-color: #d9534f; -} - -.badge-danger[href]:focus, .badge-danger[href]:hover { - background-color: #c9302c; -} - -.jumbotron { - padding: 2rem 1rem; - margin-bottom: 2rem; - background-color: #eceeef; - border-radius: 0.3rem; -} - -@media (min-width: 576px) { - .jumbotron { - padding: 4rem 2rem; - } -} - -.jumbotron-hr { - border-top-color: #d0d5d8; -} - -.jumbotron-fluid { - padding-right: 0; - padding-left: 0; - border-radius: 0; -} - -.alert { - padding: 0.75rem 1.25rem; - margin-bottom: 1rem; - border: 1px solid transparent; - border-radius: 0.25rem; -} - -.alert-heading { - color: inherit; -} - -.alert-link { - font-weight: bold; -} - -.alert-dismissible .close { - position: relative; - top: -0.75rem; - right: -1.25rem; - padding: 0.75rem 1.25rem; - color: inherit; -} - -.alert-success { - background-color: #dff0d8; - border-color: #d0e9c6; - color: #3c763d; -} - -.alert-success hr { - border-top-color: #c1e2b3; -} - -.alert-success .alert-link { - color: #2b542c; -} - -.alert-info { - background-color: #d9edf7; - border-color: #bcdff1; - color: #31708f; -} - -.alert-info hr { - border-top-color: #a6d5ec; -} - -.alert-info .alert-link { - color: #245269; -} - -.alert-warning { - background-color: #fcf8e3; - border-color: #faf2cc; - color: #8a6d3b; -} - -.alert-warning hr { - border-top-color: #f7ecb5; -} - -.alert-warning .alert-link { - color: #66512c; -} - -.alert-danger { - background-color: #f2dede; - border-color: #ebcccc; - color: #a94442; -} - -.alert-danger hr { - border-top-color: #e4b9b9; -} - -.alert-danger .alert-link { - color: #843534; -} - -@-webkit-keyframes progress-bar-stripes { - from { - background-position: 1rem 0; - } - to { - background-position: 0 0; - } -} - -@-o-keyframes progress-bar-stripes { - from { - background-position: 1rem 0; - } - to { - background-position: 0 0; - } -} - -@keyframes progress-bar-stripes { - from { - background-position: 1rem 0; - } - to { - background-position: 0 0; - } -} - -.progress { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - overflow: hidden; - font-size: 0.75rem; - line-height: 1rem; - text-align: center; - background-color: #eceeef; - border-radius: 0.25rem; -} - -.progress-bar { - height: 1rem; - color: #fff; - background-color: #0275d8; -} - -.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); - -webkit-background-size: 1rem 1rem; - background-size: 1rem 1rem; -} - -.progress-bar-animated { - -webkit-animation: progress-bar-stripes 1s linear infinite; - -o-animation: progress-bar-stripes 1s linear infinite; - animation: progress-bar-stripes 1s linear infinite; -} - -.media { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-align: start; - -webkit-align-items: flex-start; - -ms-flex-align: start; - align-items: flex-start; -} - -.media-body { - -webkit-box-flex: 1; - -webkit-flex: 1 1 0%; - -ms-flex: 1 1 0%; - flex: 1 1 0%; -} - -.list-group { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; -} - -.list-group-item-action { - width: 100%; - color: #464a4c; - text-align: inherit; -} - -.list-group-item-action .list-group-item-heading { - color: #292b2c; -} - -.list-group-item-action:focus, .list-group-item-action:hover { - color: #464a4c; - text-decoration: none; - background-color: #f7f7f9; -} - -.list-group-item-action:active { - color: #292b2c; - background-color: #eceeef; -} - -.list-group-item { - position: relative; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-flex-flow: row wrap; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - padding: 0.75rem 1.25rem; - margin-bottom: -1px; - background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.125); -} - -.list-group-item:first-child { - border-top-right-radius: 0.25rem; - border-top-left-radius: 0.25rem; -} - -.list-group-item:last-child { - margin-bottom: 0; - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - -.list-group-item:focus, .list-group-item:hover { - text-decoration: none; -} - -.list-group-item.disabled, .list-group-item:disabled { - color: #636c72; - cursor: not-allowed; - background-color: #fff; -} - -.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading { - color: inherit; -} - -.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text { - color: #636c72; -} - -.list-group-item.active { - z-index: 2; - color: #fff; - background-color: #0275d8; - border-color: #0275d8; -} - -.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 { - color: inherit; -} - -.list-group-item.active .list-group-item-text { - color: #daeeff; -} - -.list-group-flush .list-group-item { - border-right: 0; - border-left: 0; - border-radius: 0; -} - -.list-group-flush:first-child .list-group-item:first-child { - border-top: 0; -} - -.list-group-flush:last-child .list-group-item:last-child { - border-bottom: 0; -} - -.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:focus, a.list-group-item-success:hover, -button.list-group-item-success:focus, -button.list-group-item-success:hover { - color: #3c763d; - background-color: #d0e9c6; -} - -a.list-group-item-success.active, -button.list-group-item-success.active { - 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:focus, a.list-group-item-info:hover, -button.list-group-item-info:focus, -button.list-group-item-info:hover { - color: #31708f; - background-color: #c4e3f3; -} - -a.list-group-item-info.active, -button.list-group-item-info.active { - 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:focus, a.list-group-item-warning:hover, -button.list-group-item-warning:focus, -button.list-group-item-warning:hover { - color: #8a6d3b; - background-color: #faf2cc; -} - -a.list-group-item-warning.active, -button.list-group-item-warning.active { - 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:focus, a.list-group-item-danger:hover, -button.list-group-item-danger:focus, -button.list-group-item-danger:hover { - color: #a94442; - background-color: #ebcccc; -} - -a.list-group-item-danger.active, -button.list-group-item-danger.active { - color: #fff; - background-color: #a94442; - border-color: #a94442; -} - -.embed-responsive { - position: relative; - display: block; - width: 100%; - padding: 0; - overflow: hidden; -} - -.embed-responsive::before { - display: block; - content: ""; -} - -.embed-responsive .embed-responsive-item, -.embed-responsive iframe, -.embed-responsive embed, -.embed-responsive object, -.embed-responsive video { - position: absolute; - top: 0; - bottom: 0; - left: 0; - width: 100%; - height: 100%; - border: 0; -} - -.embed-responsive-21by9::before { - padding-top: 42.857143%; -} - -.embed-responsive-16by9::before { - padding-top: 56.25%; -} - -.embed-responsive-4by3::before { - padding-top: 75%; -} - -.embed-responsive-1by1::before { - padding-top: 100%; -} - -.close { - float: right; - font-size: 1.5rem; - font-weight: bold; - line-height: 1; - color: #000; - text-shadow: 0 1px 0 #fff; - opacity: .5; -} - -.close:focus, .close:hover { - color: #000; - text-decoration: none; - cursor: pointer; - opacity: .75; -} - -button.close { - padding: 0; - cursor: pointer; - background: transparent; - border: 0; - -webkit-appearance: none; -} - -.modal-open { - overflow: hidden; -} - -.modal { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1050; - display: none; - overflow: hidden; - outline: 0; -} - -.modal.fade .modal-dialog { - -webkit-transition: -webkit-transform 0.3s ease-out; - transition: -webkit-transform 0.3s ease-out; - -o-transition: -o-transform 0.3s ease-out; - transition: transform 0.3s ease-out; - transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out; - -webkit-transform: translate(0, -25%); - -o-transform: translate(0, -25%); - transform: translate(0, -25%); -} - -.modal.show .modal-dialog { - -webkit-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; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -webkit-flex-direction: column; - -ms-flex-direction: column; - flex-direction: column; - background-color: #fff; - -webkit-background-clip: padding-box; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; - outline: 0; -} - -.modal-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1040; - background-color: #000; -} - -.modal-backdrop.fade { - opacity: 0; -} - -.modal-backdrop.show { - opacity: 0.5; -} - -.modal-header { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: justify; - -webkit-justify-content: space-between; - -ms-flex-pack: justify; - justify-content: space-between; - padding: 15px; - border-bottom: 1px solid #eceeef; -} - -.modal-title { - margin-bottom: 0; - line-height: 1.5; -} - -.modal-body { - position: relative; - -webkit-box-flex: 1; - -webkit-flex: 1 1 auto; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - padding: 15px; -} - -.modal-footer { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: end; - -webkit-justify-content: flex-end; - -ms-flex-pack: end; - justify-content: flex-end; - padding: 15px; - border-top: 1px solid #eceeef; -} - -.modal-footer > :not(:first-child) { - margin-left: .25rem; -} - -.modal-footer > :not(:last-child) { - margin-right: .25rem; -} - -.modal-scrollbar-measure { - position: absolute; - top: -9999px; - width: 50px; - height: 50px; - overflow: scroll; -} - -@media (min-width: 576px) { - .modal-dialog { - max-width: 500px; - margin: 30px auto; - } - .modal-sm { - max-width: 300px; - } -} - -@media (min-width: 992px) { - .modal-lg { - max-width: 800px; - } -} - -.tooltip { - position: absolute; - z-index: 1070; - display: block; - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; - font-style: normal; - font-weight: normal; - letter-spacing: normal; - line-break: auto; - line-height: 1.5; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - white-space: normal; - word-break: normal; - word-spacing: normal; - font-size: 0.875rem; - word-wrap: break-word; - opacity: 0; -} - -.tooltip.show { - opacity: 0.9; -} - -.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom { - padding: 5px 0; - margin-top: -3px; -} - -.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before { - bottom: 0; - left: 50%; - margin-left: -5px; - content: ""; - border-width: 5px 5px 0; - border-top-color: #000; -} - -.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left { - padding: 0 5px; - margin-left: 3px; -} - -.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before { - top: 50%; - left: 0; - margin-top: -5px; - content: ""; - border-width: 5px 5px 5px 0; - border-right-color: #000; -} - -.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top { - padding: 5px 0; - margin-top: 3px; -} - -.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before { - top: 0; - left: 50%; - margin-left: -5px; - content: ""; - border-width: 0 5px 5px; - border-bottom-color: #000; -} - -.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right { - padding: 0 5px; - margin-left: -3px; -} - -.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before { - top: 50%; - right: 0; - margin-top: -5px; - content: ""; - border-width: 5px 0 5px 5px; - border-left-color: #000; -} - -.tooltip-inner { - max-width: 200px; - padding: 3px 8px; - color: #fff; - text-align: center; - background-color: #000; - border-radius: 0.25rem; -} - -.tooltip-inner::before { - position: absolute; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} - -.popover { - position: absolute; - top: 0; - left: 0; - z-index: 1060; - display: block; - max-width: 276px; - padding: 1px; - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; - font-style: normal; - font-weight: normal; - letter-spacing: normal; - line-break: auto; - line-height: 1.5; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - white-space: normal; - word-break: normal; - word-spacing: normal; - font-size: 0.875rem; - word-wrap: break-word; - background-color: #fff; - -webkit-background-clip: padding-box; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; -} - -.popover.popover-top, .popover.bs-tether-element-attached-bottom { - margin-top: -10px; -} - -.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after { - left: 50%; - border-bottom-width: 0; -} - -.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before { - bottom: -11px; - margin-left: -11px; - border-top-color: rgba(0, 0, 0, 0.25); -} - -.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after { - bottom: -10px; - margin-left: -10px; - border-top-color: #fff; -} - -.popover.popover-right, .popover.bs-tether-element-attached-left { - margin-left: 10px; -} - -.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after { - top: 50%; - border-left-width: 0; -} - -.popover.popover-right::before, .popover.bs-tether-element-attached-left::before { - left: -11px; - margin-top: -11px; - border-right-color: rgba(0, 0, 0, 0.25); -} - -.popover.popover-right::after, .popover.bs-tether-element-attached-left::after { - left: -10px; - margin-top: -10px; - border-right-color: #fff; -} - -.popover.popover-bottom, .popover.bs-tether-element-attached-top { - margin-top: 10px; -} - -.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after { - left: 50%; - border-top-width: 0; -} - -.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before { - top: -11px; - margin-left: -11px; - border-bottom-color: rgba(0, 0, 0, 0.25); -} - -.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after { - top: -10px; - margin-left: -10px; - border-bottom-color: #f7f7f7; -} - -.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before { - position: absolute; - top: 0; - left: 50%; - display: block; - width: 20px; - margin-left: -10px; - content: ""; - border-bottom: 1px solid #f7f7f7; -} - -.popover.popover-left, .popover.bs-tether-element-attached-right { - margin-left: -10px; -} - -.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after { - top: 50%; - border-right-width: 0; -} - -.popover.popover-left::before, .popover.bs-tether-element-attached-right::before { - right: -11px; - margin-top: -11px; - border-left-color: rgba(0, 0, 0, 0.25); -} - -.popover.popover-left::after, .popover.bs-tether-element-attached-right::after { - right: -10px; - margin-top: -10px; - border-left-color: #fff; -} - -.popover-title { - padding: 8px 14px; - margin-bottom: 0; - font-size: 1rem; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; - border-top-right-radius: calc(0.3rem - 1px); - border-top-left-radius: calc(0.3rem - 1px); -} - -.popover-title:empty { - display: none; -} - -.popover-content { - padding: 9px 14px; -} - -.popover::before, -.popover::after { - position: absolute; - display: block; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} - -.popover::before { - content: ""; - border-width: 11px; -} - -.popover::after { - content: ""; - border-width: 10px; -} - -.carousel { - position: relative; -} - -.carousel-inner { - position: relative; - width: 100%; - overflow: hidden; -} - -.carousel-item { - position: relative; - display: none; - width: 100%; -} - -@media (-webkit-transform-3d) { - .carousel-item { - -webkit-transition: -webkit-transform 0.6s ease-in-out; - transition: -webkit-transform 0.6s ease-in-out; - -o-transition: -o-transform 0.6s ease-in-out; - transition: transform 0.6s ease-in-out; - transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-perspective: 1000px; - perspective: 1000px; - } -} - -@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) { - .carousel-item { - -webkit-transition: -webkit-transform 0.6s ease-in-out; - transition: -webkit-transform 0.6s ease-in-out; - -o-transition: -o-transform 0.6s ease-in-out; - transition: transform 0.6s ease-in-out; - transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-perspective: 1000px; - perspective: 1000px; - } -} - -.carousel-item.active, -.carousel-item-next, -.carousel-item-prev { - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; -} - -.carousel-item-next, -.carousel-item-prev { - position: absolute; - top: 0; -} - -@media (-webkit-transform-3d) { - .carousel-item-next.carousel-item-left, - .carousel-item-prev.carousel-item-right { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - .carousel-item-next, - .active.carousel-item-right { - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } - .carousel-item-prev, - .active.carousel-item-left { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} - -@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) { - .carousel-item-next.carousel-item-left, - .carousel-item-prev.carousel-item-right { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - .carousel-item-next, - .active.carousel-item-right { - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } - .carousel-item-prev, - .active.carousel-item-left { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} - -.carousel-control-prev, -.carousel-control-next { - position: absolute; - top: 0; - bottom: 0; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -webkit-align-items: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - width: 15%; - color: #fff; - text-align: center; - opacity: 0.5; -} - -.carousel-control-prev:focus, .carousel-control-prev:hover, -.carousel-control-next:focus, -.carousel-control-next:hover { - color: #fff; - text-decoration: none; - outline: 0; - opacity: .9; -} - -.carousel-control-prev { - left: 0; -} - -.carousel-control-next { - right: 0; -} - -.carousel-control-prev-icon, -.carousel-control-next-icon { - display: inline-block; - width: 20px; - height: 20px; - background: transparent no-repeat center center; - -webkit-background-size: 100% 100%; - background-size: 100% 100%; -} - -.carousel-control-prev-icon { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); -} - -.carousel-control-next-icon { - background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); -} - -.carousel-indicators { - position: absolute; - right: 0; - bottom: 10px; - left: 0; - z-index: 15; - display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -webkit-justify-content: center; - -ms-flex-pack: center; - justify-content: center; - padding-left: 0; - margin-right: 15%; - margin-left: 15%; - list-style: none; -} - -.carousel-indicators li { - position: relative; - -webkit-box-flex: 1; - -webkit-flex: 1 0 auto; - -ms-flex: 1 0 auto; - flex: 1 0 auto; - max-width: 30px; - height: 3px; - margin-right: 3px; - margin-left: 3px; - text-indent: -999px; - cursor: pointer; - background-color: rgba(255, 255, 255, 0.5); -} - -.carousel-indicators li::before { - position: absolute; - top: -10px; - left: 0; - display: inline-block; - width: 100%; - height: 10px; - content: ""; -} - -.carousel-indicators li::after { - position: absolute; - bottom: -10px; - left: 0; - display: inline-block; - width: 100%; - height: 10px; - content: ""; -} - -.carousel-indicators .active { - background-color: #fff; -} - -.carousel-caption { - position: absolute; - right: 15%; - bottom: 20px; - left: 15%; - z-index: 10; - padding-top: 20px; - padding-bottom: 20px; - color: #fff; - text-align: center; -} - -.align-baseline { - vertical-align: baseline !important; -} - -.align-top { - vertical-align: top !important; -} - -.align-middle { - vertical-align: middle !important; -} - -.align-bottom { - vertical-align: bottom !important; -} - -.align-text-bottom { - vertical-align: text-bottom !important; -} - -.align-text-top { - vertical-align: text-top !important; -} - -.bg-faded { - background-color: #f7f7f7; -} - -.bg-primary { - background-color: #0275d8 !important; -} - -a.bg-primary:focus, a.bg-primary:hover { - background-color: #025aa5 !important; -} - -.bg-success { - background-color: #5cb85c !important; -} - -a.bg-success:focus, a.bg-success:hover { - background-color: #449d44 !important; -} - -.bg-info { - background-color: #5bc0de !important; -} - -a.bg-info:focus, a.bg-info:hover { - background-color: #31b0d5 !important; -} - -.bg-warning { - background-color: #f0ad4e !important; -} - -a.bg-warning:focus, a.bg-warning:hover { - background-color: #ec971f !important; -} - -.bg-danger { - background-color: #d9534f !important; -} - -a.bg-danger:focus, a.bg-danger:hover { - background-color: #c9302c !important; -} - -.bg-inverse { - background-color: #292b2c !important; -} - -a.bg-inverse:focus, a.bg-inverse:hover { - background-color: #101112 !important; -} - -.border-0 { - border: 0 !important; -} - -.border-top-0 { - border-top: 0 !important; -} - -.border-right-0 { - border-right: 0 !important; -} - -.border-bottom-0 { - border-bottom: 0 !important; -} - -.border-left-0 { - border-left: 0 !important; -} - -.rounded { - border-radius: 0.25rem; -} - -.rounded-top { - border-top-right-radius: 0.25rem; - border-top-left-radius: 0.25rem; -} - -.rounded-right { - border-bottom-right-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} - -.rounded-bottom { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - -.rounded-left { - border-bottom-left-radius: 0.25rem; - border-top-left-radius: 0.25rem; -} - -.rounded-circle { - border-radius: 50%; -} - -.rounded-0 { - border-radius: 0; -} - -.clearfix::after { - display: block; - content: ""; - clear: both; -} - -.d-none { - display: none !important; -} - -.d-inline { - display: inline !important; -} - -.d-inline-block { - display: inline-block !important; -} - -.d-block { - display: block !important; -} - -.d-table { - display: table !important; -} - -.d-table-cell { - display: table-cell !important; -} - -.d-flex { - display: -webkit-box !important; - display: -webkit-flex !important; - display: -ms-flexbox !important; - display: flex !important; -} - -.d-inline-flex { - display: -webkit-inline-box !important; - display: -webkit-inline-flex !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; -} - -@media (min-width: 576px) { - .d-sm-none { - display: none !important; - } - .d-sm-inline { - display: inline !important; - } - .d-sm-inline-block { - display: inline-block !important; - } - .d-sm-block { - display: block !important; - } - .d-sm-table { - display: table !important; - } - .d-sm-table-cell { - display: table-cell !important; - } - .d-sm-flex { - display: -webkit-box !important; - display: -webkit-flex !important; - display: -ms-flexbox !important; - display: flex !important; - } - .d-sm-inline-flex { - display: -webkit-inline-box !important; - display: -webkit-inline-flex !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} - -@media (min-width: 768px) { - .d-md-none { - display: none !important; - } - .d-md-inline { - display: inline !important; - } - .d-md-inline-block { - display: inline-block !important; - } - .d-md-block { - display: block !important; - } - .d-md-table { - display: table !important; - } - .d-md-table-cell { - display: table-cell !important; - } - .d-md-flex { - display: -webkit-box !important; - display: -webkit-flex !important; - display: -ms-flexbox !important; - display: flex !important; - } - .d-md-inline-flex { - display: -webkit-inline-box !important; - display: -webkit-inline-flex !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} - -@media (min-width: 992px) { - .d-lg-none { - display: none !important; - } - .d-lg-inline { - display: inline !important; - } - .d-lg-inline-block { - display: inline-block !important; - } - .d-lg-block { - display: block !important; - } - .d-lg-table { - display: table !important; - } - .d-lg-table-cell { - display: table-cell !important; - } - .d-lg-flex { - display: -webkit-box !important; - display: -webkit-flex !important; - display: -ms-flexbox !important; - display: flex !important; - } - .d-lg-inline-flex { - display: -webkit-inline-box !important; - display: -webkit-inline-flex !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} - -@media (min-width: 1200px) { - .d-xl-none { - display: none !important; - } - .d-xl-inline { - display: inline !important; - } - .d-xl-inline-block { - display: inline-block !important; - } - .d-xl-block { - display: block !important; - } - .d-xl-table { - display: table !important; - } - .d-xl-table-cell { - display: table-cell !important; - } - .d-xl-flex { - display: -webkit-box !important; - display: -webkit-flex !important; - display: -ms-flexbox !important; - display: flex !important; - } - .d-xl-inline-flex { - display: -webkit-inline-box !important; - display: -webkit-inline-flex !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} - -.flex-first { - -webkit-box-ordinal-group: 0; - -webkit-order: -1; - -ms-flex-order: -1; - order: -1; -} - -.flex-last { - -webkit-box-ordinal-group: 2; - -webkit-order: 1; - -ms-flex-order: 1; - order: 1; -} - -.flex-unordered { - -webkit-box-ordinal-group: 1; - -webkit-order: 0; - -ms-flex-order: 0; - order: 0; -} - -.flex-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -webkit-flex-direction: row !important; - -ms-flex-direction: row !important; - flex-direction: row !important; -} - -.flex-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -webkit-flex-direction: column !important; - -ms-flex-direction: column !important; - flex-direction: column !important; -} - -.flex-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -webkit-flex-direction: row-reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; -} - -.flex-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -webkit-flex-direction: column-reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; -} - -.flex-wrap { - -webkit-flex-wrap: wrap !important; - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; -} - -.flex-nowrap { - -webkit-flex-wrap: nowrap !important; - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; -} - -.flex-wrap-reverse { - -webkit-flex-wrap: wrap-reverse !important; - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; -} - -.justify-content-start { - -webkit-box-pack: start !important; - -webkit-justify-content: flex-start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; -} - -.justify-content-end { - -webkit-box-pack: end !important; - -webkit-justify-content: flex-end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; -} - -.justify-content-center { - -webkit-box-pack: center !important; - -webkit-justify-content: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; -} - -.justify-content-between { - -webkit-box-pack: justify !important; - -webkit-justify-content: space-between !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; -} - -.justify-content-around { - -webkit-justify-content: space-around !important; - -ms-flex-pack: distribute !important; - justify-content: space-around !important; -} - -.align-items-start { - -webkit-box-align: start !important; - -webkit-align-items: flex-start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; -} - -.align-items-end { - -webkit-box-align: end !important; - -webkit-align-items: flex-end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; -} - -.align-items-center { - -webkit-box-align: center !important; - -webkit-align-items: center !important; - -ms-flex-align: center !important; - align-items: center !important; -} - -.align-items-baseline { - -webkit-box-align: baseline !important; - -webkit-align-items: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; -} - -.align-items-stretch { - -webkit-box-align: stretch !important; - -webkit-align-items: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; -} - -.align-content-start { - -webkit-align-content: flex-start !important; - -ms-flex-line-pack: start !important; - align-content: flex-start !important; -} - -.align-content-end { - -webkit-align-content: flex-end !important; - -ms-flex-line-pack: end !important; - align-content: flex-end !important; -} - -.align-content-center { - -webkit-align-content: center !important; - -ms-flex-line-pack: center !important; - align-content: center !important; -} - -.align-content-between { - -webkit-align-content: space-between !important; - -ms-flex-line-pack: justify !important; - align-content: space-between !important; -} - -.align-content-around { - -webkit-align-content: space-around !important; - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; -} - -.align-content-stretch { - -webkit-align-content: stretch !important; - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; -} - -.align-self-auto { - -webkit-align-self: auto !important; - -ms-flex-item-align: auto !important; - -ms-grid-row-align: auto !important; - align-self: auto !important; -} - -.align-self-start { - -webkit-align-self: flex-start !important; - -ms-flex-item-align: start !important; - align-self: flex-start !important; -} - -.align-self-end { - -webkit-align-self: flex-end !important; - -ms-flex-item-align: end !important; - align-self: flex-end !important; -} - -.align-self-center { - -webkit-align-self: center !important; - -ms-flex-item-align: center !important; - -ms-grid-row-align: center !important; - align-self: center !important; -} - -.align-self-baseline { - -webkit-align-self: baseline !important; - -ms-flex-item-align: baseline !important; - align-self: baseline !important; -} - -.align-self-stretch { - -webkit-align-self: stretch !important; - -ms-flex-item-align: stretch !important; - -ms-grid-row-align: stretch !important; - align-self: stretch !important; -} - -@media (min-width: 576px) { - .flex-sm-first { - -webkit-box-ordinal-group: 0; - -webkit-order: -1; - -ms-flex-order: -1; - order: -1; - } - .flex-sm-last { - -webkit-box-ordinal-group: 2; - -webkit-order: 1; - -ms-flex-order: 1; - order: 1; - } - .flex-sm-unordered { - -webkit-box-ordinal-group: 1; - -webkit-order: 0; - -ms-flex-order: 0; - order: 0; - } - .flex-sm-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -webkit-flex-direction: row !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .flex-sm-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -webkit-flex-direction: column !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .flex-sm-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -webkit-flex-direction: row-reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .flex-sm-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -webkit-flex-direction: column-reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .flex-sm-wrap { - -webkit-flex-wrap: wrap !important; - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .flex-sm-nowrap { - -webkit-flex-wrap: nowrap !important; - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .flex-sm-wrap-reverse { - -webkit-flex-wrap: wrap-reverse !important; - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .justify-content-sm-start { - -webkit-box-pack: start !important; - -webkit-justify-content: flex-start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .justify-content-sm-end { - -webkit-box-pack: end !important; - -webkit-justify-content: flex-end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .justify-content-sm-center { - -webkit-box-pack: center !important; - -webkit-justify-content: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .justify-content-sm-between { - -webkit-box-pack: justify !important; - -webkit-justify-content: space-between !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .justify-content-sm-around { - -webkit-justify-content: space-around !important; - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .align-items-sm-start { - -webkit-box-align: start !important; - -webkit-align-items: flex-start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .align-items-sm-end { - -webkit-box-align: end !important; - -webkit-align-items: flex-end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .align-items-sm-center { - -webkit-box-align: center !important; - -webkit-align-items: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .align-items-sm-baseline { - -webkit-box-align: baseline !important; - -webkit-align-items: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .align-items-sm-stretch { - -webkit-box-align: stretch !important; - -webkit-align-items: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .align-content-sm-start { - -webkit-align-content: flex-start !important; - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .align-content-sm-end { - -webkit-align-content: flex-end !important; - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .align-content-sm-center { - -webkit-align-content: center !important; - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .align-content-sm-between { - -webkit-align-content: space-between !important; - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .align-content-sm-around { - -webkit-align-content: space-around !important; - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .align-content-sm-stretch { - -webkit-align-content: stretch !important; - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .align-self-sm-auto { - -webkit-align-self: auto !important; - -ms-flex-item-align: auto !important; - -ms-grid-row-align: auto !important; - align-self: auto !important; - } - .align-self-sm-start { - -webkit-align-self: flex-start !important; - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .align-self-sm-end { - -webkit-align-self: flex-end !important; - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .align-self-sm-center { - -webkit-align-self: center !important; - -ms-flex-item-align: center !important; - -ms-grid-row-align: center !important; - align-self: center !important; - } - .align-self-sm-baseline { - -webkit-align-self: baseline !important; - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .align-self-sm-stretch { - -webkit-align-self: stretch !important; - -ms-flex-item-align: stretch !important; - -ms-grid-row-align: stretch !important; - align-self: stretch !important; - } -} - -@media (min-width: 768px) { - .flex-md-first { - -webkit-box-ordinal-group: 0; - -webkit-order: -1; - -ms-flex-order: -1; - order: -1; - } - .flex-md-last { - -webkit-box-ordinal-group: 2; - -webkit-order: 1; - -ms-flex-order: 1; - order: 1; - } - .flex-md-unordered { - -webkit-box-ordinal-group: 1; - -webkit-order: 0; - -ms-flex-order: 0; - order: 0; - } - .flex-md-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -webkit-flex-direction: row !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .flex-md-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -webkit-flex-direction: column !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .flex-md-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -webkit-flex-direction: row-reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .flex-md-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -webkit-flex-direction: column-reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .flex-md-wrap { - -webkit-flex-wrap: wrap !important; - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .flex-md-nowrap { - -webkit-flex-wrap: nowrap !important; - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .flex-md-wrap-reverse { - -webkit-flex-wrap: wrap-reverse !important; - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .justify-content-md-start { - -webkit-box-pack: start !important; - -webkit-justify-content: flex-start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .justify-content-md-end { - -webkit-box-pack: end !important; - -webkit-justify-content: flex-end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .justify-content-md-center { - -webkit-box-pack: center !important; - -webkit-justify-content: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .justify-content-md-between { - -webkit-box-pack: justify !important; - -webkit-justify-content: space-between !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .justify-content-md-around { - -webkit-justify-content: space-around !important; - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .align-items-md-start { - -webkit-box-align: start !important; - -webkit-align-items: flex-start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .align-items-md-end { - -webkit-box-align: end !important; - -webkit-align-items: flex-end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .align-items-md-center { - -webkit-box-align: center !important; - -webkit-align-items: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .align-items-md-baseline { - -webkit-box-align: baseline !important; - -webkit-align-items: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .align-items-md-stretch { - -webkit-box-align: stretch !important; - -webkit-align-items: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .align-content-md-start { - -webkit-align-content: flex-start !important; - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .align-content-md-end { - -webkit-align-content: flex-end !important; - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .align-content-md-center { - -webkit-align-content: center !important; - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .align-content-md-between { - -webkit-align-content: space-between !important; - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .align-content-md-around { - -webkit-align-content: space-around !important; - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .align-content-md-stretch { - -webkit-align-content: stretch !important; - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .align-self-md-auto { - -webkit-align-self: auto !important; - -ms-flex-item-align: auto !important; - -ms-grid-row-align: auto !important; - align-self: auto !important; - } - .align-self-md-start { - -webkit-align-self: flex-start !important; - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .align-self-md-end { - -webkit-align-self: flex-end !important; - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .align-self-md-center { - -webkit-align-self: center !important; - -ms-flex-item-align: center !important; - -ms-grid-row-align: center !important; - align-self: center !important; - } - .align-self-md-baseline { - -webkit-align-self: baseline !important; - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .align-self-md-stretch { - -webkit-align-self: stretch !important; - -ms-flex-item-align: stretch !important; - -ms-grid-row-align: stretch !important; - align-self: stretch !important; - } -} - -@media (min-width: 992px) { - .flex-lg-first { - -webkit-box-ordinal-group: 0; - -webkit-order: -1; - -ms-flex-order: -1; - order: -1; - } - .flex-lg-last { - -webkit-box-ordinal-group: 2; - -webkit-order: 1; - -ms-flex-order: 1; - order: 1; - } - .flex-lg-unordered { - -webkit-box-ordinal-group: 1; - -webkit-order: 0; - -ms-flex-order: 0; - order: 0; - } - .flex-lg-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -webkit-flex-direction: row !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .flex-lg-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -webkit-flex-direction: column !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .flex-lg-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -webkit-flex-direction: row-reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .flex-lg-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -webkit-flex-direction: column-reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .flex-lg-wrap { - -webkit-flex-wrap: wrap !important; - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .flex-lg-nowrap { - -webkit-flex-wrap: nowrap !important; - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .flex-lg-wrap-reverse { - -webkit-flex-wrap: wrap-reverse !important; - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .justify-content-lg-start { - -webkit-box-pack: start !important; - -webkit-justify-content: flex-start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .justify-content-lg-end { - -webkit-box-pack: end !important; - -webkit-justify-content: flex-end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .justify-content-lg-center { - -webkit-box-pack: center !important; - -webkit-justify-content: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .justify-content-lg-between { - -webkit-box-pack: justify !important; - -webkit-justify-content: space-between !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .justify-content-lg-around { - -webkit-justify-content: space-around !important; - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .align-items-lg-start { - -webkit-box-align: start !important; - -webkit-align-items: flex-start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .align-items-lg-end { - -webkit-box-align: end !important; - -webkit-align-items: flex-end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .align-items-lg-center { - -webkit-box-align: center !important; - -webkit-align-items: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .align-items-lg-baseline { - -webkit-box-align: baseline !important; - -webkit-align-items: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .align-items-lg-stretch { - -webkit-box-align: stretch !important; - -webkit-align-items: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .align-content-lg-start { - -webkit-align-content: flex-start !important; - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .align-content-lg-end { - -webkit-align-content: flex-end !important; - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .align-content-lg-center { - -webkit-align-content: center !important; - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .align-content-lg-between { - -webkit-align-content: space-between !important; - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .align-content-lg-around { - -webkit-align-content: space-around !important; - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .align-content-lg-stretch { - -webkit-align-content: stretch !important; - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .align-self-lg-auto { - -webkit-align-self: auto !important; - -ms-flex-item-align: auto !important; - -ms-grid-row-align: auto !important; - align-self: auto !important; - } - .align-self-lg-start { - -webkit-align-self: flex-start !important; - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .align-self-lg-end { - -webkit-align-self: flex-end !important; - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .align-self-lg-center { - -webkit-align-self: center !important; - -ms-flex-item-align: center !important; - -ms-grid-row-align: center !important; - align-self: center !important; - } - .align-self-lg-baseline { - -webkit-align-self: baseline !important; - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .align-self-lg-stretch { - -webkit-align-self: stretch !important; - -ms-flex-item-align: stretch !important; - -ms-grid-row-align: stretch !important; - align-self: stretch !important; - } -} - -@media (min-width: 1200px) { - .flex-xl-first { - -webkit-box-ordinal-group: 0; - -webkit-order: -1; - -ms-flex-order: -1; - order: -1; - } - .flex-xl-last { - -webkit-box-ordinal-group: 2; - -webkit-order: 1; - -ms-flex-order: 1; - order: 1; - } - .flex-xl-unordered { - -webkit-box-ordinal-group: 1; - -webkit-order: 0; - -ms-flex-order: 0; - order: 0; - } - .flex-xl-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -webkit-flex-direction: row !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .flex-xl-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -webkit-flex-direction: column !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .flex-xl-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -webkit-flex-direction: row-reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .flex-xl-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -webkit-flex-direction: column-reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .flex-xl-wrap { - -webkit-flex-wrap: wrap !important; - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .flex-xl-nowrap { - -webkit-flex-wrap: nowrap !important; - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .flex-xl-wrap-reverse { - -webkit-flex-wrap: wrap-reverse !important; - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .justify-content-xl-start { - -webkit-box-pack: start !important; - -webkit-justify-content: flex-start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .justify-content-xl-end { - -webkit-box-pack: end !important; - -webkit-justify-content: flex-end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .justify-content-xl-center { - -webkit-box-pack: center !important; - -webkit-justify-content: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .justify-content-xl-between { - -webkit-box-pack: justify !important; - -webkit-justify-content: space-between !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .justify-content-xl-around { - -webkit-justify-content: space-around !important; - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .align-items-xl-start { - -webkit-box-align: start !important; - -webkit-align-items: flex-start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .align-items-xl-end { - -webkit-box-align: end !important; - -webkit-align-items: flex-end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .align-items-xl-center { - -webkit-box-align: center !important; - -webkit-align-items: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .align-items-xl-baseline { - -webkit-box-align: baseline !important; - -webkit-align-items: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .align-items-xl-stretch { - -webkit-box-align: stretch !important; - -webkit-align-items: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .align-content-xl-start { - -webkit-align-content: flex-start !important; - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .align-content-xl-end { - -webkit-align-content: flex-end !important; - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .align-content-xl-center { - -webkit-align-content: center !important; - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .align-content-xl-between { - -webkit-align-content: space-between !important; - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .align-content-xl-around { - -webkit-align-content: space-around !important; - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .align-content-xl-stretch { - -webkit-align-content: stretch !important; - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .align-self-xl-auto { - -webkit-align-self: auto !important; - -ms-flex-item-align: auto !important; - -ms-grid-row-align: auto !important; - align-self: auto !important; - } - .align-self-xl-start { - -webkit-align-self: flex-start !important; - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .align-self-xl-end { - -webkit-align-self: flex-end !important; - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .align-self-xl-center { - -webkit-align-self: center !important; - -ms-flex-item-align: center !important; - -ms-grid-row-align: center !important; - align-self: center !important; - } - .align-self-xl-baseline { - -webkit-align-self: baseline !important; - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .align-self-xl-stretch { - -webkit-align-self: stretch !important; - -ms-flex-item-align: stretch !important; - -ms-grid-row-align: stretch !important; - align-self: stretch !important; - } -} - -.float-left { - float: left !important; -} - -.float-right { - float: right !important; -} - -.float-none { - float: none !important; -} - -@media (min-width: 576px) { - .float-sm-left { - float: left !important; - } - .float-sm-right { - float: right !important; - } - .float-sm-none { - float: none !important; - } -} - -@media (min-width: 768px) { - .float-md-left { - float: left !important; - } - .float-md-right { - float: right !important; - } - .float-md-none { - float: none !important; - } -} - -@media (min-width: 992px) { - .float-lg-left { - float: left !important; - } - .float-lg-right { - float: right !important; - } - .float-lg-none { - float: none !important; - } -} - -@media (min-width: 1200px) { - .float-xl-left { - float: left !important; - } - .float-xl-right { - float: right !important; - } - .float-xl-none { - float: none !important; - } -} - -.fixed-top { - position: fixed; - top: 0; - right: 0; - left: 0; - z-index: 1030; -} - -.fixed-bottom { - position: fixed; - right: 0; - bottom: 0; - left: 0; - z-index: 1030; -} - -.sticky-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1030; -} - -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - 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; -} - -.w-25 { - width: 25% !important; -} - -.w-50 { - width: 50% !important; -} - -.w-75 { - width: 75% !important; -} - -.w-100 { - width: 100% !important; -} - -.h-25 { - height: 25% !important; -} - -.h-50 { - height: 50% !important; -} - -.h-75 { - height: 75% !important; -} - -.h-100 { - height: 100% !important; -} - -.mw-100 { - max-width: 100% !important; -} - -.mh-100 { - max-height: 100% !important; -} - -.m-0 { - margin: 0 0 !important; -} - -.mt-0 { - margin-top: 0 !important; -} - -.mr-0 { - margin-right: 0 !important; -} - -.mb-0 { - margin-bottom: 0 !important; -} - -.ml-0 { - margin-left: 0 !important; -} - -.mx-0 { - margin-right: 0 !important; - margin-left: 0 !important; -} - -.my-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; -} - -.m-1 { - margin: 0.25rem 0.25rem !important; -} - -.mt-1 { - margin-top: 0.25rem !important; -} - -.mr-1 { - margin-right: 0.25rem !important; -} - -.mb-1 { - margin-bottom: 0.25rem !important; -} - -.ml-1 { - margin-left: 0.25rem !important; -} - -.mx-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; -} - -.my-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; -} - -.m-2 { - margin: 0.5rem 0.5rem !important; -} - -.mt-2 { - margin-top: 0.5rem !important; -} - -.mr-2 { - margin-right: 0.5rem !important; -} - -.mb-2 { - margin-bottom: 0.5rem !important; -} - -.ml-2 { - margin-left: 0.5rem !important; -} - -.mx-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; -} - -.my-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; -} - -.m-3 { - margin: 1rem 1rem !important; -} - -.mt-3 { - margin-top: 1rem !important; -} - -.mr-3 { - margin-right: 1rem !important; -} - -.mb-3 { - margin-bottom: 1rem !important; -} - -.ml-3 { - margin-left: 1rem !important; -} - -.mx-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; -} - -.my-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; -} - -.m-4 { - margin: 1.5rem 1.5rem !important; -} - -.mt-4 { - margin-top: 1.5rem !important; -} - -.mr-4 { - margin-right: 1.5rem !important; -} - -.mb-4 { - margin-bottom: 1.5rem !important; -} - -.ml-4 { - margin-left: 1.5rem !important; -} - -.mx-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; -} - -.my-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; -} - -.m-5 { - margin: 3rem 3rem !important; -} - -.mt-5 { - margin-top: 3rem !important; -} - -.mr-5 { - margin-right: 3rem !important; -} - -.mb-5 { - margin-bottom: 3rem !important; -} - -.ml-5 { - margin-left: 3rem !important; -} - -.mx-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; -} - -.my-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; -} - -.p-0 { - padding: 0 0 !important; -} - -.pt-0 { - padding-top: 0 !important; -} - -.pr-0 { - padding-right: 0 !important; -} - -.pb-0 { - padding-bottom: 0 !important; -} - -.pl-0 { - padding-left: 0 !important; -} - -.px-0 { - padding-right: 0 !important; - padding-left: 0 !important; -} - -.py-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; -} - -.p-1 { - padding: 0.25rem 0.25rem !important; -} - -.pt-1 { - padding-top: 0.25rem !important; -} - -.pr-1 { - padding-right: 0.25rem !important; -} - -.pb-1 { - padding-bottom: 0.25rem !important; -} - -.pl-1 { - padding-left: 0.25rem !important; -} - -.px-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; -} - -.py-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; -} - -.p-2 { - padding: 0.5rem 0.5rem !important; -} - -.pt-2 { - padding-top: 0.5rem !important; -} - -.pr-2 { - padding-right: 0.5rem !important; -} - -.pb-2 { - padding-bottom: 0.5rem !important; -} - -.pl-2 { - padding-left: 0.5rem !important; -} - -.px-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; -} - -.py-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; -} - -.p-3 { - padding: 1rem 1rem !important; -} - -.pt-3 { - padding-top: 1rem !important; -} - -.pr-3 { - padding-right: 1rem !important; -} - -.pb-3 { - padding-bottom: 1rem !important; -} - -.pl-3 { - padding-left: 1rem !important; -} - -.px-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; -} - -.py-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; -} - -.p-4 { - padding: 1.5rem 1.5rem !important; -} - -.pt-4 { - padding-top: 1.5rem !important; -} - -.pr-4 { - padding-right: 1.5rem !important; -} - -.pb-4 { - padding-bottom: 1.5rem !important; -} - -.pl-4 { - padding-left: 1.5rem !important; -} - -.px-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; -} - -.py-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; -} - -.p-5 { - padding: 3rem 3rem !important; -} - -.pt-5 { - padding-top: 3rem !important; -} - -.pr-5 { - padding-right: 3rem !important; -} - -.pb-5 { - padding-bottom: 3rem !important; -} - -.pl-5 { - padding-left: 3rem !important; -} - -.px-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; -} - -.py-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; -} - -.m-auto { - margin: auto !important; -} - -.mt-auto { - margin-top: auto !important; -} - -.mr-auto { - margin-right: auto !important; -} - -.mb-auto { - margin-bottom: auto !important; -} - -.ml-auto { - margin-left: auto !important; -} - -.mx-auto { - margin-right: auto !important; - margin-left: auto !important; -} - -.my-auto { - margin-top: auto !important; - margin-bottom: auto !important; -} - -@media (min-width: 576px) { - .m-sm-0 { - margin: 0 0 !important; - } - .mt-sm-0 { - margin-top: 0 !important; - } - .mr-sm-0 { - margin-right: 0 !important; - } - .mb-sm-0 { - margin-bottom: 0 !important; - } - .ml-sm-0 { - margin-left: 0 !important; - } - .mx-sm-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - .my-sm-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - .m-sm-1 { - margin: 0.25rem 0.25rem !important; - } - .mt-sm-1 { - margin-top: 0.25rem !important; - } - .mr-sm-1 { - margin-right: 0.25rem !important; - } - .mb-sm-1 { - margin-bottom: 0.25rem !important; - } - .ml-sm-1 { - margin-left: 0.25rem !important; - } - .mx-sm-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - .my-sm-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - .m-sm-2 { - margin: 0.5rem 0.5rem !important; - } - .mt-sm-2 { - margin-top: 0.5rem !important; - } - .mr-sm-2 { - margin-right: 0.5rem !important; - } - .mb-sm-2 { - margin-bottom: 0.5rem !important; - } - .ml-sm-2 { - margin-left: 0.5rem !important; - } - .mx-sm-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - .my-sm-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - .m-sm-3 { - margin: 1rem 1rem !important; - } - .mt-sm-3 { - margin-top: 1rem !important; - } - .mr-sm-3 { - margin-right: 1rem !important; - } - .mb-sm-3 { - margin-bottom: 1rem !important; - } - .ml-sm-3 { - margin-left: 1rem !important; - } - .mx-sm-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - .my-sm-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - .m-sm-4 { - margin: 1.5rem 1.5rem !important; - } - .mt-sm-4 { - margin-top: 1.5rem !important; - } - .mr-sm-4 { - margin-right: 1.5rem !important; - } - .mb-sm-4 { - margin-bottom: 1.5rem !important; - } - .ml-sm-4 { - margin-left: 1.5rem !important; - } - .mx-sm-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - .my-sm-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - .m-sm-5 { - margin: 3rem 3rem !important; - } - .mt-sm-5 { - margin-top: 3rem !important; - } - .mr-sm-5 { - margin-right: 3rem !important; - } - .mb-sm-5 { - margin-bottom: 3rem !important; - } - .ml-sm-5 { - margin-left: 3rem !important; - } - .mx-sm-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - .my-sm-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - .p-sm-0 { - padding: 0 0 !important; - } - .pt-sm-0 { - padding-top: 0 !important; - } - .pr-sm-0 { - padding-right: 0 !important; - } - .pb-sm-0 { - padding-bottom: 0 !important; - } - .pl-sm-0 { - padding-left: 0 !important; - } - .px-sm-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - .py-sm-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - .p-sm-1 { - padding: 0.25rem 0.25rem !important; - } - .pt-sm-1 { - padding-top: 0.25rem !important; - } - .pr-sm-1 { - padding-right: 0.25rem !important; - } - .pb-sm-1 { - padding-bottom: 0.25rem !important; - } - .pl-sm-1 { - padding-left: 0.25rem !important; - } - .px-sm-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - .py-sm-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - .p-sm-2 { - padding: 0.5rem 0.5rem !important; - } - .pt-sm-2 { - padding-top: 0.5rem !important; - } - .pr-sm-2 { - padding-right: 0.5rem !important; - } - .pb-sm-2 { - padding-bottom: 0.5rem !important; - } - .pl-sm-2 { - padding-left: 0.5rem !important; - } - .px-sm-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - .py-sm-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - .p-sm-3 { - padding: 1rem 1rem !important; - } - .pt-sm-3 { - padding-top: 1rem !important; - } - .pr-sm-3 { - padding-right: 1rem !important; - } - .pb-sm-3 { - padding-bottom: 1rem !important; - } - .pl-sm-3 { - padding-left: 1rem !important; - } - .px-sm-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - .py-sm-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - .p-sm-4 { - padding: 1.5rem 1.5rem !important; - } - .pt-sm-4 { - padding-top: 1.5rem !important; - } - .pr-sm-4 { - padding-right: 1.5rem !important; - } - .pb-sm-4 { - padding-bottom: 1.5rem !important; - } - .pl-sm-4 { - padding-left: 1.5rem !important; - } - .px-sm-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - .py-sm-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - .p-sm-5 { - padding: 3rem 3rem !important; - } - .pt-sm-5 { - padding-top: 3rem !important; - } - .pr-sm-5 { - padding-right: 3rem !important; - } - .pb-sm-5 { - padding-bottom: 3rem !important; - } - .pl-sm-5 { - padding-left: 3rem !important; - } - .px-sm-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - .py-sm-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - .m-sm-auto { - margin: auto !important; - } - .mt-sm-auto { - margin-top: auto !important; - } - .mr-sm-auto { - margin-right: auto !important; - } - .mb-sm-auto { - margin-bottom: auto !important; - } - .ml-sm-auto { - margin-left: auto !important; - } - .mx-sm-auto { - margin-right: auto !important; - margin-left: auto !important; - } - .my-sm-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } -} - -@media (min-width: 768px) { - .m-md-0 { - margin: 0 0 !important; - } - .mt-md-0 { - margin-top: 0 !important; - } - .mr-md-0 { - margin-right: 0 !important; - } - .mb-md-0 { - margin-bottom: 0 !important; - } - .ml-md-0 { - margin-left: 0 !important; - } - .mx-md-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - .my-md-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - .m-md-1 { - margin: 0.25rem 0.25rem !important; - } - .mt-md-1 { - margin-top: 0.25rem !important; - } - .mr-md-1 { - margin-right: 0.25rem !important; - } - .mb-md-1 { - margin-bottom: 0.25rem !important; - } - .ml-md-1 { - margin-left: 0.25rem !important; - } - .mx-md-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - .my-md-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - .m-md-2 { - margin: 0.5rem 0.5rem !important; - } - .mt-md-2 { - margin-top: 0.5rem !important; - } - .mr-md-2 { - margin-right: 0.5rem !important; - } - .mb-md-2 { - margin-bottom: 0.5rem !important; - } - .ml-md-2 { - margin-left: 0.5rem !important; - } - .mx-md-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - .my-md-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - .m-md-3 { - margin: 1rem 1rem !important; - } - .mt-md-3 { - margin-top: 1rem !important; - } - .mr-md-3 { - margin-right: 1rem !important; - } - .mb-md-3 { - margin-bottom: 1rem !important; - } - .ml-md-3 { - margin-left: 1rem !important; - } - .mx-md-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - .my-md-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - .m-md-4 { - margin: 1.5rem 1.5rem !important; - } - .mt-md-4 { - margin-top: 1.5rem !important; - } - .mr-md-4 { - margin-right: 1.5rem !important; - } - .mb-md-4 { - margin-bottom: 1.5rem !important; - } - .ml-md-4 { - margin-left: 1.5rem !important; - } - .mx-md-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - .my-md-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - .m-md-5 { - margin: 3rem 3rem !important; - } - .mt-md-5 { - margin-top: 3rem !important; - } - .mr-md-5 { - margin-right: 3rem !important; - } - .mb-md-5 { - margin-bottom: 3rem !important; - } - .ml-md-5 { - margin-left: 3rem !important; - } - .mx-md-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - .my-md-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - .p-md-0 { - padding: 0 0 !important; - } - .pt-md-0 { - padding-top: 0 !important; - } - .pr-md-0 { - padding-right: 0 !important; - } - .pb-md-0 { - padding-bottom: 0 !important; - } - .pl-md-0 { - padding-left: 0 !important; - } - .px-md-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - .py-md-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - .p-md-1 { - padding: 0.25rem 0.25rem !important; - } - .pt-md-1 { - padding-top: 0.25rem !important; - } - .pr-md-1 { - padding-right: 0.25rem !important; - } - .pb-md-1 { - padding-bottom: 0.25rem !important; - } - .pl-md-1 { - padding-left: 0.25rem !important; - } - .px-md-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - .py-md-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - .p-md-2 { - padding: 0.5rem 0.5rem !important; - } - .pt-md-2 { - padding-top: 0.5rem !important; - } - .pr-md-2 { - padding-right: 0.5rem !important; - } - .pb-md-2 { - padding-bottom: 0.5rem !important; - } - .pl-md-2 { - padding-left: 0.5rem !important; - } - .px-md-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - .py-md-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - .p-md-3 { - padding: 1rem 1rem !important; - } - .pt-md-3 { - padding-top: 1rem !important; - } - .pr-md-3 { - padding-right: 1rem !important; - } - .pb-md-3 { - padding-bottom: 1rem !important; - } - .pl-md-3 { - padding-left: 1rem !important; - } - .px-md-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - .py-md-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - .p-md-4 { - padding: 1.5rem 1.5rem !important; - } - .pt-md-4 { - padding-top: 1.5rem !important; - } - .pr-md-4 { - padding-right: 1.5rem !important; - } - .pb-md-4 { - padding-bottom: 1.5rem !important; - } - .pl-md-4 { - padding-left: 1.5rem !important; - } - .px-md-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - .py-md-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - .p-md-5 { - padding: 3rem 3rem !important; - } - .pt-md-5 { - padding-top: 3rem !important; - } - .pr-md-5 { - padding-right: 3rem !important; - } - .pb-md-5 { - padding-bottom: 3rem !important; - } - .pl-md-5 { - padding-left: 3rem !important; - } - .px-md-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - .py-md-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - .m-md-auto { - margin: auto !important; - } - .mt-md-auto { - margin-top: auto !important; - } - .mr-md-auto { - margin-right: auto !important; - } - .mb-md-auto { - margin-bottom: auto !important; - } - .ml-md-auto { - margin-left: auto !important; - } - .mx-md-auto { - margin-right: auto !important; - margin-left: auto !important; - } - .my-md-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } -} - -@media (min-width: 992px) { - .m-lg-0 { - margin: 0 0 !important; - } - .mt-lg-0 { - margin-top: 0 !important; - } - .mr-lg-0 { - margin-right: 0 !important; - } - .mb-lg-0 { - margin-bottom: 0 !important; - } - .ml-lg-0 { - margin-left: 0 !important; - } - .mx-lg-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - .my-lg-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - .m-lg-1 { - margin: 0.25rem 0.25rem !important; - } - .mt-lg-1 { - margin-top: 0.25rem !important; - } - .mr-lg-1 { - margin-right: 0.25rem !important; - } - .mb-lg-1 { - margin-bottom: 0.25rem !important; - } - .ml-lg-1 { - margin-left: 0.25rem !important; - } - .mx-lg-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - .my-lg-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - .m-lg-2 { - margin: 0.5rem 0.5rem !important; - } - .mt-lg-2 { - margin-top: 0.5rem !important; - } - .mr-lg-2 { - margin-right: 0.5rem !important; - } - .mb-lg-2 { - margin-bottom: 0.5rem !important; - } - .ml-lg-2 { - margin-left: 0.5rem !important; - } - .mx-lg-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - .my-lg-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - .m-lg-3 { - margin: 1rem 1rem !important; - } - .mt-lg-3 { - margin-top: 1rem !important; - } - .mr-lg-3 { - margin-right: 1rem !important; - } - .mb-lg-3 { - margin-bottom: 1rem !important; - } - .ml-lg-3 { - margin-left: 1rem !important; - } - .mx-lg-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - .my-lg-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - .m-lg-4 { - margin: 1.5rem 1.5rem !important; - } - .mt-lg-4 { - margin-top: 1.5rem !important; - } - .mr-lg-4 { - margin-right: 1.5rem !important; - } - .mb-lg-4 { - margin-bottom: 1.5rem !important; - } - .ml-lg-4 { - margin-left: 1.5rem !important; - } - .mx-lg-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - .my-lg-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - .m-lg-5 { - margin: 3rem 3rem !important; - } - .mt-lg-5 { - margin-top: 3rem !important; - } - .mr-lg-5 { - margin-right: 3rem !important; - } - .mb-lg-5 { - margin-bottom: 3rem !important; - } - .ml-lg-5 { - margin-left: 3rem !important; - } - .mx-lg-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - .my-lg-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - .p-lg-0 { - padding: 0 0 !important; - } - .pt-lg-0 { - padding-top: 0 !important; - } - .pr-lg-0 { - padding-right: 0 !important; - } - .pb-lg-0 { - padding-bottom: 0 !important; - } - .pl-lg-0 { - padding-left: 0 !important; - } - .px-lg-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - .py-lg-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - .p-lg-1 { - padding: 0.25rem 0.25rem !important; - } - .pt-lg-1 { - padding-top: 0.25rem !important; - } - .pr-lg-1 { - padding-right: 0.25rem !important; - } - .pb-lg-1 { - padding-bottom: 0.25rem !important; - } - .pl-lg-1 { - padding-left: 0.25rem !important; - } - .px-lg-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - .py-lg-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - .p-lg-2 { - padding: 0.5rem 0.5rem !important; - } - .pt-lg-2 { - padding-top: 0.5rem !important; - } - .pr-lg-2 { - padding-right: 0.5rem !important; - } - .pb-lg-2 { - padding-bottom: 0.5rem !important; - } - .pl-lg-2 { - padding-left: 0.5rem !important; - } - .px-lg-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - .py-lg-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - .p-lg-3 { - padding: 1rem 1rem !important; - } - .pt-lg-3 { - padding-top: 1rem !important; - } - .pr-lg-3 { - padding-right: 1rem !important; - } - .pb-lg-3 { - padding-bottom: 1rem !important; - } - .pl-lg-3 { - padding-left: 1rem !important; - } - .px-lg-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - .py-lg-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - .p-lg-4 { - padding: 1.5rem 1.5rem !important; - } - .pt-lg-4 { - padding-top: 1.5rem !important; - } - .pr-lg-4 { - padding-right: 1.5rem !important; - } - .pb-lg-4 { - padding-bottom: 1.5rem !important; - } - .pl-lg-4 { - padding-left: 1.5rem !important; - } - .px-lg-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - .py-lg-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - .p-lg-5 { - padding: 3rem 3rem !important; - } - .pt-lg-5 { - padding-top: 3rem !important; - } - .pr-lg-5 { - padding-right: 3rem !important; - } - .pb-lg-5 { - padding-bottom: 3rem !important; - } - .pl-lg-5 { - padding-left: 3rem !important; - } - .px-lg-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - .py-lg-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - .m-lg-auto { - margin: auto !important; - } - .mt-lg-auto { - margin-top: auto !important; - } - .mr-lg-auto { - margin-right: auto !important; - } - .mb-lg-auto { - margin-bottom: auto !important; - } - .ml-lg-auto { - margin-left: auto !important; - } - .mx-lg-auto { - margin-right: auto !important; - margin-left: auto !important; - } - .my-lg-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } -} - -@media (min-width: 1200px) { - .m-xl-0 { - margin: 0 0 !important; - } - .mt-xl-0 { - margin-top: 0 !important; - } - .mr-xl-0 { - margin-right: 0 !important; - } - .mb-xl-0 { - margin-bottom: 0 !important; - } - .ml-xl-0 { - margin-left: 0 !important; - } - .mx-xl-0 { - margin-right: 0 !important; - margin-left: 0 !important; - } - .my-xl-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; - } - .m-xl-1 { - margin: 0.25rem 0.25rem !important; - } - .mt-xl-1 { - margin-top: 0.25rem !important; - } - .mr-xl-1 { - margin-right: 0.25rem !important; - } - .mb-xl-1 { - margin-bottom: 0.25rem !important; - } - .ml-xl-1 { - margin-left: 0.25rem !important; - } - .mx-xl-1 { - margin-right: 0.25rem !important; - margin-left: 0.25rem !important; - } - .my-xl-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; - } - .m-xl-2 { - margin: 0.5rem 0.5rem !important; - } - .mt-xl-2 { - margin-top: 0.5rem !important; - } - .mr-xl-2 { - margin-right: 0.5rem !important; - } - .mb-xl-2 { - margin-bottom: 0.5rem !important; - } - .ml-xl-2 { - margin-left: 0.5rem !important; - } - .mx-xl-2 { - margin-right: 0.5rem !important; - margin-left: 0.5rem !important; - } - .my-xl-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; - } - .m-xl-3 { - margin: 1rem 1rem !important; - } - .mt-xl-3 { - margin-top: 1rem !important; - } - .mr-xl-3 { - margin-right: 1rem !important; - } - .mb-xl-3 { - margin-bottom: 1rem !important; - } - .ml-xl-3 { - margin-left: 1rem !important; - } - .mx-xl-3 { - margin-right: 1rem !important; - margin-left: 1rem !important; - } - .my-xl-3 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; - } - .m-xl-4 { - margin: 1.5rem 1.5rem !important; - } - .mt-xl-4 { - margin-top: 1.5rem !important; - } - .mr-xl-4 { - margin-right: 1.5rem !important; - } - .mb-xl-4 { - margin-bottom: 1.5rem !important; - } - .ml-xl-4 { - margin-left: 1.5rem !important; - } - .mx-xl-4 { - margin-right: 1.5rem !important; - margin-left: 1.5rem !important; - } - .my-xl-4 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; - } - .m-xl-5 { - margin: 3rem 3rem !important; - } - .mt-xl-5 { - margin-top: 3rem !important; - } - .mr-xl-5 { - margin-right: 3rem !important; - } - .mb-xl-5 { - margin-bottom: 3rem !important; - } - .ml-xl-5 { - margin-left: 3rem !important; - } - .mx-xl-5 { - margin-right: 3rem !important; - margin-left: 3rem !important; - } - .my-xl-5 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; - } - .p-xl-0 { - padding: 0 0 !important; - } - .pt-xl-0 { - padding-top: 0 !important; - } - .pr-xl-0 { - padding-right: 0 !important; - } - .pb-xl-0 { - padding-bottom: 0 !important; - } - .pl-xl-0 { - padding-left: 0 !important; - } - .px-xl-0 { - padding-right: 0 !important; - padding-left: 0 !important; - } - .py-xl-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; - } - .p-xl-1 { - padding: 0.25rem 0.25rem !important; - } - .pt-xl-1 { - padding-top: 0.25rem !important; - } - .pr-xl-1 { - padding-right: 0.25rem !important; - } - .pb-xl-1 { - padding-bottom: 0.25rem !important; - } - .pl-xl-1 { - padding-left: 0.25rem !important; - } - .px-xl-1 { - padding-right: 0.25rem !important; - padding-left: 0.25rem !important; - } - .py-xl-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; - } - .p-xl-2 { - padding: 0.5rem 0.5rem !important; - } - .pt-xl-2 { - padding-top: 0.5rem !important; - } - .pr-xl-2 { - padding-right: 0.5rem !important; - } - .pb-xl-2 { - padding-bottom: 0.5rem !important; - } - .pl-xl-2 { - padding-left: 0.5rem !important; - } - .px-xl-2 { - padding-right: 0.5rem !important; - padding-left: 0.5rem !important; - } - .py-xl-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; - } - .p-xl-3 { - padding: 1rem 1rem !important; - } - .pt-xl-3 { - padding-top: 1rem !important; - } - .pr-xl-3 { - padding-right: 1rem !important; - } - .pb-xl-3 { - padding-bottom: 1rem !important; - } - .pl-xl-3 { - padding-left: 1rem !important; - } - .px-xl-3 { - padding-right: 1rem !important; - padding-left: 1rem !important; - } - .py-xl-3 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; - } - .p-xl-4 { - padding: 1.5rem 1.5rem !important; - } - .pt-xl-4 { - padding-top: 1.5rem !important; - } - .pr-xl-4 { - padding-right: 1.5rem !important; - } - .pb-xl-4 { - padding-bottom: 1.5rem !important; - } - .pl-xl-4 { - padding-left: 1.5rem !important; - } - .px-xl-4 { - padding-right: 1.5rem !important; - padding-left: 1.5rem !important; - } - .py-xl-4 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; - } - .p-xl-5 { - padding: 3rem 3rem !important; - } - .pt-xl-5 { - padding-top: 3rem !important; - } - .pr-xl-5 { - padding-right: 3rem !important; - } - .pb-xl-5 { - padding-bottom: 3rem !important; - } - .pl-xl-5 { - padding-left: 3rem !important; - } - .px-xl-5 { - padding-right: 3rem !important; - padding-left: 3rem !important; - } - .py-xl-5 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - .m-xl-auto { - margin: auto !important; - } - .mt-xl-auto { - margin-top: auto !important; - } - .mr-xl-auto { - margin-right: auto !important; - } - .mb-xl-auto { - margin-bottom: auto !important; - } - .ml-xl-auto { - margin-left: auto !important; - } - .mx-xl-auto { - margin-right: auto !important; - margin-left: auto !important; - } - .my-xl-auto { - margin-top: auto !important; - margin-bottom: auto !important; - } -} - -.text-justify { - text-align: justify !important; -} - -.text-nowrap { - white-space: nowrap !important; -} - -.text-truncate { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -.text-left { - text-align: left !important; -} - -.text-right { - text-align: right !important; -} - -.text-center { - text-align: center !important; -} - -@media (min-width: 576px) { - .text-sm-left { - text-align: left !important; - } - .text-sm-right { - text-align: right !important; - } - .text-sm-center { - text-align: center !important; - } -} - -@media (min-width: 768px) { - .text-md-left { - text-align: left !important; - } - .text-md-right { - text-align: right !important; - } - .text-md-center { - text-align: center !important; - } -} - -@media (min-width: 992px) { - .text-lg-left { - text-align: left !important; - } - .text-lg-right { - text-align: right !important; - } - .text-lg-center { - text-align: center !important; - } -} - -@media (min-width: 1200px) { - .text-xl-left { - text-align: left !important; - } - .text-xl-right { - text-align: right !important; - } - .text-xl-center { - text-align: center !important; - } -} - -.text-lowercase { - text-transform: lowercase !important; -} - -.text-uppercase { - text-transform: uppercase !important; -} - -.text-capitalize { - text-transform: capitalize !important; -} - -.font-weight-normal { - font-weight: normal; -} - -.font-weight-bold { - font-weight: bold; -} - -.font-italic { - font-style: italic; -} - -.text-white { - color: #fff !important; -} - -.text-muted { - color: #636c72 !important; -} - -a.text-muted:focus, a.text-muted:hover { - color: #4b5257 !important; -} - -.text-primary { - color: #0275d8 !important; -} - -a.text-primary:focus, a.text-primary:hover { - color: #025aa5 !important; -} - -.text-success { - color: #5cb85c !important; -} - -a.text-success:focus, a.text-success:hover { - color: #449d44 !important; -} - -.text-info { - color: #5bc0de !important; -} - -a.text-info:focus, a.text-info:hover { - color: #31b0d5 !important; -} - -.text-warning { - color: #f0ad4e !important; -} - -a.text-warning:focus, a.text-warning:hover { - color: #ec971f !important; -} - -.text-danger { - color: #d9534f !important; -} - -a.text-danger:focus, a.text-danger:hover { - color: #c9302c !important; -} - -.text-gray-dark { - color: #292b2c !important; -} - -a.text-gray-dark:focus, a.text-gray-dark:hover { - color: #101112 !important; -} - -.text-hide { - font: 0/0 a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0; -} - -.invisible { - visibility: hidden !important; -} - -.hidden-xs-up { - display: none !important; -} - -@media (max-width: 575px) { - .hidden-xs-down { - display: none !important; - } -} - -@media (min-width: 576px) { - .hidden-sm-up { - display: none !important; - } -} - -@media (max-width: 767px) { - .hidden-sm-down { - display: none !important; - } -} - -@media (min-width: 768px) { - .hidden-md-up { - display: none !important; - } -} - -@media (max-width: 991px) { - .hidden-md-down { - display: none !important; - } -} - -@media (min-width: 992px) { - .hidden-lg-up { - display: none !important; - } -} - -@media (max-width: 1199px) { - .hidden-lg-down { - display: none !important; - } -} - -@media (min-width: 1200px) { - .hidden-xl-up { - display: none !important; - } -} - -.hidden-xl-down { - display: none !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; - } -} -/*# sourceMappingURL=bootstrap.css.map */ \ No newline at end of file diff --git a/node_modules/bootstrap/dist/css/bootstrap.css.map b/node_modules/bootstrap/dist/css/bootstrap.css.map deleted file mode 100644 index 09b7cf1..0000000 --- a/node_modules/bootstrap/dist/css/bootstrap.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../../scss/bootstrap.scss","../../scss/_normalize.scss","bootstrap.css","../../scss/_print.scss","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/_mixins.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_breakpoints.scss","../../scss/mixins/_grid-framework.scss","../../scss/_tables.scss","../../scss/mixins/_table-row.scss","../../scss/_forms.scss","../../scss/mixins/_forms.scss","../../scss/_buttons.scss","../../scss/mixins/_buttons.scss","../../scss/_transitions.scss","../../scss/_dropdown.scss","../../scss/mixins/_nav-divider.scss","../../scss/_button-group.scss","../../scss/_input-group.scss","../../scss/_custom-forms.scss","../../scss/_nav.scss","../../scss/_navbar.scss","../../scss/_card.scss","../../scss/mixins/_cards.scss","../../scss/_breadcrumb.scss","../../scss/mixins/_clearfix.scss","../../scss/_pagination.scss","../../scss/mixins/_pagination.scss","../../scss/_badge.scss","../../scss/mixins/_badge.scss","../../scss/_jumbotron.scss","../../scss/_alert.scss","../../scss/mixins/_alert.scss","../../scss/_progress.scss","../../scss/mixins/_gradients.scss","../../scss/_media.scss","../../scss/_list-group.scss","../../scss/mixins/_list-group.scss","../../scss/_responsive-embed.scss","../../scss/_close.scss","../../scss/_modal.scss","../../scss/_tooltip.scss","../../scss/mixins/_reset-text.scss","../../scss/_popover.scss","../../scss/_carousel.scss","../../scss/mixins/_transforms.scss","../../scss/utilities/_align.scss","../../scss/utilities/_background.scss","../../scss/mixins/_background-variant.scss","../../scss/utilities/_borders.scss","../../scss/utilities/_display.scss","../../scss/utilities/_flex.scss","../../scss/utilities/_float.scss","../../scss/mixins/_float.scss","../../scss/utilities/_position.scss","../../scss/utilities/_screenreaders.scss","../../scss/mixins/_screen-reader.scss","../../scss/utilities/_sizing.scss","../../scss/utilities/_spacing.scss","../../scss/utilities/_text.scss","../../scss/mixins/_text-truncate.scss","../../scss/mixins/_text-emphasis.scss","../../scss/mixins/_text-hide.scss","../../scss/utilities/_visibility.scss","../../scss/mixins/_visibility.scss"],"names":[],"mappings":"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CE,uBR25BiC;EQ15BjC,eRy5B+B;EQx5B/B,YRkEW;EQjEX,0BR6EiC;EMtG/B,sBN8T0B;CQ3R7B;;AAdD;EASI,WAAU;EACV,gBAAe;EACf,kBR6NmB;CQ3NpB;;AAIH;EACE,eAAc;EACd,cAAa;EACb,oBAAmB;EACnB,eRs4B+B;EQr4B/B,eR2DiC;CQjDlC;;AAfD;EASI,WAAU;EACV,mBAAkB;EAClB,eAAc;EACd,8BAA6B;EAC7B,iBAAgB;CACjB;;AAIH;EACE,kBRm4BiC;EQl4BjC,mBAAkB;CACnB;;AC1DC;ECAA,mBAAkB;EAClB,kBAAiB;EACjB,mBAAkB;EAKd,oBAA4B;EAC5B,mBAA4B;CDL/B;;AEgDC;EFnDF;ICOI,oBAA4B;IAC5B,mBAA4B;GDL/B;CZgvBF;;AchsBG;EFnDF;ICOI,oBAA4B;IAC5B,mBAA4B;GDL/B;CZuvBF;;AcvsBG;EFnDF;ICOI,oBAA4B;IAC5B,mBAA4B;GDL/B;CZ8vBF;;Ac9sBG;EFnDF;ICOI,oBAA4B;IAC5B,mBAA4B;GDL/B;CZqwBF;;AcrtBG;EFnDF;ICkBI,aVqMK;IUpML,gBAAe;GDhBlB;CZ4wBF;;Ac5tBG;EFnDF;ICkBI,aVsMK;IUrML,gBAAe;GDhBlB;CZmxBF;;AcnuBG;EFnDF;ICkBI,aVuMK;IUtML,gBAAe;GDhBlB;CZ0xBF;;Ac1uBG;EFnDF;ICkBI,cVwMM;IUvMN,gBAAe;GDhBlB;CZiyBF;;AYxxBC;ECZA,mBAAkB;EAClB,kBAAiB;EACjB,mBAAkB;EAKd,oBAA4B;EAC5B,mBAA4B;CDM/B;;AEqCC;EFvCF;ICLI,oBAA4B;IAC5B,mBAA4B;GDM/B;CZqyBF;;AchwBG;EFvCF;ICLI,oBAA4B;IAC5B,mBAA4B;GDM/B;CZ4yBF;;AcvwBG;EFvCF;ICLI,oBAA4B;IAC5B,mBAA4B;GDM/B;CZmzBF;;Ac9wBG;EFvCF;ICLI,oBAA4B;IAC5B,mBAA4B;GDM/B;CZ0zBF;;AYlzBC;ECaA,qBAAa;EAAb,sBAAa;EAAb,qBAAa;EAAb,cAAa;EACb,wBAAe;MAAf,oBAAe;UAAf,gBAAe;EAKX,oBAA4B;EAC5B,mBAA4B;CDlB/B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EY;EkBlEZ,sBlBkEY;CkBjEb;;AAED;;EAGE,YlBsDS;EkBrDT,0BAnC0C;EAoC1C,uBAAsB;EACtB,sBApCkC;CAsCnC;;ADYH;EChDE,elBiGiC;EkBhGjC,uBlBoFW;EkBnFX,mBlB4WmC;CiB5TpC;;AhBjDG;EiBMA,elB0F+B;EkBzF/B,0BAX0C;EAY1C,sBAXkC;CjBGb;;AiBUvB;EAMI,uDlB6V+B;UkB7V/B,+ClB6V+B;CkB3VlC;;AAGD;EAEE,uBlB6DS;EkB5DT,mBlBqViC;CkBpVlC;;AAED;;EAGE,elBkE+B;EkBjE/B,0BAnC0C;EAoC1C,uBAAsB;EACtB,sBApCkC;CAsCnC;;ADeH;ECnDE,YlBqFW;EkBpFX,0BlB2Fc;EkB1Fd,sBlB0Fc;CiBvCf;;AhBpDG;EiBMA,YlB8ES;EkB7ET,0BAX0C;EAY1C,sBAXkC;CjBGb;;AiBUvB;EAMI,sDlB2EU;UkB3EV,8ClB2EU;CkBzEb;;AAGD;EAEE,0BlBoEY;EkBnEZ,sBlBmEY;CkBlEb;;AAED;;EAGE,YlBsDS;EkBrDT,0BAnC0C;EAoC1C,uBAAsB;EACtB,sBApCkC;CAsCnC;;ADkBH;ECtDE,YlBqFW;EkBpFX,0BlByFc;EkBxFd,sBlBwFc;CiBlCf;;AhBvDG;EiBMA,YlB8ES;EkB7ET,0BAX0C;EAY1C,sBAXkC;CjBGb;;AiBUvB;EAMI,qDlByEU;UkBzEV,6ClByEU;CkBvEb;;AAGD;EAEE,0BlBkEY;EkBjEZ,sBlBiEY;CkBhEb;;AAED;;EAGE,YlBsDS;EkBrDT,0BAnC0C;EAoC1C,uBAAsB;EACtB,sBApCkC;CAsCnC;;ADqBH;ECzDE,YlBqFW;EkBpFX,0BlBuFc;EkBtFd,sBlBsFc;CiB7Bf;;AhB1DG;EiBMA,YlB8ES;EkB7ET,0BAX0C;EAY1C,sBAXkC;CjBGb;;AiBUvB;EAMI,sDlBuEU;UkBvEV,8ClBuEU;CkBrEb;;AAGD;EAEE,0BlBgEY;EkB/DZ,sBlB+DY;CkB9Db;;AAED;;EAGE,YlBsDS;EkBrDT,0BAnC0C;EAoC1C,uBAAsB;EACtB,sBApCkC;CAsCnC;;ADwBH;EC5DE,YlBqFW;EkBpFX,0BlBsFc;EkBrFd,sBlBqFc;CiBzBf;;AhB7DG;EiBMA,YlB8ES;EkB7ET,0BAX0C;EAY1C,sBAXkC;CjBGb;;AiBUvB;EAMI,qDlBsEU;UkBtEV,6ClBsEU;CkBpEb;;AAGD;EAEE,0BlB+DY;EkB9DZ,sBlB8DY;CkB7Db;;AAED;;EAGE,YlBsDS;EkBrDT,0BAnC0C;EAoC1C,uBAAsB;EACtB,sBApCkC;CAsCnC;;AD6BH;ECzBE,elBmDc;EkBlDd,uBAAsB;EACtB,8BAA6B;EAC7B,sBlBgDc;CiBxBf;;AhBlEG;EiB6CA,YAPoD;EAQpD,0BlB4CY;EkB3CZ,sBlB2CY;CC1FS;;AiBkDvB;EAEE,qDlBsCY;UkBtCZ,6ClBsCY;CkBrCb;;AAED;EAEE,elBiCY;EkBhCZ,8BAA6B;CAC9B;;AAED;;EAGE,YA1BoD;EA2BpD,0BlByBY;EkBxBZ,sBlBwBY;CkBvBb;;ADAH;EC5BE,YlBsUmC;EkBrUnC,uBAAsB;EACtB,8BAA6B;EAC7B,mBlBmUmC;CiBxSpC;;AhBrEG;EiB6CA,YAPoD;EAQpD,uBlB+TiC;EkB9TjC,mBlB8TiC;CC7WZ;;AiBkDvB;EAEE,uDlByTiC;UkBzTjC,+ClByTiC;CkBxTlC;;AAED;EAEE,YlBoTiC;EkBnTjC,8BAA6B;CAC9B;;AAED;;EAGE,YA1BoD;EA2BpD,uBlB4SiC;EkB3SjC,mBlB2SiC;CkB1SlC;;ADGH;EC/BE,elBoDc;EkBnDd,uBAAsB;EACtB,8BAA6B;EAC7B,sBlBiDc;CiBnBf;;AhBxEG;EiB6CA,YAPoD;EAQpD,0BlB6CY;EkB5CZ,sBlB4CY;CC3FS;;AiBkDvB;EAEE,sDlBuCY;UkBvCZ,8ClBuCY;CkBtCb;;AAED;EAEE,elBkCY;EkBjCZ,8BAA6B;CAC9B;;AAED;;EAGE,YA1BoD;EA2BpD,0BlB0BY;EkBzBZ,sBlByBY;CkBxBb;;ADMH;EClCE,elBkDc;EkBjDd,uBAAsB;EACtB,8BAA6B;EAC7B,sBlB+Cc;CiBdf;;AhB3EG;EiB6CA,YAPoD;EAQpD,0BlB2CY;EkB1CZ,sBlB0CY;CCzFS;;AiBkDvB;EAEE,qDlBqCY;UkBrCZ,6ClBqCY;CkBpCb;;AAED;EAEE,elBgCY;EkB/BZ,8BAA6B;CAC9B;;AAED;;EAGE,YA1BoD;EA2BpD,0BlBwBY;EkBvBZ,sBlBuBY;CkBtBb;;ADSH;ECrCE,elBgDc;EkB/Cd,uBAAsB;EACtB,8BAA6B;EAC7B,sBlB6Cc;CiBTf;;AhB9EG;EiB6CA,YAPoD;EAQpD,0BlByCY;EkBxCZ,sBlBwCY;CCvFS;;AiBkDvB;EAEE,sDlBmCY;UkBnCZ,8ClBmCY;CkBlCb;;AAED;EAEE,elB8BY;EkB7BZ,8BAA6B;CAC9B;;AAED;;EAGE,YA1BoD;EA2BpD,0BlBsBY;EkBrBZ,sBlBqBY;CkBpBb;;ADYH;ECxCE,elB+Cc;EkB9Cd,uBAAsB;EACtB,8BAA6B;EAC7B,sBlB4Cc;CiBLf;;AhBjFG;EiB6CA,YAPoD;EAQpD,0BlBwCY;EkBvCZ,sBlBuCY;CCtFS;;AiBkDvB;EAEE,qDlBkCY;UkBlCZ,6ClBkCY;CkBjCb;;AAED;EAEE,elB6BY;EkB5BZ,8BAA6B;CAC9B;;AAED;;EAGE,YA1BoD;EA2BpD,0BlBqBY;EkBpBZ,sBlBoBY;CkBnBb;;ADsBH;EACE,oBjB4JyB;EiB3JzB,ejBDc;EiBEd,iBAAgB;CA6BjB;;AAhCD;EASI,8BAA6B;CAE9B;;AAXH;EAeI,0BAAyB;CAC1B;;AhBzGC;EgB2GA,0BAAyB;ChB3GJ;;AAUrB;EgBoGA,ejB2E4C;EiB1E5C,2BjB2E6B;EiB1E7B,8BAA6B;ChBnG5B;;AgB4EL;EA0BI,ejBjB+B;CiBsBhC;;AhB9GC;EgB4GE,sBAAqB;ChBzGtB;;AgBmHL;ECxDE,wBlB4TqC;EkB3TrC,mBlByKsB;EMxPpB,sBN6T0B;CiBpL7B;;AACD;EC5DE,wBlByToC;EkBxTpC,oBlB0KsB;EMzPpB,sBN8T0B;CiBjL7B;;AAOD;EACE,eAAc;EACd,YAAW;CACZ;;AAGD;EACE,mBjBkPoC;CiBjPrC;;AAGD;;;EAII,YAAW;CACZ;;AExKH;EACE,WAAU;EZcN,yCP2TsC;EO3TtC,oCP2TsC;EO3TtC,iCP2TsC;CmBnU3C;;AAPD;EAKI,WAAU;CACX;;AAGH;EACE,cAAa;CAId;;AALD;EAGI,eAAc;CACf;;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S2B;C+BnT1B;;AALL;EzBSI,oCN+S2B;EM9S3B,iCN8S2B;C+B9S1B;;AAVL;EAcI,WAAU;EACV,Y/BuES;E+BtET,0B/B4EY;E+B3EZ,sB/B2EY;C+B1Eb;;AAlBH;EAqBI,e/B+E+B;E+B9E/B,qBAAoB;EACpB,oB/BibwC;E+BhbxC,uB/B8DS;E+B7DT,mB/BmoBuC;C+BloBxC;;AAGH;EACE,mBAAkB;EAClB,eAAc;EACd,wB/BqmB0C;E+BpmB1C,kBAAiB;EACjB,kB/BymBwC;E+BxmBxC,e/ByDc;E+BxDd,uB/BkDW;E+BjDX,uB/B2mByC;C+BnmB1C;;A9BjCG;E8B4BA,e/BmJ4C;E+BlJ5C,sBAAqB;EACrB,0B/B2D+B;E+B1D/B,mB/BymBuC;CCroBtC;;A+BpBH;EACE,wBhC6oBwC;EgC5oBxC,mBhCuPoB;CgCtPrB;;AAIG;E1BqBF,kCNkS0B;EMjS1B,+BNiS0B;CgCrTvB;;AAGD;E1BEF,mCNgT0B;EM/S1B,gCN+S0B;CgChTvB;;AAdL;EACE,wBhC2oBuC;EgC1oBvC,oBhCwPoB;CgCvPrB;;AAIG;E1BqBF,kCNmS0B;EMlS1B,+BNkS0B;CgCtTvB;;AAGD;E1BEF,mCNiT0B;EMhT1B,gCNgT0B;CgCjTvB;;ACZP;EACE,sBAAqB;EACrB,sBjCowBgC;EiCnwBhC,ejCiwB+B;EiChwB/B,kBjCwPqB;EiCvPrB,eAAc;EACd,YjCmFW;EiClFX,mBAAkB;EAClB,oBAAmB;EACnB,yBAAwB;E3BVtB,uBN4T2B;CiC3S9B;;AAhBD;EAcI,cAAa;CACd;;AAIH;EACE,mBAAkB;EAClB,UAAS;CACV;;AhCPG;EgCaA,YjC6DS;EiC5DT,sBAAqB;EACrB,gBAAe;ChCZd;;AgCqBL;EACE,qBjCiuBgC;EiChuBhC,oBjCguBgC;EM1wB9B,qBN6wB+B;CiCjuBlC;;AAMD;ECnDE,0BlCyGiC;CiCpDlC;;AhCpCG;EiCbE,0BAAqC;CjCgBtC;;AgCmCL;ECvDE,0BlCiGc;CiCxCf;;AhCxCG;EiCbE,0BAAqC;CjCgBtC;;AgCuCL;EC3DE,0BlCgGc;CiCnCf;;AhC5CG;EiCbE,0BAAqC;CjCgBtC;;AgC2CL;EC/DE,0BlCkGc;CiCjCf;;AhChDG;EiCbE,0BAAqC;CjCgBtC;;AgC+CL;ECnEE,0BlC8Fc;CiCzBf;;AhCpDG;EiCbE,0BAAqC;CjCgBtC;;AgCmDL;ECvEE,0BlC6Fc;CiCpBf;;AhCxDG;EiCbE,0BAAqC;CjCgBtC;;AkCvBL;EACE,mBAAoD;EACpD,oBnCuqBmC;EmCtqBnC,0BnC0GiC;EMzG/B,sBN6T0B;CmCxT7B;;AxB+CG;EwBxDJ;IAOI,mBnCkqBiC;GmChqBpC;CtCowIA;;AsClwID;EACE,0BAA4C;CAC7C;;AAED;EACE,iBAAgB;EAChB,gBAAe;E7Bbb,iB6BcsB;CACzB;;ACfD;EACE,yBpCkzBmC;EoCjzBnC,oBpCsIa;EoCrIb,8BAA6C;E9BH3C,uBN4T2B;CoCvT9B;;AAGD;EAEE,eAAc;CACf;;AAGD;EACE,kBpC8OqB;CoC7OtB;;AAOD;EAGI,mBAAkB;EAClB,cpCyxBgC;EoCxxBhC,gBpCuxBiC;EoCtxBjC,yBpCsxBiC;EoCrxBjC,eAAc;CACf;;AAQH;ECxCE,0BrC+qBsC;EqC9qBtC,sBrC+qB4D;EqC9qB5D,erC4qBsC;CoCpoBvC;;ACtCC;EACE,0BAAqC;CACtC;;AACD;EACE,eAA+B;CAChC;;ADkCH;EC3CE,0BrCmrBsC;EqClrBtC,sBrCmrByD;EqClrBzD,erCgrBsC;CoCroBvC;;ACzCC;EACE,0BAAqC;CACtC;;AACD;EACE,eAA+B;CAChC;;ADqCH;EC9CE,0BrCurBsC;EqCtrBtC,sBrCwrB4D;EqCvrB5D,erCorBsC;CoCtoBvC;;AC5CC;EACE,0BAAqC;CACtC;;AACD;EACE,eAA+B;CAChC;;ADwCH;ECjDE,0BrC4rBsC;EqC3rBtC,sBrC4rB2D;EqC3rB3D,erCyrBsC;CoCxoBvC;;AC/CC;EACE,0BAAqC;CACtC;;AACD;EACE,eAA+B;CAChC;;ACXH;EACE;IAAO,4BAAuC;GzCy2I7C;EyCx2ID;IAAK,yBAAwB;GzC22I5B;CACF;;AyC92ID;EACE;IAAO,4BAAuC;GzCy2I7C;EyCx2ID;IAAK,yBAAwB;GzC22I5B;CACF;;AyC92ID;EACE;IAAO,4BAAuC;GzCy2I7C;EyCx2ID;IAAK,yBAAwB;GzC22I5B;CACF;;AyCx2ID;EACE,qBAAa;EAAb,sBAAa;EAAb,qBAAa;EAAb,cAAa;EACb,iBAAgB;EAChB,mBtCw0BoC;EsCv0BpC,kBtCs0BkC;EsCr0BlC,mBAAkB;EAClB,0BtCgGiC;EMzG/B,uBN4T2B;CsCjT9B;;AACD;EACE,atCg0BkC;EsC/zBlC,YtC4EW;EsC3EX,0BtCiFc;CsChFf;;AAGD;ECYE,8MAA6I;EAA7I,yMAA6I;EAA7I,sMAA6I;EDV7I,mCtCwzBkC;UsCxzBlC,2BtCwzBkC;CsCvzBnC;;AAGD;EACE,2DtC0zBgD;OsC1zBhD,sDtC0zBgD;UsC1zBhD,mDtC0zBgD;CsCzzBjD;;AE/BD;EACE,qBAAa;EAAb,sBAAa;EAAb,qBAAa;EAAb,cAAa;EACb,yBAAuB;EAAvB,gCAAuB;MAAvB,sBAAuB;UAAvB,wBAAuB;CACxB;;AAED;EACE,oBAAO;EAAP,qBAAO;MAAP,iBAAO;UAAP,aAAO;CACR;;ACHD;EACE,qBAAa;EAAb,sBAAa;EAAb,qBAAa;EAAb,cAAa;EACb,6BAAsB;EAAtB,8BAAsB;EAAtB,+BAAsB;MAAtB,2BAAsB;UAAtB,uBAAsB;EAGtB,gBAAe;EACf,iBAAgB;CACjB;;AAQD;EACE,YAAW;EACX,ezCsFiC;EyCrFjC,oBAAmB;CAiBpB;;AApBD;EAMI,ezCiF+B;CyChFhC;;AxCNC;EwCUA,ezC6E+B;EyC5E/B,sBAAqB;EACrB,0BzC8E+B;CCvF9B;;AwCJL;EAiBI,ezCsE+B;EyCrE/B,0BzCwE+B;CyCvEhC;;AAQH;EACE,mBAAkB;EAClB,qBAAa;EAAb,sBAAa;EAAb,qBAAa;EAAb,cAAa;EACb,4BAAmB;MAAnB,wBAAmB;UAAnB,oBAAmB;EACnB,0BAAmB;EAAnB,4BAAmB;MAAnB,uBAAmB;UAAnB,oBAAmB;EACnB,yBzC+yBsC;EyC7yBtC,oBzCoHgB;EyCnHhB,uBzCwCW;EyCvCX,uCzCwCW;CyCQZ;;AAzDD;EnCpCI,iCNsT2B;EMrT3B,gCNqT2B;CyCrQ5B;;AAbH;EAgBI,iBAAgB;EnCtChB,oCNwS2B;EMvS3B,mCNuS2B;CyChQ5B;;AxC5CC;EwC+CA,sBAAqB;CxC5CpB;;AwCuBL;EA0BI,ezCoC+B;EyCnC/B,oBzCuYwC;EyCtYxC,uBzCoBS;CyCXV;;AArCH;EAgCM,eAAc;CACf;;AAjCL;EAmCM,ezC2B6B;CyC1B9B;;AApCL;EAyCI,WAAU;EACV,YzCMS;EyCLT,0BzCWY;EyCVZ,sBzCUY;CyCEb;;AAxDH;;;EAkDM,eAAc;CACf;;AAnDL;EAsDM,ezCqwB8D;CyCpwB/D;;AAUL;EAEI,gBAAe;EACf,eAAc;EACd,iBAAgB;CACjB;;AALH;EASM,cAAa;CACd;;AAVL;EAeM,iBAAgB;CACjB;;AC5HH;EACE,e1C6qBoC;E0C5qBpC,0B1C6qBoC;C0C5qBrC;;AAED;;EACE,e1CwqBoC;C0CxpBrC;;AAjBD;;EAII,eAAc;CACf;;AzCOD;;;EyCJE,e1CiqBkC;E0ChqBlC,0BAAyC;CzCM1C;;AyCfH;;EAaI,YAAW;EACX,0B1C2pBkC;E0C1pBlC,sB1C0pBkC;C0CzpBnC;;AArBH;EACE,e1CirBoC;E0ChrBpC,0B1CirBoC;C0ChrBrC;;AAED;;EACE,e1C4qBoC;C0C5pBrC;;AAjBD;;EAII,eAAc;CACf;;AzCOD;;;EyCJE,e1CqqBkC;E0CpqBlC,0BAAyC;CzCM1C;;AyCfH;;EAaI,YAAW;EACX,0B1C+pBkC;E0C9pBlC,sB1C8pBkC;C0C7pBnC;;AArBH;EACE,e1CqrBoC;E0CprBpC,0B1CqrBoC;C0CprBrC;;AAED;;EACE,e1CgrBoC;C0ChqBrC;;AAjBD;;EAII,eAAc;CACf;;AzCOD;;;EyCJE,e1CyqBkC;E0CxqBlC,0BAAyC;CzCM1C;;AyCfH;;EAaI,YAAW;EACX,0B1CmqBkC;E0ClqBlC,sB1CkqBkC;C0CjqBnC;;AArBH;EACE,e1C0rBoC;E0CzrBpC,0B1C0rBoC;C0CzrBrC;;AAED;;EACE,e1CqrBoC;C0CrqBrC;;AAjBD;;EAII,eAAc;CACf;;AzCOD;;;EyCJE,e1C8qBkC;E0C7qBlC,0BAAyC;CzCM1C;;AyCfH;;EAaI,YAAW;EACX,0B1Cw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","file":"bootstrap.css","sourcesContent":[null,null,"/*!\n * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)\n * Copyright 2011-2017 The Bootstrap Authors\n * Copyright 2011-2017 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -ms-text-size-adjust: 100%;\n -webkit-text-size-adjust: 100%;\n}\n\nbody {\n margin: 0;\n}\n\narticle,\naside,\nfooter,\nheader,\nnav,\nsection {\n display: block;\n}\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\nfigcaption,\nfigure,\nmain {\n display: block;\n}\n\nfigure {\n margin: 1em 40px;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\npre {\n font-family: monospace, monospace;\n font-size: 1em;\n}\n\na {\n background-color: transparent;\n -webkit-text-decoration-skip: objects;\n}\n\na:active,\na:hover {\n outline-width: 0;\n}\n\nabbr[title] {\n border-bottom: none;\n text-decoration: underline;\n text-decoration: underline dotted;\n}\n\nb,\nstrong {\n font-weight: inherit;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\ncode,\nkbd,\nsamp {\n font-family: monospace, monospace;\n font-size: 1em;\n}\n\ndfn {\n font-style: italic;\n}\n\nmark {\n background-color: #ff0;\n color: #000;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\naudio,\nvideo {\n display: inline-block;\n}\n\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\nimg {\n border-style: none;\n}\n\nsvg:not(:root) {\n overflow: hidden;\n}\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n font-family: sans-serif;\n font-size: 100%;\n line-height: 1.15;\n margin: 0;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nbutton,\nhtml [type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button;\n}\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n border-style: none;\n padding: 0;\n}\n\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n outline: 1px dotted ButtonText;\n}\n\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\n\nlegend {\n box-sizing: border-box;\n color: inherit;\n display: table;\n max-width: 100%;\n padding: 0;\n white-space: normal;\n}\n\nprogress {\n display: inline-block;\n vertical-align: baseline;\n}\n\ntextarea {\n overflow: auto;\n}\n\n[type=\"checkbox\"],\n[type=\"radio\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n -webkit-appearance: textfield;\n outline-offset: -2px;\n}\n\n[type=\"search\"]::-webkit-search-cancel-button,\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n -webkit-appearance: button;\n font: inherit;\n}\n\ndetails,\nmenu {\n display: block;\n}\n\nsummary {\n display: list-item;\n}\n\ncanvas {\n display: inline-block;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none;\n}\n\n@media print {\n *,\n *::before,\n *::after,\n p::first-letter,\n div::first-letter,\n blockquote::first-letter,\n li::first-letter,\n p::first-line,\n div::first-line,\n blockquote::first-line,\n li::first-line {\n text-shadow: none !important;\n box-shadow: none !important;\n }\n a,\n a:visited {\n text-decoration: underline;\n }\n abbr[title]::after {\n content: \" (\" attr(title) \")\";\n }\n pre {\n white-space: pre-wrap !important;\n }\n pre,\n blockquote {\n border: 1px solid #999;\n page-break-inside: avoid;\n }\n thead {\n display: table-header-group;\n }\n tr,\n img {\n page-break-inside: avoid;\n }\n p,\n h2,\n h3 {\n orphans: 3;\n widows: 3;\n }\n h2,\n h3 {\n page-break-after: avoid;\n }\n .navbar {\n display: none;\n }\n .badge {\n border: 1px solid #000;\n }\n .table {\n border-collapse: collapse !important;\n }\n .table td,\n .table th {\n background-color: #fff !important;\n }\n .table-bordered th,\n .table-bordered td {\n border: 1px solid #ddd !important;\n }\n}\n\nhtml {\n box-sizing: border-box;\n}\n\n*,\n*::before,\n*::after {\n box-sizing: inherit;\n}\n\n@-ms-viewport {\n width: device-width;\n}\n\nhtml {\n -ms-overflow-style: scrollbar;\n -webkit-tap-highlight-color: transparent;\n}\n\nbody {\n font-family: -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n font-size: 1rem;\n font-weight: normal;\n line-height: 1.5;\n color: #292b2c;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus {\n outline: none !important;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: .5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n cursor: help;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: bold;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\na {\n color: #0275d8;\n text-decoration: none;\n}\n\na:focus, a:hover {\n color: #014c8c;\n text-decoration: underline;\n}\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {\n color: inherit;\n text-decoration: none;\n}\n\na:not([href]):not([tabindex]):focus {\n outline: 0;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n}\n\n[role=\"button\"] {\n cursor: pointer;\n}\n\na,\narea,\nbutton,\n[role=\"button\"],\ninput,\nlabel,\nselect,\nsummary,\ntextarea {\n touch-action: manipulation;\n}\n\ntable {\n border-collapse: collapse;\n background-color: transparent;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #636c72;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: left;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: .5rem;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\ntextarea {\n line-height: inherit;\n}\n\ninput[type=\"radio\"]:disabled,\ninput[type=\"checkbox\"]:disabled {\n cursor: not-allowed;\n}\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n -webkit-appearance: listbox;\n}\n\ntextarea {\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n padding: 0;\n margin-bottom: .5rem;\n font-size: 1.5rem;\n line-height: inherit;\n}\n\ninput[type=\"search\"] {\n -webkit-appearance: none;\n}\n\noutput {\n display: inline-block;\n}\n\n[hidden] {\n display: none !important;\n}\n\nh1, h2, h3, h4, h5, h6,\n.h1, .h2, .h3, .h4, .h5, .h6 {\n margin-bottom: 0.5rem;\n font-family: inherit;\n font-weight: 500;\n line-height: 1.1;\n color: inherit;\n}\n\nh1, .h1 {\n font-size: 2.5rem;\n}\n\nh2, .h2 {\n font-size: 2rem;\n}\n\nh3, .h3 {\n font-size: 1.75rem;\n}\n\nh4, .h4 {\n font-size: 1.5rem;\n}\n\nh5, .h5 {\n font-size: 1.25rem;\n}\n\nh6, .h6 {\n font-size: 1rem;\n}\n\n.lead {\n font-size: 1.25rem;\n font-weight: 300;\n}\n\n.display-1 {\n font-size: 6rem;\n font-weight: 300;\n line-height: 1.1;\n}\n\n.display-2 {\n font-size: 5.5rem;\n font-weight: 300;\n line-height: 1.1;\n}\n\n.display-3 {\n font-size: 4.5rem;\n font-weight: 300;\n line-height: 1.1;\n}\n\n.display-4 {\n font-size: 3.5rem;\n font-weight: 300;\n line-height: 1.1;\n}\n\nhr {\n margin-top: 1rem;\n margin-bottom: 1rem;\n border: 0;\n border-top: 1px solid rgba(0, 0, 0, 0.1);\n}\n\nsmall,\n.small {\n font-size: 80%;\n font-weight: normal;\n}\n\nmark,\n.mark {\n padding: 0.2em;\n background-color: #fcf8e3;\n}\n\n.list-unstyled {\n padding-left: 0;\n list-style: none;\n}\n\n.list-inline {\n padding-left: 0;\n list-style: none;\n}\n\n.list-inline-item {\n display: inline-block;\n}\n\n.list-inline-item:not(:last-child) {\n margin-right: 5px;\n}\n\n.initialism {\n font-size: 90%;\n text-transform: uppercase;\n}\n\n.blockquote {\n padding: 0.5rem 1rem;\n margin-bottom: 1rem;\n font-size: 1.25rem;\n border-left: 0.25rem solid #eceeef;\n}\n\n.blockquote-footer {\n display: block;\n font-size: 80%;\n color: #636c72;\n}\n\n.blockquote-footer::before {\n content: \"\\2014 \\00A0\";\n}\n\n.blockquote-reverse {\n padding-right: 1rem;\n padding-left: 0;\n text-align: right;\n border-right: 0.25rem solid #eceeef;\n border-left: 0;\n}\n\n.blockquote-reverse .blockquote-footer::before {\n content: \"\";\n}\n\n.blockquote-reverse .blockquote-footer::after {\n content: \"\\00A0 \\2014\";\n}\n\n.img-fluid {\n max-width: 100%;\n height: auto;\n}\n\n.img-thumbnail {\n padding: 0.25rem;\n background-color: #fff;\n border: 1px solid #ddd;\n border-radius: 0.25rem;\n transition: all 0.2s ease-in-out;\n max-width: 100%;\n height: auto;\n}\n\n.figure {\n display: inline-block;\n}\n\n.figure-img {\n margin-bottom: 0.5rem;\n line-height: 1;\n}\n\n.figure-caption {\n font-size: 90%;\n color: #636c72;\n}\n\ncode,\nkbd,\npre,\nsamp {\n font-family: Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n}\n\ncode {\n padding: 0.2rem 0.4rem;\n font-size: 90%;\n color: #bd4147;\n background-color: #f7f7f9;\n border-radius: 0.25rem;\n}\n\na > code {\n padding: 0;\n color: inherit;\n background-color: inherit;\n}\n\nkbd {\n padding: 0.2rem 0.4rem;\n font-size: 90%;\n color: #fff;\n background-color: #292b2c;\n border-radius: 0.2rem;\n}\n\nkbd kbd {\n padding: 0;\n font-size: 100%;\n font-weight: bold;\n}\n\npre {\n display: block;\n margin-top: 0;\n margin-bottom: 1rem;\n font-size: 90%;\n color: #292b2c;\n}\n\npre code {\n padding: 0;\n font-size: inherit;\n color: inherit;\n background-color: transparent;\n border-radius: 0;\n}\n\n.pre-scrollable {\n max-height: 340px;\n overflow-y: scroll;\n}\n\n.container {\n position: relative;\n margin-left: auto;\n margin-right: auto;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n@media (min-width: 576px) {\n .container {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n@media (min-width: 768px) {\n .container {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n@media (min-width: 992px) {\n .container {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n@media (min-width: 1200px) {\n .container {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n@media (min-width: 576px) {\n .container {\n width: 540px;\n max-width: 100%;\n }\n}\n\n@media (min-width: 768px) {\n .container {\n width: 720px;\n max-width: 100%;\n }\n}\n\n@media (min-width: 992px) {\n .container {\n width: 960px;\n max-width: 100%;\n }\n}\n\n@media (min-width: 1200px) {\n .container {\n width: 1140px;\n max-width: 100%;\n }\n}\n\n.container-fluid {\n position: relative;\n margin-left: auto;\n margin-right: auto;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n@media (min-width: 576px) {\n .container-fluid {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n@media (min-width: 768px) {\n .container-fluid {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n@media (min-width: 992px) {\n .container-fluid {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n@media (min-width: 1200px) {\n .container-fluid {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n.row {\n display: flex;\n flex-wrap: wrap;\n margin-right: -15px;\n margin-left: -15px;\n}\n\n@media (min-width: 576px) {\n .row {\n margin-right: -15px;\n margin-left: -15px;\n }\n}\n\n@media (min-width: 768px) {\n .row {\n margin-right: -15px;\n margin-left: -15px;\n }\n}\n\n@media (min-width: 992px) {\n .row {\n margin-right: -15px;\n margin-left: -15px;\n }\n}\n\n@media (min-width: 1200px) {\n .row {\n margin-right: -15px;\n margin-left: -15px;\n }\n}\n\n.no-gutters {\n margin-right: 0;\n margin-left: 0;\n}\n\n.no-gutters > .col,\n.no-gutters > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n}\n\n.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {\n position: relative;\n width: 100%;\n min-height: 1px;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n@media (min-width: 576px) {\n .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n@media (min-width: 768px) {\n .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n@media (min-width: 992px) {\n .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n@media (min-width: 1200px) {\n .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {\n padding-right: 15px;\n padding-left: 15px;\n }\n}\n\n.col {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n}\n\n.col-auto {\n flex: 0 0 auto;\n width: auto;\n}\n\n.col-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n}\n\n.col-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n}\n\n.col-3 {\n flex: 0 0 25%;\n max-width: 25%;\n}\n\n.col-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n}\n\n.col-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n}\n\n.col-6 {\n flex: 0 0 50%;\n max-width: 50%;\n}\n\n.col-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n}\n\n.col-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n}\n\n.col-9 {\n flex: 0 0 75%;\n max-width: 75%;\n}\n\n.col-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n}\n\n.col-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n}\n\n.col-12 {\n flex: 0 0 100%;\n max-width: 100%;\n}\n\n.pull-0 {\n right: auto;\n}\n\n.pull-1 {\n right: 8.333333%;\n}\n\n.pull-2 {\n right: 16.666667%;\n}\n\n.pull-3 {\n right: 25%;\n}\n\n.pull-4 {\n right: 33.333333%;\n}\n\n.pull-5 {\n right: 41.666667%;\n}\n\n.pull-6 {\n right: 50%;\n}\n\n.pull-7 {\n right: 58.333333%;\n}\n\n.pull-8 {\n right: 66.666667%;\n}\n\n.pull-9 {\n right: 75%;\n}\n\n.pull-10 {\n right: 83.333333%;\n}\n\n.pull-11 {\n right: 91.666667%;\n}\n\n.pull-12 {\n right: 100%;\n}\n\n.push-0 {\n left: auto;\n}\n\n.push-1 {\n left: 8.333333%;\n}\n\n.push-2 {\n left: 16.666667%;\n}\n\n.push-3 {\n left: 25%;\n}\n\n.push-4 {\n left: 33.333333%;\n}\n\n.push-5 {\n left: 41.666667%;\n}\n\n.push-6 {\n left: 50%;\n}\n\n.push-7 {\n left: 58.333333%;\n}\n\n.push-8 {\n left: 66.666667%;\n}\n\n.push-9 {\n left: 75%;\n}\n\n.push-10 {\n left: 83.333333%;\n}\n\n.push-11 {\n left: 91.666667%;\n}\n\n.push-12 {\n left: 100%;\n}\n\n.offset-1 {\n margin-left: 8.333333%;\n}\n\n.offset-2 {\n margin-left: 16.666667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.333333%;\n}\n\n.offset-5 {\n margin-left: 41.666667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.333333%;\n}\n\n.offset-8 {\n margin-left: 66.666667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.333333%;\n}\n\n.offset-11 {\n margin-left: 91.666667%;\n}\n\n@media (min-width: 576px) {\n .col-sm {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-sm-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-sm-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-sm-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-sm-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-sm-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-sm-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-sm-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-sm-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-sm-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-sm-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-sm-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-sm-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-sm-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .pull-sm-0 {\n right: auto;\n }\n .pull-sm-1 {\n right: 8.333333%;\n }\n .pull-sm-2 {\n right: 16.666667%;\n }\n .pull-sm-3 {\n right: 25%;\n }\n .pull-sm-4 {\n right: 33.333333%;\n }\n .pull-sm-5 {\n right: 41.666667%;\n }\n .pull-sm-6 {\n right: 50%;\n }\n .pull-sm-7 {\n right: 58.333333%;\n }\n .pull-sm-8 {\n right: 66.666667%;\n }\n .pull-sm-9 {\n right: 75%;\n }\n .pull-sm-10 {\n right: 83.333333%;\n }\n .pull-sm-11 {\n right: 91.666667%;\n }\n .pull-sm-12 {\n right: 100%;\n }\n .push-sm-0 {\n left: auto;\n }\n .push-sm-1 {\n left: 8.333333%;\n }\n .push-sm-2 {\n left: 16.666667%;\n }\n .push-sm-3 {\n left: 25%;\n }\n .push-sm-4 {\n left: 33.333333%;\n }\n .push-sm-5 {\n left: 41.666667%;\n }\n .push-sm-6 {\n left: 50%;\n }\n .push-sm-7 {\n left: 58.333333%;\n }\n .push-sm-8 {\n left: 66.666667%;\n }\n .push-sm-9 {\n left: 75%;\n }\n .push-sm-10 {\n left: 83.333333%;\n }\n .push-sm-11 {\n left: 91.666667%;\n }\n .push-sm-12 {\n left: 100%;\n }\n .offset-sm-0 {\n margin-left: 0%;\n }\n .offset-sm-1 {\n margin-left: 8.333333%;\n }\n .offset-sm-2 {\n margin-left: 16.666667%;\n }\n .offset-sm-3 {\n margin-left: 25%;\n }\n .offset-sm-4 {\n margin-left: 33.333333%;\n }\n .offset-sm-5 {\n margin-left: 41.666667%;\n }\n .offset-sm-6 {\n margin-left: 50%;\n }\n .offset-sm-7 {\n margin-left: 58.333333%;\n }\n .offset-sm-8 {\n margin-left: 66.666667%;\n }\n .offset-sm-9 {\n margin-left: 75%;\n }\n .offset-sm-10 {\n margin-left: 83.333333%;\n }\n .offset-sm-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 768px) {\n .col-md {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-md-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-md-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-md-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-md-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-md-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-md-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-md-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-md-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-md-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-md-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-md-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-md-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-md-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .pull-md-0 {\n right: auto;\n }\n .pull-md-1 {\n right: 8.333333%;\n }\n .pull-md-2 {\n right: 16.666667%;\n }\n .pull-md-3 {\n right: 25%;\n }\n .pull-md-4 {\n right: 33.333333%;\n }\n .pull-md-5 {\n right: 41.666667%;\n }\n .pull-md-6 {\n right: 50%;\n }\n .pull-md-7 {\n right: 58.333333%;\n }\n .pull-md-8 {\n right: 66.666667%;\n }\n .pull-md-9 {\n right: 75%;\n }\n .pull-md-10 {\n right: 83.333333%;\n }\n .pull-md-11 {\n right: 91.666667%;\n }\n .pull-md-12 {\n right: 100%;\n }\n .push-md-0 {\n left: auto;\n }\n .push-md-1 {\n left: 8.333333%;\n }\n .push-md-2 {\n left: 16.666667%;\n }\n .push-md-3 {\n left: 25%;\n }\n .push-md-4 {\n left: 33.333333%;\n }\n .push-md-5 {\n left: 41.666667%;\n }\n .push-md-6 {\n left: 50%;\n }\n .push-md-7 {\n left: 58.333333%;\n }\n .push-md-8 {\n left: 66.666667%;\n }\n .push-md-9 {\n left: 75%;\n }\n .push-md-10 {\n left: 83.333333%;\n }\n .push-md-11 {\n left: 91.666667%;\n }\n .push-md-12 {\n left: 100%;\n }\n .offset-md-0 {\n margin-left: 0%;\n }\n .offset-md-1 {\n margin-left: 8.333333%;\n }\n .offset-md-2 {\n margin-left: 16.666667%;\n }\n .offset-md-3 {\n margin-left: 25%;\n }\n .offset-md-4 {\n margin-left: 33.333333%;\n }\n .offset-md-5 {\n margin-left: 41.666667%;\n }\n .offset-md-6 {\n margin-left: 50%;\n }\n .offset-md-7 {\n margin-left: 58.333333%;\n }\n .offset-md-8 {\n margin-left: 66.666667%;\n }\n .offset-md-9 {\n margin-left: 75%;\n }\n .offset-md-10 {\n margin-left: 83.333333%;\n }\n .offset-md-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 992px) {\n .col-lg {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-lg-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-lg-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-lg-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-lg-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-lg-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-lg-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-lg-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-lg-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-lg-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-lg-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-lg-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-lg-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-lg-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .pull-lg-0 {\n right: auto;\n }\n .pull-lg-1 {\n right: 8.333333%;\n }\n .pull-lg-2 {\n right: 16.666667%;\n }\n .pull-lg-3 {\n right: 25%;\n }\n .pull-lg-4 {\n right: 33.333333%;\n }\n .pull-lg-5 {\n right: 41.666667%;\n }\n .pull-lg-6 {\n right: 50%;\n }\n .pull-lg-7 {\n right: 58.333333%;\n }\n .pull-lg-8 {\n right: 66.666667%;\n }\n .pull-lg-9 {\n right: 75%;\n }\n .pull-lg-10 {\n right: 83.333333%;\n }\n .pull-lg-11 {\n right: 91.666667%;\n }\n .pull-lg-12 {\n right: 100%;\n }\n .push-lg-0 {\n left: auto;\n }\n .push-lg-1 {\n left: 8.333333%;\n }\n .push-lg-2 {\n left: 16.666667%;\n }\n .push-lg-3 {\n left: 25%;\n }\n .push-lg-4 {\n left: 33.333333%;\n }\n .push-lg-5 {\n left: 41.666667%;\n }\n .push-lg-6 {\n left: 50%;\n }\n .push-lg-7 {\n left: 58.333333%;\n }\n .push-lg-8 {\n left: 66.666667%;\n }\n .push-lg-9 {\n left: 75%;\n }\n .push-lg-10 {\n left: 83.333333%;\n }\n .push-lg-11 {\n left: 91.666667%;\n }\n .push-lg-12 {\n left: 100%;\n }\n .offset-lg-0 {\n margin-left: 0%;\n }\n .offset-lg-1 {\n margin-left: 8.333333%;\n }\n .offset-lg-2 {\n margin-left: 16.666667%;\n }\n .offset-lg-3 {\n margin-left: 25%;\n }\n .offset-lg-4 {\n margin-left: 33.333333%;\n }\n .offset-lg-5 {\n margin-left: 41.666667%;\n }\n .offset-lg-6 {\n margin-left: 50%;\n }\n .offset-lg-7 {\n margin-left: 58.333333%;\n }\n .offset-lg-8 {\n margin-left: 66.666667%;\n }\n .offset-lg-9 {\n margin-left: 75%;\n }\n .offset-lg-10 {\n margin-left: 83.333333%;\n }\n .offset-lg-11 {\n margin-left: 91.666667%;\n }\n}\n\n@media (min-width: 1200px) {\n .col-xl {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col-xl-auto {\n flex: 0 0 auto;\n width: auto;\n }\n .col-xl-1 {\n flex: 0 0 8.333333%;\n max-width: 8.333333%;\n }\n .col-xl-2 {\n flex: 0 0 16.666667%;\n max-width: 16.666667%;\n }\n .col-xl-3 {\n flex: 0 0 25%;\n max-width: 25%;\n }\n .col-xl-4 {\n flex: 0 0 33.333333%;\n max-width: 33.333333%;\n }\n .col-xl-5 {\n flex: 0 0 41.666667%;\n max-width: 41.666667%;\n }\n .col-xl-6 {\n flex: 0 0 50%;\n max-width: 50%;\n }\n .col-xl-7 {\n flex: 0 0 58.333333%;\n max-width: 58.333333%;\n }\n .col-xl-8 {\n flex: 0 0 66.666667%;\n max-width: 66.666667%;\n }\n .col-xl-9 {\n flex: 0 0 75%;\n max-width: 75%;\n }\n .col-xl-10 {\n flex: 0 0 83.333333%;\n max-width: 83.333333%;\n }\n .col-xl-11 {\n flex: 0 0 91.666667%;\n max-width: 91.666667%;\n }\n .col-xl-12 {\n flex: 0 0 100%;\n max-width: 100%;\n }\n .pull-xl-0 {\n right: auto;\n }\n .pull-xl-1 {\n right: 8.333333%;\n }\n .pull-xl-2 {\n right: 16.666667%;\n }\n .pull-xl-3 {\n right: 25%;\n }\n .pull-xl-4 {\n right: 33.333333%;\n }\n .pull-xl-5 {\n right: 41.666667%;\n }\n .pull-xl-6 {\n right: 50%;\n }\n .pull-xl-7 {\n right: 58.333333%;\n }\n .pull-xl-8 {\n right: 66.666667%;\n }\n .pull-xl-9 {\n right: 75%;\n }\n .pull-xl-10 {\n right: 83.333333%;\n }\n .pull-xl-11 {\n right: 91.666667%;\n }\n .pull-xl-12 {\n right: 100%;\n }\n .push-xl-0 {\n left: auto;\n }\n .push-xl-1 {\n left: 8.333333%;\n }\n .push-xl-2 {\n left: 16.666667%;\n }\n .push-xl-3 {\n left: 25%;\n }\n .push-xl-4 {\n left: 33.333333%;\n }\n .push-xl-5 {\n left: 41.666667%;\n }\n .push-xl-6 {\n left: 50%;\n }\n .push-xl-7 {\n left: 58.333333%;\n }\n .push-xl-8 {\n left: 66.666667%;\n }\n .push-xl-9 {\n left: 75%;\n }\n .push-xl-10 {\n left: 83.333333%;\n }\n .push-xl-11 {\n left: 91.666667%;\n }\n .push-xl-12 {\n left: 100%;\n }\n .offset-xl-0 {\n margin-left: 0%;\n }\n .offset-xl-1 {\n margin-left: 8.333333%;\n }\n .offset-xl-2 {\n margin-left: 16.666667%;\n }\n .offset-xl-3 {\n margin-left: 25%;\n }\n .offset-xl-4 {\n margin-left: 33.333333%;\n }\n .offset-xl-5 {\n margin-left: 41.666667%;\n }\n .offset-xl-6 {\n margin-left: 50%;\n }\n .offset-xl-7 {\n margin-left: 58.333333%;\n }\n .offset-xl-8 {\n margin-left: 66.666667%;\n }\n .offset-xl-9 {\n margin-left: 75%;\n }\n .offset-xl-10 {\n margin-left: 83.333333%;\n }\n .offset-xl-11 {\n margin-left: 91.666667%;\n }\n}\n\n.table {\n width: 100%;\n max-width: 100%;\n margin-bottom: 1rem;\n}\n\n.table th,\n.table td {\n padding: 0.75rem;\n vertical-align: top;\n border-top: 1px solid #eceeef;\n}\n\n.table thead th {\n vertical-align: bottom;\n border-bottom: 2px solid #eceeef;\n}\n\n.table tbody + tbody {\n border-top: 2px solid #eceeef;\n}\n\n.table .table {\n background-color: #fff;\n}\n\n.table-sm th,\n.table-sm td {\n padding: 0.3rem;\n}\n\n.table-bordered {\n border: 1px solid #eceeef;\n}\n\n.table-bordered th,\n.table-bordered td {\n border: 1px solid #eceeef;\n}\n\n.table-bordered thead th,\n.table-bordered thead td {\n border-bottom-width: 2px;\n}\n\n.table-striped tbody tr:nth-of-type(odd) {\n background-color: rgba(0, 0, 0, 0.05);\n}\n\n.table-hover tbody tr:hover {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-active,\n.table-active > th,\n.table-active > td {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-hover .table-active:hover {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-hover .table-active:hover > td,\n.table-hover .table-active:hover > th {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-success,\n.table-success > th,\n.table-success > td {\n background-color: #dff0d8;\n}\n\n.table-hover .table-success:hover {\n background-color: #d0e9c6;\n}\n\n.table-hover .table-success:hover > td,\n.table-hover .table-success:hover > th {\n background-color: #d0e9c6;\n}\n\n.table-info,\n.table-info > th,\n.table-info > td {\n background-color: #d9edf7;\n}\n\n.table-hover .table-info:hover {\n background-color: #c4e3f3;\n}\n\n.table-hover .table-info:hover > td,\n.table-hover .table-info:hover > th {\n background-color: #c4e3f3;\n}\n\n.table-warning,\n.table-warning > th,\n.table-warning > td {\n background-color: #fcf8e3;\n}\n\n.table-hover .table-warning:hover {\n background-color: #faf2cc;\n}\n\n.table-hover .table-warning:hover > td,\n.table-hover .table-warning:hover > th {\n background-color: #faf2cc;\n}\n\n.table-danger,\n.table-danger > th,\n.table-danger > td {\n background-color: #f2dede;\n}\n\n.table-hover .table-danger:hover {\n background-color: #ebcccc;\n}\n\n.table-hover .table-danger:hover > td,\n.table-hover .table-danger:hover > th {\n background-color: #ebcccc;\n}\n\n.thead-inverse th {\n color: #fff;\n background-color: #292b2c;\n}\n\n.thead-default th {\n color: #464a4c;\n background-color: #eceeef;\n}\n\n.table-inverse {\n color: #fff;\n background-color: #292b2c;\n}\n\n.table-inverse th,\n.table-inverse td,\n.table-inverse thead th {\n border-color: #fff;\n}\n\n.table-inverse.table-bordered {\n border: 0;\n}\n\n.table-responsive {\n display: block;\n width: 100%;\n overflow-x: auto;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n}\n\n.table-responsive.table-bordered {\n border: 0;\n}\n\n.form-control {\n display: block;\n width: 100%;\n padding: 0.5rem 0.75rem;\n font-size: 1rem;\n line-height: 1.25;\n color: #464a4c;\n background-color: #fff;\n background-image: none;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 0.25rem;\n transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;\n}\n\n.form-control::-ms-expand {\n background-color: transparent;\n border: 0;\n}\n\n.form-control:focus {\n color: #464a4c;\n background-color: #fff;\n border-color: #5cb3fd;\n outline: none;\n}\n\n.form-control::placeholder {\n color: #636c72;\n opacity: 1;\n}\n\n.form-control:disabled, .form-control[readonly] {\n background-color: #eceeef;\n opacity: 1;\n}\n\n.form-control:disabled {\n cursor: not-allowed;\n}\n\nselect.form-control:not([size]):not([multiple]) {\n height: calc(2.25rem + 2px);\n}\n\nselect.form-control:focus::-ms-value {\n color: #464a4c;\n background-color: #fff;\n}\n\n.form-control-file,\n.form-control-range {\n display: block;\n}\n\n.col-form-label {\n padding-top: calc(0.5rem - 1px * 2);\n padding-bottom: calc(0.5rem - 1px * 2);\n margin-bottom: 0;\n}\n\n.col-form-label-lg {\n padding-top: calc(0.75rem - 1px * 2);\n padding-bottom: calc(0.75rem - 1px * 2);\n font-size: 1.25rem;\n}\n\n.col-form-label-sm {\n padding-top: calc(0.25rem - 1px * 2);\n padding-bottom: calc(0.25rem - 1px * 2);\n font-size: 0.875rem;\n}\n\n.col-form-legend {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n margin-bottom: 0;\n font-size: 1rem;\n}\n\n.form-control-static {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n margin-bottom: 0;\n line-height: 1.25;\n border: solid transparent;\n border-width: 1px 0;\n}\n\n.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,\n.input-group-sm > .form-control-static.input-group-addon,\n.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,\n.input-group-lg > .form-control-static.input-group-addon,\n.input-group-lg > .input-group-btn > .form-control-static.btn {\n padding-right: 0;\n padding-left: 0;\n}\n\n.form-control-sm, .input-group-sm > .form-control,\n.input-group-sm > .input-group-addon,\n.input-group-sm > .input-group-btn > .btn {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n border-radius: 0.2rem;\n}\n\nselect.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),\n.input-group-sm > select.input-group-addon:not([size]):not([multiple]),\n.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {\n height: 1.8125rem;\n}\n\n.form-control-lg, .input-group-lg > .form-control,\n.input-group-lg > .input-group-addon,\n.input-group-lg > .input-group-btn > .btn {\n padding: 0.75rem 1.5rem;\n font-size: 1.25rem;\n border-radius: 0.3rem;\n}\n\nselect.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),\n.input-group-lg > select.input-group-addon:not([size]):not([multiple]),\n.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {\n height: 3.166667rem;\n}\n\n.form-group {\n margin-bottom: 1rem;\n}\n\n.form-text {\n display: block;\n margin-top: 0.25rem;\n}\n\n.form-check {\n position: relative;\n display: block;\n margin-bottom: 0.5rem;\n}\n\n.form-check.disabled .form-check-label {\n color: #636c72;\n cursor: not-allowed;\n}\n\n.form-check-label {\n padding-left: 1.25rem;\n margin-bottom: 0;\n cursor: pointer;\n}\n\n.form-check-input {\n position: absolute;\n margin-top: 0.25rem;\n margin-left: -1.25rem;\n}\n\n.form-check-input:only-child {\n position: static;\n}\n\n.form-check-inline {\n display: inline-block;\n}\n\n.form-check-inline .form-check-label {\n vertical-align: middle;\n}\n\n.form-check-inline + .form-check-inline {\n margin-left: 0.75rem;\n}\n\n.form-control-feedback {\n margin-top: 0.25rem;\n}\n\n.form-control-success,\n.form-control-warning,\n.form-control-danger {\n padding-right: 2.25rem;\n background-repeat: no-repeat;\n background-position: center right 0.5625rem;\n background-size: 1.125rem 1.125rem;\n}\n\n.has-success .form-control-feedback,\n.has-success .form-control-label,\n.has-success .col-form-label,\n.has-success .form-check-label,\n.has-success .custom-control {\n color: #5cb85c;\n}\n\n.has-success .form-control {\n border-color: #5cb85c;\n}\n\n.has-success .input-group-addon {\n color: #5cb85c;\n border-color: #5cb85c;\n background-color: #eaf6ea;\n}\n\n.has-success .form-control-success {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");\n}\n\n.has-warning .form-control-feedback,\n.has-warning .form-control-label,\n.has-warning .col-form-label,\n.has-warning .form-check-label,\n.has-warning .custom-control {\n color: #f0ad4e;\n}\n\n.has-warning .form-control {\n border-color: #f0ad4e;\n}\n\n.has-warning .input-group-addon {\n color: #f0ad4e;\n border-color: #f0ad4e;\n background-color: white;\n}\n\n.has-warning .form-control-warning {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\");\n}\n\n.has-danger .form-control-feedback,\n.has-danger .form-control-label,\n.has-danger .col-form-label,\n.has-danger .form-check-label,\n.has-danger .custom-control {\n color: #d9534f;\n}\n\n.has-danger .form-control {\n border-color: #d9534f;\n}\n\n.has-danger .input-group-addon {\n color: #d9534f;\n border-color: #d9534f;\n background-color: #fdf7f7;\n}\n\n.has-danger .form-control-danger {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");\n}\n\n.form-inline {\n display: flex;\n flex-flow: row wrap;\n align-items: center;\n}\n\n.form-inline .form-check {\n width: 100%;\n}\n\n@media (min-width: 576px) {\n .form-inline label {\n display: flex;\n align-items: center;\n justify-content: center;\n margin-bottom: 0;\n }\n .form-inline .form-group {\n display: flex;\n flex: 0 0 auto;\n flex-flow: row wrap;\n align-items: center;\n margin-bottom: 0;\n }\n .form-inline .form-control {\n display: inline-block;\n width: auto;\n vertical-align: middle;\n }\n .form-inline .form-control-static {\n display: inline-block;\n }\n .form-inline .input-group {\n width: auto;\n }\n .form-inline .form-control-label {\n margin-bottom: 0;\n vertical-align: middle;\n }\n .form-inline .form-check {\n display: flex;\n align-items: center;\n justify-content: center;\n width: auto;\n margin-top: 0;\n margin-bottom: 0;\n }\n .form-inline .form-check-label {\n padding-left: 0;\n }\n .form-inline .form-check-input {\n position: relative;\n margin-top: 0;\n margin-right: 0.25rem;\n margin-left: 0;\n }\n .form-inline .custom-control {\n display: flex;\n align-items: center;\n justify-content: center;\n padding-left: 0;\n }\n .form-inline .custom-control-indicator {\n position: static;\n display: inline-block;\n margin-right: 0.25rem;\n vertical-align: text-bottom;\n }\n .form-inline .has-feedback .form-control-feedback {\n top: 0;\n }\n}\n\n.btn {\n display: inline-block;\n font-weight: normal;\n line-height: 1.25;\n text-align: center;\n white-space: nowrap;\n vertical-align: middle;\n user-select: none;\n border: 1px solid transparent;\n padding: 0.5rem 1rem;\n font-size: 1rem;\n border-radius: 0.25rem;\n transition: all 0.2s ease-in-out;\n}\n\n.btn:focus, .btn:hover {\n text-decoration: none;\n}\n\n.btn:focus, .btn.focus {\n outline: 0;\n box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);\n}\n\n.btn.disabled, .btn:disabled {\n cursor: not-allowed;\n opacity: .65;\n}\n\n.btn:active, .btn.active {\n background-image: none;\n}\n\na.btn.disabled,\nfieldset[disabled] a.btn {\n pointer-events: none;\n}\n\n.btn-primary {\n color: #fff;\n background-color: #0275d8;\n border-color: #0275d8;\n}\n\n.btn-primary:hover {\n color: #fff;\n background-color: #025aa5;\n border-color: #01549b;\n}\n\n.btn-primary:focus, .btn-primary.focus {\n box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);\n}\n\n.btn-primary.disabled, .btn-primary:disabled {\n background-color: #0275d8;\n border-color: #0275d8;\n}\n\n.btn-primary:active, .btn-primary.active,\n.show > .btn-primary.dropdown-toggle {\n color: #fff;\n background-color: #025aa5;\n background-image: none;\n border-color: #01549b;\n}\n\n.btn-secondary {\n color: #292b2c;\n background-color: #fff;\n border-color: #ccc;\n}\n\n.btn-secondary:hover {\n color: #292b2c;\n background-color: #e6e6e6;\n border-color: #adadad;\n}\n\n.btn-secondary:focus, .btn-secondary.focus {\n box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);\n}\n\n.btn-secondary.disabled, .btn-secondary:disabled {\n background-color: #fff;\n border-color: #ccc;\n}\n\n.btn-secondary:active, .btn-secondary.active,\n.show > .btn-secondary.dropdown-toggle {\n color: #292b2c;\n background-color: #e6e6e6;\n background-image: none;\n border-color: #adadad;\n}\n\n.btn-info {\n color: #fff;\n background-color: #5bc0de;\n border-color: #5bc0de;\n}\n\n.btn-info:hover {\n color: #fff;\n background-color: #31b0d5;\n border-color: #2aabd2;\n}\n\n.btn-info:focus, .btn-info.focus {\n box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);\n}\n\n.btn-info.disabled, .btn-info:disabled {\n background-color: #5bc0de;\n border-color: #5bc0de;\n}\n\n.btn-info:active, .btn-info.active,\n.show > .btn-info.dropdown-toggle {\n color: #fff;\n background-color: #31b0d5;\n background-image: none;\n border-color: #2aabd2;\n}\n\n.btn-success {\n color: #fff;\n background-color: #5cb85c;\n border-color: #5cb85c;\n}\n\n.btn-success:hover {\n color: #fff;\n background-color: #449d44;\n border-color: #419641;\n}\n\n.btn-success:focus, .btn-success.focus {\n box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);\n}\n\n.btn-success.disabled, .btn-success:disabled {\n background-color: #5cb85c;\n border-color: #5cb85c;\n}\n\n.btn-success:active, .btn-success.active,\n.show > .btn-success.dropdown-toggle {\n color: #fff;\n background-color: #449d44;\n background-image: none;\n border-color: #419641;\n}\n\n.btn-warning {\n color: #fff;\n background-color: #f0ad4e;\n border-color: #f0ad4e;\n}\n\n.btn-warning:hover {\n color: #fff;\n background-color: #ec971f;\n border-color: #eb9316;\n}\n\n.btn-warning:focus, .btn-warning.focus {\n box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);\n}\n\n.btn-warning.disabled, .btn-warning:disabled {\n background-color: #f0ad4e;\n border-color: #f0ad4e;\n}\n\n.btn-warning:active, .btn-warning.active,\n.show > .btn-warning.dropdown-toggle {\n color: #fff;\n background-color: #ec971f;\n background-image: none;\n border-color: #eb9316;\n}\n\n.btn-danger {\n color: #fff;\n background-color: #d9534f;\n border-color: #d9534f;\n}\n\n.btn-danger:hover {\n color: #fff;\n background-color: #c9302c;\n border-color: #c12e2a;\n}\n\n.btn-danger:focus, .btn-danger.focus {\n box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);\n}\n\n.btn-danger.disabled, .btn-danger:disabled {\n background-color: #d9534f;\n border-color: #d9534f;\n}\n\n.btn-danger:active, .btn-danger.active,\n.show > .btn-danger.dropdown-toggle {\n color: #fff;\n background-color: #c9302c;\n background-image: none;\n border-color: #c12e2a;\n}\n\n.btn-outline-primary {\n color: #0275d8;\n background-image: none;\n background-color: transparent;\n border-color: #0275d8;\n}\n\n.btn-outline-primary:hover {\n color: #fff;\n background-color: #0275d8;\n border-color: #0275d8;\n}\n\n.btn-outline-primary:focus, .btn-outline-primary.focus {\n box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);\n}\n\n.btn-outline-primary.disabled, .btn-outline-primary:disabled {\n color: #0275d8;\n background-color: transparent;\n}\n\n.btn-outline-primary:active, .btn-outline-primary.active,\n.show > .btn-outline-primary.dropdown-toggle {\n color: #fff;\n background-color: #0275d8;\n border-color: #0275d8;\n}\n\n.btn-outline-secondary {\n color: #ccc;\n background-image: none;\n background-color: transparent;\n border-color: #ccc;\n}\n\n.btn-outline-secondary:hover {\n color: #fff;\n background-color: #ccc;\n border-color: #ccc;\n}\n\n.btn-outline-secondary:focus, .btn-outline-secondary.focus {\n box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);\n}\n\n.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {\n color: #ccc;\n background-color: transparent;\n}\n\n.btn-outline-secondary:active, .btn-outline-secondary.active,\n.show > .btn-outline-secondary.dropdown-toggle {\n color: #fff;\n background-color: #ccc;\n border-color: #ccc;\n}\n\n.btn-outline-info {\n color: #5bc0de;\n background-image: none;\n background-color: transparent;\n border-color: #5bc0de;\n}\n\n.btn-outline-info:hover {\n color: #fff;\n background-color: #5bc0de;\n border-color: #5bc0de;\n}\n\n.btn-outline-info:focus, .btn-outline-info.focus {\n box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);\n}\n\n.btn-outline-info.disabled, .btn-outline-info:disabled {\n color: #5bc0de;\n background-color: transparent;\n}\n\n.btn-outline-info:active, .btn-outline-info.active,\n.show > .btn-outline-info.dropdown-toggle {\n color: #fff;\n background-color: #5bc0de;\n border-color: #5bc0de;\n}\n\n.btn-outline-success {\n color: #5cb85c;\n background-image: none;\n background-color: transparent;\n border-color: #5cb85c;\n}\n\n.btn-outline-success:hover {\n color: #fff;\n background-color: #5cb85c;\n border-color: #5cb85c;\n}\n\n.btn-outline-success:focus, .btn-outline-success.focus {\n box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);\n}\n\n.btn-outline-success.disabled, .btn-outline-success:disabled {\n color: #5cb85c;\n background-color: transparent;\n}\n\n.btn-outline-success:active, .btn-outline-success.active,\n.show > .btn-outline-success.dropdown-toggle {\n color: #fff;\n background-color: #5cb85c;\n border-color: #5cb85c;\n}\n\n.btn-outline-warning {\n color: #f0ad4e;\n background-image: none;\n background-color: transparent;\n border-color: #f0ad4e;\n}\n\n.btn-outline-warning:hover {\n color: #fff;\n background-color: #f0ad4e;\n border-color: #f0ad4e;\n}\n\n.btn-outline-warning:focus, .btn-outline-warning.focus {\n box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);\n}\n\n.btn-outline-warning.disabled, .btn-outline-warning:disabled {\n color: #f0ad4e;\n background-color: transparent;\n}\n\n.btn-outline-warning:active, .btn-outline-warning.active,\n.show > .btn-outline-warning.dropdown-toggle {\n color: #fff;\n background-color: #f0ad4e;\n border-color: #f0ad4e;\n}\n\n.btn-outline-danger {\n color: #d9534f;\n background-image: none;\n background-color: transparent;\n border-color: #d9534f;\n}\n\n.btn-outline-danger:hover {\n color: #fff;\n background-color: #d9534f;\n border-color: #d9534f;\n}\n\n.btn-outline-danger:focus, .btn-outline-danger.focus {\n box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);\n}\n\n.btn-outline-danger.disabled, .btn-outline-danger:disabled {\n color: #d9534f;\n background-color: transparent;\n}\n\n.btn-outline-danger:active, .btn-outline-danger.active,\n.show > .btn-outline-danger.dropdown-toggle {\n color: #fff;\n background-color: #d9534f;\n border-color: #d9534f;\n}\n\n.btn-link {\n font-weight: normal;\n color: #0275d8;\n border-radius: 0;\n}\n\n.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {\n background-color: transparent;\n}\n\n.btn-link, .btn-link:focus, .btn-link:active {\n border-color: transparent;\n}\n\n.btn-link:hover {\n border-color: transparent;\n}\n\n.btn-link:focus, .btn-link:hover {\n color: #014c8c;\n text-decoration: underline;\n background-color: transparent;\n}\n\n.btn-link:disabled {\n color: #636c72;\n}\n\n.btn-link:disabled:focus, .btn-link:disabled:hover {\n text-decoration: none;\n}\n\n.btn-lg, .btn-group-lg > .btn {\n padding: 0.75rem 1.5rem;\n font-size: 1.25rem;\n border-radius: 0.3rem;\n}\n\n.btn-sm, .btn-group-sm > .btn {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n border-radius: 0.2rem;\n}\n\n.btn-block {\n display: block;\n width: 100%;\n}\n\n.btn-block + .btn-block {\n margin-top: 0.5rem;\n}\n\ninput[type=\"submit\"].btn-block,\ninput[type=\"reset\"].btn-block,\ninput[type=\"button\"].btn-block {\n width: 100%;\n}\n\n.fade {\n opacity: 0;\n transition: opacity 0.15s linear;\n}\n\n.fade.show {\n opacity: 1;\n}\n\n.collapse {\n display: none;\n}\n\n.collapse.show {\n display: block;\n}\n\ntr.collapse.show {\n display: table-row;\n}\n\ntbody.collapse.show {\n display: table-row-group;\n}\n\n.collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n transition: height 0.35s ease;\n}\n\n.dropup,\n.dropdown {\n position: relative;\n}\n\n.dropdown-toggle::after {\n display: inline-block;\n width: 0;\n height: 0;\n margin-left: 0.3em;\n vertical-align: middle;\n content: \"\";\n border-top: 0.3em solid;\n border-right: 0.3em solid transparent;\n border-left: 0.3em solid transparent;\n}\n\n.dropdown-toggle:focus {\n outline: 0;\n}\n\n.dropup .dropdown-toggle::after {\n border-top: 0;\n border-bottom: 0.3em solid;\n}\n\n.dropdown-menu {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: 1000;\n display: none;\n float: left;\n min-width: 10rem;\n padding: 0.5rem 0;\n margin: 0.125rem 0 0;\n font-size: 1rem;\n color: #292b2c;\n text-align: left;\n list-style: none;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 0.25rem;\n}\n\n.dropdown-divider {\n height: 1px;\n margin: 0.5rem 0;\n overflow: hidden;\n background-color: #eceeef;\n}\n\n.dropdown-item {\n display: block;\n width: 100%;\n padding: 3px 1.5rem;\n clear: both;\n font-weight: normal;\n color: #292b2c;\n text-align: inherit;\n white-space: nowrap;\n background: none;\n border: 0;\n}\n\n.dropdown-item:focus, .dropdown-item:hover {\n color: #1d1e1f;\n text-decoration: none;\n background-color: #f7f7f9;\n}\n\n.dropdown-item.active, .dropdown-item:active {\n color: #fff;\n text-decoration: none;\n background-color: #0275d8;\n}\n\n.dropdown-item.disabled, .dropdown-item:disabled {\n color: #636c72;\n cursor: not-allowed;\n background-color: transparent;\n}\n\n.show > .dropdown-menu {\n display: block;\n}\n\n.show > a {\n outline: 0;\n}\n\n.dropdown-menu-right {\n right: 0;\n left: auto;\n}\n\n.dropdown-menu-left {\n right: auto;\n left: 0;\n}\n\n.dropdown-header {\n display: block;\n padding: 0.5rem 1.5rem;\n margin-bottom: 0;\n font-size: 0.875rem;\n color: #636c72;\n white-space: nowrap;\n}\n\n.dropdown-backdrop {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 990;\n}\n\n.dropup .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-bottom: 0.125rem;\n}\n\n.btn-group,\n.btn-group-vertical {\n position: relative;\n display: inline-flex;\n vertical-align: middle;\n}\n\n.btn-group > .btn,\n.btn-group-vertical > .btn {\n position: relative;\n flex: 0 1 auto;\n}\n\n.btn-group > .btn:hover,\n.btn-group-vertical > .btn:hover {\n z-index: 2;\n}\n\n.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,\n.btn-group-vertical > .btn:focus,\n.btn-group-vertical > .btn:active,\n.btn-group-vertical > .btn.active {\n z-index: 2;\n}\n\n.btn-group .btn + .btn,\n.btn-group .btn + .btn-group,\n.btn-group .btn-group + .btn,\n.btn-group .btn-group + .btn-group,\n.btn-group-vertical .btn + .btn,\n.btn-group-vertical .btn + .btn-group,\n.btn-group-vertical .btn-group + .btn,\n.btn-group-vertical .btn-group + .btn-group {\n margin-left: -1px;\n}\n\n.btn-toolbar {\n display: flex;\n justify-content: flex-start;\n}\n\n.btn-toolbar .input-group {\n width: auto;\n}\n\n.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {\n border-radius: 0;\n}\n\n.btn-group > .btn:first-child {\n margin-left: 0;\n}\n\n.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {\n border-bottom-right-radius: 0;\n border-top-right-radius: 0;\n}\n\n.btn-group > .btn:last-child:not(:first-child),\n.btn-group > .dropdown-toggle:not(:first-child) {\n border-bottom-left-radius: 0;\n border-top-left-radius: 0;\n}\n\n.btn-group > .btn-group {\n float: left;\n}\n\n.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {\n border-radius: 0;\n}\n\n.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,\n.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {\n border-bottom-right-radius: 0;\n border-top-right-radius: 0;\n}\n\n.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {\n border-bottom-left-radius: 0;\n border-top-left-radius: 0;\n}\n\n.btn-group .dropdown-toggle:active,\n.btn-group.open .dropdown-toggle {\n outline: 0;\n}\n\n.btn + .dropdown-toggle-split {\n padding-right: 0.75rem;\n padding-left: 0.75rem;\n}\n\n.btn + .dropdown-toggle-split::after {\n margin-left: 0;\n}\n\n.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {\n padding-right: 0.375rem;\n padding-left: 0.375rem;\n}\n\n.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {\n padding-right: 1.125rem;\n padding-left: 1.125rem;\n}\n\n.btn-group-vertical {\n display: inline-flex;\n flex-direction: column;\n align-items: flex-start;\n justify-content: center;\n}\n\n.btn-group-vertical .btn,\n.btn-group-vertical .btn-group {\n width: 100%;\n}\n\n.btn-group-vertical > .btn + .btn,\n.btn-group-vertical > .btn + .btn-group,\n.btn-group-vertical > .btn-group + .btn,\n.btn-group-vertical > .btn-group + .btn-group {\n margin-top: -1px;\n margin-left: 0;\n}\n\n.btn-group-vertical > .btn:not(:first-child):not(:last-child) {\n border-radius: 0;\n}\n\n.btn-group-vertical > .btn:first-child:not(:last-child) {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.btn-group-vertical > .btn:last-child:not(:first-child) {\n border-top-right-radius: 0;\n border-top-left-radius: 0;\n}\n\n.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {\n border-radius: 0;\n}\n\n.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,\n.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 0;\n}\n\n.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {\n border-top-right-radius: 0;\n border-top-left-radius: 0;\n}\n\n[data-toggle=\"buttons\"] > .btn input[type=\"radio\"],\n[data-toggle=\"buttons\"] > .btn input[type=\"checkbox\"],\n[data-toggle=\"buttons\"] > .btn-group > .btn input[type=\"radio\"],\n[data-toggle=\"buttons\"] > .btn-group > .btn input[type=\"checkbox\"] {\n position: absolute;\n clip: rect(0, 0, 0, 0);\n pointer-events: none;\n}\n\n.input-group {\n position: relative;\n display: flex;\n width: 100%;\n}\n\n.input-group .form-control {\n position: relative;\n z-index: 2;\n flex: 1 1 auto;\n width: 1%;\n margin-bottom: 0;\n}\n\n.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {\n z-index: 3;\n}\n\n.input-group-addon,\n.input-group-btn,\n.input-group .form-control {\n display: flex;\n flex-direction: column;\n justify-content: center;\n}\n\n.input-group-addon:not(:first-child):not(:last-child),\n.input-group-btn:not(:first-child):not(:last-child),\n.input-group .form-control:not(:first-child):not(:last-child) {\n border-radius: 0;\n}\n\n.input-group-addon,\n.input-group-btn {\n white-space: nowrap;\n vertical-align: middle;\n}\n\n.input-group-addon {\n padding: 0.5rem 0.75rem;\n margin-bottom: 0;\n font-size: 1rem;\n font-weight: normal;\n line-height: 1.25;\n color: #464a4c;\n text-align: center;\n background-color: #eceeef;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 0.25rem;\n}\n\n.input-group-addon.form-control-sm,\n.input-group-sm > .input-group-addon,\n.input-group-sm > .input-group-btn > .input-group-addon.btn {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n border-radius: 0.2rem;\n}\n\n.input-group-addon.form-control-lg,\n.input-group-lg > .input-group-addon,\n.input-group-lg > .input-group-btn > .input-group-addon.btn {\n padding: 0.75rem 1.5rem;\n font-size: 1.25rem;\n border-radius: 0.3rem;\n}\n\n.input-group-addon input[type=\"radio\"],\n.input-group-addon input[type=\"checkbox\"] {\n margin-top: 0;\n}\n\n.input-group .form-control:not(:last-child),\n.input-group-addon:not(:last-child),\n.input-group-btn:not(:last-child) > .btn,\n.input-group-btn:not(:last-child) > .btn-group > .btn,\n.input-group-btn:not(:last-child) > .dropdown-toggle,\n.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),\n.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {\n border-bottom-right-radius: 0;\n border-top-right-radius: 0;\n}\n\n.input-group-addon:not(:last-child) {\n border-right: 0;\n}\n\n.input-group .form-control:not(:first-child),\n.input-group-addon:not(:first-child),\n.input-group-btn:not(:first-child) > .btn,\n.input-group-btn:not(:first-child) > .btn-group > .btn,\n.input-group-btn:not(:first-child) > .dropdown-toggle,\n.input-group-btn:not(:last-child) > .btn:not(:first-child),\n.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {\n border-bottom-left-radius: 0;\n border-top-left-radius: 0;\n}\n\n.form-control + .input-group-addon:not(:first-child) {\n border-left: 0;\n}\n\n.input-group-btn {\n position: relative;\n font-size: 0;\n white-space: nowrap;\n}\n\n.input-group-btn > .btn {\n position: relative;\n flex: 1;\n}\n\n.input-group-btn > .btn + .btn {\n margin-left: -1px;\n}\n\n.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {\n z-index: 3;\n}\n\n.input-group-btn:not(:last-child) > .btn,\n.input-group-btn:not(:last-child) > .btn-group {\n margin-right: -1px;\n}\n\n.input-group-btn:not(:first-child) > .btn,\n.input-group-btn:not(:first-child) > .btn-group {\n z-index: 2;\n margin-left: -1px;\n}\n\n.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,\n.input-group-btn:not(:first-child) > .btn-group:focus,\n.input-group-btn:not(:first-child) > .btn-group:active,\n.input-group-btn:not(:first-child) > .btn-group:hover {\n z-index: 3;\n}\n\n.custom-control {\n position: relative;\n display: inline-flex;\n min-height: 1.5rem;\n padding-left: 1.5rem;\n margin-right: 1rem;\n cursor: pointer;\n}\n\n.custom-control-input {\n position: absolute;\n z-index: -1;\n opacity: 0;\n}\n\n.custom-control-input:checked ~ .custom-control-indicator {\n color: #fff;\n background-color: #0275d8;\n}\n\n.custom-control-input:focus ~ .custom-control-indicator {\n box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;\n}\n\n.custom-control-input:active ~ .custom-control-indicator {\n color: #fff;\n background-color: #8fcafe;\n}\n\n.custom-control-input:disabled ~ .custom-control-indicator {\n cursor: not-allowed;\n background-color: #eceeef;\n}\n\n.custom-control-input:disabled ~ .custom-control-description {\n color: #636c72;\n cursor: not-allowed;\n}\n\n.custom-control-indicator {\n position: absolute;\n top: 0.25rem;\n left: 0;\n display: block;\n width: 1rem;\n height: 1rem;\n pointer-events: none;\n user-select: none;\n background-color: #ddd;\n background-repeat: no-repeat;\n background-position: center center;\n background-size: 50% 50%;\n}\n\n.custom-checkbox .custom-control-indicator {\n border-radius: 0.25rem;\n}\n\n.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E\");\n}\n\n.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {\n background-color: #0275d8;\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E\");\n}\n\n.custom-radio .custom-control-indicator {\n border-radius: 50%;\n}\n\n.custom-radio .custom-control-input:checked ~ .custom-control-indicator {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E\");\n}\n\n.custom-controls-stacked {\n display: flex;\n flex-direction: column;\n}\n\n.custom-controls-stacked .custom-control {\n margin-bottom: 0.25rem;\n}\n\n.custom-controls-stacked .custom-control + .custom-control {\n margin-left: 0;\n}\n\n.custom-select {\n display: inline-block;\n max-width: 100%;\n height: calc(2.25rem + 2px);\n padding: 0.375rem 1.75rem 0.375rem 0.75rem;\n line-height: 1.25;\n color: #464a4c;\n vertical-align: middle;\n background: #fff url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right 0.75rem center;\n background-size: 8px 10px;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 0.25rem;\n -moz-appearance: none;\n -webkit-appearance: none;\n}\n\n.custom-select:focus {\n border-color: #5cb3fd;\n outline: none;\n}\n\n.custom-select:focus::-ms-value {\n color: #464a4c;\n background-color: #fff;\n}\n\n.custom-select:disabled {\n color: #636c72;\n cursor: not-allowed;\n background-color: #eceeef;\n}\n\n.custom-select::-ms-expand {\n opacity: 0;\n}\n\n.custom-select-sm {\n padding-top: 0.375rem;\n padding-bottom: 0.375rem;\n font-size: 75%;\n}\n\n.custom-file {\n position: relative;\n display: inline-block;\n max-width: 100%;\n height: 2.5rem;\n margin-bottom: 0;\n cursor: pointer;\n}\n\n.custom-file-input {\n min-width: 14rem;\n max-width: 100%;\n height: 2.5rem;\n margin: 0;\n filter: alpha(opacity=0);\n opacity: 0;\n}\n\n.custom-file-control {\n position: absolute;\n top: 0;\n right: 0;\n left: 0;\n z-index: 5;\n height: 2.5rem;\n padding: 0.5rem 1rem;\n line-height: 1.5;\n color: #464a4c;\n pointer-events: none;\n user-select: none;\n background-color: #fff;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 0.25rem;\n}\n\n.custom-file-control:lang(en)::after {\n content: \"Choose file...\";\n}\n\n.custom-file-control::before {\n position: absolute;\n top: -1px;\n right: -1px;\n bottom: -1px;\n z-index: 6;\n display: block;\n height: 2.5rem;\n padding: 0.5rem 1rem;\n line-height: 1.5;\n color: #464a4c;\n background-color: #eceeef;\n border: 1px solid rgba(0, 0, 0, 0.15);\n border-radius: 0 0.25rem 0.25rem 0;\n}\n\n.custom-file-control:lang(en)::before {\n content: \"Browse\";\n}\n\n.nav {\n display: flex;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.nav-link {\n display: block;\n padding: 0.5em 1em;\n}\n\n.nav-link:focus, .nav-link:hover {\n text-decoration: none;\n}\n\n.nav-link.disabled {\n color: #636c72;\n cursor: not-allowed;\n}\n\n.nav-tabs {\n border-bottom: 1px solid #ddd;\n}\n\n.nav-tabs .nav-item {\n margin-bottom: -1px;\n}\n\n.nav-tabs .nav-link {\n border: 1px solid transparent;\n border-top-right-radius: 0.25rem;\n border-top-left-radius: 0.25rem;\n}\n\n.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {\n border-color: #eceeef #eceeef #ddd;\n}\n\n.nav-tabs .nav-link.disabled {\n color: #636c72;\n background-color: transparent;\n border-color: transparent;\n}\n\n.nav-tabs .nav-link.active,\n.nav-tabs .nav-item.show .nav-link {\n color: #464a4c;\n background-color: #fff;\n border-color: #ddd #ddd #fff;\n}\n\n.nav-tabs .dropdown-menu {\n margin-top: -1px;\n border-top-right-radius: 0;\n border-top-left-radius: 0;\n}\n\n.nav-pills .nav-link {\n border-radius: 0.25rem;\n}\n\n.nav-pills .nav-link.active,\n.nav-pills .nav-item.show .nav-link {\n color: #fff;\n cursor: default;\n background-color: #0275d8;\n}\n\n.nav-fill .nav-item {\n flex: 1 1 auto;\n text-align: center;\n}\n\n.nav-justified .nav-item {\n flex: 1 1 100%;\n text-align: center;\n}\n\n.tab-content > .tab-pane {\n display: none;\n}\n\n.tab-content > .active {\n display: block;\n}\n\n.navbar {\n position: relative;\n display: flex;\n flex-direction: column;\n padding: 0.5rem 1rem;\n}\n\n.navbar-brand {\n display: inline-block;\n padding-top: .25rem;\n padding-bottom: .25rem;\n margin-right: 1rem;\n font-size: 1.25rem;\n line-height: inherit;\n white-space: nowrap;\n}\n\n.navbar-brand:focus, .navbar-brand:hover {\n text-decoration: none;\n}\n\n.navbar-nav {\n display: flex;\n flex-direction: column;\n padding-left: 0;\n margin-bottom: 0;\n list-style: none;\n}\n\n.navbar-nav .nav-link {\n padding-right: 0;\n padding-left: 0;\n}\n\n.navbar-text {\n display: inline-block;\n padding-top: .425rem;\n padding-bottom: .425rem;\n}\n\n.navbar-toggler {\n align-self: flex-start;\n padding: 0.25rem 0.75rem;\n font-size: 1.25rem;\n line-height: 1;\n background: transparent;\n border: 1px solid transparent;\n border-radius: 0.25rem;\n}\n\n.navbar-toggler:focus, .navbar-toggler:hover {\n text-decoration: none;\n}\n\n.navbar-toggler-icon {\n display: inline-block;\n width: 1.5em;\n height: 1.5em;\n vertical-align: middle;\n content: \"\";\n background: no-repeat center center;\n background-size: 100% 100%;\n}\n\n.navbar-toggler-left {\n position: absolute;\n left: 1rem;\n}\n\n.navbar-toggler-right {\n position: absolute;\n right: 1rem;\n}\n\n@media (max-width: 575px) {\n .navbar-toggleable .navbar-nav .dropdown-menu {\n position: static;\n float: none;\n }\n .navbar-toggleable > .container {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 576px) {\n .navbar-toggleable {\n flex-direction: row;\n flex-wrap: nowrap;\n align-items: center;\n }\n .navbar-toggleable .navbar-nav {\n flex-direction: row;\n }\n .navbar-toggleable .navbar-nav .nav-link {\n padding-right: .5rem;\n padding-left: .5rem;\n }\n .navbar-toggleable > .container {\n display: flex;\n flex-wrap: nowrap;\n align-items: center;\n }\n .navbar-toggleable .navbar-collapse {\n display: flex !important;\n width: 100%;\n }\n .navbar-toggleable .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 767px) {\n .navbar-toggleable-sm .navbar-nav .dropdown-menu {\n position: static;\n float: none;\n }\n .navbar-toggleable-sm > .container {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 768px) {\n .navbar-toggleable-sm {\n flex-direction: row;\n flex-wrap: nowrap;\n align-items: center;\n }\n .navbar-toggleable-sm .navbar-nav {\n flex-direction: row;\n }\n .navbar-toggleable-sm .navbar-nav .nav-link {\n padding-right: .5rem;\n padding-left: .5rem;\n }\n .navbar-toggleable-sm > .container {\n display: flex;\n flex-wrap: nowrap;\n align-items: center;\n }\n .navbar-toggleable-sm .navbar-collapse {\n display: flex !important;\n width: 100%;\n }\n .navbar-toggleable-sm .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 991px) {\n .navbar-toggleable-md .navbar-nav .dropdown-menu {\n position: static;\n float: none;\n }\n .navbar-toggleable-md > .container {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 992px) {\n .navbar-toggleable-md {\n flex-direction: row;\n flex-wrap: nowrap;\n align-items: center;\n }\n .navbar-toggleable-md .navbar-nav {\n flex-direction: row;\n }\n .navbar-toggleable-md .navbar-nav .nav-link {\n padding-right: .5rem;\n padding-left: .5rem;\n }\n .navbar-toggleable-md > .container {\n display: flex;\n flex-wrap: nowrap;\n align-items: center;\n }\n .navbar-toggleable-md .navbar-collapse {\n display: flex !important;\n width: 100%;\n }\n .navbar-toggleable-md .navbar-toggler {\n display: none;\n }\n}\n\n@media (max-width: 1199px) {\n .navbar-toggleable-lg .navbar-nav .dropdown-menu {\n position: static;\n float: none;\n }\n .navbar-toggleable-lg > .container {\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n@media (min-width: 1200px) {\n .navbar-toggleable-lg {\n flex-direction: row;\n flex-wrap: nowrap;\n align-items: center;\n }\n .navbar-toggleable-lg .navbar-nav {\n flex-direction: row;\n }\n .navbar-toggleable-lg .navbar-nav .nav-link {\n padding-right: .5rem;\n padding-left: .5rem;\n }\n .navbar-toggleable-lg > .container {\n display: flex;\n flex-wrap: nowrap;\n align-items: center;\n }\n .navbar-toggleable-lg .navbar-collapse {\n display: flex !important;\n width: 100%;\n }\n .navbar-toggleable-lg .navbar-toggler {\n display: none;\n }\n}\n\n.navbar-toggleable-xl {\n flex-direction: row;\n flex-wrap: nowrap;\n align-items: center;\n}\n\n.navbar-toggleable-xl .navbar-nav .dropdown-menu {\n position: static;\n float: none;\n}\n\n.navbar-toggleable-xl > .container {\n padding-right: 0;\n padding-left: 0;\n}\n\n.navbar-toggleable-xl .navbar-nav {\n flex-direction: row;\n}\n\n.navbar-toggleable-xl .navbar-nav .nav-link {\n padding-right: .5rem;\n padding-left: .5rem;\n}\n\n.navbar-toggleable-xl > .container {\n display: flex;\n flex-wrap: nowrap;\n align-items: center;\n}\n\n.navbar-toggleable-xl .navbar-collapse {\n display: flex !important;\n width: 100%;\n}\n\n.navbar-toggleable-xl .navbar-toggler {\n display: none;\n}\n\n.navbar-light .navbar-brand,\n.navbar-light .navbar-toggler {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,\n.navbar-light .navbar-toggler:focus,\n.navbar-light .navbar-toggler:hover {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-nav .nav-link {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {\n color: rgba(0, 0, 0, 0.7);\n}\n\n.navbar-light .navbar-nav .nav-link.disabled {\n color: rgba(0, 0, 0, 0.3);\n}\n\n.navbar-light .navbar-nav .open > .nav-link,\n.navbar-light .navbar-nav .active > .nav-link,\n.navbar-light .navbar-nav .nav-link.open,\n.navbar-light .navbar-nav .nav-link.active {\n color: rgba(0, 0, 0, 0.9);\n}\n\n.navbar-light .navbar-toggler {\n border-color: rgba(0, 0, 0, 0.1);\n}\n\n.navbar-light .navbar-toggler-icon {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E\");\n}\n\n.navbar-light .navbar-text {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.navbar-inverse .navbar-brand,\n.navbar-inverse .navbar-toggler {\n color: white;\n}\n\n.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,\n.navbar-inverse .navbar-toggler:focus,\n.navbar-inverse .navbar-toggler:hover {\n color: white;\n}\n\n.navbar-inverse .navbar-nav .nav-link {\n color: rgba(255, 255, 255, 0.5);\n}\n\n.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {\n color: rgba(255, 255, 255, 0.75);\n}\n\n.navbar-inverse .navbar-nav .nav-link.disabled {\n color: rgba(255, 255, 255, 0.25);\n}\n\n.navbar-inverse .navbar-nav .open > .nav-link,\n.navbar-inverse .navbar-nav .active > .nav-link,\n.navbar-inverse .navbar-nav .nav-link.open,\n.navbar-inverse .navbar-nav .nav-link.active {\n color: white;\n}\n\n.navbar-inverse .navbar-toggler {\n border-color: rgba(255, 255, 255, 0.1);\n}\n\n.navbar-inverse .navbar-toggler-icon {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E\");\n}\n\n.navbar-inverse .navbar-text {\n color: rgba(255, 255, 255, 0.5);\n}\n\n.card {\n position: relative;\n display: flex;\n flex-direction: column;\n background-color: #fff;\n border: 1px solid rgba(0, 0, 0, 0.125);\n border-radius: 0.25rem;\n}\n\n.card-block {\n flex: 1 1 auto;\n padding: 1.25rem;\n}\n\n.card-title {\n margin-bottom: 0.75rem;\n}\n\n.card-subtitle {\n margin-top: -0.375rem;\n margin-bottom: 0;\n}\n\n.card-text:last-child {\n margin-bottom: 0;\n}\n\n.card-link:hover {\n text-decoration: none;\n}\n\n.card-link + .card-link {\n margin-left: 1.25rem;\n}\n\n.card > .list-group:first-child .list-group-item:first-child {\n border-top-right-radius: 0.25rem;\n border-top-left-radius: 0.25rem;\n}\n\n.card > .list-group:last-child .list-group-item:last-child {\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n}\n\n.card-header {\n padding: 0.75rem 1.25rem;\n margin-bottom: 0;\n background-color: #f7f7f9;\n border-bottom: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.card-header:first-child {\n border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;\n}\n\n.card-footer {\n padding: 0.75rem 1.25rem;\n background-color: #f7f7f9;\n border-top: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.card-footer:last-child {\n border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);\n}\n\n.card-header-tabs {\n margin-right: -0.625rem;\n margin-bottom: -0.75rem;\n margin-left: -0.625rem;\n border-bottom: 0;\n}\n\n.card-header-pills {\n margin-right: -0.625rem;\n margin-left: -0.625rem;\n}\n\n.card-primary {\n background-color: #0275d8;\n border-color: #0275d8;\n}\n\n.card-primary .card-header,\n.card-primary .card-footer {\n background-color: transparent;\n}\n\n.card-success {\n background-color: #5cb85c;\n border-color: #5cb85c;\n}\n\n.card-success .card-header,\n.card-success .card-footer {\n background-color: transparent;\n}\n\n.card-info {\n background-color: #5bc0de;\n border-color: #5bc0de;\n}\n\n.card-info .card-header,\n.card-info .card-footer {\n background-color: transparent;\n}\n\n.card-warning {\n background-color: #f0ad4e;\n border-color: #f0ad4e;\n}\n\n.card-warning .card-header,\n.card-warning .card-footer {\n background-color: transparent;\n}\n\n.card-danger {\n background-color: #d9534f;\n border-color: #d9534f;\n}\n\n.card-danger .card-header,\n.card-danger .card-footer {\n background-color: transparent;\n}\n\n.card-outline-primary {\n background-color: transparent;\n border-color: #0275d8;\n}\n\n.card-outline-secondary {\n background-color: transparent;\n border-color: #ccc;\n}\n\n.card-outline-info {\n background-color: transparent;\n border-color: #5bc0de;\n}\n\n.card-outline-success {\n background-color: transparent;\n border-color: #5cb85c;\n}\n\n.card-outline-warning {\n background-color: transparent;\n border-color: #f0ad4e;\n}\n\n.card-outline-danger {\n background-color: transparent;\n border-color: #d9534f;\n}\n\n.card-inverse {\n color: rgba(255, 255, 255, 0.65);\n}\n\n.card-inverse .card-header,\n.card-inverse .card-footer {\n background-color: transparent;\n border-color: rgba(255, 255, 255, 0.2);\n}\n\n.card-inverse .card-header,\n.card-inverse .card-footer,\n.card-inverse .card-title,\n.card-inverse .card-blockquote {\n color: #fff;\n}\n\n.card-inverse .card-link,\n.card-inverse .card-text,\n.card-inverse .card-subtitle,\n.card-inverse .card-blockquote .blockquote-footer {\n color: rgba(255, 255, 255, 0.65);\n}\n\n.card-inverse .card-link:focus, .card-inverse .card-link:hover {\n color: #fff;\n}\n\n.card-blockquote {\n padding: 0;\n margin-bottom: 0;\n border-left: 0;\n}\n\n.card-img {\n border-radius: calc(0.25rem - 1px);\n}\n\n.card-img-overlay {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n padding: 1.25rem;\n}\n\n.card-img-top {\n border-top-right-radius: calc(0.25rem - 1px);\n border-top-left-radius: calc(0.25rem - 1px);\n}\n\n.card-img-bottom {\n border-bottom-right-radius: calc(0.25rem - 1px);\n border-bottom-left-radius: calc(0.25rem - 1px);\n}\n\n@media (min-width: 576px) {\n .card-deck {\n display: flex;\n flex-flow: row wrap;\n }\n .card-deck .card {\n display: flex;\n flex: 1 0 0;\n flex-direction: column;\n }\n .card-deck .card:not(:first-child) {\n margin-left: 15px;\n }\n .card-deck .card:not(:last-child) {\n margin-right: 15px;\n }\n}\n\n@media (min-width: 576px) {\n .card-group {\n display: flex;\n flex-flow: row wrap;\n }\n .card-group .card {\n flex: 1 0 0;\n }\n .card-group .card + .card {\n margin-left: 0;\n border-left: 0;\n }\n .card-group .card:first-child {\n border-bottom-right-radius: 0;\n border-top-right-radius: 0;\n }\n .card-group .card:first-child .card-img-top {\n border-top-right-radius: 0;\n }\n .card-group .card:first-child .card-img-bottom {\n border-bottom-right-radius: 0;\n }\n .card-group .card:last-child {\n border-bottom-left-radius: 0;\n border-top-left-radius: 0;\n }\n .card-group .card:last-child .card-img-top {\n border-top-left-radius: 0;\n }\n .card-group .card:last-child .card-img-bottom {\n border-bottom-left-radius: 0;\n }\n .card-group .card:not(:first-child):not(:last-child) {\n border-radius: 0;\n }\n .card-group .card:not(:first-child):not(:last-child) .card-img-top,\n .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {\n border-radius: 0;\n }\n}\n\n@media (min-width: 576px) {\n .card-columns {\n column-count: 3;\n column-gap: 1.25rem;\n }\n .card-columns .card {\n display: inline-block;\n width: 100%;\n margin-bottom: 0.75rem;\n }\n}\n\n.breadcrumb {\n padding: 0.75rem 1rem;\n margin-bottom: 1rem;\n list-style: none;\n background-color: #eceeef;\n border-radius: 0.25rem;\n}\n\n.breadcrumb::after {\n display: block;\n content: \"\";\n clear: both;\n}\n\n.breadcrumb-item {\n float: left;\n}\n\n.breadcrumb-item + .breadcrumb-item::before {\n display: inline-block;\n padding-right: 0.5rem;\n padding-left: 0.5rem;\n color: #636c72;\n content: \"/\";\n}\n\n.breadcrumb-item + .breadcrumb-item:hover::before {\n text-decoration: underline;\n}\n\n.breadcrumb-item + .breadcrumb-item:hover::before {\n text-decoration: none;\n}\n\n.breadcrumb-item.active {\n color: #636c72;\n}\n\n.pagination {\n display: flex;\n padding-left: 0;\n list-style: none;\n border-radius: 0.25rem;\n}\n\n.page-item:first-child .page-link {\n margin-left: 0;\n border-bottom-left-radius: 0.25rem;\n border-top-left-radius: 0.25rem;\n}\n\n.page-item:last-child .page-link {\n border-bottom-right-radius: 0.25rem;\n border-top-right-radius: 0.25rem;\n}\n\n.page-item.active .page-link {\n z-index: 2;\n color: #fff;\n background-color: #0275d8;\n border-color: #0275d8;\n}\n\n.page-item.disabled .page-link {\n color: #636c72;\n pointer-events: none;\n cursor: not-allowed;\n background-color: #fff;\n border-color: #ddd;\n}\n\n.page-link {\n position: relative;\n display: block;\n padding: 0.5rem 0.75rem;\n margin-left: -1px;\n line-height: 1.25;\n color: #0275d8;\n background-color: #fff;\n border: 1px solid #ddd;\n}\n\n.page-link:focus, .page-link:hover {\n color: #014c8c;\n text-decoration: none;\n background-color: #eceeef;\n border-color: #ddd;\n}\n\n.pagination-lg .page-link {\n padding: 0.75rem 1.5rem;\n font-size: 1.25rem;\n}\n\n.pagination-lg .page-item:first-child .page-link {\n border-bottom-left-radius: 0.3rem;\n border-top-left-radius: 0.3rem;\n}\n\n.pagination-lg .page-item:last-child .page-link {\n border-bottom-right-radius: 0.3rem;\n border-top-right-radius: 0.3rem;\n}\n\n.pagination-sm .page-link {\n padding: 0.25rem 0.5rem;\n font-size: 0.875rem;\n}\n\n.pagination-sm .page-item:first-child .page-link {\n border-bottom-left-radius: 0.2rem;\n border-top-left-radius: 0.2rem;\n}\n\n.pagination-sm .page-item:last-child .page-link {\n border-bottom-right-radius: 0.2rem;\n border-top-right-radius: 0.2rem;\n}\n\n.badge {\n display: inline-block;\n padding: 0.25em 0.4em;\n font-size: 75%;\n font-weight: bold;\n line-height: 1;\n color: #fff;\n text-align: center;\n white-space: nowrap;\n vertical-align: baseline;\n border-radius: 0.25rem;\n}\n\n.badge:empty {\n display: none;\n}\n\n.btn .badge {\n position: relative;\n top: -1px;\n}\n\na.badge:focus, a.badge:hover {\n color: #fff;\n text-decoration: none;\n cursor: pointer;\n}\n\n.badge-pill {\n padding-right: 0.6em;\n padding-left: 0.6em;\n border-radius: 10rem;\n}\n\n.badge-default {\n background-color: #636c72;\n}\n\n.badge-default[href]:focus, .badge-default[href]:hover {\n background-color: #4b5257;\n}\n\n.badge-primary {\n background-color: #0275d8;\n}\n\n.badge-primary[href]:focus, .badge-primary[href]:hover {\n background-color: #025aa5;\n}\n\n.badge-success {\n background-color: #5cb85c;\n}\n\n.badge-success[href]:focus, .badge-success[href]:hover {\n background-color: #449d44;\n}\n\n.badge-info {\n background-color: #5bc0de;\n}\n\n.badge-info[href]:focus, .badge-info[href]:hover {\n background-color: #31b0d5;\n}\n\n.badge-warning {\n background-color: #f0ad4e;\n}\n\n.badge-warning[href]:focus, .badge-warning[href]:hover {\n background-color: #ec971f;\n}\n\n.badge-danger {\n background-color: #d9534f;\n}\n\n.badge-danger[href]:focus, .badge-danger[href]:hover {\n background-color: #c9302c;\n}\n\n.jumbotron {\n padding: 2rem 1rem;\n margin-bottom: 2rem;\n background-color: #eceeef;\n border-radius: 0.3rem;\n}\n\n@media (min-width: 576px) {\n .jumbotron {\n padding: 4rem 2rem;\n }\n}\n\n.jumbotron-hr {\n border-top-color: #d0d5d8;\n}\n\n.jumbotron-fluid {\n padding-right: 0;\n padding-left: 0;\n border-radius: 0;\n}\n\n.alert {\n padding: 0.75rem 1.25rem;\n margin-bottom: 1rem;\n border: 1px solid transparent;\n border-radius: 0.25rem;\n}\n\n.alert-heading {\n color: inherit;\n}\n\n.alert-link {\n font-weight: bold;\n}\n\n.alert-dismissible .close {\n position: relative;\n top: -0.75rem;\n right: -1.25rem;\n padding: 0.75rem 1.25rem;\n color: inherit;\n}\n\n.alert-success {\n background-color: #dff0d8;\n border-color: #d0e9c6;\n color: #3c763d;\n}\n\n.alert-success hr {\n border-top-color: #c1e2b3;\n}\n\n.alert-success .alert-link {\n color: #2b542c;\n}\n\n.alert-info {\n background-color: #d9edf7;\n border-color: #bcdff1;\n color: #31708f;\n}\n\n.alert-info hr {\n border-top-color: #a6d5ec;\n}\n\n.alert-info .alert-link {\n color: #245269;\n}\n\n.alert-warning {\n background-color: #fcf8e3;\n border-color: #faf2cc;\n color: #8a6d3b;\n}\n\n.alert-warning hr {\n border-top-color: #f7ecb5;\n}\n\n.alert-warning .alert-link {\n color: #66512c;\n}\n\n.alert-danger {\n background-color: #f2dede;\n border-color: #ebcccc;\n color: #a94442;\n}\n\n.alert-danger hr {\n border-top-color: #e4b9b9;\n}\n\n.alert-danger .alert-link {\n color: #843534;\n}\n\n@keyframes progress-bar-stripes {\n from {\n background-position: 1rem 0;\n }\n to {\n background-position: 0 0;\n }\n}\n\n.progress {\n display: flex;\n overflow: hidden;\n font-size: 0.75rem;\n line-height: 1rem;\n text-align: center;\n background-color: #eceeef;\n border-radius: 0.25rem;\n}\n\n.progress-bar {\n height: 1rem;\n color: #fff;\n background-color: #0275d8;\n}\n\n.progress-bar-striped {\n 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);\n background-size: 1rem 1rem;\n}\n\n.progress-bar-animated {\n animation: progress-bar-stripes 1s linear infinite;\n}\n\n.media {\n display: flex;\n align-items: flex-start;\n}\n\n.media-body {\n flex: 1;\n}\n\n.list-group {\n display: flex;\n flex-direction: column;\n padding-left: 0;\n margin-bottom: 0;\n}\n\n.list-group-item-action {\n width: 100%;\n color: #464a4c;\n text-align: inherit;\n}\n\n.list-group-item-action .list-group-item-heading {\n color: #292b2c;\n}\n\n.list-group-item-action:focus, .list-group-item-action:hover {\n color: #464a4c;\n text-decoration: none;\n background-color: #f7f7f9;\n}\n\n.list-group-item-action:active {\n color: #292b2c;\n background-color: #eceeef;\n}\n\n.list-group-item {\n position: relative;\n display: flex;\n flex-flow: row wrap;\n align-items: center;\n padding: 0.75rem 1.25rem;\n margin-bottom: -1px;\n background-color: #fff;\n border: 1px solid rgba(0, 0, 0, 0.125);\n}\n\n.list-group-item:first-child {\n border-top-right-radius: 0.25rem;\n border-top-left-radius: 0.25rem;\n}\n\n.list-group-item:last-child {\n margin-bottom: 0;\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n}\n\n.list-group-item:focus, .list-group-item:hover {\n text-decoration: none;\n}\n\n.list-group-item.disabled, .list-group-item:disabled {\n color: #636c72;\n cursor: not-allowed;\n background-color: #fff;\n}\n\n.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {\n color: inherit;\n}\n\n.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {\n color: #636c72;\n}\n\n.list-group-item.active {\n z-index: 2;\n color: #fff;\n background-color: #0275d8;\n border-color: #0275d8;\n}\n\n.list-group-item.active .list-group-item-heading,\n.list-group-item.active .list-group-item-heading > small,\n.list-group-item.active .list-group-item-heading > .small {\n color: inherit;\n}\n\n.list-group-item.active .list-group-item-text {\n color: #daeeff;\n}\n\n.list-group-flush .list-group-item {\n border-right: 0;\n border-left: 0;\n border-radius: 0;\n}\n\n.list-group-flush:first-child .list-group-item:first-child {\n border-top: 0;\n}\n\n.list-group-flush:last-child .list-group-item:last-child {\n border-bottom: 0;\n}\n\n.list-group-item-success {\n color: #3c763d;\n background-color: #dff0d8;\n}\n\na.list-group-item-success,\nbutton.list-group-item-success {\n color: #3c763d;\n}\n\na.list-group-item-success .list-group-item-heading,\nbutton.list-group-item-success .list-group-item-heading {\n color: inherit;\n}\n\na.list-group-item-success:focus, a.list-group-item-success:hover,\nbutton.list-group-item-success:focus,\nbutton.list-group-item-success:hover {\n color: #3c763d;\n background-color: #d0e9c6;\n}\n\na.list-group-item-success.active,\nbutton.list-group-item-success.active {\n color: #fff;\n background-color: #3c763d;\n border-color: #3c763d;\n}\n\n.list-group-item-info {\n color: #31708f;\n background-color: #d9edf7;\n}\n\na.list-group-item-info,\nbutton.list-group-item-info {\n color: #31708f;\n}\n\na.list-group-item-info .list-group-item-heading,\nbutton.list-group-item-info .list-group-item-heading {\n color: inherit;\n}\n\na.list-group-item-info:focus, a.list-group-item-info:hover,\nbutton.list-group-item-info:focus,\nbutton.list-group-item-info:hover {\n color: #31708f;\n background-color: #c4e3f3;\n}\n\na.list-group-item-info.active,\nbutton.list-group-item-info.active {\n color: #fff;\n background-color: #31708f;\n border-color: #31708f;\n}\n\n.list-group-item-warning {\n color: #8a6d3b;\n background-color: #fcf8e3;\n}\n\na.list-group-item-warning,\nbutton.list-group-item-warning {\n color: #8a6d3b;\n}\n\na.list-group-item-warning .list-group-item-heading,\nbutton.list-group-item-warning .list-group-item-heading {\n color: inherit;\n}\n\na.list-group-item-warning:focus, a.list-group-item-warning:hover,\nbutton.list-group-item-warning:focus,\nbutton.list-group-item-warning:hover {\n color: #8a6d3b;\n background-color: #faf2cc;\n}\n\na.list-group-item-warning.active,\nbutton.list-group-item-warning.active {\n color: #fff;\n background-color: #8a6d3b;\n border-color: #8a6d3b;\n}\n\n.list-group-item-danger {\n color: #a94442;\n background-color: #f2dede;\n}\n\na.list-group-item-danger,\nbutton.list-group-item-danger {\n color: #a94442;\n}\n\na.list-group-item-danger .list-group-item-heading,\nbutton.list-group-item-danger .list-group-item-heading {\n color: inherit;\n}\n\na.list-group-item-danger:focus, a.list-group-item-danger:hover,\nbutton.list-group-item-danger:focus,\nbutton.list-group-item-danger:hover {\n color: #a94442;\n background-color: #ebcccc;\n}\n\na.list-group-item-danger.active,\nbutton.list-group-item-danger.active {\n color: #fff;\n background-color: #a94442;\n border-color: #a94442;\n}\n\n.embed-responsive {\n position: relative;\n display: block;\n width: 100%;\n padding: 0;\n overflow: hidden;\n}\n\n.embed-responsive::before {\n display: block;\n content: \"\";\n}\n\n.embed-responsive .embed-responsive-item,\n.embed-responsive iframe,\n.embed-responsive embed,\n.embed-responsive object,\n.embed-responsive video {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border: 0;\n}\n\n.embed-responsive-21by9::before {\n padding-top: 42.857143%;\n}\n\n.embed-responsive-16by9::before {\n padding-top: 56.25%;\n}\n\n.embed-responsive-4by3::before {\n padding-top: 75%;\n}\n\n.embed-responsive-1by1::before {\n padding-top: 100%;\n}\n\n.close {\n float: right;\n font-size: 1.5rem;\n font-weight: bold;\n line-height: 1;\n color: #000;\n text-shadow: 0 1px 0 #fff;\n opacity: .5;\n}\n\n.close:focus, .close:hover {\n color: #000;\n text-decoration: none;\n cursor: pointer;\n opacity: .75;\n}\n\nbutton.close {\n padding: 0;\n cursor: pointer;\n background: transparent;\n border: 0;\n -webkit-appearance: none;\n}\n\n.modal-open {\n overflow: hidden;\n}\n\n.modal {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1050;\n display: none;\n overflow: hidden;\n outline: 0;\n}\n\n.modal.fade .modal-dialog {\n transition: transform 0.3s ease-out;\n transform: translate(0, -25%);\n}\n\n.modal.show .modal-dialog {\n transform: translate(0, 0);\n}\n\n.modal-open .modal {\n overflow-x: hidden;\n overflow-y: auto;\n}\n\n.modal-dialog {\n position: relative;\n width: auto;\n margin: 10px;\n}\n\n.modal-content {\n position: relative;\n display: flex;\n flex-direction: column;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 0.3rem;\n outline: 0;\n}\n\n.modal-backdrop {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1040;\n background-color: #000;\n}\n\n.modal-backdrop.fade {\n opacity: 0;\n}\n\n.modal-backdrop.show {\n opacity: 0.5;\n}\n\n.modal-header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding: 15px;\n border-bottom: 1px solid #eceeef;\n}\n\n.modal-title {\n margin-bottom: 0;\n line-height: 1.5;\n}\n\n.modal-body {\n position: relative;\n flex: 1 1 auto;\n padding: 15px;\n}\n\n.modal-footer {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n padding: 15px;\n border-top: 1px solid #eceeef;\n}\n\n.modal-footer > :not(:first-child) {\n margin-left: .25rem;\n}\n\n.modal-footer > :not(:last-child) {\n margin-right: .25rem;\n}\n\n.modal-scrollbar-measure {\n position: absolute;\n top: -9999px;\n width: 50px;\n height: 50px;\n overflow: scroll;\n}\n\n@media (min-width: 576px) {\n .modal-dialog {\n max-width: 500px;\n margin: 30px auto;\n }\n .modal-sm {\n max-width: 300px;\n }\n}\n\n@media (min-width: 992px) {\n .modal-lg {\n max-width: 800px;\n }\n}\n\n.tooltip {\n position: absolute;\n z-index: 1070;\n display: block;\n font-family: -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n font-style: normal;\n font-weight: normal;\n letter-spacing: normal;\n line-break: auto;\n line-height: 1.5;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n white-space: normal;\n word-break: normal;\n word-spacing: normal;\n font-size: 0.875rem;\n word-wrap: break-word;\n opacity: 0;\n}\n\n.tooltip.show {\n opacity: 0.9;\n}\n\n.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {\n padding: 5px 0;\n margin-top: -3px;\n}\n\n.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {\n bottom: 0;\n left: 50%;\n margin-left: -5px;\n content: \"\";\n border-width: 5px 5px 0;\n border-top-color: #000;\n}\n\n.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {\n padding: 0 5px;\n margin-left: 3px;\n}\n\n.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {\n top: 50%;\n left: 0;\n margin-top: -5px;\n content: \"\";\n border-width: 5px 5px 5px 0;\n border-right-color: #000;\n}\n\n.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {\n padding: 5px 0;\n margin-top: 3px;\n}\n\n.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {\n top: 0;\n left: 50%;\n margin-left: -5px;\n content: \"\";\n border-width: 0 5px 5px;\n border-bottom-color: #000;\n}\n\n.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {\n padding: 0 5px;\n margin-left: -3px;\n}\n\n.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {\n top: 50%;\n right: 0;\n margin-top: -5px;\n content: \"\";\n border-width: 5px 0 5px 5px;\n border-left-color: #000;\n}\n\n.tooltip-inner {\n max-width: 200px;\n padding: 3px 8px;\n color: #fff;\n text-align: center;\n background-color: #000;\n border-radius: 0.25rem;\n}\n\n.tooltip-inner::before {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n}\n\n.popover {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1060;\n display: block;\n max-width: 276px;\n padding: 1px;\n font-family: -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n font-style: normal;\n font-weight: normal;\n letter-spacing: normal;\n line-break: auto;\n line-height: 1.5;\n text-align: left;\n text-align: start;\n text-decoration: none;\n text-shadow: none;\n text-transform: none;\n white-space: normal;\n word-break: normal;\n word-spacing: normal;\n font-size: 0.875rem;\n word-wrap: break-word;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0, 0, 0, 0.2);\n border-radius: 0.3rem;\n}\n\n.popover.popover-top, .popover.bs-tether-element-attached-bottom {\n margin-top: -10px;\n}\n\n.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {\n left: 50%;\n border-bottom-width: 0;\n}\n\n.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {\n bottom: -11px;\n margin-left: -11px;\n border-top-color: rgba(0, 0, 0, 0.25);\n}\n\n.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {\n bottom: -10px;\n margin-left: -10px;\n border-top-color: #fff;\n}\n\n.popover.popover-right, .popover.bs-tether-element-attached-left {\n margin-left: 10px;\n}\n\n.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {\n top: 50%;\n border-left-width: 0;\n}\n\n.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {\n left: -11px;\n margin-top: -11px;\n border-right-color: rgba(0, 0, 0, 0.25);\n}\n\n.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {\n left: -10px;\n margin-top: -10px;\n border-right-color: #fff;\n}\n\n.popover.popover-bottom, .popover.bs-tether-element-attached-top {\n margin-top: 10px;\n}\n\n.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {\n left: 50%;\n border-top-width: 0;\n}\n\n.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {\n top: -11px;\n margin-left: -11px;\n border-bottom-color: rgba(0, 0, 0, 0.25);\n}\n\n.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {\n top: -10px;\n margin-left: -10px;\n border-bottom-color: #f7f7f7;\n}\n\n.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {\n position: absolute;\n top: 0;\n left: 50%;\n display: block;\n width: 20px;\n margin-left: -10px;\n content: \"\";\n border-bottom: 1px solid #f7f7f7;\n}\n\n.popover.popover-left, .popover.bs-tether-element-attached-right {\n margin-left: -10px;\n}\n\n.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {\n top: 50%;\n border-right-width: 0;\n}\n\n.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {\n right: -11px;\n margin-top: -11px;\n border-left-color: rgba(0, 0, 0, 0.25);\n}\n\n.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {\n right: -10px;\n margin-top: -10px;\n border-left-color: #fff;\n}\n\n.popover-title {\n padding: 8px 14px;\n margin-bottom: 0;\n font-size: 1rem;\n background-color: #f7f7f7;\n border-bottom: 1px solid #ebebeb;\n border-top-right-radius: calc(0.3rem - 1px);\n border-top-left-radius: calc(0.3rem - 1px);\n}\n\n.popover-title:empty {\n display: none;\n}\n\n.popover-content {\n padding: 9px 14px;\n}\n\n.popover::before,\n.popover::after {\n position: absolute;\n display: block;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n}\n\n.popover::before {\n content: \"\";\n border-width: 11px;\n}\n\n.popover::after {\n content: \"\";\n border-width: 10px;\n}\n\n.carousel {\n position: relative;\n}\n\n.carousel-inner {\n position: relative;\n width: 100%;\n overflow: hidden;\n}\n\n.carousel-item {\n position: relative;\n display: none;\n width: 100%;\n}\n\n@media (-webkit-transform-3d) {\n .carousel-item {\n transition: transform 0.6s ease-in-out;\n backface-visibility: hidden;\n perspective: 1000px;\n }\n}\n\n@supports (transform: translate3d(0, 0, 0)) {\n .carousel-item {\n transition: transform 0.6s ease-in-out;\n backface-visibility: hidden;\n perspective: 1000px;\n }\n}\n\n.carousel-item.active,\n.carousel-item-next,\n.carousel-item-prev {\n display: flex;\n}\n\n.carousel-item-next,\n.carousel-item-prev {\n position: absolute;\n top: 0;\n}\n\n@media (-webkit-transform-3d) {\n .carousel-item-next.carousel-item-left,\n .carousel-item-prev.carousel-item-right {\n transform: translate3d(0, 0, 0);\n }\n .carousel-item-next,\n .active.carousel-item-right {\n transform: translate3d(100%, 0, 0);\n }\n .carousel-item-prev,\n .active.carousel-item-left {\n transform: translate3d(-100%, 0, 0);\n }\n}\n\n@supports (transform: translate3d(0, 0, 0)) {\n .carousel-item-next.carousel-item-left,\n .carousel-item-prev.carousel-item-right {\n transform: translate3d(0, 0, 0);\n }\n .carousel-item-next,\n .active.carousel-item-right {\n transform: translate3d(100%, 0, 0);\n }\n .carousel-item-prev,\n .active.carousel-item-left {\n transform: translate3d(-100%, 0, 0);\n }\n}\n\n.carousel-control-prev,\n.carousel-control-next {\n position: absolute;\n top: 0;\n bottom: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 15%;\n color: #fff;\n text-align: center;\n opacity: 0.5;\n}\n\n.carousel-control-prev:focus, .carousel-control-prev:hover,\n.carousel-control-next:focus,\n.carousel-control-next:hover {\n color: #fff;\n text-decoration: none;\n outline: 0;\n opacity: .9;\n}\n\n.carousel-control-prev {\n left: 0;\n}\n\n.carousel-control-next {\n right: 0;\n}\n\n.carousel-control-prev-icon,\n.carousel-control-next-icon {\n display: inline-block;\n width: 20px;\n height: 20px;\n background: transparent no-repeat center center;\n background-size: 100% 100%;\n}\n\n.carousel-control-prev-icon {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E\");\n}\n\n.carousel-control-next-icon {\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E\");\n}\n\n.carousel-indicators {\n position: absolute;\n right: 0;\n bottom: 10px;\n left: 0;\n z-index: 15;\n display: flex;\n justify-content: center;\n padding-left: 0;\n margin-right: 15%;\n margin-left: 15%;\n list-style: none;\n}\n\n.carousel-indicators li {\n position: relative;\n flex: 1 0 auto;\n max-width: 30px;\n height: 3px;\n margin-right: 3px;\n margin-left: 3px;\n text-indent: -999px;\n cursor: pointer;\n background-color: rgba(255, 255, 255, 0.5);\n}\n\n.carousel-indicators li::before {\n position: absolute;\n top: -10px;\n left: 0;\n display: inline-block;\n width: 100%;\n height: 10px;\n content: \"\";\n}\n\n.carousel-indicators li::after {\n position: absolute;\n bottom: -10px;\n left: 0;\n display: inline-block;\n width: 100%;\n height: 10px;\n content: \"\";\n}\n\n.carousel-indicators .active {\n background-color: #fff;\n}\n\n.carousel-caption {\n position: absolute;\n right: 15%;\n bottom: 20px;\n left: 15%;\n z-index: 10;\n padding-top: 20px;\n padding-bottom: 20px;\n color: #fff;\n text-align: center;\n}\n\n.align-baseline {\n vertical-align: baseline !important;\n}\n\n.align-top {\n vertical-align: top !important;\n}\n\n.align-middle {\n vertical-align: middle !important;\n}\n\n.align-bottom {\n vertical-align: bottom !important;\n}\n\n.align-text-bottom {\n vertical-align: text-bottom !important;\n}\n\n.align-text-top {\n vertical-align: text-top !important;\n}\n\n.bg-faded {\n background-color: #f7f7f7;\n}\n\n.bg-primary {\n background-color: #0275d8 !important;\n}\n\na.bg-primary:focus, a.bg-primary:hover {\n background-color: #025aa5 !important;\n}\n\n.bg-success {\n background-color: #5cb85c !important;\n}\n\na.bg-success:focus, a.bg-success:hover {\n background-color: #449d44 !important;\n}\n\n.bg-info {\n background-color: #5bc0de !important;\n}\n\na.bg-info:focus, a.bg-info:hover {\n background-color: #31b0d5 !important;\n}\n\n.bg-warning {\n background-color: #f0ad4e !important;\n}\n\na.bg-warning:focus, a.bg-warning:hover {\n background-color: #ec971f !important;\n}\n\n.bg-danger {\n background-color: #d9534f !important;\n}\n\na.bg-danger:focus, a.bg-danger:hover {\n background-color: #c9302c !important;\n}\n\n.bg-inverse {\n background-color: #292b2c !important;\n}\n\na.bg-inverse:focus, a.bg-inverse:hover {\n background-color: #101112 !important;\n}\n\n.border-0 {\n border: 0 !important;\n}\n\n.border-top-0 {\n border-top: 0 !important;\n}\n\n.border-right-0 {\n border-right: 0 !important;\n}\n\n.border-bottom-0 {\n border-bottom: 0 !important;\n}\n\n.border-left-0 {\n border-left: 0 !important;\n}\n\n.rounded {\n border-radius: 0.25rem;\n}\n\n.rounded-top {\n border-top-right-radius: 0.25rem;\n border-top-left-radius: 0.25rem;\n}\n\n.rounded-right {\n border-bottom-right-radius: 0.25rem;\n border-top-right-radius: 0.25rem;\n}\n\n.rounded-bottom {\n border-bottom-right-radius: 0.25rem;\n border-bottom-left-radius: 0.25rem;\n}\n\n.rounded-left {\n border-bottom-left-radius: 0.25rem;\n border-top-left-radius: 0.25rem;\n}\n\n.rounded-circle {\n border-radius: 50%;\n}\n\n.rounded-0 {\n border-radius: 0;\n}\n\n.clearfix::after {\n display: block;\n content: \"\";\n clear: both;\n}\n\n.d-none {\n display: none !important;\n}\n\n.d-inline {\n display: inline !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-table {\n display: table !important;\n}\n\n.d-table-cell {\n display: table-cell !important;\n}\n\n.d-flex {\n display: flex !important;\n}\n\n.d-inline-flex {\n display: inline-flex !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-none {\n display: none !important;\n }\n .d-sm-inline {\n display: inline !important;\n }\n .d-sm-inline-block {\n display: inline-block !important;\n }\n .d-sm-block {\n display: block !important;\n }\n .d-sm-table {\n display: table !important;\n }\n .d-sm-table-cell {\n display: table-cell !important;\n }\n .d-sm-flex {\n display: flex !important;\n }\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 768px) {\n .d-md-none {\n display: none !important;\n }\n .d-md-inline {\n display: inline !important;\n }\n .d-md-inline-block {\n display: inline-block !important;\n }\n .d-md-block {\n display: block !important;\n }\n .d-md-table {\n display: table !important;\n }\n .d-md-table-cell {\n display: table-cell !important;\n }\n .d-md-flex {\n display: flex !important;\n }\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 992px) {\n .d-lg-none {\n display: none !important;\n }\n .d-lg-inline {\n display: inline !important;\n }\n .d-lg-inline-block {\n display: inline-block !important;\n }\n .d-lg-block {\n display: block !important;\n }\n .d-lg-table {\n display: table !important;\n }\n .d-lg-table-cell {\n display: table-cell !important;\n }\n .d-lg-flex {\n display: flex !important;\n }\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n}\n\n@media (min-width: 1200px) {\n .d-xl-none {\n display: none !important;\n }\n .d-xl-inline {\n display: inline !important;\n }\n .d-xl-inline-block {\n display: inline-block !important;\n }\n .d-xl-block {\n display: block !important;\n }\n .d-xl-table {\n display: table !important;\n }\n .d-xl-table-cell {\n display: table-cell !important;\n }\n .d-xl-flex {\n display: flex !important;\n }\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n}\n\n.flex-first {\n order: -1;\n}\n\n.flex-last {\n order: 1;\n}\n\n.flex-unordered {\n order: 0;\n}\n\n.flex-row {\n flex-direction: row !important;\n}\n\n.flex-column {\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n flex-direction: column-reverse !important;\n}\n\n.flex-wrap {\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n}\n\n.justify-content-start {\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n justify-content: center !important;\n}\n\n.justify-content-between {\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n justify-content: space-around !important;\n}\n\n.align-items-start {\n align-items: flex-start !important;\n}\n\n.align-items-end {\n align-items: flex-end !important;\n}\n\n.align-items-center {\n align-items: center !important;\n}\n\n.align-items-baseline {\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n align-items: stretch !important;\n}\n\n.align-content-start {\n align-content: flex-start !important;\n}\n\n.align-content-end {\n align-content: flex-end !important;\n}\n\n.align-content-center {\n align-content: center !important;\n}\n\n.align-content-between {\n align-content: space-between !important;\n}\n\n.align-content-around {\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n align-content: stretch !important;\n}\n\n.align-self-auto {\n align-self: auto !important;\n}\n\n.align-self-start {\n align-self: flex-start !important;\n}\n\n.align-self-end {\n align-self: flex-end !important;\n}\n\n.align-self-center {\n align-self: center !important;\n}\n\n.align-self-baseline {\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n align-self: stretch !important;\n}\n\n@media (min-width: 576px) {\n .flex-sm-first {\n order: -1;\n }\n .flex-sm-last {\n order: 1;\n }\n .flex-sm-unordered {\n order: 0;\n }\n .flex-sm-row {\n flex-direction: row !important;\n }\n .flex-sm-column {\n flex-direction: column !important;\n }\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n .justify-content-sm-center {\n justify-content: center !important;\n }\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n .align-items-sm-center {\n align-items: center !important;\n }\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n .align-content-sm-center {\n align-content: center !important;\n }\n .align-content-sm-between {\n align-content: space-between !important;\n }\n .align-content-sm-around {\n align-content: space-around !important;\n }\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n .align-self-sm-auto {\n align-self: auto !important;\n }\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n .align-self-sm-center {\n align-self: center !important;\n }\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 768px) {\n .flex-md-first {\n order: -1;\n }\n .flex-md-last {\n order: 1;\n }\n .flex-md-unordered {\n order: 0;\n }\n .flex-md-row {\n flex-direction: row !important;\n }\n .flex-md-column {\n flex-direction: column !important;\n }\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n .justify-content-md-center {\n justify-content: center !important;\n }\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n .align-items-md-start {\n align-items: flex-start !important;\n }\n .align-items-md-end {\n align-items: flex-end !important;\n }\n .align-items-md-center {\n align-items: center !important;\n }\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n .align-content-md-start {\n align-content: flex-start !important;\n }\n .align-content-md-end {\n align-content: flex-end !important;\n }\n .align-content-md-center {\n align-content: center !important;\n }\n .align-content-md-between {\n align-content: space-between !important;\n }\n .align-content-md-around {\n align-content: space-around !important;\n }\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n .align-self-md-auto {\n align-self: auto !important;\n }\n .align-self-md-start {\n align-self: flex-start !important;\n }\n .align-self-md-end {\n align-self: flex-end !important;\n }\n .align-self-md-center {\n align-self: center !important;\n }\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 992px) {\n .flex-lg-first {\n order: -1;\n }\n .flex-lg-last {\n order: 1;\n }\n .flex-lg-unordered {\n order: 0;\n }\n .flex-lg-row {\n flex-direction: row !important;\n }\n .flex-lg-column {\n flex-direction: column !important;\n }\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n .justify-content-lg-center {\n justify-content: center !important;\n }\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n .align-items-lg-center {\n align-items: center !important;\n }\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n .align-content-lg-center {\n align-content: center !important;\n }\n .align-content-lg-between {\n align-content: space-between !important;\n }\n .align-content-lg-around {\n align-content: space-around !important;\n }\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n .align-self-lg-auto {\n align-self: auto !important;\n }\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n .align-self-lg-center {\n align-self: center !important;\n }\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n}\n\n@media (min-width: 1200px) {\n .flex-xl-first {\n order: -1;\n }\n .flex-xl-last {\n order: 1;\n }\n .flex-xl-unordered {\n order: 0;\n }\n .flex-xl-row {\n flex-direction: row !important;\n }\n .flex-xl-column {\n flex-direction: column !important;\n }\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n .justify-content-xl-center {\n justify-content: center !important;\n }\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n .align-items-xl-center {\n align-items: center !important;\n }\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n .align-content-xl-center {\n align-content: center !important;\n }\n .align-content-xl-between {\n align-content: space-between !important;\n }\n .align-content-xl-around {\n align-content: space-around !important;\n }\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n .align-self-xl-auto {\n align-self: auto !important;\n }\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n .align-self-xl-center {\n align-self: center !important;\n }\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n}\n\n.float-left {\n float: left !important;\n}\n\n.float-right {\n float: right !important;\n}\n\n.float-none {\n float: none !important;\n}\n\n@media (min-width: 576px) {\n .float-sm-left {\n float: left !important;\n }\n .float-sm-right {\n float: right !important;\n }\n .float-sm-none {\n float: none !important;\n }\n}\n\n@media (min-width: 768px) {\n .float-md-left {\n float: left !important;\n }\n .float-md-right {\n float: right !important;\n }\n .float-md-none {\n float: none !important;\n }\n}\n\n@media (min-width: 992px) {\n .float-lg-left {\n float: left !important;\n }\n .float-lg-right {\n float: right !important;\n }\n .float-lg-none {\n float: none !important;\n }\n}\n\n@media (min-width: 1200px) {\n .float-xl-left {\n float: left !important;\n }\n .float-xl-right {\n float: right !important;\n }\n .float-xl-none {\n float: none !important;\n }\n}\n\n.fixed-top {\n position: fixed;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1030;\n}\n\n.fixed-bottom {\n position: fixed;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1030;\n}\n\n.sticky-top {\n position: sticky;\n top: 0;\n z-index: 1030;\n}\n\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n border: 0;\n}\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n position: static;\n width: auto;\n height: auto;\n margin: 0;\n overflow: visible;\n clip: auto;\n}\n\n.w-25 {\n width: 25% !important;\n}\n\n.w-50 {\n width: 50% !important;\n}\n\n.w-75 {\n width: 75% !important;\n}\n\n.w-100 {\n width: 100% !important;\n}\n\n.h-25 {\n height: 25% !important;\n}\n\n.h-50 {\n height: 50% !important;\n}\n\n.h-75 {\n height: 75% !important;\n}\n\n.h-100 {\n height: 100% !important;\n}\n\n.mw-100 {\n max-width: 100% !important;\n}\n\n.mh-100 {\n max-height: 100% !important;\n}\n\n.m-0 {\n margin: 0 0 !important;\n}\n\n.mt-0 {\n margin-top: 0 !important;\n}\n\n.mr-0 {\n margin-right: 0 !important;\n}\n\n.mb-0 {\n margin-bottom: 0 !important;\n}\n\n.ml-0 {\n margin-left: 0 !important;\n}\n\n.mx-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n}\n\n.my-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n}\n\n.m-1 {\n margin: 0.25rem 0.25rem !important;\n}\n\n.mt-1 {\n margin-top: 0.25rem !important;\n}\n\n.mr-1 {\n margin-right: 0.25rem !important;\n}\n\n.mb-1 {\n margin-bottom: 0.25rem !important;\n}\n\n.ml-1 {\n margin-left: 0.25rem !important;\n}\n\n.mx-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n}\n\n.my-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n}\n\n.m-2 {\n margin: 0.5rem 0.5rem !important;\n}\n\n.mt-2 {\n margin-top: 0.5rem !important;\n}\n\n.mr-2 {\n margin-right: 0.5rem !important;\n}\n\n.mb-2 {\n margin-bottom: 0.5rem !important;\n}\n\n.ml-2 {\n margin-left: 0.5rem !important;\n}\n\n.mx-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n}\n\n.my-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n}\n\n.m-3 {\n margin: 1rem 1rem !important;\n}\n\n.mt-3 {\n margin-top: 1rem !important;\n}\n\n.mr-3 {\n margin-right: 1rem !important;\n}\n\n.mb-3 {\n margin-bottom: 1rem !important;\n}\n\n.ml-3 {\n margin-left: 1rem !important;\n}\n\n.mx-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n}\n\n.my-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n}\n\n.m-4 {\n margin: 1.5rem 1.5rem !important;\n}\n\n.mt-4 {\n margin-top: 1.5rem !important;\n}\n\n.mr-4 {\n margin-right: 1.5rem !important;\n}\n\n.mb-4 {\n margin-bottom: 1.5rem !important;\n}\n\n.ml-4 {\n margin-left: 1.5rem !important;\n}\n\n.mx-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n}\n\n.my-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n}\n\n.m-5 {\n margin: 3rem 3rem !important;\n}\n\n.mt-5 {\n margin-top: 3rem !important;\n}\n\n.mr-5 {\n margin-right: 3rem !important;\n}\n\n.mb-5 {\n margin-bottom: 3rem !important;\n}\n\n.ml-5 {\n margin-left: 3rem !important;\n}\n\n.mx-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n}\n\n.my-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n}\n\n.p-0 {\n padding: 0 0 !important;\n}\n\n.pt-0 {\n padding-top: 0 !important;\n}\n\n.pr-0 {\n padding-right: 0 !important;\n}\n\n.pb-0 {\n padding-bottom: 0 !important;\n}\n\n.pl-0 {\n padding-left: 0 !important;\n}\n\n.px-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n}\n\n.py-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n}\n\n.p-1 {\n padding: 0.25rem 0.25rem !important;\n}\n\n.pt-1 {\n padding-top: 0.25rem !important;\n}\n\n.pr-1 {\n padding-right: 0.25rem !important;\n}\n\n.pb-1 {\n padding-bottom: 0.25rem !important;\n}\n\n.pl-1 {\n padding-left: 0.25rem !important;\n}\n\n.px-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n}\n\n.py-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n}\n\n.p-2 {\n padding: 0.5rem 0.5rem !important;\n}\n\n.pt-2 {\n padding-top: 0.5rem !important;\n}\n\n.pr-2 {\n padding-right: 0.5rem !important;\n}\n\n.pb-2 {\n padding-bottom: 0.5rem !important;\n}\n\n.pl-2 {\n padding-left: 0.5rem !important;\n}\n\n.px-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n}\n\n.py-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n}\n\n.p-3 {\n padding: 1rem 1rem !important;\n}\n\n.pt-3 {\n padding-top: 1rem !important;\n}\n\n.pr-3 {\n padding-right: 1rem !important;\n}\n\n.pb-3 {\n padding-bottom: 1rem !important;\n}\n\n.pl-3 {\n padding-left: 1rem !important;\n}\n\n.px-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n}\n\n.py-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n}\n\n.p-4 {\n padding: 1.5rem 1.5rem !important;\n}\n\n.pt-4 {\n padding-top: 1.5rem !important;\n}\n\n.pr-4 {\n padding-right: 1.5rem !important;\n}\n\n.pb-4 {\n padding-bottom: 1.5rem !important;\n}\n\n.pl-4 {\n padding-left: 1.5rem !important;\n}\n\n.px-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n}\n\n.py-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n}\n\n.p-5 {\n padding: 3rem 3rem !important;\n}\n\n.pt-5 {\n padding-top: 3rem !important;\n}\n\n.pr-5 {\n padding-right: 3rem !important;\n}\n\n.pb-5 {\n padding-bottom: 3rem !important;\n}\n\n.pl-5 {\n padding-left: 3rem !important;\n}\n\n.px-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n}\n\n.py-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.mt-auto {\n margin-top: auto !important;\n}\n\n.mr-auto {\n margin-right: auto !important;\n}\n\n.mb-auto {\n margin-bottom: auto !important;\n}\n\n.ml-auto {\n margin-left: auto !important;\n}\n\n.mx-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n}\n\n.my-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n}\n\n@media (min-width: 576px) {\n .m-sm-0 {\n margin: 0 0 !important;\n }\n .mt-sm-0 {\n margin-top: 0 !important;\n }\n .mr-sm-0 {\n margin-right: 0 !important;\n }\n .mb-sm-0 {\n margin-bottom: 0 !important;\n }\n .ml-sm-0 {\n margin-left: 0 !important;\n }\n .mx-sm-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .my-sm-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .m-sm-1 {\n margin: 0.25rem 0.25rem !important;\n }\n .mt-sm-1 {\n margin-top: 0.25rem !important;\n }\n .mr-sm-1 {\n margin-right: 0.25rem !important;\n }\n .mb-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-sm-1 {\n margin-left: 0.25rem !important;\n }\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .my-sm-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .m-sm-2 {\n margin: 0.5rem 0.5rem !important;\n }\n .mt-sm-2 {\n margin-top: 0.5rem !important;\n }\n .mr-sm-2 {\n margin-right: 0.5rem !important;\n }\n .mb-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-sm-2 {\n margin-left: 0.5rem !important;\n }\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .my-sm-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .m-sm-3 {\n margin: 1rem 1rem !important;\n }\n .mt-sm-3 {\n margin-top: 1rem !important;\n }\n .mr-sm-3 {\n margin-right: 1rem !important;\n }\n .mb-sm-3 {\n margin-bottom: 1rem !important;\n }\n .ml-sm-3 {\n margin-left: 1rem !important;\n }\n .mx-sm-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .my-sm-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .m-sm-4 {\n margin: 1.5rem 1.5rem !important;\n }\n .mt-sm-4 {\n margin-top: 1.5rem !important;\n }\n .mr-sm-4 {\n margin-right: 1.5rem !important;\n }\n .mb-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-sm-4 {\n margin-left: 1.5rem !important;\n }\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .my-sm-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .m-sm-5 {\n margin: 3rem 3rem !important;\n }\n .mt-sm-5 {\n margin-top: 3rem !important;\n }\n .mr-sm-5 {\n margin-right: 3rem !important;\n }\n .mb-sm-5 {\n margin-bottom: 3rem !important;\n }\n .ml-sm-5 {\n margin-left: 3rem !important;\n }\n .mx-sm-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .my-sm-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .p-sm-0 {\n padding: 0 0 !important;\n }\n .pt-sm-0 {\n padding-top: 0 !important;\n }\n .pr-sm-0 {\n padding-right: 0 !important;\n }\n .pb-sm-0 {\n padding-bottom: 0 !important;\n }\n .pl-sm-0 {\n padding-left: 0 !important;\n }\n .px-sm-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .py-sm-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .p-sm-1 {\n padding: 0.25rem 0.25rem !important;\n }\n .pt-sm-1 {\n padding-top: 0.25rem !important;\n }\n .pr-sm-1 {\n padding-right: 0.25rem !important;\n }\n .pb-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-sm-1 {\n padding-left: 0.25rem !important;\n }\n .px-sm-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .py-sm-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .p-sm-2 {\n padding: 0.5rem 0.5rem !important;\n }\n .pt-sm-2 {\n padding-top: 0.5rem !important;\n }\n .pr-sm-2 {\n padding-right: 0.5rem !important;\n }\n .pb-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-sm-2 {\n padding-left: 0.5rem !important;\n }\n .px-sm-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .py-sm-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .p-sm-3 {\n padding: 1rem 1rem !important;\n }\n .pt-sm-3 {\n padding-top: 1rem !important;\n }\n .pr-sm-3 {\n padding-right: 1rem !important;\n }\n .pb-sm-3 {\n padding-bottom: 1rem !important;\n }\n .pl-sm-3 {\n padding-left: 1rem !important;\n }\n .px-sm-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .py-sm-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .p-sm-4 {\n padding: 1.5rem 1.5rem !important;\n }\n .pt-sm-4 {\n padding-top: 1.5rem !important;\n }\n .pr-sm-4 {\n padding-right: 1.5rem !important;\n }\n .pb-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-sm-4 {\n padding-left: 1.5rem !important;\n }\n .px-sm-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .py-sm-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .p-sm-5 {\n padding: 3rem 3rem !important;\n }\n .pt-sm-5 {\n padding-top: 3rem !important;\n }\n .pr-sm-5 {\n padding-right: 3rem !important;\n }\n .pb-sm-5 {\n padding-bottom: 3rem !important;\n }\n .pl-sm-5 {\n padding-left: 3rem !important;\n }\n .px-sm-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-sm-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .m-sm-auto {\n margin: auto !important;\n }\n .mt-sm-auto {\n margin-top: auto !important;\n }\n .mr-sm-auto {\n margin-right: auto !important;\n }\n .mb-sm-auto {\n margin-bottom: auto !important;\n }\n .ml-sm-auto {\n margin-left: auto !important;\n }\n .mx-sm-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-sm-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media (min-width: 768px) {\n .m-md-0 {\n margin: 0 0 !important;\n }\n .mt-md-0 {\n margin-top: 0 !important;\n }\n .mr-md-0 {\n margin-right: 0 !important;\n }\n .mb-md-0 {\n margin-bottom: 0 !important;\n }\n .ml-md-0 {\n margin-left: 0 !important;\n }\n .mx-md-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .my-md-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .m-md-1 {\n margin: 0.25rem 0.25rem !important;\n }\n .mt-md-1 {\n margin-top: 0.25rem !important;\n }\n .mr-md-1 {\n margin-right: 0.25rem !important;\n }\n .mb-md-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-md-1 {\n margin-left: 0.25rem !important;\n }\n .mx-md-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .my-md-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .m-md-2 {\n margin: 0.5rem 0.5rem !important;\n }\n .mt-md-2 {\n margin-top: 0.5rem !important;\n }\n .mr-md-2 {\n margin-right: 0.5rem !important;\n }\n .mb-md-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-md-2 {\n margin-left: 0.5rem !important;\n }\n .mx-md-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .my-md-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .m-md-3 {\n margin: 1rem 1rem !important;\n }\n .mt-md-3 {\n margin-top: 1rem !important;\n }\n .mr-md-3 {\n margin-right: 1rem !important;\n }\n .mb-md-3 {\n margin-bottom: 1rem !important;\n }\n .ml-md-3 {\n margin-left: 1rem !important;\n }\n .mx-md-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .my-md-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .m-md-4 {\n margin: 1.5rem 1.5rem !important;\n }\n .mt-md-4 {\n margin-top: 1.5rem !important;\n }\n .mr-md-4 {\n margin-right: 1.5rem !important;\n }\n .mb-md-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-md-4 {\n margin-left: 1.5rem !important;\n }\n .mx-md-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .my-md-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .m-md-5 {\n margin: 3rem 3rem !important;\n }\n .mt-md-5 {\n margin-top: 3rem !important;\n }\n .mr-md-5 {\n margin-right: 3rem !important;\n }\n .mb-md-5 {\n margin-bottom: 3rem !important;\n }\n .ml-md-5 {\n margin-left: 3rem !important;\n }\n .mx-md-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .my-md-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .p-md-0 {\n padding: 0 0 !important;\n }\n .pt-md-0 {\n padding-top: 0 !important;\n }\n .pr-md-0 {\n padding-right: 0 !important;\n }\n .pb-md-0 {\n padding-bottom: 0 !important;\n }\n .pl-md-0 {\n padding-left: 0 !important;\n }\n .px-md-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .py-md-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .p-md-1 {\n padding: 0.25rem 0.25rem !important;\n }\n .pt-md-1 {\n padding-top: 0.25rem !important;\n }\n .pr-md-1 {\n padding-right: 0.25rem !important;\n }\n .pb-md-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-md-1 {\n padding-left: 0.25rem !important;\n }\n .px-md-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .py-md-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .p-md-2 {\n padding: 0.5rem 0.5rem !important;\n }\n .pt-md-2 {\n padding-top: 0.5rem !important;\n }\n .pr-md-2 {\n padding-right: 0.5rem !important;\n }\n .pb-md-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-md-2 {\n padding-left: 0.5rem !important;\n }\n .px-md-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .py-md-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .p-md-3 {\n padding: 1rem 1rem !important;\n }\n .pt-md-3 {\n padding-top: 1rem !important;\n }\n .pr-md-3 {\n padding-right: 1rem !important;\n }\n .pb-md-3 {\n padding-bottom: 1rem !important;\n }\n .pl-md-3 {\n padding-left: 1rem !important;\n }\n .px-md-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .py-md-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .p-md-4 {\n padding: 1.5rem 1.5rem !important;\n }\n .pt-md-4 {\n padding-top: 1.5rem !important;\n }\n .pr-md-4 {\n padding-right: 1.5rem !important;\n }\n .pb-md-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-md-4 {\n padding-left: 1.5rem !important;\n }\n .px-md-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .py-md-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .p-md-5 {\n padding: 3rem 3rem !important;\n }\n .pt-md-5 {\n padding-top: 3rem !important;\n }\n .pr-md-5 {\n padding-right: 3rem !important;\n }\n .pb-md-5 {\n padding-bottom: 3rem !important;\n }\n .pl-md-5 {\n padding-left: 3rem !important;\n }\n .px-md-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-md-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .m-md-auto {\n margin: auto !important;\n }\n .mt-md-auto {\n margin-top: auto !important;\n }\n .mr-md-auto {\n margin-right: auto !important;\n }\n .mb-md-auto {\n margin-bottom: auto !important;\n }\n .ml-md-auto {\n margin-left: auto !important;\n }\n .mx-md-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-md-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media (min-width: 992px) {\n .m-lg-0 {\n margin: 0 0 !important;\n }\n .mt-lg-0 {\n margin-top: 0 !important;\n }\n .mr-lg-0 {\n margin-right: 0 !important;\n }\n .mb-lg-0 {\n margin-bottom: 0 !important;\n }\n .ml-lg-0 {\n margin-left: 0 !important;\n }\n .mx-lg-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .my-lg-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .m-lg-1 {\n margin: 0.25rem 0.25rem !important;\n }\n .mt-lg-1 {\n margin-top: 0.25rem !important;\n }\n .mr-lg-1 {\n margin-right: 0.25rem !important;\n }\n .mb-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-lg-1 {\n margin-left: 0.25rem !important;\n }\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .my-lg-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .m-lg-2 {\n margin: 0.5rem 0.5rem !important;\n }\n .mt-lg-2 {\n margin-top: 0.5rem !important;\n }\n .mr-lg-2 {\n margin-right: 0.5rem !important;\n }\n .mb-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-lg-2 {\n margin-left: 0.5rem !important;\n }\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .my-lg-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .m-lg-3 {\n margin: 1rem 1rem !important;\n }\n .mt-lg-3 {\n margin-top: 1rem !important;\n }\n .mr-lg-3 {\n margin-right: 1rem !important;\n }\n .mb-lg-3 {\n margin-bottom: 1rem !important;\n }\n .ml-lg-3 {\n margin-left: 1rem !important;\n }\n .mx-lg-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .my-lg-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .m-lg-4 {\n margin: 1.5rem 1.5rem !important;\n }\n .mt-lg-4 {\n margin-top: 1.5rem !important;\n }\n .mr-lg-4 {\n margin-right: 1.5rem !important;\n }\n .mb-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-lg-4 {\n margin-left: 1.5rem !important;\n }\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .my-lg-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .m-lg-5 {\n margin: 3rem 3rem !important;\n }\n .mt-lg-5 {\n margin-top: 3rem !important;\n }\n .mr-lg-5 {\n margin-right: 3rem !important;\n }\n .mb-lg-5 {\n margin-bottom: 3rem !important;\n }\n .ml-lg-5 {\n margin-left: 3rem !important;\n }\n .mx-lg-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .my-lg-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .p-lg-0 {\n padding: 0 0 !important;\n }\n .pt-lg-0 {\n padding-top: 0 !important;\n }\n .pr-lg-0 {\n padding-right: 0 !important;\n }\n .pb-lg-0 {\n padding-bottom: 0 !important;\n }\n .pl-lg-0 {\n padding-left: 0 !important;\n }\n .px-lg-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .py-lg-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .p-lg-1 {\n padding: 0.25rem 0.25rem !important;\n }\n .pt-lg-1 {\n padding-top: 0.25rem !important;\n }\n .pr-lg-1 {\n padding-right: 0.25rem !important;\n }\n .pb-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-lg-1 {\n padding-left: 0.25rem !important;\n }\n .px-lg-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .py-lg-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .p-lg-2 {\n padding: 0.5rem 0.5rem !important;\n }\n .pt-lg-2 {\n padding-top: 0.5rem !important;\n }\n .pr-lg-2 {\n padding-right: 0.5rem !important;\n }\n .pb-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-lg-2 {\n padding-left: 0.5rem !important;\n }\n .px-lg-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .py-lg-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .p-lg-3 {\n padding: 1rem 1rem !important;\n }\n .pt-lg-3 {\n padding-top: 1rem !important;\n }\n .pr-lg-3 {\n padding-right: 1rem !important;\n }\n .pb-lg-3 {\n padding-bottom: 1rem !important;\n }\n .pl-lg-3 {\n padding-left: 1rem !important;\n }\n .px-lg-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .py-lg-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .p-lg-4 {\n padding: 1.5rem 1.5rem !important;\n }\n .pt-lg-4 {\n padding-top: 1.5rem !important;\n }\n .pr-lg-4 {\n padding-right: 1.5rem !important;\n }\n .pb-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-lg-4 {\n padding-left: 1.5rem !important;\n }\n .px-lg-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .py-lg-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .p-lg-5 {\n padding: 3rem 3rem !important;\n }\n .pt-lg-5 {\n padding-top: 3rem !important;\n }\n .pr-lg-5 {\n padding-right: 3rem !important;\n }\n .pb-lg-5 {\n padding-bottom: 3rem !important;\n }\n .pl-lg-5 {\n padding-left: 3rem !important;\n }\n .px-lg-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-lg-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .m-lg-auto {\n margin: auto !important;\n }\n .mt-lg-auto {\n margin-top: auto !important;\n }\n .mr-lg-auto {\n margin-right: auto !important;\n }\n .mb-lg-auto {\n margin-bottom: auto !important;\n }\n .ml-lg-auto {\n margin-left: auto !important;\n }\n .mx-lg-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-lg-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media (min-width: 1200px) {\n .m-xl-0 {\n margin: 0 0 !important;\n }\n .mt-xl-0 {\n margin-top: 0 !important;\n }\n .mr-xl-0 {\n margin-right: 0 !important;\n }\n .mb-xl-0 {\n margin-bottom: 0 !important;\n }\n .ml-xl-0 {\n margin-left: 0 !important;\n }\n .mx-xl-0 {\n margin-right: 0 !important;\n margin-left: 0 !important;\n }\n .my-xl-0 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n }\n .m-xl-1 {\n margin: 0.25rem 0.25rem !important;\n }\n .mt-xl-1 {\n margin-top: 0.25rem !important;\n }\n .mr-xl-1 {\n margin-right: 0.25rem !important;\n }\n .mb-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-xl-1 {\n margin-left: 0.25rem !important;\n }\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n margin-left: 0.25rem !important;\n }\n .my-xl-1 {\n margin-top: 0.25rem !important;\n margin-bottom: 0.25rem !important;\n }\n .m-xl-2 {\n margin: 0.5rem 0.5rem !important;\n }\n .mt-xl-2 {\n margin-top: 0.5rem !important;\n }\n .mr-xl-2 {\n margin-right: 0.5rem !important;\n }\n .mb-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-xl-2 {\n margin-left: 0.5rem !important;\n }\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n margin-left: 0.5rem !important;\n }\n .my-xl-2 {\n margin-top: 0.5rem !important;\n margin-bottom: 0.5rem !important;\n }\n .m-xl-3 {\n margin: 1rem 1rem !important;\n }\n .mt-xl-3 {\n margin-top: 1rem !important;\n }\n .mr-xl-3 {\n margin-right: 1rem !important;\n }\n .mb-xl-3 {\n margin-bottom: 1rem !important;\n }\n .ml-xl-3 {\n margin-left: 1rem !important;\n }\n .mx-xl-3 {\n margin-right: 1rem !important;\n margin-left: 1rem !important;\n }\n .my-xl-3 {\n margin-top: 1rem !important;\n margin-bottom: 1rem !important;\n }\n .m-xl-4 {\n margin: 1.5rem 1.5rem !important;\n }\n .mt-xl-4 {\n margin-top: 1.5rem !important;\n }\n .mr-xl-4 {\n margin-right: 1.5rem !important;\n }\n .mb-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-xl-4 {\n margin-left: 1.5rem !important;\n }\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n margin-left: 1.5rem !important;\n }\n .my-xl-4 {\n margin-top: 1.5rem !important;\n margin-bottom: 1.5rem !important;\n }\n .m-xl-5 {\n margin: 3rem 3rem !important;\n }\n .mt-xl-5 {\n margin-top: 3rem !important;\n }\n .mr-xl-5 {\n margin-right: 3rem !important;\n }\n .mb-xl-5 {\n margin-bottom: 3rem !important;\n }\n .ml-xl-5 {\n margin-left: 3rem !important;\n }\n .mx-xl-5 {\n margin-right: 3rem !important;\n margin-left: 3rem !important;\n }\n .my-xl-5 {\n margin-top: 3rem !important;\n margin-bottom: 3rem !important;\n }\n .p-xl-0 {\n padding: 0 0 !important;\n }\n .pt-xl-0 {\n padding-top: 0 !important;\n }\n .pr-xl-0 {\n padding-right: 0 !important;\n }\n .pb-xl-0 {\n padding-bottom: 0 !important;\n }\n .pl-xl-0 {\n padding-left: 0 !important;\n }\n .px-xl-0 {\n padding-right: 0 !important;\n padding-left: 0 !important;\n }\n .py-xl-0 {\n padding-top: 0 !important;\n padding-bottom: 0 !important;\n }\n .p-xl-1 {\n padding: 0.25rem 0.25rem !important;\n }\n .pt-xl-1 {\n padding-top: 0.25rem !important;\n }\n .pr-xl-1 {\n padding-right: 0.25rem !important;\n }\n .pb-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-xl-1 {\n padding-left: 0.25rem !important;\n }\n .px-xl-1 {\n padding-right: 0.25rem !important;\n padding-left: 0.25rem !important;\n }\n .py-xl-1 {\n padding-top: 0.25rem !important;\n padding-bottom: 0.25rem !important;\n }\n .p-xl-2 {\n padding: 0.5rem 0.5rem !important;\n }\n .pt-xl-2 {\n padding-top: 0.5rem !important;\n }\n .pr-xl-2 {\n padding-right: 0.5rem !important;\n }\n .pb-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-xl-2 {\n padding-left: 0.5rem !important;\n }\n .px-xl-2 {\n padding-right: 0.5rem !important;\n padding-left: 0.5rem !important;\n }\n .py-xl-2 {\n padding-top: 0.5rem !important;\n padding-bottom: 0.5rem !important;\n }\n .p-xl-3 {\n padding: 1rem 1rem !important;\n }\n .pt-xl-3 {\n padding-top: 1rem !important;\n }\n .pr-xl-3 {\n padding-right: 1rem !important;\n }\n .pb-xl-3 {\n padding-bottom: 1rem !important;\n }\n .pl-xl-3 {\n padding-left: 1rem !important;\n }\n .px-xl-3 {\n padding-right: 1rem !important;\n padding-left: 1rem !important;\n }\n .py-xl-3 {\n padding-top: 1rem !important;\n padding-bottom: 1rem !important;\n }\n .p-xl-4 {\n padding: 1.5rem 1.5rem !important;\n }\n .pt-xl-4 {\n padding-top: 1.5rem !important;\n }\n .pr-xl-4 {\n padding-right: 1.5rem !important;\n }\n .pb-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-xl-4 {\n padding-left: 1.5rem !important;\n }\n .px-xl-4 {\n padding-right: 1.5rem !important;\n padding-left: 1.5rem !important;\n }\n .py-xl-4 {\n padding-top: 1.5rem !important;\n padding-bottom: 1.5rem !important;\n }\n .p-xl-5 {\n padding: 3rem 3rem !important;\n }\n .pt-xl-5 {\n padding-top: 3rem !important;\n }\n .pr-xl-5 {\n padding-right: 3rem !important;\n }\n .pb-xl-5 {\n padding-bottom: 3rem !important;\n }\n .pl-xl-5 {\n padding-left: 3rem !important;\n }\n .px-xl-5 {\n padding-right: 3rem !important;\n padding-left: 3rem !important;\n }\n .py-xl-5 {\n padding-top: 3rem !important;\n padding-bottom: 3rem !important;\n }\n .m-xl-auto {\n margin: auto !important;\n }\n .mt-xl-auto {\n margin-top: auto !important;\n }\n .mr-xl-auto {\n margin-right: auto !important;\n }\n .mb-xl-auto {\n margin-bottom: auto !important;\n }\n .ml-xl-auto {\n margin-left: auto !important;\n }\n .mx-xl-auto {\n margin-right: auto !important;\n margin-left: auto !important;\n }\n .my-xl-auto {\n margin-top: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n.text-justify {\n text-align: justify !important;\n}\n\n.text-nowrap {\n white-space: nowrap !important;\n}\n\n.text-truncate {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.text-left {\n text-align: left !important;\n}\n\n.text-right {\n text-align: right !important;\n}\n\n.text-center {\n text-align: center !important;\n}\n\n@media (min-width: 576px) {\n .text-sm-left {\n text-align: left !important;\n }\n .text-sm-right {\n text-align: right !important;\n }\n .text-sm-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 768px) {\n .text-md-left {\n text-align: left !important;\n }\n .text-md-right {\n text-align: right !important;\n }\n .text-md-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 992px) {\n .text-lg-left {\n text-align: left !important;\n }\n .text-lg-right {\n text-align: right !important;\n }\n .text-lg-center {\n text-align: center !important;\n }\n}\n\n@media (min-width: 1200px) {\n .text-xl-left {\n text-align: left !important;\n }\n .text-xl-right {\n text-align: right !important;\n }\n .text-xl-center {\n text-align: center !important;\n }\n}\n\n.text-lowercase {\n text-transform: lowercase !important;\n}\n\n.text-uppercase {\n text-transform: uppercase !important;\n}\n\n.text-capitalize {\n text-transform: capitalize !important;\n}\n\n.font-weight-normal {\n font-weight: normal;\n}\n\n.font-weight-bold {\n font-weight: bold;\n}\n\n.font-italic {\n font-style: italic;\n}\n\n.text-white {\n color: #fff !important;\n}\n\n.text-muted {\n color: #636c72 !important;\n}\n\na.text-muted:focus, a.text-muted:hover {\n color: #4b5257 !important;\n}\n\n.text-primary {\n color: #0275d8 !important;\n}\n\na.text-primary:focus, a.text-primary:hover {\n color: #025aa5 !important;\n}\n\n.text-success {\n color: #5cb85c !important;\n}\n\na.text-success:focus, a.text-success:hover {\n color: #449d44 !important;\n}\n\n.text-info {\n color: #5bc0de !important;\n}\n\na.text-info:focus, a.text-info:hover {\n color: #31b0d5 !important;\n}\n\n.text-warning {\n color: #f0ad4e !important;\n}\n\na.text-warning:focus, a.text-warning:hover {\n color: #ec971f !important;\n}\n\n.text-danger {\n color: #d9534f !important;\n}\n\na.text-danger:focus, a.text-danger:hover {\n color: #c9302c !important;\n}\n\n.text-gray-dark {\n color: #292b2c !important;\n}\n\na.text-gray-dark:focus, a.text-gray-dark:hover {\n color: #101112 !important;\n}\n\n.text-hide {\n font: 0/0 a;\n color: transparent;\n text-shadow: none;\n background-color: transparent;\n border: 0;\n}\n\n.invisible {\n visibility: hidden !important;\n}\n\n.hidden-xs-up {\n display: none !important;\n}\n\n@media (max-width: 575px) {\n .hidden-xs-down {\n display: none !important;\n }\n}\n\n@media (min-width: 576px) {\n .hidden-sm-up {\n display: none !important;\n }\n}\n\n@media (max-width: 767px) {\n .hidden-sm-down {\n display: none !important;\n }\n}\n\n@media (min-width: 768px) {\n .hidden-md-up {\n display: none !important;\n }\n}\n\n@media (max-width: 991px) {\n .hidden-md-down {\n display: none !important;\n }\n}\n\n@media (min-width: 992px) {\n .hidden-lg-up {\n display: none !important;\n }\n}\n\n@media (max-width: 1199px) {\n .hidden-lg-down {\n display: none !important;\n }\n}\n\n@media (min-width: 1200px) {\n .hidden-xl-up {\n display: none !important;\n }\n}\n\n.hidden-xl-down {\n display: none !important;\n}\n\n.visible-print-block {\n display: none !important;\n}\n\n@media print {\n .visible-print-block {\n display: block !important;\n }\n}\n\n.visible-print-inline {\n display: none !important;\n}\n\n@media print {\n .visible-print-inline {\n display: inline !important;\n }\n}\n\n.visible-print-inline-block {\n display: none !important;\n}\n\n@media print {\n .visible-print-inline-block {\n display: inline-block !important;\n }\n}\n\n@media print {\n .hidden-print {\n display: none !important;\n }\n}\n\n/*# sourceMappingURL=bootstrap.css.map */",null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null]} \ No newline at end of file diff --git a/node_modules/bootstrap/dist/css/bootstrap.min.css b/node_modules/bootstrap/dist/css/bootstrap.min.css deleted file mode 100644 index a8da074..0000000 --- a/node_modules/bootstrap/dist/css/bootstrap.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com) - * Copyright 2011-2017 The Bootstrap Authors - * Copyright 2011-2017 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - *//*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}@media print{*,::after,::before,blockquote::first-letter,blockquote::first-line,div::first-letter,div::first-line,li::first-letter,li::first-line,p::first-letter,p::first-line{text-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}html{-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#292b2c;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{cursor:help}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}a{color:#0275d8;text-decoration:none}a:focus,a:hover{color:#014c8c;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle}[role=button]{cursor:pointer}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse;background-color:transparent}caption{padding-top:.75rem;padding-bottom:.75rem;color:#636c72;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,select,textarea{line-height:inherit}input[type=checkbox]:disabled,input[type=radio]:disabled{cursor:not-allowed}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}input[type=search]{-webkit-appearance:none}output{display:inline-block}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.1}.display-2{font-size:5.5rem;font-weight:300;line-height:1.1}.display-3{font-size:4.5rem;font-weight:300;line-height:1.1}.display-4{font-size:3.5rem;font-weight:300;line-height:1.1}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:5px}.initialism{font-size:90%;text-transform:uppercase}.blockquote{padding:.5rem 1rem;margin-bottom:1rem;font-size:1.25rem;border-left:.25rem solid #eceeef}.blockquote-footer{display:block;font-size:80%;color:#636c72}.blockquote-footer::before{content:"\2014 \00A0"}.blockquote-reverse{padding-right:1rem;padding-left:0;text-align:right;border-right:.25rem solid #eceeef;border-left:0}.blockquote-reverse .blockquote-footer::before{content:""}.blockquote-reverse .blockquote-footer::after{content:"\00A0 \2014"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #ddd;border-radius:.25rem;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#636c72}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{padding:.2rem .4rem;font-size:90%;color:#bd4147;background-color:#f7f7f9;border-radius:.25rem}a>code{padding:0;color:inherit;background-color:inherit}kbd{padding:.2rem .4rem;font-size:90%;color:#fff;background-color:#292b2c;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;margin-top:0;margin-bottom:1rem;font-size:90%;color:#292b2c}pre code{padding:0;font-size:inherit;color:inherit;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}@media (min-width:576px){.container{padding-right:15px;padding-left:15px}}@media (min-width:768px){.container{padding-right:15px;padding-left:15px}}@media (min-width:992px){.container{padding-right:15px;padding-left:15px}}@media (min-width:1200px){.container{padding-right:15px;padding-left:15px}}@media (min-width:576px){.container{width:540px;max-width:100%}}@media (min-width:768px){.container{width:720px;max-width:100%}}@media (min-width:992px){.container{width:960px;max-width:100%}}@media (min-width:1200px){.container{width:1140px;max-width:100%}}.container-fluid{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}@media (min-width:576px){.container-fluid{padding-right:15px;padding-left:15px}}@media (min-width:768px){.container-fluid{padding-right:15px;padding-left:15px}}@media (min-width:992px){.container-fluid{padding-right:15px;padding-left:15px}}@media (min-width:1200px){.container-fluid{padding-right:15px;padding-left:15px}}.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}@media (min-width:576px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:768px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:992px){.row{margin-right:-15px;margin-left:-15px}}@media (min-width:1200px){.row{margin-right:-15px;margin-left:-15px}}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:576px){.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width:768px){.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width:992px){.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}@media (min-width:1200px){.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}}.col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-0{right:auto}.pull-1{right:8.333333%}.pull-2{right:16.666667%}.pull-3{right:25%}.pull-4{right:33.333333%}.pull-5{right:41.666667%}.pull-6{right:50%}.pull-7{right:58.333333%}.pull-8{right:66.666667%}.pull-9{right:75%}.pull-10{right:83.333333%}.pull-11{right:91.666667%}.pull-12{right:100%}.push-0{left:auto}.push-1{left:8.333333%}.push-2{left:16.666667%}.push-3{left:25%}.push-4{left:33.333333%}.push-5{left:41.666667%}.push-6{left:50%}.push-7{left:58.333333%}.push-8{left:66.666667%}.push-9{left:75%}.push-10{left:83.333333%}.push-11{left:91.666667%}.push-12{left:100%}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-sm-0{right:auto}.pull-sm-1{right:8.333333%}.pull-sm-2{right:16.666667%}.pull-sm-3{right:25%}.pull-sm-4{right:33.333333%}.pull-sm-5{right:41.666667%}.pull-sm-6{right:50%}.pull-sm-7{right:58.333333%}.pull-sm-8{right:66.666667%}.pull-sm-9{right:75%}.pull-sm-10{right:83.333333%}.pull-sm-11{right:91.666667%}.pull-sm-12{right:100%}.push-sm-0{left:auto}.push-sm-1{left:8.333333%}.push-sm-2{left:16.666667%}.push-sm-3{left:25%}.push-sm-4{left:33.333333%}.push-sm-5{left:41.666667%}.push-sm-6{left:50%}.push-sm-7{left:58.333333%}.push-sm-8{left:66.666667%}.push-sm-9{left:75%}.push-sm-10{left:83.333333%}.push-sm-11{left:91.666667%}.push-sm-12{left:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-md-0{right:auto}.pull-md-1{right:8.333333%}.pull-md-2{right:16.666667%}.pull-md-3{right:25%}.pull-md-4{right:33.333333%}.pull-md-5{right:41.666667%}.pull-md-6{right:50%}.pull-md-7{right:58.333333%}.pull-md-8{right:66.666667%}.pull-md-9{right:75%}.pull-md-10{right:83.333333%}.pull-md-11{right:91.666667%}.pull-md-12{right:100%}.push-md-0{left:auto}.push-md-1{left:8.333333%}.push-md-2{left:16.666667%}.push-md-3{left:25%}.push-md-4{left:33.333333%}.push-md-5{left:41.666667%}.push-md-6{left:50%}.push-md-7{left:58.333333%}.push-md-8{left:66.666667%}.push-md-9{left:75%}.push-md-10{left:83.333333%}.push-md-11{left:91.666667%}.push-md-12{left:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-lg-0{right:auto}.pull-lg-1{right:8.333333%}.pull-lg-2{right:16.666667%}.pull-lg-3{right:25%}.pull-lg-4{right:33.333333%}.pull-lg-5{right:41.666667%}.pull-lg-6{right:50%}.pull-lg-7{right:58.333333%}.pull-lg-8{right:66.666667%}.pull-lg-9{right:75%}.pull-lg-10{right:83.333333%}.pull-lg-11{right:91.666667%}.pull-lg-12{right:100%}.push-lg-0{left:auto}.push-lg-1{left:8.333333%}.push-lg-2{left:16.666667%}.push-lg-3{left:25%}.push-lg-4{left:33.333333%}.push-lg-5{left:41.666667%}.push-lg-6{left:50%}.push-lg-7{left:58.333333%}.push-lg-8{left:66.666667%}.push-lg-9{left:75%}.push-lg-10{left:83.333333%}.push-lg-11{left:91.666667%}.push-lg-12{left:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.333333%;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.666667%;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.333333%;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.666667%;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.333333%;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.666667%;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.333333%;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.666667%;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-xl-0{right:auto}.pull-xl-1{right:8.333333%}.pull-xl-2{right:16.666667%}.pull-xl-3{right:25%}.pull-xl-4{right:33.333333%}.pull-xl-5{right:41.666667%}.pull-xl-6{right:50%}.pull-xl-7{right:58.333333%}.pull-xl-8{right:66.666667%}.pull-xl-9{right:75%}.pull-xl-10{right:83.333333%}.pull-xl-11{right:91.666667%}.pull-xl-12{right:100%}.push-xl-0{left:auto}.push-xl-1{left:8.333333%}.push-xl-2{left:16.666667%}.push-xl-3{left:25%}.push-xl-4{left:33.333333%}.push-xl-5{left:41.666667%}.push-xl-6{left:50%}.push-xl-7{left:58.333333%}.push-xl-8{left:66.666667%}.push-xl-9{left:75%}.push-xl-10{left:83.333333%}.push-xl-11{left:91.666667%}.push-xl-12{left:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #eceeef}.table thead th{vertical-align:bottom;border-bottom:2px solid #eceeef}.table tbody+tbody{border-top:2px solid #eceeef}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #eceeef}.table-bordered td,.table-bordered th{border:1px solid #eceeef}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table-success,.table-success>td,.table-success>th{background-color:#dff0d8}.table-hover .table-success:hover{background-color:#d0e9c6}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#d0e9c6}.table-info,.table-info>td,.table-info>th{background-color:#d9edf7}.table-hover .table-info:hover{background-color:#c4e3f3}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#c4e3f3}.table-warning,.table-warning>td,.table-warning>th{background-color:#fcf8e3}.table-hover .table-warning:hover{background-color:#faf2cc}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#faf2cc}.table-danger,.table-danger>td,.table-danger>th{background-color:#f2dede}.table-hover .table-danger:hover{background-color:#ebcccc}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ebcccc}.thead-inverse th{color:#fff;background-color:#292b2c}.thead-default th{color:#464a4c;background-color:#eceeef}.table-inverse{color:#fff;background-color:#292b2c}.table-inverse td,.table-inverse th,.table-inverse thead th{border-color:#fff}.table-inverse.table-bordered{border:0}.table-responsive{display:block;width:100%;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive.table-bordered{border:0}.form-control{display:block;width:100%;padding:.5rem .75rem;font-size:1rem;line-height:1.25;color:#464a4c;background-color:#fff;background-image:none;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#464a4c;background-color:#fff;border-color:#5cb3fd;outline:0}.form-control::-webkit-input-placeholder{color:#636c72;opacity:1}.form-control::-moz-placeholder{color:#636c72;opacity:1}.form-control:-ms-input-placeholder{color:#636c72;opacity:1}.form-control::placeholder{color:#636c72;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#eceeef;opacity:1}.form-control:disabled{cursor:not-allowed}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#464a4c;background-color:#fff}.form-control-file,.form-control-range{display:block}.col-form-label{padding-top:calc(.5rem - 1px * 2);padding-bottom:calc(.5rem - 1px * 2);margin-bottom:0}.col-form-label-lg{padding-top:calc(.75rem - 1px * 2);padding-bottom:calc(.75rem - 1px * 2);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem - 1px * 2);padding-bottom:calc(.25rem - 1px * 2);font-size:.875rem}.col-form-legend{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0;font-size:1rem}.form-control-static{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0;line-height:1.25;border:solid transparent;border-width:1px 0}.form-control-static.form-control-lg,.form-control-static.form-control-sm,.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,.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-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>select.input-group-addon:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:1.8125rem}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{padding:.75rem 1.5rem;font-size:1.25rem;border-radius:.3rem}.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>select.input-group-addon:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:3.166667rem}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-check{position:relative;display:block;margin-bottom:.5rem}.form-check.disabled .form-check-label{color:#636c72;cursor:not-allowed}.form-check-label{padding-left:1.25rem;margin-bottom:0;cursor:pointer}.form-check-input{position:absolute;margin-top:.25rem;margin-left:-1.25rem}.form-check-input:only-child{position:static}.form-check-inline{display:inline-block}.form-check-inline .form-check-label{vertical-align:middle}.form-check-inline+.form-check-inline{margin-left:.75rem}.form-control-feedback{margin-top:.25rem}.form-control-danger,.form-control-success,.form-control-warning{padding-right:2.25rem;background-repeat:no-repeat;background-position:center right .5625rem;-webkit-background-size:1.125rem 1.125rem;background-size:1.125rem 1.125rem}.has-success .col-form-label,.has-success .custom-control,.has-success .form-check-label,.has-success .form-control-feedback,.has-success .form-control-label{color:#5cb85c}.has-success .form-control{border-color:#5cb85c}.has-success .input-group-addon{color:#5cb85c;border-color:#5cb85c;background-color:#eaf6ea}.has-success .form-control-success{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")}.has-warning .col-form-label,.has-warning .custom-control,.has-warning .form-check-label,.has-warning .form-control-feedback,.has-warning .form-control-label{color:#f0ad4e}.has-warning .form-control{border-color:#f0ad4e}.has-warning .input-group-addon{color:#f0ad4e;border-color:#f0ad4e;background-color:#fff}.has-warning .form-control-warning{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")}.has-danger .col-form-label,.has-danger .custom-control,.has-danger .form-check-label,.has-danger .form-control-feedback,.has-danger .form-control-label{color:#d9534f}.has-danger .form-control{border-color:#d9534f}.has-danger .input-group-addon{color:#d9534f;border-color:#d9534f;background-color:#fdf7f7}.has-danger .form-control-danger{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")}.form-inline{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-control-label{margin-bottom:0;vertical-align:middle}.form-inline .form-check{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:auto;margin-top:0;margin-bottom:0}.form-inline .form-check-label{padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-left:0}.form-inline .custom-control-indicator{position:static;display:inline-block;margin-right:.25rem;vertical-align:text-bottom}.form-inline .has-feedback .form-control-feedback{top:0}}.btn{display:inline-block;font-weight:400;line-height:1.25;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.5rem 1rem;font-size:1rem;border-radius:.25rem;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;-webkit-box-shadow:0 0 0 2px rgba(2,117,216,.25);box-shadow:0 0 0 2px rgba(2,117,216,.25)}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}.btn.active,.btn:active{background-image:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#0275d8;border-color:#0275d8}.btn-primary:hover{color:#fff;background-color:#025aa5;border-color:#01549b}.btn-primary.focus,.btn-primary:focus{-webkit-box-shadow:0 0 0 2px rgba(2,117,216,.5);box-shadow:0 0 0 2px rgba(2,117,216,.5)}.btn-primary.disabled,.btn-primary:disabled{background-color:#0275d8;border-color:#0275d8}.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#025aa5;background-image:none;border-color:#01549b}.btn-secondary{color:#292b2c;background-color:#fff;border-color:#ccc}.btn-secondary:hover{color:#292b2c;background-color:#e6e6e6;border-color:#adadad}.btn-secondary.focus,.btn-secondary:focus{-webkit-box-shadow:0 0 0 2px rgba(204,204,204,.5);box-shadow:0 0 0 2px rgba(204,204,204,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#fff;border-color:#ccc}.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#292b2c;background-color:#e6e6e6;background-image:none;border-color:#adadad}.btn-info{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#2aabd2}.btn-info.focus,.btn-info:focus{-webkit-box-shadow:0 0 0 2px rgba(91,192,222,.5);box-shadow:0 0 0 2px rgba(91,192,222,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#5bc0de;border-color:#5bc0de}.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;background-image:none;border-color:#2aabd2}.btn-success{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#419641}.btn-success.focus,.btn-success:focus{-webkit-box-shadow:0 0 0 2px rgba(92,184,92,.5);box-shadow:0 0 0 2px rgba(92,184,92,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#5cb85c;border-color:#5cb85c}.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;background-image:none;border-color:#419641}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#eb9316}.btn-warning.focus,.btn-warning:focus{-webkit-box-shadow:0 0 0 2px rgba(240,173,78,.5);box-shadow:0 0 0 2px rgba(240,173,78,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#f0ad4e;border-color:#f0ad4e}.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;background-image:none;border-color:#eb9316}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#c12e2a}.btn-danger.focus,.btn-danger:focus{-webkit-box-shadow:0 0 0 2px rgba(217,83,79,.5);box-shadow:0 0 0 2px rgba(217,83,79,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#d9534f;border-color:#d9534f}.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;background-image:none;border-color:#c12e2a}.btn-outline-primary{color:#0275d8;background-image:none;background-color:transparent;border-color:#0275d8}.btn-outline-primary:hover{color:#fff;background-color:#0275d8;border-color:#0275d8}.btn-outline-primary.focus,.btn-outline-primary:focus{-webkit-box-shadow:0 0 0 2px rgba(2,117,216,.5);box-shadow:0 0 0 2px rgba(2,117,216,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0275d8;background-color:transparent}.btn-outline-primary.active,.btn-outline-primary:active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#0275d8;border-color:#0275d8}.btn-outline-secondary{color:#ccc;background-image:none;background-color:transparent;border-color:#ccc}.btn-outline-secondary:hover{color:#fff;background-color:#ccc;border-color:#ccc}.btn-outline-secondary.focus,.btn-outline-secondary:focus{-webkit-box-shadow:0 0 0 2px rgba(204,204,204,.5);box-shadow:0 0 0 2px rgba(204,204,204,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#ccc;background-color:transparent}.btn-outline-secondary.active,.btn-outline-secondary:active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#ccc;border-color:#ccc}.btn-outline-info{color:#5bc0de;background-image:none;background-color:transparent;border-color:#5bc0de}.btn-outline-info:hover{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-outline-info.focus,.btn-outline-info:focus{-webkit-box-shadow:0 0 0 2px rgba(91,192,222,.5);box-shadow:0 0 0 2px rgba(91,192,222,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#5bc0de;background-color:transparent}.btn-outline-info.active,.btn-outline-info:active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-outline-success{color:#5cb85c;background-image:none;background-color:transparent;border-color:#5cb85c}.btn-outline-success:hover{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-outline-success.focus,.btn-outline-success:focus{-webkit-box-shadow:0 0 0 2px rgba(92,184,92,.5);box-shadow:0 0 0 2px rgba(92,184,92,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#5cb85c;background-color:transparent}.btn-outline-success.active,.btn-outline-success:active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-outline-warning{color:#f0ad4e;background-image:none;background-color:transparent;border-color:#f0ad4e}.btn-outline-warning:hover{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.btn-outline-warning.focus,.btn-outline-warning:focus{-webkit-box-shadow:0 0 0 2px rgba(240,173,78,.5);box-shadow:0 0 0 2px rgba(240,173,78,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#f0ad4e;background-color:transparent}.btn-outline-warning.active,.btn-outline-warning:active,.show>.btn-outline-warning.dropdown-toggle{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.btn-outline-danger{color:#d9534f;background-image:none;background-color:transparent;border-color:#d9534f}.btn-outline-danger:hover{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-outline-danger.focus,.btn-outline-danger:focus{-webkit-box-shadow:0 0 0 2px rgba(217,83,79,.5);box-shadow:0 0 0 2px rgba(217,83,79,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#d9534f;background-color:transparent}.btn-outline-danger.active,.btn-outline-danger:active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-link{font-weight:400;color:#0275d8;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link:disabled{background-color:transparent}.btn-link,.btn-link:active,.btn-link:focus{border-color:transparent}.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#014c8c;text-decoration:underline;background-color:transparent}.btn-link:disabled{color:#636c72}.btn-link:disabled:focus,.btn-link:disabled:hover{text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:.75rem 1.5rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.3em;vertical-align:middle;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-left:.3em solid transparent}.dropdown-toggle:focus{outline:0}.dropup .dropdown-toggle::after{border-top:0;border-bottom:.3em solid}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#292b2c;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-divider{height:1px;margin:.5rem 0;overflow:hidden;background-color:#eceeef}.dropdown-item{display:block;width:100%;padding:3px 1.5rem;clear:both;font-weight:400;color:#292b2c;text-align:inherit;white-space:nowrap;background:0 0;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1d1e1f;text-decoration:none;background-color:#f7f7f9}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0275d8}.dropdown-item.disabled,.dropdown-item:disabled{color:#636c72;cursor:not-allowed;background-color:transparent}.show>.dropdown-menu{display:block}.show>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#636c72;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.dropup .dropdown-menu{top:auto;bottom:100%;margin-bottom:.125rem}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:2}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.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-left:-1px}.btn-toolbar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.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+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn+.dropdown-toggle-split::after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.btn-group-vertical{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.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-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}.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}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%}.input-group .form-control{position:relative;z-index:2;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group .form-control:active,.input-group .form-control:focus,.input-group .form-control:hover{z-index:3}.input-group .form-control,.input-group-addon,.input-group-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{white-space:nowrap;vertical-align:middle}.input-group-addon{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.25;color:#464a4c;text-align:center;background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.input-group-addon.form-control-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-addon.form-control-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn{padding:.75rem 1.5rem;font-size:1.25rem;border-radius:.3rem}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:not(:last-child),.input-group-addon:not(:last-child),.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group>.btn,.input-group-btn:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:not(:last-child){border-right:0}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,.input-group-btn:not(:last-child)>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.form-control+.input-group-addon:not(:first-child){border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:3}.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group{margin-right:-1px}.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group{z-index:2;margin-left:-1px}.input-group-btn:not(:first-child)>.btn-group:active,.input-group-btn:not(:first-child)>.btn-group:focus,.input-group-btn:not(:first-child)>.btn-group:hover,.input-group-btn:not(:first-child)>.btn:active,.input-group-btn:not(:first-child)>.btn:focus,.input-group-btn:not(:first-child)>.btn:hover{z-index:3}.custom-control{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;min-height:1.5rem;padding-left:1.5rem;margin-right:1rem;cursor:pointer}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-indicator{color:#fff;background-color:#0275d8}.custom-control-input:focus~.custom-control-indicator{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 3px #0275d8;box-shadow:0 0 0 1px #fff,0 0 0 3px #0275d8}.custom-control-input:active~.custom-control-indicator{color:#fff;background-color:#8fcafe}.custom-control-input:disabled~.custom-control-indicator{cursor:not-allowed;background-color:#eceeef}.custom-control-input:disabled~.custom-control-description{color:#636c72;cursor:not-allowed}.custom-control-indicator{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#ddd;background-repeat:no-repeat;background-position:center center;-webkit-background-size:50% 50%;background-size:50% 50%}.custom-checkbox .custom-control-indicator{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator{background-color:#0275d8;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-radio .custom-control-indicator{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-controls-stacked{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.custom-controls-stacked .custom-control{margin-bottom:.25rem}.custom-controls-stacked .custom-control+.custom-control{margin-left:0}.custom-select{display:inline-block;max-width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.25;color:#464a4c;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;-webkit-background-size:8px 10px;background-size:8px 10px;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;-moz-appearance:none;-webkit-appearance:none}.custom-select:focus{border-color:#5cb3fd;outline:0}.custom-select:focus::-ms-value{color:#464a4c;background-color:#fff}.custom-select:disabled{color:#636c72;cursor:not-allowed;background-color:#eceeef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-file{position:relative;display:inline-block;max-width:100%;height:2.5rem;margin-bottom:0;cursor:pointer}.custom-file-input{min-width:14rem;max-width:100%;height:2.5rem;margin:0;filter:alpha(opacity=0);opacity:0}.custom-file-control{position:absolute;top:0;right:0;left:0;z-index:5;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#464a4c;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.custom-file-control:lang(en)::after{content:"Choose file..."}.custom-file-control::before{position:absolute;top:-1px;right:-1px;bottom:-1px;z-index:6;display:block;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#464a4c;background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:0 .25rem .25rem 0}.custom-file-control:lang(en)::before{content:"Browse"}.nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5em 1em}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#636c72;cursor:not-allowed}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-right-radius:.25rem;border-top-left-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#eceeef #eceeef #ddd}.nav-tabs .nav-link.disabled{color:#636c72;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#464a4c;background-color:#fff;border-color:#ddd #ddd #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-item.show .nav-link,.nav-pills .nav-link.active{color:#fff;cursor:default;background-color:#0275d8}.nav-fill .nav-item{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:.5rem 1rem}.navbar-brand{display:inline-block;padding-top:.25rem;padding-bottom:.25rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-text{display:inline-block;padding-top:.425rem;padding-bottom:.425rem}.navbar-toggler{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;padding:.25rem .75rem;font-size:1.25rem;line-height:1;background:0 0;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;-webkit-background-size:100% 100%;background-size:100% 100%}.navbar-toggler-left{position:absolute;left:1rem}.navbar-toggler-right{position:absolute;right:1rem}@media (max-width:575px){.navbar-toggleable .navbar-nav .dropdown-menu{position:static;float:none}.navbar-toggleable>.container{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-toggleable{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.navbar-toggleable .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-toggleable .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-toggleable>.container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.navbar-toggleable .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;width:100%}.navbar-toggleable .navbar-toggler{display:none}}@media (max-width:767px){.navbar-toggleable-sm .navbar-nav .dropdown-menu{position:static;float:none}.navbar-toggleable-sm>.container{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-toggleable-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.navbar-toggleable-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-toggleable-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-toggleable-sm>.container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.navbar-toggleable-sm .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;width:100%}.navbar-toggleable-sm .navbar-toggler{display:none}}@media (max-width:991px){.navbar-toggleable-md .navbar-nav .dropdown-menu{position:static;float:none}.navbar-toggleable-md>.container{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-toggleable-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.navbar-toggleable-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-toggleable-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-toggleable-md>.container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.navbar-toggleable-md .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;width:100%}.navbar-toggleable-md .navbar-toggler{display:none}}@media (max-width:1199px){.navbar-toggleable-lg .navbar-nav .dropdown-menu{position:static;float:none}.navbar-toggleable-lg>.container{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-toggleable-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.navbar-toggleable-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-toggleable-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-toggleable-lg>.container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.navbar-toggleable-lg .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;width:100%}.navbar-toggleable-lg .navbar-toggler{display:none}}.navbar-toggleable-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.navbar-toggleable-xl .navbar-nav .dropdown-menu{position:static;float:none}.navbar-toggleable-xl>.container{padding-right:0;padding-left:0}.navbar-toggleable-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.navbar-toggleable-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-toggleable-xl>.container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.navbar-toggleable-xl .navbar-collapse{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;width:100%}.navbar-toggleable-xl .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-toggler{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover,.navbar-light .navbar-toggler:focus,.navbar-light .navbar-toggler:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.open,.navbar-light .navbar-nav .open>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-toggler{color:#fff}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-toggler:focus,.navbar-inverse .navbar-toggler:hover{color:#fff}.navbar-inverse .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-inverse .navbar-nav .nav-link:focus,.navbar-inverse .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-inverse .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-inverse .navbar-nav .active>.nav-link,.navbar-inverse .navbar-nav .nav-link.active,.navbar-inverse .navbar-nav .nav-link.open,.navbar-inverse .navbar-nav .open>.nav-link{color:#fff}.navbar-inverse .navbar-toggler{border-color:rgba(255,255,255,.1)}.navbar-inverse .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")}.navbar-inverse .navbar-text{color:rgba(255,255,255,.5)}.card{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card-block{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card>.list-group:first-child .list-group-item:first-child{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:#f7f7f9;border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:#f7f7f9;border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-primary{background-color:#0275d8;border-color:#0275d8}.card-primary .card-footer,.card-primary .card-header{background-color:transparent}.card-success{background-color:#5cb85c;border-color:#5cb85c}.card-success .card-footer,.card-success .card-header{background-color:transparent}.card-info{background-color:#5bc0de;border-color:#5bc0de}.card-info .card-footer,.card-info .card-header{background-color:transparent}.card-warning{background-color:#f0ad4e;border-color:#f0ad4e}.card-warning .card-footer,.card-warning .card-header{background-color:transparent}.card-danger{background-color:#d9534f;border-color:#d9534f}.card-danger .card-footer,.card-danger .card-header{background-color:transparent}.card-outline-primary{background-color:transparent;border-color:#0275d8}.card-outline-secondary{background-color:transparent;border-color:#ccc}.card-outline-info{background-color:transparent;border-color:#5bc0de}.card-outline-success{background-color:transparent;border-color:#5cb85c}.card-outline-warning{background-color:transparent;border-color:#f0ad4e}.card-outline-danger{background-color:transparent;border-color:#d9534f}.card-inverse{color:rgba(255,255,255,.65)}.card-inverse .card-footer,.card-inverse .card-header{background-color:transparent;border-color:rgba(255,255,255,.2)}.card-inverse .card-blockquote,.card-inverse .card-footer,.card-inverse .card-header,.card-inverse .card-title{color:#fff}.card-inverse .card-blockquote .blockquote-footer,.card-inverse .card-link,.card-inverse .card-subtitle,.card-inverse .card-text{color:rgba(255,255,255,.65)}.card-inverse .card-link:focus,.card-inverse .card-link:hover{color:#fff}.card-blockquote{padding:0;margin-bottom:0;border-left:0}.card-img{border-radius:calc(.25rem - 1px)}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img-top{border-top-right-radius:calc(.25rem - 1px);border-top-left-radius:calc(.25rem - 1px)}.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}@media (min-width:576px){.card-deck{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-deck .card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.card-deck .card:not(:first-child){margin-left:15px}.card-deck .card:not(:last-child){margin-right:15px}}@media (min-width:576px){.card-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group .card{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.card-group .card+.card{margin-left:0;border-left:0}.card-group .card:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.card-group .card:first-child .card-img-top{border-top-right-radius:0}.card-group .card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group .card:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.card-group .card:last-child .card-img-top{border-top-left-radius:0}.card-group .card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group .card:not(:first-child):not(:last-child){border-radius:0}.card-group .card:not(:first-child):not(:last-child) .card-img-bottom,.card-group .card:not(:first-child):not(:last-child) .card-img-top{border-radius:0}}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%;margin-bottom:.75rem}}.breadcrumb{padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#eceeef;border-radius:.25rem}.breadcrumb::after{display:block;content:"";clear:both}.breadcrumb-item{float:left}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#636c72;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#636c72}.pagination{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-item:first-child .page-link{margin-left:0;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.page-item.active .page-link{z-index:2;color:#fff;background-color:#0275d8;border-color:#0275d8}.page-item.disabled .page-link{color:#636c72;pointer-events:none;cursor:not-allowed;background-color:#fff;border-color:#ddd}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#0275d8;background-color:#fff;border:1px solid #ddd}.page-link:focus,.page-link:hover{color:#014c8c;text-decoration:none;background-color:#eceeef;border-color:#ddd}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-default{background-color:#636c72}.badge-default[href]:focus,.badge-default[href]:hover{background-color:#4b5257}.badge-primary{background-color:#0275d8}.badge-primary[href]:focus,.badge-primary[href]:hover{background-color:#025aa5}.badge-success{background-color:#5cb85c}.badge-success[href]:focus,.badge-success[href]:hover{background-color:#449d44}.badge-info{background-color:#5bc0de}.badge-info[href]:focus,.badge-info[href]:hover{background-color:#31b0d5}.badge-warning{background-color:#f0ad4e}.badge-warning[href]:focus,.badge-warning[href]:hover{background-color:#ec971f}.badge-danger{background-color:#d9534f}.badge-danger[href]:focus,.badge-danger[href]:hover{background-color:#c9302c}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#eceeef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-hr{border-top-color:#d0d5d8}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible .close{position:relative;top:-.75rem;right:-1.25rem;padding:.75rem 1.25rem;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d0e9c6;color:#3c763d}.alert-success hr{border-top-color:#c1e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bcdff1;color:#31708f}.alert-info hr{border-top-color:#a6d5ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faf2cc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7ecb5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebcccc;color:#a94442}.alert-danger hr{border-top-color:#e4b9b9}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;font-size:.75rem;line-height:1rem;text-align:center;background-color:#eceeef;border-radius:.25rem}.progress-bar{height:1rem;color:#fff;background-color:#0275d8}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:1rem 1rem;background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;-o-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-webkit-flex:1 1 0%;-ms-flex:1 1 0%;flex:1 1 0%}.list-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#464a4c;text-align:inherit}.list-group-item-action .list-group-item-heading{color:#292b2c}.list-group-item-action:focus,.list-group-item-action:hover{color:#464a4c;text-decoration:none;background-color:#f7f7f9}.list-group-item-action:active{color:#292b2c;background-color:#eceeef}.list-group-item{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#636c72;cursor:not-allowed;background-color:#fff}.list-group-item.disabled .list-group-item-heading,.list-group-item:disabled .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item:disabled .list-group-item-text{color:#636c72}.list-group-item.active{z-index:2;color:#fff;background-color:#0275d8;border-color:#0275d8}.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{color:inherit}.list-group-item.active .list-group-item-text{color:#daeeff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.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:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active{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:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active{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:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active{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:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active{color:#fff;background-color:#a94442;border-color:#a94442}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.75}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;-webkit-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.show .modal-dialog{-webkit-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;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:15px;border-bottom:1px solid #eceeef}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:15px}.modal-footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:15px;border-top:1px solid #eceeef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:30px auto}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip.bs-tether-element-attached-bottom,.tooltip.tooltip-top{padding:5px 0;margin-top:-3px}.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,.tooltip.tooltip-top .tooltip-inner::before{bottom:0;left:50%;margin-left:-5px;content:"";border-width:5px 5px 0;border-top-color:#000}.tooltip.bs-tether-element-attached-left,.tooltip.tooltip-right{padding:0 5px;margin-left:3px}.tooltip.bs-tether-element-attached-left .tooltip-inner::before,.tooltip.tooltip-right .tooltip-inner::before{top:50%;left:0;margin-top:-5px;content:"";border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.bs-tether-element-attached-top,.tooltip.tooltip-bottom{padding:5px 0;margin-top:3px}.tooltip.bs-tether-element-attached-top .tooltip-inner::before,.tooltip.tooltip-bottom .tooltip-inner::before{top:0;left:50%;margin-left:-5px;content:"";border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bs-tether-element-attached-right,.tooltip.tooltip-left{padding:0 5px;margin-left:-3px}.tooltip.bs-tether-element-attached-right .tooltip-inner::before,.tooltip.tooltip-left .tooltip-inner::before{top:50%;right:0;margin-top:-5px;content:"";border-width:5px 0 5px 5px;border-left-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.tooltip-inner::before{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;padding:1px;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:.875rem;word-wrap:break-word;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover.bs-tether-element-attached-bottom,.popover.popover-top{margin-top:-10px}.popover.bs-tether-element-attached-bottom::after,.popover.bs-tether-element-attached-bottom::before,.popover.popover-top::after,.popover.popover-top::before{left:50%;border-bottom-width:0}.popover.bs-tether-element-attached-bottom::before,.popover.popover-top::before{bottom:-11px;margin-left:-11px;border-top-color:rgba(0,0,0,.25)}.popover.bs-tether-element-attached-bottom::after,.popover.popover-top::after{bottom:-10px;margin-left:-10px;border-top-color:#fff}.popover.bs-tether-element-attached-left,.popover.popover-right{margin-left:10px}.popover.bs-tether-element-attached-left::after,.popover.bs-tether-element-attached-left::before,.popover.popover-right::after,.popover.popover-right::before{top:50%;border-left-width:0}.popover.bs-tether-element-attached-left::before,.popover.popover-right::before{left:-11px;margin-top:-11px;border-right-color:rgba(0,0,0,.25)}.popover.bs-tether-element-attached-left::after,.popover.popover-right::after{left:-10px;margin-top:-10px;border-right-color:#fff}.popover.bs-tether-element-attached-top,.popover.popover-bottom{margin-top:10px}.popover.bs-tether-element-attached-top::after,.popover.bs-tether-element-attached-top::before,.popover.popover-bottom::after,.popover.popover-bottom::before{left:50%;border-top-width:0}.popover.bs-tether-element-attached-top::before,.popover.popover-bottom::before{top:-11px;margin-left:-11px;border-bottom-color:rgba(0,0,0,.25)}.popover.bs-tether-element-attached-top::after,.popover.popover-bottom::after{top:-10px;margin-left:-10px;border-bottom-color:#f7f7f7}.popover.bs-tether-element-attached-top .popover-title::before,.popover.popover-bottom .popover-title::before{position:absolute;top:0;left:50%;display:block;width:20px;margin-left:-10px;content:"";border-bottom:1px solid #f7f7f7}.popover.bs-tether-element-attached-right,.popover.popover-left{margin-left:-10px}.popover.bs-tether-element-attached-right::after,.popover.bs-tether-element-attached-right::before,.popover.popover-left::after,.popover.popover-left::before{top:50%;border-right-width:0}.popover.bs-tether-element-attached-right::before,.popover.popover-left::before{right:-11px;margin-top:-11px;border-left-color:rgba(0,0,0,.25)}.popover.bs-tether-element-attached-right::after,.popover.popover-left::after{right:-10px;margin-top:-10px;border-left-color:#fff}.popover-title{padding:8px 14px;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-right-radius:calc(.3rem - 1px);border-top-left-radius:calc(.3rem - 1px)}.popover-title:empty{display:none}.popover-content{padding:9px 14px}.popover::after,.popover::before{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover::before{content:"";border-width:11px}.popover::after{content:"";border-width:10px}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;width:100%}@media (-webkit-transform-3d){.carousel-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}}@supports ((-webkit-transform:translate3d(0,0,0)) or (transform:translate3d(0,0,0))){.carousel-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}@media (-webkit-transform-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@supports ((-webkit-transform:translate3d(0,0,0)) or (transform:translate3d(0,0,0))){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;-webkit-background-size:100% 100%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;max-width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-faded{background-color:#f7f7f7}.bg-primary{background-color:#0275d8!important}a.bg-primary:focus,a.bg-primary:hover{background-color:#025aa5!important}.bg-success{background-color:#5cb85c!important}a.bg-success:focus,a.bg-success:hover{background-color:#449d44!important}.bg-info{background-color:#5bc0de!important}a.bg-info:focus,a.bg-info:hover{background-color:#31b0d5!important}.bg-warning{background-color:#f0ad4e!important}a.bg-warning:focus,a.bg-warning:hover{background-color:#ec971f!important}.bg-danger{background-color:#d9534f!important}a.bg-danger:focus,a.bg-danger:hover{background-color:#c9302c!important}.bg-inverse{background-color:#292b2c!important}a.bg-inverse:focus,a.bg-inverse:hover{background-color:#101112!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.rounded{border-radius:.25rem}.rounded-top{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.rounded-right{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.rounded-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-left{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.rounded-circle{border-radius:50%}.rounded-0{border-radius:0}.clearfix::after{display:block;content:"";clear:both}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.flex-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.flex-unordered{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.flex-sm-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.flex-sm-unordered{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-sm-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-sm-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.flex-md-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.flex-md-unordered{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-md-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-md-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.flex-lg-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.flex-lg-unordered{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-lg-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-lg-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.flex-xl-last{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.flex-xl-unordered{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-webkit-flex-wrap:wrap!important;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-webkit-flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-webkit-flex-wrap:wrap-reverse!important;-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-webkit-justify-content:space-between!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-webkit-justify-content:space-around!important;-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-webkit-align-items:flex-start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-webkit-align-items:flex-end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-webkit-align-items:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-webkit-align-content:flex-start!important;-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-webkit-align-content:flex-end!important;-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-webkit-align-content:center!important;-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-webkit-align-content:space-between!important;-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-webkit-align-content:space-around!important;-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-webkit-align-content:stretch!important;-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-webkit-align-self:auto!important;-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-xl-start{-webkit-align-self:flex-start!important;-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-webkit-align-self:flex-end!important;-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-webkit-align-self:center!important;-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-xl-baseline{-webkit-align-self:baseline!important;-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-webkit-align-self:stretch!important;-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1030}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0 0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-right:0!important;margin-left:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.25rem .25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-2{margin:.5rem .5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-3{margin:1rem 1rem!important}.mt-3{margin-top:1rem!important}.mr-3{margin-right:1rem!important}.mb-3{margin-bottom:1rem!important}.ml-3{margin-left:1rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-4{margin:1.5rem 1.5rem!important}.mt-4{margin-top:1.5rem!important}.mr-4{margin-right:1.5rem!important}.mb-4{margin-bottom:1.5rem!important}.ml-4{margin-left:1.5rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-5{margin:3rem 3rem!important}.mt-5{margin-top:3rem!important}.mr-5{margin-right:3rem!important}.mb-5{margin-bottom:3rem!important}.ml-5{margin-left:3rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.p-0{padding:0 0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.px-0{padding-right:0!important;padding-left:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.p-1{padding:.25rem .25rem!important}.pt-1{padding-top:.25rem!important}.pr-1{padding-right:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pl-1{padding-left:.25rem!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-2{padding:.5rem .5rem!important}.pt-2{padding-top:.5rem!important}.pr-2{padding-right:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pl-2{padding-left:.5rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-3{padding:1rem 1rem!important}.pt-3{padding-top:1rem!important}.pr-3{padding-right:1rem!important}.pb-3{padding-bottom:1rem!important}.pl-3{padding-left:1rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-4{padding:1.5rem 1.5rem!important}.pt-4{padding-top:1.5rem!important}.pr-4{padding-right:1.5rem!important}.pb-4{padding-bottom:1.5rem!important}.pl-4{padding-left:1.5rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-5{padding:3rem 3rem!important}.pt-5{padding-top:3rem!important}.pr-5{padding-right:3rem!important}.pb-5{padding-bottom:3rem!important}.pl-5{padding-left:3rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.m-auto{margin:auto!important}.mt-auto{margin-top:auto!important}.mr-auto{margin-right:auto!important}.mb-auto{margin-bottom:auto!important}.ml-auto{margin-left:auto!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}@media (min-width:576px){.m-sm-0{margin:0 0!important}.mt-sm-0{margin-top:0!important}.mr-sm-0{margin-right:0!important}.mb-sm-0{margin-bottom:0!important}.ml-sm-0{margin-left:0!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.m-sm-1{margin:.25rem .25rem!important}.mt-sm-1{margin-top:.25rem!important}.mr-sm-1{margin-right:.25rem!important}.mb-sm-1{margin-bottom:.25rem!important}.ml-sm-1{margin-left:.25rem!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-sm-2{margin:.5rem .5rem!important}.mt-sm-2{margin-top:.5rem!important}.mr-sm-2{margin-right:.5rem!important}.mb-sm-2{margin-bottom:.5rem!important}.ml-sm-2{margin-left:.5rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-sm-3{margin:1rem 1rem!important}.mt-sm-3{margin-top:1rem!important}.mr-sm-3{margin-right:1rem!important}.mb-sm-3{margin-bottom:1rem!important}.ml-sm-3{margin-left:1rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-sm-4{margin:1.5rem 1.5rem!important}.mt-sm-4{margin-top:1.5rem!important}.mr-sm-4{margin-right:1.5rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.ml-sm-4{margin-left:1.5rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-sm-5{margin:3rem 3rem!important}.mt-sm-5{margin-top:3rem!important}.mr-sm-5{margin-right:3rem!important}.mb-sm-5{margin-bottom:3rem!important}.ml-sm-5{margin-left:3rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.p-sm-0{padding:0 0!important}.pt-sm-0{padding-top:0!important}.pr-sm-0{padding-right:0!important}.pb-sm-0{padding-bottom:0!important}.pl-sm-0{padding-left:0!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.p-sm-1{padding:.25rem .25rem!important}.pt-sm-1{padding-top:.25rem!important}.pr-sm-1{padding-right:.25rem!important}.pb-sm-1{padding-bottom:.25rem!important}.pl-sm-1{padding-left:.25rem!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-sm-2{padding:.5rem .5rem!important}.pt-sm-2{padding-top:.5rem!important}.pr-sm-2{padding-right:.5rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pl-sm-2{padding-left:.5rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-sm-3{padding:1rem 1rem!important}.pt-sm-3{padding-top:1rem!important}.pr-sm-3{padding-right:1rem!important}.pb-sm-3{padding-bottom:1rem!important}.pl-sm-3{padding-left:1rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-sm-4{padding:1.5rem 1.5rem!important}.pt-sm-4{padding-top:1.5rem!important}.pr-sm-4{padding-right:1.5rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pl-sm-4{padding-left:1.5rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-sm-5{padding:3rem 3rem!important}.pt-sm-5{padding-top:3rem!important}.pr-sm-5{padding-right:3rem!important}.pb-sm-5{padding-bottom:3rem!important}.pl-sm-5{padding-left:3rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto{margin-top:auto!important}.mr-sm-auto{margin-right:auto!important}.mb-sm-auto{margin-bottom:auto!important}.ml-sm-auto{margin-left:auto!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}}@media (min-width:768px){.m-md-0{margin:0 0!important}.mt-md-0{margin-top:0!important}.mr-md-0{margin-right:0!important}.mb-md-0{margin-bottom:0!important}.ml-md-0{margin-left:0!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.m-md-1{margin:.25rem .25rem!important}.mt-md-1{margin-top:.25rem!important}.mr-md-1{margin-right:.25rem!important}.mb-md-1{margin-bottom:.25rem!important}.ml-md-1{margin-left:.25rem!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-md-2{margin:.5rem .5rem!important}.mt-md-2{margin-top:.5rem!important}.mr-md-2{margin-right:.5rem!important}.mb-md-2{margin-bottom:.5rem!important}.ml-md-2{margin-left:.5rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-md-3{margin:1rem 1rem!important}.mt-md-3{margin-top:1rem!important}.mr-md-3{margin-right:1rem!important}.mb-md-3{margin-bottom:1rem!important}.ml-md-3{margin-left:1rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-md-4{margin:1.5rem 1.5rem!important}.mt-md-4{margin-top:1.5rem!important}.mr-md-4{margin-right:1.5rem!important}.mb-md-4{margin-bottom:1.5rem!important}.ml-md-4{margin-left:1.5rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-md-5{margin:3rem 3rem!important}.mt-md-5{margin-top:3rem!important}.mr-md-5{margin-right:3rem!important}.mb-md-5{margin-bottom:3rem!important}.ml-md-5{margin-left:3rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.p-md-0{padding:0 0!important}.pt-md-0{padding-top:0!important}.pr-md-0{padding-right:0!important}.pb-md-0{padding-bottom:0!important}.pl-md-0{padding-left:0!important}.px-md-0{padding-right:0!important;padding-left:0!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.p-md-1{padding:.25rem .25rem!important}.pt-md-1{padding-top:.25rem!important}.pr-md-1{padding-right:.25rem!important}.pb-md-1{padding-bottom:.25rem!important}.pl-md-1{padding-left:.25rem!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-md-2{padding:.5rem .5rem!important}.pt-md-2{padding-top:.5rem!important}.pr-md-2{padding-right:.5rem!important}.pb-md-2{padding-bottom:.5rem!important}.pl-md-2{padding-left:.5rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-md-3{padding:1rem 1rem!important}.pt-md-3{padding-top:1rem!important}.pr-md-3{padding-right:1rem!important}.pb-md-3{padding-bottom:1rem!important}.pl-md-3{padding-left:1rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-md-4{padding:1.5rem 1.5rem!important}.pt-md-4{padding-top:1.5rem!important}.pr-md-4{padding-right:1.5rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pl-md-4{padding-left:1.5rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-md-5{padding:3rem 3rem!important}.pt-md-5{padding-top:3rem!important}.pr-md-5{padding-right:3rem!important}.pb-md-5{padding-bottom:3rem!important}.pl-md-5{padding-left:3rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto{margin-top:auto!important}.mr-md-auto{margin-right:auto!important}.mb-md-auto{margin-bottom:auto!important}.ml-md-auto{margin-left:auto!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}}@media (min-width:992px){.m-lg-0{margin:0 0!important}.mt-lg-0{margin-top:0!important}.mr-lg-0{margin-right:0!important}.mb-lg-0{margin-bottom:0!important}.ml-lg-0{margin-left:0!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.m-lg-1{margin:.25rem .25rem!important}.mt-lg-1{margin-top:.25rem!important}.mr-lg-1{margin-right:.25rem!important}.mb-lg-1{margin-bottom:.25rem!important}.ml-lg-1{margin-left:.25rem!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-lg-2{margin:.5rem .5rem!important}.mt-lg-2{margin-top:.5rem!important}.mr-lg-2{margin-right:.5rem!important}.mb-lg-2{margin-bottom:.5rem!important}.ml-lg-2{margin-left:.5rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-lg-3{margin:1rem 1rem!important}.mt-lg-3{margin-top:1rem!important}.mr-lg-3{margin-right:1rem!important}.mb-lg-3{margin-bottom:1rem!important}.ml-lg-3{margin-left:1rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-lg-4{margin:1.5rem 1.5rem!important}.mt-lg-4{margin-top:1.5rem!important}.mr-lg-4{margin-right:1.5rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.ml-lg-4{margin-left:1.5rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-lg-5{margin:3rem 3rem!important}.mt-lg-5{margin-top:3rem!important}.mr-lg-5{margin-right:3rem!important}.mb-lg-5{margin-bottom:3rem!important}.ml-lg-5{margin-left:3rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.p-lg-0{padding:0 0!important}.pt-lg-0{padding-top:0!important}.pr-lg-0{padding-right:0!important}.pb-lg-0{padding-bottom:0!important}.pl-lg-0{padding-left:0!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.p-lg-1{padding:.25rem .25rem!important}.pt-lg-1{padding-top:.25rem!important}.pr-lg-1{padding-right:.25rem!important}.pb-lg-1{padding-bottom:.25rem!important}.pl-lg-1{padding-left:.25rem!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-lg-2{padding:.5rem .5rem!important}.pt-lg-2{padding-top:.5rem!important}.pr-lg-2{padding-right:.5rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pl-lg-2{padding-left:.5rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-lg-3{padding:1rem 1rem!important}.pt-lg-3{padding-top:1rem!important}.pr-lg-3{padding-right:1rem!important}.pb-lg-3{padding-bottom:1rem!important}.pl-lg-3{padding-left:1rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-lg-4{padding:1.5rem 1.5rem!important}.pt-lg-4{padding-top:1.5rem!important}.pr-lg-4{padding-right:1.5rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pl-lg-4{padding-left:1.5rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-lg-5{padding:3rem 3rem!important}.pt-lg-5{padding-top:3rem!important}.pr-lg-5{padding-right:3rem!important}.pb-lg-5{padding-bottom:3rem!important}.pl-lg-5{padding-left:3rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto{margin-top:auto!important}.mr-lg-auto{margin-right:auto!important}.mb-lg-auto{margin-bottom:auto!important}.ml-lg-auto{margin-left:auto!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0 0!important}.mt-xl-0{margin-top:0!important}.mr-xl-0{margin-right:0!important}.mb-xl-0{margin-bottom:0!important}.ml-xl-0{margin-left:0!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.m-xl-1{margin:.25rem .25rem!important}.mt-xl-1{margin-top:.25rem!important}.mr-xl-1{margin-right:.25rem!important}.mb-xl-1{margin-bottom:.25rem!important}.ml-xl-1{margin-left:.25rem!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-xl-2{margin:.5rem .5rem!important}.mt-xl-2{margin-top:.5rem!important}.mr-xl-2{margin-right:.5rem!important}.mb-xl-2{margin-bottom:.5rem!important}.ml-xl-2{margin-left:.5rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-xl-3{margin:1rem 1rem!important}.mt-xl-3{margin-top:1rem!important}.mr-xl-3{margin-right:1rem!important}.mb-xl-3{margin-bottom:1rem!important}.ml-xl-3{margin-left:1rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-xl-4{margin:1.5rem 1.5rem!important}.mt-xl-4{margin-top:1.5rem!important}.mr-xl-4{margin-right:1.5rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.ml-xl-4{margin-left:1.5rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-xl-5{margin:3rem 3rem!important}.mt-xl-5{margin-top:3rem!important}.mr-xl-5{margin-right:3rem!important}.mb-xl-5{margin-bottom:3rem!important}.ml-xl-5{margin-left:3rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.p-xl-0{padding:0 0!important}.pt-xl-0{padding-top:0!important}.pr-xl-0{padding-right:0!important}.pb-xl-0{padding-bottom:0!important}.pl-xl-0{padding-left:0!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.p-xl-1{padding:.25rem .25rem!important}.pt-xl-1{padding-top:.25rem!important}.pr-xl-1{padding-right:.25rem!important}.pb-xl-1{padding-bottom:.25rem!important}.pl-xl-1{padding-left:.25rem!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-xl-2{padding:.5rem .5rem!important}.pt-xl-2{padding-top:.5rem!important}.pr-xl-2{padding-right:.5rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pl-xl-2{padding-left:.5rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-xl-3{padding:1rem 1rem!important}.pt-xl-3{padding-top:1rem!important}.pr-xl-3{padding-right:1rem!important}.pb-xl-3{padding-bottom:1rem!important}.pl-xl-3{padding-left:1rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-xl-4{padding:1.5rem 1.5rem!important}.pt-xl-4{padding-top:1.5rem!important}.pr-xl-4{padding-right:1.5rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pl-xl-4{padding-left:1.5rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-xl-5{padding:3rem 3rem!important}.pt-xl-5{padding-top:3rem!important}.pr-xl-5{padding-right:3rem!important}.pb-xl-5{padding-bottom:3rem!important}.pl-xl-5{padding-left:3rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto{margin-top:auto!important}.mr-xl-auto{margin-right:auto!important}.mb-xl-auto{margin-bottom:auto!important}.ml-xl-auto{margin-left:auto!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-normal{font-weight:400}.font-weight-bold{font-weight:700}.font-italic{font-style:italic}.text-white{color:#fff!important}.text-muted{color:#636c72!important}a.text-muted:focus,a.text-muted:hover{color:#4b5257!important}.text-primary{color:#0275d8!important}a.text-primary:focus,a.text-primary:hover{color:#025aa5!important}.text-success{color:#5cb85c!important}a.text-success:focus,a.text-success:hover{color:#449d44!important}.text-info{color:#5bc0de!important}a.text-info:focus,a.text-info:hover{color:#31b0d5!important}.text-warning{color:#f0ad4e!important}a.text-warning:focus,a.text-warning:hover{color:#ec971f!important}.text-danger{color:#d9534f!important}a.text-danger:focus,a.text-danger:hover{color:#c9302c!important}.text-gray-dark{color:#292b2c!important}a.text-gray-dark:focus,a.text-gray-dark:hover{color:#101112!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.invisible{visibility:hidden!important}.hidden-xs-up{display:none!important}@media (max-width:575px){.hidden-xs-down{display:none!important}}@media (min-width:576px){.hidden-sm-up{display:none!important}}@media (max-width:767px){.hidden-sm-down{display:none!important}}@media (min-width:768px){.hidden-md-up{display:none!important}}@media (max-width:991px){.hidden-md-down{display:none!important}}@media (min-width:992px){.hidden-lg-up{display:none!important}}@media (max-width:1199px){.hidden-lg-down{display:none!important}}@media (min-width:1200px){.hidden-xl-up{display:none!important}}.hidden-xl-down{display:none!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}}/*# sourceMappingURL=bootstrap.min.css.map */ \ No newline at end of file diff --git a/node_modules/bootstrap/dist/css/bootstrap.min.css.map b/node_modules/bootstrap/dist/css/bootstrap.min.css.map deleted file mode 100644 index 74462f2..0000000 --- a/node_modules/bootstrap/dist/css/bootstrap.min.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["../../scss/_normalize.scss","bootstrap.css","../../scss/_print.scss","../../scss/_reboot.scss","../../scss/_variables.scss","../../scss/mixins/_hover.scss","../../scss/_type.scss","../../scss/mixins/_lists.scss","../../scss/_images.scss","../../scss/mixins/_image.scss","../../scss/mixins/_border-radius.scss","../../scss/_mixins.scss","../../scss/_code.scss","../../scss/_grid.scss","../../scss/mixins/_grid.scss","../../scss/mixins/_breakpoints.scss","../../scss/mixins/_grid-framework.scss","../../scss/_tables.scss","../../scss/mixins/_table-row.scss","../../scss/_forms.scss","../../scss/mixins/_forms.scss","../../scss/_buttons.scss","../../scss/mixins/_buttons.scss","../../scss/_transitions.scss","../../scss/_dropdown.scss","../../scss/mixins/_nav-divider.scss","../../scss/_button-group.scss","../../scss/_input-group.scss","../../scss/_custom-forms.scss","../../scss/_nav.scss","../../scss/_navbar.scss","../../scss/_card.scss","../../scss/mixins/_cards.scss","../../scss/_breadcrumb.scss","../../scss/mixins/_clearfix.scss","../../scss/_pagination.scss","../../scss/mixins/_pagination.scss","../../scss/_badge.scss","../../scss/mixins/_badge.scss","../../scss/_jumbotron.scss","../../scss/_alert.scss","../../scss/mixins/_alert.scss","../../scss/_progress.scss","../../scss/mixins/_gradients.scss","../../scss/_media.scss","../../scss/_list-group.scss","../../scss/mixins/_list-group.scss","../../scss/_responsive-embed.scss","../../scss/_close.scss","../../scss/_modal.scss","../../scss/_tooltip.scss","../../scss/mixins/_reset-text.scss","../../scss/_popover.scss","../../scss/_carousel.scss","../../scss/mixins/_transforms.scss","../../scss/utilities/_align.scss","../../scss/utilities/_background.scss","../../scss/mixins/_background-variant.scss","../../scss/utilities/_borders.scss","../../scss/utilities/_display.scss","../../scss/utilities/_flex.scss","../../scss/utilities/_float.scss","../../scss/mixins/_float.scss","../../scss/utilities/_position.scss","../../scss/utilities/_screenreaders.scss","../../scss/mixins/_screen-reader.scss","../../scss/utilities/_sizing.scss","../../scss/utilities/_spacing.scss","../../scss/utilities/_text.scss","../../scss/mixins/_text-truncate.scss","../../scss/mixins/_text-emphasis.scss","../../scss/mixins/_text-hide.scss","../../scss/utilities/_visibility.scss","../../scss/mixins/_visibility.scss"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/bootstrap/dist/js/bootstrap.js b/node_modules/bootstrap/dist/js/bootstrap.js deleted file mode 100644 index 2568773..0000000 --- a/node_modules/bootstrap/dist/js/bootstrap.js +++ /dev/null @@ -1,3535 +0,0 @@ -/*! - * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com) - * Copyright 2011-2017 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ - -if (typeof jQuery === 'undefined') { - throw new Error('Bootstrap\'s JavaScript requires jQuery. jQuery must be included before Bootstrap\'s JavaScript.') -} - -+function ($) { - var version = $.fn.jquery.split(' ')[0].split('.') - if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] >= 4)) { - throw new Error('Bootstrap\'s JavaScript requires at least jQuery v1.9.1 but less than v4.0.0') - } -}(jQuery); - - -+function () { - -var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; - -var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); - -function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } - -function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } - -function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): util.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var Util = function ($) { - - /** - * ------------------------------------------------------------------------ - * Private TransitionEnd Helpers - * ------------------------------------------------------------------------ - */ - - var transition = false; - - var MAX_UID = 1000000; - - var TransitionEndEvent = { - WebkitTransition: 'webkitTransitionEnd', - MozTransition: 'transitionend', - OTransition: 'oTransitionEnd otransitionend', - transition: 'transitionend' - }; - - // shoutout AngusCroll (https://goo.gl/pxwQGp) - function toType(obj) { - return {}.toString.call(obj).match(/\s([a-zA-Z]+)/)[1].toLowerCase(); - } - - function isElement(obj) { - return (obj[0] || obj).nodeType; - } - - function getSpecialTransitionEndEvent() { - return { - bindType: transition.end, - delegateType: transition.end, - handle: function handle(event) { - if ($(event.target).is(this)) { - return event.handleObj.handler.apply(this, arguments); // eslint-disable-line prefer-rest-params - } - return undefined; - } - }; - } - - function transitionEndTest() { - if (window.QUnit) { - return false; - } - - var el = document.createElement('bootstrap'); - - for (var name in TransitionEndEvent) { - if (el.style[name] !== undefined) { - return { - end: TransitionEndEvent[name] - }; - } - } - - return false; - } - - function transitionEndEmulator(duration) { - var _this = this; - - var called = false; - - $(this).one(Util.TRANSITION_END, function () { - called = true; - }); - - setTimeout(function () { - if (!called) { - Util.triggerTransitionEnd(_this); - } - }, duration); - - return this; - } - - function setTransitionEndSupport() { - transition = transitionEndTest(); - - $.fn.emulateTransitionEnd = transitionEndEmulator; - - if (Util.supportsTransitionEnd()) { - $.event.special[Util.TRANSITION_END] = getSpecialTransitionEndEvent(); - } - } - - /** - * -------------------------------------------------------------------------- - * Public Util Api - * -------------------------------------------------------------------------- - */ - - var Util = { - - TRANSITION_END: 'bsTransitionEnd', - - getUID: function getUID(prefix) { - do { - // eslint-disable-next-line no-bitwise - prefix += ~~(Math.random() * MAX_UID); // "~~" acts like a faster Math.floor() here - } while (document.getElementById(prefix)); - return prefix; - }, - getSelectorFromElement: function getSelectorFromElement(element) { - var selector = element.getAttribute('data-target'); - - if (!selector) { - selector = element.getAttribute('href') || ''; - selector = /^#[a-z]/i.test(selector) ? selector : null; - } - - return selector; - }, - reflow: function reflow(element) { - return element.offsetHeight; - }, - triggerTransitionEnd: function triggerTransitionEnd(element) { - $(element).trigger(transition.end); - }, - supportsTransitionEnd: function supportsTransitionEnd() { - return Boolean(transition); - }, - typeCheckConfig: function typeCheckConfig(componentName, config, configTypes) { - for (var property in configTypes) { - if (configTypes.hasOwnProperty(property)) { - var expectedTypes = configTypes[property]; - var value = config[property]; - var valueType = value && isElement(value) ? 'element' : toType(value); - - if (!new RegExp(expectedTypes).test(valueType)) { - throw new Error(componentName.toUpperCase() + ': ' + ('Option "' + property + '" provided type "' + valueType + '" ') + ('but expected type "' + expectedTypes + '".')); - } - } - } - } - }; - - setTransitionEndSupport(); - - return Util; -}(jQuery); - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): alert.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var Alert = function ($) { - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - var NAME = 'alert'; - var VERSION = '4.0.0-alpha.6'; - var DATA_KEY = 'bs.alert'; - var EVENT_KEY = '.' + DATA_KEY; - var DATA_API_KEY = '.data-api'; - var JQUERY_NO_CONFLICT = $.fn[NAME]; - var TRANSITION_DURATION = 150; - - var Selector = { - DISMISS: '[data-dismiss="alert"]' - }; - - var Event = { - CLOSE: 'close' + EVENT_KEY, - CLOSED: 'closed' + EVENT_KEY, - CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY - }; - - var ClassName = { - ALERT: 'alert', - FADE: 'fade', - SHOW: 'show' - }; - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - var Alert = function () { - function Alert(element) { - _classCallCheck(this, Alert); - - this._element = element; - } - - // getters - - // public - - Alert.prototype.close = function close(element) { - element = element || this._element; - - var rootElement = this._getRootElement(element); - var customEvent = this._triggerCloseEvent(rootElement); - - if (customEvent.isDefaultPrevented()) { - return; - } - - this._removeElement(rootElement); - }; - - Alert.prototype.dispose = function dispose() { - $.removeData(this._element, DATA_KEY); - this._element = null; - }; - - // private - - Alert.prototype._getRootElement = function _getRootElement(element) { - var selector = Util.getSelectorFromElement(element); - var parent = false; - - if (selector) { - parent = $(selector)[0]; - } - - if (!parent) { - parent = $(element).closest('.' + ClassName.ALERT)[0]; - } - - return parent; - }; - - Alert.prototype._triggerCloseEvent = function _triggerCloseEvent(element) { - var closeEvent = $.Event(Event.CLOSE); - - $(element).trigger(closeEvent); - return closeEvent; - }; - - Alert.prototype._removeElement = function _removeElement(element) { - var _this2 = this; - - $(element).removeClass(ClassName.SHOW); - - if (!Util.supportsTransitionEnd() || !$(element).hasClass(ClassName.FADE)) { - this._destroyElement(element); - return; - } - - $(element).one(Util.TRANSITION_END, function (event) { - return _this2._destroyElement(element, event); - }).emulateTransitionEnd(TRANSITION_DURATION); - }; - - Alert.prototype._destroyElement = function _destroyElement(element) { - $(element).detach().trigger(Event.CLOSED).remove(); - }; - - // static - - Alert._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var $element = $(this); - var data = $element.data(DATA_KEY); - - if (!data) { - data = new Alert(this); - $element.data(DATA_KEY, data); - } - - if (config === 'close') { - data[config](this); - } - }); - }; - - Alert._handleDismiss = function _handleDismiss(alertInstance) { - return function (event) { - if (event) { - event.preventDefault(); - } - - alertInstance.close(this); - }; - }; - - _createClass(Alert, null, [{ - key: 'VERSION', - get: function get() { - return VERSION; - } - }]); - - return Alert; - }(); - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document).on(Event.CLICK_DATA_API, Selector.DISMISS, Alert._handleDismiss(new Alert())); - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Alert._jQueryInterface; - $.fn[NAME].Constructor = Alert; - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT; - return Alert._jQueryInterface; - }; - - return Alert; -}(jQuery); - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): button.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var Button = function ($) { - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - var NAME = 'button'; - var VERSION = '4.0.0-alpha.6'; - var DATA_KEY = 'bs.button'; - var EVENT_KEY = '.' + DATA_KEY; - var DATA_API_KEY = '.data-api'; - var JQUERY_NO_CONFLICT = $.fn[NAME]; - - var ClassName = { - ACTIVE: 'active', - BUTTON: 'btn', - FOCUS: 'focus' - }; - - var Selector = { - DATA_TOGGLE_CARROT: '[data-toggle^="button"]', - DATA_TOGGLE: '[data-toggle="buttons"]', - INPUT: 'input', - ACTIVE: '.active', - BUTTON: '.btn' - }; - - var Event = { - CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY, - FOCUS_BLUR_DATA_API: 'focus' + EVENT_KEY + DATA_API_KEY + ' ' + ('blur' + EVENT_KEY + DATA_API_KEY) - }; - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - var Button = function () { - function Button(element) { - _classCallCheck(this, Button); - - this._element = element; - } - - // getters - - // public - - Button.prototype.toggle = function toggle() { - var triggerChangeEvent = true; - var rootElement = $(this._element).closest(Selector.DATA_TOGGLE)[0]; - - if (rootElement) { - var input = $(this._element).find(Selector.INPUT)[0]; - - if (input) { - if (input.type === 'radio') { - if (input.checked && $(this._element).hasClass(ClassName.ACTIVE)) { - triggerChangeEvent = false; - } else { - var activeElement = $(rootElement).find(Selector.ACTIVE)[0]; - - if (activeElement) { - $(activeElement).removeClass(ClassName.ACTIVE); - } - } - } - - if (triggerChangeEvent) { - input.checked = !$(this._element).hasClass(ClassName.ACTIVE); - $(input).trigger('change'); - } - - input.focus(); - } - } - - this._element.setAttribute('aria-pressed', !$(this._element).hasClass(ClassName.ACTIVE)); - - if (triggerChangeEvent) { - $(this._element).toggleClass(ClassName.ACTIVE); - } - }; - - Button.prototype.dispose = function dispose() { - $.removeData(this._element, DATA_KEY); - this._element = null; - }; - - // static - - Button._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var data = $(this).data(DATA_KEY); - - if (!data) { - data = new Button(this); - $(this).data(DATA_KEY, data); - } - - if (config === 'toggle') { - data[config](); - } - }); - }; - - _createClass(Button, null, [{ - key: 'VERSION', - get: function get() { - return VERSION; - } - }]); - - return Button; - }(); - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document).on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE_CARROT, function (event) { - event.preventDefault(); - - var button = event.target; - - if (!$(button).hasClass(ClassName.BUTTON)) { - button = $(button).closest(Selector.BUTTON); - } - - Button._jQueryInterface.call($(button), 'toggle'); - }).on(Event.FOCUS_BLUR_DATA_API, Selector.DATA_TOGGLE_CARROT, function (event) { - var button = $(event.target).closest(Selector.BUTTON)[0]; - $(button).toggleClass(ClassName.FOCUS, /^focus(in)?$/.test(event.type)); - }); - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Button._jQueryInterface; - $.fn[NAME].Constructor = Button; - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT; - return Button._jQueryInterface; - }; - - return Button; -}(jQuery); - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): carousel.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var Carousel = function ($) { - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - var NAME = 'carousel'; - var VERSION = '4.0.0-alpha.6'; - var DATA_KEY = 'bs.carousel'; - var EVENT_KEY = '.' + DATA_KEY; - var DATA_API_KEY = '.data-api'; - var JQUERY_NO_CONFLICT = $.fn[NAME]; - var TRANSITION_DURATION = 600; - var ARROW_LEFT_KEYCODE = 37; // KeyboardEvent.which value for left arrow key - var ARROW_RIGHT_KEYCODE = 39; // KeyboardEvent.which value for right arrow key - - var Default = { - interval: 5000, - keyboard: true, - slide: false, - pause: 'hover', - wrap: true - }; - - var DefaultType = { - interval: '(number|boolean)', - keyboard: 'boolean', - slide: '(boolean|string)', - pause: '(string|boolean)', - wrap: 'boolean' - }; - - var Direction = { - NEXT: 'next', - PREV: 'prev', - LEFT: 'left', - RIGHT: 'right' - }; - - var Event = { - SLIDE: 'slide' + EVENT_KEY, - SLID: 'slid' + EVENT_KEY, - KEYDOWN: 'keydown' + EVENT_KEY, - MOUSEENTER: 'mouseenter' + EVENT_KEY, - MOUSELEAVE: 'mouseleave' + EVENT_KEY, - LOAD_DATA_API: 'load' + EVENT_KEY + DATA_API_KEY, - CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY - }; - - var ClassName = { - CAROUSEL: 'carousel', - ACTIVE: 'active', - SLIDE: 'slide', - RIGHT: 'carousel-item-right', - LEFT: 'carousel-item-left', - NEXT: 'carousel-item-next', - PREV: 'carousel-item-prev', - ITEM: 'carousel-item' - }; - - var Selector = { - ACTIVE: '.active', - ACTIVE_ITEM: '.active.carousel-item', - ITEM: '.carousel-item', - NEXT_PREV: '.carousel-item-next, .carousel-item-prev', - INDICATORS: '.carousel-indicators', - DATA_SLIDE: '[data-slide], [data-slide-to]', - DATA_RIDE: '[data-ride="carousel"]' - }; - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - var Carousel = function () { - function Carousel(element, config) { - _classCallCheck(this, Carousel); - - this._items = null; - this._interval = null; - this._activeElement = null; - - this._isPaused = false; - this._isSliding = false; - - this._config = this._getConfig(config); - this._element = $(element)[0]; - this._indicatorsElement = $(this._element).find(Selector.INDICATORS)[0]; - - this._addEventListeners(); - } - - // getters - - // public - - Carousel.prototype.next = function next() { - if (this._isSliding) { - throw new Error('Carousel is sliding'); - } - this._slide(Direction.NEXT); - }; - - Carousel.prototype.nextWhenVisible = function nextWhenVisible() { - // Don't call next when the page isn't visible - if (!document.hidden) { - this.next(); - } - }; - - Carousel.prototype.prev = function prev() { - if (this._isSliding) { - throw new Error('Carousel is sliding'); - } - this._slide(Direction.PREVIOUS); - }; - - Carousel.prototype.pause = function pause(event) { - if (!event) { - this._isPaused = true; - } - - if ($(this._element).find(Selector.NEXT_PREV)[0] && Util.supportsTransitionEnd()) { - Util.triggerTransitionEnd(this._element); - this.cycle(true); - } - - clearInterval(this._interval); - this._interval = null; - }; - - Carousel.prototype.cycle = function cycle(event) { - if (!event) { - this._isPaused = false; - } - - if (this._interval) { - clearInterval(this._interval); - this._interval = null; - } - - if (this._config.interval && !this._isPaused) { - this._interval = setInterval((document.visibilityState ? this.nextWhenVisible : this.next).bind(this), this._config.interval); - } - }; - - Carousel.prototype.to = function to(index) { - var _this3 = this; - - this._activeElement = $(this._element).find(Selector.ACTIVE_ITEM)[0]; - - var activeIndex = this._getItemIndex(this._activeElement); - - if (index > this._items.length - 1 || index < 0) { - return; - } - - if (this._isSliding) { - $(this._element).one(Event.SLID, function () { - return _this3.to(index); - }); - return; - } - - if (activeIndex === index) { - this.pause(); - this.cycle(); - return; - } - - var direction = index > activeIndex ? Direction.NEXT : Direction.PREVIOUS; - - this._slide(direction, this._items[index]); - }; - - Carousel.prototype.dispose = function dispose() { - $(this._element).off(EVENT_KEY); - $.removeData(this._element, DATA_KEY); - - this._items = null; - this._config = null; - this._element = null; - this._interval = null; - this._isPaused = null; - this._isSliding = null; - this._activeElement = null; - this._indicatorsElement = null; - }; - - // private - - Carousel.prototype._getConfig = function _getConfig(config) { - config = $.extend({}, Default, config); - Util.typeCheckConfig(NAME, config, DefaultType); - return config; - }; - - Carousel.prototype._addEventListeners = function _addEventListeners() { - var _this4 = this; - - if (this._config.keyboard) { - $(this._element).on(Event.KEYDOWN, function (event) { - return _this4._keydown(event); - }); - } - - if (this._config.pause === 'hover' && !('ontouchstart' in document.documentElement)) { - $(this._element).on(Event.MOUSEENTER, function (event) { - return _this4.pause(event); - }).on(Event.MOUSELEAVE, function (event) { - return _this4.cycle(event); - }); - } - }; - - Carousel.prototype._keydown = function _keydown(event) { - if (/input|textarea/i.test(event.target.tagName)) { - return; - } - - switch (event.which) { - case ARROW_LEFT_KEYCODE: - event.preventDefault(); - this.prev(); - break; - case ARROW_RIGHT_KEYCODE: - event.preventDefault(); - this.next(); - break; - default: - return; - } - }; - - Carousel.prototype._getItemIndex = function _getItemIndex(element) { - this._items = $.makeArray($(element).parent().find(Selector.ITEM)); - return this._items.indexOf(element); - }; - - Carousel.prototype._getItemByDirection = function _getItemByDirection(direction, activeElement) { - var isNextDirection = direction === Direction.NEXT; - var isPrevDirection = direction === Direction.PREVIOUS; - var activeIndex = this._getItemIndex(activeElement); - var lastItemIndex = this._items.length - 1; - var isGoingToWrap = isPrevDirection && activeIndex === 0 || isNextDirection && activeIndex === lastItemIndex; - - if (isGoingToWrap && !this._config.wrap) { - return activeElement; - } - - var delta = direction === Direction.PREVIOUS ? -1 : 1; - var itemIndex = (activeIndex + delta) % this._items.length; - - return itemIndex === -1 ? this._items[this._items.length - 1] : this._items[itemIndex]; - }; - - Carousel.prototype._triggerSlideEvent = function _triggerSlideEvent(relatedTarget, eventDirectionName) { - var slideEvent = $.Event(Event.SLIDE, { - relatedTarget: relatedTarget, - direction: eventDirectionName - }); - - $(this._element).trigger(slideEvent); - - return slideEvent; - }; - - Carousel.prototype._setActiveIndicatorElement = function _setActiveIndicatorElement(element) { - if (this._indicatorsElement) { - $(this._indicatorsElement).find(Selector.ACTIVE).removeClass(ClassName.ACTIVE); - - var nextIndicator = this._indicatorsElement.children[this._getItemIndex(element)]; - - if (nextIndicator) { - $(nextIndicator).addClass(ClassName.ACTIVE); - } - } - }; - - Carousel.prototype._slide = function _slide(direction, element) { - var _this5 = this; - - var activeElement = $(this._element).find(Selector.ACTIVE_ITEM)[0]; - var nextElement = element || activeElement && this._getItemByDirection(direction, activeElement); - - var isCycling = Boolean(this._interval); - - var directionalClassName = void 0; - var orderClassName = void 0; - var eventDirectionName = void 0; - - if (direction === Direction.NEXT) { - directionalClassName = ClassName.LEFT; - orderClassName = ClassName.NEXT; - eventDirectionName = Direction.LEFT; - } else { - directionalClassName = ClassName.RIGHT; - orderClassName = ClassName.PREV; - eventDirectionName = Direction.RIGHT; - } - - if (nextElement && $(nextElement).hasClass(ClassName.ACTIVE)) { - this._isSliding = false; - return; - } - - var slideEvent = this._triggerSlideEvent(nextElement, eventDirectionName); - if (slideEvent.isDefaultPrevented()) { - return; - } - - if (!activeElement || !nextElement) { - // some weirdness is happening, so we bail - return; - } - - this._isSliding = true; - - if (isCycling) { - this.pause(); - } - - this._setActiveIndicatorElement(nextElement); - - var slidEvent = $.Event(Event.SLID, { - relatedTarget: nextElement, - direction: eventDirectionName - }); - - if (Util.supportsTransitionEnd() && $(this._element).hasClass(ClassName.SLIDE)) { - - $(nextElement).addClass(orderClassName); - - Util.reflow(nextElement); - - $(activeElement).addClass(directionalClassName); - $(nextElement).addClass(directionalClassName); - - $(activeElement).one(Util.TRANSITION_END, function () { - $(nextElement).removeClass(directionalClassName + ' ' + orderClassName).addClass(ClassName.ACTIVE); - - $(activeElement).removeClass(ClassName.ACTIVE + ' ' + orderClassName + ' ' + directionalClassName); - - _this5._isSliding = false; - - setTimeout(function () { - return $(_this5._element).trigger(slidEvent); - }, 0); - }).emulateTransitionEnd(TRANSITION_DURATION); - } else { - $(activeElement).removeClass(ClassName.ACTIVE); - $(nextElement).addClass(ClassName.ACTIVE); - - this._isSliding = false; - $(this._element).trigger(slidEvent); - } - - if (isCycling) { - this.cycle(); - } - }; - - // static - - Carousel._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var data = $(this).data(DATA_KEY); - var _config = $.extend({}, Default, $(this).data()); - - if ((typeof config === 'undefined' ? 'undefined' : _typeof(config)) === 'object') { - $.extend(_config, config); - } - - var action = typeof config === 'string' ? config : _config.slide; - - if (!data) { - data = new Carousel(this, _config); - $(this).data(DATA_KEY, data); - } - - if (typeof config === 'number') { - data.to(config); - } else if (typeof action === 'string') { - if (data[action] === undefined) { - throw new Error('No method named "' + action + '"'); - } - data[action](); - } else if (_config.interval) { - data.pause(); - data.cycle(); - } - }); - }; - - Carousel._dataApiClickHandler = function _dataApiClickHandler(event) { - var selector = Util.getSelectorFromElement(this); - - if (!selector) { - return; - } - - var target = $(selector)[0]; - - if (!target || !$(target).hasClass(ClassName.CAROUSEL)) { - return; - } - - var config = $.extend({}, $(target).data(), $(this).data()); - var slideIndex = this.getAttribute('data-slide-to'); - - if (slideIndex) { - config.interval = false; - } - - Carousel._jQueryInterface.call($(target), config); - - if (slideIndex) { - $(target).data(DATA_KEY).to(slideIndex); - } - - event.preventDefault(); - }; - - _createClass(Carousel, null, [{ - key: 'VERSION', - get: function get() { - return VERSION; - } - }, { - key: 'Default', - get: function get() { - return Default; - } - }]); - - return Carousel; - }(); - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document).on(Event.CLICK_DATA_API, Selector.DATA_SLIDE, Carousel._dataApiClickHandler); - - $(window).on(Event.LOAD_DATA_API, function () { - $(Selector.DATA_RIDE).each(function () { - var $carousel = $(this); - Carousel._jQueryInterface.call($carousel, $carousel.data()); - }); - }); - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Carousel._jQueryInterface; - $.fn[NAME].Constructor = Carousel; - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT; - return Carousel._jQueryInterface; - }; - - return Carousel; -}(jQuery); - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): collapse.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var Collapse = function ($) { - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - var NAME = 'collapse'; - var VERSION = '4.0.0-alpha.6'; - var DATA_KEY = 'bs.collapse'; - var EVENT_KEY = '.' + DATA_KEY; - var DATA_API_KEY = '.data-api'; - var JQUERY_NO_CONFLICT = $.fn[NAME]; - var TRANSITION_DURATION = 600; - - var Default = { - toggle: true, - parent: '' - }; - - var DefaultType = { - toggle: 'boolean', - parent: 'string' - }; - - var Event = { - SHOW: 'show' + EVENT_KEY, - SHOWN: 'shown' + EVENT_KEY, - HIDE: 'hide' + EVENT_KEY, - HIDDEN: 'hidden' + EVENT_KEY, - CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY - }; - - var ClassName = { - SHOW: 'show', - COLLAPSE: 'collapse', - COLLAPSING: 'collapsing', - COLLAPSED: 'collapsed' - }; - - var Dimension = { - WIDTH: 'width', - HEIGHT: 'height' - }; - - var Selector = { - ACTIVES: '.card > .show, .card > .collapsing', - DATA_TOGGLE: '[data-toggle="collapse"]' - }; - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - var Collapse = function () { - function Collapse(element, config) { - _classCallCheck(this, Collapse); - - this._isTransitioning = false; - this._element = element; - this._config = this._getConfig(config); - this._triggerArray = $.makeArray($('[data-toggle="collapse"][href="#' + element.id + '"],' + ('[data-toggle="collapse"][data-target="#' + element.id + '"]'))); - - this._parent = this._config.parent ? this._getParent() : null; - - if (!this._config.parent) { - this._addAriaAndCollapsedClass(this._element, this._triggerArray); - } - - if (this._config.toggle) { - this.toggle(); - } - } - - // getters - - // public - - Collapse.prototype.toggle = function toggle() { - if ($(this._element).hasClass(ClassName.SHOW)) { - this.hide(); - } else { - this.show(); - } - }; - - Collapse.prototype.show = function show() { - var _this6 = this; - - if (this._isTransitioning) { - throw new Error('Collapse is transitioning'); - } - - if ($(this._element).hasClass(ClassName.SHOW)) { - return; - } - - var actives = void 0; - var activesData = void 0; - - if (this._parent) { - actives = $.makeArray($(this._parent).find(Selector.ACTIVES)); - if (!actives.length) { - actives = null; - } - } - - if (actives) { - activesData = $(actives).data(DATA_KEY); - if (activesData && activesData._isTransitioning) { - return; - } - } - - var startEvent = $.Event(Event.SHOW); - $(this._element).trigger(startEvent); - if (startEvent.isDefaultPrevented()) { - return; - } - - if (actives) { - Collapse._jQueryInterface.call($(actives), 'hide'); - if (!activesData) { - $(actives).data(DATA_KEY, null); - } - } - - var dimension = this._getDimension(); - - $(this._element).removeClass(ClassName.COLLAPSE).addClass(ClassName.COLLAPSING); - - this._element.style[dimension] = 0; - this._element.setAttribute('aria-expanded', true); - - if (this._triggerArray.length) { - $(this._triggerArray).removeClass(ClassName.COLLAPSED).attr('aria-expanded', true); - } - - this.setTransitioning(true); - - var complete = function complete() { - $(_this6._element).removeClass(ClassName.COLLAPSING).addClass(ClassName.COLLAPSE).addClass(ClassName.SHOW); - - _this6._element.style[dimension] = ''; - - _this6.setTransitioning(false); - - $(_this6._element).trigger(Event.SHOWN); - }; - - if (!Util.supportsTransitionEnd()) { - complete(); - return; - } - - var capitalizedDimension = dimension[0].toUpperCase() + dimension.slice(1); - var scrollSize = 'scroll' + capitalizedDimension; - - $(this._element).one(Util.TRANSITION_END, complete).emulateTransitionEnd(TRANSITION_DURATION); - - this._element.style[dimension] = this._element[scrollSize] + 'px'; - }; - - Collapse.prototype.hide = function hide() { - var _this7 = this; - - if (this._isTransitioning) { - throw new Error('Collapse is transitioning'); - } - - if (!$(this._element).hasClass(ClassName.SHOW)) { - return; - } - - var startEvent = $.Event(Event.HIDE); - $(this._element).trigger(startEvent); - if (startEvent.isDefaultPrevented()) { - return; - } - - var dimension = this._getDimension(); - var offsetDimension = dimension === Dimension.WIDTH ? 'offsetWidth' : 'offsetHeight'; - - this._element.style[dimension] = this._element[offsetDimension] + 'px'; - - Util.reflow(this._element); - - $(this._element).addClass(ClassName.COLLAPSING).removeClass(ClassName.COLLAPSE).removeClass(ClassName.SHOW); - - this._element.setAttribute('aria-expanded', false); - - if (this._triggerArray.length) { - $(this._triggerArray).addClass(ClassName.COLLAPSED).attr('aria-expanded', false); - } - - this.setTransitioning(true); - - var complete = function complete() { - _this7.setTransitioning(false); - $(_this7._element).removeClass(ClassName.COLLAPSING).addClass(ClassName.COLLAPSE).trigger(Event.HIDDEN); - }; - - this._element.style[dimension] = ''; - - if (!Util.supportsTransitionEnd()) { - complete(); - return; - } - - $(this._element).one(Util.TRANSITION_END, complete).emulateTransitionEnd(TRANSITION_DURATION); - }; - - Collapse.prototype.setTransitioning = function setTransitioning(isTransitioning) { - this._isTransitioning = isTransitioning; - }; - - Collapse.prototype.dispose = function dispose() { - $.removeData(this._element, DATA_KEY); - - this._config = null; - this._parent = null; - this._element = null; - this._triggerArray = null; - this._isTransitioning = null; - }; - - // private - - Collapse.prototype._getConfig = function _getConfig(config) { - config = $.extend({}, Default, config); - config.toggle = Boolean(config.toggle); // coerce string values - Util.typeCheckConfig(NAME, config, DefaultType); - return config; - }; - - Collapse.prototype._getDimension = function _getDimension() { - var hasWidth = $(this._element).hasClass(Dimension.WIDTH); - return hasWidth ? Dimension.WIDTH : Dimension.HEIGHT; - }; - - Collapse.prototype._getParent = function _getParent() { - var _this8 = this; - - var parent = $(this._config.parent)[0]; - var selector = '[data-toggle="collapse"][data-parent="' + this._config.parent + '"]'; - - $(parent).find(selector).each(function (i, element) { - _this8._addAriaAndCollapsedClass(Collapse._getTargetFromElement(element), [element]); - }); - - return parent; - }; - - Collapse.prototype._addAriaAndCollapsedClass = function _addAriaAndCollapsedClass(element, triggerArray) { - if (element) { - var isOpen = $(element).hasClass(ClassName.SHOW); - element.setAttribute('aria-expanded', isOpen); - - if (triggerArray.length) { - $(triggerArray).toggleClass(ClassName.COLLAPSED, !isOpen).attr('aria-expanded', isOpen); - } - } - }; - - // static - - Collapse._getTargetFromElement = function _getTargetFromElement(element) { - var selector = Util.getSelectorFromElement(element); - return selector ? $(selector)[0] : null; - }; - - Collapse._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var $this = $(this); - var data = $this.data(DATA_KEY); - var _config = $.extend({}, Default, $this.data(), (typeof config === 'undefined' ? 'undefined' : _typeof(config)) === 'object' && config); - - if (!data && _config.toggle && /show|hide/.test(config)) { - _config.toggle = false; - } - - if (!data) { - data = new Collapse(this, _config); - $this.data(DATA_KEY, data); - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error('No method named "' + config + '"'); - } - data[config](); - } - }); - }; - - _createClass(Collapse, null, [{ - key: 'VERSION', - get: function get() { - return VERSION; - } - }, { - key: 'Default', - get: function get() { - return Default; - } - }]); - - return Collapse; - }(); - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document).on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE, function (event) { - event.preventDefault(); - - var target = Collapse._getTargetFromElement(this); - var data = $(target).data(DATA_KEY); - var config = data ? 'toggle' : $(this).data(); - - Collapse._jQueryInterface.call($(target), config); - }); - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Collapse._jQueryInterface; - $.fn[NAME].Constructor = Collapse; - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT; - return Collapse._jQueryInterface; - }; - - return Collapse; -}(jQuery); - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): dropdown.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var Dropdown = function ($) { - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - var NAME = 'dropdown'; - var VERSION = '4.0.0-alpha.6'; - var DATA_KEY = 'bs.dropdown'; - var EVENT_KEY = '.' + DATA_KEY; - var DATA_API_KEY = '.data-api'; - var JQUERY_NO_CONFLICT = $.fn[NAME]; - var ESCAPE_KEYCODE = 27; // KeyboardEvent.which value for Escape (Esc) key - var ARROW_UP_KEYCODE = 38; // KeyboardEvent.which value for up arrow key - var ARROW_DOWN_KEYCODE = 40; // KeyboardEvent.which value for down arrow key - var RIGHT_MOUSE_BUTTON_WHICH = 3; // MouseEvent.which value for the right button (assuming a right-handed mouse) - - var Event = { - HIDE: 'hide' + EVENT_KEY, - HIDDEN: 'hidden' + EVENT_KEY, - SHOW: 'show' + EVENT_KEY, - SHOWN: 'shown' + EVENT_KEY, - CLICK: 'click' + EVENT_KEY, - CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY, - FOCUSIN_DATA_API: 'focusin' + EVENT_KEY + DATA_API_KEY, - KEYDOWN_DATA_API: 'keydown' + EVENT_KEY + DATA_API_KEY - }; - - var ClassName = { - BACKDROP: 'dropdown-backdrop', - DISABLED: 'disabled', - SHOW: 'show' - }; - - var Selector = { - BACKDROP: '.dropdown-backdrop', - DATA_TOGGLE: '[data-toggle="dropdown"]', - FORM_CHILD: '.dropdown form', - ROLE_MENU: '[role="menu"]', - ROLE_LISTBOX: '[role="listbox"]', - NAVBAR_NAV: '.navbar-nav', - VISIBLE_ITEMS: '[role="menu"] li:not(.disabled) a, ' + '[role="listbox"] li:not(.disabled) a' - }; - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - var Dropdown = function () { - function Dropdown(element) { - _classCallCheck(this, Dropdown); - - this._element = element; - - this._addEventListeners(); - } - - // getters - - // public - - Dropdown.prototype.toggle = function toggle() { - if (this.disabled || $(this).hasClass(ClassName.DISABLED)) { - return false; - } - - var parent = Dropdown._getParentFromElement(this); - var isActive = $(parent).hasClass(ClassName.SHOW); - - Dropdown._clearMenus(); - - if (isActive) { - return false; - } - - if ('ontouchstart' in document.documentElement && !$(parent).closest(Selector.NAVBAR_NAV).length) { - - // if mobile we use a backdrop because click events don't delegate - var dropdown = document.createElement('div'); - dropdown.className = ClassName.BACKDROP; - $(dropdown).insertBefore(this); - $(dropdown).on('click', Dropdown._clearMenus); - } - - var relatedTarget = { - relatedTarget: this - }; - var showEvent = $.Event(Event.SHOW, relatedTarget); - - $(parent).trigger(showEvent); - - if (showEvent.isDefaultPrevented()) { - return false; - } - - this.focus(); - this.setAttribute('aria-expanded', true); - - $(parent).toggleClass(ClassName.SHOW); - $(parent).trigger($.Event(Event.SHOWN, relatedTarget)); - - return false; - }; - - Dropdown.prototype.dispose = function dispose() { - $.removeData(this._element, DATA_KEY); - $(this._element).off(EVENT_KEY); - this._element = null; - }; - - // private - - Dropdown.prototype._addEventListeners = function _addEventListeners() { - $(this._element).on(Event.CLICK, this.toggle); - }; - - // static - - Dropdown._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var data = $(this).data(DATA_KEY); - - if (!data) { - data = new Dropdown(this); - $(this).data(DATA_KEY, data); - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error('No method named "' + config + '"'); - } - data[config].call(this); - } - }); - }; - - Dropdown._clearMenus = function _clearMenus(event) { - if (event && event.which === RIGHT_MOUSE_BUTTON_WHICH) { - return; - } - - var backdrop = $(Selector.BACKDROP)[0]; - if (backdrop) { - backdrop.parentNode.removeChild(backdrop); - } - - var toggles = $.makeArray($(Selector.DATA_TOGGLE)); - - for (var i = 0; i < toggles.length; i++) { - var parent = Dropdown._getParentFromElement(toggles[i]); - var relatedTarget = { - relatedTarget: toggles[i] - }; - - if (!$(parent).hasClass(ClassName.SHOW)) { - continue; - } - - if (event && (event.type === 'click' && /input|textarea/i.test(event.target.tagName) || event.type === 'focusin') && $.contains(parent, event.target)) { - continue; - } - - var hideEvent = $.Event(Event.HIDE, relatedTarget); - $(parent).trigger(hideEvent); - if (hideEvent.isDefaultPrevented()) { - continue; - } - - toggles[i].setAttribute('aria-expanded', 'false'); - - $(parent).removeClass(ClassName.SHOW).trigger($.Event(Event.HIDDEN, relatedTarget)); - } - }; - - Dropdown._getParentFromElement = function _getParentFromElement(element) { - var parent = void 0; - var selector = Util.getSelectorFromElement(element); - - if (selector) { - parent = $(selector)[0]; - } - - return parent || element.parentNode; - }; - - Dropdown._dataApiKeydownHandler = function _dataApiKeydownHandler(event) { - if (!/(38|40|27|32)/.test(event.which) || /input|textarea/i.test(event.target.tagName)) { - return; - } - - event.preventDefault(); - event.stopPropagation(); - - if (this.disabled || $(this).hasClass(ClassName.DISABLED)) { - return; - } - - var parent = Dropdown._getParentFromElement(this); - var isActive = $(parent).hasClass(ClassName.SHOW); - - if (!isActive && event.which !== ESCAPE_KEYCODE || isActive && event.which === ESCAPE_KEYCODE) { - - if (event.which === ESCAPE_KEYCODE) { - var toggle = $(parent).find(Selector.DATA_TOGGLE)[0]; - $(toggle).trigger('focus'); - } - - $(this).trigger('click'); - return; - } - - var items = $(parent).find(Selector.VISIBLE_ITEMS).get(); - - if (!items.length) { - return; - } - - var index = items.indexOf(event.target); - - if (event.which === ARROW_UP_KEYCODE && index > 0) { - // up - index--; - } - - if (event.which === ARROW_DOWN_KEYCODE && index < items.length - 1) { - // down - index++; - } - - if (index < 0) { - index = 0; - } - - items[index].focus(); - }; - - _createClass(Dropdown, null, [{ - key: 'VERSION', - get: function get() { - return VERSION; - } - }]); - - return Dropdown; - }(); - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document).on(Event.KEYDOWN_DATA_API, Selector.DATA_TOGGLE, Dropdown._dataApiKeydownHandler).on(Event.KEYDOWN_DATA_API, Selector.ROLE_MENU, Dropdown._dataApiKeydownHandler).on(Event.KEYDOWN_DATA_API, Selector.ROLE_LISTBOX, Dropdown._dataApiKeydownHandler).on(Event.CLICK_DATA_API + ' ' + Event.FOCUSIN_DATA_API, Dropdown._clearMenus).on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE, Dropdown.prototype.toggle).on(Event.CLICK_DATA_API, Selector.FORM_CHILD, function (e) { - e.stopPropagation(); - }); - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Dropdown._jQueryInterface; - $.fn[NAME].Constructor = Dropdown; - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT; - return Dropdown._jQueryInterface; - }; - - return Dropdown; -}(jQuery); - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): modal.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var Modal = function ($) { - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - var NAME = 'modal'; - var VERSION = '4.0.0-alpha.6'; - var DATA_KEY = 'bs.modal'; - var EVENT_KEY = '.' + DATA_KEY; - var DATA_API_KEY = '.data-api'; - var JQUERY_NO_CONFLICT = $.fn[NAME]; - var TRANSITION_DURATION = 300; - var BACKDROP_TRANSITION_DURATION = 150; - var ESCAPE_KEYCODE = 27; // KeyboardEvent.which value for Escape (Esc) key - - var Default = { - backdrop: true, - keyboard: true, - focus: true, - show: true - }; - - var DefaultType = { - backdrop: '(boolean|string)', - keyboard: 'boolean', - focus: 'boolean', - show: 'boolean' - }; - - var Event = { - HIDE: 'hide' + EVENT_KEY, - HIDDEN: 'hidden' + EVENT_KEY, - SHOW: 'show' + EVENT_KEY, - SHOWN: 'shown' + EVENT_KEY, - FOCUSIN: 'focusin' + EVENT_KEY, - RESIZE: 'resize' + EVENT_KEY, - CLICK_DISMISS: 'click.dismiss' + EVENT_KEY, - KEYDOWN_DISMISS: 'keydown.dismiss' + EVENT_KEY, - MOUSEUP_DISMISS: 'mouseup.dismiss' + EVENT_KEY, - MOUSEDOWN_DISMISS: 'mousedown.dismiss' + EVENT_KEY, - CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY - }; - - var ClassName = { - SCROLLBAR_MEASURER: 'modal-scrollbar-measure', - BACKDROP: 'modal-backdrop', - OPEN: 'modal-open', - FADE: 'fade', - SHOW: 'show' - }; - - var Selector = { - DIALOG: '.modal-dialog', - DATA_TOGGLE: '[data-toggle="modal"]', - DATA_DISMISS: '[data-dismiss="modal"]', - FIXED_CONTENT: '.fixed-top, .fixed-bottom, .is-fixed, .sticky-top' - }; - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - var Modal = function () { - function Modal(element, config) { - _classCallCheck(this, Modal); - - this._config = this._getConfig(config); - this._element = element; - this._dialog = $(element).find(Selector.DIALOG)[0]; - this._backdrop = null; - this._isShown = false; - this._isBodyOverflowing = false; - this._ignoreBackdropClick = false; - this._isTransitioning = false; - this._originalBodyPadding = 0; - this._scrollbarWidth = 0; - } - - // getters - - // public - - Modal.prototype.toggle = function toggle(relatedTarget) { - return this._isShown ? this.hide() : this.show(relatedTarget); - }; - - Modal.prototype.show = function show(relatedTarget) { - var _this9 = this; - - if (this._isTransitioning) { - throw new Error('Modal is transitioning'); - } - - if (Util.supportsTransitionEnd() && $(this._element).hasClass(ClassName.FADE)) { - this._isTransitioning = true; - } - var showEvent = $.Event(Event.SHOW, { - relatedTarget: relatedTarget - }); - - $(this._element).trigger(showEvent); - - if (this._isShown || showEvent.isDefaultPrevented()) { - return; - } - - this._isShown = true; - - this._checkScrollbar(); - this._setScrollbar(); - - $(document.body).addClass(ClassName.OPEN); - - this._setEscapeEvent(); - this._setResizeEvent(); - - $(this._element).on(Event.CLICK_DISMISS, Selector.DATA_DISMISS, function (event) { - return _this9.hide(event); - }); - - $(this._dialog).on(Event.MOUSEDOWN_DISMISS, function () { - $(_this9._element).one(Event.MOUSEUP_DISMISS, function (event) { - if ($(event.target).is(_this9._element)) { - _this9._ignoreBackdropClick = true; - } - }); - }); - - this._showBackdrop(function () { - return _this9._showElement(relatedTarget); - }); - }; - - Modal.prototype.hide = function hide(event) { - var _this10 = this; - - if (event) { - event.preventDefault(); - } - - if (this._isTransitioning) { - throw new Error('Modal is transitioning'); - } - - var transition = Util.supportsTransitionEnd() && $(this._element).hasClass(ClassName.FADE); - if (transition) { - this._isTransitioning = true; - } - - var hideEvent = $.Event(Event.HIDE); - $(this._element).trigger(hideEvent); - - if (!this._isShown || hideEvent.isDefaultPrevented()) { - return; - } - - this._isShown = false; - - this._setEscapeEvent(); - this._setResizeEvent(); - - $(document).off(Event.FOCUSIN); - - $(this._element).removeClass(ClassName.SHOW); - - $(this._element).off(Event.CLICK_DISMISS); - $(this._dialog).off(Event.MOUSEDOWN_DISMISS); - - if (transition) { - $(this._element).one(Util.TRANSITION_END, function (event) { - return _this10._hideModal(event); - }).emulateTransitionEnd(TRANSITION_DURATION); - } else { - this._hideModal(); - } - }; - - Modal.prototype.dispose = function dispose() { - $.removeData(this._element, DATA_KEY); - - $(window, document, this._element, this._backdrop).off(EVENT_KEY); - - this._config = null; - this._element = null; - this._dialog = null; - this._backdrop = null; - this._isShown = null; - this._isBodyOverflowing = null; - this._ignoreBackdropClick = null; - this._originalBodyPadding = null; - this._scrollbarWidth = null; - }; - - // private - - Modal.prototype._getConfig = function _getConfig(config) { - config = $.extend({}, Default, config); - Util.typeCheckConfig(NAME, config, DefaultType); - return config; - }; - - Modal.prototype._showElement = function _showElement(relatedTarget) { - var _this11 = this; - - var transition = Util.supportsTransitionEnd() && $(this._element).hasClass(ClassName.FADE); - - if (!this._element.parentNode || this._element.parentNode.nodeType !== Node.ELEMENT_NODE) { - // don't move modals dom position - document.body.appendChild(this._element); - } - - this._element.style.display = 'block'; - this._element.removeAttribute('aria-hidden'); - this._element.scrollTop = 0; - - if (transition) { - Util.reflow(this._element); - } - - $(this._element).addClass(ClassName.SHOW); - - if (this._config.focus) { - this._enforceFocus(); - } - - var shownEvent = $.Event(Event.SHOWN, { - relatedTarget: relatedTarget - }); - - var transitionComplete = function transitionComplete() { - if (_this11._config.focus) { - _this11._element.focus(); - } - _this11._isTransitioning = false; - $(_this11._element).trigger(shownEvent); - }; - - if (transition) { - $(this._dialog).one(Util.TRANSITION_END, transitionComplete).emulateTransitionEnd(TRANSITION_DURATION); - } else { - transitionComplete(); - } - }; - - Modal.prototype._enforceFocus = function _enforceFocus() { - var _this12 = this; - - $(document).off(Event.FOCUSIN) // guard against infinite focus loop - .on(Event.FOCUSIN, function (event) { - if (document !== event.target && _this12._element !== event.target && !$(_this12._element).has(event.target).length) { - _this12._element.focus(); - } - }); - }; - - Modal.prototype._setEscapeEvent = function _setEscapeEvent() { - var _this13 = this; - - if (this._isShown && this._config.keyboard) { - $(this._element).on(Event.KEYDOWN_DISMISS, function (event) { - if (event.which === ESCAPE_KEYCODE) { - _this13.hide(); - } - }); - } else if (!this._isShown) { - $(this._element).off(Event.KEYDOWN_DISMISS); - } - }; - - Modal.prototype._setResizeEvent = function _setResizeEvent() { - var _this14 = this; - - if (this._isShown) { - $(window).on(Event.RESIZE, function (event) { - return _this14._handleUpdate(event); - }); - } else { - $(window).off(Event.RESIZE); - } - }; - - Modal.prototype._hideModal = function _hideModal() { - var _this15 = this; - - this._element.style.display = 'none'; - this._element.setAttribute('aria-hidden', 'true'); - this._isTransitioning = false; - this._showBackdrop(function () { - $(document.body).removeClass(ClassName.OPEN); - _this15._resetAdjustments(); - _this15._resetScrollbar(); - $(_this15._element).trigger(Event.HIDDEN); - }); - }; - - Modal.prototype._removeBackdrop = function _removeBackdrop() { - if (this._backdrop) { - $(this._backdrop).remove(); - this._backdrop = null; - } - }; - - Modal.prototype._showBackdrop = function _showBackdrop(callback) { - var _this16 = this; - - var animate = $(this._element).hasClass(ClassName.FADE) ? ClassName.FADE : ''; - - if (this._isShown && this._config.backdrop) { - var doAnimate = Util.supportsTransitionEnd() && animate; - - this._backdrop = document.createElement('div'); - this._backdrop.className = ClassName.BACKDROP; - - if (animate) { - $(this._backdrop).addClass(animate); - } - - $(this._backdrop).appendTo(document.body); - - $(this._element).on(Event.CLICK_DISMISS, function (event) { - if (_this16._ignoreBackdropClick) { - _this16._ignoreBackdropClick = false; - return; - } - if (event.target !== event.currentTarget) { - return; - } - if (_this16._config.backdrop === 'static') { - _this16._element.focus(); - } else { - _this16.hide(); - } - }); - - if (doAnimate) { - Util.reflow(this._backdrop); - } - - $(this._backdrop).addClass(ClassName.SHOW); - - if (!callback) { - return; - } - - if (!doAnimate) { - callback(); - return; - } - - $(this._backdrop).one(Util.TRANSITION_END, callback).emulateTransitionEnd(BACKDROP_TRANSITION_DURATION); - } else if (!this._isShown && this._backdrop) { - $(this._backdrop).removeClass(ClassName.SHOW); - - var callbackRemove = function callbackRemove() { - _this16._removeBackdrop(); - if (callback) { - callback(); - } - }; - - if (Util.supportsTransitionEnd() && $(this._element).hasClass(ClassName.FADE)) { - $(this._backdrop).one(Util.TRANSITION_END, callbackRemove).emulateTransitionEnd(BACKDROP_TRANSITION_DURATION); - } else { - callbackRemove(); - } - } else if (callback) { - callback(); - } - }; - - // ---------------------------------------------------------------------- - // the following methods are used to handle overflowing modals - // todo (fat): these should probably be refactored out of modal.js - // ---------------------------------------------------------------------- - - Modal.prototype._handleUpdate = function _handleUpdate() { - this._adjustDialog(); - }; - - Modal.prototype._adjustDialog = function _adjustDialog() { - var isModalOverflowing = this._element.scrollHeight > document.documentElement.clientHeight; - - if (!this._isBodyOverflowing && isModalOverflowing) { - this._element.style.paddingLeft = this._scrollbarWidth + 'px'; - } - - if (this._isBodyOverflowing && !isModalOverflowing) { - this._element.style.paddingRight = this._scrollbarWidth + 'px'; - } - }; - - Modal.prototype._resetAdjustments = function _resetAdjustments() { - this._element.style.paddingLeft = ''; - this._element.style.paddingRight = ''; - }; - - Modal.prototype._checkScrollbar = function _checkScrollbar() { - this._isBodyOverflowing = document.body.clientWidth < window.innerWidth; - this._scrollbarWidth = this._getScrollbarWidth(); - }; - - Modal.prototype._setScrollbar = function _setScrollbar() { - var bodyPadding = parseInt($(Selector.FIXED_CONTENT).css('padding-right') || 0, 10); - - this._originalBodyPadding = document.body.style.paddingRight || ''; - - if (this._isBodyOverflowing) { - document.body.style.paddingRight = bodyPadding + this._scrollbarWidth + 'px'; - } - }; - - Modal.prototype._resetScrollbar = function _resetScrollbar() { - document.body.style.paddingRight = this._originalBodyPadding; - }; - - Modal.prototype._getScrollbarWidth = function _getScrollbarWidth() { - // thx d.walsh - var scrollDiv = document.createElement('div'); - scrollDiv.className = ClassName.SCROLLBAR_MEASURER; - document.body.appendChild(scrollDiv); - var scrollbarWidth = scrollDiv.offsetWidth - scrollDiv.clientWidth; - document.body.removeChild(scrollDiv); - return scrollbarWidth; - }; - - // static - - Modal._jQueryInterface = function _jQueryInterface(config, relatedTarget) { - return this.each(function () { - var data = $(this).data(DATA_KEY); - var _config = $.extend({}, Modal.Default, $(this).data(), (typeof config === 'undefined' ? 'undefined' : _typeof(config)) === 'object' && config); - - if (!data) { - data = new Modal(this, _config); - $(this).data(DATA_KEY, data); - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error('No method named "' + config + '"'); - } - data[config](relatedTarget); - } else if (_config.show) { - data.show(relatedTarget); - } - }); - }; - - _createClass(Modal, null, [{ - key: 'VERSION', - get: function get() { - return VERSION; - } - }, { - key: 'Default', - get: function get() { - return Default; - } - }]); - - return Modal; - }(); - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document).on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE, function (event) { - var _this17 = this; - - var target = void 0; - var selector = Util.getSelectorFromElement(this); - - if (selector) { - target = $(selector)[0]; - } - - var config = $(target).data(DATA_KEY) ? 'toggle' : $.extend({}, $(target).data(), $(this).data()); - - if (this.tagName === 'A' || this.tagName === 'AREA') { - event.preventDefault(); - } - - var $target = $(target).one(Event.SHOW, function (showEvent) { - if (showEvent.isDefaultPrevented()) { - // only register focus restorer if modal will actually get shown - return; - } - - $target.one(Event.HIDDEN, function () { - if ($(_this17).is(':visible')) { - _this17.focus(); - } - }); - }); - - Modal._jQueryInterface.call($(target), config, this); - }); - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Modal._jQueryInterface; - $.fn[NAME].Constructor = Modal; - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT; - return Modal._jQueryInterface; - }; - - return Modal; -}(jQuery); - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): scrollspy.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var ScrollSpy = function ($) { - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - var NAME = 'scrollspy'; - var VERSION = '4.0.0-alpha.6'; - var DATA_KEY = 'bs.scrollspy'; - var EVENT_KEY = '.' + DATA_KEY; - var DATA_API_KEY = '.data-api'; - var JQUERY_NO_CONFLICT = $.fn[NAME]; - - var Default = { - offset: 10, - method: 'auto', - target: '' - }; - - var DefaultType = { - offset: 'number', - method: 'string', - target: '(string|element)' - }; - - var Event = { - ACTIVATE: 'activate' + EVENT_KEY, - SCROLL: 'scroll' + EVENT_KEY, - LOAD_DATA_API: 'load' + EVENT_KEY + DATA_API_KEY - }; - - var ClassName = { - DROPDOWN_ITEM: 'dropdown-item', - DROPDOWN_MENU: 'dropdown-menu', - NAV_LINK: 'nav-link', - NAV: 'nav', - ACTIVE: 'active' - }; - - var Selector = { - DATA_SPY: '[data-spy="scroll"]', - ACTIVE: '.active', - LIST_ITEM: '.list-item', - LI: 'li', - LI_DROPDOWN: 'li.dropdown', - NAV_LINKS: '.nav-link', - DROPDOWN: '.dropdown', - DROPDOWN_ITEMS: '.dropdown-item', - DROPDOWN_TOGGLE: '.dropdown-toggle' - }; - - var OffsetMethod = { - OFFSET: 'offset', - POSITION: 'position' - }; - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - var ScrollSpy = function () { - function ScrollSpy(element, config) { - var _this18 = this; - - _classCallCheck(this, ScrollSpy); - - this._element = element; - this._scrollElement = element.tagName === 'BODY' ? window : element; - this._config = this._getConfig(config); - this._selector = this._config.target + ' ' + Selector.NAV_LINKS + ',' + (this._config.target + ' ' + Selector.DROPDOWN_ITEMS); - this._offsets = []; - this._targets = []; - this._activeTarget = null; - this._scrollHeight = 0; - - $(this._scrollElement).on(Event.SCROLL, function (event) { - return _this18._process(event); - }); - - this.refresh(); - this._process(); - } - - // getters - - // public - - ScrollSpy.prototype.refresh = function refresh() { - var _this19 = this; - - var autoMethod = this._scrollElement !== this._scrollElement.window ? OffsetMethod.POSITION : OffsetMethod.OFFSET; - - var offsetMethod = this._config.method === 'auto' ? autoMethod : this._config.method; - - var offsetBase = offsetMethod === OffsetMethod.POSITION ? this._getScrollTop() : 0; - - this._offsets = []; - this._targets = []; - - this._scrollHeight = this._getScrollHeight(); - - var targets = $.makeArray($(this._selector)); - - targets.map(function (element) { - var target = void 0; - var targetSelector = Util.getSelectorFromElement(element); - - if (targetSelector) { - target = $(targetSelector)[0]; - } - - if (target && (target.offsetWidth || target.offsetHeight)) { - // todo (fat): remove sketch reliance on jQuery position/offset - return [$(target)[offsetMethod]().top + offsetBase, targetSelector]; - } - return null; - }).filter(function (item) { - return item; - }).sort(function (a, b) { - return a[0] - b[0]; - }).forEach(function (item) { - _this19._offsets.push(item[0]); - _this19._targets.push(item[1]); - }); - }; - - ScrollSpy.prototype.dispose = function dispose() { - $.removeData(this._element, DATA_KEY); - $(this._scrollElement).off(EVENT_KEY); - - this._element = null; - this._scrollElement = null; - this._config = null; - this._selector = null; - this._offsets = null; - this._targets = null; - this._activeTarget = null; - this._scrollHeight = null; - }; - - // private - - ScrollSpy.prototype._getConfig = function _getConfig(config) { - config = $.extend({}, Default, config); - - if (typeof config.target !== 'string') { - var id = $(config.target).attr('id'); - if (!id) { - id = Util.getUID(NAME); - $(config.target).attr('id', id); - } - config.target = '#' + id; - } - - Util.typeCheckConfig(NAME, config, DefaultType); - - return config; - }; - - ScrollSpy.prototype._getScrollTop = function _getScrollTop() { - return this._scrollElement === window ? this._scrollElement.pageYOffset : this._scrollElement.scrollTop; - }; - - ScrollSpy.prototype._getScrollHeight = function _getScrollHeight() { - return this._scrollElement.scrollHeight || Math.max(document.body.scrollHeight, document.documentElement.scrollHeight); - }; - - ScrollSpy.prototype._getOffsetHeight = function _getOffsetHeight() { - return this._scrollElement === window ? window.innerHeight : this._scrollElement.offsetHeight; - }; - - ScrollSpy.prototype._process = function _process() { - var scrollTop = this._getScrollTop() + this._config.offset; - var scrollHeight = this._getScrollHeight(); - var maxScroll = this._config.offset + scrollHeight - this._getOffsetHeight(); - - if (this._scrollHeight !== scrollHeight) { - this.refresh(); - } - - if (scrollTop >= maxScroll) { - var target = this._targets[this._targets.length - 1]; - - if (this._activeTarget !== target) { - this._activate(target); - } - return; - } - - if (this._activeTarget && scrollTop < this._offsets[0] && this._offsets[0] > 0) { - this._activeTarget = null; - this._clear(); - return; - } - - for (var i = this._offsets.length; i--;) { - var isActiveTarget = this._activeTarget !== this._targets[i] && scrollTop >= this._offsets[i] && (this._offsets[i + 1] === undefined || scrollTop < this._offsets[i + 1]); - - if (isActiveTarget) { - this._activate(this._targets[i]); - } - } - }; - - ScrollSpy.prototype._activate = function _activate(target) { - this._activeTarget = target; - - this._clear(); - - var queries = this._selector.split(','); - queries = queries.map(function (selector) { - return selector + '[data-target="' + target + '"],' + (selector + '[href="' + target + '"]'); - }); - - var $link = $(queries.join(',')); - - if ($link.hasClass(ClassName.DROPDOWN_ITEM)) { - $link.closest(Selector.DROPDOWN).find(Selector.DROPDOWN_TOGGLE).addClass(ClassName.ACTIVE); - $link.addClass(ClassName.ACTIVE); - } else { - // todo (fat) this is kinda sus... - // recursively add actives to tested nav-links - $link.parents(Selector.LI).find('> ' + Selector.NAV_LINKS).addClass(ClassName.ACTIVE); - } - - $(this._scrollElement).trigger(Event.ACTIVATE, { - relatedTarget: target - }); - }; - - ScrollSpy.prototype._clear = function _clear() { - $(this._selector).filter(Selector.ACTIVE).removeClass(ClassName.ACTIVE); - }; - - // static - - ScrollSpy._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var data = $(this).data(DATA_KEY); - var _config = (typeof config === 'undefined' ? 'undefined' : _typeof(config)) === 'object' && config; - - if (!data) { - data = new ScrollSpy(this, _config); - $(this).data(DATA_KEY, data); - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error('No method named "' + config + '"'); - } - data[config](); - } - }); - }; - - _createClass(ScrollSpy, null, [{ - key: 'VERSION', - get: function get() { - return VERSION; - } - }, { - key: 'Default', - get: function get() { - return Default; - } - }]); - - return ScrollSpy; - }(); - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(window).on(Event.LOAD_DATA_API, function () { - var scrollSpys = $.makeArray($(Selector.DATA_SPY)); - - for (var i = scrollSpys.length; i--;) { - var $spy = $(scrollSpys[i]); - ScrollSpy._jQueryInterface.call($spy, $spy.data()); - } - }); - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = ScrollSpy._jQueryInterface; - $.fn[NAME].Constructor = ScrollSpy; - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT; - return ScrollSpy._jQueryInterface; - }; - - return ScrollSpy; -}(jQuery); - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): tab.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var Tab = function ($) { - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - var NAME = 'tab'; - var VERSION = '4.0.0-alpha.6'; - var DATA_KEY = 'bs.tab'; - var EVENT_KEY = '.' + DATA_KEY; - var DATA_API_KEY = '.data-api'; - var JQUERY_NO_CONFLICT = $.fn[NAME]; - var TRANSITION_DURATION = 150; - - var Event = { - HIDE: 'hide' + EVENT_KEY, - HIDDEN: 'hidden' + EVENT_KEY, - SHOW: 'show' + EVENT_KEY, - SHOWN: 'shown' + EVENT_KEY, - CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY - }; - - var ClassName = { - DROPDOWN_MENU: 'dropdown-menu', - ACTIVE: 'active', - DISABLED: 'disabled', - FADE: 'fade', - SHOW: 'show' - }; - - var Selector = { - A: 'a', - LI: 'li', - DROPDOWN: '.dropdown', - LIST: 'ul:not(.dropdown-menu), ol:not(.dropdown-menu), nav:not(.dropdown-menu)', - FADE_CHILD: '> .nav-item .fade, > .fade', - ACTIVE: '.active', - ACTIVE_CHILD: '> .nav-item > .active, > .active', - DATA_TOGGLE: '[data-toggle="tab"], [data-toggle="pill"]', - DROPDOWN_TOGGLE: '.dropdown-toggle', - DROPDOWN_ACTIVE_CHILD: '> .dropdown-menu .active' - }; - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - var Tab = function () { - function Tab(element) { - _classCallCheck(this, Tab); - - this._element = element; - } - - // getters - - // public - - Tab.prototype.show = function show() { - var _this20 = this; - - if (this._element.parentNode && this._element.parentNode.nodeType === Node.ELEMENT_NODE && $(this._element).hasClass(ClassName.ACTIVE) || $(this._element).hasClass(ClassName.DISABLED)) { - return; - } - - var target = void 0; - var previous = void 0; - var listElement = $(this._element).closest(Selector.LIST)[0]; - var selector = Util.getSelectorFromElement(this._element); - - if (listElement) { - previous = $.makeArray($(listElement).find(Selector.ACTIVE)); - previous = previous[previous.length - 1]; - } - - var hideEvent = $.Event(Event.HIDE, { - relatedTarget: this._element - }); - - var showEvent = $.Event(Event.SHOW, { - relatedTarget: previous - }); - - if (previous) { - $(previous).trigger(hideEvent); - } - - $(this._element).trigger(showEvent); - - if (showEvent.isDefaultPrevented() || hideEvent.isDefaultPrevented()) { - return; - } - - if (selector) { - target = $(selector)[0]; - } - - this._activate(this._element, listElement); - - var complete = function complete() { - var hiddenEvent = $.Event(Event.HIDDEN, { - relatedTarget: _this20._element - }); - - var shownEvent = $.Event(Event.SHOWN, { - relatedTarget: previous - }); - - $(previous).trigger(hiddenEvent); - $(_this20._element).trigger(shownEvent); - }; - - if (target) { - this._activate(target, target.parentNode, complete); - } else { - complete(); - } - }; - - Tab.prototype.dispose = function dispose() { - $.removeClass(this._element, DATA_KEY); - this._element = null; - }; - - // private - - Tab.prototype._activate = function _activate(element, container, callback) { - var _this21 = this; - - var active = $(container).find(Selector.ACTIVE_CHILD)[0]; - var isTransitioning = callback && Util.supportsTransitionEnd() && (active && $(active).hasClass(ClassName.FADE) || Boolean($(container).find(Selector.FADE_CHILD)[0])); - - var complete = function complete() { - return _this21._transitionComplete(element, active, isTransitioning, callback); - }; - - if (active && isTransitioning) { - $(active).one(Util.TRANSITION_END, complete).emulateTransitionEnd(TRANSITION_DURATION); - } else { - complete(); - } - - if (active) { - $(active).removeClass(ClassName.SHOW); - } - }; - - Tab.prototype._transitionComplete = function _transitionComplete(element, active, isTransitioning, callback) { - if (active) { - $(active).removeClass(ClassName.ACTIVE); - - var dropdownChild = $(active.parentNode).find(Selector.DROPDOWN_ACTIVE_CHILD)[0]; - - if (dropdownChild) { - $(dropdownChild).removeClass(ClassName.ACTIVE); - } - - active.setAttribute('aria-expanded', false); - } - - $(element).addClass(ClassName.ACTIVE); - element.setAttribute('aria-expanded', true); - - if (isTransitioning) { - Util.reflow(element); - $(element).addClass(ClassName.SHOW); - } else { - $(element).removeClass(ClassName.FADE); - } - - if (element.parentNode && $(element.parentNode).hasClass(ClassName.DROPDOWN_MENU)) { - - var dropdownElement = $(element).closest(Selector.DROPDOWN)[0]; - if (dropdownElement) { - $(dropdownElement).find(Selector.DROPDOWN_TOGGLE).addClass(ClassName.ACTIVE); - } - - element.setAttribute('aria-expanded', true); - } - - if (callback) { - callback(); - } - }; - - // static - - Tab._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var $this = $(this); - var data = $this.data(DATA_KEY); - - if (!data) { - data = new Tab(this); - $this.data(DATA_KEY, data); - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error('No method named "' + config + '"'); - } - data[config](); - } - }); - }; - - _createClass(Tab, null, [{ - key: 'VERSION', - get: function get() { - return VERSION; - } - }]); - - return Tab; - }(); - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document).on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE, function (event) { - event.preventDefault(); - Tab._jQueryInterface.call($(this), 'show'); - }); - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Tab._jQueryInterface; - $.fn[NAME].Constructor = Tab; - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT; - return Tab._jQueryInterface; - }; - - return Tab; -}(jQuery); - -/* global Tether */ - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): tooltip.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var Tooltip = function ($) { - - /** - * Check for Tether dependency - * Tether - http://tether.io/ - */ - if (typeof Tether === 'undefined') { - throw new Error('Bootstrap tooltips require Tether (http://tether.io/)'); - } - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - var NAME = 'tooltip'; - var VERSION = '4.0.0-alpha.6'; - var DATA_KEY = 'bs.tooltip'; - var EVENT_KEY = '.' + DATA_KEY; - var JQUERY_NO_CONFLICT = $.fn[NAME]; - var TRANSITION_DURATION = 150; - var CLASS_PREFIX = 'bs-tether'; - - var Default = { - animation: true, - template: '', - trigger: 'hover focus', - title: '', - delay: 0, - html: false, - selector: false, - placement: 'top', - offset: '0 0', - constraints: [], - container: false - }; - - var DefaultType = { - animation: 'boolean', - template: 'string', - title: '(string|element|function)', - trigger: 'string', - delay: '(number|object)', - html: 'boolean', - selector: '(string|boolean)', - placement: '(string|function)', - offset: 'string', - constraints: 'array', - container: '(string|element|boolean)' - }; - - var AttachmentMap = { - TOP: 'bottom center', - RIGHT: 'middle left', - BOTTOM: 'top center', - LEFT: 'middle right' - }; - - var HoverState = { - SHOW: 'show', - OUT: 'out' - }; - - var Event = { - HIDE: 'hide' + EVENT_KEY, - HIDDEN: 'hidden' + EVENT_KEY, - SHOW: 'show' + EVENT_KEY, - SHOWN: 'shown' + EVENT_KEY, - INSERTED: 'inserted' + EVENT_KEY, - CLICK: 'click' + EVENT_KEY, - FOCUSIN: 'focusin' + EVENT_KEY, - FOCUSOUT: 'focusout' + EVENT_KEY, - MOUSEENTER: 'mouseenter' + EVENT_KEY, - MOUSELEAVE: 'mouseleave' + EVENT_KEY - }; - - var ClassName = { - FADE: 'fade', - SHOW: 'show' - }; - - var Selector = { - TOOLTIP: '.tooltip', - TOOLTIP_INNER: '.tooltip-inner' - }; - - var TetherClass = { - element: false, - enabled: false - }; - - var Trigger = { - HOVER: 'hover', - FOCUS: 'focus', - CLICK: 'click', - MANUAL: 'manual' - }; - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - var Tooltip = function () { - function Tooltip(element, config) { - _classCallCheck(this, Tooltip); - - // private - this._isEnabled = true; - this._timeout = 0; - this._hoverState = ''; - this._activeTrigger = {}; - this._isTransitioning = false; - this._tether = null; - - // protected - this.element = element; - this.config = this._getConfig(config); - this.tip = null; - - this._setListeners(); - } - - // getters - - // public - - Tooltip.prototype.enable = function enable() { - this._isEnabled = true; - }; - - Tooltip.prototype.disable = function disable() { - this._isEnabled = false; - }; - - Tooltip.prototype.toggleEnabled = function toggleEnabled() { - this._isEnabled = !this._isEnabled; - }; - - Tooltip.prototype.toggle = function toggle(event) { - if (event) { - var dataKey = this.constructor.DATA_KEY; - var context = $(event.currentTarget).data(dataKey); - - if (!context) { - context = new this.constructor(event.currentTarget, this._getDelegateConfig()); - $(event.currentTarget).data(dataKey, context); - } - - context._activeTrigger.click = !context._activeTrigger.click; - - if (context._isWithActiveTrigger()) { - context._enter(null, context); - } else { - context._leave(null, context); - } - } else { - - if ($(this.getTipElement()).hasClass(ClassName.SHOW)) { - this._leave(null, this); - return; - } - - this._enter(null, this); - } - }; - - Tooltip.prototype.dispose = function dispose() { - clearTimeout(this._timeout); - - this.cleanupTether(); - - $.removeData(this.element, this.constructor.DATA_KEY); - - $(this.element).off(this.constructor.EVENT_KEY); - $(this.element).closest('.modal').off('hide.bs.modal'); - - if (this.tip) { - $(this.tip).remove(); - } - - this._isEnabled = null; - this._timeout = null; - this._hoverState = null; - this._activeTrigger = null; - this._tether = null; - - this.element = null; - this.config = null; - this.tip = null; - }; - - Tooltip.prototype.show = function show() { - var _this22 = this; - - if ($(this.element).css('display') === 'none') { - throw new Error('Please use show on visible elements'); - } - - var showEvent = $.Event(this.constructor.Event.SHOW); - if (this.isWithContent() && this._isEnabled) { - if (this._isTransitioning) { - throw new Error('Tooltip is transitioning'); - } - $(this.element).trigger(showEvent); - - var isInTheDom = $.contains(this.element.ownerDocument.documentElement, this.element); - - if (showEvent.isDefaultPrevented() || !isInTheDom) { - return; - } - - var tip = this.getTipElement(); - var tipId = Util.getUID(this.constructor.NAME); - - tip.setAttribute('id', tipId); - this.element.setAttribute('aria-describedby', tipId); - - this.setContent(); - - if (this.config.animation) { - $(tip).addClass(ClassName.FADE); - } - - var placement = typeof this.config.placement === 'function' ? this.config.placement.call(this, tip, this.element) : this.config.placement; - - var attachment = this._getAttachment(placement); - - var container = this.config.container === false ? document.body : $(this.config.container); - - $(tip).data(this.constructor.DATA_KEY, this).appendTo(container); - - $(this.element).trigger(this.constructor.Event.INSERTED); - - this._tether = new Tether({ - attachment: attachment, - element: tip, - target: this.element, - classes: TetherClass, - classPrefix: CLASS_PREFIX, - offset: this.config.offset, - constraints: this.config.constraints, - addTargetClasses: false - }); - - Util.reflow(tip); - this._tether.position(); - - $(tip).addClass(ClassName.SHOW); - - var complete = function complete() { - var prevHoverState = _this22._hoverState; - _this22._hoverState = null; - _this22._isTransitioning = false; - - $(_this22.element).trigger(_this22.constructor.Event.SHOWN); - - if (prevHoverState === HoverState.OUT) { - _this22._leave(null, _this22); - } - }; - - if (Util.supportsTransitionEnd() && $(this.tip).hasClass(ClassName.FADE)) { - this._isTransitioning = true; - $(this.tip).one(Util.TRANSITION_END, complete).emulateTransitionEnd(Tooltip._TRANSITION_DURATION); - return; - } - - complete(); - } - }; - - Tooltip.prototype.hide = function hide(callback) { - var _this23 = this; - - var tip = this.getTipElement(); - var hideEvent = $.Event(this.constructor.Event.HIDE); - if (this._isTransitioning) { - throw new Error('Tooltip is transitioning'); - } - var complete = function complete() { - if (_this23._hoverState !== HoverState.SHOW && tip.parentNode) { - tip.parentNode.removeChild(tip); - } - - _this23.element.removeAttribute('aria-describedby'); - $(_this23.element).trigger(_this23.constructor.Event.HIDDEN); - _this23._isTransitioning = false; - _this23.cleanupTether(); - - if (callback) { - callback(); - } - }; - - $(this.element).trigger(hideEvent); - - if (hideEvent.isDefaultPrevented()) { - return; - } - - $(tip).removeClass(ClassName.SHOW); - - this._activeTrigger[Trigger.CLICK] = false; - this._activeTrigger[Trigger.FOCUS] = false; - this._activeTrigger[Trigger.HOVER] = false; - - if (Util.supportsTransitionEnd() && $(this.tip).hasClass(ClassName.FADE)) { - this._isTransitioning = true; - $(tip).one(Util.TRANSITION_END, complete).emulateTransitionEnd(TRANSITION_DURATION); - } else { - complete(); - } - - this._hoverState = ''; - }; - - // protected - - Tooltip.prototype.isWithContent = function isWithContent() { - return Boolean(this.getTitle()); - }; - - Tooltip.prototype.getTipElement = function getTipElement() { - return this.tip = this.tip || $(this.config.template)[0]; - }; - - Tooltip.prototype.setContent = function setContent() { - var $tip = $(this.getTipElement()); - - this.setElementContent($tip.find(Selector.TOOLTIP_INNER), this.getTitle()); - - $tip.removeClass(ClassName.FADE + ' ' + ClassName.SHOW); - - this.cleanupTether(); - }; - - Tooltip.prototype.setElementContent = function setElementContent($element, content) { - var html = this.config.html; - if ((typeof content === 'undefined' ? 'undefined' : _typeof(content)) === 'object' && (content.nodeType || content.jquery)) { - // content is a DOM node or a jQuery - if (html) { - if (!$(content).parent().is($element)) { - $element.empty().append(content); - } - } else { - $element.text($(content).text()); - } - } else { - $element[html ? 'html' : 'text'](content); - } - }; - - Tooltip.prototype.getTitle = function getTitle() { - var title = this.element.getAttribute('data-original-title'); - - if (!title) { - title = typeof this.config.title === 'function' ? this.config.title.call(this.element) : this.config.title; - } - - return title; - }; - - Tooltip.prototype.cleanupTether = function cleanupTether() { - if (this._tether) { - this._tether.destroy(); - } - }; - - // private - - Tooltip.prototype._getAttachment = function _getAttachment(placement) { - return AttachmentMap[placement.toUpperCase()]; - }; - - Tooltip.prototype._setListeners = function _setListeners() { - var _this24 = this; - - var triggers = this.config.trigger.split(' '); - - triggers.forEach(function (trigger) { - if (trigger === 'click') { - $(_this24.element).on(_this24.constructor.Event.CLICK, _this24.config.selector, function (event) { - return _this24.toggle(event); - }); - } else if (trigger !== Trigger.MANUAL) { - var eventIn = trigger === Trigger.HOVER ? _this24.constructor.Event.MOUSEENTER : _this24.constructor.Event.FOCUSIN; - var eventOut = trigger === Trigger.HOVER ? _this24.constructor.Event.MOUSELEAVE : _this24.constructor.Event.FOCUSOUT; - - $(_this24.element).on(eventIn, _this24.config.selector, function (event) { - return _this24._enter(event); - }).on(eventOut, _this24.config.selector, function (event) { - return _this24._leave(event); - }); - } - - $(_this24.element).closest('.modal').on('hide.bs.modal', function () { - return _this24.hide(); - }); - }); - - if (this.config.selector) { - this.config = $.extend({}, this.config, { - trigger: 'manual', - selector: '' - }); - } else { - this._fixTitle(); - } - }; - - Tooltip.prototype._fixTitle = function _fixTitle() { - var titleType = _typeof(this.element.getAttribute('data-original-title')); - if (this.element.getAttribute('title') || titleType !== 'string') { - this.element.setAttribute('data-original-title', this.element.getAttribute('title') || ''); - this.element.setAttribute('title', ''); - } - }; - - Tooltip.prototype._enter = function _enter(event, context) { - var dataKey = this.constructor.DATA_KEY; - - context = context || $(event.currentTarget).data(dataKey); - - if (!context) { - context = new this.constructor(event.currentTarget, this._getDelegateConfig()); - $(event.currentTarget).data(dataKey, context); - } - - if (event) { - context._activeTrigger[event.type === 'focusin' ? Trigger.FOCUS : Trigger.HOVER] = true; - } - - if ($(context.getTipElement()).hasClass(ClassName.SHOW) || context._hoverState === HoverState.SHOW) { - context._hoverState = HoverState.SHOW; - return; - } - - clearTimeout(context._timeout); - - context._hoverState = HoverState.SHOW; - - if (!context.config.delay || !context.config.delay.show) { - context.show(); - return; - } - - context._timeout = setTimeout(function () { - if (context._hoverState === HoverState.SHOW) { - context.show(); - } - }, context.config.delay.show); - }; - - Tooltip.prototype._leave = function _leave(event, context) { - var dataKey = this.constructor.DATA_KEY; - - context = context || $(event.currentTarget).data(dataKey); - - if (!context) { - context = new this.constructor(event.currentTarget, this._getDelegateConfig()); - $(event.currentTarget).data(dataKey, context); - } - - if (event) { - context._activeTrigger[event.type === 'focusout' ? Trigger.FOCUS : Trigger.HOVER] = false; - } - - if (context._isWithActiveTrigger()) { - return; - } - - clearTimeout(context._timeout); - - context._hoverState = HoverState.OUT; - - if (!context.config.delay || !context.config.delay.hide) { - context.hide(); - return; - } - - context._timeout = setTimeout(function () { - if (context._hoverState === HoverState.OUT) { - context.hide(); - } - }, context.config.delay.hide); - }; - - Tooltip.prototype._isWithActiveTrigger = function _isWithActiveTrigger() { - for (var trigger in this._activeTrigger) { - if (this._activeTrigger[trigger]) { - return true; - } - } - - return false; - }; - - Tooltip.prototype._getConfig = function _getConfig(config) { - config = $.extend({}, this.constructor.Default, $(this.element).data(), config); - - if (config.delay && typeof config.delay === 'number') { - config.delay = { - show: config.delay, - hide: config.delay - }; - } - - Util.typeCheckConfig(NAME, config, this.constructor.DefaultType); - - return config; - }; - - Tooltip.prototype._getDelegateConfig = function _getDelegateConfig() { - var config = {}; - - if (this.config) { - for (var key in this.config) { - if (this.constructor.Default[key] !== this.config[key]) { - config[key] = this.config[key]; - } - } - } - - return config; - }; - - // static - - Tooltip._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var data = $(this).data(DATA_KEY); - var _config = (typeof config === 'undefined' ? 'undefined' : _typeof(config)) === 'object' && config; - - if (!data && /dispose|hide/.test(config)) { - return; - } - - if (!data) { - data = new Tooltip(this, _config); - $(this).data(DATA_KEY, data); - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error('No method named "' + config + '"'); - } - data[config](); - } - }); - }; - - _createClass(Tooltip, null, [{ - key: 'VERSION', - get: function get() { - return VERSION; - } - }, { - key: 'Default', - get: function get() { - return Default; - } - }, { - key: 'NAME', - get: function get() { - return NAME; - } - }, { - key: 'DATA_KEY', - get: function get() { - return DATA_KEY; - } - }, { - key: 'Event', - get: function get() { - return Event; - } - }, { - key: 'EVENT_KEY', - get: function get() { - return EVENT_KEY; - } - }, { - key: 'DefaultType', - get: function get() { - return DefaultType; - } - }]); - - return Tooltip; - }(); - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Tooltip._jQueryInterface; - $.fn[NAME].Constructor = Tooltip; - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT; - return Tooltip._jQueryInterface; - }; - - return Tooltip; -}(jQuery); - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): popover.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var Popover = function ($) { - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - var NAME = 'popover'; - var VERSION = '4.0.0-alpha.6'; - var DATA_KEY = 'bs.popover'; - var EVENT_KEY = '.' + DATA_KEY; - var JQUERY_NO_CONFLICT = $.fn[NAME]; - - var Default = $.extend({}, Tooltip.Default, { - placement: 'right', - trigger: 'click', - content: '', - template: '' - }); - - var DefaultType = $.extend({}, Tooltip.DefaultType, { - content: '(string|element|function)' - }); - - var ClassName = { - FADE: 'fade', - SHOW: 'show' - }; - - var Selector = { - TITLE: '.popover-title', - CONTENT: '.popover-content' - }; - - var Event = { - HIDE: 'hide' + EVENT_KEY, - HIDDEN: 'hidden' + EVENT_KEY, - SHOW: 'show' + EVENT_KEY, - SHOWN: 'shown' + EVENT_KEY, - INSERTED: 'inserted' + EVENT_KEY, - CLICK: 'click' + EVENT_KEY, - FOCUSIN: 'focusin' + EVENT_KEY, - FOCUSOUT: 'focusout' + EVENT_KEY, - MOUSEENTER: 'mouseenter' + EVENT_KEY, - MOUSELEAVE: 'mouseleave' + EVENT_KEY - }; - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - var Popover = function (_Tooltip) { - _inherits(Popover, _Tooltip); - - function Popover() { - _classCallCheck(this, Popover); - - return _possibleConstructorReturn(this, _Tooltip.apply(this, arguments)); - } - - // overrides - - Popover.prototype.isWithContent = function isWithContent() { - return this.getTitle() || this._getContent(); - }; - - Popover.prototype.getTipElement = function getTipElement() { - return this.tip = this.tip || $(this.config.template)[0]; - }; - - Popover.prototype.setContent = function setContent() { - var $tip = $(this.getTipElement()); - - // we use append for html objects to maintain js events - this.setElementContent($tip.find(Selector.TITLE), this.getTitle()); - this.setElementContent($tip.find(Selector.CONTENT), this._getContent()); - - $tip.removeClass(ClassName.FADE + ' ' + ClassName.SHOW); - - this.cleanupTether(); - }; - - // private - - Popover.prototype._getContent = function _getContent() { - return this.element.getAttribute('data-content') || (typeof this.config.content === 'function' ? this.config.content.call(this.element) : this.config.content); - }; - - // static - - Popover._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var data = $(this).data(DATA_KEY); - var _config = (typeof config === 'undefined' ? 'undefined' : _typeof(config)) === 'object' ? config : null; - - if (!data && /destroy|hide/.test(config)) { - return; - } - - if (!data) { - data = new Popover(this, _config); - $(this).data(DATA_KEY, data); - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error('No method named "' + config + '"'); - } - data[config](); - } - }); - }; - - _createClass(Popover, null, [{ - key: 'VERSION', - - - // getters - - get: function get() { - return VERSION; - } - }, { - key: 'Default', - get: function get() { - return Default; - } - }, { - key: 'NAME', - get: function get() { - return NAME; - } - }, { - key: 'DATA_KEY', - get: function get() { - return DATA_KEY; - } - }, { - key: 'Event', - get: function get() { - return Event; - } - }, { - key: 'EVENT_KEY', - get: function get() { - return EVENT_KEY; - } - }, { - key: 'DefaultType', - get: function get() { - return DefaultType; - } - }]); - - return Popover; - }(Tooltip); - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Popover._jQueryInterface; - $.fn[NAME].Constructor = Popover; - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT; - return Popover._jQueryInterface; - }; - - return Popover; -}(jQuery); - -}(); diff --git a/node_modules/bootstrap/dist/js/bootstrap.min.js b/node_modules/bootstrap/dist/js/bootstrap.min.js deleted file mode 100644 index d9c72df..0000000 --- a/node_modules/bootstrap/dist/js/bootstrap.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com) - * Copyright 2011-2017 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ -if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");+function(t){var e=t.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1==e[0]&&9==e[1]&&e[2]<1||e[0]>=4)throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}(jQuery),+function(){function t(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!=typeof e&&"function"!=typeof e?t:e}function e(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 n(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o=function(){function t(t,e){for(var n=0;nthis._items.length-1||e<0)){if(this._isSliding)return void t(this._element).one(m.SLID,function(){return n.to(e)});if(i===e)return this.pause(),void this.cycle();var o=e>i?p.NEXT:p.PREVIOUS;this._slide(o,this._items[e])}},h.prototype.dispose=function(){t(this._element).off(l),t.removeData(this._element,a),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},h.prototype._getConfig=function(n){return n=t.extend({},_,n),r.typeCheckConfig(e,n,g),n},h.prototype._addEventListeners=function(){var e=this;this._config.keyboard&&t(this._element).on(m.KEYDOWN,function(t){return e._keydown(t)}),"hover"!==this._config.pause||"ontouchstart"in document.documentElement||t(this._element).on(m.MOUSEENTER,function(t){return e.pause(t)}).on(m.MOUSELEAVE,function(t){return e.cycle(t)})},h.prototype._keydown=function(t){if(!/input|textarea/i.test(t.target.tagName))switch(t.which){case d:t.preventDefault(),this.prev();break;case f:t.preventDefault(),this.next();break;default:return}},h.prototype._getItemIndex=function(e){return this._items=t.makeArray(t(e).parent().find(v.ITEM)),this._items.indexOf(e)},h.prototype._getItemByDirection=function(t,e){var n=t===p.NEXT,i=t===p.PREVIOUS,o=this._getItemIndex(e),r=this._items.length-1,s=i&&0===o||n&&o===r;if(s&&!this._config.wrap)return e;var a=t===p.PREVIOUS?-1:1,l=(o+a)%this._items.length;return l===-1?this._items[this._items.length-1]:this._items[l]},h.prototype._triggerSlideEvent=function(e,n){var i=t.Event(m.SLIDE,{relatedTarget:e,direction:n});return t(this._element).trigger(i),i},h.prototype._setActiveIndicatorElement=function(e){if(this._indicatorsElement){t(this._indicatorsElement).find(v.ACTIVE).removeClass(E.ACTIVE);var n=this._indicatorsElement.children[this._getItemIndex(e)];n&&t(n).addClass(E.ACTIVE)}},h.prototype._slide=function(e,n){var i=this,o=t(this._element).find(v.ACTIVE_ITEM)[0],s=n||o&&this._getItemByDirection(e,o),a=Boolean(this._interval),l=void 0,h=void 0,c=void 0;if(e===p.NEXT?(l=E.LEFT,h=E.NEXT,c=p.LEFT):(l=E.RIGHT,h=E.PREV,c=p.RIGHT),s&&t(s).hasClass(E.ACTIVE))return void(this._isSliding=!1);var d=this._triggerSlideEvent(s,c);if(!d.isDefaultPrevented()&&o&&s){this._isSliding=!0,a&&this.pause(),this._setActiveIndicatorElement(s);var f=t.Event(m.SLID,{relatedTarget:s,direction:c});r.supportsTransitionEnd()&&t(this._element).hasClass(E.SLIDE)?(t(s).addClass(h),r.reflow(s),t(o).addClass(l),t(s).addClass(l),t(o).one(r.TRANSITION_END,function(){t(s).removeClass(l+" "+h).addClass(E.ACTIVE),t(o).removeClass(E.ACTIVE+" "+h+" "+l),i._isSliding=!1,setTimeout(function(){return t(i._element).trigger(f)},0)}).emulateTransitionEnd(u)):(t(o).removeClass(E.ACTIVE),t(s).addClass(E.ACTIVE),this._isSliding=!1,t(this._element).trigger(f)),a&&this.cycle()}},h._jQueryInterface=function(e){return this.each(function(){var n=t(this).data(a),o=t.extend({},_,t(this).data());"object"===("undefined"==typeof e?"undefined":i(e))&&t.extend(o,e);var r="string"==typeof e?e:o.slide;if(n||(n=new h(this,o),t(this).data(a,n)),"number"==typeof e)n.to(e);else if("string"==typeof r){if(void 0===n[r])throw new Error('No method named "'+r+'"');n[r]()}else o.interval&&(n.pause(),n.cycle())})},h._dataApiClickHandler=function(e){var n=r.getSelectorFromElement(this);if(n){var i=t(n)[0];if(i&&t(i).hasClass(E.CAROUSEL)){var o=t.extend({},t(i).data(),t(this).data()),s=this.getAttribute("data-slide-to");s&&(o.interval=!1),h._jQueryInterface.call(t(i),o),s&&t(i).data(a).to(s),e.preventDefault()}}},o(h,null,[{key:"VERSION",get:function(){return s}},{key:"Default",get:function(){return _}}]),h}();return t(document).on(m.CLICK_DATA_API,v.DATA_SLIDE,T._dataApiClickHandler),t(window).on(m.LOAD_DATA_API,function(){t(v.DATA_RIDE).each(function(){var e=t(this);T._jQueryInterface.call(e,e.data())})}),t.fn[e]=T._jQueryInterface,t.fn[e].Constructor=T,t.fn[e].noConflict=function(){return t.fn[e]=c,T._jQueryInterface},T}(jQuery),function(t){var e="collapse",s="4.0.0-alpha.6",a="bs.collapse",l="."+a,h=".data-api",c=t.fn[e],u=600,d={toggle:!0,parent:""},f={toggle:"boolean",parent:"string"},_={SHOW:"show"+l,SHOWN:"shown"+l,HIDE:"hide"+l,HIDDEN:"hidden"+l,CLICK_DATA_API:"click"+l+h},g={SHOW:"show",COLLAPSE:"collapse",COLLAPSING:"collapsing",COLLAPSED:"collapsed"},p={WIDTH:"width",HEIGHT:"height"},m={ACTIVES:".card > .show, .card > .collapsing",DATA_TOGGLE:'[data-toggle="collapse"]'},E=function(){function l(e,i){n(this,l),this._isTransitioning=!1,this._element=e,this._config=this._getConfig(i),this._triggerArray=t.makeArray(t('[data-toggle="collapse"][href="#'+e.id+'"],'+('[data-toggle="collapse"][data-target="#'+e.id+'"]'))),this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}return l.prototype.toggle=function(){t(this._element).hasClass(g.SHOW)?this.hide():this.show()},l.prototype.show=function(){var e=this;if(this._isTransitioning)throw new Error("Collapse is transitioning");if(!t(this._element).hasClass(g.SHOW)){var n=void 0,i=void 0;if(this._parent&&(n=t.makeArray(t(this._parent).find(m.ACTIVES)),n.length||(n=null)),!(n&&(i=t(n).data(a),i&&i._isTransitioning))){var o=t.Event(_.SHOW);if(t(this._element).trigger(o),!o.isDefaultPrevented()){n&&(l._jQueryInterface.call(t(n),"hide"),i||t(n).data(a,null));var s=this._getDimension();t(this._element).removeClass(g.COLLAPSE).addClass(g.COLLAPSING),this._element.style[s]=0,this._element.setAttribute("aria-expanded",!0),this._triggerArray.length&&t(this._triggerArray).removeClass(g.COLLAPSED).attr("aria-expanded",!0),this.setTransitioning(!0);var h=function(){t(e._element).removeClass(g.COLLAPSING).addClass(g.COLLAPSE).addClass(g.SHOW),e._element.style[s]="",e.setTransitioning(!1),t(e._element).trigger(_.SHOWN)};if(!r.supportsTransitionEnd())return void h();var c=s[0].toUpperCase()+s.slice(1),d="scroll"+c;t(this._element).one(r.TRANSITION_END,h).emulateTransitionEnd(u),this._element.style[s]=this._element[d]+"px"}}}},l.prototype.hide=function(){var e=this;if(this._isTransitioning)throw new Error("Collapse is transitioning");if(t(this._element).hasClass(g.SHOW)){var n=t.Event(_.HIDE);if(t(this._element).trigger(n),!n.isDefaultPrevented()){var i=this._getDimension(),o=i===p.WIDTH?"offsetWidth":"offsetHeight";this._element.style[i]=this._element[o]+"px",r.reflow(this._element),t(this._element).addClass(g.COLLAPSING).removeClass(g.COLLAPSE).removeClass(g.SHOW),this._element.setAttribute("aria-expanded",!1),this._triggerArray.length&&t(this._triggerArray).addClass(g.COLLAPSED).attr("aria-expanded",!1),this.setTransitioning(!0);var s=function(){e.setTransitioning(!1),t(e._element).removeClass(g.COLLAPSING).addClass(g.COLLAPSE).trigger(_.HIDDEN)};return this._element.style[i]="",r.supportsTransitionEnd()?void t(this._element).one(r.TRANSITION_END,s).emulateTransitionEnd(u):void s()}}},l.prototype.setTransitioning=function(t){this._isTransitioning=t},l.prototype.dispose=function(){t.removeData(this._element,a),this._config=null,this._parent=null,this._element=null,this._triggerArray=null,this._isTransitioning=null},l.prototype._getConfig=function(n){return n=t.extend({},d,n),n.toggle=Boolean(n.toggle),r.typeCheckConfig(e,n,f),n},l.prototype._getDimension=function(){var e=t(this._element).hasClass(p.WIDTH);return e?p.WIDTH:p.HEIGHT},l.prototype._getParent=function(){var e=this,n=t(this._config.parent)[0],i='[data-toggle="collapse"][data-parent="'+this._config.parent+'"]';return t(n).find(i).each(function(t,n){e._addAriaAndCollapsedClass(l._getTargetFromElement(n),[n])}),n},l.prototype._addAriaAndCollapsedClass=function(e,n){if(e){var i=t(e).hasClass(g.SHOW);e.setAttribute("aria-expanded",i),n.length&&t(n).toggleClass(g.COLLAPSED,!i).attr("aria-expanded",i)}},l._getTargetFromElement=function(e){var n=r.getSelectorFromElement(e);return n?t(n)[0]:null},l._jQueryInterface=function(e){return this.each(function(){var n=t(this),o=n.data(a),r=t.extend({},d,n.data(),"object"===("undefined"==typeof e?"undefined":i(e))&&e);if(!o&&r.toggle&&/show|hide/.test(e)&&(r.toggle=!1),o||(o=new l(this,r),n.data(a,o)),"string"==typeof e){if(void 0===o[e])throw new Error('No method named "'+e+'"');o[e]()}})},o(l,null,[{key:"VERSION",get:function(){return s}},{key:"Default",get:function(){return d}}]),l}();return t(document).on(_.CLICK_DATA_API,m.DATA_TOGGLE,function(e){e.preventDefault();var n=E._getTargetFromElement(this),i=t(n).data(a),o=i?"toggle":t(this).data();E._jQueryInterface.call(t(n),o)}),t.fn[e]=E._jQueryInterface,t.fn[e].Constructor=E,t.fn[e].noConflict=function(){return t.fn[e]=c,E._jQueryInterface},E}(jQuery),function(t){var e="dropdown",i="4.0.0-alpha.6",s="bs.dropdown",a="."+s,l=".data-api",h=t.fn[e],c=27,u=38,d=40,f=3,_={HIDE:"hide"+a,HIDDEN:"hidden"+a,SHOW:"show"+a,SHOWN:"shown"+a,CLICK:"click"+a,CLICK_DATA_API:"click"+a+l,FOCUSIN_DATA_API:"focusin"+a+l,KEYDOWN_DATA_API:"keydown"+a+l},g={BACKDROP:"dropdown-backdrop",DISABLED:"disabled",SHOW:"show"},p={BACKDROP:".dropdown-backdrop",DATA_TOGGLE:'[data-toggle="dropdown"]',FORM_CHILD:".dropdown form",ROLE_MENU:'[role="menu"]',ROLE_LISTBOX:'[role="listbox"]',NAVBAR_NAV:".navbar-nav",VISIBLE_ITEMS:'[role="menu"] li:not(.disabled) a, [role="listbox"] li:not(.disabled) a'},m=function(){function e(t){n(this,e),this._element=t,this._addEventListeners()}return e.prototype.toggle=function(){if(this.disabled||t(this).hasClass(g.DISABLED))return!1;var n=e._getParentFromElement(this),i=t(n).hasClass(g.SHOW);if(e._clearMenus(),i)return!1;if("ontouchstart"in document.documentElement&&!t(n).closest(p.NAVBAR_NAV).length){var o=document.createElement("div");o.className=g.BACKDROP,t(o).insertBefore(this),t(o).on("click",e._clearMenus)}var r={relatedTarget:this},s=t.Event(_.SHOW,r);return t(n).trigger(s),!s.isDefaultPrevented()&&(this.focus(),this.setAttribute("aria-expanded",!0),t(n).toggleClass(g.SHOW),t(n).trigger(t.Event(_.SHOWN,r)),!1)},e.prototype.dispose=function(){t.removeData(this._element,s),t(this._element).off(a),this._element=null},e.prototype._addEventListeners=function(){t(this._element).on(_.CLICK,this.toggle)},e._jQueryInterface=function(n){return this.each(function(){var i=t(this).data(s);if(i||(i=new e(this),t(this).data(s,i)),"string"==typeof n){if(void 0===i[n])throw new Error('No method named "'+n+'"');i[n].call(this)}})},e._clearMenus=function(n){if(!n||n.which!==f){var i=t(p.BACKDROP)[0];i&&i.parentNode.removeChild(i);for(var o=t.makeArray(t(p.DATA_TOGGLE)),r=0;r0&&a--,n.which===d&&adocument.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},h.prototype._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},h.prototype._checkScrollbar=function(){this._isBodyOverflowing=document.body.clientWidth=n){var i=this._targets[this._targets.length-1];return void(this._activeTarget!==i&&this._activate(i))}if(this._activeTarget&&t0)return this._activeTarget=null,void this._clear();for(var o=this._offsets.length;o--;){var r=this._activeTarget!==this._targets[o]&&t>=this._offsets[o]&&(void 0===this._offsets[o+1]||t "+g.NAV_LINKS).addClass(_.ACTIVE),t(this._scrollElement).trigger(f.ACTIVATE,{relatedTarget:e})},h.prototype._clear=function(){t(this._selector).filter(g.ACTIVE).removeClass(_.ACTIVE)},h._jQueryInterface=function(e){return this.each(function(){var n=t(this).data(a),o="object"===("undefined"==typeof e?"undefined":i(e))&&e; -if(n||(n=new h(this,o),t(this).data(a,n)),"string"==typeof e){if(void 0===n[e])throw new Error('No method named "'+e+'"');n[e]()}})},o(h,null,[{key:"VERSION",get:function(){return s}},{key:"Default",get:function(){return u}}]),h}();return t(window).on(f.LOAD_DATA_API,function(){for(var e=t.makeArray(t(g.DATA_SPY)),n=e.length;n--;){var i=t(e[n]);m._jQueryInterface.call(i,i.data())}}),t.fn[e]=m._jQueryInterface,t.fn[e].Constructor=m,t.fn[e].noConflict=function(){return t.fn[e]=c,m._jQueryInterface},m}(jQuery),function(t){var e="tab",i="4.0.0-alpha.6",s="bs.tab",a="."+s,l=".data-api",h=t.fn[e],c=150,u={HIDE:"hide"+a,HIDDEN:"hidden"+a,SHOW:"show"+a,SHOWN:"shown"+a,CLICK_DATA_API:"click"+a+l},d={DROPDOWN_MENU:"dropdown-menu",ACTIVE:"active",DISABLED:"disabled",FADE:"fade",SHOW:"show"},f={A:"a",LI:"li",DROPDOWN:".dropdown",LIST:"ul:not(.dropdown-menu), ol:not(.dropdown-menu), nav:not(.dropdown-menu)",FADE_CHILD:"> .nav-item .fade, > .fade",ACTIVE:".active",ACTIVE_CHILD:"> .nav-item > .active, > .active",DATA_TOGGLE:'[data-toggle="tab"], [data-toggle="pill"]',DROPDOWN_TOGGLE:".dropdown-toggle",DROPDOWN_ACTIVE_CHILD:"> .dropdown-menu .active"},_=function(){function e(t){n(this,e),this._element=t}return e.prototype.show=function(){var e=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&t(this._element).hasClass(d.ACTIVE)||t(this._element).hasClass(d.DISABLED))){var n=void 0,i=void 0,o=t(this._element).closest(f.LIST)[0],s=r.getSelectorFromElement(this._element);o&&(i=t.makeArray(t(o).find(f.ACTIVE)),i=i[i.length-1]);var a=t.Event(u.HIDE,{relatedTarget:this._element}),l=t.Event(u.SHOW,{relatedTarget:i});if(i&&t(i).trigger(a),t(this._element).trigger(l),!l.isDefaultPrevented()&&!a.isDefaultPrevented()){s&&(n=t(s)[0]),this._activate(this._element,o);var h=function(){var n=t.Event(u.HIDDEN,{relatedTarget:e._element}),o=t.Event(u.SHOWN,{relatedTarget:i});t(i).trigger(n),t(e._element).trigger(o)};n?this._activate(n,n.parentNode,h):h()}}},e.prototype.dispose=function(){t.removeClass(this._element,s),this._element=null},e.prototype._activate=function(e,n,i){var o=this,s=t(n).find(f.ACTIVE_CHILD)[0],a=i&&r.supportsTransitionEnd()&&(s&&t(s).hasClass(d.FADE)||Boolean(t(n).find(f.FADE_CHILD)[0])),l=function(){return o._transitionComplete(e,s,a,i)};s&&a?t(s).one(r.TRANSITION_END,l).emulateTransitionEnd(c):l(),s&&t(s).removeClass(d.SHOW)},e.prototype._transitionComplete=function(e,n,i,o){if(n){t(n).removeClass(d.ACTIVE);var s=t(n.parentNode).find(f.DROPDOWN_ACTIVE_CHILD)[0];s&&t(s).removeClass(d.ACTIVE),n.setAttribute("aria-expanded",!1)}if(t(e).addClass(d.ACTIVE),e.setAttribute("aria-expanded",!0),i?(r.reflow(e),t(e).addClass(d.SHOW)):t(e).removeClass(d.FADE),e.parentNode&&t(e.parentNode).hasClass(d.DROPDOWN_MENU)){var a=t(e).closest(f.DROPDOWN)[0];a&&t(a).find(f.DROPDOWN_TOGGLE).addClass(d.ACTIVE),e.setAttribute("aria-expanded",!0)}o&&o()},e._jQueryInterface=function(n){return this.each(function(){var i=t(this),o=i.data(s);if(o||(o=new e(this),i.data(s,o)),"string"==typeof n){if(void 0===o[n])throw new Error('No method named "'+n+'"');o[n]()}})},o(e,null,[{key:"VERSION",get:function(){return i}}]),e}();return t(document).on(u.CLICK_DATA_API,f.DATA_TOGGLE,function(e){e.preventDefault(),_._jQueryInterface.call(t(this),"show")}),t.fn[e]=_._jQueryInterface,t.fn[e].Constructor=_,t.fn[e].noConflict=function(){return t.fn[e]=h,_._jQueryInterface},_}(jQuery),function(t){if("undefined"==typeof Tether)throw new Error("Bootstrap tooltips require Tether (http://tether.io/)");var e="tooltip",s="4.0.0-alpha.6",a="bs.tooltip",l="."+a,h=t.fn[e],c=150,u="bs-tether",d={animation:!0,template:'',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:"0 0",constraints:[],container:!1},f={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"string",constraints:"array",container:"(string|element|boolean)"},_={TOP:"bottom center",RIGHT:"middle left",BOTTOM:"top center",LEFT:"middle right"},g={SHOW:"show",OUT:"out"},p={HIDE:"hide"+l,HIDDEN:"hidden"+l,SHOW:"show"+l,SHOWN:"shown"+l,INSERTED:"inserted"+l,CLICK:"click"+l,FOCUSIN:"focusin"+l,FOCUSOUT:"focusout"+l,MOUSEENTER:"mouseenter"+l,MOUSELEAVE:"mouseleave"+l},m={FADE:"fade",SHOW:"show"},E={TOOLTIP:".tooltip",TOOLTIP_INNER:".tooltip-inner"},v={element:!1,enabled:!1},T={HOVER:"hover",FOCUS:"focus",CLICK:"click",MANUAL:"manual"},I=function(){function h(t,e){n(this,h),this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._isTransitioning=!1,this._tether=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}return h.prototype.enable=function(){this._isEnabled=!0},h.prototype.disable=function(){this._isEnabled=!1},h.prototype.toggleEnabled=function(){this._isEnabled=!this._isEnabled},h.prototype.toggle=function(e){if(e){var n=this.constructor.DATA_KEY,i=t(e.currentTarget).data(n);i||(i=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(n,i)),i._activeTrigger.click=!i._activeTrigger.click,i._isWithActiveTrigger()?i._enter(null,i):i._leave(null,i)}else{if(t(this.getTipElement()).hasClass(m.SHOW))return void this._leave(null,this);this._enter(null,this)}},h.prototype.dispose=function(){clearTimeout(this._timeout),this.cleanupTether(),t.removeData(this.element,this.constructor.DATA_KEY),t(this.element).off(this.constructor.EVENT_KEY),t(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&t(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,this._activeTrigger=null,this._tether=null,this.element=null,this.config=null,this.tip=null},h.prototype.show=function(){var e=this;if("none"===t(this.element).css("display"))throw new Error("Please use show on visible elements");var n=t.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){if(this._isTransitioning)throw new Error("Tooltip is transitioning");t(this.element).trigger(n);var i=t.contains(this.element.ownerDocument.documentElement,this.element);if(n.isDefaultPrevented()||!i)return;var o=this.getTipElement(),s=r.getUID(this.constructor.NAME);o.setAttribute("id",s),this.element.setAttribute("aria-describedby",s),this.setContent(),this.config.animation&&t(o).addClass(m.FADE);var a="function"==typeof this.config.placement?this.config.placement.call(this,o,this.element):this.config.placement,l=this._getAttachment(a),c=this.config.container===!1?document.body:t(this.config.container);t(o).data(this.constructor.DATA_KEY,this).appendTo(c),t(this.element).trigger(this.constructor.Event.INSERTED),this._tether=new Tether({attachment:l,element:o,target:this.element,classes:v,classPrefix:u,offset:this.config.offset,constraints:this.config.constraints,addTargetClasses:!1}),r.reflow(o),this._tether.position(),t(o).addClass(m.SHOW);var d=function(){var n=e._hoverState;e._hoverState=null,e._isTransitioning=!1,t(e.element).trigger(e.constructor.Event.SHOWN),n===g.OUT&&e._leave(null,e)};if(r.supportsTransitionEnd()&&t(this.tip).hasClass(m.FADE))return this._isTransitioning=!0,void t(this.tip).one(r.TRANSITION_END,d).emulateTransitionEnd(h._TRANSITION_DURATION);d()}},h.prototype.hide=function(e){var n=this,i=this.getTipElement(),o=t.Event(this.constructor.Event.HIDE);if(this._isTransitioning)throw new Error("Tooltip is transitioning");var s=function(){n._hoverState!==g.SHOW&&i.parentNode&&i.parentNode.removeChild(i),n.element.removeAttribute("aria-describedby"),t(n.element).trigger(n.constructor.Event.HIDDEN),n._isTransitioning=!1,n.cleanupTether(),e&&e()};t(this.element).trigger(o),o.isDefaultPrevented()||(t(i).removeClass(m.SHOW),this._activeTrigger[T.CLICK]=!1,this._activeTrigger[T.FOCUS]=!1,this._activeTrigger[T.HOVER]=!1,r.supportsTransitionEnd()&&t(this.tip).hasClass(m.FADE)?(this._isTransitioning=!0,t(i).one(r.TRANSITION_END,s).emulateTransitionEnd(c)):s(),this._hoverState="")},h.prototype.isWithContent=function(){return Boolean(this.getTitle())},h.prototype.getTipElement=function(){return this.tip=this.tip||t(this.config.template)[0]},h.prototype.setContent=function(){var e=t(this.getTipElement());this.setElementContent(e.find(E.TOOLTIP_INNER),this.getTitle()),e.removeClass(m.FADE+" "+m.SHOW),this.cleanupTether()},h.prototype.setElementContent=function(e,n){var o=this.config.html;"object"===("undefined"==typeof n?"undefined":i(n))&&(n.nodeType||n.jquery)?o?t(n).parent().is(e)||e.empty().append(n):e.text(t(n).text()):e[o?"html":"text"](n)},h.prototype.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},h.prototype.cleanupTether=function(){this._tether&&this._tether.destroy()},h.prototype._getAttachment=function(t){return _[t.toUpperCase()]},h.prototype._setListeners=function(){var e=this,n=this.config.trigger.split(" ");n.forEach(function(n){if("click"===n)t(e.element).on(e.constructor.Event.CLICK,e.config.selector,function(t){return e.toggle(t)});else if(n!==T.MANUAL){var i=n===T.HOVER?e.constructor.Event.MOUSEENTER:e.constructor.Event.FOCUSIN,o=n===T.HOVER?e.constructor.Event.MOUSELEAVE:e.constructor.Event.FOCUSOUT;t(e.element).on(i,e.config.selector,function(t){return e._enter(t)}).on(o,e.config.selector,function(t){return e._leave(t)})}t(e.element).closest(".modal").on("hide.bs.modal",function(){return e.hide()})}),this.config.selector?this.config=t.extend({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},h.prototype._fixTitle=function(){var t=i(this.element.getAttribute("data-original-title"));(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},h.prototype._enter=function(e,n){var i=this.constructor.DATA_KEY;return n=n||t(e.currentTarget).data(i),n||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(i,n)),e&&(n._activeTrigger["focusin"===e.type?T.FOCUS:T.HOVER]=!0),t(n.getTipElement()).hasClass(m.SHOW)||n._hoverState===g.SHOW?void(n._hoverState=g.SHOW):(clearTimeout(n._timeout),n._hoverState=g.SHOW,n.config.delay&&n.config.delay.show?void(n._timeout=setTimeout(function(){n._hoverState===g.SHOW&&n.show()},n.config.delay.show)):void n.show())},h.prototype._leave=function(e,n){var i=this.constructor.DATA_KEY;if(n=n||t(e.currentTarget).data(i),n||(n=new this.constructor(e.currentTarget,this._getDelegateConfig()),t(e.currentTarget).data(i,n)),e&&(n._activeTrigger["focusout"===e.type?T.FOCUS:T.HOVER]=!1),!n._isWithActiveTrigger())return clearTimeout(n._timeout),n._hoverState=g.OUT,n.config.delay&&n.config.delay.hide?void(n._timeout=setTimeout(function(){n._hoverState===g.OUT&&n.hide()},n.config.delay.hide)):void n.hide()},h.prototype._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},h.prototype._getConfig=function(n){return n=t.extend({},this.constructor.Default,t(this.element).data(),n),n.delay&&"number"==typeof n.delay&&(n.delay={show:n.delay,hide:n.delay}),r.typeCheckConfig(e,n,this.constructor.DefaultType),n},h.prototype._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},h._jQueryInterface=function(e){return this.each(function(){var n=t(this).data(a),o="object"===("undefined"==typeof e?"undefined":i(e))&&e;if((n||!/dispose|hide/.test(e))&&(n||(n=new h(this,o),t(this).data(a,n)),"string"==typeof e)){if(void 0===n[e])throw new Error('No method named "'+e+'"');n[e]()}})},o(h,null,[{key:"VERSION",get:function(){return s}},{key:"Default",get:function(){return d}},{key:"NAME",get:function(){return e}},{key:"DATA_KEY",get:function(){return a}},{key:"Event",get:function(){return p}},{key:"EVENT_KEY",get:function(){return l}},{key:"DefaultType",get:function(){return f}}]),h}();return t.fn[e]=I._jQueryInterface,t.fn[e].Constructor=I,t.fn[e].noConflict=function(){return t.fn[e]=h,I._jQueryInterface},I}(jQuery));(function(r){var a="popover",l="4.0.0-alpha.6",h="bs.popover",c="."+h,u=r.fn[a],d=r.extend({},s.Default,{placement:"right",trigger:"click",content:"",template:''}),f=r.extend({},s.DefaultType,{content:"(string|element|function)"}),_={FADE:"fade",SHOW:"show"},g={TITLE:".popover-title",CONTENT:".popover-content"},p={HIDE:"hide"+c,HIDDEN:"hidden"+c,SHOW:"show"+c,SHOWN:"shown"+c,INSERTED:"inserted"+c,CLICK:"click"+c,FOCUSIN:"focusin"+c,FOCUSOUT:"focusout"+c,MOUSEENTER:"mouseenter"+c,MOUSELEAVE:"mouseleave"+c},m=function(s){function u(){return n(this,u),t(this,s.apply(this,arguments))}return e(u,s),u.prototype.isWithContent=function(){return this.getTitle()||this._getContent()},u.prototype.getTipElement=function(){return this.tip=this.tip||r(this.config.template)[0]},u.prototype.setContent=function(){var t=r(this.getTipElement());this.setElementContent(t.find(g.TITLE),this.getTitle()),this.setElementContent(t.find(g.CONTENT),this._getContent()),t.removeClass(_.FADE+" "+_.SHOW),this.cleanupTether()},u.prototype._getContent=function(){return this.element.getAttribute("data-content")||("function"==typeof this.config.content?this.config.content.call(this.element):this.config.content)},u._jQueryInterface=function(t){return this.each(function(){var e=r(this).data(h),n="object"===("undefined"==typeof t?"undefined":i(t))?t:null;if((e||!/destroy|hide/.test(t))&&(e||(e=new u(this,n),r(this).data(h,e)),"string"==typeof t)){if(void 0===e[t])throw new Error('No method named "'+t+'"');e[t]()}})},o(u,null,[{key:"VERSION",get:function(){return l}},{key:"Default",get:function(){return d}},{key:"NAME",get:function(){return a}},{key:"DATA_KEY",get:function(){return h}},{key:"Event",get:function(){return p}},{key:"EVENT_KEY",get:function(){return c}},{key:"DefaultType",get:function(){return f}}]),u}(s);return r.fn[a]=m._jQueryInterface,r.fn[a].Constructor=m,r.fn[a].noConflict=function(){return r.fn[a]=u,m._jQueryInterface},m})(jQuery)}(); \ No newline at end of file diff --git a/node_modules/bootstrap/grunt/change-version.js b/node_modules/bootstrap/grunt/change-version.js deleted file mode 100755 index 5ea5918..0000000 --- a/node_modules/bootstrap/grunt/change-version.js +++ /dev/null @@ -1,110 +0,0 @@ -#!/usr/bin/env node - -'use strict' - -/*! - * Script to update version number references in the project. - * Copyright 2017 The Bootstrap Authors - * Copyright 2017 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ - -/* global Set */ - -var fs = require('fs') -var path = require('path') -var sh = require('shelljs') -sh.config.fatal = true -var sed = sh.sed - -// Blame TC39... https://github.com/benjamingr/RegExp.escape/issues/37 -RegExp.quote = function (string) { - return string.replace(/[-\\^$*+?.()|[\]{}]/g, '\\$&') -} -RegExp.quoteReplacement = function (string) { - return string.replace(/[$]/g, '$$') -} - -var DRY_RUN = false - -function walkAsync(directory, excludedDirectories, fileCallback, errback) { - if (excludedDirectories.has(path.parse(directory).base)) { - return - } - fs.readdir(directory, function (err, names) { - if (err) { - errback(err) - return - } - names.forEach(function (name) { - var filepath = path.join(directory, name) - fs.lstat(filepath, function (err, stats) { - if (err) { - process.nextTick(errback, err) - return - } - if (stats.isSymbolicLink()) { - return - } - else if (stats.isDirectory()) { - process.nextTick(walkAsync, filepath, excludedDirectories, fileCallback, errback) - } - else if (stats.isFile()) { - process.nextTick(fileCallback, filepath) - } - }) - }) - }) -} - -function replaceRecursively(directory, excludedDirectories, allowedExtensions, original, replacement) { - original = new RegExp(RegExp.quote(original), 'g') - replacement = RegExp.quoteReplacement(replacement) - var updateFile = !DRY_RUN ? function (filepath) { - if (allowedExtensions.has(path.parse(filepath).ext)) { - sed('-i', original, replacement, filepath) - } - } : function (filepath) { - if (allowedExtensions.has(path.parse(filepath).ext)) { - console.log('FILE: ' + filepath) - } - else { - console.log('EXCLUDED:' + filepath) - } - } - walkAsync(directory, excludedDirectories, updateFile, function (err) { - console.error('ERROR while traversing directory!:') - console.error(err) - process.exit(1) - }) -} - -function main(args) { - if (args.length !== 2) { - console.error('USAGE: change-version old_version new_version') - console.error('Got arguments:', args) - process.exit(1) - } - var oldVersion = args[0] - var newVersion = args[1] - var EXCLUDED_DIRS = new Set([ - '.git', - 'node_modules', - 'vendor' - ]) - var INCLUDED_EXTENSIONS = new Set([ - // This extension whitelist is how we avoid modifying binary files - '', - '.css', - '.html', - '.js', - '.json', - '.md', - '.scss', - '.txt', - '.yml' - ]) - replaceRecursively('.', EXCLUDED_DIRS, INCLUDED_EXTENSIONS, oldVersion, newVersion) -} - -main(process.argv.slice(2)) diff --git a/node_modules/bootstrap/grunt/configBridge.json b/node_modules/bootstrap/grunt/configBridge.json deleted file mode 100644 index 140d9ab..0000000 --- a/node_modules/bootstrap/grunt/configBridge.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "paths": { - "docsJs": [ - "assets/js/vendor/anchor.min.js", - "assets/js/vendor/clipboard.min.js", - "assets/js/vendor/holder.min.js", - "assets/js/src/application.js" - ] - } -} diff --git a/node_modules/bootstrap/grunt/gcp-key.json.enc b/node_modules/bootstrap/grunt/gcp-key.json.enc deleted file mode 100644 index 6e1856a..0000000 Binary files a/node_modules/bootstrap/grunt/gcp-key.json.enc and /dev/null differ diff --git a/node_modules/bootstrap/grunt/npm-shrinkwrap.json b/node_modules/bootstrap/grunt/npm-shrinkwrap.json deleted file mode 100644 index 6206c1f..0000000 --- a/node_modules/bootstrap/grunt/npm-shrinkwrap.json +++ /dev/null @@ -1,3864 +0,0 @@ -{ - "name": "bootstrap", - "version": "4.0.0-alpha.6", - "dependencies": { - "abbrev": { - "version": "1.0.9", - "from": "abbrev@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.0.9.tgz", - "dev": true - }, - "accepts": { - "version": "1.3.3", - "from": "accepts@>=1.3.3 <1.4.0", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.3.tgz", - "dev": true - }, - "acorn": { - "version": "4.0.4", - "from": "acorn@>=4.0.1 <5.0.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.4.tgz", - "dev": true - }, - "acorn-jsx": { - "version": "3.0.1", - "from": "acorn-jsx@>=3.0.0 <4.0.0", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz", - "dev": true, - "dependencies": { - "acorn": { - "version": "3.3.0", - "from": "acorn@>=3.0.4 <4.0.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz", - "dev": true - } - } - }, - "agent-base": { - "version": "2.0.1", - "from": "agent-base@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-2.0.1.tgz", - "dev": true, - "dependencies": { - "semver": { - "version": "5.0.3", - "from": "semver@>=5.0.1 <5.1.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.0.3.tgz", - "dev": true - } - } - }, - "ajv": { - "version": "4.10.3", - "from": "ajv@>=4.7.0 <5.0.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-4.10.3.tgz", - "dev": true - }, - "ajv-keywords": { - "version": "1.5.0", - "from": "ajv-keywords@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-1.5.0.tgz", - "dev": true - }, - "align-text": { - "version": "0.1.4", - "from": "align-text@>=0.1.3 <0.2.0", - "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz", - "dev": true - }, - "amdefine": { - "version": "1.0.1", - "from": "amdefine@>=0.0.4", - "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", - "dev": true - }, - "ansi-escapes": { - "version": "1.4.0", - "from": "ansi-escapes@>=1.1.0 <2.0.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz", - "dev": true - }, - "ansi-regex": { - "version": "2.0.0", - "from": "ansi-regex@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz", - "dev": true - }, - "ansi-styles": { - "version": "2.2.1", - "from": "ansi-styles@>=2.2.1 <3.0.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "dev": true - }, - "anymatch": { - "version": "1.3.0", - "from": "anymatch@>=1.3.0 <2.0.0", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz", - "dev": true, - "optional": true - }, - "aproba": { - "version": "1.0.4", - "from": "aproba@>=1.0.3 <2.0.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.0.4.tgz", - "dev": true - }, - "archiver": { - "version": "1.3.0", - "from": "archiver@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/archiver/-/archiver-1.3.0.tgz", - "dev": true, - "dependencies": { - "async": { - "version": "2.1.4", - "from": "async@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/async/-/async-2.1.4.tgz", - "dev": true - } - } - }, - "archiver-utils": { - "version": "1.3.0", - "from": "archiver-utils@>=1.3.0 <2.0.0", - "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-1.3.0.tgz", - "dev": true - }, - "are-we-there-yet": { - "version": "1.1.2", - "from": "are-we-there-yet@>=1.1.2 <1.2.0", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.2.tgz", - "dev": true - }, - "argparse": { - "version": "1.0.9", - "from": "argparse@>=1.0.7 <2.0.0", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.9.tgz", - "dev": true - }, - "arr-diff": { - "version": "2.0.0", - "from": "arr-diff@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz", - "dev": true, - "optional": true - }, - "arr-flatten": { - "version": "1.0.1", - "from": "arr-flatten@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz", - "dev": true, - "optional": true - }, - "array-differ": { - "version": "1.0.0", - "from": "array-differ@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz", - "dev": true - }, - "array-find-index": { - "version": "1.0.2", - "from": "array-find-index@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", - "dev": true - }, - "array-index": { - "version": "1.0.0", - "from": "array-index@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/array-index/-/array-index-1.0.0.tgz", - "dev": true - }, - "array-union": { - "version": "1.0.2", - "from": "array-union@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", - "dev": true - }, - "array-uniq": { - "version": "1.0.3", - "from": "array-uniq@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "dev": true - }, - "array-unique": { - "version": "0.2.1", - "from": "array-unique@>=0.2.1 <0.3.0", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz", - "dev": true, - "optional": true - }, - "arrify": { - "version": "1.0.1", - "from": "arrify@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "dev": true - }, - "asn1": { - "version": "0.2.3", - "from": "asn1@>=0.2.3 <0.3.0", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz", - "dev": true - }, - "assert-plus": { - "version": "0.2.0", - "from": "assert-plus@>=0.2.0 <0.3.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz", - "dev": true - }, - "async": { - "version": "1.5.2", - "from": "async@>=1.5.2 <1.6.0", - "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", - "dev": true - }, - "async-each": { - "version": "1.0.1", - "from": "async-each@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz", - "dev": true, - "optional": true - }, - "async-foreach": { - "version": "0.1.3", - "from": "async-foreach@>=0.1.3 <0.2.0", - "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", - "dev": true - }, - "asynckit": { - "version": "0.4.0", - "from": "asynckit@>=0.4.0 <0.5.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "dev": true - }, - "autoprefixer": { - "version": "6.6.1", - "from": "autoprefixer@>=6.6.1 <7.0.0", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-6.6.1.tgz", - "dev": true - }, - "aws-sign2": { - "version": "0.6.0", - "from": "aws-sign2@>=0.6.0 <0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz", - "dev": true - }, - "aws4": { - "version": "1.5.0", - "from": "aws4@>=1.2.1 <2.0.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.5.0.tgz", - "dev": true - }, - "babel-code-frame": { - "version": "6.20.0", - "from": "babel-code-frame@>=6.16.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.20.0.tgz", - "dev": true - }, - "babel-core": { - "version": "6.21.0", - "from": "babel-core@>=6.0.12 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.21.0.tgz", - "dev": true - }, - "babel-eslint": { - "version": "7.1.1", - "from": "babel-eslint@>=7.1.1 <8.0.0", - "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-7.1.1.tgz", - "dev": true - }, - "babel-generator": { - "version": "6.21.0", - "from": "babel-generator@>=6.21.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.21.0.tgz", - "dev": true, - "dependencies": { - "jsesc": { - "version": "1.3.0", - "from": "jsesc@>=1.3.0 <2.0.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz", - "dev": true - } - } - }, - "babel-helper-call-delegate": { - "version": "6.18.0", - "from": "babel-helper-call-delegate@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-helper-call-delegate/-/babel-helper-call-delegate-6.18.0.tgz", - "dev": true - }, - "babel-helper-define-map": { - "version": "6.18.0", - "from": "babel-helper-define-map@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-helper-define-map/-/babel-helper-define-map-6.18.0.tgz", - "dev": true - }, - "babel-helper-function-name": { - "version": "6.18.0", - "from": "babel-helper-function-name@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-6.18.0.tgz", - "dev": true - }, - "babel-helper-get-function-arity": { - "version": "6.18.0", - "from": "babel-helper-get-function-arity@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.18.0.tgz", - "dev": true - }, - "babel-helper-hoist-variables": { - "version": "6.18.0", - "from": "babel-helper-hoist-variables@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.18.0.tgz", - "dev": true - }, - "babel-helper-optimise-call-expression": { - "version": "6.18.0", - "from": "babel-helper-optimise-call-expression@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.18.0.tgz", - "dev": true - }, - "babel-helper-regex": { - "version": "6.18.0", - "from": "babel-helper-regex@>=6.8.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-helper-regex/-/babel-helper-regex-6.18.0.tgz", - "dev": true - }, - "babel-helper-replace-supers": { - "version": "6.18.0", - "from": "babel-helper-replace-supers@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-helper-replace-supers/-/babel-helper-replace-supers-6.18.0.tgz", - "dev": true - }, - "babel-helpers": { - "version": "6.16.0", - "from": "babel-helpers@>=6.16.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.16.0.tgz", - "dev": true - }, - "babel-messages": { - "version": "6.8.0", - "from": "babel-messages@>=6.8.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.8.0.tgz", - "dev": true - }, - "babel-plugin-check-es2015-constants": { - "version": "6.8.0", - "from": "babel-plugin-check-es2015-constants@>=6.3.13 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.8.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-arrow-functions": { - "version": "6.8.0", - "from": "babel-plugin-transform-es2015-arrow-functions@>=6.3.13 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.8.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-block-scoped-functions": { - "version": "6.8.0", - "from": "babel-plugin-transform-es2015-block-scoped-functions@>=6.3.13 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.8.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-block-scoping": { - "version": "6.21.0", - "from": "babel-plugin-transform-es2015-block-scoping@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.21.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-classes": { - "version": "6.18.0", - "from": "babel-plugin-transform-es2015-classes@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.18.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-computed-properties": { - "version": "6.8.0", - "from": "babel-plugin-transform-es2015-computed-properties@>=6.3.13 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.8.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-destructuring": { - "version": "6.19.0", - "from": "babel-plugin-transform-es2015-destructuring@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.19.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-duplicate-keys": { - "version": "6.8.0", - "from": "babel-plugin-transform-es2015-duplicate-keys@>=6.6.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.8.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-for-of": { - "version": "6.18.0", - "from": "babel-plugin-transform-es2015-for-of@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.18.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-function-name": { - "version": "6.9.0", - "from": "babel-plugin-transform-es2015-function-name@>=6.9.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.9.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-literals": { - "version": "6.8.0", - "from": "babel-plugin-transform-es2015-literals@>=6.3.13 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.8.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-modules-amd": { - "version": "6.18.0", - "from": "babel-plugin-transform-es2015-modules-amd@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.18.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-modules-commonjs": { - "version": "6.18.0", - "from": "babel-plugin-transform-es2015-modules-commonjs@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.18.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-modules-strip": { - "version": "0.1.0", - "from": "babel-plugin-transform-es2015-modules-strip@>=0.1.0 <0.2.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-strip/-/babel-plugin-transform-es2015-modules-strip-0.1.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-modules-systemjs": { - "version": "6.19.0", - "from": "babel-plugin-transform-es2015-modules-systemjs@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.19.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-modules-umd": { - "version": "6.18.0", - "from": "babel-plugin-transform-es2015-modules-umd@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.18.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-object-super": { - "version": "6.8.0", - "from": "babel-plugin-transform-es2015-object-super@>=6.3.13 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.8.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-parameters": { - "version": "6.21.0", - "from": "babel-plugin-transform-es2015-parameters@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.21.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-shorthand-properties": { - "version": "6.18.0", - "from": "babel-plugin-transform-es2015-shorthand-properties@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.18.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-spread": { - "version": "6.8.0", - "from": "babel-plugin-transform-es2015-spread@>=6.3.13 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.8.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-sticky-regex": { - "version": "6.8.0", - "from": "babel-plugin-transform-es2015-sticky-regex@>=6.3.13 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.8.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-template-literals": { - "version": "6.8.0", - "from": "babel-plugin-transform-es2015-template-literals@>=6.6.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.8.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-typeof-symbol": { - "version": "6.18.0", - "from": "babel-plugin-transform-es2015-typeof-symbol@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.18.0.tgz", - "dev": true - }, - "babel-plugin-transform-es2015-unicode-regex": { - "version": "6.11.0", - "from": "babel-plugin-transform-es2015-unicode-regex@>=6.3.13 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.11.0.tgz", - "dev": true - }, - "babel-plugin-transform-regenerator": { - "version": "6.21.0", - "from": "babel-plugin-transform-regenerator@>=6.16.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.21.0.tgz", - "dev": true - }, - "babel-plugin-transform-strict-mode": { - "version": "6.18.0", - "from": "babel-plugin-transform-strict-mode@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.18.0.tgz", - "dev": true - }, - "babel-preset-es2015": { - "version": "6.18.0", - "from": "babel-preset-es2015@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-preset-es2015/-/babel-preset-es2015-6.18.0.tgz", - "dev": true - }, - "babel-register": { - "version": "6.18.0", - "from": "babel-register@>=6.18.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.18.0.tgz", - "dev": true - }, - "babel-runtime": { - "version": "6.20.0", - "from": "babel-runtime@>=6.20.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.20.0.tgz", - "dev": true - }, - "babel-template": { - "version": "6.16.0", - "from": "babel-template@>=6.15.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.16.0.tgz", - "dev": true - }, - "babel-traverse": { - "version": "6.21.0", - "from": "babel-traverse@>=6.15.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.21.0.tgz", - "dev": true - }, - "babel-types": { - "version": "6.21.0", - "from": "babel-types@>=6.15.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.21.0.tgz", - "dev": true - }, - "babylon": { - "version": "6.14.1", - "from": "babylon@>=6.13.0 <7.0.0", - "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.14.1.tgz", - "dev": true - }, - "balanced-match": { - "version": "0.4.2", - "from": "balanced-match@>=0.4.1 <0.5.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz", - "dev": true - }, - "basic-auth": { - "version": "1.0.4", - "from": "basic-auth@>=1.0.3 <1.1.0", - "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.0.4.tgz", - "dev": true - }, - "batch": { - "version": "0.5.3", - "from": "batch@0.5.3", - "resolved": "https://registry.npmjs.org/batch/-/batch-0.5.3.tgz", - "dev": true - }, - "bcrypt-pbkdf": { - "version": "1.0.0", - "from": "bcrypt-pbkdf@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.0.tgz", - "dev": true, - "optional": true - }, - "binary-extensions": { - "version": "1.8.0", - "from": "binary-extensions@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.8.0.tgz", - "dev": true, - "optional": true - }, - "bl": { - "version": "1.2.0", - "from": "bl@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-1.2.0.tgz", - "dev": true - }, - "block-stream": { - "version": "0.0.9", - "from": "block-stream@*", - "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", - "dev": true - }, - "bluebird": { - "version": "3.4.7", - "from": "bluebird@>=3.0.6 <4.0.0", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.7.tgz", - "dev": true - }, - "body-parser": { - "version": "1.14.2", - "from": "body-parser@>=1.14.0 <1.15.0", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz", - "dev": true, - "dependencies": { - "debug": { - "version": "2.2.0", - "from": "debug@>=2.2.0 <2.3.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz", - "dev": true - }, - "http-errors": { - "version": "1.3.1", - "from": "http-errors@>=1.3.1 <1.4.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz", - "dev": true - }, - "iconv-lite": { - "version": "0.4.13", - "from": "iconv-lite@0.4.13", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz", - "dev": true - }, - "ms": { - "version": "0.7.1", - "from": "ms@0.7.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz", - "dev": true - }, - "qs": { - "version": "5.2.0", - "from": "qs@5.2.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-5.2.0.tgz", - "dev": true - } - } - }, - "boom": { - "version": "2.10.1", - "from": "boom@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz", - "dev": true - }, - "brace-expansion": { - "version": "1.1.6", - "from": "brace-expansion@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.6.tgz", - "dev": true - }, - "braces": { - "version": "1.8.5", - "from": "braces@>=1.8.2 <2.0.0", - "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz", - "dev": true, - "optional": true - }, - "browserslist": { - "version": "1.5.1", - "from": "browserslist@>=1.5.1 <1.6.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-1.5.1.tgz", - "dev": true - }, - "buffer-crc32": { - "version": "0.2.13", - "from": "buffer-crc32@>=0.2.1 <0.3.0", - "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", - "dev": true - }, - "buffer-shims": { - "version": "1.0.0", - "from": "buffer-shims@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz", - "dev": true - }, - "builtin-modules": { - "version": "1.1.1", - "from": "builtin-modules@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz", - "dev": true - }, - "bytes": { - "version": "2.2.0", - "from": "bytes@2.2.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-2.2.0.tgz", - "dev": true - }, - "caller-path": { - "version": "0.1.0", - "from": "caller-path@>=0.1.0 <0.2.0", - "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz", - "dev": true - }, - "callsites": { - "version": "0.2.0", - "from": "callsites@>=0.2.0 <0.3.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz", - "dev": true - }, - "camelcase": { - "version": "2.1.1", - "from": "camelcase@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", - "dev": true - }, - "camelcase-keys": { - "version": "2.1.0", - "from": "camelcase-keys@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", - "dev": true - }, - "caniuse-db": { - "version": "1.0.30000604", - "from": "caniuse-db@>=1.0.30000604 <2.0.0", - "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000604.tgz", - "dev": true - }, - "caseless": { - "version": "0.11.0", - "from": "caseless@>=0.11.0 <0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz", - "dev": true - }, - "center-align": { - "version": "0.1.3", - "from": "center-align@>=0.1.1 <0.2.0", - "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz", - "dev": true - }, - "chalk": { - "version": "1.1.3", - "from": "chalk@>=1.1.3 <2.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "dev": true, - "dependencies": { - "supports-color": { - "version": "2.0.0", - "from": "supports-color@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "dev": true - } - } - }, - "chokidar": { - "version": "1.6.1", - "from": "chokidar@>=1.5.1 <2.0.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.6.1.tgz", - "dev": true, - "optional": true - }, - "circular-json": { - "version": "0.3.1", - "from": "circular-json@>=0.3.1 <0.4.0", - "resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.1.tgz", - "dev": true - }, - "clean-css": { - "version": "3.4.23", - "from": "clean-css@>=3.4.23 <4.0.0", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.23.tgz", - "dev": true, - "dependencies": { - "source-map": { - "version": "0.4.4", - "from": "source-map@>=0.4.0 <0.5.0", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz", - "dev": true - } - } - }, - "cli": { - "version": "0.6.6", - "from": "cli@>=0.6.0 <0.7.0", - "resolved": "https://registry.npmjs.org/cli/-/cli-0.6.6.tgz", - "dev": true, - "dependencies": { - "glob": { - "version": "3.2.11", - "from": "glob@>=3.2.1 <3.3.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz", - "dev": true - }, - "minimatch": { - "version": "0.3.0", - "from": "minimatch@>=0.3.0 <0.4.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz", - "dev": true - } - } - }, - "cli-cursor": { - "version": "1.0.2", - "from": "cli-cursor@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz", - "dev": true - }, - "cli-width": { - "version": "2.1.0", - "from": "cli-width@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.1.0.tgz", - "dev": true - }, - "cliui": { - "version": "3.2.0", - "from": "cliui@>=3.2.0 <4.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz", - "dev": true - }, - "co": { - "version": "4.6.0", - "from": "co@>=4.6.0 <5.0.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "dev": true - }, - "code-point-at": { - "version": "1.1.0", - "from": "code-point-at@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", - "dev": true - }, - "coffee-script": { - "version": "1.10.0", - "from": "coffee-script@>=1.10.0 <1.11.0", - "resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.10.0.tgz", - "dev": true - }, - "colors": { - "version": "1.1.2", - "from": "colors@>=1.1.2 <1.2.0", - "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz", - "dev": true - }, - "combined-stream": { - "version": "1.0.5", - "from": "combined-stream@>=1.0.5 <1.1.0", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz", - "dev": true - }, - "commander": { - "version": "2.8.1", - "from": "commander@>=2.8.0 <2.9.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz", - "dev": true - }, - "compress-commons": { - "version": "1.1.0", - "from": "compress-commons@>=1.1.0 <2.0.0", - "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-1.1.0.tgz", - "dev": true - }, - "concat-map": { - "version": "0.0.1", - "from": "concat-map@0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "dev": true - }, - "concat-stream": { - "version": "1.6.0", - "from": "concat-stream@>=1.4.6 <2.0.0", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.0.tgz", - "dev": true - }, - "connect": { - "version": "3.5.0", - "from": "connect@>=3.4.0 <4.0.0", - "resolved": "https://registry.npmjs.org/connect/-/connect-3.5.0.tgz", - "dev": true, - "dependencies": { - "debug": { - "version": "2.2.0", - "from": "debug@>=2.2.0 <2.3.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz", - "dev": true - }, - "ms": { - "version": "0.7.1", - "from": "ms@0.7.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz", - "dev": true - } - } - }, - "connect-livereload": { - "version": "0.5.4", - "from": "connect-livereload@>=0.5.0 <0.6.0", - "resolved": "https://registry.npmjs.org/connect-livereload/-/connect-livereload-0.5.4.tgz", - "dev": true - }, - "console-browserify": { - "version": "1.1.0", - "from": "console-browserify@>=1.1.0 <1.2.0", - "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz", - "dev": true - }, - "console-control-strings": { - "version": "1.1.0", - "from": "console-control-strings@>=1.1.0 <1.2.0", - "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", - "dev": true - }, - "content-type": { - "version": "1.0.2", - "from": "content-type@>=1.0.1 <1.1.0", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.2.tgz", - "dev": true - }, - "convert-source-map": { - "version": "1.3.0", - "from": "convert-source-map@>=1.1.0 <2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.3.0.tgz", - "dev": true - }, - "core-js": { - "version": "2.4.1", - "from": "core-js@>=2.4.0 <3.0.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.4.1.tgz", - "dev": true - }, - "core-util-is": { - "version": "1.0.2", - "from": "core-util-is@>=1.0.0 <1.1.0", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "dev": true - }, - "crc32-stream": { - "version": "1.0.0", - "from": "crc32-stream@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-1.0.0.tgz", - "dev": true - }, - "cross-spawn": { - "version": "3.0.1", - "from": "cross-spawn@>=3.0.0 <4.0.0", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz", - "dev": true, - "dependencies": { - "lru-cache": { - "version": "4.0.2", - "from": "lru-cache@>=4.0.1 <5.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.0.2.tgz", - "dev": true - } - } - }, - "cryptiles": { - "version": "2.0.5", - "from": "cryptiles@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz", - "dev": true - }, - "csslint": { - "version": "0.10.0", - "from": "csslint@0.10.0", - "resolved": "https://registry.npmjs.org/csslint/-/csslint-0.10.0.tgz", - "dev": true - }, - "currently-unhandled": { - "version": "0.4.1", - "from": "currently-unhandled@>=0.4.1 <0.5.0", - "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", - "dev": true - }, - "d": { - "version": "0.1.1", - "from": "d@>=0.1.1 <0.2.0", - "resolved": "https://registry.npmjs.org/d/-/d-0.1.1.tgz", - "dev": true - }, - "dashdash": { - "version": "1.14.1", - "from": "dashdash@>=1.12.0 <2.0.0", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "dev": true, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "from": "assert-plus@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "dev": true - } - } - }, - "date-now": { - "version": "0.1.4", - "from": "date-now@>=0.1.4 <0.2.0", - "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz", - "dev": true - }, - "date-time": { - "version": "1.1.0", - "from": "date-time@>=1.1.0 <2.0.0", - "resolved": "https://registry.npmjs.org/date-time/-/date-time-1.1.0.tgz", - "dev": true - }, - "dateformat": { - "version": "1.0.12", - "from": "dateformat@>=1.0.12 <1.1.0", - "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz", - "dev": true - }, - "debug": { - "version": "2.6.0", - "from": "debug@>=2.2.0 <3.0.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.0.tgz", - "dev": true - }, - "decamelize": { - "version": "1.2.0", - "from": "decamelize@>=1.1.2 <2.0.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "dev": true - }, - "deep-is": { - "version": "0.1.3", - "from": "deep-is@>=0.1.3 <0.2.0", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", - "dev": true - }, - "del": { - "version": "2.2.2", - "from": "del@>=2.0.2 <3.0.0", - "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz", - "dev": true - }, - "delayed-stream": { - "version": "1.0.0", - "from": "delayed-stream@>=1.0.0 <1.1.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "dev": true - }, - "delegates": { - "version": "1.0.0", - "from": "delegates@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", - "dev": true - }, - "depd": { - "version": "1.1.0", - "from": "depd@>=1.1.0 <1.2.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.0.tgz", - "dev": true - }, - "destroy": { - "version": "1.0.4", - "from": "destroy@>=1.0.4 <1.1.0", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", - "dev": true - }, - "detect-indent": { - "version": "4.0.0", - "from": "detect-indent@>=4.0.0 <5.0.0", - "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz", - "dev": true - }, - "doctrine": { - "version": "1.5.0", - "from": "doctrine@>=1.2.2 <2.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz", - "dev": true - }, - "dom-serializer": { - "version": "0.1.0", - "from": "dom-serializer@>=0.0.0 <1.0.0", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz", - "dev": true, - "dependencies": { - "domelementtype": { - "version": "1.1.3", - "from": "domelementtype@>=1.1.1 <1.2.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz", - "dev": true - }, - "entities": { - "version": "1.1.1", - "from": "entities@>=1.1.1 <1.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz", - "dev": true - } - } - }, - "domelementtype": { - "version": "1.3.0", - "from": "domelementtype@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz", - "dev": true - }, - "domhandler": { - "version": "2.3.0", - "from": "domhandler@>=2.3.0 <2.4.0", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz", - "dev": true - }, - "domutils": { - "version": "1.5.1", - "from": "domutils@>=1.5.0 <1.6.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", - "dev": true - }, - "ecc-jsbn": { - "version": "0.1.1", - "from": "ecc-jsbn@>=0.1.1 <0.2.0", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz", - "dev": true, - "optional": true - }, - "ee-first": { - "version": "1.1.1", - "from": "ee-first@1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "dev": true - }, - "encodeurl": { - "version": "1.0.1", - "from": "encodeurl@>=1.0.1 <1.1.0", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz", - "dev": true - }, - "end-of-stream": { - "version": "1.1.0", - "from": "end-of-stream@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.1.0.tgz", - "dev": true, - "dependencies": { - "once": { - "version": "1.3.3", - "from": "once@>=1.3.0 <1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.3.3.tgz", - "dev": true - } - } - }, - "entities": { - "version": "1.0.0", - "from": "entities@>=1.0.0 <1.1.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz", - "dev": true - }, - "error-ex": { - "version": "1.3.0", - "from": "error-ex@>=1.2.0 <2.0.0", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz", - "dev": true - }, - "es5-ext": { - "version": "0.10.12", - "from": "es5-ext@>=0.10.11 <0.11.0", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.12.tgz", - "dev": true - }, - "es6-iterator": { - "version": "2.0.0", - "from": "es6-iterator@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.0.tgz", - "dev": true - }, - "es6-map": { - "version": "0.1.4", - "from": "es6-map@>=0.1.3 <0.2.0", - "resolved": "https://registry.npmjs.org/es6-map/-/es6-map-0.1.4.tgz", - "dev": true - }, - "es6-object-assign": { - "version": "1.0.3", - "from": "es6-object-assign@>=1.0.3 <2.0.0", - "resolved": "https://registry.npmjs.org/es6-object-assign/-/es6-object-assign-1.0.3.tgz", - "dev": true - }, - "es6-promise": { - "version": "4.0.5", - "from": "es6-promise@>=4.0.3 <4.1.0", - "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.0.5.tgz", - "dev": true - }, - "es6-set": { - "version": "0.1.4", - "from": "es6-set@>=0.1.3 <0.2.0", - "resolved": "https://registry.npmjs.org/es6-set/-/es6-set-0.1.4.tgz", - "dev": true - }, - "es6-symbol": { - "version": "3.1.0", - "from": "es6-symbol@>=3.1.0 <3.2.0", - "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.0.tgz", - "dev": true - }, - "es6-weak-map": { - "version": "2.0.1", - "from": "es6-weak-map@>=2.0.1 <3.0.0", - "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.1.tgz", - "dev": true - }, - "escape-html": { - "version": "1.0.3", - "from": "escape-html@>=1.0.3 <1.1.0", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "dev": true - }, - "escape-string-regexp": { - "version": "1.0.5", - "from": "escape-string-regexp@>=1.0.2 <2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "dev": true - }, - "escope": { - "version": "3.6.0", - "from": "escope@>=3.6.0 <4.0.0", - "resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz", - "dev": true - }, - "eslint": { - "version": "3.12.2", - "from": "eslint@>=3.12.2 <4.0.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-3.12.2.tgz", - "dev": true - }, - "espree": { - "version": "3.3.2", - "from": "espree@>=3.3.1 <4.0.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-3.3.2.tgz", - "dev": true - }, - "esprima": { - "version": "2.7.3", - "from": "esprima@>=2.6.0 <3.0.0", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz", - "dev": true - }, - "esrecurse": { - "version": "4.1.0", - "from": "esrecurse@>=4.1.0 <5.0.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.1.0.tgz", - "dev": true, - "dependencies": { - "estraverse": { - "version": "4.1.1", - "from": "estraverse@>=4.1.0 <4.2.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.1.1.tgz", - "dev": true - } - } - }, - "estraverse": { - "version": "4.2.0", - "from": "estraverse@>=4.2.0 <5.0.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz", - "dev": true - }, - "esutils": { - "version": "2.0.2", - "from": "esutils@>=2.0.2 <3.0.0", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz", - "dev": true - }, - "etag": { - "version": "1.7.0", - "from": "etag@>=1.7.0 <1.8.0", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.7.0.tgz", - "dev": true - }, - "event-emitter": { - "version": "0.3.4", - "from": "event-emitter@>=0.3.4 <0.4.0", - "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.4.tgz", - "dev": true - }, - "eventemitter2": { - "version": "0.4.14", - "from": "eventemitter2@>=0.4.13 <0.5.0", - "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz", - "dev": true - }, - "exit": { - "version": "0.1.2", - "from": "exit@>=0.1.1 <0.2.0", - "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", - "dev": true - }, - "exit-hook": { - "version": "1.1.1", - "from": "exit-hook@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz", - "dev": true - }, - "expand-brackets": { - "version": "0.1.5", - "from": "expand-brackets@>=0.1.4 <0.2.0", - "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz", - "dev": true, - "optional": true - }, - "expand-range": { - "version": "1.8.2", - "from": "expand-range@>=1.8.1 <2.0.0", - "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz", - "dev": true, - "optional": true - }, - "extend": { - "version": "3.0.0", - "from": "extend@>=3.0.0 <3.1.0", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz", - "dev": true - }, - "extglob": { - "version": "0.3.2", - "from": "extglob@>=0.3.1 <0.4.0", - "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz", - "dev": true, - "optional": true - }, - "extract-zip": { - "version": "1.5.0", - "from": "extract-zip@>=1.5.0 <1.6.0", - "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.5.0.tgz", - "dev": true, - "dependencies": { - "concat-stream": { - "version": "1.5.0", - "from": "concat-stream@1.5.0", - "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.0.tgz", - "dev": true - }, - "debug": { - "version": "0.7.4", - "from": "debug@0.7.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-0.7.4.tgz", - "dev": true - }, - "mkdirp": { - "version": "0.5.0", - "from": "mkdirp@0.5.0", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz", - "dev": true - }, - "readable-stream": { - "version": "2.0.6", - "from": "readable-stream@>=2.0.0 <2.1.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz", - "dev": true - } - } - }, - "extsprintf": { - "version": "1.0.2", - "from": "extsprintf@1.0.2", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz", - "dev": true - }, - "fast-levenshtein": { - "version": "2.0.6", - "from": "fast-levenshtein@>=2.0.4 <2.1.0", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "dev": true - }, - "faye-websocket": { - "version": "0.10.0", - "from": "faye-websocket@>=0.10.0 <0.11.0", - "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz", - "dev": true - }, - "fd-slicer": { - "version": "1.0.1", - "from": "fd-slicer@>=1.0.1 <1.1.0", - "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz", - "dev": true - }, - "fg-lodash": { - "version": "0.0.2", - "from": "fg-lodash@0.0.2", - "resolved": "https://registry.npmjs.org/fg-lodash/-/fg-lodash-0.0.2.tgz", - "dev": true, - "dependencies": { - "lodash": { - "version": "2.4.2", - "from": "lodash@>=2.4.1 <3.0.0", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz", - "dev": true - }, - "underscore.string": { - "version": "2.3.3", - "from": "underscore.string@>=2.3.3 <2.4.0", - "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz", - "dev": true - } - } - }, - "figures": { - "version": "1.7.0", - "from": "figures@>=1.3.5 <2.0.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", - "dev": true - }, - "file-entry-cache": { - "version": "2.0.0", - "from": "file-entry-cache@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-2.0.0.tgz", - "dev": true - }, - "file-sync-cmp": { - "version": "0.1.1", - "from": "file-sync-cmp@>=0.1.0 <0.2.0", - "resolved": "https://registry.npmjs.org/file-sync-cmp/-/file-sync-cmp-0.1.1.tgz", - "dev": true - }, - "filename-regex": { - "version": "2.0.0", - "from": "filename-regex@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.0.tgz", - "dev": true, - "optional": true - }, - "fill-range": { - "version": "2.2.3", - "from": "fill-range@>=2.1.0 <3.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz", - "dev": true, - "optional": true - }, - "finalhandler": { - "version": "0.5.0", - "from": "finalhandler@0.5.0", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-0.5.0.tgz", - "dev": true, - "dependencies": { - "debug": { - "version": "2.2.0", - "from": "debug@>=2.2.0 <2.3.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz", - "dev": true - }, - "ms": { - "version": "0.7.1", - "from": "ms@0.7.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz", - "dev": true - } - } - }, - "find-up": { - "version": "1.1.2", - "from": "find-up@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", - "dev": true - }, - "findup-sync": { - "version": "0.3.0", - "from": "findup-sync@>=0.3.0 <0.4.0", - "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz", - "dev": true, - "dependencies": { - "glob": { - "version": "5.0.15", - "from": "glob@>=5.0.0 <5.1.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", - "dev": true - } - } - }, - "flat-cache": { - "version": "1.2.2", - "from": "flat-cache@>=1.2.1 <2.0.0", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.2.2.tgz", - "dev": true - }, - "for-in": { - "version": "0.1.6", - "from": "for-in@>=0.1.5 <0.2.0", - "resolved": "https://registry.npmjs.org/for-in/-/for-in-0.1.6.tgz", - "dev": true, - "optional": true - }, - "for-own": { - "version": "0.1.4", - "from": "for-own@>=0.1.4 <0.2.0", - "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.4.tgz", - "dev": true, - "optional": true - }, - "forever-agent": { - "version": "0.6.1", - "from": "forever-agent@>=0.6.1 <0.7.0", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "dev": true - }, - "form-data": { - "version": "2.1.2", - "from": "form-data@>=2.1.1 <2.2.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.1.2.tgz", - "dev": true - }, - "fresh": { - "version": "0.3.0", - "from": "fresh@0.3.0", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz", - "dev": true - }, - "fs-extra": { - "version": "1.0.0", - "from": "fs-extra@>=1.0.0 <1.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-1.0.0.tgz", - "dev": true - }, - "fs.realpath": { - "version": "1.0.0", - "from": "fs.realpath@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "dev": true - }, - "fstream": { - "version": "1.0.10", - "from": "fstream@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.10.tgz", - "dev": true - }, - "gather-stream": { - "version": "1.0.0", - "from": "gather-stream@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/gather-stream/-/gather-stream-1.0.0.tgz", - "dev": true - }, - "gauge": { - "version": "2.6.0", - "from": "gauge@>=2.6.0 <2.7.0", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.6.0.tgz", - "dev": true - }, - "gaze": { - "version": "1.1.2", - "from": "gaze@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz", - "dev": true - }, - "generate-function": { - "version": "2.0.0", - "from": "generate-function@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz", - "dev": true - }, - "generate-object-property": { - "version": "1.2.0", - "from": "generate-object-property@>=1.1.0 <2.0.0", - "resolved": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz", - "dev": true - }, - "get-caller-file": { - "version": "1.0.2", - "from": "get-caller-file@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz", - "dev": true - }, - "get-stdin": { - "version": "4.0.1", - "from": "get-stdin@>=4.0.1 <5.0.0", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", - "dev": true - }, - "getobject": { - "version": "0.1.0", - "from": "getobject@>=0.1.0 <0.2.0", - "resolved": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz", - "dev": true - }, - "getpass": { - "version": "0.1.6", - "from": "getpass@>=0.1.1 <0.2.0", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.6.tgz", - "dev": true, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "from": "assert-plus@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "dev": true - } - } - }, - "glob": { - "version": "7.1.1", - "from": "glob@>=7.0.3 <8.0.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz", - "dev": true - }, - "glob-base": { - "version": "0.3.0", - "from": "glob-base@>=0.3.0 <0.4.0", - "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz", - "dev": true - }, - "glob-parent": { - "version": "2.0.0", - "from": "glob-parent@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", - "dev": true - }, - "globals": { - "version": "9.14.0", - "from": "globals@>=9.0.0 <10.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-9.14.0.tgz", - "dev": true - }, - "globby": { - "version": "5.0.0", - "from": "globby@>=5.0.0 <6.0.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz", - "dev": true - }, - "globule": { - "version": "1.1.0", - "from": "globule@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/globule/-/globule-1.1.0.tgz", - "dev": true, - "dependencies": { - "lodash": { - "version": "4.16.6", - "from": "lodash@>=4.16.4 <4.17.0", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.16.6.tgz", - "dev": true - } - } - }, - "graceful-fs": { - "version": "4.1.11", - "from": "graceful-fs@>=4.1.2 <5.0.0", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", - "dev": true - }, - "graceful-readlink": { - "version": "1.0.1", - "from": "graceful-readlink@>=1.0.0", - "resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz", - "dev": true - }, - "grunt": { - "version": "1.0.1", - "from": "grunt@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.0.1.tgz", - "dev": true, - "dependencies": { - "glob": { - "version": "7.0.6", - "from": "glob@>=7.0.0 <7.1.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz", - "dev": true - }, - "grunt-cli": { - "version": "1.2.0", - "from": "grunt-cli@>=1.2.0 <1.3.0", - "resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.2.0.tgz", - "dev": true - }, - "js-yaml": { - "version": "3.5.5", - "from": "js-yaml@>=3.5.2 <3.6.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.5.5.tgz", - "dev": true - }, - "resolve": { - "version": "1.1.7", - "from": "resolve@>=1.1.0 <1.2.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz", - "dev": true - }, - "rimraf": { - "version": "2.2.8", - "from": "rimraf@>=2.2.8 <2.3.0", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz", - "dev": true - } - } - }, - "grunt-babel": { - "version": "6.0.0", - "from": "grunt-babel@>=6.0.0 <7.0.0", - "resolved": "https://registry.npmjs.org/grunt-babel/-/grunt-babel-6.0.0.tgz", - "dev": true - }, - "grunt-build-control": { - "version": "0.7.1", - "from": "grunt-build-control@>=0.7.1 <0.8.0", - "resolved": "https://registry.npmjs.org/grunt-build-control/-/grunt-build-control-0.7.1.tgz", - "dev": true, - "dependencies": { - "semver": { - "version": "4.3.6", - "from": "semver@>=4.3.3 <4.4.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz", - "dev": true - }, - "shelljs": { - "version": "0.2.6", - "from": "shelljs@>=0.2.6 <0.3.0", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.2.6.tgz", - "dev": true - } - } - }, - "grunt-contrib-clean": { - "version": "1.0.0", - "from": "grunt-contrib-clean@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-1.0.0.tgz", - "dev": true - }, - "grunt-contrib-compress": { - "version": "1.3.0", - "from": "grunt-contrib-compress@>=1.3.0 <2.0.0", - "resolved": "https://registry.npmjs.org/grunt-contrib-compress/-/grunt-contrib-compress-1.3.0.tgz", - "dev": true - }, - "grunt-contrib-concat": { - "version": "1.0.1", - "from": "grunt-contrib-concat@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-1.0.1.tgz", - "dev": true - }, - "grunt-contrib-connect": { - "version": "1.0.2", - "from": "grunt-contrib-connect@>=1.0.2 <2.0.0", - "resolved": "https://registry.npmjs.org/grunt-contrib-connect/-/grunt-contrib-connect-1.0.2.tgz", - "dev": true - }, - "grunt-contrib-copy": { - "version": "1.0.0", - "from": "grunt-contrib-copy@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-1.0.0.tgz", - "dev": true - }, - "grunt-contrib-qunit": { - "version": "1.2.0", - "from": "grunt-contrib-qunit@>=1.2.0 <2.0.0", - "resolved": "https://registry.npmjs.org/grunt-contrib-qunit/-/grunt-contrib-qunit-1.2.0.tgz", - "dev": true - }, - "grunt-contrib-watch": { - "version": "1.0.0", - "from": "grunt-contrib-watch@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-1.0.0.tgz", - "dev": true, - "dependencies": { - "lodash": { - "version": "3.10.1", - "from": "lodash@>=3.10.1 <4.0.0", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", - "dev": true - } - } - }, - "grunt-exec": { - "version": "1.0.1", - "from": "grunt-exec@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/grunt-exec/-/grunt-exec-1.0.1.tgz", - "dev": true - }, - "grunt-html": { - "version": "8.1.0", - "from": "grunt-html@>=8.1.0 <9.0.0", - "resolved": "https://registry.npmjs.org/grunt-html/-/grunt-html-8.1.0.tgz", - "dev": true, - "dependencies": { - "async": { - "version": "2.1.2", - "from": "async@2.1.2", - "resolved": "https://registry.npmjs.org/async/-/async-2.1.2.tgz", - "dev": true - } - } - }, - "grunt-jekyll": { - "version": "0.4.4", - "from": "grunt-jekyll@>=0.4.4 <0.5.0", - "resolved": "https://registry.npmjs.org/grunt-jekyll/-/grunt-jekyll-0.4.4.tgz", - "dev": true - }, - "grunt-known-options": { - "version": "1.1.0", - "from": "grunt-known-options@>=1.1.0 <1.2.0", - "resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-1.1.0.tgz", - "dev": true - }, - "grunt-legacy-log": { - "version": "1.0.0", - "from": "grunt-legacy-log@>=1.0.0 <1.1.0", - "resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-1.0.0.tgz", - "dev": true, - "dependencies": { - "lodash": { - "version": "3.10.1", - "from": "lodash@>=3.10.1 <3.11.0", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", - "dev": true - } - } - }, - "grunt-legacy-log-utils": { - "version": "1.0.0", - "from": "grunt-legacy-log-utils@>=1.0.0 <1.1.0", - "resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-1.0.0.tgz", - "dev": true, - "dependencies": { - "lodash": { - "version": "4.3.0", - "from": "lodash@>=4.3.0 <4.4.0", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.3.0.tgz", - "dev": true - } - } - }, - "grunt-legacy-util": { - "version": "1.0.0", - "from": "grunt-legacy-util@>=1.0.0 <1.1.0", - "resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-1.0.0.tgz", - "dev": true, - "dependencies": { - "lodash": { - "version": "4.3.0", - "from": "lodash@>=4.3.0 <4.4.0", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.3.0.tgz", - "dev": true - } - } - }, - "grunt-lib-phantomjs": { - "version": "1.1.0", - "from": "grunt-lib-phantomjs@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/grunt-lib-phantomjs/-/grunt-lib-phantomjs-1.1.0.tgz", - "dev": true - }, - "grunt-saucelabs": { - "version": "9.0.0", - "from": "grunt-saucelabs@>=9.0.0 <10.0.0", - "resolved": "https://registry.npmjs.org/grunt-saucelabs/-/grunt-saucelabs-9.0.0.tgz", - "dev": true, - "dependencies": { - "lodash": { - "version": "4.13.1", - "from": "lodash@>=4.13.1 <4.14.0", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.13.1.tgz", - "dev": true - } - } - }, - "grunt-stamp": { - "version": "0.3.0", - "from": "grunt-stamp@>=0.3.0 <0.4.0", - "resolved": "https://registry.npmjs.org/grunt-stamp/-/grunt-stamp-0.3.0.tgz", - "dev": true - }, - "har-validator": { - "version": "2.0.6", - "from": "har-validator@>=2.0.6 <2.1.0", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz", - "dev": true, - "dependencies": { - "commander": { - "version": "2.9.0", - "from": "commander@>=2.9.0 <3.0.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz", - "dev": true - } - } - }, - "has-ansi": { - "version": "2.0.0", - "from": "has-ansi@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", - "dev": true - }, - "has-color": { - "version": "0.1.7", - "from": "has-color@>=0.1.7 <0.2.0", - "resolved": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz", - "dev": true - }, - "has-flag": { - "version": "1.0.0", - "from": "has-flag@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", - "dev": true - }, - "has-unicode": { - "version": "2.0.1", - "from": "has-unicode@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", - "dev": true - }, - "hasha": { - "version": "2.2.0", - "from": "hasha@>=2.2.0 <2.3.0", - "resolved": "https://registry.npmjs.org/hasha/-/hasha-2.2.0.tgz", - "dev": true - }, - "hawk": { - "version": "3.1.3", - "from": "hawk@>=3.1.3 <3.2.0", - "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz", - "dev": true - }, - "hoek": { - "version": "2.16.3", - "from": "hoek@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", - "dev": true - }, - "home-or-tmp": { - "version": "2.0.0", - "from": "home-or-tmp@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz", - "dev": true - }, - "hooker": { - "version": "0.2.3", - "from": "hooker@>=0.2.3 <0.3.0", - "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz", - "dev": true - }, - "hosted-git-info": { - "version": "2.1.5", - "from": "hosted-git-info@>=2.1.4 <3.0.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.5.tgz", - "dev": true - }, - "htmlhint": { - "version": "0.9.13", - "from": "htmlhint@>=0.9.13 <0.10.0", - "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-0.9.13.tgz", - "dev": true, - "dependencies": { - "async": { - "version": "1.4.2", - "from": "async@1.4.2", - "resolved": "https://registry.npmjs.org/async/-/async-1.4.2.tgz", - "dev": true - }, - "colors": { - "version": "1.0.3", - "from": "colors@1.0.3", - "resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz", - "dev": true - }, - "commander": { - "version": "2.6.0", - "from": "commander@2.6.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.6.0.tgz", - "dev": true - }, - "glob": { - "version": "5.0.15", - "from": "glob@5.0.15", - "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", - "dev": true - } - } - }, - "htmlparser2": { - "version": "3.8.3", - "from": "htmlparser2@>=3.8.0 <3.9.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz", - "dev": true, - "dependencies": { - "isarray": { - "version": "0.0.1", - "from": "isarray@0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "dev": true - }, - "readable-stream": { - "version": "1.1.14", - "from": "readable-stream@>=1.1.0 <1.2.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", - "dev": true - } - } - }, - "http-errors": { - "version": "1.5.1", - "from": "http-errors@>=1.5.0 <1.6.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.5.1.tgz", - "dev": true - }, - "http-signature": { - "version": "1.1.1", - "from": "http-signature@>=1.1.0 <1.2.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz", - "dev": true - }, - "http2": { - "version": "3.3.6", - "from": "http2@>=3.3.4 <4.0.0", - "resolved": "https://registry.npmjs.org/http2/-/http2-3.3.6.tgz", - "dev": true - }, - "https-proxy-agent": { - "version": "1.0.0", - "from": "https-proxy-agent@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-1.0.0.tgz", - "dev": true - }, - "iconv-lite": { - "version": "0.4.15", - "from": "iconv-lite@>=0.4.13 <0.5.0", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.15.tgz", - "dev": true - }, - "ignore": { - "version": "3.2.0", - "from": "ignore@>=3.2.0 <4.0.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.2.0.tgz", - "dev": true - }, - "imurmurhash": { - "version": "0.1.4", - "from": "imurmurhash@>=0.1.4 <0.2.0", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "dev": true - }, - "in-publish": { - "version": "2.0.0", - "from": "in-publish@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz", - "dev": true - }, - "indent-string": { - "version": "2.1.0", - "from": "indent-string@>=2.1.0 <3.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", - "dev": true - }, - "inflight": { - "version": "1.0.6", - "from": "inflight@>=1.0.4 <2.0.0", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "dev": true - }, - "inherits": { - "version": "2.0.3", - "from": "inherits@>=2.0.3 <3.0.0", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "dev": true - }, - "inquirer": { - "version": "0.12.0", - "from": "inquirer@>=0.12.0 <0.13.0", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.12.0.tgz", - "dev": true - }, - "interpret": { - "version": "1.0.1", - "from": "interpret@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.0.1.tgz", - "dev": true - }, - "invariant": { - "version": "2.2.2", - "from": "invariant@>=2.2.0 <3.0.0", - "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz", - "dev": true - }, - "invert-kv": { - "version": "1.0.0", - "from": "invert-kv@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz", - "dev": true - }, - "is-arrayish": { - "version": "0.2.1", - "from": "is-arrayish@>=0.2.1 <0.3.0", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "dev": true - }, - "is-binary-path": { - "version": "1.0.1", - "from": "is-binary-path@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", - "dev": true, - "optional": true - }, - "is-buffer": { - "version": "1.1.4", - "from": "is-buffer@>=1.0.2 <2.0.0", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.4.tgz", - "dev": true - }, - "is-builtin-module": { - "version": "1.0.0", - "from": "is-builtin-module@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz", - "dev": true - }, - "is-dotfile": { - "version": "1.0.2", - "from": "is-dotfile@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz", - "dev": true - }, - "is-equal-shallow": { - "version": "0.1.3", - "from": "is-equal-shallow@>=0.1.3 <0.2.0", - "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz", - "dev": true, - "optional": true - }, - "is-extendable": { - "version": "0.1.1", - "from": "is-extendable@>=0.1.1 <0.2.0", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "dev": true, - "optional": true - }, - "is-extglob": { - "version": "1.0.0", - "from": "is-extglob@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "dev": true - }, - "is-finite": { - "version": "1.0.2", - "from": "is-finite@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "1.0.0", - "from": "is-fullwidth-code-point@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "dev": true - }, - "is-glob": { - "version": "2.0.1", - "from": "is-glob@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", - "dev": true - }, - "is-my-json-valid": { - "version": "2.15.0", - "from": "is-my-json-valid@>=2.10.0 <3.0.0", - "resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.15.0.tgz", - "dev": true - }, - "is-number": { - "version": "2.1.0", - "from": "is-number@>=2.1.0 <3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz", - "dev": true - }, - "is-path-cwd": { - "version": "1.0.0", - "from": "is-path-cwd@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz", - "dev": true - }, - "is-path-in-cwd": { - "version": "1.0.0", - "from": "is-path-in-cwd@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz", - "dev": true - }, - "is-path-inside": { - "version": "1.0.0", - "from": "is-path-inside@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.0.tgz", - "dev": true - }, - "is-posix-bracket": { - "version": "0.1.1", - "from": "is-posix-bracket@>=0.1.0 <0.2.0", - "resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz", - "dev": true, - "optional": true - }, - "is-primitive": { - "version": "2.0.0", - "from": "is-primitive@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz", - "dev": true - }, - "is-property": { - "version": "1.0.2", - "from": "is-property@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz", - "dev": true - }, - "is-resolvable": { - "version": "1.0.0", - "from": "is-resolvable@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.0.0.tgz", - "dev": true - }, - "is-stream": { - "version": "1.1.0", - "from": "is-stream@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "dev": true - }, - "is-travis": { - "version": "1.0.0", - "from": "is-travis@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/is-travis/-/is-travis-1.0.0.tgz", - "dev": true - }, - "is-typedarray": { - "version": "1.0.0", - "from": "is-typedarray@>=1.0.0 <1.1.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "dev": true - }, - "is-utf8": { - "version": "0.2.1", - "from": "is-utf8@>=0.2.0 <0.3.0", - "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", - "dev": true - }, - "isarray": { - "version": "1.0.0", - "from": "isarray@>=1.0.0 <1.1.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "dev": true - }, - "isexe": { - "version": "1.1.2", - "from": "isexe@>=1.1.1 <2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz", - "dev": true - }, - "isobject": { - "version": "2.1.0", - "from": "isobject@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", - "dev": true, - "optional": true - }, - "isstream": { - "version": "0.1.2", - "from": "isstream@>=0.1.2 <0.2.0", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "dev": true - }, - "jodid25519": { - "version": "1.0.2", - "from": "jodid25519@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz", - "dev": true, - "optional": true - }, - "jquery": { - "version": "3.1.1", - "from": "jquery@>=1.9.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.1.1.tgz" - }, - "js-base64": { - "version": "2.1.9", - "from": "js-base64@>=2.1.9 <3.0.0", - "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz", - "dev": true - }, - "js-tokens": { - "version": "2.0.0", - "from": "js-tokens@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-2.0.0.tgz", - "dev": true - }, - "js-yaml": { - "version": "3.7.0", - "from": "js-yaml@>=3.5.1 <4.0.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.7.0.tgz", - "dev": true - }, - "jsbn": { - "version": "0.1.0", - "from": "jsbn@>=0.1.0 <0.2.0", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz", - "dev": true, - "optional": true - }, - "jsesc": { - "version": "0.5.0", - "from": "jsesc@>=0.5.0 <0.6.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "dev": true - }, - "jshint": { - "version": "2.8.0", - "from": "jshint@2.8.0", - "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.8.0.tgz", - "dev": true, - "dependencies": { - "lodash": { - "version": "3.7.0", - "from": "lodash@>=3.7.0 <3.8.0", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz", - "dev": true - }, - "minimatch": { - "version": "2.0.10", - "from": "minimatch@>=2.0.0 <2.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz", - "dev": true - }, - "shelljs": { - "version": "0.3.0", - "from": "shelljs@>=0.3.0 <0.4.0", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz", - "dev": true - } - } - }, - "json-schema": { - "version": "0.2.3", - "from": "json-schema@0.2.3", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", - "dev": true - }, - "json-stable-stringify": { - "version": "1.0.1", - "from": "json-stable-stringify@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", - "dev": true - }, - "json-stringify-safe": { - "version": "5.0.1", - "from": "json-stringify-safe@>=5.0.1 <5.1.0", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "dev": true - }, - "json5": { - "version": "0.5.1", - "from": "json5@>=0.5.0 <0.6.0", - "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz", - "dev": true - }, - "jsonfile": { - "version": "2.4.0", - "from": "jsonfile@>=2.1.0 <3.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz", - "dev": true - }, - "jsonify": { - "version": "0.0.0", - "from": "jsonify@>=0.0.0 <0.1.0", - "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", - "dev": true - }, - "jsonpointer": { - "version": "4.0.1", - "from": "jsonpointer@>=4.0.0 <5.0.0", - "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz", - "dev": true - }, - "jsprim": { - "version": "1.3.1", - "from": "jsprim@>=1.2.2 <2.0.0", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.3.1.tgz", - "dev": true - }, - "kew": { - "version": "0.7.0", - "from": "kew@>=0.7.0 <0.8.0", - "resolved": "https://registry.npmjs.org/kew/-/kew-0.7.0.tgz", - "dev": true - }, - "kind-of": { - "version": "3.1.0", - "from": "kind-of@>=3.0.2 <4.0.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.1.0.tgz", - "dev": true - }, - "klaw": { - "version": "1.3.1", - "from": "klaw@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz", - "dev": true - }, - "lazy-cache": { - "version": "1.0.4", - "from": "lazy-cache@>=1.0.3 <2.0.0", - "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz", - "dev": true - }, - "lazystream": { - "version": "1.0.0", - "from": "lazystream@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz", - "dev": true - }, - "lcid": { - "version": "1.0.0", - "from": "lcid@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz", - "dev": true - }, - "levn": { - "version": "0.3.0", - "from": "levn@>=0.3.0 <0.4.0", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", - "dev": true - }, - "livereload-js": { - "version": "2.2.2", - "from": "livereload-js@>=2.2.0 <3.0.0", - "resolved": "https://registry.npmjs.org/livereload-js/-/livereload-js-2.2.2.tgz", - "dev": true - }, - "load-grunt-tasks": { - "version": "3.5.2", - "from": "load-grunt-tasks@>=3.5.2 <4.0.0", - "resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-3.5.2.tgz", - "dev": true - }, - "load-json-file": { - "version": "1.1.0", - "from": "load-json-file@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", - "dev": true, - "dependencies": { - "strip-bom": { - "version": "2.0.0", - "from": "strip-bom@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "dev": true - } - } - }, - "lodash": { - "version": "4.17.4", - "from": "lodash@>=4.2.0 <5.0.0", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "dev": true - }, - "lodash.assign": { - "version": "4.2.0", - "from": "lodash.assign@>=4.2.0 <5.0.0", - "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz", - "dev": true - }, - "lodash.clonedeep": { - "version": "4.5.0", - "from": "lodash.clonedeep@>=4.3.2 <5.0.0", - "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", - "dev": true - }, - "lodash.mergewith": { - "version": "4.6.0", - "from": "lodash.mergewith@>=4.6.0 <5.0.0", - "resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.0.tgz", - "dev": true - }, - "lodash.pickby": { - "version": "4.6.0", - "from": "lodash.pickby@>=4.6.0 <5.0.0", - "resolved": "https://registry.npmjs.org/lodash.pickby/-/lodash.pickby-4.6.0.tgz", - "dev": true - }, - "longest": { - "version": "1.0.1", - "from": "longest@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz", - "dev": true - }, - "loose-envify": { - "version": "1.3.0", - "from": "loose-envify@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.3.0.tgz", - "dev": true - }, - "loud-rejection": { - "version": "1.6.0", - "from": "loud-rejection@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", - "dev": true - }, - "lru-cache": { - "version": "2.7.3", - "from": "lru-cache@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz", - "dev": true - }, - "map-obj": { - "version": "1.0.1", - "from": "map-obj@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "dev": true - }, - "media-typer": { - "version": "0.3.0", - "from": "media-typer@0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "dev": true - }, - "meow": { - "version": "3.7.0", - "from": "meow@>=3.3.0 <4.0.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", - "dev": true, - "dependencies": { - "minimist": { - "version": "1.2.0", - "from": "minimist@>=1.1.3 <2.0.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "dev": true - } - } - }, - "micromatch": { - "version": "2.3.11", - "from": "micromatch@>=2.1.5 <3.0.0", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz", - "dev": true, - "optional": true - }, - "mime": { - "version": "1.3.4", - "from": "mime@1.3.4", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz", - "dev": true - }, - "mime-db": { - "version": "1.25.0", - "from": "mime-db@>=1.25.0 <1.26.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.25.0.tgz", - "dev": true - }, - "mime-types": { - "version": "2.1.13", - "from": "mime-types@>=2.1.11 <2.2.0", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.13.tgz", - "dev": true - }, - "minimatch": { - "version": "3.0.3", - "from": "minimatch@>=3.0.2 <4.0.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz", - "dev": true - }, - "minimist": { - "version": "0.0.8", - "from": "minimist@0.0.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", - "dev": true - }, - "mkdirp": { - "version": "0.5.1", - "from": "mkdirp@>=0.5.0 <0.6.0", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", - "dev": true - }, - "morgan": { - "version": "1.7.0", - "from": "morgan@>=1.6.1 <2.0.0", - "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.7.0.tgz", - "dev": true, - "dependencies": { - "debug": { - "version": "2.2.0", - "from": "debug@>=2.2.0 <2.3.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz", - "dev": true - }, - "ms": { - "version": "0.7.1", - "from": "ms@0.7.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz", - "dev": true - } - } - }, - "ms": { - "version": "0.7.2", - "from": "ms@0.7.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz", - "dev": true - }, - "multimatch": { - "version": "2.1.0", - "from": "multimatch@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-2.1.0.tgz", - "dev": true - }, - "mute-stream": { - "version": "0.0.5", - "from": "mute-stream@0.0.5", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.5.tgz", - "dev": true - }, - "nan": { - "version": "2.5.0", - "from": "nan@>=2.3.2 <3.0.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.5.0.tgz", - "dev": true - }, - "natural-compare": { - "version": "1.4.0", - "from": "natural-compare@>=1.4.0 <2.0.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "dev": true - }, - "negotiator": { - "version": "0.6.1", - "from": "negotiator@0.6.1", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz", - "dev": true - }, - "neo-async": { - "version": "1.8.2", - "from": "neo-async@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-1.8.2.tgz", - "dev": true - }, - "node-gyp": { - "version": "3.4.0", - "from": "node-gyp@>=3.3.1 <4.0.0", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.4.0.tgz", - "dev": true, - "dependencies": { - "npmlog": { - "version": "3.1.2", - "from": "npmlog@>=0.0.0 <1.0.0||>=1.0.0 <2.0.0||>=2.0.0 <3.0.0||>=3.0.0 <4.0.0", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-3.1.2.tgz", - "dev": true - } - } - }, - "node-sass": { - "version": "4.1.1", - "from": "node-sass@>=4.1.1 <5.0.0", - "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.1.1.tgz", - "dev": true - }, - "nopt": { - "version": "3.0.6", - "from": "nopt@>=3.0.6 <3.1.0", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", - "dev": true - }, - "normalize-package-data": { - "version": "2.3.5", - "from": "normalize-package-data@>=2.3.4 <3.0.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz", - "dev": true - }, - "normalize-path": { - "version": "2.0.1", - "from": "normalize-path@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz", - "dev": true - }, - "normalize-range": { - "version": "0.1.2", - "from": "normalize-range@>=0.1.2 <0.2.0", - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "dev": true - }, - "npmlog": { - "version": "4.0.2", - "from": "npmlog@>=4.0.0 <5.0.0", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.0.2.tgz", - "dev": true, - "dependencies": { - "gauge": { - "version": "2.7.2", - "from": "gauge@>=2.7.1 <2.8.0", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.2.tgz", - "dev": true - }, - "supports-color": { - "version": "0.2.0", - "from": "supports-color@>=0.2.0 <0.3.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz", - "dev": true - } - } - }, - "num2fraction": { - "version": "1.2.2", - "from": "num2fraction@>=1.2.2 <2.0.0", - "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", - "dev": true - }, - "number-is-nan": { - "version": "1.0.1", - "from": "number-is-nan@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "dev": true - }, - "oauth-sign": { - "version": "0.8.2", - "from": "oauth-sign@>=0.8.1 <0.9.0", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz", - "dev": true - }, - "object-assign": { - "version": "4.1.0", - "from": "object-assign@>=4.0.1 <5.0.0", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz", - "dev": true - }, - "object.omit": { - "version": "2.0.1", - "from": "object.omit@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz", - "dev": true, - "optional": true - }, - "on-finished": { - "version": "2.3.0", - "from": "on-finished@>=2.3.0 <2.4.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "dev": true - }, - "on-headers": { - "version": "1.0.1", - "from": "on-headers@>=1.0.1 <1.1.0", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz", - "dev": true - }, - "once": { - "version": "1.4.0", - "from": "once@>=1.3.0 <2.0.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "dev": true - }, - "onetime": { - "version": "1.1.0", - "from": "onetime@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz", - "dev": true - }, - "opn": { - "version": "4.0.2", - "from": "opn@>=4.0.0 <5.0.0", - "resolved": "https://registry.npmjs.org/opn/-/opn-4.0.2.tgz", - "dev": true - }, - "optionator": { - "version": "0.8.2", - "from": "optionator@>=0.8.2 <0.9.0", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz", - "dev": true - }, - "os-homedir": { - "version": "1.0.2", - "from": "os-homedir@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", - "dev": true - }, - "os-locale": { - "version": "1.4.0", - "from": "os-locale@>=1.4.0 <2.0.0", - "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz", - "dev": true - }, - "os-tmpdir": { - "version": "1.0.2", - "from": "os-tmpdir@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "dev": true - }, - "osenv": { - "version": "0.1.4", - "from": "osenv@>=0.0.0 <1.0.0", - "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz", - "dev": true - }, - "package": { - "version": "1.0.1", - "from": "package@>=1.0.0 <1.2.0", - "resolved": "https://registry.npmjs.org/package/-/package-1.0.1.tgz", - "dev": true - }, - "parse-glob": { - "version": "3.0.4", - "from": "parse-glob@3.0.4", - "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz", - "dev": true - }, - "parse-json": { - "version": "2.2.0", - "from": "parse-json@>=2.2.0 <3.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", - "dev": true - }, - "parse-ms": { - "version": "1.0.1", - "from": "parse-ms@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-1.0.1.tgz", - "dev": true - }, - "parserlib": { - "version": "0.2.5", - "from": "parserlib@>=0.2.2 <0.3.0", - "resolved": "https://registry.npmjs.org/parserlib/-/parserlib-0.2.5.tgz", - "dev": true - }, - "parseurl": { - "version": "1.3.1", - "from": "parseurl@>=1.3.1 <1.4.0", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz", - "dev": true - }, - "path-array": { - "version": "1.0.1", - "from": "path-array@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/path-array/-/path-array-1.0.1.tgz", - "dev": true - }, - "path-exists": { - "version": "2.1.0", - "from": "path-exists@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", - "dev": true - }, - "path-is-absolute": { - "version": "1.0.1", - "from": "path-is-absolute@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "dev": true - }, - "path-is-inside": { - "version": "1.0.2", - "from": "path-is-inside@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", - "dev": true - }, - "path-type": { - "version": "1.1.0", - "from": "path-type@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", - "dev": true - }, - "pend": { - "version": "1.2.0", - "from": "pend@>=1.2.0 <1.3.0", - "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", - "dev": true - }, - "phantomjs-prebuilt": { - "version": "2.1.14", - "from": "phantomjs-prebuilt@>=2.1.3 <3.0.0", - "resolved": "https://registry.npmjs.org/phantomjs-prebuilt/-/phantomjs-prebuilt-2.1.14.tgz", - "dev": true - }, - "pify": { - "version": "2.3.0", - "from": "pify@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "dev": true - }, - "pinkie": { - "version": "2.0.4", - "from": "pinkie@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "dev": true - }, - "pinkie-promise": { - "version": "2.0.1", - "from": "pinkie-promise@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "dev": true - }, - "pkg-up": { - "version": "1.0.0", - "from": "pkg-up@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-1.0.0.tgz", - "dev": true - }, - "plur": { - "version": "1.0.0", - "from": "plur@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/plur/-/plur-1.0.0.tgz", - "dev": true - }, - "pluralize": { - "version": "1.2.1", - "from": "pluralize@>=1.2.1 <2.0.0", - "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-1.2.1.tgz", - "dev": true - }, - "portscanner": { - "version": "1.2.0", - "from": "portscanner@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/portscanner/-/portscanner-1.2.0.tgz", - "dev": true - }, - "postcss": { - "version": "5.2.8", - "from": "postcss@>=5.2.8 <6.0.0", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.8.tgz", - "dev": true - }, - "postcss-cli": { - "version": "2.6.0", - "from": "postcss-cli@>=2.6.0 <3.0.0", - "resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-2.6.0.tgz", - "dev": true, - "dependencies": { - "glob": { - "version": "6.0.4", - "from": "glob@>=6.0.1 <7.0.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz", - "dev": true - }, - "globby": { - "version": "4.1.0", - "from": "globby@>=4.1.0 <5.0.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-4.1.0.tgz", - "dev": true - } - } - }, - "postcss-flexbugs-fixes": { - "version": "2.1.0", - "from": "postcss-flexbugs-fixes@>=2.1.0 <3.0.0", - "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-2.1.0.tgz", - "dev": true - }, - "postcss-value-parser": { - "version": "3.3.0", - "from": "postcss-value-parser@>=3.2.3 <4.0.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz", - "dev": true - }, - "prelude-ls": { - "version": "1.1.2", - "from": "prelude-ls@>=1.1.2 <1.2.0", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", - "dev": true - }, - "preserve": { - "version": "0.2.0", - "from": "preserve@>=0.2.0 <0.3.0", - "resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz", - "dev": true, - "optional": true - }, - "pretty-bytes": { - "version": "3.0.1", - "from": "pretty-bytes@>=3.0.1 <4.0.0", - "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-3.0.1.tgz", - "dev": true - }, - "pretty-ms": { - "version": "2.1.0", - "from": "pretty-ms@>=2.1.0 <3.0.0", - "resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-2.1.0.tgz", - "dev": true - }, - "private": { - "version": "0.1.6", - "from": "private@>=0.1.6 <0.2.0", - "resolved": "https://registry.npmjs.org/private/-/private-0.1.6.tgz", - "dev": true - }, - "process-nextick-args": { - "version": "1.0.7", - "from": "process-nextick-args@>=1.0.6 <1.1.0", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", - "dev": true - }, - "progress": { - "version": "1.1.8", - "from": "progress@>=1.1.8 <2.0.0", - "resolved": "https://registry.npmjs.org/progress/-/progress-1.1.8.tgz", - "dev": true - }, - "pseudomap": { - "version": "1.0.2", - "from": "pseudomap@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", - "dev": true - }, - "punycode": { - "version": "1.4.1", - "from": "punycode@>=1.4.1 <2.0.0", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "dev": true - }, - "q": { - "version": "1.4.1", - "from": "q@>=1.4.1 <1.5.0", - "resolved": "https://registry.npmjs.org/q/-/q-1.4.1.tgz", - "dev": true - }, - "qs": { - "version": "6.3.0", - "from": "qs@>=6.3.0 <6.4.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.3.0.tgz", - "dev": true - }, - "randomatic": { - "version": "1.1.6", - "from": "randomatic@>=1.1.3 <2.0.0", - "resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.6.tgz", - "dev": true, - "optional": true - }, - "range-parser": { - "version": "1.2.0", - "from": "range-parser@>=1.2.0 <1.3.0", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", - "dev": true - }, - "raw-body": { - "version": "2.1.7", - "from": "raw-body@>=2.1.5 <2.2.0", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.1.7.tgz", - "dev": true, - "dependencies": { - "bytes": { - "version": "2.4.0", - "from": "bytes@2.4.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz", - "dev": true - }, - "iconv-lite": { - "version": "0.4.13", - "from": "iconv-lite@0.4.13", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz", - "dev": true - } - } - }, - "read-file-stdin": { - "version": "0.2.1", - "from": "read-file-stdin@>=0.2.0 <0.3.0", - "resolved": "https://registry.npmjs.org/read-file-stdin/-/read-file-stdin-0.2.1.tgz", - "dev": true - }, - "read-pkg": { - "version": "1.1.0", - "from": "read-pkg@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", - "dev": true - }, - "read-pkg-up": { - "version": "1.0.1", - "from": "read-pkg-up@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", - "dev": true - }, - "readable-stream": { - "version": "2.2.2", - "from": "readable-stream@>=2.2.2 <3.0.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.2.tgz", - "dev": true - }, - "readdirp": { - "version": "2.1.0", - "from": "readdirp@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz", - "dev": true, - "optional": true - }, - "readline2": { - "version": "1.0.1", - "from": "readline2@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz", - "dev": true - }, - "rechoir": { - "version": "0.6.2", - "from": "rechoir@>=0.6.2 <0.7.0", - "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", - "dev": true - }, - "redent": { - "version": "1.0.0", - "from": "redent@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", - "dev": true - }, - "regenerate": { - "version": "1.3.2", - "from": "regenerate@>=1.2.1 <2.0.0", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.3.2.tgz", - "dev": true - }, - "regenerator-runtime": { - "version": "0.10.1", - "from": "regenerator-runtime@>=0.10.0 <0.11.0", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.1.tgz", - "dev": true - }, - "regenerator-transform": { - "version": "0.9.8", - "from": "regenerator-transform@0.9.8", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.9.8.tgz", - "dev": true - }, - "regex-cache": { - "version": "0.4.3", - "from": "regex-cache@>=0.4.2 <0.5.0", - "resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz", - "dev": true, - "optional": true - }, - "regexpu-core": { - "version": "2.0.0", - "from": "regexpu-core@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-2.0.0.tgz", - "dev": true - }, - "regjsgen": { - "version": "0.2.0", - "from": "regjsgen@>=0.2.0 <0.3.0", - "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz", - "dev": true - }, - "regjsparser": { - "version": "0.1.5", - "from": "regjsparser@>=0.1.4 <0.2.0", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz", - "dev": true - }, - "repeat-element": { - "version": "1.1.2", - "from": "repeat-element@>=1.1.2 <2.0.0", - "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz", - "dev": true - }, - "repeat-string": { - "version": "1.6.1", - "from": "repeat-string@>=1.5.2 <2.0.0", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "dev": true - }, - "repeating": { - "version": "2.0.1", - "from": "repeating@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", - "dev": true - }, - "request": { - "version": "2.79.0", - "from": "request@>=2.79.0 <2.80.0", - "resolved": "https://registry.npmjs.org/request/-/request-2.79.0.tgz", - "dev": true - }, - "request-progress": { - "version": "2.0.1", - "from": "request-progress@>=2.0.1 <2.1.0", - "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-2.0.1.tgz", - "dev": true - }, - "requestretry": { - "version": "1.9.1", - "from": "requestretry@>=1.9.0 <1.10.0", - "resolved": "https://registry.npmjs.org/requestretry/-/requestretry-1.9.1.tgz", - "dev": true - }, - "require-directory": { - "version": "2.1.1", - "from": "require-directory@>=2.1.1 <3.0.0", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "dev": true - }, - "require-main-filename": { - "version": "1.0.1", - "from": "require-main-filename@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz", - "dev": true - }, - "require-uncached": { - "version": "1.0.3", - "from": "require-uncached@>=1.0.2 <2.0.0", - "resolved": "https://registry.npmjs.org/require-uncached/-/require-uncached-1.0.3.tgz", - "dev": true - }, - "resolve": { - "version": "1.2.0", - "from": "resolve@>=1.1.6 <2.0.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.2.0.tgz", - "dev": true - }, - "resolve-from": { - "version": "1.0.1", - "from": "resolve-from@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz", - "dev": true - }, - "resolve-pkg": { - "version": "0.1.0", - "from": "resolve-pkg@>=0.1.0 <0.2.0", - "resolved": "https://registry.npmjs.org/resolve-pkg/-/resolve-pkg-0.1.0.tgz", - "dev": true, - "dependencies": { - "resolve-from": { - "version": "2.0.0", - "from": "resolve-from@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-2.0.0.tgz", - "dev": true - } - } - }, - "restore-cursor": { - "version": "1.0.1", - "from": "restore-cursor@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz", - "dev": true - }, - "right-align": { - "version": "0.1.3", - "from": "right-align@>=0.1.1 <0.2.0", - "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz", - "dev": true - }, - "rimraf": { - "version": "2.5.4", - "from": "rimraf@>=2.2.8 <3.0.0", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.5.4.tgz", - "dev": true - }, - "run-async": { - "version": "0.1.0", - "from": "run-async@>=0.1.0 <0.2.0", - "resolved": "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz", - "dev": true - }, - "rx-lite": { - "version": "3.1.2", - "from": "rx-lite@>=3.1.2 <4.0.0", - "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-3.1.2.tgz", - "dev": true - }, - "sass-graph": { - "version": "2.1.2", - "from": "sass-graph@>=2.1.1 <3.0.0", - "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.1.2.tgz", - "dev": true - }, - "sauce-tunnel": { - "version": "2.5.0", - "from": "sauce-tunnel@>=2.5.0 <2.6.0", - "resolved": "https://registry.npmjs.org/sauce-tunnel/-/sauce-tunnel-2.5.0.tgz", - "dev": true - }, - "saucelabs": { - "version": "1.2.0", - "from": "saucelabs@>=1.2.0 <1.3.0", - "resolved": "https://registry.npmjs.org/saucelabs/-/saucelabs-1.2.0.tgz", - "dev": true - }, - "semver": { - "version": "5.3.0", - "from": "semver@>=2.0.0 <3.0.0||>=3.0.0 <4.0.0||>=4.0.0 <5.0.0||>=5.0.0 <6.0.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", - "dev": true - }, - "send": { - "version": "0.14.1", - "from": "send@0.14.1", - "resolved": "https://registry.npmjs.org/send/-/send-0.14.1.tgz", - "dev": true, - "dependencies": { - "debug": { - "version": "2.2.0", - "from": "debug@>=2.2.0 <2.3.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz", - "dev": true - }, - "ms": { - "version": "0.7.1", - "from": "ms@0.7.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz", - "dev": true - } - } - }, - "serve-index": { - "version": "1.8.0", - "from": "serve-index@>=1.7.1 <2.0.0", - "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.8.0.tgz", - "dev": true, - "dependencies": { - "debug": { - "version": "2.2.0", - "from": "debug@>=2.2.0 <2.3.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz", - "dev": true - }, - "ms": { - "version": "0.7.1", - "from": "ms@0.7.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz", - "dev": true - } - } - }, - "serve-static": { - "version": "1.11.1", - "from": "serve-static@>=1.10.0 <2.0.0", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.11.1.tgz", - "dev": true - }, - "set-blocking": { - "version": "2.0.0", - "from": "set-blocking@>=2.0.0 <2.1.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "dev": true - }, - "set-immediate-shim": { - "version": "1.0.1", - "from": "set-immediate-shim@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz", - "dev": true, - "optional": true - }, - "setprototypeof": { - "version": "1.0.2", - "from": "setprototypeof@1.0.2", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.2.tgz", - "dev": true - }, - "shelljs": { - "version": "0.7.5", - "from": "shelljs@>=0.7.5 <0.8.0", - "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.7.5.tgz", - "dev": true - }, - "shx": { - "version": "0.2.1", - "from": "shx@>=0.2.1 <0.3.0", - "resolved": "https://registry.npmjs.org/shx/-/shx-0.2.1.tgz", - "dev": true, - "dependencies": { - "minimist": { - "version": "1.2.0", - "from": "minimist@>=1.2.0 <2.0.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "dev": true - } - } - }, - "sigmund": { - "version": "1.0.1", - "from": "sigmund@>=1.0.0 <1.1.0", - "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz", - "dev": true - }, - "signal-exit": { - "version": "3.0.2", - "from": "signal-exit@>=3.0.0 <4.0.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", - "dev": true - }, - "slash": { - "version": "1.0.0", - "from": "slash@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", - "dev": true - }, - "slice-ansi": { - "version": "0.0.4", - "from": "slice-ansi@0.0.4", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz", - "dev": true - }, - "sntp": { - "version": "1.0.9", - "from": "sntp@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz", - "dev": true - }, - "source-map": { - "version": "0.5.6", - "from": "source-map@>=0.5.6 <0.6.0", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", - "dev": true - }, - "source-map-support": { - "version": "0.4.8", - "from": "source-map-support@>=0.4.2 <0.5.0", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.8.tgz", - "dev": true - }, - "spdx-correct": { - "version": "1.0.2", - "from": "spdx-correct@>=1.0.0 <1.1.0", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz", - "dev": true - }, - "spdx-expression-parse": { - "version": "1.0.4", - "from": "spdx-expression-parse@>=1.0.0 <1.1.0", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz", - "dev": true - }, - "spdx-license-ids": { - "version": "1.2.2", - "from": "spdx-license-ids@>=1.0.2 <2.0.0", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz", - "dev": true - }, - "split": { - "version": "1.0.0", - "from": "split@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/split/-/split-1.0.0.tgz", - "dev": true - }, - "sprintf-js": { - "version": "1.0.3", - "from": "sprintf-js@>=1.0.2 <1.1.0", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "dev": true - }, - "sshpk": { - "version": "1.10.1", - "from": "sshpk@>=1.7.0 <2.0.0", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.10.1.tgz", - "dev": true, - "dependencies": { - "assert-plus": { - "version": "1.0.0", - "from": "assert-plus@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "dev": true - } - } - }, - "statuses": { - "version": "1.3.1", - "from": "statuses@>=1.3.0 <1.4.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz", - "dev": true - }, - "stdout-stream": { - "version": "1.4.0", - "from": "stdout-stream@>=1.4.0 <2.0.0", - "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.0.tgz", - "dev": true - }, - "stream-buffers": { - "version": "2.2.0", - "from": "stream-buffers@>=2.1.0 <3.0.0", - "resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz", - "dev": true - }, - "string_decoder": { - "version": "0.10.31", - "from": "string_decoder@>=0.10.0 <0.11.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "dev": true - }, - "string-width": { - "version": "1.0.2", - "from": "string-width@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "dev": true - }, - "stringstream": { - "version": "0.0.5", - "from": "stringstream@>=0.0.4 <0.1.0", - "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz", - "dev": true - }, - "strip-ansi": { - "version": "3.0.1", - "from": "strip-ansi@>=3.0.0 <4.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "dev": true - }, - "strip-bom": { - "version": "3.0.0", - "from": "strip-bom@>=3.0.0 <4.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "dev": true - }, - "strip-indent": { - "version": "1.0.1", - "from": "strip-indent@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", - "dev": true - }, - "strip-json-comments": { - "version": "1.0.4", - "from": "strip-json-comments@>=1.0.1 <1.1.0", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz", - "dev": true - }, - "supports-color": { - "version": "3.1.2", - "from": "supports-color@>=3.1.2 <4.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz", - "dev": true - }, - "table": { - "version": "3.8.3", - "from": "table@>=3.7.8 <4.0.0", - "resolved": "https://registry.npmjs.org/table/-/table-3.8.3.tgz", - "dev": true, - "dependencies": { - "is-fullwidth-code-point": { - "version": "2.0.0", - "from": "is-fullwidth-code-point@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "dev": true - }, - "string-width": { - "version": "2.0.0", - "from": "string-width@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.0.0.tgz", - "dev": true - } - } - }, - "tar": { - "version": "2.2.1", - "from": "tar@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz", - "dev": true - }, - "tar-stream": { - "version": "1.5.2", - "from": "tar-stream@>=1.5.0 <2.0.0", - "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.2.tgz", - "dev": true - }, - "temporary": { - "version": "0.0.8", - "from": "temporary@>=0.0.8 <0.0.9", - "resolved": "https://registry.npmjs.org/temporary/-/temporary-0.0.8.tgz", - "dev": true - }, - "tether": { - "version": "1.4.0", - "from": "tether@>=1.4.0 <2.0.0", - "resolved": "https://registry.npmjs.org/tether/-/tether-1.4.0.tgz" - }, - "text-table": { - "version": "0.2.0", - "from": "text-table@>=0.2.0 <0.3.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "dev": true - }, - "throttleit": { - "version": "1.0.0", - "from": "throttleit@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.0.tgz", - "dev": true - }, - "through": { - "version": "2.3.8", - "from": "through@>=2.3.6 <3.0.0", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "dev": true - }, - "time-grunt": { - "version": "1.4.0", - "from": "time-grunt@>=1.4.0 <2.0.0", - "resolved": "https://registry.npmjs.org/time-grunt/-/time-grunt-1.4.0.tgz", - "dev": true - }, - "time-zone": { - "version": "0.1.0", - "from": "time-zone@>=0.1.0 <0.2.0", - "resolved": "https://registry.npmjs.org/time-zone/-/time-zone-0.1.0.tgz", - "dev": true - }, - "tiny-lr": { - "version": "0.2.1", - "from": "tiny-lr@>=0.2.1 <0.3.0", - "resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.1.tgz", - "dev": true, - "dependencies": { - "debug": { - "version": "2.2.0", - "from": "debug@>=2.2.0 <2.3.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz", - "dev": true - }, - "ms": { - "version": "0.7.1", - "from": "ms@0.7.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz", - "dev": true - }, - "qs": { - "version": "5.1.0", - "from": "qs@>=5.1.0 <5.2.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-5.1.0.tgz", - "dev": true - } - } - }, - "tmp": { - "version": "0.0.28", - "from": "tmp@>=0.0.28 <0.0.29", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.28.tgz", - "dev": true - }, - "to-fast-properties": { - "version": "1.0.2", - "from": "to-fast-properties@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.2.tgz", - "dev": true - }, - "tough-cookie": { - "version": "2.3.2", - "from": "tough-cookie@>=2.3.0 <2.4.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz", - "dev": true - }, - "trim-newlines": { - "version": "1.0.0", - "from": "trim-newlines@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", - "dev": true - }, - "tryit": { - "version": "1.0.3", - "from": "tryit@>=1.0.1 <2.0.0", - "resolved": "https://registry.npmjs.org/tryit/-/tryit-1.0.3.tgz", - "dev": true - }, - "tunnel-agent": { - "version": "0.4.3", - "from": "tunnel-agent@>=0.4.1 <0.5.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz", - "dev": true - }, - "tweetnacl": { - "version": "0.14.5", - "from": "tweetnacl@>=0.14.0 <0.15.0", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "dev": true, - "optional": true - }, - "type-check": { - "version": "0.3.2", - "from": "type-check@>=0.3.2 <0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", - "dev": true - }, - "type-is": { - "version": "1.6.14", - "from": "type-is@>=1.6.10 <1.7.0", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.14.tgz", - "dev": true - }, - "typedarray": { - "version": "0.0.6", - "from": "typedarray@>=0.0.6 <0.0.7", - "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", - "dev": true - }, - "uglify-js": { - "version": "2.7.5", - "from": "uglify-js@>=2.7.5 <3.0.0", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.5.tgz", - "dev": true, - "dependencies": { - "async": { - "version": "0.2.10", - "from": "async@>=0.2.6 <0.3.0", - "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz", - "dev": true - }, - "camelcase": { - "version": "1.2.1", - "from": "camelcase@>=1.0.2 <2.0.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz", - "dev": true - }, - "cliui": { - "version": "2.1.0", - "from": "cliui@>=2.1.0 <3.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz", - "dev": true - }, - "window-size": { - "version": "0.1.0", - "from": "window-size@0.1.0", - "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz", - "dev": true - }, - "wordwrap": { - "version": "0.0.2", - "from": "wordwrap@0.0.2", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz", - "dev": true - }, - "yargs": { - "version": "3.10.0", - "from": "yargs@>=3.10.0 <3.11.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz", - "dev": true - } - } - }, - "uglify-to-browserify": { - "version": "1.0.2", - "from": "uglify-to-browserify@>=1.0.0 <1.1.0", - "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz", - "dev": true - }, - "underscore.string": { - "version": "3.2.3", - "from": "underscore.string@>=3.2.3 <3.3.0", - "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.2.3.tgz", - "dev": true - }, - "unpipe": { - "version": "1.0.0", - "from": "unpipe@>=1.0.0 <1.1.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "dev": true - }, - "user-home": { - "version": "2.0.0", - "from": "user-home@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz", - "dev": true - }, - "util-deprecate": { - "version": "1.0.2", - "from": "util-deprecate@>=1.0.1 <1.1.0", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "dev": true - }, - "utils-merge": { - "version": "1.0.0", - "from": "utils-merge@1.0.0", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz", - "dev": true - }, - "uuid": { - "version": "3.0.1", - "from": "uuid@>=3.0.0 <4.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz", - "dev": true - }, - "validate-npm-package-license": { - "version": "3.0.1", - "from": "validate-npm-package-license@>=3.0.1 <4.0.0", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz", - "dev": true - }, - "verror": { - "version": "1.3.6", - "from": "verror@1.3.6", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.3.6.tgz", - "dev": true - }, - "vnu-jar": { - "version": "16.6.29", - "from": "vnu-jar@16.6.29", - "resolved": "https://registry.npmjs.org/vnu-jar/-/vnu-jar-16.6.29.tgz", - "dev": true - }, - "walkdir": { - "version": "0.0.11", - "from": "walkdir@>=0.0.11 <0.0.12", - "resolved": "https://registry.npmjs.org/walkdir/-/walkdir-0.0.11.tgz", - "dev": true - }, - "websocket-driver": { - "version": "0.6.5", - "from": "websocket-driver@>=0.5.1", - "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.6.5.tgz", - "dev": true - }, - "websocket-extensions": { - "version": "0.1.1", - "from": "websocket-extensions@>=0.1.1", - "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.1.tgz", - "dev": true - }, - "when": { - "version": "3.7.7", - "from": "when@>=3.7.5 <3.8.0", - "resolved": "https://registry.npmjs.org/when/-/when-3.7.7.tgz", - "dev": true - }, - "which": { - "version": "1.2.12", - "from": "which@>=1.2.1 <1.3.0", - "resolved": "https://registry.npmjs.org/which/-/which-1.2.12.tgz", - "dev": true - }, - "which-module": { - "version": "1.0.0", - "from": "which-module@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz", - "dev": true - }, - "wide-align": { - "version": "1.1.0", - "from": "wide-align@>=1.1.0 <2.0.0", - "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.0.tgz", - "dev": true - }, - "window-size": { - "version": "0.2.0", - "from": "window-size@>=0.2.0 <0.3.0", - "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.2.0.tgz", - "dev": true - }, - "wordwrap": { - "version": "1.0.0", - "from": "wordwrap@>=1.0.0 <1.1.0", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", - "dev": true - }, - "wrap-ansi": { - "version": "2.1.0", - "from": "wrap-ansi@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", - "dev": true - }, - "wrappy": { - "version": "1.0.2", - "from": "wrappy@>=1.0.0 <2.0.0", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "dev": true - }, - "write": { - "version": "0.2.1", - "from": "write@>=0.2.1 <0.3.0", - "resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz", - "dev": true - }, - "xml": { - "version": "1.0.0", - "from": "xml@1.0.0", - "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.0.tgz", - "dev": true - }, - "xtend": { - "version": "4.0.1", - "from": "xtend@>=4.0.0 <5.0.0", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", - "dev": true - }, - "y18n": { - "version": "3.2.1", - "from": "y18n@>=3.2.1 <4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz", - "dev": true - }, - "yallist": { - "version": "2.0.0", - "from": "yallist@>=2.0.0 <3.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.0.0.tgz", - "dev": true - }, - "yargs": { - "version": "4.8.1", - "from": "yargs@>=4.7.1 <5.0.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-4.8.1.tgz", - "dev": true - }, - "yargs-parser": { - "version": "2.4.1", - "from": "yargs-parser@>=2.4.1 <3.0.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-2.4.1.tgz", - "dev": true, - "dependencies": { - "camelcase": { - "version": "3.0.0", - "from": "camelcase@>=3.0.0 <4.0.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz", - "dev": true - } - } - }, - "yauzl": { - "version": "2.4.1", - "from": "yauzl@2.4.1", - "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz", - "dev": true - }, - "zip-stream": { - "version": "1.1.0", - "from": "zip-stream@>=1.1.0 <2.0.0", - "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-1.1.0.tgz", - "dev": true - } - } -} diff --git a/node_modules/bootstrap/grunt/postcss.js b/node_modules/bootstrap/grunt/postcss.js deleted file mode 100644 index a2ea78f..0000000 --- a/node_modules/bootstrap/grunt/postcss.js +++ /dev/null @@ -1,42 +0,0 @@ -module.exports = { - use: [ - 'postcss-flexbugs-fixes', - 'autoprefixer' - ], - map: { - inline: false, - annotation: true, - sourcesContent: true - }, - autoprefixer: { - browsers: [ - // - // Official browser support policy: - // https://v4-alpha.getbootstrap.com/getting-started/browsers-devices/#supported-browsers - // - 'Chrome >= 35', // Exact version number here is kinda arbitrary - // Rather than using Autoprefixer's native "Firefox ESR" version specifier string, - // we deliberately hardcode the number. This is to avoid unwittingly severely breaking the previous ESR in the event that: - // (a) we happen to ship a new Bootstrap release soon after the release of a new ESR, - // such that folks haven't yet had a reasonable amount of time to upgrade; and - // (b) the new ESR has unprefixed CSS properties/values whose absence would severely break webpages - // (e.g. `box-sizing`, as opposed to `background: linear-gradient(...)`). - // Since they've been unprefixed, Autoprefixer will stop prefixing them, - // thus causing them to not work in the previous ESR (where the prefixes were required). - 'Firefox >= 38', // Current Firefox Extended Support Release (ESR); https://www.mozilla.org/en-US/firefox/organizations/faq/ - // Note: Edge versions in Autoprefixer & Can I Use refer to the EdgeHTML rendering engine version, - // NOT the Edge app version shown in Edge's "About" screen. - // For example, at the time of writing, Edge 20 on an up-to-date system uses EdgeHTML 12. - // See also https://github.com/Fyrd/caniuse/issues/1928 - 'Edge >= 12', - 'Explorer >= 10', - // Out of leniency, we prefix these 1 version further back than the official policy. - 'iOS >= 8', - 'Safari >= 8', - // The following remain NOT officially supported, but we're lenient and include their prefixes to avoid severely breaking in them. - 'Android 2.3', - 'Android >= 4', - 'Opera >= 12' - ] - } -} diff --git a/node_modules/bootstrap/grunt/sauce_browsers.yml b/node_modules/bootstrap/grunt/sauce_browsers.yml deleted file mode 100644 index 4d5041b..0000000 --- a/node_modules/bootstrap/grunt/sauce_browsers.yml +++ /dev/null @@ -1,84 +0,0 @@ -[ - # Docs: https://wiki.saucelabs.com/display/DOCS/Platform+Configurator - - { - browserName: "safari", - platform: "OS X 10.11" - }, - { - browserName: "chrome", - platform: "OS X 10.11", - version: "latest" - }, - { - browserName: "firefox", - platform: "OS X 10.11", - version: "latest" - }, - - # Mac Opera not currently supported by Sauce Labs - - { - browserName: "MicrosoftEdge", - platform: "Windows 10", - version: "latest" - }, - { - browserName: "internet explorer", - version: "11", - platform: "Windows 8.1" - }, - { - browserName: "internet explorer", - version: "10", - platform: "Windows 8" - }, - { - browserName: "internet explorer", - version: "9", - platform: "Windows 7" - }, - - { - browserName: "chrome", - platform: "Windows 10", - version: "latest" - }, - { - browserName: "firefox", - platform: "Windows 10", - version: "latest" - }, - - # Win Opera 15+ not currently supported by Sauce Labs - - { - browserName: "Safari", - deviceName: "iPhone Simulator", - platformVersion: "9.3", - platformName: "iOS" - }, - - # iOS Chrome not currently supported by Sauce Labs - - # Linux (unofficial) - { - browserName: "chrome", - platform: "Linux", - version: "latest" - }, - { - browserName: "firefox", - platform: "Linux", - version: "latest" - }, - - # Android - { - platform: "Linux", - browserName: "android", - deviceName: "Android Emulator", - version: "latest", - deviceType: "phone" - } -] diff --git a/node_modules/bootstrap/grunt/upload-preview.sh b/node_modules/bootstrap/grunt/upload-preview.sh deleted file mode 100755 index 905d716..0000000 --- a/node_modules/bootstrap/grunt/upload-preview.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/bash -# Upload built docs to preview.twbsapps.com - -if [ "$TRAVIS_REPO_SLUG" != twbs-savage/bootstrap ]; then exit 0; fi - -# Add build metadata to version -sed -i "/^current_version:/ s/\$/+pr.${TRAVIS_COMMIT}/" _config.yml -# Fix URLs since the site's root is now a subdirectory -echo "baseurl: /c/${TRAVIS_COMMIT}" >> _config.yml -bundle exec jekyll build --destination "$TRAVIS_COMMIT" - -# Install gcloud & gsutil -GSUTIL_VERSION=$(gsutil version | cut -d ' ' -f 3) -if [ ! -d "${HOME}/google-cloud-sdk" ] || [ "${GSUTIL_VERSION}" != '4.19' ]; then - rm -rf "${HOME}/google-cloud-sdk" # Kill Travis' outdated non-updateable preinstalled version - echo 'Installing google-cloud-sdk...' - export CLOUDSDK_CORE_DISABLE_PROMPTS=1 - time (curl -S -s https://sdk.cloud.google.com | bash &>/dev/null) - echo 'Done.' -fi -source "${HOME}/google-cloud-sdk/path.bash.inc" - -openssl aes-256-cbc -K $encrypted_2b749c8e6327_key -iv $encrypted_2b749c8e6327_iv -in grunt/gcp-key.json.enc -out grunt/gcp-key.json -d -gcloud auth activate-service-account "$GCP_SERVICE_ACCOUNT" --key-file grunt/gcp-key.json &> /dev/null || (echo 'GCP login failed!'; exit 1) - -echo "Uploading to http://preview.twbsapps.com/c/${TRAVIS_COMMIT} ..." -time gsutil -q -m cp -z html,css,js,svg -r "./${TRAVIS_COMMIT}" gs://preview.twbsapps.com/c/ -echo 'Done.' diff --git a/node_modules/bootstrap/js/dist/alert.js b/node_modules/bootstrap/js/dist/alert.js deleted file mode 100644 index 2fa6018..0000000 --- a/node_modules/bootstrap/js/dist/alert.js +++ /dev/null @@ -1,183 +0,0 @@ -var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); - -function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): alert.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var Alert = function ($) { - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - var NAME = 'alert'; - var VERSION = '4.0.0-alpha.6'; - var DATA_KEY = 'bs.alert'; - var EVENT_KEY = '.' + DATA_KEY; - var DATA_API_KEY = '.data-api'; - var JQUERY_NO_CONFLICT = $.fn[NAME]; - var TRANSITION_DURATION = 150; - - var Selector = { - DISMISS: '[data-dismiss="alert"]' - }; - - var Event = { - CLOSE: 'close' + EVENT_KEY, - CLOSED: 'closed' + EVENT_KEY, - CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY - }; - - var ClassName = { - ALERT: 'alert', - FADE: 'fade', - SHOW: 'show' - }; - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - var Alert = function () { - function Alert(element) { - _classCallCheck(this, Alert); - - this._element = element; - } - - // getters - - // public - - Alert.prototype.close = function close(element) { - element = element || this._element; - - var rootElement = this._getRootElement(element); - var customEvent = this._triggerCloseEvent(rootElement); - - if (customEvent.isDefaultPrevented()) { - return; - } - - this._removeElement(rootElement); - }; - - Alert.prototype.dispose = function dispose() { - $.removeData(this._element, DATA_KEY); - this._element = null; - }; - - // private - - Alert.prototype._getRootElement = function _getRootElement(element) { - var selector = Util.getSelectorFromElement(element); - var parent = false; - - if (selector) { - parent = $(selector)[0]; - } - - if (!parent) { - parent = $(element).closest('.' + ClassName.ALERT)[0]; - } - - return parent; - }; - - Alert.prototype._triggerCloseEvent = function _triggerCloseEvent(element) { - var closeEvent = $.Event(Event.CLOSE); - - $(element).trigger(closeEvent); - return closeEvent; - }; - - Alert.prototype._removeElement = function _removeElement(element) { - var _this = this; - - $(element).removeClass(ClassName.SHOW); - - if (!Util.supportsTransitionEnd() || !$(element).hasClass(ClassName.FADE)) { - this._destroyElement(element); - return; - } - - $(element).one(Util.TRANSITION_END, function (event) { - return _this._destroyElement(element, event); - }).emulateTransitionEnd(TRANSITION_DURATION); - }; - - Alert.prototype._destroyElement = function _destroyElement(element) { - $(element).detach().trigger(Event.CLOSED).remove(); - }; - - // static - - Alert._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var $element = $(this); - var data = $element.data(DATA_KEY); - - if (!data) { - data = new Alert(this); - $element.data(DATA_KEY, data); - } - - if (config === 'close') { - data[config](this); - } - }); - }; - - Alert._handleDismiss = function _handleDismiss(alertInstance) { - return function (event) { - if (event) { - event.preventDefault(); - } - - alertInstance.close(this); - }; - }; - - _createClass(Alert, null, [{ - key: 'VERSION', - get: function get() { - return VERSION; - } - }]); - - return Alert; - }(); - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document).on(Event.CLICK_DATA_API, Selector.DISMISS, Alert._handleDismiss(new Alert())); - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Alert._jQueryInterface; - $.fn[NAME].Constructor = Alert; - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT; - return Alert._jQueryInterface; - }; - - return Alert; -}(jQuery); -//# sourceMappingURL=alert.js.map diff --git a/node_modules/bootstrap/js/dist/button.js b/node_modules/bootstrap/js/dist/button.js deleted file mode 100644 index 6eb6dd5..0000000 --- a/node_modules/bootstrap/js/dist/button.js +++ /dev/null @@ -1,167 +0,0 @@ -var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); - -function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): button.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var Button = function ($) { - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - var NAME = 'button'; - var VERSION = '4.0.0-alpha.6'; - var DATA_KEY = 'bs.button'; - var EVENT_KEY = '.' + DATA_KEY; - var DATA_API_KEY = '.data-api'; - var JQUERY_NO_CONFLICT = $.fn[NAME]; - - var ClassName = { - ACTIVE: 'active', - BUTTON: 'btn', - FOCUS: 'focus' - }; - - var Selector = { - DATA_TOGGLE_CARROT: '[data-toggle^="button"]', - DATA_TOGGLE: '[data-toggle="buttons"]', - INPUT: 'input', - ACTIVE: '.active', - BUTTON: '.btn' - }; - - var Event = { - CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY, - FOCUS_BLUR_DATA_API: 'focus' + EVENT_KEY + DATA_API_KEY + ' ' + ('blur' + EVENT_KEY + DATA_API_KEY) - }; - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - var Button = function () { - function Button(element) { - _classCallCheck(this, Button); - - this._element = element; - } - - // getters - - // public - - Button.prototype.toggle = function toggle() { - var triggerChangeEvent = true; - var rootElement = $(this._element).closest(Selector.DATA_TOGGLE)[0]; - - if (rootElement) { - var input = $(this._element).find(Selector.INPUT)[0]; - - if (input) { - if (input.type === 'radio') { - if (input.checked && $(this._element).hasClass(ClassName.ACTIVE)) { - triggerChangeEvent = false; - } else { - var activeElement = $(rootElement).find(Selector.ACTIVE)[0]; - - if (activeElement) { - $(activeElement).removeClass(ClassName.ACTIVE); - } - } - } - - if (triggerChangeEvent) { - input.checked = !$(this._element).hasClass(ClassName.ACTIVE); - $(input).trigger('change'); - } - - input.focus(); - } - } - - this._element.setAttribute('aria-pressed', !$(this._element).hasClass(ClassName.ACTIVE)); - - if (triggerChangeEvent) { - $(this._element).toggleClass(ClassName.ACTIVE); - } - }; - - Button.prototype.dispose = function dispose() { - $.removeData(this._element, DATA_KEY); - this._element = null; - }; - - // static - - Button._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var data = $(this).data(DATA_KEY); - - if (!data) { - data = new Button(this); - $(this).data(DATA_KEY, data); - } - - if (config === 'toggle') { - data[config](); - } - }); - }; - - _createClass(Button, null, [{ - key: 'VERSION', - get: function get() { - return VERSION; - } - }]); - - return Button; - }(); - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document).on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE_CARROT, function (event) { - event.preventDefault(); - - var button = event.target; - - if (!$(button).hasClass(ClassName.BUTTON)) { - button = $(button).closest(Selector.BUTTON); - } - - Button._jQueryInterface.call($(button), 'toggle'); - }).on(Event.FOCUS_BLUR_DATA_API, Selector.DATA_TOGGLE_CARROT, function (event) { - var button = $(event.target).closest(Selector.BUTTON)[0]; - $(button).toggleClass(ClassName.FOCUS, /^focus(in)?$/.test(event.type)); - }); - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Button._jQueryInterface; - $.fn[NAME].Constructor = Button; - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT; - return Button._jQueryInterface; - }; - - return Button; -}(jQuery); -//# sourceMappingURL=button.js.map diff --git a/node_modules/bootstrap/js/dist/carousel.js b/node_modules/bootstrap/js/dist/carousel.js deleted file mode 100644 index 62ff319..0000000 --- a/node_modules/bootstrap/js/dist/carousel.js +++ /dev/null @@ -1,486 +0,0 @@ -var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; - -var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); - -function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): carousel.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var Carousel = function ($) { - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - var NAME = 'carousel'; - var VERSION = '4.0.0-alpha.6'; - var DATA_KEY = 'bs.carousel'; - var EVENT_KEY = '.' + DATA_KEY; - var DATA_API_KEY = '.data-api'; - var JQUERY_NO_CONFLICT = $.fn[NAME]; - var TRANSITION_DURATION = 600; - var ARROW_LEFT_KEYCODE = 37; // KeyboardEvent.which value for left arrow key - var ARROW_RIGHT_KEYCODE = 39; // KeyboardEvent.which value for right arrow key - - var Default = { - interval: 5000, - keyboard: true, - slide: false, - pause: 'hover', - wrap: true - }; - - var DefaultType = { - interval: '(number|boolean)', - keyboard: 'boolean', - slide: '(boolean|string)', - pause: '(string|boolean)', - wrap: 'boolean' - }; - - var Direction = { - NEXT: 'next', - PREV: 'prev', - LEFT: 'left', - RIGHT: 'right' - }; - - var Event = { - SLIDE: 'slide' + EVENT_KEY, - SLID: 'slid' + EVENT_KEY, - KEYDOWN: 'keydown' + EVENT_KEY, - MOUSEENTER: 'mouseenter' + EVENT_KEY, - MOUSELEAVE: 'mouseleave' + EVENT_KEY, - LOAD_DATA_API: 'load' + EVENT_KEY + DATA_API_KEY, - CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY - }; - - var ClassName = { - CAROUSEL: 'carousel', - ACTIVE: 'active', - SLIDE: 'slide', - RIGHT: 'carousel-item-right', - LEFT: 'carousel-item-left', - NEXT: 'carousel-item-next', - PREV: 'carousel-item-prev', - ITEM: 'carousel-item' - }; - - var Selector = { - ACTIVE: '.active', - ACTIVE_ITEM: '.active.carousel-item', - ITEM: '.carousel-item', - NEXT_PREV: '.carousel-item-next, .carousel-item-prev', - INDICATORS: '.carousel-indicators', - DATA_SLIDE: '[data-slide], [data-slide-to]', - DATA_RIDE: '[data-ride="carousel"]' - }; - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - var Carousel = function () { - function Carousel(element, config) { - _classCallCheck(this, Carousel); - - this._items = null; - this._interval = null; - this._activeElement = null; - - this._isPaused = false; - this._isSliding = false; - - this._config = this._getConfig(config); - this._element = $(element)[0]; - this._indicatorsElement = $(this._element).find(Selector.INDICATORS)[0]; - - this._addEventListeners(); - } - - // getters - - // public - - Carousel.prototype.next = function next() { - if (this._isSliding) { - throw new Error('Carousel is sliding'); - } - this._slide(Direction.NEXT); - }; - - Carousel.prototype.nextWhenVisible = function nextWhenVisible() { - // Don't call next when the page isn't visible - if (!document.hidden) { - this.next(); - } - }; - - Carousel.prototype.prev = function prev() { - if (this._isSliding) { - throw new Error('Carousel is sliding'); - } - this._slide(Direction.PREVIOUS); - }; - - Carousel.prototype.pause = function pause(event) { - if (!event) { - this._isPaused = true; - } - - if ($(this._element).find(Selector.NEXT_PREV)[0] && Util.supportsTransitionEnd()) { - Util.triggerTransitionEnd(this._element); - this.cycle(true); - } - - clearInterval(this._interval); - this._interval = null; - }; - - Carousel.prototype.cycle = function cycle(event) { - if (!event) { - this._isPaused = false; - } - - if (this._interval) { - clearInterval(this._interval); - this._interval = null; - } - - if (this._config.interval && !this._isPaused) { - this._interval = setInterval((document.visibilityState ? this.nextWhenVisible : this.next).bind(this), this._config.interval); - } - }; - - Carousel.prototype.to = function to(index) { - var _this = this; - - this._activeElement = $(this._element).find(Selector.ACTIVE_ITEM)[0]; - - var activeIndex = this._getItemIndex(this._activeElement); - - if (index > this._items.length - 1 || index < 0) { - return; - } - - if (this._isSliding) { - $(this._element).one(Event.SLID, function () { - return _this.to(index); - }); - return; - } - - if (activeIndex === index) { - this.pause(); - this.cycle(); - return; - } - - var direction = index > activeIndex ? Direction.NEXT : Direction.PREVIOUS; - - this._slide(direction, this._items[index]); - }; - - Carousel.prototype.dispose = function dispose() { - $(this._element).off(EVENT_KEY); - $.removeData(this._element, DATA_KEY); - - this._items = null; - this._config = null; - this._element = null; - this._interval = null; - this._isPaused = null; - this._isSliding = null; - this._activeElement = null; - this._indicatorsElement = null; - }; - - // private - - Carousel.prototype._getConfig = function _getConfig(config) { - config = $.extend({}, Default, config); - Util.typeCheckConfig(NAME, config, DefaultType); - return config; - }; - - Carousel.prototype._addEventListeners = function _addEventListeners() { - var _this2 = this; - - if (this._config.keyboard) { - $(this._element).on(Event.KEYDOWN, function (event) { - return _this2._keydown(event); - }); - } - - if (this._config.pause === 'hover' && !('ontouchstart' in document.documentElement)) { - $(this._element).on(Event.MOUSEENTER, function (event) { - return _this2.pause(event); - }).on(Event.MOUSELEAVE, function (event) { - return _this2.cycle(event); - }); - } - }; - - Carousel.prototype._keydown = function _keydown(event) { - if (/input|textarea/i.test(event.target.tagName)) { - return; - } - - switch (event.which) { - case ARROW_LEFT_KEYCODE: - event.preventDefault(); - this.prev(); - break; - case ARROW_RIGHT_KEYCODE: - event.preventDefault(); - this.next(); - break; - default: - return; - } - }; - - Carousel.prototype._getItemIndex = function _getItemIndex(element) { - this._items = $.makeArray($(element).parent().find(Selector.ITEM)); - return this._items.indexOf(element); - }; - - Carousel.prototype._getItemByDirection = function _getItemByDirection(direction, activeElement) { - var isNextDirection = direction === Direction.NEXT; - var isPrevDirection = direction === Direction.PREVIOUS; - var activeIndex = this._getItemIndex(activeElement); - var lastItemIndex = this._items.length - 1; - var isGoingToWrap = isPrevDirection && activeIndex === 0 || isNextDirection && activeIndex === lastItemIndex; - - if (isGoingToWrap && !this._config.wrap) { - return activeElement; - } - - var delta = direction === Direction.PREVIOUS ? -1 : 1; - var itemIndex = (activeIndex + delta) % this._items.length; - - return itemIndex === -1 ? this._items[this._items.length - 1] : this._items[itemIndex]; - }; - - Carousel.prototype._triggerSlideEvent = function _triggerSlideEvent(relatedTarget, eventDirectionName) { - var slideEvent = $.Event(Event.SLIDE, { - relatedTarget: relatedTarget, - direction: eventDirectionName - }); - - $(this._element).trigger(slideEvent); - - return slideEvent; - }; - - Carousel.prototype._setActiveIndicatorElement = function _setActiveIndicatorElement(element) { - if (this._indicatorsElement) { - $(this._indicatorsElement).find(Selector.ACTIVE).removeClass(ClassName.ACTIVE); - - var nextIndicator = this._indicatorsElement.children[this._getItemIndex(element)]; - - if (nextIndicator) { - $(nextIndicator).addClass(ClassName.ACTIVE); - } - } - }; - - Carousel.prototype._slide = function _slide(direction, element) { - var _this3 = this; - - var activeElement = $(this._element).find(Selector.ACTIVE_ITEM)[0]; - var nextElement = element || activeElement && this._getItemByDirection(direction, activeElement); - - var isCycling = Boolean(this._interval); - - var directionalClassName = void 0; - var orderClassName = void 0; - var eventDirectionName = void 0; - - if (direction === Direction.NEXT) { - directionalClassName = ClassName.LEFT; - orderClassName = ClassName.NEXT; - eventDirectionName = Direction.LEFT; - } else { - directionalClassName = ClassName.RIGHT; - orderClassName = ClassName.PREV; - eventDirectionName = Direction.RIGHT; - } - - if (nextElement && $(nextElement).hasClass(ClassName.ACTIVE)) { - this._isSliding = false; - return; - } - - var slideEvent = this._triggerSlideEvent(nextElement, eventDirectionName); - if (slideEvent.isDefaultPrevented()) { - return; - } - - if (!activeElement || !nextElement) { - // some weirdness is happening, so we bail - return; - } - - this._isSliding = true; - - if (isCycling) { - this.pause(); - } - - this._setActiveIndicatorElement(nextElement); - - var slidEvent = $.Event(Event.SLID, { - relatedTarget: nextElement, - direction: eventDirectionName - }); - - if (Util.supportsTransitionEnd() && $(this._element).hasClass(ClassName.SLIDE)) { - - $(nextElement).addClass(orderClassName); - - Util.reflow(nextElement); - - $(activeElement).addClass(directionalClassName); - $(nextElement).addClass(directionalClassName); - - $(activeElement).one(Util.TRANSITION_END, function () { - $(nextElement).removeClass(directionalClassName + ' ' + orderClassName).addClass(ClassName.ACTIVE); - - $(activeElement).removeClass(ClassName.ACTIVE + ' ' + orderClassName + ' ' + directionalClassName); - - _this3._isSliding = false; - - setTimeout(function () { - return $(_this3._element).trigger(slidEvent); - }, 0); - }).emulateTransitionEnd(TRANSITION_DURATION); - } else { - $(activeElement).removeClass(ClassName.ACTIVE); - $(nextElement).addClass(ClassName.ACTIVE); - - this._isSliding = false; - $(this._element).trigger(slidEvent); - } - - if (isCycling) { - this.cycle(); - } - }; - - // static - - Carousel._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var data = $(this).data(DATA_KEY); - var _config = $.extend({}, Default, $(this).data()); - - if ((typeof config === 'undefined' ? 'undefined' : _typeof(config)) === 'object') { - $.extend(_config, config); - } - - var action = typeof config === 'string' ? config : _config.slide; - - if (!data) { - data = new Carousel(this, _config); - $(this).data(DATA_KEY, data); - } - - if (typeof config === 'number') { - data.to(config); - } else if (typeof action === 'string') { - if (data[action] === undefined) { - throw new Error('No method named "' + action + '"'); - } - data[action](); - } else if (_config.interval) { - data.pause(); - data.cycle(); - } - }); - }; - - Carousel._dataApiClickHandler = function _dataApiClickHandler(event) { - var selector = Util.getSelectorFromElement(this); - - if (!selector) { - return; - } - - var target = $(selector)[0]; - - if (!target || !$(target).hasClass(ClassName.CAROUSEL)) { - return; - } - - var config = $.extend({}, $(target).data(), $(this).data()); - var slideIndex = this.getAttribute('data-slide-to'); - - if (slideIndex) { - config.interval = false; - } - - Carousel._jQueryInterface.call($(target), config); - - if (slideIndex) { - $(target).data(DATA_KEY).to(slideIndex); - } - - event.preventDefault(); - }; - - _createClass(Carousel, null, [{ - key: 'VERSION', - get: function get() { - return VERSION; - } - }, { - key: 'Default', - get: function get() { - return Default; - } - }]); - - return Carousel; - }(); - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document).on(Event.CLICK_DATA_API, Selector.DATA_SLIDE, Carousel._dataApiClickHandler); - - $(window).on(Event.LOAD_DATA_API, function () { - $(Selector.DATA_RIDE).each(function () { - var $carousel = $(this); - Carousel._jQueryInterface.call($carousel, $carousel.data()); - }); - }); - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Carousel._jQueryInterface; - $.fn[NAME].Constructor = Carousel; - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT; - return Carousel._jQueryInterface; - }; - - return Carousel; -}(jQuery); -//# sourceMappingURL=carousel.js.map diff --git a/node_modules/bootstrap/js/dist/collapse.js b/node_modules/bootstrap/js/dist/collapse.js deleted file mode 100644 index dcf3681..0000000 --- a/node_modules/bootstrap/js/dist/collapse.js +++ /dev/null @@ -1,358 +0,0 @@ -var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; - -var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); - -function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): collapse.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var Collapse = function ($) { - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - var NAME = 'collapse'; - var VERSION = '4.0.0-alpha.6'; - var DATA_KEY = 'bs.collapse'; - var EVENT_KEY = '.' + DATA_KEY; - var DATA_API_KEY = '.data-api'; - var JQUERY_NO_CONFLICT = $.fn[NAME]; - var TRANSITION_DURATION = 600; - - var Default = { - toggle: true, - parent: '' - }; - - var DefaultType = { - toggle: 'boolean', - parent: 'string' - }; - - var Event = { - SHOW: 'show' + EVENT_KEY, - SHOWN: 'shown' + EVENT_KEY, - HIDE: 'hide' + EVENT_KEY, - HIDDEN: 'hidden' + EVENT_KEY, - CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY - }; - - var ClassName = { - SHOW: 'show', - COLLAPSE: 'collapse', - COLLAPSING: 'collapsing', - COLLAPSED: 'collapsed' - }; - - var Dimension = { - WIDTH: 'width', - HEIGHT: 'height' - }; - - var Selector = { - ACTIVES: '.card > .show, .card > .collapsing', - DATA_TOGGLE: '[data-toggle="collapse"]' - }; - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - var Collapse = function () { - function Collapse(element, config) { - _classCallCheck(this, Collapse); - - this._isTransitioning = false; - this._element = element; - this._config = this._getConfig(config); - this._triggerArray = $.makeArray($('[data-toggle="collapse"][href="#' + element.id + '"],' + ('[data-toggle="collapse"][data-target="#' + element.id + '"]'))); - - this._parent = this._config.parent ? this._getParent() : null; - - if (!this._config.parent) { - this._addAriaAndCollapsedClass(this._element, this._triggerArray); - } - - if (this._config.toggle) { - this.toggle(); - } - } - - // getters - - // public - - Collapse.prototype.toggle = function toggle() { - if ($(this._element).hasClass(ClassName.SHOW)) { - this.hide(); - } else { - this.show(); - } - }; - - Collapse.prototype.show = function show() { - var _this = this; - - if (this._isTransitioning) { - throw new Error('Collapse is transitioning'); - } - - if ($(this._element).hasClass(ClassName.SHOW)) { - return; - } - - var actives = void 0; - var activesData = void 0; - - if (this._parent) { - actives = $.makeArray($(this._parent).find(Selector.ACTIVES)); - if (!actives.length) { - actives = null; - } - } - - if (actives) { - activesData = $(actives).data(DATA_KEY); - if (activesData && activesData._isTransitioning) { - return; - } - } - - var startEvent = $.Event(Event.SHOW); - $(this._element).trigger(startEvent); - if (startEvent.isDefaultPrevented()) { - return; - } - - if (actives) { - Collapse._jQueryInterface.call($(actives), 'hide'); - if (!activesData) { - $(actives).data(DATA_KEY, null); - } - } - - var dimension = this._getDimension(); - - $(this._element).removeClass(ClassName.COLLAPSE).addClass(ClassName.COLLAPSING); - - this._element.style[dimension] = 0; - this._element.setAttribute('aria-expanded', true); - - if (this._triggerArray.length) { - $(this._triggerArray).removeClass(ClassName.COLLAPSED).attr('aria-expanded', true); - } - - this.setTransitioning(true); - - var complete = function complete() { - $(_this._element).removeClass(ClassName.COLLAPSING).addClass(ClassName.COLLAPSE).addClass(ClassName.SHOW); - - _this._element.style[dimension] = ''; - - _this.setTransitioning(false); - - $(_this._element).trigger(Event.SHOWN); - }; - - if (!Util.supportsTransitionEnd()) { - complete(); - return; - } - - var capitalizedDimension = dimension[0].toUpperCase() + dimension.slice(1); - var scrollSize = 'scroll' + capitalizedDimension; - - $(this._element).one(Util.TRANSITION_END, complete).emulateTransitionEnd(TRANSITION_DURATION); - - this._element.style[dimension] = this._element[scrollSize] + 'px'; - }; - - Collapse.prototype.hide = function hide() { - var _this2 = this; - - if (this._isTransitioning) { - throw new Error('Collapse is transitioning'); - } - - if (!$(this._element).hasClass(ClassName.SHOW)) { - return; - } - - var startEvent = $.Event(Event.HIDE); - $(this._element).trigger(startEvent); - if (startEvent.isDefaultPrevented()) { - return; - } - - var dimension = this._getDimension(); - var offsetDimension = dimension === Dimension.WIDTH ? 'offsetWidth' : 'offsetHeight'; - - this._element.style[dimension] = this._element[offsetDimension] + 'px'; - - Util.reflow(this._element); - - $(this._element).addClass(ClassName.COLLAPSING).removeClass(ClassName.COLLAPSE).removeClass(ClassName.SHOW); - - this._element.setAttribute('aria-expanded', false); - - if (this._triggerArray.length) { - $(this._triggerArray).addClass(ClassName.COLLAPSED).attr('aria-expanded', false); - } - - this.setTransitioning(true); - - var complete = function complete() { - _this2.setTransitioning(false); - $(_this2._element).removeClass(ClassName.COLLAPSING).addClass(ClassName.COLLAPSE).trigger(Event.HIDDEN); - }; - - this._element.style[dimension] = ''; - - if (!Util.supportsTransitionEnd()) { - complete(); - return; - } - - $(this._element).one(Util.TRANSITION_END, complete).emulateTransitionEnd(TRANSITION_DURATION); - }; - - Collapse.prototype.setTransitioning = function setTransitioning(isTransitioning) { - this._isTransitioning = isTransitioning; - }; - - Collapse.prototype.dispose = function dispose() { - $.removeData(this._element, DATA_KEY); - - this._config = null; - this._parent = null; - this._element = null; - this._triggerArray = null; - this._isTransitioning = null; - }; - - // private - - Collapse.prototype._getConfig = function _getConfig(config) { - config = $.extend({}, Default, config); - config.toggle = Boolean(config.toggle); // coerce string values - Util.typeCheckConfig(NAME, config, DefaultType); - return config; - }; - - Collapse.prototype._getDimension = function _getDimension() { - var hasWidth = $(this._element).hasClass(Dimension.WIDTH); - return hasWidth ? Dimension.WIDTH : Dimension.HEIGHT; - }; - - Collapse.prototype._getParent = function _getParent() { - var _this3 = this; - - var parent = $(this._config.parent)[0]; - var selector = '[data-toggle="collapse"][data-parent="' + this._config.parent + '"]'; - - $(parent).find(selector).each(function (i, element) { - _this3._addAriaAndCollapsedClass(Collapse._getTargetFromElement(element), [element]); - }); - - return parent; - }; - - Collapse.prototype._addAriaAndCollapsedClass = function _addAriaAndCollapsedClass(element, triggerArray) { - if (element) { - var isOpen = $(element).hasClass(ClassName.SHOW); - element.setAttribute('aria-expanded', isOpen); - - if (triggerArray.length) { - $(triggerArray).toggleClass(ClassName.COLLAPSED, !isOpen).attr('aria-expanded', isOpen); - } - } - }; - - // static - - Collapse._getTargetFromElement = function _getTargetFromElement(element) { - var selector = Util.getSelectorFromElement(element); - return selector ? $(selector)[0] : null; - }; - - Collapse._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var $this = $(this); - var data = $this.data(DATA_KEY); - var _config = $.extend({}, Default, $this.data(), (typeof config === 'undefined' ? 'undefined' : _typeof(config)) === 'object' && config); - - if (!data && _config.toggle && /show|hide/.test(config)) { - _config.toggle = false; - } - - if (!data) { - data = new Collapse(this, _config); - $this.data(DATA_KEY, data); - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error('No method named "' + config + '"'); - } - data[config](); - } - }); - }; - - _createClass(Collapse, null, [{ - key: 'VERSION', - get: function get() { - return VERSION; - } - }, { - key: 'Default', - get: function get() { - return Default; - } - }]); - - return Collapse; - }(); - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document).on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE, function (event) { - event.preventDefault(); - - var target = Collapse._getTargetFromElement(this); - var data = $(target).data(DATA_KEY); - var config = data ? 'toggle' : $(this).data(); - - Collapse._jQueryInterface.call($(target), config); - }); - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Collapse._jQueryInterface; - $.fn[NAME].Constructor = Collapse; - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT; - return Collapse._jQueryInterface; - }; - - return Collapse; -}(jQuery); -//# sourceMappingURL=collapse.js.map diff --git a/node_modules/bootstrap/js/dist/dropdown.js b/node_modules/bootstrap/js/dist/dropdown.js deleted file mode 100644 index 52d13ad..0000000 --- a/node_modules/bootstrap/js/dist/dropdown.js +++ /dev/null @@ -1,287 +0,0 @@ -var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); - -function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): dropdown.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var Dropdown = function ($) { - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - var NAME = 'dropdown'; - var VERSION = '4.0.0-alpha.6'; - var DATA_KEY = 'bs.dropdown'; - var EVENT_KEY = '.' + DATA_KEY; - var DATA_API_KEY = '.data-api'; - var JQUERY_NO_CONFLICT = $.fn[NAME]; - var ESCAPE_KEYCODE = 27; // KeyboardEvent.which value for Escape (Esc) key - var ARROW_UP_KEYCODE = 38; // KeyboardEvent.which value for up arrow key - var ARROW_DOWN_KEYCODE = 40; // KeyboardEvent.which value for down arrow key - var RIGHT_MOUSE_BUTTON_WHICH = 3; // MouseEvent.which value for the right button (assuming a right-handed mouse) - - var Event = { - HIDE: 'hide' + EVENT_KEY, - HIDDEN: 'hidden' + EVENT_KEY, - SHOW: 'show' + EVENT_KEY, - SHOWN: 'shown' + EVENT_KEY, - CLICK: 'click' + EVENT_KEY, - CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY, - FOCUSIN_DATA_API: 'focusin' + EVENT_KEY + DATA_API_KEY, - KEYDOWN_DATA_API: 'keydown' + EVENT_KEY + DATA_API_KEY - }; - - var ClassName = { - BACKDROP: 'dropdown-backdrop', - DISABLED: 'disabled', - SHOW: 'show' - }; - - var Selector = { - BACKDROP: '.dropdown-backdrop', - DATA_TOGGLE: '[data-toggle="dropdown"]', - FORM_CHILD: '.dropdown form', - ROLE_MENU: '[role="menu"]', - ROLE_LISTBOX: '[role="listbox"]', - NAVBAR_NAV: '.navbar-nav', - VISIBLE_ITEMS: '[role="menu"] li:not(.disabled) a, ' + '[role="listbox"] li:not(.disabled) a' - }; - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - var Dropdown = function () { - function Dropdown(element) { - _classCallCheck(this, Dropdown); - - this._element = element; - - this._addEventListeners(); - } - - // getters - - // public - - Dropdown.prototype.toggle = function toggle() { - if (this.disabled || $(this).hasClass(ClassName.DISABLED)) { - return false; - } - - var parent = Dropdown._getParentFromElement(this); - var isActive = $(parent).hasClass(ClassName.SHOW); - - Dropdown._clearMenus(); - - if (isActive) { - return false; - } - - if ('ontouchstart' in document.documentElement && !$(parent).closest(Selector.NAVBAR_NAV).length) { - - // if mobile we use a backdrop because click events don't delegate - var dropdown = document.createElement('div'); - dropdown.className = ClassName.BACKDROP; - $(dropdown).insertBefore(this); - $(dropdown).on('click', Dropdown._clearMenus); - } - - var relatedTarget = { - relatedTarget: this - }; - var showEvent = $.Event(Event.SHOW, relatedTarget); - - $(parent).trigger(showEvent); - - if (showEvent.isDefaultPrevented()) { - return false; - } - - this.focus(); - this.setAttribute('aria-expanded', true); - - $(parent).toggleClass(ClassName.SHOW); - $(parent).trigger($.Event(Event.SHOWN, relatedTarget)); - - return false; - }; - - Dropdown.prototype.dispose = function dispose() { - $.removeData(this._element, DATA_KEY); - $(this._element).off(EVENT_KEY); - this._element = null; - }; - - // private - - Dropdown.prototype._addEventListeners = function _addEventListeners() { - $(this._element).on(Event.CLICK, this.toggle); - }; - - // static - - Dropdown._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var data = $(this).data(DATA_KEY); - - if (!data) { - data = new Dropdown(this); - $(this).data(DATA_KEY, data); - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error('No method named "' + config + '"'); - } - data[config].call(this); - } - }); - }; - - Dropdown._clearMenus = function _clearMenus(event) { - if (event && event.which === RIGHT_MOUSE_BUTTON_WHICH) { - return; - } - - var backdrop = $(Selector.BACKDROP)[0]; - if (backdrop) { - backdrop.parentNode.removeChild(backdrop); - } - - var toggles = $.makeArray($(Selector.DATA_TOGGLE)); - - for (var i = 0; i < toggles.length; i++) { - var parent = Dropdown._getParentFromElement(toggles[i]); - var relatedTarget = { - relatedTarget: toggles[i] - }; - - if (!$(parent).hasClass(ClassName.SHOW)) { - continue; - } - - if (event && (event.type === 'click' && /input|textarea/i.test(event.target.tagName) || event.type === 'focusin') && $.contains(parent, event.target)) { - continue; - } - - var hideEvent = $.Event(Event.HIDE, relatedTarget); - $(parent).trigger(hideEvent); - if (hideEvent.isDefaultPrevented()) { - continue; - } - - toggles[i].setAttribute('aria-expanded', 'false'); - - $(parent).removeClass(ClassName.SHOW).trigger($.Event(Event.HIDDEN, relatedTarget)); - } - }; - - Dropdown._getParentFromElement = function _getParentFromElement(element) { - var parent = void 0; - var selector = Util.getSelectorFromElement(element); - - if (selector) { - parent = $(selector)[0]; - } - - return parent || element.parentNode; - }; - - Dropdown._dataApiKeydownHandler = function _dataApiKeydownHandler(event) { - if (!/(38|40|27|32)/.test(event.which) || /input|textarea/i.test(event.target.tagName)) { - return; - } - - event.preventDefault(); - event.stopPropagation(); - - if (this.disabled || $(this).hasClass(ClassName.DISABLED)) { - return; - } - - var parent = Dropdown._getParentFromElement(this); - var isActive = $(parent).hasClass(ClassName.SHOW); - - if (!isActive && event.which !== ESCAPE_KEYCODE || isActive && event.which === ESCAPE_KEYCODE) { - - if (event.which === ESCAPE_KEYCODE) { - var toggle = $(parent).find(Selector.DATA_TOGGLE)[0]; - $(toggle).trigger('focus'); - } - - $(this).trigger('click'); - return; - } - - var items = $(parent).find(Selector.VISIBLE_ITEMS).get(); - - if (!items.length) { - return; - } - - var index = items.indexOf(event.target); - - if (event.which === ARROW_UP_KEYCODE && index > 0) { - // up - index--; - } - - if (event.which === ARROW_DOWN_KEYCODE && index < items.length - 1) { - // down - index++; - } - - if (index < 0) { - index = 0; - } - - items[index].focus(); - }; - - _createClass(Dropdown, null, [{ - key: 'VERSION', - get: function get() { - return VERSION; - } - }]); - - return Dropdown; - }(); - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document).on(Event.KEYDOWN_DATA_API, Selector.DATA_TOGGLE, Dropdown._dataApiKeydownHandler).on(Event.KEYDOWN_DATA_API, Selector.ROLE_MENU, Dropdown._dataApiKeydownHandler).on(Event.KEYDOWN_DATA_API, Selector.ROLE_LISTBOX, Dropdown._dataApiKeydownHandler).on(Event.CLICK_DATA_API + ' ' + Event.FOCUSIN_DATA_API, Dropdown._clearMenus).on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE, Dropdown.prototype.toggle).on(Event.CLICK_DATA_API, Selector.FORM_CHILD, function (e) { - e.stopPropagation(); - }); - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Dropdown._jQueryInterface; - $.fn[NAME].Constructor = Dropdown; - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT; - return Dropdown._jQueryInterface; - }; - - return Dropdown; -}(jQuery); -//# sourceMappingURL=dropdown.js.map diff --git a/node_modules/bootstrap/js/dist/modal.js b/node_modules/bootstrap/js/dist/modal.js deleted file mode 100644 index 73d203e..0000000 --- a/node_modules/bootstrap/js/dist/modal.js +++ /dev/null @@ -1,535 +0,0 @@ -var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; - -var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); - -function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): modal.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var Modal = function ($) { - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - var NAME = 'modal'; - var VERSION = '4.0.0-alpha.6'; - var DATA_KEY = 'bs.modal'; - var EVENT_KEY = '.' + DATA_KEY; - var DATA_API_KEY = '.data-api'; - var JQUERY_NO_CONFLICT = $.fn[NAME]; - var TRANSITION_DURATION = 300; - var BACKDROP_TRANSITION_DURATION = 150; - var ESCAPE_KEYCODE = 27; // KeyboardEvent.which value for Escape (Esc) key - - var Default = { - backdrop: true, - keyboard: true, - focus: true, - show: true - }; - - var DefaultType = { - backdrop: '(boolean|string)', - keyboard: 'boolean', - focus: 'boolean', - show: 'boolean' - }; - - var Event = { - HIDE: 'hide' + EVENT_KEY, - HIDDEN: 'hidden' + EVENT_KEY, - SHOW: 'show' + EVENT_KEY, - SHOWN: 'shown' + EVENT_KEY, - FOCUSIN: 'focusin' + EVENT_KEY, - RESIZE: 'resize' + EVENT_KEY, - CLICK_DISMISS: 'click.dismiss' + EVENT_KEY, - KEYDOWN_DISMISS: 'keydown.dismiss' + EVENT_KEY, - MOUSEUP_DISMISS: 'mouseup.dismiss' + EVENT_KEY, - MOUSEDOWN_DISMISS: 'mousedown.dismiss' + EVENT_KEY, - CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY - }; - - var ClassName = { - SCROLLBAR_MEASURER: 'modal-scrollbar-measure', - BACKDROP: 'modal-backdrop', - OPEN: 'modal-open', - FADE: 'fade', - SHOW: 'show' - }; - - var Selector = { - DIALOG: '.modal-dialog', - DATA_TOGGLE: '[data-toggle="modal"]', - DATA_DISMISS: '[data-dismiss="modal"]', - FIXED_CONTENT: '.fixed-top, .fixed-bottom, .is-fixed, .sticky-top' - }; - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - var Modal = function () { - function Modal(element, config) { - _classCallCheck(this, Modal); - - this._config = this._getConfig(config); - this._element = element; - this._dialog = $(element).find(Selector.DIALOG)[0]; - this._backdrop = null; - this._isShown = false; - this._isBodyOverflowing = false; - this._ignoreBackdropClick = false; - this._isTransitioning = false; - this._originalBodyPadding = 0; - this._scrollbarWidth = 0; - } - - // getters - - // public - - Modal.prototype.toggle = function toggle(relatedTarget) { - return this._isShown ? this.hide() : this.show(relatedTarget); - }; - - Modal.prototype.show = function show(relatedTarget) { - var _this = this; - - if (this._isTransitioning) { - throw new Error('Modal is transitioning'); - } - - if (Util.supportsTransitionEnd() && $(this._element).hasClass(ClassName.FADE)) { - this._isTransitioning = true; - } - var showEvent = $.Event(Event.SHOW, { - relatedTarget: relatedTarget - }); - - $(this._element).trigger(showEvent); - - if (this._isShown || showEvent.isDefaultPrevented()) { - return; - } - - this._isShown = true; - - this._checkScrollbar(); - this._setScrollbar(); - - $(document.body).addClass(ClassName.OPEN); - - this._setEscapeEvent(); - this._setResizeEvent(); - - $(this._element).on(Event.CLICK_DISMISS, Selector.DATA_DISMISS, function (event) { - return _this.hide(event); - }); - - $(this._dialog).on(Event.MOUSEDOWN_DISMISS, function () { - $(_this._element).one(Event.MOUSEUP_DISMISS, function (event) { - if ($(event.target).is(_this._element)) { - _this._ignoreBackdropClick = true; - } - }); - }); - - this._showBackdrop(function () { - return _this._showElement(relatedTarget); - }); - }; - - Modal.prototype.hide = function hide(event) { - var _this2 = this; - - if (event) { - event.preventDefault(); - } - - if (this._isTransitioning) { - throw new Error('Modal is transitioning'); - } - - var transition = Util.supportsTransitionEnd() && $(this._element).hasClass(ClassName.FADE); - if (transition) { - this._isTransitioning = true; - } - - var hideEvent = $.Event(Event.HIDE); - $(this._element).trigger(hideEvent); - - if (!this._isShown || hideEvent.isDefaultPrevented()) { - return; - } - - this._isShown = false; - - this._setEscapeEvent(); - this._setResizeEvent(); - - $(document).off(Event.FOCUSIN); - - $(this._element).removeClass(ClassName.SHOW); - - $(this._element).off(Event.CLICK_DISMISS); - $(this._dialog).off(Event.MOUSEDOWN_DISMISS); - - if (transition) { - $(this._element).one(Util.TRANSITION_END, function (event) { - return _this2._hideModal(event); - }).emulateTransitionEnd(TRANSITION_DURATION); - } else { - this._hideModal(); - } - }; - - Modal.prototype.dispose = function dispose() { - $.removeData(this._element, DATA_KEY); - - $(window, document, this._element, this._backdrop).off(EVENT_KEY); - - this._config = null; - this._element = null; - this._dialog = null; - this._backdrop = null; - this._isShown = null; - this._isBodyOverflowing = null; - this._ignoreBackdropClick = null; - this._originalBodyPadding = null; - this._scrollbarWidth = null; - }; - - // private - - Modal.prototype._getConfig = function _getConfig(config) { - config = $.extend({}, Default, config); - Util.typeCheckConfig(NAME, config, DefaultType); - return config; - }; - - Modal.prototype._showElement = function _showElement(relatedTarget) { - var _this3 = this; - - var transition = Util.supportsTransitionEnd() && $(this._element).hasClass(ClassName.FADE); - - if (!this._element.parentNode || this._element.parentNode.nodeType !== Node.ELEMENT_NODE) { - // don't move modals dom position - document.body.appendChild(this._element); - } - - this._element.style.display = 'block'; - this._element.removeAttribute('aria-hidden'); - this._element.scrollTop = 0; - - if (transition) { - Util.reflow(this._element); - } - - $(this._element).addClass(ClassName.SHOW); - - if (this._config.focus) { - this._enforceFocus(); - } - - var shownEvent = $.Event(Event.SHOWN, { - relatedTarget: relatedTarget - }); - - var transitionComplete = function transitionComplete() { - if (_this3._config.focus) { - _this3._element.focus(); - } - _this3._isTransitioning = false; - $(_this3._element).trigger(shownEvent); - }; - - if (transition) { - $(this._dialog).one(Util.TRANSITION_END, transitionComplete).emulateTransitionEnd(TRANSITION_DURATION); - } else { - transitionComplete(); - } - }; - - Modal.prototype._enforceFocus = function _enforceFocus() { - var _this4 = this; - - $(document).off(Event.FOCUSIN) // guard against infinite focus loop - .on(Event.FOCUSIN, function (event) { - if (document !== event.target && _this4._element !== event.target && !$(_this4._element).has(event.target).length) { - _this4._element.focus(); - } - }); - }; - - Modal.prototype._setEscapeEvent = function _setEscapeEvent() { - var _this5 = this; - - if (this._isShown && this._config.keyboard) { - $(this._element).on(Event.KEYDOWN_DISMISS, function (event) { - if (event.which === ESCAPE_KEYCODE) { - _this5.hide(); - } - }); - } else if (!this._isShown) { - $(this._element).off(Event.KEYDOWN_DISMISS); - } - }; - - Modal.prototype._setResizeEvent = function _setResizeEvent() { - var _this6 = this; - - if (this._isShown) { - $(window).on(Event.RESIZE, function (event) { - return _this6._handleUpdate(event); - }); - } else { - $(window).off(Event.RESIZE); - } - }; - - Modal.prototype._hideModal = function _hideModal() { - var _this7 = this; - - this._element.style.display = 'none'; - this._element.setAttribute('aria-hidden', 'true'); - this._isTransitioning = false; - this._showBackdrop(function () { - $(document.body).removeClass(ClassName.OPEN); - _this7._resetAdjustments(); - _this7._resetScrollbar(); - $(_this7._element).trigger(Event.HIDDEN); - }); - }; - - Modal.prototype._removeBackdrop = function _removeBackdrop() { - if (this._backdrop) { - $(this._backdrop).remove(); - this._backdrop = null; - } - }; - - Modal.prototype._showBackdrop = function _showBackdrop(callback) { - var _this8 = this; - - var animate = $(this._element).hasClass(ClassName.FADE) ? ClassName.FADE : ''; - - if (this._isShown && this._config.backdrop) { - var doAnimate = Util.supportsTransitionEnd() && animate; - - this._backdrop = document.createElement('div'); - this._backdrop.className = ClassName.BACKDROP; - - if (animate) { - $(this._backdrop).addClass(animate); - } - - $(this._backdrop).appendTo(document.body); - - $(this._element).on(Event.CLICK_DISMISS, function (event) { - if (_this8._ignoreBackdropClick) { - _this8._ignoreBackdropClick = false; - return; - } - if (event.target !== event.currentTarget) { - return; - } - if (_this8._config.backdrop === 'static') { - _this8._element.focus(); - } else { - _this8.hide(); - } - }); - - if (doAnimate) { - Util.reflow(this._backdrop); - } - - $(this._backdrop).addClass(ClassName.SHOW); - - if (!callback) { - return; - } - - if (!doAnimate) { - callback(); - return; - } - - $(this._backdrop).one(Util.TRANSITION_END, callback).emulateTransitionEnd(BACKDROP_TRANSITION_DURATION); - } else if (!this._isShown && this._backdrop) { - $(this._backdrop).removeClass(ClassName.SHOW); - - var callbackRemove = function callbackRemove() { - _this8._removeBackdrop(); - if (callback) { - callback(); - } - }; - - if (Util.supportsTransitionEnd() && $(this._element).hasClass(ClassName.FADE)) { - $(this._backdrop).one(Util.TRANSITION_END, callbackRemove).emulateTransitionEnd(BACKDROP_TRANSITION_DURATION); - } else { - callbackRemove(); - } - } else if (callback) { - callback(); - } - }; - - // ---------------------------------------------------------------------- - // the following methods are used to handle overflowing modals - // todo (fat): these should probably be refactored out of modal.js - // ---------------------------------------------------------------------- - - Modal.prototype._handleUpdate = function _handleUpdate() { - this._adjustDialog(); - }; - - Modal.prototype._adjustDialog = function _adjustDialog() { - var isModalOverflowing = this._element.scrollHeight > document.documentElement.clientHeight; - - if (!this._isBodyOverflowing && isModalOverflowing) { - this._element.style.paddingLeft = this._scrollbarWidth + 'px'; - } - - if (this._isBodyOverflowing && !isModalOverflowing) { - this._element.style.paddingRight = this._scrollbarWidth + 'px'; - } - }; - - Modal.prototype._resetAdjustments = function _resetAdjustments() { - this._element.style.paddingLeft = ''; - this._element.style.paddingRight = ''; - }; - - Modal.prototype._checkScrollbar = function _checkScrollbar() { - this._isBodyOverflowing = document.body.clientWidth < window.innerWidth; - this._scrollbarWidth = this._getScrollbarWidth(); - }; - - Modal.prototype._setScrollbar = function _setScrollbar() { - var bodyPadding = parseInt($(Selector.FIXED_CONTENT).css('padding-right') || 0, 10); - - this._originalBodyPadding = document.body.style.paddingRight || ''; - - if (this._isBodyOverflowing) { - document.body.style.paddingRight = bodyPadding + this._scrollbarWidth + 'px'; - } - }; - - Modal.prototype._resetScrollbar = function _resetScrollbar() { - document.body.style.paddingRight = this._originalBodyPadding; - }; - - Modal.prototype._getScrollbarWidth = function _getScrollbarWidth() { - // thx d.walsh - var scrollDiv = document.createElement('div'); - scrollDiv.className = ClassName.SCROLLBAR_MEASURER; - document.body.appendChild(scrollDiv); - var scrollbarWidth = scrollDiv.offsetWidth - scrollDiv.clientWidth; - document.body.removeChild(scrollDiv); - return scrollbarWidth; - }; - - // static - - Modal._jQueryInterface = function _jQueryInterface(config, relatedTarget) { - return this.each(function () { - var data = $(this).data(DATA_KEY); - var _config = $.extend({}, Modal.Default, $(this).data(), (typeof config === 'undefined' ? 'undefined' : _typeof(config)) === 'object' && config); - - if (!data) { - data = new Modal(this, _config); - $(this).data(DATA_KEY, data); - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error('No method named "' + config + '"'); - } - data[config](relatedTarget); - } else if (_config.show) { - data.show(relatedTarget); - } - }); - }; - - _createClass(Modal, null, [{ - key: 'VERSION', - get: function get() { - return VERSION; - } - }, { - key: 'Default', - get: function get() { - return Default; - } - }]); - - return Modal; - }(); - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document).on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE, function (event) { - var _this9 = this; - - var target = void 0; - var selector = Util.getSelectorFromElement(this); - - if (selector) { - target = $(selector)[0]; - } - - var config = $(target).data(DATA_KEY) ? 'toggle' : $.extend({}, $(target).data(), $(this).data()); - - if (this.tagName === 'A' || this.tagName === 'AREA') { - event.preventDefault(); - } - - var $target = $(target).one(Event.SHOW, function (showEvent) { - if (showEvent.isDefaultPrevented()) { - // only register focus restorer if modal will actually get shown - return; - } - - $target.one(Event.HIDDEN, function () { - if ($(_this9).is(':visible')) { - _this9.focus(); - } - }); - }); - - Modal._jQueryInterface.call($(target), config, this); - }); - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Modal._jQueryInterface; - $.fn[NAME].Constructor = Modal; - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT; - return Modal._jQueryInterface; - }; - - return Modal; -}(jQuery); -//# sourceMappingURL=modal.js.map diff --git a/node_modules/bootstrap/js/dist/popover.js b/node_modules/bootstrap/js/dist/popover.js deleted file mode 100644 index c545a30..0000000 --- a/node_modules/bootstrap/js/dist/popover.js +++ /dev/null @@ -1,193 +0,0 @@ -var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; - -var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); - -function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } - -function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; } - -function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; } - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): popover.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var Popover = function ($) { - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - var NAME = 'popover'; - var VERSION = '4.0.0-alpha.6'; - var DATA_KEY = 'bs.popover'; - var EVENT_KEY = '.' + DATA_KEY; - var JQUERY_NO_CONFLICT = $.fn[NAME]; - - var Default = $.extend({}, Tooltip.Default, { - placement: 'right', - trigger: 'click', - content: '', - template: '' - }); - - var DefaultType = $.extend({}, Tooltip.DefaultType, { - content: '(string|element|function)' - }); - - var ClassName = { - FADE: 'fade', - SHOW: 'show' - }; - - var Selector = { - TITLE: '.popover-title', - CONTENT: '.popover-content' - }; - - var Event = { - HIDE: 'hide' + EVENT_KEY, - HIDDEN: 'hidden' + EVENT_KEY, - SHOW: 'show' + EVENT_KEY, - SHOWN: 'shown' + EVENT_KEY, - INSERTED: 'inserted' + EVENT_KEY, - CLICK: 'click' + EVENT_KEY, - FOCUSIN: 'focusin' + EVENT_KEY, - FOCUSOUT: 'focusout' + EVENT_KEY, - MOUSEENTER: 'mouseenter' + EVENT_KEY, - MOUSELEAVE: 'mouseleave' + EVENT_KEY - }; - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - var Popover = function (_Tooltip) { - _inherits(Popover, _Tooltip); - - function Popover() { - _classCallCheck(this, Popover); - - return _possibleConstructorReturn(this, _Tooltip.apply(this, arguments)); - } - - // overrides - - Popover.prototype.isWithContent = function isWithContent() { - return this.getTitle() || this._getContent(); - }; - - Popover.prototype.getTipElement = function getTipElement() { - return this.tip = this.tip || $(this.config.template)[0]; - }; - - Popover.prototype.setContent = function setContent() { - var $tip = $(this.getTipElement()); - - // we use append for html objects to maintain js events - this.setElementContent($tip.find(Selector.TITLE), this.getTitle()); - this.setElementContent($tip.find(Selector.CONTENT), this._getContent()); - - $tip.removeClass(ClassName.FADE + ' ' + ClassName.SHOW); - - this.cleanupTether(); - }; - - // private - - Popover.prototype._getContent = function _getContent() { - return this.element.getAttribute('data-content') || (typeof this.config.content === 'function' ? this.config.content.call(this.element) : this.config.content); - }; - - // static - - Popover._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var data = $(this).data(DATA_KEY); - var _config = (typeof config === 'undefined' ? 'undefined' : _typeof(config)) === 'object' ? config : null; - - if (!data && /destroy|hide/.test(config)) { - return; - } - - if (!data) { - data = new Popover(this, _config); - $(this).data(DATA_KEY, data); - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error('No method named "' + config + '"'); - } - data[config](); - } - }); - }; - - _createClass(Popover, null, [{ - key: 'VERSION', - - - // getters - - get: function get() { - return VERSION; - } - }, { - key: 'Default', - get: function get() { - return Default; - } - }, { - key: 'NAME', - get: function get() { - return NAME; - } - }, { - key: 'DATA_KEY', - get: function get() { - return DATA_KEY; - } - }, { - key: 'Event', - get: function get() { - return Event; - } - }, { - key: 'EVENT_KEY', - get: function get() { - return EVENT_KEY; - } - }, { - key: 'DefaultType', - get: function get() { - return DefaultType; - } - }]); - - return Popover; - }(Tooltip); - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Popover._jQueryInterface; - $.fn[NAME].Constructor = Popover; - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT; - return Popover._jQueryInterface; - }; - - return Popover; -}(jQuery); -//# sourceMappingURL=popover.js.map diff --git a/node_modules/bootstrap/js/dist/scrollspy.js b/node_modules/bootstrap/js/dist/scrollspy.js deleted file mode 100644 index 52cf3de..0000000 --- a/node_modules/bootstrap/js/dist/scrollspy.js +++ /dev/null @@ -1,318 +0,0 @@ -var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; - -var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); - -function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): scrollspy.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var ScrollSpy = function ($) { - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - var NAME = 'scrollspy'; - var VERSION = '4.0.0-alpha.6'; - var DATA_KEY = 'bs.scrollspy'; - var EVENT_KEY = '.' + DATA_KEY; - var DATA_API_KEY = '.data-api'; - var JQUERY_NO_CONFLICT = $.fn[NAME]; - - var Default = { - offset: 10, - method: 'auto', - target: '' - }; - - var DefaultType = { - offset: 'number', - method: 'string', - target: '(string|element)' - }; - - var Event = { - ACTIVATE: 'activate' + EVENT_KEY, - SCROLL: 'scroll' + EVENT_KEY, - LOAD_DATA_API: 'load' + EVENT_KEY + DATA_API_KEY - }; - - var ClassName = { - DROPDOWN_ITEM: 'dropdown-item', - DROPDOWN_MENU: 'dropdown-menu', - NAV_LINK: 'nav-link', - NAV: 'nav', - ACTIVE: 'active' - }; - - var Selector = { - DATA_SPY: '[data-spy="scroll"]', - ACTIVE: '.active', - LIST_ITEM: '.list-item', - LI: 'li', - LI_DROPDOWN: 'li.dropdown', - NAV_LINKS: '.nav-link', - DROPDOWN: '.dropdown', - DROPDOWN_ITEMS: '.dropdown-item', - DROPDOWN_TOGGLE: '.dropdown-toggle' - }; - - var OffsetMethod = { - OFFSET: 'offset', - POSITION: 'position' - }; - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - var ScrollSpy = function () { - function ScrollSpy(element, config) { - var _this = this; - - _classCallCheck(this, ScrollSpy); - - this._element = element; - this._scrollElement = element.tagName === 'BODY' ? window : element; - this._config = this._getConfig(config); - this._selector = this._config.target + ' ' + Selector.NAV_LINKS + ',' + (this._config.target + ' ' + Selector.DROPDOWN_ITEMS); - this._offsets = []; - this._targets = []; - this._activeTarget = null; - this._scrollHeight = 0; - - $(this._scrollElement).on(Event.SCROLL, function (event) { - return _this._process(event); - }); - - this.refresh(); - this._process(); - } - - // getters - - // public - - ScrollSpy.prototype.refresh = function refresh() { - var _this2 = this; - - var autoMethod = this._scrollElement !== this._scrollElement.window ? OffsetMethod.POSITION : OffsetMethod.OFFSET; - - var offsetMethod = this._config.method === 'auto' ? autoMethod : this._config.method; - - var offsetBase = offsetMethod === OffsetMethod.POSITION ? this._getScrollTop() : 0; - - this._offsets = []; - this._targets = []; - - this._scrollHeight = this._getScrollHeight(); - - var targets = $.makeArray($(this._selector)); - - targets.map(function (element) { - var target = void 0; - var targetSelector = Util.getSelectorFromElement(element); - - if (targetSelector) { - target = $(targetSelector)[0]; - } - - if (target && (target.offsetWidth || target.offsetHeight)) { - // todo (fat): remove sketch reliance on jQuery position/offset - return [$(target)[offsetMethod]().top + offsetBase, targetSelector]; - } - return null; - }).filter(function (item) { - return item; - }).sort(function (a, b) { - return a[0] - b[0]; - }).forEach(function (item) { - _this2._offsets.push(item[0]); - _this2._targets.push(item[1]); - }); - }; - - ScrollSpy.prototype.dispose = function dispose() { - $.removeData(this._element, DATA_KEY); - $(this._scrollElement).off(EVENT_KEY); - - this._element = null; - this._scrollElement = null; - this._config = null; - this._selector = null; - this._offsets = null; - this._targets = null; - this._activeTarget = null; - this._scrollHeight = null; - }; - - // private - - ScrollSpy.prototype._getConfig = function _getConfig(config) { - config = $.extend({}, Default, config); - - if (typeof config.target !== 'string') { - var id = $(config.target).attr('id'); - if (!id) { - id = Util.getUID(NAME); - $(config.target).attr('id', id); - } - config.target = '#' + id; - } - - Util.typeCheckConfig(NAME, config, DefaultType); - - return config; - }; - - ScrollSpy.prototype._getScrollTop = function _getScrollTop() { - return this._scrollElement === window ? this._scrollElement.pageYOffset : this._scrollElement.scrollTop; - }; - - ScrollSpy.prototype._getScrollHeight = function _getScrollHeight() { - return this._scrollElement.scrollHeight || Math.max(document.body.scrollHeight, document.documentElement.scrollHeight); - }; - - ScrollSpy.prototype._getOffsetHeight = function _getOffsetHeight() { - return this._scrollElement === window ? window.innerHeight : this._scrollElement.offsetHeight; - }; - - ScrollSpy.prototype._process = function _process() { - var scrollTop = this._getScrollTop() + this._config.offset; - var scrollHeight = this._getScrollHeight(); - var maxScroll = this._config.offset + scrollHeight - this._getOffsetHeight(); - - if (this._scrollHeight !== scrollHeight) { - this.refresh(); - } - - if (scrollTop >= maxScroll) { - var target = this._targets[this._targets.length - 1]; - - if (this._activeTarget !== target) { - this._activate(target); - } - return; - } - - if (this._activeTarget && scrollTop < this._offsets[0] && this._offsets[0] > 0) { - this._activeTarget = null; - this._clear(); - return; - } - - for (var i = this._offsets.length; i--;) { - var isActiveTarget = this._activeTarget !== this._targets[i] && scrollTop >= this._offsets[i] && (this._offsets[i + 1] === undefined || scrollTop < this._offsets[i + 1]); - - if (isActiveTarget) { - this._activate(this._targets[i]); - } - } - }; - - ScrollSpy.prototype._activate = function _activate(target) { - this._activeTarget = target; - - this._clear(); - - var queries = this._selector.split(','); - queries = queries.map(function (selector) { - return selector + '[data-target="' + target + '"],' + (selector + '[href="' + target + '"]'); - }); - - var $link = $(queries.join(',')); - - if ($link.hasClass(ClassName.DROPDOWN_ITEM)) { - $link.closest(Selector.DROPDOWN).find(Selector.DROPDOWN_TOGGLE).addClass(ClassName.ACTIVE); - $link.addClass(ClassName.ACTIVE); - } else { - // todo (fat) this is kinda sus... - // recursively add actives to tested nav-links - $link.parents(Selector.LI).find('> ' + Selector.NAV_LINKS).addClass(ClassName.ACTIVE); - } - - $(this._scrollElement).trigger(Event.ACTIVATE, { - relatedTarget: target - }); - }; - - ScrollSpy.prototype._clear = function _clear() { - $(this._selector).filter(Selector.ACTIVE).removeClass(ClassName.ACTIVE); - }; - - // static - - ScrollSpy._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var data = $(this).data(DATA_KEY); - var _config = (typeof config === 'undefined' ? 'undefined' : _typeof(config)) === 'object' && config; - - if (!data) { - data = new ScrollSpy(this, _config); - $(this).data(DATA_KEY, data); - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error('No method named "' + config + '"'); - } - data[config](); - } - }); - }; - - _createClass(ScrollSpy, null, [{ - key: 'VERSION', - get: function get() { - return VERSION; - } - }, { - key: 'Default', - get: function get() { - return Default; - } - }]); - - return ScrollSpy; - }(); - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(window).on(Event.LOAD_DATA_API, function () { - var scrollSpys = $.makeArray($(Selector.DATA_SPY)); - - for (var i = scrollSpys.length; i--;) { - var $spy = $(scrollSpys[i]); - ScrollSpy._jQueryInterface.call($spy, $spy.data()); - } - }); - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = ScrollSpy._jQueryInterface; - $.fn[NAME].Constructor = ScrollSpy; - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT; - return ScrollSpy._jQueryInterface; - }; - - return ScrollSpy; -}(jQuery); -//# sourceMappingURL=scrollspy.js.map diff --git a/node_modules/bootstrap/js/dist/tab.js b/node_modules/bootstrap/js/dist/tab.js deleted file mode 100644 index eedbc3f..0000000 --- a/node_modules/bootstrap/js/dist/tab.js +++ /dev/null @@ -1,258 +0,0 @@ -var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); - -function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): tab.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var Tab = function ($) { - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - var NAME = 'tab'; - var VERSION = '4.0.0-alpha.6'; - var DATA_KEY = 'bs.tab'; - var EVENT_KEY = '.' + DATA_KEY; - var DATA_API_KEY = '.data-api'; - var JQUERY_NO_CONFLICT = $.fn[NAME]; - var TRANSITION_DURATION = 150; - - var Event = { - HIDE: 'hide' + EVENT_KEY, - HIDDEN: 'hidden' + EVENT_KEY, - SHOW: 'show' + EVENT_KEY, - SHOWN: 'shown' + EVENT_KEY, - CLICK_DATA_API: 'click' + EVENT_KEY + DATA_API_KEY - }; - - var ClassName = { - DROPDOWN_MENU: 'dropdown-menu', - ACTIVE: 'active', - DISABLED: 'disabled', - FADE: 'fade', - SHOW: 'show' - }; - - var Selector = { - A: 'a', - LI: 'li', - DROPDOWN: '.dropdown', - LIST: 'ul:not(.dropdown-menu), ol:not(.dropdown-menu), nav:not(.dropdown-menu)', - FADE_CHILD: '> .nav-item .fade, > .fade', - ACTIVE: '.active', - ACTIVE_CHILD: '> .nav-item > .active, > .active', - DATA_TOGGLE: '[data-toggle="tab"], [data-toggle="pill"]', - DROPDOWN_TOGGLE: '.dropdown-toggle', - DROPDOWN_ACTIVE_CHILD: '> .dropdown-menu .active' - }; - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - var Tab = function () { - function Tab(element) { - _classCallCheck(this, Tab); - - this._element = element; - } - - // getters - - // public - - Tab.prototype.show = function show() { - var _this = this; - - if (this._element.parentNode && this._element.parentNode.nodeType === Node.ELEMENT_NODE && $(this._element).hasClass(ClassName.ACTIVE) || $(this._element).hasClass(ClassName.DISABLED)) { - return; - } - - var target = void 0; - var previous = void 0; - var listElement = $(this._element).closest(Selector.LIST)[0]; - var selector = Util.getSelectorFromElement(this._element); - - if (listElement) { - previous = $.makeArray($(listElement).find(Selector.ACTIVE)); - previous = previous[previous.length - 1]; - } - - var hideEvent = $.Event(Event.HIDE, { - relatedTarget: this._element - }); - - var showEvent = $.Event(Event.SHOW, { - relatedTarget: previous - }); - - if (previous) { - $(previous).trigger(hideEvent); - } - - $(this._element).trigger(showEvent); - - if (showEvent.isDefaultPrevented() || hideEvent.isDefaultPrevented()) { - return; - } - - if (selector) { - target = $(selector)[0]; - } - - this._activate(this._element, listElement); - - var complete = function complete() { - var hiddenEvent = $.Event(Event.HIDDEN, { - relatedTarget: _this._element - }); - - var shownEvent = $.Event(Event.SHOWN, { - relatedTarget: previous - }); - - $(previous).trigger(hiddenEvent); - $(_this._element).trigger(shownEvent); - }; - - if (target) { - this._activate(target, target.parentNode, complete); - } else { - complete(); - } - }; - - Tab.prototype.dispose = function dispose() { - $.removeClass(this._element, DATA_KEY); - this._element = null; - }; - - // private - - Tab.prototype._activate = function _activate(element, container, callback) { - var _this2 = this; - - var active = $(container).find(Selector.ACTIVE_CHILD)[0]; - var isTransitioning = callback && Util.supportsTransitionEnd() && (active && $(active).hasClass(ClassName.FADE) || Boolean($(container).find(Selector.FADE_CHILD)[0])); - - var complete = function complete() { - return _this2._transitionComplete(element, active, isTransitioning, callback); - }; - - if (active && isTransitioning) { - $(active).one(Util.TRANSITION_END, complete).emulateTransitionEnd(TRANSITION_DURATION); - } else { - complete(); - } - - if (active) { - $(active).removeClass(ClassName.SHOW); - } - }; - - Tab.prototype._transitionComplete = function _transitionComplete(element, active, isTransitioning, callback) { - if (active) { - $(active).removeClass(ClassName.ACTIVE); - - var dropdownChild = $(active.parentNode).find(Selector.DROPDOWN_ACTIVE_CHILD)[0]; - - if (dropdownChild) { - $(dropdownChild).removeClass(ClassName.ACTIVE); - } - - active.setAttribute('aria-expanded', false); - } - - $(element).addClass(ClassName.ACTIVE); - element.setAttribute('aria-expanded', true); - - if (isTransitioning) { - Util.reflow(element); - $(element).addClass(ClassName.SHOW); - } else { - $(element).removeClass(ClassName.FADE); - } - - if (element.parentNode && $(element.parentNode).hasClass(ClassName.DROPDOWN_MENU)) { - - var dropdownElement = $(element).closest(Selector.DROPDOWN)[0]; - if (dropdownElement) { - $(dropdownElement).find(Selector.DROPDOWN_TOGGLE).addClass(ClassName.ACTIVE); - } - - element.setAttribute('aria-expanded', true); - } - - if (callback) { - callback(); - } - }; - - // static - - Tab._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var $this = $(this); - var data = $this.data(DATA_KEY); - - if (!data) { - data = new Tab(this); - $this.data(DATA_KEY, data); - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error('No method named "' + config + '"'); - } - data[config](); - } - }); - }; - - _createClass(Tab, null, [{ - key: 'VERSION', - get: function get() { - return VERSION; - } - }]); - - return Tab; - }(); - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document).on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE, function (event) { - event.preventDefault(); - Tab._jQueryInterface.call($(this), 'show'); - }); - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Tab._jQueryInterface; - $.fn[NAME].Constructor = Tab; - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT; - return Tab._jQueryInterface; - }; - - return Tab; -}(jQuery); -//# sourceMappingURL=tab.js.map diff --git a/node_modules/bootstrap/js/dist/tooltip.js b/node_modules/bootstrap/js/dist/tooltip.js deleted file mode 100644 index a7a9f42..0000000 --- a/node_modules/bootstrap/js/dist/tooltip.js +++ /dev/null @@ -1,623 +0,0 @@ -var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; - -var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); - -function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): tooltip.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var Tooltip = function ($) { - - /** - * Check for Tether dependency - * Tether - http://tether.io/ - */ - if (typeof Tether === 'undefined') { - throw new Error('Bootstrap tooltips require Tether (http://tether.io/)'); - } - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - var NAME = 'tooltip'; - var VERSION = '4.0.0-alpha.6'; - var DATA_KEY = 'bs.tooltip'; - var EVENT_KEY = '.' + DATA_KEY; - var JQUERY_NO_CONFLICT = $.fn[NAME]; - var TRANSITION_DURATION = 150; - var CLASS_PREFIX = 'bs-tether'; - - var Default = { - animation: true, - template: '', - trigger: 'hover focus', - title: '', - delay: 0, - html: false, - selector: false, - placement: 'top', - offset: '0 0', - constraints: [], - container: false - }; - - var DefaultType = { - animation: 'boolean', - template: 'string', - title: '(string|element|function)', - trigger: 'string', - delay: '(number|object)', - html: 'boolean', - selector: '(string|boolean)', - placement: '(string|function)', - offset: 'string', - constraints: 'array', - container: '(string|element|boolean)' - }; - - var AttachmentMap = { - TOP: 'bottom center', - RIGHT: 'middle left', - BOTTOM: 'top center', - LEFT: 'middle right' - }; - - var HoverState = { - SHOW: 'show', - OUT: 'out' - }; - - var Event = { - HIDE: 'hide' + EVENT_KEY, - HIDDEN: 'hidden' + EVENT_KEY, - SHOW: 'show' + EVENT_KEY, - SHOWN: 'shown' + EVENT_KEY, - INSERTED: 'inserted' + EVENT_KEY, - CLICK: 'click' + EVENT_KEY, - FOCUSIN: 'focusin' + EVENT_KEY, - FOCUSOUT: 'focusout' + EVENT_KEY, - MOUSEENTER: 'mouseenter' + EVENT_KEY, - MOUSELEAVE: 'mouseleave' + EVENT_KEY - }; - - var ClassName = { - FADE: 'fade', - SHOW: 'show' - }; - - var Selector = { - TOOLTIP: '.tooltip', - TOOLTIP_INNER: '.tooltip-inner' - }; - - var TetherClass = { - element: false, - enabled: false - }; - - var Trigger = { - HOVER: 'hover', - FOCUS: 'focus', - CLICK: 'click', - MANUAL: 'manual' - }; - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - var Tooltip = function () { - function Tooltip(element, config) { - _classCallCheck(this, Tooltip); - - // private - this._isEnabled = true; - this._timeout = 0; - this._hoverState = ''; - this._activeTrigger = {}; - this._isTransitioning = false; - this._tether = null; - - // protected - this.element = element; - this.config = this._getConfig(config); - this.tip = null; - - this._setListeners(); - } - - // getters - - // public - - Tooltip.prototype.enable = function enable() { - this._isEnabled = true; - }; - - Tooltip.prototype.disable = function disable() { - this._isEnabled = false; - }; - - Tooltip.prototype.toggleEnabled = function toggleEnabled() { - this._isEnabled = !this._isEnabled; - }; - - Tooltip.prototype.toggle = function toggle(event) { - if (event) { - var dataKey = this.constructor.DATA_KEY; - var context = $(event.currentTarget).data(dataKey); - - if (!context) { - context = new this.constructor(event.currentTarget, this._getDelegateConfig()); - $(event.currentTarget).data(dataKey, context); - } - - context._activeTrigger.click = !context._activeTrigger.click; - - if (context._isWithActiveTrigger()) { - context._enter(null, context); - } else { - context._leave(null, context); - } - } else { - - if ($(this.getTipElement()).hasClass(ClassName.SHOW)) { - this._leave(null, this); - return; - } - - this._enter(null, this); - } - }; - - Tooltip.prototype.dispose = function dispose() { - clearTimeout(this._timeout); - - this.cleanupTether(); - - $.removeData(this.element, this.constructor.DATA_KEY); - - $(this.element).off(this.constructor.EVENT_KEY); - $(this.element).closest('.modal').off('hide.bs.modal'); - - if (this.tip) { - $(this.tip).remove(); - } - - this._isEnabled = null; - this._timeout = null; - this._hoverState = null; - this._activeTrigger = null; - this._tether = null; - - this.element = null; - this.config = null; - this.tip = null; - }; - - Tooltip.prototype.show = function show() { - var _this = this; - - if ($(this.element).css('display') === 'none') { - throw new Error('Please use show on visible elements'); - } - - var showEvent = $.Event(this.constructor.Event.SHOW); - if (this.isWithContent() && this._isEnabled) { - if (this._isTransitioning) { - throw new Error('Tooltip is transitioning'); - } - $(this.element).trigger(showEvent); - - var isInTheDom = $.contains(this.element.ownerDocument.documentElement, this.element); - - if (showEvent.isDefaultPrevented() || !isInTheDom) { - return; - } - - var tip = this.getTipElement(); - var tipId = Util.getUID(this.constructor.NAME); - - tip.setAttribute('id', tipId); - this.element.setAttribute('aria-describedby', tipId); - - this.setContent(); - - if (this.config.animation) { - $(tip).addClass(ClassName.FADE); - } - - var placement = typeof this.config.placement === 'function' ? this.config.placement.call(this, tip, this.element) : this.config.placement; - - var attachment = this._getAttachment(placement); - - var container = this.config.container === false ? document.body : $(this.config.container); - - $(tip).data(this.constructor.DATA_KEY, this).appendTo(container); - - $(this.element).trigger(this.constructor.Event.INSERTED); - - this._tether = new Tether({ - attachment: attachment, - element: tip, - target: this.element, - classes: TetherClass, - classPrefix: CLASS_PREFIX, - offset: this.config.offset, - constraints: this.config.constraints, - addTargetClasses: false - }); - - Util.reflow(tip); - this._tether.position(); - - $(tip).addClass(ClassName.SHOW); - - var complete = function complete() { - var prevHoverState = _this._hoverState; - _this._hoverState = null; - _this._isTransitioning = false; - - $(_this.element).trigger(_this.constructor.Event.SHOWN); - - if (prevHoverState === HoverState.OUT) { - _this._leave(null, _this); - } - }; - - if (Util.supportsTransitionEnd() && $(this.tip).hasClass(ClassName.FADE)) { - this._isTransitioning = true; - $(this.tip).one(Util.TRANSITION_END, complete).emulateTransitionEnd(Tooltip._TRANSITION_DURATION); - return; - } - - complete(); - } - }; - - Tooltip.prototype.hide = function hide(callback) { - var _this2 = this; - - var tip = this.getTipElement(); - var hideEvent = $.Event(this.constructor.Event.HIDE); - if (this._isTransitioning) { - throw new Error('Tooltip is transitioning'); - } - var complete = function complete() { - if (_this2._hoverState !== HoverState.SHOW && tip.parentNode) { - tip.parentNode.removeChild(tip); - } - - _this2.element.removeAttribute('aria-describedby'); - $(_this2.element).trigger(_this2.constructor.Event.HIDDEN); - _this2._isTransitioning = false; - _this2.cleanupTether(); - - if (callback) { - callback(); - } - }; - - $(this.element).trigger(hideEvent); - - if (hideEvent.isDefaultPrevented()) { - return; - } - - $(tip).removeClass(ClassName.SHOW); - - this._activeTrigger[Trigger.CLICK] = false; - this._activeTrigger[Trigger.FOCUS] = false; - this._activeTrigger[Trigger.HOVER] = false; - - if (Util.supportsTransitionEnd() && $(this.tip).hasClass(ClassName.FADE)) { - this._isTransitioning = true; - $(tip).one(Util.TRANSITION_END, complete).emulateTransitionEnd(TRANSITION_DURATION); - } else { - complete(); - } - - this._hoverState = ''; - }; - - // protected - - Tooltip.prototype.isWithContent = function isWithContent() { - return Boolean(this.getTitle()); - }; - - Tooltip.prototype.getTipElement = function getTipElement() { - return this.tip = this.tip || $(this.config.template)[0]; - }; - - Tooltip.prototype.setContent = function setContent() { - var $tip = $(this.getTipElement()); - - this.setElementContent($tip.find(Selector.TOOLTIP_INNER), this.getTitle()); - - $tip.removeClass(ClassName.FADE + ' ' + ClassName.SHOW); - - this.cleanupTether(); - }; - - Tooltip.prototype.setElementContent = function setElementContent($element, content) { - var html = this.config.html; - if ((typeof content === 'undefined' ? 'undefined' : _typeof(content)) === 'object' && (content.nodeType || content.jquery)) { - // content is a DOM node or a jQuery - if (html) { - if (!$(content).parent().is($element)) { - $element.empty().append(content); - } - } else { - $element.text($(content).text()); - } - } else { - $element[html ? 'html' : 'text'](content); - } - }; - - Tooltip.prototype.getTitle = function getTitle() { - var title = this.element.getAttribute('data-original-title'); - - if (!title) { - title = typeof this.config.title === 'function' ? this.config.title.call(this.element) : this.config.title; - } - - return title; - }; - - Tooltip.prototype.cleanupTether = function cleanupTether() { - if (this._tether) { - this._tether.destroy(); - } - }; - - // private - - Tooltip.prototype._getAttachment = function _getAttachment(placement) { - return AttachmentMap[placement.toUpperCase()]; - }; - - Tooltip.prototype._setListeners = function _setListeners() { - var _this3 = this; - - var triggers = this.config.trigger.split(' '); - - triggers.forEach(function (trigger) { - if (trigger === 'click') { - $(_this3.element).on(_this3.constructor.Event.CLICK, _this3.config.selector, function (event) { - return _this3.toggle(event); - }); - } else if (trigger !== Trigger.MANUAL) { - var eventIn = trigger === Trigger.HOVER ? _this3.constructor.Event.MOUSEENTER : _this3.constructor.Event.FOCUSIN; - var eventOut = trigger === Trigger.HOVER ? _this3.constructor.Event.MOUSELEAVE : _this3.constructor.Event.FOCUSOUT; - - $(_this3.element).on(eventIn, _this3.config.selector, function (event) { - return _this3._enter(event); - }).on(eventOut, _this3.config.selector, function (event) { - return _this3._leave(event); - }); - } - - $(_this3.element).closest('.modal').on('hide.bs.modal', function () { - return _this3.hide(); - }); - }); - - if (this.config.selector) { - this.config = $.extend({}, this.config, { - trigger: 'manual', - selector: '' - }); - } else { - this._fixTitle(); - } - }; - - Tooltip.prototype._fixTitle = function _fixTitle() { - var titleType = _typeof(this.element.getAttribute('data-original-title')); - if (this.element.getAttribute('title') || titleType !== 'string') { - this.element.setAttribute('data-original-title', this.element.getAttribute('title') || ''); - this.element.setAttribute('title', ''); - } - }; - - Tooltip.prototype._enter = function _enter(event, context) { - var dataKey = this.constructor.DATA_KEY; - - context = context || $(event.currentTarget).data(dataKey); - - if (!context) { - context = new this.constructor(event.currentTarget, this._getDelegateConfig()); - $(event.currentTarget).data(dataKey, context); - } - - if (event) { - context._activeTrigger[event.type === 'focusin' ? Trigger.FOCUS : Trigger.HOVER] = true; - } - - if ($(context.getTipElement()).hasClass(ClassName.SHOW) || context._hoverState === HoverState.SHOW) { - context._hoverState = HoverState.SHOW; - return; - } - - clearTimeout(context._timeout); - - context._hoverState = HoverState.SHOW; - - if (!context.config.delay || !context.config.delay.show) { - context.show(); - return; - } - - context._timeout = setTimeout(function () { - if (context._hoverState === HoverState.SHOW) { - context.show(); - } - }, context.config.delay.show); - }; - - Tooltip.prototype._leave = function _leave(event, context) { - var dataKey = this.constructor.DATA_KEY; - - context = context || $(event.currentTarget).data(dataKey); - - if (!context) { - context = new this.constructor(event.currentTarget, this._getDelegateConfig()); - $(event.currentTarget).data(dataKey, context); - } - - if (event) { - context._activeTrigger[event.type === 'focusout' ? Trigger.FOCUS : Trigger.HOVER] = false; - } - - if (context._isWithActiveTrigger()) { - return; - } - - clearTimeout(context._timeout); - - context._hoverState = HoverState.OUT; - - if (!context.config.delay || !context.config.delay.hide) { - context.hide(); - return; - } - - context._timeout = setTimeout(function () { - if (context._hoverState === HoverState.OUT) { - context.hide(); - } - }, context.config.delay.hide); - }; - - Tooltip.prototype._isWithActiveTrigger = function _isWithActiveTrigger() { - for (var trigger in this._activeTrigger) { - if (this._activeTrigger[trigger]) { - return true; - } - } - - return false; - }; - - Tooltip.prototype._getConfig = function _getConfig(config) { - config = $.extend({}, this.constructor.Default, $(this.element).data(), config); - - if (config.delay && typeof config.delay === 'number') { - config.delay = { - show: config.delay, - hide: config.delay - }; - } - - Util.typeCheckConfig(NAME, config, this.constructor.DefaultType); - - return config; - }; - - Tooltip.prototype._getDelegateConfig = function _getDelegateConfig() { - var config = {}; - - if (this.config) { - for (var key in this.config) { - if (this.constructor.Default[key] !== this.config[key]) { - config[key] = this.config[key]; - } - } - } - - return config; - }; - - // static - - Tooltip._jQueryInterface = function _jQueryInterface(config) { - return this.each(function () { - var data = $(this).data(DATA_KEY); - var _config = (typeof config === 'undefined' ? 'undefined' : _typeof(config)) === 'object' && config; - - if (!data && /dispose|hide/.test(config)) { - return; - } - - if (!data) { - data = new Tooltip(this, _config); - $(this).data(DATA_KEY, data); - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error('No method named "' + config + '"'); - } - data[config](); - } - }); - }; - - _createClass(Tooltip, null, [{ - key: 'VERSION', - get: function get() { - return VERSION; - } - }, { - key: 'Default', - get: function get() { - return Default; - } - }, { - key: 'NAME', - get: function get() { - return NAME; - } - }, { - key: 'DATA_KEY', - get: function get() { - return DATA_KEY; - } - }, { - key: 'Event', - get: function get() { - return Event; - } - }, { - key: 'EVENT_KEY', - get: function get() { - return EVENT_KEY; - } - }, { - key: 'DefaultType', - get: function get() { - return DefaultType; - } - }]); - - return Tooltip; - }(); - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Tooltip._jQueryInterface; - $.fn[NAME].Constructor = Tooltip; - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT; - return Tooltip._jQueryInterface; - }; - - return Tooltip; -}(jQuery); /* global Tether */ -//# sourceMappingURL=tooltip.js.map diff --git a/node_modules/bootstrap/js/dist/util.js b/node_modules/bootstrap/js/dist/util.js deleted file mode 100644 index 2fda21d..0000000 --- a/node_modules/bootstrap/js/dist/util.js +++ /dev/null @@ -1,150 +0,0 @@ -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): util.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -var Util = function ($) { - - /** - * ------------------------------------------------------------------------ - * Private TransitionEnd Helpers - * ------------------------------------------------------------------------ - */ - - var transition = false; - - var MAX_UID = 1000000; - - var TransitionEndEvent = { - WebkitTransition: 'webkitTransitionEnd', - MozTransition: 'transitionend', - OTransition: 'oTransitionEnd otransitionend', - transition: 'transitionend' - }; - - // shoutout AngusCroll (https://goo.gl/pxwQGp) - function toType(obj) { - return {}.toString.call(obj).match(/\s([a-zA-Z]+)/)[1].toLowerCase(); - } - - function isElement(obj) { - return (obj[0] || obj).nodeType; - } - - function getSpecialTransitionEndEvent() { - return { - bindType: transition.end, - delegateType: transition.end, - handle: function handle(event) { - if ($(event.target).is(this)) { - return event.handleObj.handler.apply(this, arguments); // eslint-disable-line prefer-rest-params - } - return undefined; - } - }; - } - - function transitionEndTest() { - if (window.QUnit) { - return false; - } - - var el = document.createElement('bootstrap'); - - for (var name in TransitionEndEvent) { - if (el.style[name] !== undefined) { - return { - end: TransitionEndEvent[name] - }; - } - } - - return false; - } - - function transitionEndEmulator(duration) { - var _this = this; - - var called = false; - - $(this).one(Util.TRANSITION_END, function () { - called = true; - }); - - setTimeout(function () { - if (!called) { - Util.triggerTransitionEnd(_this); - } - }, duration); - - return this; - } - - function setTransitionEndSupport() { - transition = transitionEndTest(); - - $.fn.emulateTransitionEnd = transitionEndEmulator; - - if (Util.supportsTransitionEnd()) { - $.event.special[Util.TRANSITION_END] = getSpecialTransitionEndEvent(); - } - } - - /** - * -------------------------------------------------------------------------- - * Public Util Api - * -------------------------------------------------------------------------- - */ - - var Util = { - - TRANSITION_END: 'bsTransitionEnd', - - getUID: function getUID(prefix) { - do { - // eslint-disable-next-line no-bitwise - prefix += ~~(Math.random() * MAX_UID); // "~~" acts like a faster Math.floor() here - } while (document.getElementById(prefix)); - return prefix; - }, - getSelectorFromElement: function getSelectorFromElement(element) { - var selector = element.getAttribute('data-target'); - - if (!selector) { - selector = element.getAttribute('href') || ''; - selector = /^#[a-z]/i.test(selector) ? selector : null; - } - - return selector; - }, - reflow: function reflow(element) { - return element.offsetHeight; - }, - triggerTransitionEnd: function triggerTransitionEnd(element) { - $(element).trigger(transition.end); - }, - supportsTransitionEnd: function supportsTransitionEnd() { - return Boolean(transition); - }, - typeCheckConfig: function typeCheckConfig(componentName, config, configTypes) { - for (var property in configTypes) { - if (configTypes.hasOwnProperty(property)) { - var expectedTypes = configTypes[property]; - var value = config[property]; - var valueType = value && isElement(value) ? 'element' : toType(value); - - if (!new RegExp(expectedTypes).test(valueType)) { - throw new Error(componentName.toUpperCase() + ': ' + ('Option "' + property + '" provided type "' + valueType + '" ') + ('but expected type "' + expectedTypes + '".')); - } - } - } - } - }; - - setTransitionEndSupport(); - - return Util; -}(jQuery); -//# sourceMappingURL=util.js.map diff --git a/node_modules/bootstrap/js/src/alert.js b/node_modules/bootstrap/js/src/alert.js deleted file mode 100644 index b30d0d3..0000000 --- a/node_modules/bootstrap/js/src/alert.js +++ /dev/null @@ -1,193 +0,0 @@ -import Util from './util' - - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): alert.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -const Alert = (($) => { - - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - const NAME = 'alert' - const VERSION = '4.0.0-alpha.6' - const DATA_KEY = 'bs.alert' - const EVENT_KEY = `.${DATA_KEY}` - const DATA_API_KEY = '.data-api' - const JQUERY_NO_CONFLICT = $.fn[NAME] - const TRANSITION_DURATION = 150 - - const Selector = { - DISMISS : '[data-dismiss="alert"]' - } - - const Event = { - CLOSE : `close${EVENT_KEY}`, - CLOSED : `closed${EVENT_KEY}`, - CLICK_DATA_API : `click${EVENT_KEY}${DATA_API_KEY}` - } - - const ClassName = { - ALERT : 'alert', - FADE : 'fade', - SHOW : 'show' - } - - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - class Alert { - - constructor(element) { - this._element = element - } - - - // getters - - static get VERSION() { - return VERSION - } - - - // public - - close(element) { - element = element || this._element - - const rootElement = this._getRootElement(element) - const customEvent = this._triggerCloseEvent(rootElement) - - if (customEvent.isDefaultPrevented()) { - return - } - - this._removeElement(rootElement) - } - - dispose() { - $.removeData(this._element, DATA_KEY) - this._element = null - } - - - // private - - _getRootElement(element) { - const selector = Util.getSelectorFromElement(element) - let parent = false - - if (selector) { - parent = $(selector)[0] - } - - if (!parent) { - parent = $(element).closest(`.${ClassName.ALERT}`)[0] - } - - return parent - } - - _triggerCloseEvent(element) { - const closeEvent = $.Event(Event.CLOSE) - - $(element).trigger(closeEvent) - return closeEvent - } - - _removeElement(element) { - $(element).removeClass(ClassName.SHOW) - - if (!Util.supportsTransitionEnd() || - !$(element).hasClass(ClassName.FADE)) { - this._destroyElement(element) - return - } - - $(element) - .one(Util.TRANSITION_END, (event) => this._destroyElement(element, event)) - .emulateTransitionEnd(TRANSITION_DURATION) - } - - _destroyElement(element) { - $(element) - .detach() - .trigger(Event.CLOSED) - .remove() - } - - - // static - - static _jQueryInterface(config) { - return this.each(function () { - const $element = $(this) - let data = $element.data(DATA_KEY) - - if (!data) { - data = new Alert(this) - $element.data(DATA_KEY, data) - } - - if (config === 'close') { - data[config](this) - } - }) - } - - static _handleDismiss(alertInstance) { - return function (event) { - if (event) { - event.preventDefault() - } - - alertInstance.close(this) - } - } - - } - - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document).on( - Event.CLICK_DATA_API, - Selector.DISMISS, - Alert._handleDismiss(new Alert()) - ) - - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Alert._jQueryInterface - $.fn[NAME].Constructor = Alert - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT - return Alert._jQueryInterface - } - - return Alert - -})(jQuery) - -export default Alert diff --git a/node_modules/bootstrap/js/src/button.js b/node_modules/bootstrap/js/src/button.js deleted file mode 100644 index 76c5cdd..0000000 --- a/node_modules/bootstrap/js/src/button.js +++ /dev/null @@ -1,176 +0,0 @@ -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): button.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -const Button = (($) => { - - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - const NAME = 'button' - const VERSION = '4.0.0-alpha.6' - const DATA_KEY = 'bs.button' - const EVENT_KEY = `.${DATA_KEY}` - const DATA_API_KEY = '.data-api' - const JQUERY_NO_CONFLICT = $.fn[NAME] - - const ClassName = { - ACTIVE : 'active', - BUTTON : 'btn', - FOCUS : 'focus' - } - - const Selector = { - DATA_TOGGLE_CARROT : '[data-toggle^="button"]', - DATA_TOGGLE : '[data-toggle="buttons"]', - INPUT : 'input', - ACTIVE : '.active', - BUTTON : '.btn' - } - - const Event = { - CLICK_DATA_API : `click${EVENT_KEY}${DATA_API_KEY}`, - FOCUS_BLUR_DATA_API : `focus${EVENT_KEY}${DATA_API_KEY} ` - + `blur${EVENT_KEY}${DATA_API_KEY}` - } - - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - class Button { - - constructor(element) { - this._element = element - } - - - // getters - - static get VERSION() { - return VERSION - } - - - // public - - toggle() { - let triggerChangeEvent = true - const rootElement = $(this._element).closest( - Selector.DATA_TOGGLE - )[0] - - if (rootElement) { - const input = $(this._element).find(Selector.INPUT)[0] - - if (input) { - if (input.type === 'radio') { - if (input.checked && - $(this._element).hasClass(ClassName.ACTIVE)) { - triggerChangeEvent = false - - } else { - const activeElement = $(rootElement).find(Selector.ACTIVE)[0] - - if (activeElement) { - $(activeElement).removeClass(ClassName.ACTIVE) - } - } - } - - if (triggerChangeEvent) { - input.checked = !$(this._element).hasClass(ClassName.ACTIVE) - $(input).trigger('change') - } - - input.focus() - } - - } - - this._element.setAttribute('aria-pressed', - !$(this._element).hasClass(ClassName.ACTIVE)) - - if (triggerChangeEvent) { - $(this._element).toggleClass(ClassName.ACTIVE) - } - } - - dispose() { - $.removeData(this._element, DATA_KEY) - this._element = null - } - - - // static - - static _jQueryInterface(config) { - return this.each(function () { - let data = $(this).data(DATA_KEY) - - if (!data) { - data = new Button(this) - $(this).data(DATA_KEY, data) - } - - if (config === 'toggle') { - data[config]() - } - }) - } - - } - - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document) - .on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE_CARROT, (event) => { - event.preventDefault() - - let button = event.target - - if (!$(button).hasClass(ClassName.BUTTON)) { - button = $(button).closest(Selector.BUTTON) - } - - Button._jQueryInterface.call($(button), 'toggle') - }) - .on(Event.FOCUS_BLUR_DATA_API, Selector.DATA_TOGGLE_CARROT, (event) => { - const button = $(event.target).closest(Selector.BUTTON)[0] - $(button).toggleClass(ClassName.FOCUS, /^focus(in)?$/.test(event.type)) - }) - - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Button._jQueryInterface - $.fn[NAME].Constructor = Button - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT - return Button._jQueryInterface - } - - return Button - -})(jQuery) - -export default Button diff --git a/node_modules/bootstrap/js/src/carousel.js b/node_modules/bootstrap/js/src/carousel.js deleted file mode 100644 index d27600c..0000000 --- a/node_modules/bootstrap/js/src/carousel.js +++ /dev/null @@ -1,497 +0,0 @@ -import Util from './util' - - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): carousel.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -const Carousel = (($) => { - - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - const NAME = 'carousel' - const VERSION = '4.0.0-alpha.6' - const DATA_KEY = 'bs.carousel' - const EVENT_KEY = `.${DATA_KEY}` - const DATA_API_KEY = '.data-api' - const JQUERY_NO_CONFLICT = $.fn[NAME] - const TRANSITION_DURATION = 600 - const ARROW_LEFT_KEYCODE = 37 // KeyboardEvent.which value for left arrow key - const ARROW_RIGHT_KEYCODE = 39 // KeyboardEvent.which value for right arrow key - - const Default = { - interval : 5000, - keyboard : true, - slide : false, - pause : 'hover', - wrap : true - } - - const DefaultType = { - interval : '(number|boolean)', - keyboard : 'boolean', - slide : '(boolean|string)', - pause : '(string|boolean)', - wrap : 'boolean' - } - - const Direction = { - NEXT : 'next', - PREV : 'prev', - LEFT : 'left', - RIGHT : 'right' - } - - const Event = { - SLIDE : `slide${EVENT_KEY}`, - SLID : `slid${EVENT_KEY}`, - KEYDOWN : `keydown${EVENT_KEY}`, - MOUSEENTER : `mouseenter${EVENT_KEY}`, - MOUSELEAVE : `mouseleave${EVENT_KEY}`, - LOAD_DATA_API : `load${EVENT_KEY}${DATA_API_KEY}`, - CLICK_DATA_API : `click${EVENT_KEY}${DATA_API_KEY}` - } - - const ClassName = { - CAROUSEL : 'carousel', - ACTIVE : 'active', - SLIDE : 'slide', - RIGHT : 'carousel-item-right', - LEFT : 'carousel-item-left', - NEXT : 'carousel-item-next', - PREV : 'carousel-item-prev', - ITEM : 'carousel-item' - } - - const Selector = { - ACTIVE : '.active', - ACTIVE_ITEM : '.active.carousel-item', - ITEM : '.carousel-item', - NEXT_PREV : '.carousel-item-next, .carousel-item-prev', - INDICATORS : '.carousel-indicators', - DATA_SLIDE : '[data-slide], [data-slide-to]', - DATA_RIDE : '[data-ride="carousel"]' - } - - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - class Carousel { - - constructor(element, config) { - this._items = null - this._interval = null - this._activeElement = null - - this._isPaused = false - this._isSliding = false - - this._config = this._getConfig(config) - this._element = $(element)[0] - this._indicatorsElement = $(this._element).find(Selector.INDICATORS)[0] - - this._addEventListeners() - } - - - // getters - - static get VERSION() { - return VERSION - } - - static get Default() { - return Default - } - - - // public - - next() { - if (this._isSliding) { - throw new Error('Carousel is sliding') - } - this._slide(Direction.NEXT) - } - - nextWhenVisible() { - // Don't call next when the page isn't visible - if (!document.hidden) { - this.next() - } - } - - prev() { - if (this._isSliding) { - throw new Error('Carousel is sliding') - } - this._slide(Direction.PREVIOUS) - } - - pause(event) { - if (!event) { - this._isPaused = true - } - - if ($(this._element).find(Selector.NEXT_PREV)[0] && - Util.supportsTransitionEnd()) { - Util.triggerTransitionEnd(this._element) - this.cycle(true) - } - - clearInterval(this._interval) - this._interval = null - } - - cycle(event) { - if (!event) { - this._isPaused = false - } - - if (this._interval) { - clearInterval(this._interval) - this._interval = null - } - - if (this._config.interval && !this._isPaused) { - this._interval = setInterval( - (document.visibilityState ? this.nextWhenVisible : this.next).bind(this), - this._config.interval - ) - } - } - - to(index) { - this._activeElement = $(this._element).find(Selector.ACTIVE_ITEM)[0] - - const activeIndex = this._getItemIndex(this._activeElement) - - if (index > this._items.length - 1 || index < 0) { - return - } - - if (this._isSliding) { - $(this._element).one(Event.SLID, () => this.to(index)) - return - } - - if (activeIndex === index) { - this.pause() - this.cycle() - return - } - - const direction = index > activeIndex ? - Direction.NEXT : - Direction.PREVIOUS - - this._slide(direction, this._items[index]) - } - - dispose() { - $(this._element).off(EVENT_KEY) - $.removeData(this._element, DATA_KEY) - - this._items = null - this._config = null - this._element = null - this._interval = null - this._isPaused = null - this._isSliding = null - this._activeElement = null - this._indicatorsElement = null - } - - - // private - - _getConfig(config) { - config = $.extend({}, Default, config) - Util.typeCheckConfig(NAME, config, DefaultType) - return config - } - - _addEventListeners() { - if (this._config.keyboard) { - $(this._element) - .on(Event.KEYDOWN, (event) => this._keydown(event)) - } - - if (this._config.pause === 'hover' && - !('ontouchstart' in document.documentElement)) { - $(this._element) - .on(Event.MOUSEENTER, (event) => this.pause(event)) - .on(Event.MOUSELEAVE, (event) => this.cycle(event)) - } - } - - _keydown(event) { - if (/input|textarea/i.test(event.target.tagName)) { - return - } - - switch (event.which) { - case ARROW_LEFT_KEYCODE: - event.preventDefault() - this.prev() - break - case ARROW_RIGHT_KEYCODE: - event.preventDefault() - this.next() - break - default: - return - } - } - - _getItemIndex(element) { - this._items = $.makeArray($(element).parent().find(Selector.ITEM)) - return this._items.indexOf(element) - } - - _getItemByDirection(direction, activeElement) { - const isNextDirection = direction === Direction.NEXT - const isPrevDirection = direction === Direction.PREVIOUS - const activeIndex = this._getItemIndex(activeElement) - const lastItemIndex = this._items.length - 1 - const isGoingToWrap = isPrevDirection && activeIndex === 0 || - isNextDirection && activeIndex === lastItemIndex - - if (isGoingToWrap && !this._config.wrap) { - return activeElement - } - - const delta = direction === Direction.PREVIOUS ? -1 : 1 - const itemIndex = (activeIndex + delta) % this._items.length - - return itemIndex === -1 ? - this._items[this._items.length - 1] : this._items[itemIndex] - } - - - _triggerSlideEvent(relatedTarget, eventDirectionName) { - const slideEvent = $.Event(Event.SLIDE, { - relatedTarget, - direction: eventDirectionName - }) - - $(this._element).trigger(slideEvent) - - return slideEvent - } - - _setActiveIndicatorElement(element) { - if (this._indicatorsElement) { - $(this._indicatorsElement) - .find(Selector.ACTIVE) - .removeClass(ClassName.ACTIVE) - - const nextIndicator = this._indicatorsElement.children[ - this._getItemIndex(element) - ] - - if (nextIndicator) { - $(nextIndicator).addClass(ClassName.ACTIVE) - } - } - } - - _slide(direction, element) { - const activeElement = $(this._element).find(Selector.ACTIVE_ITEM)[0] - const nextElement = element || activeElement && - this._getItemByDirection(direction, activeElement) - - const isCycling = Boolean(this._interval) - - let directionalClassName - let orderClassName - let eventDirectionName - - if (direction === Direction.NEXT) { - directionalClassName = ClassName.LEFT - orderClassName = ClassName.NEXT - eventDirectionName = Direction.LEFT - } else { - directionalClassName = ClassName.RIGHT - orderClassName = ClassName.PREV - eventDirectionName = Direction.RIGHT - } - - if (nextElement && $(nextElement).hasClass(ClassName.ACTIVE)) { - this._isSliding = false - return - } - - const slideEvent = this._triggerSlideEvent(nextElement, eventDirectionName) - if (slideEvent.isDefaultPrevented()) { - return - } - - if (!activeElement || !nextElement) { - // some weirdness is happening, so we bail - return - } - - this._isSliding = true - - if (isCycling) { - this.pause() - } - - this._setActiveIndicatorElement(nextElement) - - const slidEvent = $.Event(Event.SLID, { - relatedTarget: nextElement, - direction: eventDirectionName - }) - - if (Util.supportsTransitionEnd() && - $(this._element).hasClass(ClassName.SLIDE)) { - - $(nextElement).addClass(orderClassName) - - Util.reflow(nextElement) - - $(activeElement).addClass(directionalClassName) - $(nextElement).addClass(directionalClassName) - - $(activeElement) - .one(Util.TRANSITION_END, () => { - $(nextElement) - .removeClass(`${directionalClassName} ${orderClassName}`) - .addClass(ClassName.ACTIVE) - - $(activeElement).removeClass(`${ClassName.ACTIVE} ${orderClassName} ${directionalClassName}`) - - this._isSliding = false - - setTimeout(() => $(this._element).trigger(slidEvent), 0) - - }) - .emulateTransitionEnd(TRANSITION_DURATION) - - } else { - $(activeElement).removeClass(ClassName.ACTIVE) - $(nextElement).addClass(ClassName.ACTIVE) - - this._isSliding = false - $(this._element).trigger(slidEvent) - } - - if (isCycling) { - this.cycle() - } - } - - - // static - - static _jQueryInterface(config) { - return this.each(function () { - let data = $(this).data(DATA_KEY) - const _config = $.extend({}, Default, $(this).data()) - - if (typeof config === 'object') { - $.extend(_config, config) - } - - const action = typeof config === 'string' ? config : _config.slide - - if (!data) { - data = new Carousel(this, _config) - $(this).data(DATA_KEY, data) - } - - if (typeof config === 'number') { - data.to(config) - } else if (typeof action === 'string') { - if (data[action] === undefined) { - throw new Error(`No method named "${action}"`) - } - data[action]() - } else if (_config.interval) { - data.pause() - data.cycle() - } - }) - } - - static _dataApiClickHandler(event) { - const selector = Util.getSelectorFromElement(this) - - if (!selector) { - return - } - - const target = $(selector)[0] - - if (!target || !$(target).hasClass(ClassName.CAROUSEL)) { - return - } - - const config = $.extend({}, $(target).data(), $(this).data()) - const slideIndex = this.getAttribute('data-slide-to') - - if (slideIndex) { - config.interval = false - } - - Carousel._jQueryInterface.call($(target), config) - - if (slideIndex) { - $(target).data(DATA_KEY).to(slideIndex) - } - - event.preventDefault() - } - - } - - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document) - .on(Event.CLICK_DATA_API, Selector.DATA_SLIDE, Carousel._dataApiClickHandler) - - $(window).on(Event.LOAD_DATA_API, () => { - $(Selector.DATA_RIDE).each(function () { - const $carousel = $(this) - Carousel._jQueryInterface.call($carousel, $carousel.data()) - }) - }) - - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Carousel._jQueryInterface - $.fn[NAME].Constructor = Carousel - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT - return Carousel._jQueryInterface - } - - return Carousel - -})(jQuery) - -export default Carousel diff --git a/node_modules/bootstrap/js/src/collapse.js b/node_modules/bootstrap/js/src/collapse.js deleted file mode 100644 index 28c4493..0000000 --- a/node_modules/bootstrap/js/src/collapse.js +++ /dev/null @@ -1,387 +0,0 @@ -import Util from './util' - - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): collapse.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -const Collapse = (($) => { - - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - const NAME = 'collapse' - const VERSION = '4.0.0-alpha.6' - const DATA_KEY = 'bs.collapse' - const EVENT_KEY = `.${DATA_KEY}` - const DATA_API_KEY = '.data-api' - const JQUERY_NO_CONFLICT = $.fn[NAME] - const TRANSITION_DURATION = 600 - - const Default = { - toggle : true, - parent : '' - } - - const DefaultType = { - toggle : 'boolean', - parent : 'string' - } - - const Event = { - SHOW : `show${EVENT_KEY}`, - SHOWN : `shown${EVENT_KEY}`, - HIDE : `hide${EVENT_KEY}`, - HIDDEN : `hidden${EVENT_KEY}`, - CLICK_DATA_API : `click${EVENT_KEY}${DATA_API_KEY}` - } - - const ClassName = { - SHOW : 'show', - COLLAPSE : 'collapse', - COLLAPSING : 'collapsing', - COLLAPSED : 'collapsed' - } - - const Dimension = { - WIDTH : 'width', - HEIGHT : 'height' - } - - const Selector = { - ACTIVES : '.card > .show, .card > .collapsing', - DATA_TOGGLE : '[data-toggle="collapse"]' - } - - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - class Collapse { - - constructor(element, config) { - this._isTransitioning = false - this._element = element - this._config = this._getConfig(config) - this._triggerArray = $.makeArray($( - `[data-toggle="collapse"][href="#${element.id}"],` + - `[data-toggle="collapse"][data-target="#${element.id}"]` - )) - - this._parent = this._config.parent ? this._getParent() : null - - if (!this._config.parent) { - this._addAriaAndCollapsedClass(this._element, this._triggerArray) - } - - if (this._config.toggle) { - this.toggle() - } - } - - - // getters - - static get VERSION() { - return VERSION - } - - static get Default() { - return Default - } - - - // public - - toggle() { - if ($(this._element).hasClass(ClassName.SHOW)) { - this.hide() - } else { - this.show() - } - } - - show() { - if (this._isTransitioning) { - throw new Error('Collapse is transitioning') - } - - if ($(this._element).hasClass(ClassName.SHOW)) { - return - } - - let actives - let activesData - - if (this._parent) { - actives = $.makeArray($(this._parent).find(Selector.ACTIVES)) - if (!actives.length) { - actives = null - } - } - - if (actives) { - activesData = $(actives).data(DATA_KEY) - if (activesData && activesData._isTransitioning) { - return - } - } - - const startEvent = $.Event(Event.SHOW) - $(this._element).trigger(startEvent) - if (startEvent.isDefaultPrevented()) { - return - } - - if (actives) { - Collapse._jQueryInterface.call($(actives), 'hide') - if (!activesData) { - $(actives).data(DATA_KEY, null) - } - } - - const dimension = this._getDimension() - - $(this._element) - .removeClass(ClassName.COLLAPSE) - .addClass(ClassName.COLLAPSING) - - this._element.style[dimension] = 0 - this._element.setAttribute('aria-expanded', true) - - if (this._triggerArray.length) { - $(this._triggerArray) - .removeClass(ClassName.COLLAPSED) - .attr('aria-expanded', true) - } - - this.setTransitioning(true) - - const complete = () => { - $(this._element) - .removeClass(ClassName.COLLAPSING) - .addClass(ClassName.COLLAPSE) - .addClass(ClassName.SHOW) - - this._element.style[dimension] = '' - - this.setTransitioning(false) - - $(this._element).trigger(Event.SHOWN) - } - - if (!Util.supportsTransitionEnd()) { - complete() - return - } - - const capitalizedDimension = dimension[0].toUpperCase() + dimension.slice(1) - const scrollSize = `scroll${capitalizedDimension}` - - $(this._element) - .one(Util.TRANSITION_END, complete) - .emulateTransitionEnd(TRANSITION_DURATION) - - this._element.style[dimension] = `${this._element[scrollSize]}px` - } - - hide() { - if (this._isTransitioning) { - throw new Error('Collapse is transitioning') - } - - if (!$(this._element).hasClass(ClassName.SHOW)) { - return - } - - const startEvent = $.Event(Event.HIDE) - $(this._element).trigger(startEvent) - if (startEvent.isDefaultPrevented()) { - return - } - - const dimension = this._getDimension() - const offsetDimension = dimension === Dimension.WIDTH ? - 'offsetWidth' : 'offsetHeight' - - this._element.style[dimension] = `${this._element[offsetDimension]}px` - - Util.reflow(this._element) - - $(this._element) - .addClass(ClassName.COLLAPSING) - .removeClass(ClassName.COLLAPSE) - .removeClass(ClassName.SHOW) - - this._element.setAttribute('aria-expanded', false) - - if (this._triggerArray.length) { - $(this._triggerArray) - .addClass(ClassName.COLLAPSED) - .attr('aria-expanded', false) - } - - this.setTransitioning(true) - - const complete = () => { - this.setTransitioning(false) - $(this._element) - .removeClass(ClassName.COLLAPSING) - .addClass(ClassName.COLLAPSE) - .trigger(Event.HIDDEN) - } - - this._element.style[dimension] = '' - - if (!Util.supportsTransitionEnd()) { - complete() - return - } - - $(this._element) - .one(Util.TRANSITION_END, complete) - .emulateTransitionEnd(TRANSITION_DURATION) - } - - setTransitioning(isTransitioning) { - this._isTransitioning = isTransitioning - } - - dispose() { - $.removeData(this._element, DATA_KEY) - - this._config = null - this._parent = null - this._element = null - this._triggerArray = null - this._isTransitioning = null - } - - - // private - - _getConfig(config) { - config = $.extend({}, Default, config) - config.toggle = Boolean(config.toggle) // coerce string values - Util.typeCheckConfig(NAME, config, DefaultType) - return config - } - - _getDimension() { - const hasWidth = $(this._element).hasClass(Dimension.WIDTH) - return hasWidth ? Dimension.WIDTH : Dimension.HEIGHT - } - - _getParent() { - const parent = $(this._config.parent)[0] - const selector = - `[data-toggle="collapse"][data-parent="${this._config.parent}"]` - - $(parent).find(selector).each((i, element) => { - this._addAriaAndCollapsedClass( - Collapse._getTargetFromElement(element), - [element] - ) - }) - - return parent - } - - _addAriaAndCollapsedClass(element, triggerArray) { - if (element) { - const isOpen = $(element).hasClass(ClassName.SHOW) - element.setAttribute('aria-expanded', isOpen) - - if (triggerArray.length) { - $(triggerArray) - .toggleClass(ClassName.COLLAPSED, !isOpen) - .attr('aria-expanded', isOpen) - } - } - } - - - // static - - static _getTargetFromElement(element) { - const selector = Util.getSelectorFromElement(element) - return selector ? $(selector)[0] : null - } - - static _jQueryInterface(config) { - return this.each(function () { - const $this = $(this) - let data = $this.data(DATA_KEY) - const _config = $.extend( - {}, - Default, - $this.data(), - typeof config === 'object' && config - ) - - if (!data && _config.toggle && /show|hide/.test(config)) { - _config.toggle = false - } - - if (!data) { - data = new Collapse(this, _config) - $this.data(DATA_KEY, data) - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error(`No method named "${config}"`) - } - data[config]() - } - }) - } - - } - - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document).on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE, function (event) { - event.preventDefault() - - const target = Collapse._getTargetFromElement(this) - const data = $(target).data(DATA_KEY) - const config = data ? 'toggle' : $(this).data() - - Collapse._jQueryInterface.call($(target), config) - }) - - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Collapse._jQueryInterface - $.fn[NAME].Constructor = Collapse - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT - return Collapse._jQueryInterface - } - - return Collapse - -})(jQuery) - -export default Collapse diff --git a/node_modules/bootstrap/js/src/dropdown.js b/node_modules/bootstrap/js/src/dropdown.js deleted file mode 100644 index 36305df..0000000 --- a/node_modules/bootstrap/js/src/dropdown.js +++ /dev/null @@ -1,303 +0,0 @@ -import Util from './util' - - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): dropdown.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -const Dropdown = (($) => { - - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - const NAME = 'dropdown' - const VERSION = '4.0.0-alpha.6' - const DATA_KEY = 'bs.dropdown' - const EVENT_KEY = `.${DATA_KEY}` - const DATA_API_KEY = '.data-api' - const JQUERY_NO_CONFLICT = $.fn[NAME] - const ESCAPE_KEYCODE = 27 // KeyboardEvent.which value for Escape (Esc) key - const ARROW_UP_KEYCODE = 38 // KeyboardEvent.which value for up arrow key - const ARROW_DOWN_KEYCODE = 40 // KeyboardEvent.which value for down arrow key - const RIGHT_MOUSE_BUTTON_WHICH = 3 // MouseEvent.which value for the right button (assuming a right-handed mouse) - - const Event = { - HIDE : `hide${EVENT_KEY}`, - HIDDEN : `hidden${EVENT_KEY}`, - SHOW : `show${EVENT_KEY}`, - SHOWN : `shown${EVENT_KEY}`, - CLICK : `click${EVENT_KEY}`, - CLICK_DATA_API : `click${EVENT_KEY}${DATA_API_KEY}`, - FOCUSIN_DATA_API : `focusin${EVENT_KEY}${DATA_API_KEY}`, - KEYDOWN_DATA_API : `keydown${EVENT_KEY}${DATA_API_KEY}` - } - - const ClassName = { - BACKDROP : 'dropdown-backdrop', - DISABLED : 'disabled', - SHOW : 'show' - } - - const Selector = { - BACKDROP : '.dropdown-backdrop', - DATA_TOGGLE : '[data-toggle="dropdown"]', - FORM_CHILD : '.dropdown form', - ROLE_MENU : '[role="menu"]', - ROLE_LISTBOX : '[role="listbox"]', - NAVBAR_NAV : '.navbar-nav', - VISIBLE_ITEMS : '[role="menu"] li:not(.disabled) a, ' - + '[role="listbox"] li:not(.disabled) a' - } - - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - class Dropdown { - - constructor(element) { - this._element = element - - this._addEventListeners() - } - - - // getters - - static get VERSION() { - return VERSION - } - - - // public - - toggle() { - if (this.disabled || $(this).hasClass(ClassName.DISABLED)) { - return false - } - - const parent = Dropdown._getParentFromElement(this) - const isActive = $(parent).hasClass(ClassName.SHOW) - - Dropdown._clearMenus() - - if (isActive) { - return false - } - - if ('ontouchstart' in document.documentElement && - !$(parent).closest(Selector.NAVBAR_NAV).length) { - - // if mobile we use a backdrop because click events don't delegate - const dropdown = document.createElement('div') - dropdown.className = ClassName.BACKDROP - $(dropdown).insertBefore(this) - $(dropdown).on('click', Dropdown._clearMenus) - } - - const relatedTarget = { - relatedTarget : this - } - const showEvent = $.Event(Event.SHOW, relatedTarget) - - $(parent).trigger(showEvent) - - if (showEvent.isDefaultPrevented()) { - return false - } - - this.focus() - this.setAttribute('aria-expanded', true) - - $(parent).toggleClass(ClassName.SHOW) - $(parent).trigger($.Event(Event.SHOWN, relatedTarget)) - - return false - } - - dispose() { - $.removeData(this._element, DATA_KEY) - $(this._element).off(EVENT_KEY) - this._element = null - } - - - // private - - _addEventListeners() { - $(this._element).on(Event.CLICK, this.toggle) - } - - - // static - - static _jQueryInterface(config) { - return this.each(function () { - let data = $(this).data(DATA_KEY) - - if (!data) { - data = new Dropdown(this) - $(this).data(DATA_KEY, data) - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error(`No method named "${config}"`) - } - data[config].call(this) - } - }) - } - - static _clearMenus(event) { - if (event && event.which === RIGHT_MOUSE_BUTTON_WHICH) { - return - } - - const backdrop = $(Selector.BACKDROP)[0] - if (backdrop) { - backdrop.parentNode.removeChild(backdrop) - } - - const toggles = $.makeArray($(Selector.DATA_TOGGLE)) - - for (let i = 0; i < toggles.length; i++) { - const parent = Dropdown._getParentFromElement(toggles[i]) - const relatedTarget = { - relatedTarget : toggles[i] - } - - if (!$(parent).hasClass(ClassName.SHOW)) { - continue - } - - if (event && (event.type === 'click' && - /input|textarea/i.test(event.target.tagName) || event.type === 'focusin') - && $.contains(parent, event.target)) { - continue - } - - const hideEvent = $.Event(Event.HIDE, relatedTarget) - $(parent).trigger(hideEvent) - if (hideEvent.isDefaultPrevented()) { - continue - } - - toggles[i].setAttribute('aria-expanded', 'false') - - $(parent) - .removeClass(ClassName.SHOW) - .trigger($.Event(Event.HIDDEN, relatedTarget)) - } - } - - static _getParentFromElement(element) { - let parent - const selector = Util.getSelectorFromElement(element) - - if (selector) { - parent = $(selector)[0] - } - - return parent || element.parentNode - } - - static _dataApiKeydownHandler(event) { - if (!/(38|40|27|32)/.test(event.which) || - /input|textarea/i.test(event.target.tagName)) { - return - } - - event.preventDefault() - event.stopPropagation() - - if (this.disabled || $(this).hasClass(ClassName.DISABLED)) { - return - } - - const parent = Dropdown._getParentFromElement(this) - const isActive = $(parent).hasClass(ClassName.SHOW) - - if (!isActive && event.which !== ESCAPE_KEYCODE || - isActive && event.which === ESCAPE_KEYCODE) { - - if (event.which === ESCAPE_KEYCODE) { - const toggle = $(parent).find(Selector.DATA_TOGGLE)[0] - $(toggle).trigger('focus') - } - - $(this).trigger('click') - return - } - - const items = $(parent).find(Selector.VISIBLE_ITEMS).get() - - if (!items.length) { - return - } - - let index = items.indexOf(event.target) - - if (event.which === ARROW_UP_KEYCODE && index > 0) { // up - index-- - } - - if (event.which === ARROW_DOWN_KEYCODE && index < items.length - 1) { // down - index++ - } - - if (index < 0) { - index = 0 - } - - items[index].focus() - } - - } - - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document) - .on(Event.KEYDOWN_DATA_API, Selector.DATA_TOGGLE, Dropdown._dataApiKeydownHandler) - .on(Event.KEYDOWN_DATA_API, Selector.ROLE_MENU, Dropdown._dataApiKeydownHandler) - .on(Event.KEYDOWN_DATA_API, Selector.ROLE_LISTBOX, Dropdown._dataApiKeydownHandler) - .on(`${Event.CLICK_DATA_API} ${Event.FOCUSIN_DATA_API}`, Dropdown._clearMenus) - .on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE, Dropdown.prototype.toggle) - .on(Event.CLICK_DATA_API, Selector.FORM_CHILD, (e) => { - e.stopPropagation() - }) - - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Dropdown._jQueryInterface - $.fn[NAME].Constructor = Dropdown - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT - return Dropdown._jQueryInterface - } - - return Dropdown - -})(jQuery) - -export default Dropdown diff --git a/node_modules/bootstrap/js/src/modal.js b/node_modules/bootstrap/js/src/modal.js deleted file mode 100644 index 213434f..0000000 --- a/node_modules/bootstrap/js/src/modal.js +++ /dev/null @@ -1,545 +0,0 @@ -import Util from './util' - - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): modal.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -const Modal = (($) => { - - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - const NAME = 'modal' - const VERSION = '4.0.0-alpha.6' - const DATA_KEY = 'bs.modal' - const EVENT_KEY = `.${DATA_KEY}` - const DATA_API_KEY = '.data-api' - const JQUERY_NO_CONFLICT = $.fn[NAME] - const TRANSITION_DURATION = 300 - const BACKDROP_TRANSITION_DURATION = 150 - const ESCAPE_KEYCODE = 27 // KeyboardEvent.which value for Escape (Esc) key - - const Default = { - backdrop : true, - keyboard : true, - focus : true, - show : true - } - - const DefaultType = { - backdrop : '(boolean|string)', - keyboard : 'boolean', - focus : 'boolean', - show : 'boolean' - } - - const Event = { - HIDE : `hide${EVENT_KEY}`, - HIDDEN : `hidden${EVENT_KEY}`, - SHOW : `show${EVENT_KEY}`, - SHOWN : `shown${EVENT_KEY}`, - FOCUSIN : `focusin${EVENT_KEY}`, - RESIZE : `resize${EVENT_KEY}`, - CLICK_DISMISS : `click.dismiss${EVENT_KEY}`, - KEYDOWN_DISMISS : `keydown.dismiss${EVENT_KEY}`, - MOUSEUP_DISMISS : `mouseup.dismiss${EVENT_KEY}`, - MOUSEDOWN_DISMISS : `mousedown.dismiss${EVENT_KEY}`, - CLICK_DATA_API : `click${EVENT_KEY}${DATA_API_KEY}` - } - - const ClassName = { - SCROLLBAR_MEASURER : 'modal-scrollbar-measure', - BACKDROP : 'modal-backdrop', - OPEN : 'modal-open', - FADE : 'fade', - SHOW : 'show' - } - - const Selector = { - DIALOG : '.modal-dialog', - DATA_TOGGLE : '[data-toggle="modal"]', - DATA_DISMISS : '[data-dismiss="modal"]', - FIXED_CONTENT : '.fixed-top, .fixed-bottom, .is-fixed, .sticky-top' - } - - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - class Modal { - - constructor(element, config) { - this._config = this._getConfig(config) - this._element = element - this._dialog = $(element).find(Selector.DIALOG)[0] - this._backdrop = null - this._isShown = false - this._isBodyOverflowing = false - this._ignoreBackdropClick = false - this._isTransitioning = false - this._originalBodyPadding = 0 - this._scrollbarWidth = 0 - } - - - // getters - - static get VERSION() { - return VERSION - } - - static get Default() { - return Default - } - - - // public - - toggle(relatedTarget) { - return this._isShown ? this.hide() : this.show(relatedTarget) - } - - show(relatedTarget) { - if (this._isTransitioning) { - throw new Error('Modal is transitioning') - } - - if (Util.supportsTransitionEnd() && - $(this._element).hasClass(ClassName.FADE)) { - this._isTransitioning = true - } - const showEvent = $.Event(Event.SHOW, { - relatedTarget - }) - - $(this._element).trigger(showEvent) - - if (this._isShown || showEvent.isDefaultPrevented()) { - return - } - - this._isShown = true - - this._checkScrollbar() - this._setScrollbar() - - $(document.body).addClass(ClassName.OPEN) - - this._setEscapeEvent() - this._setResizeEvent() - - $(this._element).on( - Event.CLICK_DISMISS, - Selector.DATA_DISMISS, - (event) => this.hide(event) - ) - - $(this._dialog).on(Event.MOUSEDOWN_DISMISS, () => { - $(this._element).one(Event.MOUSEUP_DISMISS, (event) => { - if ($(event.target).is(this._element)) { - this._ignoreBackdropClick = true - } - }) - }) - - this._showBackdrop(() => this._showElement(relatedTarget)) - } - - hide(event) { - if (event) { - event.preventDefault() - } - - if (this._isTransitioning) { - throw new Error('Modal is transitioning') - } - - const transition = Util.supportsTransitionEnd() && - $(this._element).hasClass(ClassName.FADE) - if (transition) { - this._isTransitioning = true - } - - const hideEvent = $.Event(Event.HIDE) - $(this._element).trigger(hideEvent) - - if (!this._isShown || hideEvent.isDefaultPrevented()) { - return - } - - this._isShown = false - - this._setEscapeEvent() - this._setResizeEvent() - - $(document).off(Event.FOCUSIN) - - $(this._element).removeClass(ClassName.SHOW) - - $(this._element).off(Event.CLICK_DISMISS) - $(this._dialog).off(Event.MOUSEDOWN_DISMISS) - - if (transition) { - $(this._element) - .one(Util.TRANSITION_END, (event) => this._hideModal(event)) - .emulateTransitionEnd(TRANSITION_DURATION) - } else { - this._hideModal() - } - } - - dispose() { - $.removeData(this._element, DATA_KEY) - - $(window, document, this._element, this._backdrop).off(EVENT_KEY) - - this._config = null - this._element = null - this._dialog = null - this._backdrop = null - this._isShown = null - this._isBodyOverflowing = null - this._ignoreBackdropClick = null - this._originalBodyPadding = null - this._scrollbarWidth = null - } - - - // private - - _getConfig(config) { - config = $.extend({}, Default, config) - Util.typeCheckConfig(NAME, config, DefaultType) - return config - } - - _showElement(relatedTarget) { - const transition = Util.supportsTransitionEnd() && - $(this._element).hasClass(ClassName.FADE) - - if (!this._element.parentNode || - this._element.parentNode.nodeType !== Node.ELEMENT_NODE) { - // don't move modals dom position - document.body.appendChild(this._element) - } - - this._element.style.display = 'block' - this._element.removeAttribute('aria-hidden') - this._element.scrollTop = 0 - - if (transition) { - Util.reflow(this._element) - } - - $(this._element).addClass(ClassName.SHOW) - - if (this._config.focus) { - this._enforceFocus() - } - - const shownEvent = $.Event(Event.SHOWN, { - relatedTarget - }) - - const transitionComplete = () => { - if (this._config.focus) { - this._element.focus() - } - this._isTransitioning = false - $(this._element).trigger(shownEvent) - } - - if (transition) { - $(this._dialog) - .one(Util.TRANSITION_END, transitionComplete) - .emulateTransitionEnd(TRANSITION_DURATION) - } else { - transitionComplete() - } - } - - _enforceFocus() { - $(document) - .off(Event.FOCUSIN) // guard against infinite focus loop - .on(Event.FOCUSIN, (event) => { - if (document !== event.target && - this._element !== event.target && - !$(this._element).has(event.target).length) { - this._element.focus() - } - }) - } - - _setEscapeEvent() { - if (this._isShown && this._config.keyboard) { - $(this._element).on(Event.KEYDOWN_DISMISS, (event) => { - if (event.which === ESCAPE_KEYCODE) { - this.hide() - } - }) - - } else if (!this._isShown) { - $(this._element).off(Event.KEYDOWN_DISMISS) - } - } - - _setResizeEvent() { - if (this._isShown) { - $(window).on(Event.RESIZE, (event) => this._handleUpdate(event)) - } else { - $(window).off(Event.RESIZE) - } - } - - _hideModal() { - this._element.style.display = 'none' - this._element.setAttribute('aria-hidden', 'true') - this._isTransitioning = false - this._showBackdrop(() => { - $(document.body).removeClass(ClassName.OPEN) - this._resetAdjustments() - this._resetScrollbar() - $(this._element).trigger(Event.HIDDEN) - }) - } - - _removeBackdrop() { - if (this._backdrop) { - $(this._backdrop).remove() - this._backdrop = null - } - } - - _showBackdrop(callback) { - const animate = $(this._element).hasClass(ClassName.FADE) ? - ClassName.FADE : '' - - if (this._isShown && this._config.backdrop) { - const doAnimate = Util.supportsTransitionEnd() && animate - - this._backdrop = document.createElement('div') - this._backdrop.className = ClassName.BACKDROP - - if (animate) { - $(this._backdrop).addClass(animate) - } - - $(this._backdrop).appendTo(document.body) - - $(this._element).on(Event.CLICK_DISMISS, (event) => { - if (this._ignoreBackdropClick) { - this._ignoreBackdropClick = false - return - } - if (event.target !== event.currentTarget) { - return - } - if (this._config.backdrop === 'static') { - this._element.focus() - } else { - this.hide() - } - }) - - if (doAnimate) { - Util.reflow(this._backdrop) - } - - $(this._backdrop).addClass(ClassName.SHOW) - - if (!callback) { - return - } - - if (!doAnimate) { - callback() - return - } - - $(this._backdrop) - .one(Util.TRANSITION_END, callback) - .emulateTransitionEnd(BACKDROP_TRANSITION_DURATION) - - } else if (!this._isShown && this._backdrop) { - $(this._backdrop).removeClass(ClassName.SHOW) - - const callbackRemove = () => { - this._removeBackdrop() - if (callback) { - callback() - } - } - - if (Util.supportsTransitionEnd() && - $(this._element).hasClass(ClassName.FADE)) { - $(this._backdrop) - .one(Util.TRANSITION_END, callbackRemove) - .emulateTransitionEnd(BACKDROP_TRANSITION_DURATION) - } else { - callbackRemove() - } - - } else if (callback) { - callback() - } - } - - - // ---------------------------------------------------------------------- - // the following methods are used to handle overflowing modals - // todo (fat): these should probably be refactored out of modal.js - // ---------------------------------------------------------------------- - - _handleUpdate() { - this._adjustDialog() - } - - _adjustDialog() { - const isModalOverflowing = - this._element.scrollHeight > document.documentElement.clientHeight - - if (!this._isBodyOverflowing && isModalOverflowing) { - this._element.style.paddingLeft = `${this._scrollbarWidth}px` - } - - if (this._isBodyOverflowing && !isModalOverflowing) { - this._element.style.paddingRight = `${this._scrollbarWidth}px` - } - } - - _resetAdjustments() { - this._element.style.paddingLeft = '' - this._element.style.paddingRight = '' - } - - _checkScrollbar() { - this._isBodyOverflowing = document.body.clientWidth < window.innerWidth - this._scrollbarWidth = this._getScrollbarWidth() - } - - _setScrollbar() { - const bodyPadding = parseInt( - $(Selector.FIXED_CONTENT).css('padding-right') || 0, - 10 - ) - - this._originalBodyPadding = document.body.style.paddingRight || '' - - if (this._isBodyOverflowing) { - document.body.style.paddingRight = - `${bodyPadding + this._scrollbarWidth}px` - } - } - - _resetScrollbar() { - document.body.style.paddingRight = this._originalBodyPadding - } - - _getScrollbarWidth() { // thx d.walsh - const scrollDiv = document.createElement('div') - scrollDiv.className = ClassName.SCROLLBAR_MEASURER - document.body.appendChild(scrollDiv) - const scrollbarWidth = scrollDiv.offsetWidth - scrollDiv.clientWidth - document.body.removeChild(scrollDiv) - return scrollbarWidth - } - - - // static - - static _jQueryInterface(config, relatedTarget) { - return this.each(function () { - let data = $(this).data(DATA_KEY) - const _config = $.extend( - {}, - Modal.Default, - $(this).data(), - typeof config === 'object' && config - ) - - if (!data) { - data = new Modal(this, _config) - $(this).data(DATA_KEY, data) - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error(`No method named "${config}"`) - } - data[config](relatedTarget) - } else if (_config.show) { - data.show(relatedTarget) - } - }) - } - - } - - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document).on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE, function (event) { - let target - const selector = Util.getSelectorFromElement(this) - - if (selector) { - target = $(selector)[0] - } - - const config = $(target).data(DATA_KEY) ? - 'toggle' : $.extend({}, $(target).data(), $(this).data()) - - if (this.tagName === 'A' || this.tagName === 'AREA') { - event.preventDefault() - } - - const $target = $(target).one(Event.SHOW, (showEvent) => { - if (showEvent.isDefaultPrevented()) { - // only register focus restorer if modal will actually get shown - return - } - - $target.one(Event.HIDDEN, () => { - if ($(this).is(':visible')) { - this.focus() - } - }) - }) - - Modal._jQueryInterface.call($(target), config, this) - }) - - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Modal._jQueryInterface - $.fn[NAME].Constructor = Modal - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT - return Modal._jQueryInterface - } - - return Modal - -})(jQuery) - -export default Modal diff --git a/node_modules/bootstrap/js/src/popover.js b/node_modules/bootstrap/js/src/popover.js deleted file mode 100644 index b68b479..0000000 --- a/node_modules/bootstrap/js/src/popover.js +++ /dev/null @@ -1,179 +0,0 @@ -import Tooltip from './tooltip' - - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): popover.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -const Popover = (($) => { - - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - const NAME = 'popover' - const VERSION = '4.0.0-alpha.6' - const DATA_KEY = 'bs.popover' - const EVENT_KEY = `.${DATA_KEY}` - const JQUERY_NO_CONFLICT = $.fn[NAME] - - const Default = $.extend({}, Tooltip.Default, { - placement : 'right', - trigger : 'click', - content : '', - template : '' - }) - - const DefaultType = $.extend({}, Tooltip.DefaultType, { - content : '(string|element|function)' - }) - - const ClassName = { - FADE : 'fade', - SHOW : 'show' - } - - const Selector = { - TITLE : '.popover-title', - CONTENT : '.popover-content' - } - - const Event = { - HIDE : `hide${EVENT_KEY}`, - HIDDEN : `hidden${EVENT_KEY}`, - SHOW : `show${EVENT_KEY}`, - SHOWN : `shown${EVENT_KEY}`, - INSERTED : `inserted${EVENT_KEY}`, - CLICK : `click${EVENT_KEY}`, - FOCUSIN : `focusin${EVENT_KEY}`, - FOCUSOUT : `focusout${EVENT_KEY}`, - MOUSEENTER : `mouseenter${EVENT_KEY}`, - MOUSELEAVE : `mouseleave${EVENT_KEY}` - } - - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - class Popover extends Tooltip { - - - // getters - - static get VERSION() { - return VERSION - } - - static get Default() { - return Default - } - - static get NAME() { - return NAME - } - - static get DATA_KEY() { - return DATA_KEY - } - - static get Event() { - return Event - } - - static get EVENT_KEY() { - return EVENT_KEY - } - - static get DefaultType() { - return DefaultType - } - - - // overrides - - isWithContent() { - return this.getTitle() || this._getContent() - } - - getTipElement() { - return this.tip = this.tip || $(this.config.template)[0] - } - - setContent() { - const $tip = $(this.getTipElement()) - - // we use append for html objects to maintain js events - this.setElementContent($tip.find(Selector.TITLE), this.getTitle()) - this.setElementContent($tip.find(Selector.CONTENT), this._getContent()) - - $tip.removeClass(`${ClassName.FADE} ${ClassName.SHOW}`) - - this.cleanupTether() - } - - // private - - _getContent() { - return this.element.getAttribute('data-content') - || (typeof this.config.content === 'function' ? - this.config.content.call(this.element) : - this.config.content) - } - - - // static - - static _jQueryInterface(config) { - return this.each(function () { - let data = $(this).data(DATA_KEY) - const _config = typeof config === 'object' ? config : null - - if (!data && /destroy|hide/.test(config)) { - return - } - - if (!data) { - data = new Popover(this, _config) - $(this).data(DATA_KEY, data) - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error(`No method named "${config}"`) - } - data[config]() - } - }) - } - } - - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Popover._jQueryInterface - $.fn[NAME].Constructor = Popover - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT - return Popover._jQueryInterface - } - - return Popover - -})(jQuery) - -export default Popover diff --git a/node_modules/bootstrap/js/src/scrollspy.js b/node_modules/bootstrap/js/src/scrollspy.js deleted file mode 100644 index 66b6080..0000000 --- a/node_modules/bootstrap/js/src/scrollspy.js +++ /dev/null @@ -1,332 +0,0 @@ -import Util from './util' - - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): scrollspy.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -const ScrollSpy = (($) => { - - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - const NAME = 'scrollspy' - const VERSION = '4.0.0-alpha.6' - const DATA_KEY = 'bs.scrollspy' - const EVENT_KEY = `.${DATA_KEY}` - const DATA_API_KEY = '.data-api' - const JQUERY_NO_CONFLICT = $.fn[NAME] - - const Default = { - offset : 10, - method : 'auto', - target : '' - } - - const DefaultType = { - offset : 'number', - method : 'string', - target : '(string|element)' - } - - const Event = { - ACTIVATE : `activate${EVENT_KEY}`, - SCROLL : `scroll${EVENT_KEY}`, - LOAD_DATA_API : `load${EVENT_KEY}${DATA_API_KEY}` - } - - const ClassName = { - DROPDOWN_ITEM : 'dropdown-item', - DROPDOWN_MENU : 'dropdown-menu', - NAV_LINK : 'nav-link', - NAV : 'nav', - ACTIVE : 'active' - } - - const Selector = { - DATA_SPY : '[data-spy="scroll"]', - ACTIVE : '.active', - LIST_ITEM : '.list-item', - LI : 'li', - LI_DROPDOWN : 'li.dropdown', - NAV_LINKS : '.nav-link', - DROPDOWN : '.dropdown', - DROPDOWN_ITEMS : '.dropdown-item', - DROPDOWN_TOGGLE : '.dropdown-toggle' - } - - const OffsetMethod = { - OFFSET : 'offset', - POSITION : 'position' - } - - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - class ScrollSpy { - - constructor(element, config) { - this._element = element - this._scrollElement = element.tagName === 'BODY' ? window : element - this._config = this._getConfig(config) - this._selector = `${this._config.target} ${Selector.NAV_LINKS},` - + `${this._config.target} ${Selector.DROPDOWN_ITEMS}` - this._offsets = [] - this._targets = [] - this._activeTarget = null - this._scrollHeight = 0 - - $(this._scrollElement).on(Event.SCROLL, (event) => this._process(event)) - - this.refresh() - this._process() - } - - - // getters - - static get VERSION() { - return VERSION - } - - static get Default() { - return Default - } - - - // public - - refresh() { - const autoMethod = this._scrollElement !== this._scrollElement.window ? - OffsetMethod.POSITION : OffsetMethod.OFFSET - - const offsetMethod = this._config.method === 'auto' ? - autoMethod : this._config.method - - const offsetBase = offsetMethod === OffsetMethod.POSITION ? - this._getScrollTop() : 0 - - this._offsets = [] - this._targets = [] - - this._scrollHeight = this._getScrollHeight() - - const targets = $.makeArray($(this._selector)) - - targets - .map((element) => { - let target - const targetSelector = Util.getSelectorFromElement(element) - - if (targetSelector) { - target = $(targetSelector)[0] - } - - if (target && (target.offsetWidth || target.offsetHeight)) { - // todo (fat): remove sketch reliance on jQuery position/offset - return [ - $(target)[offsetMethod]().top + offsetBase, - targetSelector - ] - } - return null - }) - .filter((item) => item) - .sort((a, b) => a[0] - b[0]) - .forEach((item) => { - this._offsets.push(item[0]) - this._targets.push(item[1]) - }) - } - - dispose() { - $.removeData(this._element, DATA_KEY) - $(this._scrollElement).off(EVENT_KEY) - - this._element = null - this._scrollElement = null - this._config = null - this._selector = null - this._offsets = null - this._targets = null - this._activeTarget = null - this._scrollHeight = null - } - - - // private - - _getConfig(config) { - config = $.extend({}, Default, config) - - if (typeof config.target !== 'string') { - let id = $(config.target).attr('id') - if (!id) { - id = Util.getUID(NAME) - $(config.target).attr('id', id) - } - config.target = `#${id}` - } - - Util.typeCheckConfig(NAME, config, DefaultType) - - return config - } - - _getScrollTop() { - return this._scrollElement === window ? - this._scrollElement.pageYOffset : this._scrollElement.scrollTop - } - - _getScrollHeight() { - return this._scrollElement.scrollHeight || Math.max( - document.body.scrollHeight, - document.documentElement.scrollHeight - ) - } - - _getOffsetHeight() { - return this._scrollElement === window ? - window.innerHeight : this._scrollElement.offsetHeight - } - - _process() { - const scrollTop = this._getScrollTop() + this._config.offset - const scrollHeight = this._getScrollHeight() - const maxScroll = this._config.offset - + scrollHeight - - this._getOffsetHeight() - - if (this._scrollHeight !== scrollHeight) { - this.refresh() - } - - if (scrollTop >= maxScroll) { - const target = this._targets[this._targets.length - 1] - - if (this._activeTarget !== target) { - this._activate(target) - } - return - } - - if (this._activeTarget && scrollTop < this._offsets[0] && this._offsets[0] > 0) { - this._activeTarget = null - this._clear() - return - } - - for (let i = this._offsets.length; i--;) { - const isActiveTarget = this._activeTarget !== this._targets[i] - && scrollTop >= this._offsets[i] - && (this._offsets[i + 1] === undefined || - scrollTop < this._offsets[i + 1]) - - if (isActiveTarget) { - this._activate(this._targets[i]) - } - } - } - - _activate(target) { - this._activeTarget = target - - this._clear() - - let queries = this._selector.split(',') - queries = queries.map((selector) => { - return `${selector}[data-target="${target}"],` + - `${selector}[href="${target}"]` - }) - - const $link = $(queries.join(',')) - - if ($link.hasClass(ClassName.DROPDOWN_ITEM)) { - $link.closest(Selector.DROPDOWN).find(Selector.DROPDOWN_TOGGLE).addClass(ClassName.ACTIVE) - $link.addClass(ClassName.ACTIVE) - } else { - // todo (fat) this is kinda sus... - // recursively add actives to tested nav-links - $link.parents(Selector.LI).find(`> ${Selector.NAV_LINKS}`).addClass(ClassName.ACTIVE) - } - - $(this._scrollElement).trigger(Event.ACTIVATE, { - relatedTarget: target - }) - } - - _clear() { - $(this._selector).filter(Selector.ACTIVE).removeClass(ClassName.ACTIVE) - } - - - // static - - static _jQueryInterface(config) { - return this.each(function () { - let data = $(this).data(DATA_KEY) - const _config = typeof config === 'object' && config - - if (!data) { - data = new ScrollSpy(this, _config) - $(this).data(DATA_KEY, data) - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error(`No method named "${config}"`) - } - data[config]() - } - }) - } - - - } - - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(window).on(Event.LOAD_DATA_API, () => { - const scrollSpys = $.makeArray($(Selector.DATA_SPY)) - - for (let i = scrollSpys.length; i--;) { - const $spy = $(scrollSpys[i]) - ScrollSpy._jQueryInterface.call($spy, $spy.data()) - } - }) - - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = ScrollSpy._jQueryInterface - $.fn[NAME].Constructor = ScrollSpy - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT - return ScrollSpy._jQueryInterface - } - - return ScrollSpy - -})(jQuery) - -export default ScrollSpy diff --git a/node_modules/bootstrap/js/src/tab.js b/node_modules/bootstrap/js/src/tab.js deleted file mode 100644 index c069b0a..0000000 --- a/node_modules/bootstrap/js/src/tab.js +++ /dev/null @@ -1,278 +0,0 @@ -import Util from './util' - - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): tab.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -const Tab = (($) => { - - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - const NAME = 'tab' - const VERSION = '4.0.0-alpha.6' - const DATA_KEY = 'bs.tab' - const EVENT_KEY = `.${DATA_KEY}` - const DATA_API_KEY = '.data-api' - const JQUERY_NO_CONFLICT = $.fn[NAME] - const TRANSITION_DURATION = 150 - - const Event = { - HIDE : `hide${EVENT_KEY}`, - HIDDEN : `hidden${EVENT_KEY}`, - SHOW : `show${EVENT_KEY}`, - SHOWN : `shown${EVENT_KEY}`, - CLICK_DATA_API : `click${EVENT_KEY}${DATA_API_KEY}` - } - - const ClassName = { - DROPDOWN_MENU : 'dropdown-menu', - ACTIVE : 'active', - DISABLED : 'disabled', - FADE : 'fade', - SHOW : 'show' - } - - const Selector = { - A : 'a', - LI : 'li', - DROPDOWN : '.dropdown', - LIST : 'ul:not(.dropdown-menu), ol:not(.dropdown-menu), nav:not(.dropdown-menu)', - FADE_CHILD : '> .nav-item .fade, > .fade', - ACTIVE : '.active', - ACTIVE_CHILD : '> .nav-item > .active, > .active', - DATA_TOGGLE : '[data-toggle="tab"], [data-toggle="pill"]', - DROPDOWN_TOGGLE : '.dropdown-toggle', - DROPDOWN_ACTIVE_CHILD : '> .dropdown-menu .active' - } - - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - class Tab { - - constructor(element) { - this._element = element - } - - - // getters - - static get VERSION() { - return VERSION - } - - - // public - - show() { - if (this._element.parentNode && - this._element.parentNode.nodeType === Node.ELEMENT_NODE && - $(this._element).hasClass(ClassName.ACTIVE) || - $(this._element).hasClass(ClassName.DISABLED)) { - return - } - - let target - let previous - const listElement = $(this._element).closest(Selector.LIST)[0] - const selector = Util.getSelectorFromElement(this._element) - - if (listElement) { - previous = $.makeArray($(listElement).find(Selector.ACTIVE)) - previous = previous[previous.length - 1] - } - - const hideEvent = $.Event(Event.HIDE, { - relatedTarget: this._element - }) - - const showEvent = $.Event(Event.SHOW, { - relatedTarget: previous - }) - - if (previous) { - $(previous).trigger(hideEvent) - } - - $(this._element).trigger(showEvent) - - if (showEvent.isDefaultPrevented() || - hideEvent.isDefaultPrevented()) { - return - } - - if (selector) { - target = $(selector)[0] - } - - this._activate( - this._element, - listElement - ) - - const complete = () => { - const hiddenEvent = $.Event(Event.HIDDEN, { - relatedTarget: this._element - }) - - const shownEvent = $.Event(Event.SHOWN, { - relatedTarget: previous - }) - - $(previous).trigger(hiddenEvent) - $(this._element).trigger(shownEvent) - } - - if (target) { - this._activate(target, target.parentNode, complete) - } else { - complete() - } - } - - dispose() { - $.removeClass(this._element, DATA_KEY) - this._element = null - } - - - // private - - _activate(element, container, callback) { - const active = $(container).find(Selector.ACTIVE_CHILD)[0] - const isTransitioning = callback - && Util.supportsTransitionEnd() - && (active && $(active).hasClass(ClassName.FADE) - || Boolean($(container).find(Selector.FADE_CHILD)[0])) - - const complete = () => this._transitionComplete( - element, - active, - isTransitioning, - callback - ) - - if (active && isTransitioning) { - $(active) - .one(Util.TRANSITION_END, complete) - .emulateTransitionEnd(TRANSITION_DURATION) - - } else { - complete() - } - - if (active) { - $(active).removeClass(ClassName.SHOW) - } - } - - _transitionComplete(element, active, isTransitioning, callback) { - if (active) { - $(active).removeClass(ClassName.ACTIVE) - - const dropdownChild = $(active.parentNode).find( - Selector.DROPDOWN_ACTIVE_CHILD - )[0] - - if (dropdownChild) { - $(dropdownChild).removeClass(ClassName.ACTIVE) - } - - active.setAttribute('aria-expanded', false) - } - - $(element).addClass(ClassName.ACTIVE) - element.setAttribute('aria-expanded', true) - - if (isTransitioning) { - Util.reflow(element) - $(element).addClass(ClassName.SHOW) - } else { - $(element).removeClass(ClassName.FADE) - } - - if (element.parentNode && - $(element.parentNode).hasClass(ClassName.DROPDOWN_MENU)) { - - const dropdownElement = $(element).closest(Selector.DROPDOWN)[0] - if (dropdownElement) { - $(dropdownElement).find(Selector.DROPDOWN_TOGGLE).addClass(ClassName.ACTIVE) - } - - element.setAttribute('aria-expanded', true) - } - - if (callback) { - callback() - } - } - - - // static - - static _jQueryInterface(config) { - return this.each(function () { - const $this = $(this) - let data = $this.data(DATA_KEY) - - if (!data) { - data = new Tab(this) - $this.data(DATA_KEY, data) - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error(`No method named "${config}"`) - } - data[config]() - } - }) - } - - } - - - /** - * ------------------------------------------------------------------------ - * Data Api implementation - * ------------------------------------------------------------------------ - */ - - $(document) - .on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE, function (event) { - event.preventDefault() - Tab._jQueryInterface.call($(this), 'show') - }) - - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Tab._jQueryInterface - $.fn[NAME].Constructor = Tab - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT - return Tab._jQueryInterface - } - - return Tab - -})(jQuery) - -export default Tab diff --git a/node_modules/bootstrap/js/src/tooltip.js b/node_modules/bootstrap/js/src/tooltip.js deleted file mode 100644 index e750dce..0000000 --- a/node_modules/bootstrap/js/src/tooltip.js +++ /dev/null @@ -1,675 +0,0 @@ -/* global Tether */ - -import Util from './util' - - -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): tooltip.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -const Tooltip = (($) => { - - /** - * Check for Tether dependency - * Tether - http://tether.io/ - */ - if (typeof Tether === 'undefined') { - throw new Error('Bootstrap tooltips require Tether (http://tether.io/)') - } - - - /** - * ------------------------------------------------------------------------ - * Constants - * ------------------------------------------------------------------------ - */ - - const NAME = 'tooltip' - const VERSION = '4.0.0-alpha.6' - const DATA_KEY = 'bs.tooltip' - const EVENT_KEY = `.${DATA_KEY}` - const JQUERY_NO_CONFLICT = $.fn[NAME] - const TRANSITION_DURATION = 150 - const CLASS_PREFIX = 'bs-tether' - - const Default = { - animation : true, - template : '', - trigger : 'hover focus', - title : '', - delay : 0, - html : false, - selector : false, - placement : 'top', - offset : '0 0', - constraints : [], - container : false - } - - const DefaultType = { - animation : 'boolean', - template : 'string', - title : '(string|element|function)', - trigger : 'string', - delay : '(number|object)', - html : 'boolean', - selector : '(string|boolean)', - placement : '(string|function)', - offset : 'string', - constraints : 'array', - container : '(string|element|boolean)' - } - - const AttachmentMap = { - TOP : 'bottom center', - RIGHT : 'middle left', - BOTTOM : 'top center', - LEFT : 'middle right' - } - - const HoverState = { - SHOW : 'show', - OUT : 'out' - } - - const Event = { - HIDE : `hide${EVENT_KEY}`, - HIDDEN : `hidden${EVENT_KEY}`, - SHOW : `show${EVENT_KEY}`, - SHOWN : `shown${EVENT_KEY}`, - INSERTED : `inserted${EVENT_KEY}`, - CLICK : `click${EVENT_KEY}`, - FOCUSIN : `focusin${EVENT_KEY}`, - FOCUSOUT : `focusout${EVENT_KEY}`, - MOUSEENTER : `mouseenter${EVENT_KEY}`, - MOUSELEAVE : `mouseleave${EVENT_KEY}` - } - - const ClassName = { - FADE : 'fade', - SHOW : 'show' - } - - const Selector = { - TOOLTIP : '.tooltip', - TOOLTIP_INNER : '.tooltip-inner' - } - - const TetherClass = { - element : false, - enabled : false - } - - const Trigger = { - HOVER : 'hover', - FOCUS : 'focus', - CLICK : 'click', - MANUAL : 'manual' - } - - - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ - - class Tooltip { - - constructor(element, config) { - - // private - this._isEnabled = true - this._timeout = 0 - this._hoverState = '' - this._activeTrigger = {} - this._isTransitioning = false - this._tether = null - - // protected - this.element = element - this.config = this._getConfig(config) - this.tip = null - - this._setListeners() - - } - - - // getters - - static get VERSION() { - return VERSION - } - - static get Default() { - return Default - } - - static get NAME() { - return NAME - } - - static get DATA_KEY() { - return DATA_KEY - } - - static get Event() { - return Event - } - - static get EVENT_KEY() { - return EVENT_KEY - } - - static get DefaultType() { - return DefaultType - } - - - // public - - enable() { - this._isEnabled = true - } - - disable() { - this._isEnabled = false - } - - toggleEnabled() { - this._isEnabled = !this._isEnabled - } - - toggle(event) { - if (event) { - const dataKey = this.constructor.DATA_KEY - let context = $(event.currentTarget).data(dataKey) - - if (!context) { - context = new this.constructor( - event.currentTarget, - this._getDelegateConfig() - ) - $(event.currentTarget).data(dataKey, context) - } - - context._activeTrigger.click = !context._activeTrigger.click - - if (context._isWithActiveTrigger()) { - context._enter(null, context) - } else { - context._leave(null, context) - } - - } else { - - if ($(this.getTipElement()).hasClass(ClassName.SHOW)) { - this._leave(null, this) - return - } - - this._enter(null, this) - } - } - - dispose() { - clearTimeout(this._timeout) - - this.cleanupTether() - - $.removeData(this.element, this.constructor.DATA_KEY) - - $(this.element).off(this.constructor.EVENT_KEY) - $(this.element).closest('.modal').off('hide.bs.modal') - - if (this.tip) { - $(this.tip).remove() - } - - this._isEnabled = null - this._timeout = null - this._hoverState = null - this._activeTrigger = null - this._tether = null - - this.element = null - this.config = null - this.tip = null - } - - show() { - if ($(this.element).css('display') === 'none') { - throw new Error('Please use show on visible elements') - } - - const showEvent = $.Event(this.constructor.Event.SHOW) - if (this.isWithContent() && this._isEnabled) { - if (this._isTransitioning) { - throw new Error('Tooltip is transitioning') - } - $(this.element).trigger(showEvent) - - const isInTheDom = $.contains( - this.element.ownerDocument.documentElement, - this.element - ) - - if (showEvent.isDefaultPrevented() || !isInTheDom) { - return - } - - const tip = this.getTipElement() - const tipId = Util.getUID(this.constructor.NAME) - - tip.setAttribute('id', tipId) - this.element.setAttribute('aria-describedby', tipId) - - this.setContent() - - if (this.config.animation) { - $(tip).addClass(ClassName.FADE) - } - - const placement = typeof this.config.placement === 'function' ? - this.config.placement.call(this, tip, this.element) : - this.config.placement - - const attachment = this._getAttachment(placement) - - const container = this.config.container === false ? document.body : $(this.config.container) - - $(tip) - .data(this.constructor.DATA_KEY, this) - .appendTo(container) - - $(this.element).trigger(this.constructor.Event.INSERTED) - - this._tether = new Tether({ - attachment, - element : tip, - target : this.element, - classes : TetherClass, - classPrefix : CLASS_PREFIX, - offset : this.config.offset, - constraints : this.config.constraints, - addTargetClasses: false - }) - - Util.reflow(tip) - this._tether.position() - - $(tip).addClass(ClassName.SHOW) - - const complete = () => { - const prevHoverState = this._hoverState - this._hoverState = null - this._isTransitioning = false - - $(this.element).trigger(this.constructor.Event.SHOWN) - - if (prevHoverState === HoverState.OUT) { - this._leave(null, this) - } - } - - if (Util.supportsTransitionEnd() && $(this.tip).hasClass(ClassName.FADE)) { - this._isTransitioning = true - $(this.tip) - .one(Util.TRANSITION_END, complete) - .emulateTransitionEnd(Tooltip._TRANSITION_DURATION) - return - } - - complete() - } - } - - hide(callback) { - const tip = this.getTipElement() - const hideEvent = $.Event(this.constructor.Event.HIDE) - if (this._isTransitioning) { - throw new Error('Tooltip is transitioning') - } - const complete = () => { - if (this._hoverState !== HoverState.SHOW && tip.parentNode) { - tip.parentNode.removeChild(tip) - } - - this.element.removeAttribute('aria-describedby') - $(this.element).trigger(this.constructor.Event.HIDDEN) - this._isTransitioning = false - this.cleanupTether() - - if (callback) { - callback() - } - } - - $(this.element).trigger(hideEvent) - - if (hideEvent.isDefaultPrevented()) { - return - } - - $(tip).removeClass(ClassName.SHOW) - - this._activeTrigger[Trigger.CLICK] = false - this._activeTrigger[Trigger.FOCUS] = false - this._activeTrigger[Trigger.HOVER] = false - - if (Util.supportsTransitionEnd() && - $(this.tip).hasClass(ClassName.FADE)) { - this._isTransitioning = true - $(tip) - .one(Util.TRANSITION_END, complete) - .emulateTransitionEnd(TRANSITION_DURATION) - - } else { - complete() - } - - this._hoverState = '' - } - - - // protected - - isWithContent() { - return Boolean(this.getTitle()) - } - - getTipElement() { - return this.tip = this.tip || $(this.config.template)[0] - } - - setContent() { - const $tip = $(this.getTipElement()) - - this.setElementContent($tip.find(Selector.TOOLTIP_INNER), this.getTitle()) - - $tip.removeClass(`${ClassName.FADE} ${ClassName.SHOW}`) - - this.cleanupTether() - } - - setElementContent($element, content) { - const html = this.config.html - if (typeof content === 'object' && (content.nodeType || content.jquery)) { - // content is a DOM node or a jQuery - if (html) { - if (!$(content).parent().is($element)) { - $element.empty().append(content) - } - } else { - $element.text($(content).text()) - } - } else { - $element[html ? 'html' : 'text'](content) - } - } - - getTitle() { - let title = this.element.getAttribute('data-original-title') - - if (!title) { - title = typeof this.config.title === 'function' ? - this.config.title.call(this.element) : - this.config.title - } - - return title - } - - cleanupTether() { - if (this._tether) { - this._tether.destroy() - } - } - - - // private - - _getAttachment(placement) { - return AttachmentMap[placement.toUpperCase()] - } - - _setListeners() { - const triggers = this.config.trigger.split(' ') - - triggers.forEach((trigger) => { - if (trigger === 'click') { - $(this.element).on( - this.constructor.Event.CLICK, - this.config.selector, - (event) => this.toggle(event) - ) - - } else if (trigger !== Trigger.MANUAL) { - const eventIn = trigger === Trigger.HOVER ? - this.constructor.Event.MOUSEENTER : - this.constructor.Event.FOCUSIN - const eventOut = trigger === Trigger.HOVER ? - this.constructor.Event.MOUSELEAVE : - this.constructor.Event.FOCUSOUT - - $(this.element) - .on( - eventIn, - this.config.selector, - (event) => this._enter(event) - ) - .on( - eventOut, - this.config.selector, - (event) => this._leave(event) - ) - } - - $(this.element).closest('.modal').on( - 'hide.bs.modal', - () => this.hide() - ) - }) - - if (this.config.selector) { - this.config = $.extend({}, this.config, { - trigger : 'manual', - selector : '' - }) - } else { - this._fixTitle() - } - } - - _fixTitle() { - const titleType = typeof this.element.getAttribute('data-original-title') - if (this.element.getAttribute('title') || - titleType !== 'string') { - this.element.setAttribute( - 'data-original-title', - this.element.getAttribute('title') || '' - ) - this.element.setAttribute('title', '') - } - } - - _enter(event, context) { - const dataKey = this.constructor.DATA_KEY - - context = context || $(event.currentTarget).data(dataKey) - - if (!context) { - context = new this.constructor( - event.currentTarget, - this._getDelegateConfig() - ) - $(event.currentTarget).data(dataKey, context) - } - - if (event) { - context._activeTrigger[ - event.type === 'focusin' ? Trigger.FOCUS : Trigger.HOVER - ] = true - } - - if ($(context.getTipElement()).hasClass(ClassName.SHOW) || - context._hoverState === HoverState.SHOW) { - context._hoverState = HoverState.SHOW - return - } - - clearTimeout(context._timeout) - - context._hoverState = HoverState.SHOW - - if (!context.config.delay || !context.config.delay.show) { - context.show() - return - } - - context._timeout = setTimeout(() => { - if (context._hoverState === HoverState.SHOW) { - context.show() - } - }, context.config.delay.show) - } - - _leave(event, context) { - const dataKey = this.constructor.DATA_KEY - - context = context || $(event.currentTarget).data(dataKey) - - if (!context) { - context = new this.constructor( - event.currentTarget, - this._getDelegateConfig() - ) - $(event.currentTarget).data(dataKey, context) - } - - if (event) { - context._activeTrigger[ - event.type === 'focusout' ? Trigger.FOCUS : Trigger.HOVER - ] = false - } - - if (context._isWithActiveTrigger()) { - return - } - - clearTimeout(context._timeout) - - context._hoverState = HoverState.OUT - - if (!context.config.delay || !context.config.delay.hide) { - context.hide() - return - } - - context._timeout = setTimeout(() => { - if (context._hoverState === HoverState.OUT) { - context.hide() - } - }, context.config.delay.hide) - } - - _isWithActiveTrigger() { - for (const trigger in this._activeTrigger) { - if (this._activeTrigger[trigger]) { - return true - } - } - - return false - } - - _getConfig(config) { - config = $.extend( - {}, - this.constructor.Default, - $(this.element).data(), - config - ) - - if (config.delay && typeof config.delay === 'number') { - config.delay = { - show : config.delay, - hide : config.delay - } - } - - Util.typeCheckConfig( - NAME, - config, - this.constructor.DefaultType - ) - - return config - } - - _getDelegateConfig() { - const config = {} - - if (this.config) { - for (const key in this.config) { - if (this.constructor.Default[key] !== this.config[key]) { - config[key] = this.config[key] - } - } - } - - return config - } - - - // static - - static _jQueryInterface(config) { - return this.each(function () { - let data = $(this).data(DATA_KEY) - const _config = typeof config === 'object' && config - - if (!data && /dispose|hide/.test(config)) { - return - } - - if (!data) { - data = new Tooltip(this, _config) - $(this).data(DATA_KEY, data) - } - - if (typeof config === 'string') { - if (data[config] === undefined) { - throw new Error(`No method named "${config}"`) - } - data[config]() - } - }) - } - - } - - - /** - * ------------------------------------------------------------------------ - * jQuery - * ------------------------------------------------------------------------ - */ - - $.fn[NAME] = Tooltip._jQueryInterface - $.fn[NAME].Constructor = Tooltip - $.fn[NAME].noConflict = function () { - $.fn[NAME] = JQUERY_NO_CONFLICT - return Tooltip._jQueryInterface - } - - return Tooltip - -})(jQuery) - -export default Tooltip diff --git a/node_modules/bootstrap/js/src/util.js b/node_modules/bootstrap/js/src/util.js deleted file mode 100644 index 515eba6..0000000 --- a/node_modules/bootstrap/js/src/util.js +++ /dev/null @@ -1,161 +0,0 @@ -/** - * -------------------------------------------------------------------------- - * Bootstrap (v4.0.0-alpha.6): util.js - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * -------------------------------------------------------------------------- - */ - -const Util = (($) => { - - - /** - * ------------------------------------------------------------------------ - * Private TransitionEnd Helpers - * ------------------------------------------------------------------------ - */ - - let transition = false - - const MAX_UID = 1000000 - - const TransitionEndEvent = { - WebkitTransition : 'webkitTransitionEnd', - MozTransition : 'transitionend', - OTransition : 'oTransitionEnd otransitionend', - transition : 'transitionend' - } - - // shoutout AngusCroll (https://goo.gl/pxwQGp) - function toType(obj) { - return {}.toString.call(obj).match(/\s([a-zA-Z]+)/)[1].toLowerCase() - } - - function isElement(obj) { - return (obj[0] || obj).nodeType - } - - function getSpecialTransitionEndEvent() { - return { - bindType: transition.end, - delegateType: transition.end, - handle(event) { - if ($(event.target).is(this)) { - return event.handleObj.handler.apply(this, arguments) // eslint-disable-line prefer-rest-params - } - return undefined - } - } - } - - function transitionEndTest() { - if (window.QUnit) { - return false - } - - const el = document.createElement('bootstrap') - - for (const name in TransitionEndEvent) { - if (el.style[name] !== undefined) { - return { - end: TransitionEndEvent[name] - } - } - } - - return false - } - - function transitionEndEmulator(duration) { - let called = false - - $(this).one(Util.TRANSITION_END, () => { - called = true - }) - - setTimeout(() => { - if (!called) { - Util.triggerTransitionEnd(this) - } - }, duration) - - return this - } - - function setTransitionEndSupport() { - transition = transitionEndTest() - - $.fn.emulateTransitionEnd = transitionEndEmulator - - if (Util.supportsTransitionEnd()) { - $.event.special[Util.TRANSITION_END] = getSpecialTransitionEndEvent() - } - } - - - /** - * -------------------------------------------------------------------------- - * Public Util Api - * -------------------------------------------------------------------------- - */ - - const Util = { - - TRANSITION_END: 'bsTransitionEnd', - - getUID(prefix) { - do { - // eslint-disable-next-line no-bitwise - prefix += ~~(Math.random() * MAX_UID) // "~~" acts like a faster Math.floor() here - } while (document.getElementById(prefix)) - return prefix - }, - - getSelectorFromElement(element) { - let selector = element.getAttribute('data-target') - - if (!selector) { - selector = element.getAttribute('href') || '' - selector = /^#[a-z]/i.test(selector) ? selector : null - } - - return selector - }, - - reflow(element) { - return element.offsetHeight - }, - - triggerTransitionEnd(element) { - $(element).trigger(transition.end) - }, - - supportsTransitionEnd() { - return Boolean(transition) - }, - - typeCheckConfig(componentName, config, configTypes) { - for (const property in configTypes) { - if (configTypes.hasOwnProperty(property)) { - const expectedTypes = configTypes[property] - const value = config[property] - const valueType = value && isElement(value) ? - 'element' : toType(value) - - if (!new RegExp(expectedTypes).test(valueType)) { - throw new Error( - `${componentName.toUpperCase()}: ` + - `Option "${property}" provided type "${valueType}" ` + - `but expected type "${expectedTypes}".`) - } - } - } - } - } - - setTransitionEndSupport() - - return Util - -})(jQuery) - -export default Util diff --git a/node_modules/bootstrap/js/tests/README.md b/node_modules/bootstrap/js/tests/README.md deleted file mode 100644 index b2d5057..0000000 --- a/node_modules/bootstrap/js/tests/README.md +++ /dev/null @@ -1,61 +0,0 @@ -## How does Bootstrap's test suite work? - -Bootstrap uses [QUnit](https://qunitjs.com/), a powerful, easy-to-use JavaScript unit test framework. Each plugin has a file dedicated to its tests in `unit/.js`. - -* `unit/` contains the unit test files for each Bootstrap plugin. -* `vendor/` contains third-party testing-related code (QUnit and jQuery). -* `visual/` contains "visual" tests which are run interactively in real browsers and require manual verification by humans. - -To run the unit test suite via [PhantomJS](http://phantomjs.org/), run `grunt test-js`. - -To run the unit test suite via a real web browser, open `index.html` in the browser. - - -## How do I add a new unit test? - -1. Locate and open the file dedicated to the plugin which you need to add tests to (`unit/.js`). -2. Review the [QUnit API Documentation](https://api.qunitjs.com/) and use the existing tests as references for how to structure your new tests. -3. Write the necessary unit test(s) for the new or revised functionality. -4. Run `grunt test-js` to see the results of your newly-added test(s). - -**Note:** Your new unit tests should fail before your changes are applied to the plugin, and should pass after your changes are applied to the plugin. - -## What should a unit test look like? - -* Each test should have a unique name clearly stating what unit is being tested. -* Each test should test only one unit per test, although one test can include several assertions. Create multiple tests for multiple units of functionality. -* Each test should begin with [`assert.expect`](https://api.qunitjs.com/expect/) to ensure that the expected assertions are run. -* Each test should follow the project's [JavaScript Code Guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#js) - -### Example tests - -```javascript -// Synchronous test -QUnit.test('should describe the unit being tested', function (assert) { - assert.expect(1) - var templateHTML = '
    ' - + '×' - + '

    Template necessary for the test.

    ' - + '
    ' - var $alert = $(templateHTML).appendTo('#qunit-fixture').bootstrapAlert() - - $alert.find('.close').click() - - // Make assertion - assert.strictEqual($alert.hasClass('in'), false, 'remove .in class on .close click') -}) - -// Asynchronous test -QUnit.test('should describe the unit being tested', function (assert) { - assert.expect(1) - var done = assert.async() - - $('
    ') - .appendTo('#qunit-fixture') - .on('shown.bs.tooltip', function () { - assert.ok(true, '"shown" event was fired after calling "show"') - done() - }) - .bootstrapTooltip('show') -}) -``` diff --git a/node_modules/bootstrap/js/tests/unit/alert.js b/node_modules/bootstrap/js/tests/unit/alert.js deleted file mode 100644 index e078082..0000000 --- a/node_modules/bootstrap/js/tests/unit/alert.js +++ /dev/null @@ -1,79 +0,0 @@ -$(function () { - 'use strict' - - QUnit.module('alert plugin') - - QUnit.test('should be defined on jquery object', function (assert) { - assert.expect(1) - assert.ok($(document.body).alert, 'alert method is defined') - }) - - QUnit.module('alert', { - beforeEach: function () { - // Run all tests in noConflict mode -- it's the only way to ensure that the plugin works in noConflict mode - $.fn.bootstrapAlert = $.fn.alert.noConflict() - }, - afterEach: function () { - $.fn.alert = $.fn.bootstrapAlert - delete $.fn.bootstrapAlert - } - }) - - QUnit.test('should provide no conflict', function (assert) { - assert.expect(1) - assert.strictEqual($.fn.alert, undefined, 'alert was set back to undefined (org value)') - }) - - QUnit.test('should return jquery collection containing the element', function (assert) { - assert.expect(2) - var $el = $('
    ') - var $alert = $el.bootstrapAlert() - assert.ok($alert instanceof $, 'returns jquery collection') - assert.strictEqual($alert[0], $el[0], 'collection contains element') - }) - - QUnit.test('should fade element out on clicking .close', function (assert) { - assert.expect(1) - var alertHTML = '
    ' - + '×' - + '

    Holy guacamole! Best check yo self, you\'re not looking too good.

    ' - + '
    ' - - var $alert = $(alertHTML).bootstrapAlert().appendTo($('#qunit-fixture')) - - $alert.find('.close').trigger('click') - - assert.strictEqual($alert.hasClass('show'), false, 'remove .show class on .close click') - }) - - QUnit.test('should remove element when clicking .close', function (assert) { - assert.expect(2) - var alertHTML = '
    ' - + '×' - + '

    Holy guacamole! Best check yo self, you\'re not looking too good.

    ' - + '
    ' - var $alert = $(alertHTML).appendTo('#qunit-fixture').bootstrapAlert() - - assert.notEqual($('#qunit-fixture').find('.alert').length, 0, 'element added to dom') - - $alert.find('.close').trigger('click') - - assert.strictEqual($('#qunit-fixture').find('.alert').length, 0, 'element removed from dom') - }) - - QUnit.test('should not fire closed when close is prevented', function (assert) { - assert.expect(1) - var done = assert.async() - $('
    ') - .on('close.bs.alert', function (e) { - e.preventDefault() - assert.ok(true, 'close event fired') - done() - }) - .on('closed.bs.alert', function () { - assert.ok(false, 'closed event fired') - }) - .bootstrapAlert('close') - }) - -}) diff --git a/node_modules/bootstrap/js/tests/unit/button.js b/node_modules/bootstrap/js/tests/unit/button.js deleted file mode 100644 index c67cea3..0000000 --- a/node_modules/bootstrap/js/tests/unit/button.js +++ /dev/null @@ -1,141 +0,0 @@ -$(function () { - 'use strict' - - QUnit.module('button plugin') - - QUnit.test('should be defined on jquery object', function (assert) { - assert.expect(1) - assert.ok($(document.body).button, 'button method is defined') - }) - - QUnit.module('button', { - beforeEach: function () { - // Run all tests in noConflict mode -- it's the only way to ensure that the plugin works in noConflict mode - $.fn.bootstrapButton = $.fn.button.noConflict() - }, - afterEach: function () { - $.fn.button = $.fn.bootstrapButton - delete $.fn.bootstrapButton - } - }) - - QUnit.test('should provide no conflict', function (assert) { - assert.expect(1) - assert.strictEqual($.fn.button, undefined, 'button was set back to undefined (org value)') - }) - - QUnit.test('should return jquery collection containing the element', function (assert) { - assert.expect(2) - var $el = $('
    ') - var $button = $el.bootstrapButton() - assert.ok($button instanceof $, 'returns jquery collection') - assert.strictEqual($button[0], $el[0], 'collection contains element') - }) - - QUnit.test('should toggle active', function (assert) { - assert.expect(2) - var $btn = $('') - assert.ok(!$btn.hasClass('active'), 'btn does not have active class') - $btn.bootstrapButton('toggle') - assert.ok($btn.hasClass('active'), 'btn has class active') - }) - - QUnit.test('should toggle active when btn children are clicked', function (assert) { - assert.expect(2) - var $btn = $('') - var $inner = $('') - $btn - .append($inner) - .appendTo('#qunit-fixture') - assert.ok(!$btn.hasClass('active'), 'btn does not have active class') - $inner.trigger('click') - assert.ok($btn.hasClass('active'), 'btn has class active') - }) - - QUnit.test('should toggle aria-pressed', function (assert) { - assert.expect(2) - var $btn = $('') - assert.strictEqual($btn.attr('aria-pressed'), 'false', 'btn aria-pressed state is false') - $btn.bootstrapButton('toggle') - assert.strictEqual($btn.attr('aria-pressed'), 'true', 'btn aria-pressed state is true') - }) - - QUnit.test('should toggle aria-pressed on buttons with container', function (assert) { - assert.expect(1) - var groupHTML = '
    ' + - '' + - '' + - '
    ' - $('#qunit-fixture').append(groupHTML) - $('#btn1').bootstrapButton('toggle') - assert.strictEqual($('#btn1').attr('aria-pressed'), 'true') - }) - - QUnit.test('should toggle aria-pressed when btn children are clicked', function (assert) { - assert.expect(2) - var $btn = $('') - var $inner = $('') - $btn - .append($inner) - .appendTo('#qunit-fixture') - assert.strictEqual($btn.attr('aria-pressed'), 'false', 'btn aria-pressed state is false') - $inner.trigger('click') - assert.strictEqual($btn.attr('aria-pressed'), 'true', 'btn aria-pressed state is true') - }) - - QUnit.test('should trigger input change event when toggled button has input field', function (assert) { - assert.expect(1) - var done = assert.async() - - var groupHTML = '
    ' - + '' - + '
    ' - var $group = $(groupHTML).appendTo('#qunit-fixture') - - $group.find('input').on('change', function (e) { - e.preventDefault() - assert.ok(true, 'change event fired') - done() - }) - - $group.find('label').trigger('click') - }) - - QUnit.test('should check for closest matching toggle', function (assert) { - assert.expect(12) - var groupHTML = '
    ' - + '' - + '' - + '' - + '
    ' - var $group = $(groupHTML).appendTo('#qunit-fixture') - - var $btn1 = $group.children().eq(0) - var $btn2 = $group.children().eq(1) - - assert.ok($btn1.hasClass('active'), 'btn1 has active class') - assert.ok($btn1.find('input').prop('checked'), 'btn1 is checked') - assert.ok(!$btn2.hasClass('active'), 'btn2 does not have active class') - assert.ok(!$btn2.find('input').prop('checked'), 'btn2 is not checked') - $btn2.find('input').trigger('click') - assert.ok(!$btn1.hasClass('active'), 'btn1 does not have active class') - assert.ok(!$btn1.find('input').prop('checked'), 'btn1 is not checked') - assert.ok($btn2.hasClass('active'), 'btn2 has active class') - assert.ok($btn2.find('input').prop('checked'), 'btn2 is checked') - - $btn2.find('input').trigger('click') // clicking an already checked radio should not un-check it - assert.ok(!$btn1.hasClass('active'), 'btn1 does not have active class') - assert.ok(!$btn1.find('input').prop('checked'), 'btn1 is not checked') - assert.ok($btn2.hasClass('active'), 'btn2 has active class') - assert.ok($btn2.find('input').prop('checked'), 'btn2 is checked') - }) - -}) diff --git a/node_modules/bootstrap/js/tests/unit/carousel.js b/node_modules/bootstrap/js/tests/unit/carousel.js deleted file mode 100644 index dbdea92..0000000 --- a/node_modules/bootstrap/js/tests/unit/carousel.js +++ /dev/null @@ -1,825 +0,0 @@ -$(function () { - 'use strict' - - QUnit.module('carousel plugin') - - QUnit.test('should be defined on jQuery object', function (assert) { - assert.expect(1) - assert.ok($(document.body).carousel, 'carousel method is defined') - }) - - QUnit.module('carousel', { - beforeEach: function () { - // Run all tests in noConflict mode -- it's the only way to ensure that the plugin works in noConflict mode - $.fn.bootstrapCarousel = $.fn.carousel.noConflict() - }, - afterEach: function () { - $.fn.carousel = $.fn.bootstrapCarousel - delete $.fn.bootstrapCarousel - } - }) - - QUnit.test('should provide no conflict', function (assert) { - assert.expect(1) - assert.strictEqual($.fn.carousel, undefined, 'carousel was set back to undefined (orig value)') - }) - - QUnit.test('should throw explicit error on undefined method', function (assert) { - assert.expect(1) - var $el = $('
    ') - $el.bootstrapCarousel() - try { - $el.bootstrapCarousel('noMethod') - } - catch (err) { - assert.strictEqual(err.message, 'No method named "noMethod"') - } - }) - - QUnit.test('should return jquery collection containing the element', function (assert) { - assert.expect(2) - var $el = $('
    ') - var $carousel = $el.bootstrapCarousel() - assert.ok($carousel instanceof $, 'returns jquery collection') - assert.strictEqual($carousel[0], $el[0], 'collection contains element') - }) - - QUnit.test('should type check config options', function (assert) { - assert.expect(2) - - var message - var expectedMessage = 'CAROUSEL: Option "interval" provided type "string" but expected type "(number|boolean)".' - var config = { - interval: 'fat sux' - } - - try { - $('
    ').bootstrapCarousel(config) - } catch (e) { - message = e.message - } - - assert.ok(message === expectedMessage, 'correct error message') - - config = { - keyboard: document.createElement('div') - } - expectedMessage = 'CAROUSEL: Option "keyboard" provided type "element" but expected type "boolean".' - - try { - $('
    ').bootstrapCarousel(config) - } catch (e) { - message = e.message - } - - assert.ok(message === expectedMessage, 'correct error message') - }) - - - QUnit.test('should not fire slid when slide is prevented', function (assert) { - assert.expect(1) - var done = assert.async() - $('