-
-state->folder) && $this->state->folder != '') {
- $currentFolder = $this->state->folder;
-}
-?>
-
';
+
+if ($this->t['displayupload'] == 1) {
+
+
+?>
+
+
+
+
+
+
+
+state->folder) && $this->state->folder != '') {
+ $currentFolder = $this->state->folder;
+}
+?>
+
t['uploadmaxsizeread'].']';
+?>
+
+t['errorcatid'] != '') {
+ echo '
'
+ .'× ' . $this->t['errorcatid'] . '
';
+} ?>
+
+
+
t['pi'].'icon-loading.gif', '') . JText::_('COM_PHOCADOWNLOAD_LOADING'); ?>
+
+ ';
+
+?>
diff --git a/packages/phocadownload/components/com_phocadownload/views/user/tmpl/default_files_bootstrap.php b/packages/phocadownload/components/com_phocadownload/views/user/tmpl/default_files_bootstrap.php
new file mode 100644
index 00000000..f0c18454
--- /dev/null
+++ b/packages/phocadownload/components/com_phocadownload/views/user/tmpl/default_files_bootstrap.php
@@ -0,0 +1,355 @@
+getNullDate();
+$now = JFactory::getDate();
+
+echo '
';
+
+if ($this->t['displayupload'] == 1) {
+
+
+?>
+
+
+
+
+
+
+
+state->folder) && $this->state->folder != '') {
+ $currentFolder = $this->state->folder;
+}
+?>
+
t['uploadmaxsizeread'].']';
+?>
+
+t['errorcatid'] != '') {
+ echo '
'
+ .'× ' . $this->t['errorcatid'] . '
';
+} ?>
+
+
+
t['pi'].'icon-loading.gif', '') . JText::_('COM_PHOCADOWNLOAD_LOADING'); ?>
+
+ ';
+
+?>
diff --git a/packages/phocadownload/components/com_phocadownload/views/user/view.html.php b/packages/phocadownload/components/com_phocadownload/views/user/view.html.php
index d22dce92..63712004 100644
--- a/packages/phocadownload/components/com_phocadownload/views/user/view.html.php
+++ b/packages/phocadownload/components/com_phocadownload/views/user/view.html.php
@@ -106,6 +106,7 @@ class PhocaDownloadViewUser extends JViewLegacy
$this->t['errorfile'] = '';
$task = $app->input->get( 'task', '', 'string' );
+
if($task == 'upload') {
$post['title'] = $app->input->get( 'phocadownloaduploadtitle', '', 'string' );
$post['description'] = $app->input->get( 'phocadownloaduploaddescription', '', 'string' );
@@ -151,11 +152,23 @@ class PhocaDownloadViewUser extends JViewLegacy
// Upload
$errUploadMsg = '';
$redirectUrl = '';
+
$fileArray = JRequest::getVar('Filedata', '', 'files', 'array');
- if(empty($fileArray) || (isset($fileArray['name']) && $fileArray['name'] == '')) {
- $this->t['errorfile'] = JText::_('COM_PHOCADOWNLOAD_PLEASE_ADD_FILE');
+ if(empty($fileArray)) {
+
+ $this->t['errorfile'] = JText::_('COM_PHOCADOWNLOAD_PLEASE_ADD_FILE_OR_IF_ADDED_CHECK_IF_IT_HAS_RIGHT_FORMAT_AND_SIZE');
$returnForm = 1;
+
+ } else if (isset($fileArray[0]) && $fileArray[0] == ''){
+ $this->t['errorfile'] = JText::_('COM_PHOCADOWNLOAD_PLEASE_ADD_FILE_OR_IF_ADDED_CHECK_IF_IT_HAS_RIGHT_FORMAT_AND_SIZE');
+ $returnForm = 1;
+ $fileArray['name'] = '';
+
+ } else if (isset($fileArray['name']) && $fileArray['name'] == '') {
+
+ $this->t['errorfile'] = JText::_('COM_PHOCADOWNLOAD_PLEASE_ADD_FILE_OR_IF_ADDED_CHECK_IF_IT_HAS_RIGHT_FORMAT_AND_SIZE');
+ $returnForm = 1;
}
if ($post['title'] == '') {
@@ -306,7 +319,28 @@ class PhocaDownloadViewUser extends JViewLegacy
$this->assignRef( 'params', $this->t['p']);
$session = JFactory::getSession();
$this->assignRef('session', $session);
- parent::display($tpl);
+
+ // Bootstrap 3 Layout
+ $this->tmpl['display_bootstrap3_layout'] = $this->t['p']->get( 'display_bootstrap3_layout', 0 );
+ if ($this->tmpl['display_bootstrap3_layout'] == 1) {
+
+ JHtml::_('jquery.framework', false);
+ JHTML::stylesheet('media/com_phocadownload/bootstrap/css/bootstrap.min.css' );
+ JHTML::stylesheet('media/com_phocadownload/bootstrap/css/bootstrap.extended.css' );
+ // Loaded by jquery.framework;
+ //$document->addScript(JURI::root(true).'/media/com_phocadownload/bootstrap/js/bootstrap.min.js');
+ $document->addScript(JURI::root(true).'/media/com_phocadownload/js/jquery.equalheights.min.js');
+ $document->addScriptDeclaration(
+ 'jQuery(window).load(function(){
+ jQuery(\'.ph-thumbnail\').equalHeights();
+ });');
+ }
+
+ if ($this->tmpl['display_bootstrap3_layout'] == 1) {
+ parent::display('bootstrap');
+ } else {
+ parent::display($tpl);
+ }
}
}
?>
diff --git a/packages/phocadownload/language/en-GB/en-GB.com_phocadownload.ini b/packages/phocadownload/language/en-GB/en-GB.com_phocadownload.ini
new file mode 100644
index 00000000..abf5c5a3
--- /dev/null
+++ b/packages/phocadownload/language/en-GB/en-GB.com_phocadownload.ini
@@ -0,0 +1,841 @@
+; @package Joomla.Framework
+; @copyright Copyright (C) 2005 - 2010 Open Source Matters, Inc. All rights reserved.
+; @license GNU General Public License version 2 or later; see LICENSE.txt
+;
+; @component Phoca Component
+; @copyright Copyright (C) Jan Pavelka www.phoca.cz
+; @license http://www.gnu.org/copyleft/gpl.html GNU General Public License version 2 or later;
+;
+; @test utf-8 ä, ö, ü
+;
+
+
+;[3.1.1]
+COM_PHOCADOWNLOAD_SELECT_MAX_LEVELS="Select Max Levels"
+COM_PHOCADOWNLOAD_FIELD_COLUMN_SIZE_CATEGORY_VIEW_LABEL="Column size (Category View)"
+COM_PHOCADOWNLOAD_FIELD_COLUMN_SIZE_CATEGORY_VIEW_DESC="Set left column size for category view. Right column size will be automatically set. This parameter applies for Bootstrap layout only and maximum column size is 12."
+COM_PHOCADOWNLOAD_FIELD_TAGS_STRING_LABEL="Tags (String)"
+COM_PHOCADOWNLOAD_FIELD_TAGS_STRING_DESC="Set string tags. Separate each tag with comma (,). These tags are displayed next to filename or title. The don't include links, they cannot be searched in the system. They are just displayed like icons next to the filename or title"
+COM_PHOCADOWNLOAD_YES_CATEGORY_VIEW_TITLE_SUFFIX="Yes (Category View) - Title Suffix"
+COM_PHOCADOWNLOAD_YES_FILE_VIEW_TITLE_SUFFIX="Yes (FileView) - Title Suffix"
+COM_PHOCADOWNLOAD_YES_CATEGORY_FILE_VIEW_TITLE_SUFFIX="Yes (Category And File View) - Title Suffix"
+COM_PHOCADOWNLOAD_WAS_UPLOADED_BY="was uploaded by"
+COM_PHOCADOWNLOAD_FILE_UPLOADED="File uploaded"
+COM_PHOCADOWNLOAD_SEARCH_FILTER_IS_ACTIVE="Search filter is active. Listed categories are not displayed in category tree. Max levels filter is not active."
+COM_PHOCADOWNLOAD_PLEASE_ADD_FILE_OR_IF_ADDED_CHECK_IF_IT_HAS_RIGHT_FORMAT_AND_SIZE="Please add a file. If added, please, test if it has the right format and size"
+COM_PHOCADOWNLOAD_DISPLAY_BOOTSTRAP3_LAYOUT_LABEL="Display Bootstrap 3 Layout"
+COM_PHOCADOWNLOAD_DISPLAY_BOOTSTRAP3_LAYOUT_DESC="When Bootstrap 3 layout is enabled, then specific layout will be not loaded. Don't forget to disable styles in Styles (CSS) view which can be in conflict with Bootstrap 3 (e.g. Bootstrap 2)"
+;[3.1.0]
+COM_PHOCADOWNLAD_CLOSE="Close"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_ORDERING_CATEGORY_VIEW_LABEL="Display Ordering Select Box (Category View)"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_ORDERING_CATEGORY_VIEW_DESC="Display or hide ordering select box in Category View - ordering of files"
+COM_PHOCADOWNLOAD_COUNT_ASC="Rating Count Ascending"
+COM_PHOCADOWNLOAD_COUNT_DESC="Rating Count Descending"
+COM_PHOCADOWNLOAD_AVERAGE_ASC="Rating Ascending"
+COM_PHOCADOWNLOAD_AVERAGE_DESC="Rating Descending"
+COM_PHOCADOWNLOAD_DOWNLOADS_ASC="Downloads Ascending"
+COM_PHOCADOWNLOAD_DOWNLOADS_DESC="Downloads Descending"
+COM_PHOCADOWNLOAD_ORDER_FRONT="Ordering"
+COM_PHOCADOWNLOAD_REGARDS="Regards"
+COM_PHOCADOWNLOAD_MESSAGE="Message"
+COM_PHOCADOWNLOAD_WEBSITE="Website"
+COM_PHOCADOWNLOAD_WAS_DOWNLOADED_BY="was downloaded by"
+COM_PHOCADOWNLOAD_SUCCESS_NEW_FILE_UPLOADED="New file uploaded"
+COM_PHOCADOWNLOAD_FILE_DOWNLOADED="File downloaded"
+COM_PHOCADOWNLOAD_ANONYMOUS="Anonymous"
+COM_PHOCADOWNLOAD_FIELD_MULTIPLE_UPLOAD_METHOD_DESC="Set Multiple Upload Method in administration. See http://www.plupload.com/ which browsers and which functions are supported by selected method"
+COM_PHOCADOWNLOAD_FIELD_MULTIPLE_UPLOAD_METHOD_LABEL="Multiple Upload Method (Administration)"
+COM_PHOCADOWNLOAD_FLASH_UPLOADER="Flash Uploader"
+COM_PHOCADOWNLOAD_GEARS_UPLOADER="Gears Uploader"
+COM_PHOCADOWNLOAD_SILVERLIGHT_UPLOADER="Silverlight Uploader"
+COM_PHOCADOWNLOAD_HTML4_UPLOADER="HTML4 Uploader"
+COM_PHOCADOWNLOAD_HTML5_UPLOADER="HTML5 Uploader"
+COM_PHOCADOWNLOAD_BROWSERPLUS_UPLOADER="Browserplus Uploader"
+
+;[3.0.6]
+COM_PHOCADOWNLOAD_FILENAME_ASC="Filename Ascending"
+COM_PHOCADOWNLOAD_FILENAME_DESC="Filename Descending"
+
+;[3.0.3]
+COM_PHOCADOWNLOAD_BROWSER_DOES_NOT_SUPPORT_AUDIO_VIDEO_TAG="Your browser does not support the audio/video tag"
+COM_PHOCADOWNLOAD_FIELD_HTML5_AUDIO_VIDEO_LABEL="HTML5 Audio/Video"
+COM_PHOCADOWNLOAD_FIELD_HTML5_AUDIO_VIDEO_DESC="Set yes to enable HTML 5 player for audio and video"
+;[3.0.2]
+COM_PHOCADOWNLOAD_FIELD_ENABLE_TOKEN_DOWNLOAD_LABEL="Enable Unique Download Link"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_TOKEN_DOWNLOAD_DESC="Enable or disable unique download link feature (download with token)"
+COM_PHOCADOWNLOAD_MAX_LIMIT_DOWNLOAD_TOKEN_REACHED="File cannot be downloaded. Maximum download limit of this file reached."
+COM_PHOCADOWNLOAD_FIELD_MAX_COUNT_TOKEN_DOWNLOADS_DESC="Set maximum count of files user can download through unique download link. Be aware, 0 (Zero) means, there is no limit. This limit only takes effect for unique download link"
+COM_PHOCADOWNLOAD_FIELD_MAX_COUNT_TOKEN_DOWNLOADS_LABEL="Maximum Count of downloads per file (Unique Download Link)"
+COM_PHOCADOWNLOAD_URL_FORMAT_DEPENDS_ON_SEF="This Link may take different formats. Its format depends on your SEF Settings"
+COM_PHOCADOWNLOAD_UNIQUE_DOWNLOAD_URL="Unique Download Link"
+COM_PHOCADOWNLOAD_DOWNLOAD_FILE="Download file"
+COM_PHOCADOWNLOAD_FILE_NOT_FOUND="File Not Found"
+COM_PHOCADOWNLOAD_SET_TOKEN="Set Token"
+COM_PHOCADOWNLOAD_FIELD_TOKEN_LABEL="Token (Unique Download Link)"
+COM_PHOCADOWNLOAD_FIELD_TOKEN_DESC="Set token - unique download link of the file"
+COM_PHOCADOWNLOAD_FIELD_TOKENHITS_LABEL="Token Downloads"
+COM_PHOCADOWNLOAD_FIELD_TOKENHITS_DESC="How many times the file was downloaded by unique download link"
+COM_PHOCADOWNLOAD_YES_FRONTEND="Yes (Frontend Only)"
+COM_PHOCADOWNLOAD_YES_BACKEND="Yes (Backend Only)"
+COM_PHOCADOWNLOAD_YES_FRONTEND_BACKEND="Yes (Frontend, Backend)"
+;[3.0.1]
+COM_PHOCADOWNLOAD_FIELD_ALIAS_M_DESC="Alias for all added images can be set. If empty, Alias will be created from Filename"
+COM_PHOCADOWNLOAD_FIELD_TITLE_M_DESC="Title for all added images can be set. If empty, Title will be created from Filename"
+COM_PHOCADOWNLOAD_FIELD_LANGUAGE_FILE_DESC="The language that the file is assigned to."
+;[3.0.0]
+COM_PHOCADOWNLOAD_FIELD_COPY_PAP_LABEL="Copy Play and Preview"
+COM_PHOCADOWNLOAD_FIELD_COPY_PAP_DESC="Set if files of added items will be copied to play and preview folder (in case they can be played or previewed). Items then will be downloadable and previewable or playable."
+;[3.0.0 Beta]
+COM_PHOCADOWNLOAD_HOT="Hot"
+COM_PHOCADOWNLOAD_WILL_BE_CREATED_FROM_TITLE="Will be created from title"
+;[3.0.0]
+COM_PHOCADOWNLOAD_MAX_LIMIT_DOWNLOAD_PER_FILE_REACHED="You have reached maximum limit of downloads allowed per this file."
+COM_PHOCADOWNLOAD_NOT_LOGGED_IN_USERS_NOT_ALLOWED_DOWNLOAD="Please login. Not logged in users are not allowed to download."
+COM_PHOCADOWNLOAD_FIELD_MAX_COUNT_USER_DOWNLOADS_DESC="Set maximum count of files user can download. Be aware, 0 (Zero) means, there is no limit. It is limit per file NOT for all downloads. If you set some limit here, anonymous users (guests) are not able to download any file."
+COM_PHOCADOWNLOAD_FIELD_MAX_COUNT_USER_DOWNLOADS_LABEL="Maximum Count of downloads per file"
+COM_PHOCADOWNLOAD_LOGGING_NOT_ENABLED="
Warning! Logging is not enabled at the moment!"
+COM_PHOCADOWNLOAD_FIELD_PLAY_OR_PREVIEW_COPY_LABEL="Play or Preview Copy"
+COM_PHOCADOWNLOAD_FIELD_PLAY_OR_PREVIEW_COPY_DESC="If yes (Frontend), file which is uploaded by user in fronted will be copied to phocadownloadpap folder so it can be played or previewed. If yes (Backend), then file which is added in File Add feature or in Multiple Add feature in Administration will be copied to phocadownloadpap folder too."
+COM_PHOCADOWNLOAD_FIELD_ENABLE_LOGGING_LABEL="Enable Logging"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_LOGGING_DESC="Enable or disable logging for downloads, uploads or both. Be aware, logging of downloads and uploads can take a lot of memory in case a lot of downloads or uploads is done on your site. It is recommended to enable it only for short testing period"
+COM_PHOCADOWNLOAD_YES_UPLOADS_ONLY="Yes (Uploads only)"
+COM_PHOCADOWNLOAD_YES_DOWNLOADS_ONLY="Yes (Downloads only)"
+COM_PHOCADOWNLOAD_YES_UPLOADS_DOWNLOADS="Yes (Uploads and Downloads)"
+COM_PHOCADOWNLOAD_FIELD_FILE_ICON_MIME_LABEL="File Icon (Extension Mime Type)"
+COM_PHOCADOWNLOAD_FIELD_FILE_ICON_MIME_DESC="Enable or disable displaying of file icon by extension mime type (for example: PDF icon will be displayed next to PDF documents). Be aware not all extension mime type icons are available."
+COM_PHOCADOWNLOAD_YES_DOWNLOAD_UPLOAD_PARAM="Yes (download and upload parameters)"
+COM_PHOCADOWNLOAD_YES_DOWNLOAD_UPLOAD_PARAM_ADMIN="Yes (download and upload parameter in administration only)"
+COM_PHOCADOWNLOAD_YES_UPLOAD_PARAM_ADMIN="Yes (only upload parameters in administration)"
+COM_PHOCADOWNLOAD_YES_UPLOAD_PARAM="Yes (only upload parameters)"
+COM_PHOCADOWNLOAD_YES_DOWNLOAD_PARAM="Yes (only download parameters)"
+COM_PHOCADOWNLOAD_IGNORE_FILE_TYPES_CHECK_LABEL="Ignore File Types Checking"
+COM_PHOCADOWNLOAD_IGNORE_FILE_TYPES_CHECK_DESC="Set if checking of file types will be ignored. If yes: Allowed File Types (Download), Allowed File Types (Upload), Disallowed File Types (Download), Disallowed File Types (Upload) will be ignored."
+COM_PHOCADOWNLOAD_CONFIG_HEAD_DOWNLOADS_LABEL="Downloads"
+COM_PHOCADOWNLOAD_CONFIG_HEAD_UPLOADS_LABEL="Uploads"
+COM_PHOCADOWNLOAD_FILE_VIEW_LABEL="File View"
+COM_PHOCADOWNLOAD_CONFIG_CATEGORY_CATEGORIES_VIEW_LABEL="Categories and Category View"
+COM_PHOCADOWNLOAD_IP="IP"
+COM_PHOCADOWNLOAD_PAGE="Page"
+COM_PHOCADOWNLOAD_RESET_LOG="Reset Log"
+COM_PHOCADOWNLOAD_WARNING_RESET_LOG="Are you sure you want to reset (clear) the log?"
+COM_PHOCADOWNLOAD_SUCCESS_RESET_LOG_STAT="Log cleared"
+COM_PHOCADOWNLOAD_ERROR_RESET_LOG_STAT="Error while clearing log"
+COM_PHOCADOWNLOAD_ERROR_SERVER_NOT_ABLE_TO_STORE_FILE_TEMP_FOLDER="Error while uploading file. Server is not able to store this file to Temp folder."
+COM_PHOCADOWNLOAD_COUNT="Count"
+COM_PHOCADOWNLOAD_LOGGING="Logging"
+COM_PHOCADOWNLOAD_UPLOADS="Uploads"
+COM_PHOCADOWNLOAD_EDIT_CSS_FILES="Edit CSS Files"
+COM_PHOCADOWNLOAD_FIELD_CSS_MENULINK_ID_DESC="Set ID or IDs of menu link (Itemid) where the style will be displayed. Separate each parent ID with comma (,)"
+COM_PHOCADOWNLOAD_FIELD_CSS_MENULINK_ID_LABEL="Menu Link ID"
+COM_PHOCADOWNLOAD_ERROR_FAILED_TO_SAVE_FILENAME="Error while saving the filename"
+COM_PHOCADOWNLOAD_ERROR_SOURCE_FILE_NOT_UNWRITABLE="Error while making the source file unwritable"
+COM_PHOCADOWNLOAD_ERROR_SOURCE_FILE_NOT_WRITABLE="Error while saving the file. Source File is not writable."
+COM_PHOCADOWNLOAD_STYLE="Style"
+COM_PHOCADOWNLOAD_FIELD_CSS_LABEL="Style (CSS Source)"
+COM_PHOCADOWNLOAD_FIELD_CSS_DESC="Edit source of the style"
+COM_PHOCADOWNLOAD_FIELD_TYPE_DESC="Type of the style"
+COM_PHOCADOWNLOAD_FIELD_TYPE_LABEL="Type"
+COM_PHOCADOWNLOAD_MAIN="Main"
+COM_PHOCADOWNLOAD_FILE_EXISTS="File exists"
+COM_PHOCADOWNLOAD_FILE_DOES_NOT_EXIST="File does not exist"
+COM_PHOCADOWNLOAD_TYPE="Type"
+COM_PHOCADOWNLOAD_CUSTOM_CSS="Custom"
+COM_PHOCADOWNLOAD_MAIN_CSS="Main"
+COM_PHOCADOWNLOAD_FILTER_SELECT_TYPE="- Select Type -"
+COM_PHOCADOWNLOAD_STYLES="Styles"
+COM_PHOCADOWNLOAD_FOLDER_NOT_FOUND="Folder not found"
+COM_PHOCADOWNLOAD_EDIT_CSS="Edit CSS"
+COM_PHOCADOWNLOAD_ERROR_CSS_FOLDER_NOT_FOUND="Custom CSS Folder Not Found"
+
+COM_PHOCADOWNLOAD_MIRROR_DETAILS="Mirror Details"
+COM_PHOCADOWNLOAD_YOUTUBE_OPTIONS="YouTube Options"
+COM_PHOCADOWNLOAD_GENERAL_OPTIONS="General Options"
+COM_PHOCADOWNLOAD_PUBLISHING_OPTIONS="Publishing Options"
+COM_PHOCADOWNLOAD_METADATA_OPTIONS="Metadata Options"
+COM_PHOCADOWNLOAD_FILTER_SEARCH_LABEL="Search"
+COM_PHOCADOWNLOAD_FILTER_SEARCH_DESC="Search the items"
+COM_PHOCADOWNLOAD_LICENCE="Licence"
+COM_PHOCADOWNLOAD_PHOCA_NEEDS_YOUR_HELP="Phoca Needs Your Help"
+COM_PHOCADOWNLOAD_PLEASE_READ="Please Read"
+COM_PHOCADOWNLOAD_USEFUL_TIPS="Useful Tips (Extensions)"
+COM_PHOCADOWNLOAD_USEFUL_LINKS="Useful Links"
+;[2.1.5]
+COM_PHOCADOWNLOAD_UPLOADED_BY_LABEL="Uploaded By"
+COM_PHOCADOWNLOAD_UPLOADED_BY_DESC="Set Uploaded By"
+COM_PHOCADOWNLOAD_OWNER_LABEL="Owner"
+COM_PHOCADOWNLOAD_OWNER_DESC="Set Owner"
+;[2.1.2]
+COM_PHOCADOWNLOAD_BATCH_OPTIONS_CATEGORIES="Batch process the selected categories"
+COM_PHOCADOWNLOAD_PHOCA_DOWNLOAD="Phoca Download"
+COM_PHOCADOWNLOAD_INFORMATION="Information"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_LINK_LABEL="Select Category Link"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_LINK_DESC="Select category to link it"
+COM_PHOCADOWNLOAD_FIELD_DOWNLOAD_FOLDER_PAP_LABEL="Download Folder (Play, Preview)"
+COM_PHOCADOWNLOAD_FIELD_DOWNLOAD_FOLDER_PAP_DESC="Set download folder for play and preview files"
+;[2.1.1]
+COM_PHOCADOWNLOAD_FIELD_VIDEO_HEIGHT_DV_LABEL="Youtube Height (Detail View)"
+COM_PHOCADOWNLOAD_FIELD_VIDEO_HEIGHT_DV_DESC="Set Youtube height for Detail View"
+COM_PHOCADOWNLOAD_FIELD_VIDEO_WIDTH_DV_LABEL="Youtube Width (Detail View)"
+COM_PHOCADOWNLOAD_FIELD_VIDEO_WIDTH_DV_DESC="Set Youtube width for Detail View"
+COM_PHOCADOWNLOAD_FIELD_VIDEO_HEIGHT_CV_LABEL="Youtube Height (Category View)"
+COM_PHOCADOWNLOAD_FIELD_VIDEO_HEIGHT_CV_DESC="Set Youtube height for Category View"
+COM_PHOCADOWNLOAD_FIELD_VIDEO_WIDTH_CV_LABEL="Youtube Width (Category View)"
+COM_PHOCADOWNLOAD_FIELD_VIDEO_WIDTH_CV_DESC="Set Youtube width for Category View"
+COM_PHOCADOWNLOAD_GROUP_LABEL_YOUTUBE_DETAILS="Youtube"
+COM_PHOCADOWNLOAD_VIDEO_LINK_LABEL="Youtube Link"
+COM_PHOCADOWNLOAD_VIDEO_LINK_DESC="Set Youtube link"
+COM_PHOCADOWNLOAD_YES_ONLY_MODALBOX="Yes (Only Modalbox - Category View)"
+;[2.1.0 Stable]
+COM_PHOCADOWNLOAD_SELECT_FILE="Select file"
+COM_PHOCADOWNLOAD_FIELD_SELECT_FILE_LABEL="Select file"
+COM_PHOCADOWNLOAD_FIELD_SELECT_FILE_DESC="Select display file"
+COM_PHOCADOWNLOAD_OVERLIB_WIDTH_DETAIL="Overlib with detail"
+;[2.1.0 Beta]
+COM_PHOCADOWNLOAD_FILE_VIEW="File View"
+COM_PHOCADOWNLOAD_CATEGORY_VIEW="Category View"
+COM_PHOCADOWNLOAD_CATEGORIES_VIEW="Categories View"
+COM_PHOCADOWNLOAD_PARAMETERS="Parameters"
+COM_PHOCADOWNLOAD_STYLES="Styles (CSS)"
+COM_PHOCADOWNLOAD_LAYOUT_WARNING="Warning: Parameters are mostly styled by CSS, here you can add or remove different parts of the view. For stylizing them, just check the Phoca Download CSS. Edit the HTML source (HTML source can be displayed by editor feature) Displaying specific layout must be enabled in parameters."
+COM_PHOCADOWNLOAD_DISPLAY_SPEC_LAYOUT_LABEL="Display Specific Layout"
+COM_PHOCADOWNLOAD_DISPLAY_SPEC_LAYOUT_DESC="Display specific layout - set in Phoca Download administration. Be aware, some parts of the layout needs to be changed in CSS too to display properly."
+COM_PHOCADOWNLOAD_CLEAN="Clean"
+COM_PHOCADOWNLOAD_YES_OVERLIB="Yes (Overlib)"
+COM_PHOCADOWNLOAD_YES_MODAL="Yes (Modal Box)"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_TAGS_LINKS_LABEL="Display Tags"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_TAGS_LINKS_DESC="Display or hide tags"
+COM_PHOCADOWNLOAD_YES_CATEGORY_VIEW_BUTTON="Yes (Category View) as Button"
+COM_PHOCADOWNLOAD_YES_FILE_VIEW_BUTTON="Yes (File View) as Button"
+COM_PHOCADOWNLOAD_YES_CATEGORY_FILE_VIEW_BUTTON="Yes (Category And File View) as Button"
+COM_PHOCADOWNLOAD_EXTERNAL_LINK="External Link"
+COM_PHOCADOWNLOAD_CATEGORY_LINK="Category Link"
+COM_PHOCADOWNLOAD_SEARCH_OUTCOME="Search Outcome"
+COM_PHOCADOWNLOAD_FIELD_TAGS_LINKS_LABEL="Tags (Links)"
+COM_PHOCADOWNLOAD_FIELD_TAGS_LINKS_DESC="Set if the tags will include a link. If yes, set type of this link"
+COM_PHOCADOWNLOAD_AT="at"
+COM_PHOCADOWNLOAD_FEATURES="Features"
+COM_PHOCADOWNLOAD_CHANGELOG="Changelog"
+COM_PHOCADOWNLOAD_NOTES="Notes"
+COM_PHOCADOWNLOAD_ERROR_DELETING_ITEM="Error while deleting item"
+COM_PHOCADOWNLOAD_SUCCESS_DELETING_ITEM="Item deleted"
+COM_PHOCADOWNLOAD_ERROR_UNPUBLISHING_ITEM="Error while unpublishing item"
+COM_PHOCADOWNLOAD_ERROR_PUBLISHING_ITEM="Error while publishing item"
+COM_PHOCADOWNLOAD_SUCCESS_UNPUBLISHING_ITEM="Item unpublished"
+COM_PHOCADOWNLOAD_SUCCESS_PUBLISHING_ITEM="Item published"
+COM_PHOCADOWNLOAD_FIELD_DELETE_RIGHTS_LABEL="Delete Rights"
+COM_PHOCADOWNLOAD_FIELD_DELETE_RIGHTS_DESC="Set delete rights"
+COM_PHOCADOWNLOAD_ERROR_DELETE_CONTAIN_FILE="Category(ies): '%s' cannot be removed as it contains (they contain) Items. There may currently be File(s) within the Category which you must delete first."
+COM_PHOCADOWNLOAD_ERROR_DELETE_CONTAIN_CAT="Category(ies): '%s' cannot be removed as it contains (they contain) Subcategories. There may currently be Subcategory(ies) within the Category which you must delete first."
+COM_PHOCADOWNLOAD_CATEGORIES_ADDED="Category(ies) added"
+COM_PHOCADOWNLOAD_FILES_ADDED="File(s) added"
+COM_PHOCADOWNLOAD_CHECK_ALL="Check All"
+COM_PHOCADOWNLOAD_WARNING_FILE_SELECTED_SELECT_CATEGORY="File(s) are selected. Category needs to be selected also"
+COM_PHOCADOWNLOAD_WARNING_SELECT_FILENAME_OR_FOLDER="Select File or Folder"
+COM_PHOCADOWNLOAD_MULTIPLE_ADD="Multiple Add"
+COM_PHOCADOWNLOAD_BATCH_OPTIONS_FILES="Batch process the selected files"
+;COM_PHOCADOWNLOAD_SUCCESS_COPY_FILE="File(s) copied"
+;COM_PHOCADOWNLOAD_ERROR_COPY_FILE="Error while copying file(s)"
+COM_PHOCADOWNLOAD_QUICK_COPY="Quick Copy"
+COM_PHOCADOWNLOAD_COPY="Copy"
+COM_PHOCADOWNLOAD_FORM_SELECT_IMAGE="Select Image"
+COM_PHOCADOWNLOAD_FIELD_IMAGE_DOWNLOAD_LABEL="Image"
+COM_PHOCADOWNLOAD_FIELD_IMAGE_DOWNLOAD_DESC="Set image for the file"
+COM_PHOCADOWNLOAD_FIELD_CATEGORIES_LAYOUT_LABEL="Categories View Layout"
+COM_PHOCADOWNLOAD_FIELD_CATEGORIES_LAYOUT_DESC="Set layout for Categories View"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_LAYOUT_LABEL="Category View Layout"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_LAYOUT_DESC="Set layout for Category View"
+COM_PHOCADOWNLOAD_FIELD_FILE_LAYOUT_LABEL="File View Layout"
+COM_PHOCADOWNLOAD_FIELD_FILE_LAYOUT_DESC="Set layout for File View"
+COM_PHOCADOWNLOOAD_CONTROL_PANEL="Control Panel"
+COM_PHOCADOWNLOAD_FIELD_FEATURES_DESC="Set Features Text"
+COM_PHOCADOWNLOAD_FIELD_FEATURES_LABEL="Features"
+COM_PHOCADOWNLOAD_FIELD_CHANGELOG_DESC="Set Changelog Text"
+COM_PHOCADOWNLOAD_FIELD_CHANGELOG_LABEL="Changelog"
+COM_PHOCADOWNLOAD_FIELD_NOTES_DESC="Set Notes Text"
+COM_PHOCADOWNLOAD_FIELD_NOTES_LABEL="Notes"
+COM_PHOCADOWNLOAD_FIELD_TAGS_LABEL="Tags"
+COM_PHOCADOWNLOAD_FIELD_TAGS_DESC="Select tags"
+COM_PHOCADOWNLOAD_NEW_TAG="New Tag"
+COM_PHOCADOWNLOAD_EDIT_TAG="Edit Tag"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_LABEL="Link To Category"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_DES="Select category if you want to link this tag to category"
+COM_PHOCADOWNLOAD_FIELD_EXT_LINK_TAG_LABEL="Link To External Site"
+COM_PHOCADOWNLOAD_FIELD_EXT_LINK_TAG_DESC="Set link to external site if you want to link this tag to some site (include http://)"
+COM_PHOCADOWNLOAD_TAG="Tag"
+COM_PHOCADOWNLOAD_TAGS="Tags"
+COM_PHOCADOWNLOAD_LAYOUT="Layout"
+;[2.0.0]
+COM_PHOCADOWNLOAD_NUM="Num"
+COM_PHOCADOWNLOAD_LIMIT="Limit"
+COM_PHOCADOWNLOAD_YOUTUBE_URL="Youtube URL"
+COM_PHOCADOWNLOAD_WARNING_SET_YOUTUBE_URL="You must set URL of Youtube video"
+COM_PHOCADOWNLOAD_PLAYER_WIDTH="Player Width"
+COM_PHOCADOWNLOAD_PLAYER_HEIGHT="Player Height"
+COM_PHOCADOWNLOAD_PLAYER_HEIGHT_MP3="Player Height (MP3)"
+COM_PHOCADOWNLOAD_WARNING_PLAYER_SIZE="Only size of Popup Window (Modal Box) can be set here, size of player needs to be set in Parameters of Phoca Download Component"
+COM_PHOCADOWNLOAD_PREVIEW_WIDTH="Preview Width"
+COM_PHOCADOWNLOAD_PREVIEW_HEIGHT="Preview Height"
+COM_PHOCADOWNLOAD_YOU_MUST_SELECT_FILE="You must select a file"
+COM_PHOCADOWNLOAD_YOU_MUST_SELECT_CATEGORY="You must select a category"
+COM_PHOCADOWNLOAD_TARGET="Target"
+COM_PHOCADOWNLOAD_TARGET_SELF="Target _self"
+COM_PHOCADOWNLOAD_TARGET_BLANK="Target _blank"
+COM_PHOCADOWNLOAD_TARGET_TOP="Target _top"
+COM_PHOCADOWNLOAD_TARGET_PARENT="Target _parent"
+COM_PHOCADOWNLOAD_INSERT_CODE="Insert Code"
+COM_PHOCADOWNLOAD_BACK="Back"
+COM_PHOCADOWNLOAD_FILELIST="File List"
+COM_PHOCADOWNLOAD_YOUTUBE_VIDEO="Youtube Video"
+COM_PHOCADOWNLOAD_PLAY_FILE_LINK="Play File (Link)"
+COM_PHOCADOWNLOAD_PLAY_FILE_DIRECT="Play File (Direct)"
+COM_PHOCADOWNLOAD_PREVIEW_FILE_LINK="Preview File (Link)"
+COM_PHOCADOWNLOAD_LINK_TO_FILE="Link To File"
+COM_PHOCADOWNLOAD_LINK_TO_CATEGORY="Link To Category"
+COM_PHOCADOWNLOAD_LINK_TO_CATEGORIES="Link To Categories"
+COM_PHOCADOWNLOAD_SELECT_TYPE="Select Type"
+COM_PHOCADOWNLOAD_UPLOADED_BY="Uploaded by"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_CACHE_LABEL="Enable Cache"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_CACHE_DESC="Enable cache if it is enabled in Joomla! Global Configuration"
+;[2.0.0RC3]
+COM_PHOCADOWNLOAD_USER_LANG="User's Language"
+COM_PHOCADOWNLOAD_SITE_LANG="Site's Language"
+COM_PHOCADOWNLOAD_FIELD_USER_UCP_LANG_LABEL="User Language"
+COM_PHOCADOWNLOAD_FIELD_USER_UCP_LANG_DESC="Set which language will be set while creating category or uploading image in UCP"
+COM_PHOCADOWNLOAD_NO_RIGHTS_ACCESS_CATEGORY_FILE="You have no rights to access file in this category"
+COM_PHOCADOWNLOAD_FIELD_SELECT_CATEGORY_LABEL="Select Category"
+COM_PHOCADOWNLOAD_FIELD_SELECT_CATEGORY_DESC="Select category"
+COM_PHOCADOWNLOAD_ERROR_FB_APP_ID_EMPTY="Facebook Application ID is empty"
+COM_PHOCADOWNLOAD_FIELD_FB_COMMENT_APP_ID_LABEL="Facebook comments application ID"
+COM_PHOCADOWNLOAD_FIELD_FB_COMMENT_APP_ID_DESC="Set Facebook Comments Application ID (ID of your created application in Facebook)"
+COM_PHOCADOWNLOAD_FACEBOOK_COMMENTS_WIDTH_LABEL="Facebook Comments Width"
+COM_PHOCADOWNLOAD_FACEBOOK_COMMENTS_WIDTH_DESC="Set Facebook comments box width"
+COM_PHOCADOWNLOAD_FACEBOOK_FIELD_COMMENT_LANG_LABEL="Facebook Language"
+COM_PHOCADOWNLOAD_FACEBOOK_FIELD_COMMENT_LANG_DESC="Set Facebook language"
+COM_PHOCADOWNLOAD_FACEBOOK_FIELD_COMMENT_COUNT_LABEL="Comments Count"
+COM_PHOCADOWNLOAD_FACEBOOK_FIELD_COMMENT_COUNT_DESC="Set count of comments displayed in comment box"
+COM_PHOCADOWNLOAD_FACEBOOK="Facebook"
+COM_PHOCADOWNLOAD_STARS_OUT_OF="stars out of"
+COM_PHOCADOWNLOAD_FIELD_LANGUAGE_FILE_DESC="The language that the file is assigned to."
+COM_PHOCADOWNLOAD_FIELD_LANGUAGE_CATEGORY_DESC="The language that the category is assigned to."
+;[2.0.0RC2]
+COM_PHOCADOWNLOAD_FIELD_DELETE_EXISTING_FILES_DESC="If yes then the file stored on server will be deleted in case the file will be deleted from Phoca Download"
+COM_PHOCADOWNLOAD_FIELD_DELETE_EXISTING_FILES_LABEL="Delete Existing Files"
+COM_PHOCADOWNLOAD_FIELD_OVERWRITE_EXISTING_FILES_DESC="Set if uploaded files should overwrite existing files on the server"
+COM_PHOCADOWNLOAD_FIELD_OVERWRITE_EXISTING_FILES_LABEL="Overwrite Existing Files"
+COM_PHOCADOWNLOAD_REPORT="Report"
+COM_PHOCADOWNLOAD_FIELD_REPORT_LINK_GUESTBOOK_ID_LABEL="Guestbook ID (Report)"
+COM_PHOCADOWNLOAD_FIELD_REPORT_LINK_GUESTBOOK_ID_DESC="Set guestbook id (guestbook from Phoca Guestbook component) in case the report function is active"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_REPORT_LINK_LABEL="Display Report Link"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_REPORT_LINK_DESC="Display or hide report link. This link will run Phoca Guestbook in Report Mode. There users can report files. Phoca Guestbook needs to be installed and the report function enabled in guestbook settings to run this feature."
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_MIRROR_LINKS_LABEL="Display Mirror Links"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_MIRROR_LINKS_DESC="Display or hide mirror links"
+COM_PHOCADOWNLOAD_GROUP_LABEL_MIRROR_DETAILS="Mirror Details"
+COM_PHOCADOWNLOAD_OPEN_WINDOW_BLANK="Open in new window (_blank)"
+COM_PHOCADOWNLOAD_OPEN_WINDOW_PARENT="Open in parent window/frame (_parent)"
+COM_PHOCADOWNLOAD_OPEN_WINDOW_SELF="Open in this window/frame (_self)"
+COM_PHOCADOWNLOAD_OPEN_WINDOW_TOP="Open in top frame (replaces all frames) (_top)"
+COM_PHOCADOWNLOAD_MIRROR_LINK_LINK_LABEL="Link"
+COM_PHOCADOWNLOAD_MIRROR_LINK_TARGET_LABEL="Target"
+COM_PHOCADOWNLOAD_MIRROR_LINK_TITLE_LABEL="Title (Link 1)"
+COM_PHOCADOWNLOAD_FIELD_MIRROR_LINK_LINK_DESC="Set first mirror link (Inlcude the protocol: e.g. http:// or https://)"
+COM_PHOCADOWNLOAD_FIELD_MIRROR_LINK_TARGET_DESC="Set target for first mirror link"
+COM_PHOCADOWNLOAD_FIELD_MIRROR_LINK_TITLE_DESC="Set title for first mirror link"
+COM_PHOCADOWNLOAD_MIRROR_LINK_LINK2_LABEL="Link 2"
+COM_PHOCADOWNLOAD_MIRROR_LINK_TARGET2_LABEL="Target"
+COM_PHOCADOWNLOAD_MIRROR_LINK_TITLE2_LABEL="Title (Link 2)"
+COM_PHOCADOWNLOAD_FIELD_MIRROR_LINK_LINK2_DESC="Set second mirror link (Inlcude the protocol: e.g. http:// or https://)"
+COM_PHOCADOWNLOAD_FIELD_MIRROR_LINK_TARGET2_DESC="Set target for second mirror link"
+COM_PHOCADOWNLOAD_FIELD_MIRROR_LINK_TITLE2_DESC="Set title for second mirror link"
+COM_PHOCADOWNLOAD_YES_CATEGORY_VIEW="Yes (Category View)"
+COM_PHOCADOWNLOAD_YES_FILE_VIEW="Yes (FileView)"
+COM_PHOCADOWNLOAD_YES_CATEGORY_FILE_VIEW="Yes (Category And File View)"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_RATING_FILE_DESC="Display or hide rating for files"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_RATING_FILE_LABEL="Display Rating (File)"
+COM_PHOCADOWNLOAD_CONFIG_RATING_SETTINGS_LABEL="Rating Settings"
+COM_PHOCADOWNLOAD_ERROR_FILE_NOT_EXISTS="File does not exist"
+COM_PHOCADOWNLOAD_RATING_ALREADY_RATED_FILE="You have already rated this file"
+COM_PHOCADOWNLOAD_SUCCESS_RATING_FILE="Thank you for your rating"
+COM_PHOCADOWNLOAD_ERROR_RATING_FILE="Error while rating the file"
+COM_PHOCADOWNLOAD_ERROR_WRONG_RATING="Error while rating - wrong format added"
+COM_PHOCADOWNLOAD_ERROR_REQUESTING_RATING="Error while requesting rating"
+COM_PHOCADOWNLOAD_VOTE="vote"
+COM_PHOCADOWNLOAD_VOTES="votes"
+COM_PHOCADOWNLOAD_FILE_RATING="File Rating"
+COM_PHOCADOWNLOAD_RATING="Rating"
+COM_PHOCADOWNLOAD_STAR_OUT_OF="star out of"
+COM_PHOCADOWNLOAD_ONLY_REGISTERED_LOGGED_RATE_FILE="Only registered and logged in users can rate this file"
+;[2.0.0 RC]
+COM_PHOCADOWNLOAD_FIELD_DISALLOWED_FILE_TYPES_UPLOAD_DESC="Set disallowed file types for frontend upload."
+COM_PHOCADOWNLOAD_FIELD_ALLOWED_FILE_TYPES_UPLOAD_DESC="Set allowed file types for frontend upload. Default list of filetypes is not complete and should be modified to fit your needs."
+COM_PHOCADOWNLOAD_FIELD_SHOW_PAGINATION_LABEL="Display Pagination"
+COM_PHOCADOWNLOAD_FIELD_SHOW_PAGINATION_DESC="Display or hide pagination"
+COM_PHOCADOWNLOAD_FIELD_SHOW_PAGINATION_LIMIT_LABEL="Display Select Box - Pagination"
+COM_PHOCADOWNLOAD_FIELD_SHOW_PAGINATION_LIMIT_DESC="Display or hide select box for pagination"
+COM_PHOCADOWNLOAD_HIDE="Hide"
+COM_PHOCADOWNLOAD_DISPLAY="Display"
+;[2.0.0 BETA1]
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_MAIN_CAT_DESC_LABEL="Display Main Category Description"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_MAIN_CAT_DESC_DESC="Set if category description should be displayed in Categories View - Description will be displayed instead of subcategories"
+COM_PHOCADOWNLOAD_ERROR_CATEGORY_NOT_SELECTED="Category was not selected"
+COM_PHOCADOWNLOAD_FIELD_REGISTERED_ACCESS_LEVEL_LABEL="Access Level - Registered Users"
+COM_PHOCADOWNLOAD_FIELD_REGISTERED_ACCESS_LEVEL_DESC="Set access levels for registered users. Some actions in frontend can be done by registered users only. Set which access level group will be regarded as registered group."
+COM_PHOCADOWNLOAD_FIELD_ENABLE_ICONV_ALIAS_LABEL="Iconv Alias"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_ICONV_ALIAS_DESC="Enable or disable creating of alias with help of iconv function"
+COM_PHOCADOWNLOAD_UPGRADE="Upgrade"
+COM_PHOCADOWNLOAD_INSTALL="Install"
+; For Translaters - set your own data here
+COM_PHOCADOWNLOAD_TRANSLATION="Translation"
+COM_PHOCADOWNLOAD_TRANSLATION_LANGUAGE_TAG="English"
+COM_PHOCADOWNLOAD_TRANSLATER="Jan Pavelka"
+COM_PHOCADOWNLOAD_TRANSLATION_SUPPORT_URL="
www.phoca.cz "
+; End Translaters section - - - - - - - -
+COM_PHOCADOWNLOAD_ACCESS="Access"
+COM_PHOCADOWNLOAD_ACTIVE="Active"
+COM_PHOCADOWNLOAD_ADD_FILES="Add Files"
+COM_PHOCADOWNLOAD_ADD_FILES_TO_UPLOAD_QUEUE_AND_CLICK_START_BUTTON="Add files to the upload queue and click the start button."
+COM_PHOCADOWNLOAD_ADD_TEXT="Text"
+COM_PHOCADOWNLOAD_ALL="All"
+COM_PHOCADOWNLOAD_ALL_APPROVED="All files authorized"
+COM_PHOCADOWNLOAD_ALL_REGISTERED_USERS="All registered users"
+COM_PHOCADOWNLOAD_ALWAYS="Always"
+COM_PHOCADOWNLOAD_AND_LEFT_FOR_DESCRIPTION="and left for description"
+COM_PHOCADOWNLOAD_APPROVE="Authorize"
+COM_PHOCADOWNLOAD_APPROVED="Authorized"
+COM_PHOCADOWNLOAD_APPROVE_ALL="Authorize All"
+COM_PHOCADOWNLOAD_APPROVE_ALL_ERROR="Error while authorizing all files"
+COM_PHOCADOWNLOAD_APPROVE_ITEM="Authorize item"
+COM_PHOCADOWNLOAD_AUTHOR="Author"
+COM_PHOCADOWNLOAD_AUTHOR_EMAIL="Author's Email"
+COM_PHOCADOWNLOAD_AUTHOR_WEBSITE="Author's Website"
+COM_PHOCADOWNLOAD_BLANK="Blank"
+COM_PHOCADOWNLOAD_GREY2="Grey 2"
+COM_PHOCADOWNLOAD_BOTTOM="Bottom"
+COM_PHOCADOWNLOAD_BOTTOM_AND_OVERLIB="Bottom and Overlib"
+COM_PHOCADOWNLOAD_BOTTOM_WITH_DETAIL_AND_OVERLIB="Bottom with detail and Overlib"
+COM_PHOCADOWNLOAD_CATEGORIES="Categories"
+COM_PHOCADOWNLOAD_CATEGORY="Category"
+COM_PHOCADOWNLOAD_CHARACTERS_WRITTEN="Characters written"
+COM_PHOCADOWNLOAD_CHECK_FOR_UPDATE="Check For Update"
+COM_PHOCADOWNLOAD_CHECK_PERMISSIONS_OWNERSHIP="Check permissions and ownership of files and folders"
+COM_PHOCADOWNLOAD_CLOSE="Close"
+COM_PHOCADOWNLOAD_CONFIGURATION="Phoca Download Configuration"
+COM_PHOCADOWNLOAD_CONFIG_COMMENTS_SETTINGS_LABEL="Comments Settings"
+COM_PHOCADOWNLOAD_CONFIG_GENERAL_SETTINGS_LABEL="General Settings"
+COM_PHOCADOWNLOAD_CONFIG_HEAD_DISPLAY_LABEL="Display"
+COM_PHOCADOWNLOAD_CONFIG_HEAD_GENERAL_LABEL="General"
+COM_PHOCADOWNLOAD_CONFIG_HEAD_USER_UPLOAD_LABEL="User Upload"
+COM_PHOCADOWNLOAD_CONFIG_THEME_SETTINGS_LABEL="Theme Settings"
+COM_PHOCADOWNLOAD_CONTROL_PANEL="Control Panel"
+COM_PHOCADOWNLOAD_COPYRIGHT="Copyright"
+COM_PHOCADOWNLOAD_COUNT_NOT_UPLOADED_FILE="Count of not uploaded (failed) files"
+COM_PHOCADOWNLOAD_COUNT_UPLOADED_FILE="Count of uploaded files"
+COM_PHOCADOWNLOAD_COUNT_USER_FILES_APPROVED="Count (authorized files)"
+COM_PHOCADOWNLOAD_COUNT_USER_FILES_NOT_APPROVED="Count (not authorized files)"
+COM_PHOCADOWNLOAD_CREATE_FOLDER="Create Folder"
+COM_PHOCADOWNLOAD_DATABASE_TIME="Database"
+COM_PHOCADOWNLOAD_DATE="Date"
+COM_PHOCADOWNLOAD_DATE_ASC="Date Ascending"
+COM_PHOCADOWNLOAD_DATE_DESC="Date Descending"
+COM_PHOCADOWNLOAD_DATE_UPLOAD="Upload Date"
+COM_PHOCADOWNLOAD_DEFAULT="Default"
+COM_PHOCADOWNLOAD_DELETE="Delete"
+COM_PHOCADOWNLOAD_DESCRIPTION="Description"
+COM_PHOCADOWNLOAD_DETAILS="Details"
+COM_PHOCADOWNLOAD_DISPLAY_NUM="Display Num"
+COM_PHOCADOWNLOAD_DOT="dot"
+COM_PHOCADOWNLOAD_DOWNLOAD="Download"
+COM_PHOCADOWNLOAD_DOWNLOAD_AS_SKP="Download as skp"
+COM_PHOCADOWNLOAD_DOWNLOADS="Downloads"
+COM_PHOCADOWNLOAD_DRAG_FILES_HERE="Drag Files Here"
+COM_PHOCADOWNLOAD_EDIT="Edit"
+COM_PHOCADOWNLOAD_EDIT_CATEGORY="Edit Category"
+COM_PHOCADOWNLOAD_EDIT_FILE="Edit File"
+COM_PHOCADOWNLOAD_EMAIL="Email"
+COM_PHOCADOWNLOAD_ERROR="Error"
+COM_PHOCADOWNLOAD_ERROR_APPROVE_ALL="Error while authorizing all files"
+COM_PHOCADOWNLOAD_ERROR_CONTROLLER_MANAGER_NOT_SET="Error while creating folder - Manager not set"
+COM_PHOCADOWNLOAD_ERROR_FILE_UPLOADED="File not uploaded"
+COM_PHOCADOWNLOAD_ERROR_FOLDER_CREATING="Error while creating folder"
+COM_PHOCADOWNLOAD_ERROR_FOLDER_UPLOAD_NOT_EXISTS="Folder does not exist or it is not accessible"
+COM_PHOCADOWNLOAD_ERROR_MOVE_UPLOADED_FILE="Failed to move uploaded file"
+COM_PHOCADOWNLOAD_ERROR_NO_ABS_FILE="File not found on server"
+COM_PHOCADOWNLOAD_ERROR_NO_CORRECT_FILE_TO_PLAY_FOUND="No correct file for playing found"
+COM_PHOCADOWNLOAD_ERROR_NO_DB_FILE="File info not found in database"
+COM_PHOCADOWNLOAD_ERROR_NO_DB_RESULT="Problems with database"
+COM_PHOCADOWNLOAD_ERROR_NO_FILE_TO_PLAY_FOUND="No file for playing found"
+COM_PHOCADOWNLOAD_ERROR_OPEN_INPUT_STREAM="Failed to open input stream"
+COM_PHOCADOWNLOAD_ERROR_OPEN_OUTPUT_STREAM="Failed to open output stream"
+COM_PHOCADOWNLOAD_ERROR_RESET_USER_STAT="Error while resetting user statistics"
+COM_PHOCADOWNLOAD_ERROR_UNABLE_TO_MOVE_FILE="Unable to move file"
+COM_PHOCADOWNLOAD_ERROR_UNABLE_TO_UPLOAD_FILE="Unable to upload file"
+COM_PHOCADOWNLOAD_ERROR_UPLOAD_MANAGER_NOT_SET="Error while uploading - Manager not set"
+COM_PHOCADOWNLOAD_ERROR_WHILE_DOWNLOADING_FILE="Error while downloading file"
+COM_PHOCADOWNLOAD_EXPERTS_ONLY_LABEL="Experts Only!"
+COM_PHOCADOWNLOAD_EXPIRED="Expired"
+COM_PHOCADOWNLOAD_FIELD_ABSOLUTE_PATH_DESC="Set absolute path of Phoca Download folder (this can be path outside the public_html). Be aware, this path must exist and the folder and possible subfolders need to be created manually. If the path is outside the public_html the files cannot be previewed or played in browser."
+COM_PHOCADOWNLOAD_FIELD_ABSOLUTE_PATH_LABEL="Absolute Path"
+COM_PHOCADOWNLOAD_FIELD_ACCESS_RIGHTS_DESC="Set access rights"
+COM_PHOCADOWNLOAD_FIELD_ACCESS_RIGHTS_LABEL="Access Rights"
+COM_PHOCADOWNLOAD_FIELD_ALIAS_DESC="Set alias"
+COM_PHOCADOWNLOAD_FIELD_ALIAS_LABEL="Alias"
+COM_PHOCADOWNLOAD_FIELD_ALLOWED_FILE_TYPES_DOWNLOAD_DESC="Set allowed file types for frontend download. Default list of filetypes is not complete and should be modified to fit your needs."
+COM_PHOCADOWNLOAD_FIELD_ALLOWED_FILE_TYPES_DOWNLOAD_LABEL="Allowed File Types (Download)"
+COM_PHOCADOWNLOAD_FIELD_ALLOWED_FILE_TYPES_UPLOAD_LABEL="Allowed File Types (Upload)"
+COM_PHOCADOWNLOAD_FIELD_APPROVED_DESC="Set if the file will be authorized or unathorized"
+COM_PHOCADOWNLOAD_FIELD_APPROVED_LABEL="Authorized"
+COM_PHOCADOWNLOAD_FIELD_AUTHOR_DESC="Set Author of the file"
+COM_PHOCADOWNLOAD_FIELD_AUTHOR_EMAIL_DESC="Set Author's email"
+COM_PHOCADOWNLOAD_FIELD_AUTHOR_EMAIL_LABEL="Author's Email"
+COM_PHOCADOWNLOAD_FIELD_AUTHOR_LABEL="Author"
+COM_PHOCADOWNLOAD_FIELD_AUTHOR_URL_DESC="Set Author's webstie"
+COM_PHOCADOWNLOAD_FIELD_AUTHOR_URL_LABEL="Author's Website"
+COM_PHOCADOWNLOAD_FIELD_BUTTON_STYLE_DESC="Set button style"
+COM_PHOCADOWNLOAD_FIELD_BUTTON_STYLE_LABEL="Button Style"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_DESC="Select Category"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_LABEL="Category"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_ORDERING_DESC="Set category ordering"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_ORDERING_LABEL="Category Ordering"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_VIEW_PAGINATION_DESC="Set pagination values for Category View (file list). Separate each pagination value with comma (,)"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_VIEW_PAGINATION_LABEL="Pagination (Category View)"
+COM_PHOCADOWNLOAD_FIELD_CONFIRM_LICENSE_DESC="Select license for this file. If some license will be selected, file will be not downloaded after clicking on Download button, but the license text will be displayed. This text must be confirmed by user who wants to dowload the file."
+COM_PHOCADOWNLOAD_FIELD_CONFIRM_LICENSE_LABEL="Confirm license"
+COM_PHOCADOWNLOAD_FIELD_DATE_DESC="Set date"
+COM_PHOCADOWNLOAD_FIELD_DATE_LABEL="Date"
+COM_PHOCADOWNLOAD_FIELD_DEFAULT_VALUE_PAGINATION_DESC="Set default value for pagination which can be displayed in Category View (file list)"
+COM_PHOCADOWNLOAD_FIELD_DEFAULT_VALUE_PAGINATION_LABEL="Pagination Default Value"
+COM_PHOCADOWNLOAD_FIELD_DESCRIPTION_DESC="Set description. This will be displayed in Categories View"
+COM_PHOCADOWNLOAD_FIELD_DESCRIPTION_LABEL="Description"
+COM_PHOCADOWNLOAD_FIELD_DIRECT_LINK_DESC="If direct link will be checked, Downlod button will link directly to the file. It means the file will be handled by browser (e.g. MP3 will be not downloaded but played). This option should be selected in case there are problems with downloading files from the server."
+COM_PHOCADOWNLOAD_FIELD_DIRECT_LINK_LABEL="Direct Link"
+COM_PHOCADOWNLOAD_FIELD_DISALLOWED_FILE_TYPES_DOWNLOAD_DESC="Set disallowed file types for frontend download."
+COM_PHOCADOWNLOAD_FIELD_DISALLOWED_FILE_TYPES_DOWNLOAD_LABEL="Disallowed File Types (Download)"
+COM_PHOCADOWNLOAD_FIELD_DISALLOWED_FILE_TYPES_UPLOAD_LABEL="Disallowed File Types (Upload)"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_CATEGORY_COMMENTS_DESC="Set if category comments should be displayed or not"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_CATEGORY_COMMENTS_LABEL="Display Category Comments"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_DATE_TYPE_DESC="Set date type"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_DATE_TYPE_LABEL="Display Date Type"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_DESCRIPTION_DESC="Display or hide description"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_DESCRIPTION_LABEL="Display Description"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_DETAIL_BUTTON_DESC="Display or hide detail button"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_DETAIL_BUTTON_LABEL="Display Detail Button"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_DOWNLOADS_DESC="Display or hide the count of downloads"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_DOWNLOADS_LABEL="Display Downloads"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_FILE_COMMENTS_DESC="Set if file comments should be displayed or not"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_FILE_COMMENTS_LABEL="Display File Comments"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_FILE_VIEW_DESC="Enable or disable File View before download a file"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_FILE_VIEW_LABEL="Display File View"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_HOT_ICON_DESC="Set the number of hits (downloads). After reaching this number of downloads HOT icon will be displayed for the file, use zero for not displaying the icon"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_HOT_ICON_LABEL="Display Hot Icon"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_INACCESSIBLE_FILE_DESC="If the file will be inaccessible for e.g. not logged in users, it can be displayed for them. It means users will see the file but by clicking on the download button they will be redirected to login form."
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_INACCESSIBLE_FILE_LABEL="Display Inaccessible file"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_MOST_DOWNLOAD_FILES_DESC="Display Most Download Files in Categories View"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_MOST_DOWNLOAD_FILES_LABEL="Display Most Download Files"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_NEW_ICON_DESC="Set the number of days. During these days NEW icon will be displayed for the file, use zero for not displaying the icon"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_NEW_ICON_LABEL="Display New Icon"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_NUM_FILES_CATEGORIES_VIEW_DESC="Display or hide number of files (Categories View)"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_NUM_FILES_CATEGORIES_VIEW_HEADER_DESC="Display or hide number of files (Categories View - Header)"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_NUM_FILES_CATEGORIES_VIEW_HEADER_LABEL="Display Number of Files (Categories View - Header)"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_NUM_FILES_CATEGORIES_VIEW_LABEL="Display Number of Files (Categories View)"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_PLAY_BUTTON_DESC="Display or hide play button"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_PLAY_BUTTON_LABEL="Display Play Button"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_PREVIEW_BUTTON_DESC="Display or hide preview button"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_PREVIEW_BUTTON_LABEL="Display Preview Button"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_UP_ICON_DESC="Display or hide up icon - icon back to category or back to categories view"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_UP_ICON_LABEL="Display Up Icon"
+COM_PHOCADOWNLOAD_FIELD_DOWNLOADS_DESC="Set Dowloads"
+COM_PHOCADOWNLOAD_FIELD_DOWNLOADS_LABEL="Downloads"
+COM_PHOCADOWNLOAD_FIELD_DOWNLOAD_FOLDER_DESC="Set download folder. If absolute path will be set, this parameter will be ignored. Be aware, the folder set in the parameter must exist on the server."
+COM_PHOCADOWNLOAD_FIELD_DOWNLOAD_FOLDER_LABEL="Download Folder"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_APPROVE_USERFILE_DESC="If Yes, files will be uploaded as not authorized and must be authorized by administrator. If No, files will be uploaded as authorized"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_APPROVE_USERFILE_LABEL="Enable User File Authorization"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_MU_ADMIN_DESC="Enable or disable multiple upload feature for administration"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_MU_ADMIN_LABEL="Enable Multiple Upload (Administration)"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_PLUGIN_QUERY_DESC="Set if Plugin can modify SQL query (Experts only!)"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_PLUGIN_QUERY_LABEL="Enable Plugin Query"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_USER_STAT_DESC="Enable or disable user statistics"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_USER_STAT_LABEL="Enable User Statistics"
+COM_PHOCADOWNLOAD_FIELD_EXTERNAL_DOWNLOAD_LINK_DESC="Select if the external download link will have attribute TARGET=_self or TARGET=_blank"
+COM_PHOCADOWNLOAD_FIELD_EXTERNAL_DOWNLOAD_LINK_LABEL="External Download Link"
+COM_PHOCADOWNLOAD_FIELD_EXTERNAL_LINK_DESC="If the file is stored on external server, paste the external link here. The form field 'Filename' must also be filled (paste the whole link to the file into the form field 'External file' and only the name of the file into the form field 'Filename'). If you set the form field 'Direct Link' (see above) to 'Yes', the external link will be directly accessed (without checking the rights or saving statistics). If you set the form field 'Direct Link' to 'No', internal site will be accessed - statistics will be saved, file will be checked for access rights and then the site will be redirected to the external link (be aware, if the file is public on external server, it cannot be protected by Phoca Download there). Be aware, internal site will be not accessed in File View while clicking on Submit (Download) button."
+COM_PHOCADOWNLOAD_FIELD_EXTERNAL_LINK_LABEL="External Link"
+COM_PHOCADOWNLOAD_FIELD_FILENAME_DESC="Set or select filename"
+COM_PHOCADOWNLOAD_FIELD_FILENAME_LABEL="Filename"
+COM_PHOCADOWNLOAD_FIELD_FILENAME_OR_NAME_LABEL="Filename or Title"
+COM_PHOCADOWNLOAD_FIELD_FILENAME_OR_NAME_LABEL_DESC="Display Filename or Title"
+COM_PHOCADOWNLOAD_FIELD_FILEPLAY_DESC="Set or select file which will be played."
+COM_PHOCADOWNLOAD_FIELD_FILEPLAY_LABEL="File - Play"
+COM_PHOCADOWNLOAD_FIELD_FILEPREVIEW_DESC="Set or select file which will be previewed"
+COM_PHOCADOWNLOAD_FIELD_FILEPREVIEW_LABEL="File - Preview"
+COM_PHOCADOWNLOAD_FIELD_FILE_ICON_SIZE_DESC="Set size of file icon"
+COM_PHOCADOWNLOAD_FIELD_FILE_ICON_SIZE_LABEL="File Icon Size"
+COM_PHOCADOWNLOAD_FIELD_FILE_ICON_SIZE_MD_DESC="Set size of file icon for most downloaded files"
+COM_PHOCADOWNLOAD_FIELD_FILE_ICON_SIZE_MD_LABEL="File Icon Size (Most Downloaded Files)"
+COM_PHOCADOWNLOAD_FIELD_FILE_ORDERING_DESC="Set file ordering"
+COM_PHOCADOWNLOAD_FIELD_FILE_ORDERING_LABEL="File Ordering"
+COM_PHOCADOWNLOAD_FIELD_FINISH_PUBLISHING_DESC="Set finish publishing date"
+COM_PHOCADOWNLOAD_FIELD_FINISH_PUBLISHING_LABEL="Finish Publishing"
+COM_PHOCADOWNLOAD_FIELD_HITS="Hits"
+COM_PHOCADOWNLOAD_FIELD_HITS_DESC="Hits"
+COM_PHOCADOWNLOAD_FIELD_ICON_DESC="Set icon for the file"
+COM_PHOCADOWNLOAD_FIELD_ICON_LABEL="Icon"
+COM_PHOCADOWNLOAD_FIELD_ICON_SPEC1_DESC="Set first specific icon for the file, will be displayed after filename"
+COM_PHOCADOWNLOAD_FIELD_ICON_SPEC1_LABEL="Specific Icon (1)"
+COM_PHOCADOWNLOAD_FIELD_ICON_SPEC2_DESC="Set first specific icon for the file, will be displayed after filename"
+COM_PHOCADOWNLOAD_FIELD_ICON_SPEC2_LABEL="Specific Icon (2)"
+COM_PHOCADOWNLOAD_FIELD_JCONFIG_PERMISSIONS_DESC="Permissions"
+COM_PHOCADOWNLOAD_FIELD_JCONFIG_PERMISSIONS_LABEL="Permissions"
+COM_PHOCADOWNLOAD_FIELD_LICENSE_BOX_HEIGHT_DESC="Set height of license box"
+COM_PHOCADOWNLOAD_FIELD_LICENSE_BOX_HEIGHT_LABEL="License Box Height"
+COM_PHOCADOWNLOAD_FIELD_LICENSE_DESC="Set license of the file, this is only information about the license, if you want that license text needs to be confirmed, you should fill the form field 'Confirm License'"
+COM_PHOCADOWNLOAD_FIELD_LICENSE_LABEL="License"
+COM_PHOCADOWNLOAD_FIELD_LICENSE_TEXT_DESC="Set license text"
+COM_PHOCADOWNLOAD_FIELD_LICENSE_TEXT_LABEL="License Text"
+COM_PHOCADOWNLOAD_FIELD_LICENSE_URL_DESC="Set URL to license. URL to site where is described the license of the file"
+COM_PHOCADOWNLOAD_FIELD_LICENSE_URL_LABEL="License link"
+COM_PHOCADOWNLOAD_FIELD_MAX_COUNT_USER_FILES_DESC="Set maximum count of files user can upload"
+COM_PHOCADOWNLOAD_FIELD_MAX_COUNT_USER_FILES_LABEL="Maximum Count of uploaded user's files"
+COM_PHOCADOWNLOAD_FIELD_MAX_SIZE_USER_FILES_DESC="Set maximum size of all files user can upload"
+COM_PHOCADOWNLOAD_FIELD_MAX_SIZE_USER_FILES_LABEL="Maximum Size of all user's files"
+COM_PHOCADOWNLOAD_FIELD_METADESC_DESC="Set meta description for Phoca Download"
+COM_PHOCADOWNLOAD_FIELD_METADESC_LABEL="Meta Description"
+COM_PHOCADOWNLOAD_FIELD_METAKEY_DESC="Set meta keywords for Phoca Download"
+COM_PHOCADOWNLOAD_FIELD_METAKEY_LABEL="Meta Keywords"
+COM_PHOCADOWNLOAD_FIELD_ORDERING_DESC="Set ordering"
+COM_PHOCADOWNLOAD_FIELD_ORDERING_LABEL="Ordering"
+COM_PHOCADOWNLOAD_FIELD_PARENT_CATEGORY_DESC="Set parent category"
+COM_PHOCADOWNLOAD_FIELD_PARENT_CATEGORY_LABEL="Parent Category"
+COM_PHOCADOWNLOAD_FIELD_PLAYER_HEIGHT_DESC="Set player height (in px)"
+COM_PHOCADOWNLOAD_FIELD_PLAYER_HEIGHT_LABEL="Player Height"
+COM_PHOCADOWNLOAD_FIELD_PLAYER_MP3_HEIGHT_DESC="Set player height (MP3, OGG Audio)"
+COM_PHOCADOWNLOAD_FIELD_PLAYER_MP3_HEIGHT_LABEL="Player Height (MP3, OGG Audio)"
+COM_PHOCADOWNLOAD_FIELD_PLAYER_WIDTH_DESC="Set player width (in px)"
+COM_PHOCADOWNLOAD_FIELD_PLAYER_WIDTH_LABEL="Player Width"
+COM_PHOCADOWNLOAD_FIELD_PLAY_POPUP_WINDOW_DESC="Select play popup window"
+COM_PHOCADOWNLOAD_FIELD_PLAY_POPUP_WINDOW_LABEL="Play Popup Window"
+COM_PHOCADOWNLOAD_FIELD_PREVIEW_HEIGHT_DESC="Set preview height (in px)"
+COM_PHOCADOWNLOAD_FIELD_PREVIEW_HEIGHT_LABEL="Preview Height"
+COM_PHOCADOWNLOAD_FIELD_PREVIEW_POPUP_WINDOW_DESC="Select preview popup window"
+COM_PHOCADOWNLOAD_FIELD_PREVIEW_POPUP_WINDOW_LABEL="Preview Popup Window"
+COM_PHOCADOWNLOAD_FIELD_PREVIEW_WIDTH_DESC="Set preview width (in px)"
+COM_PHOCADOWNLOAD_FIELD_PREVIEW_WIDTH_LABEL="Preview Width"
+COM_PHOCADOWNLOAD_FIELD_PUBLISHED_DESC="Publish or unpublish"
+COM_PHOCADOWNLOAD_FIELD_PUBLISHED_LABEL="Published"
+COM_PHOCADOWNLOAD_FIELD_SEND_EMAIL_DOWNLOAD_DESC="Send email if user will download a file"
+COM_PHOCADOWNLOAD_FIELD_SEND_EMAIL_DOWNLOAD_LABEL="Send Email (Download)"
+COM_PHOCADOWNLOAD_FIELD_SEND_EMAIL_UPLOAD_DESC="Send email if user will upload a file"
+COM_PHOCADOWNLOAD_FIELD_SEND_EMAIL_UPLOAD_LABEL="Send Email (Upload)"
+COM_PHOCADOWNLOAD_FIELD_START_PUBLISHING_DESC="Set start publishing date"
+COM_PHOCADOWNLOAD_FIELD_START_PUBLISHING_LABEL="Start Publishing"
+COM_PHOCADOWNLOAD_FIELD_THEME_DESC="Set theme"
+COM_PHOCADOWNLOAD_FIELD_THEME_LABEL="Theme"
+COM_PHOCADOWNLOAD_FIELD_TITLE_DESC="Set title"
+COM_PHOCADOWNLOAD_FIELD_TITLE_LABEL="Title"
+COM_PHOCADOWNLOAD_FIELD_UPLOAD_MAX_SIZE_ADMIN_DESC="Set the maximum size for an upload in administration. Use zero for no limit. Do not forget, that the upload size can be limited by the server settings (in bytes)"
+COM_PHOCADOWNLOAD_FIELD_UPLOAD_MAX_SIZE_ADMIN_LABEL="Maximum Upload Size (Administration)"
+COM_PHOCADOWNLOAD_FIELD_UPLOAD_RIGHTS_DESC="Set upload rights"
+COM_PHOCADOWNLOAD_FIELD_UPLOAD_RIGHTS_LABEL="Upload Rights"
+COM_PHOCADOWNLOAD_FIELD_USER_FILE_UPLOAD_SIZE_DESC="Set maximum size of file which can be uploaded by user in frontend"
+COM_PHOCADOWNLOAD_FIELD_USER_FILE_UPLOAD_SIZE_LABEL="User File Upload Size"
+COM_PHOCADOWNLOAD_FIELD_USER_UPLOAD_ENABLE_DESC="Enable or disable user upload"
+COM_PHOCADOWNLOAD_FIELD_USER_UPLOAD_ENABLE_LABEL="Enable User Upload"
+COM_PHOCADOWNLOAD_FIELD_VERSION_DESC="Set version"
+COM_PHOCADOWNLOAD_FIELD_VERSION_LABEL="Version"
+COM_PHOCADOWNLOAD_FILE="File"
+COM_PHOCADOWNLOAD_FILENAME="Filename"
+COM_PHOCADOWNLOAD_FILENAME_AND_TITLE="Filename and Title"
+COM_PHOCADOWNLOAD_FILES="Files"
+COM_PHOCADOWNLOAD_FILESIZE="File Size"
+COM_PHOCADOWNLOAD_FILES_UPLOADED="Files Uploaded"
+COM_PHOCADOWNLOAD_FILE_ALREADY_EXISTS="File already exists"
+COM_PHOCADOWNLOAD_FILE_FILEATIME="File (access time)"
+COM_PHOCADOWNLOAD_FILE_FILECTIME="File (inode change time)"
+COM_PHOCADOWNLOAD_FILE_FILEMTIME="File (modification time)"
+COM_PHOCADOWNLOAD_FILE_SETTINGS_LABEL="File Settings"
+COM_PHOCADOWNLOAD_FILE_SIZE_EMPTY="File Size is empty"
+COM_PHOCADOWNLOAD_FILE_TITLE="File Title"
+COM_PHOCADOWNLOAD_FILTER="Filter"
+COM_PHOCADOWNLOAD_FINISH="Finish"
+COM_PHOCADOWNLOAD_FINISH_PUBLISHING="Finish Publishing"
+COM_PHOCADOWNLOAD_FOLDER="Folder"
+COM_PHOCADOWNLOAD_FORM_SELECT_FILENAME="Select Filename"
+COM_PHOCADOWNLOAD_FORM_SELECT_ICON="Select Icon"
+COM_PHOCADOWNLOAD_FTP_LOGIN_DESC="For uploading files (images, themes), Joomla! will most likely need your FTP account details. Please enter them in the form fields below."
+COM_PHOCADOWNLOAD_FTP_LOGIN_LABEL="FTP Login Details"
+COM_PHOCADOWNLOAD_GREY="Grey"
+COM_PHOCADOWNLOAD_GROUP_LABEL_PUBLISHING_DETAILS="Publishing Details"
+COM_PHOCADOWNLOAD_GUEST="Guest"
+COM_PHOCADOWNLOAD_HELP="Help"
+COM_PHOCADOWNLOAD_HITS="Hits"
+COM_PHOCADOWNLOAD_ID="ID"
+COM_PHOCADOWNLOAD_ID_ASC="ID Ascending"
+COM_PHOCADOWNLOAD_ID_DESC="ID Descending"
+COM_PHOCADOWNLOAD_INFO="Info"
+COM_PHOCADOWNLOAD_INSERT="Insert"
+COM_PHOCADOWNLOAD_INSERT_FILENAME="Insert Filename"
+COM_PHOCADOWNLOAD_INSERT_ICON="Insert Icon"
+COM_PHOCADOWNLOAD_INVALID_TOKEN="Invalid Token"
+COM_PHOCADOWNLOAD_I_AGREE_TO_TERMS_LISTED_ABOVE="I agree to the terms listed above"
+COM_PHOCADOWNLOAD_JCOMMENTS="JComments"
+COM_PHOCADOWNLOAD_LICENSE="License"
+COM_PHOCADOWNLOAD_LICENSES="Licenses"
+COM_PHOCADOWNLOAD_LICENSE_AGREEMENT="License Agreement"
+COM_PHOCADOWNLOAD_LOADING="Loading"
+COM_PHOCADOWNLOAD_MAX_LIMIT_CHARS_REACHED="You have reached maximum limit of characters allowed"
+COM_PHOCADOWNLOAD_MAX_SIZE="Max Size"
+COM_PHOCADOWNLOAD_MODAL_BOX="Modal Box"
+COM_PHOCADOWNLOAD_MOST_DOWNLOADED_FILES="Most downloaded files"
+COM_PHOCADOWNLOAD_MULTIPLE_UPLOAD="Multiple Upload"
+COM_PHOCADOWNLOAD_NEW="New"
+COM_PHOCADOWNLOAD_NEW_CATEGORY="New Category"
+COM_PHOCADOWNLOAD_NEW_FILE="New File"
+COM_PHOCADOWNLOAD_NO="No"
+COM_PHOCADOWNLOAD_NOBODY="Nobody"
+COM_PHOCADOWNLOAD_NONE="None"
+COM_PHOCADOWNLOAD_NOT_APPROVE="Unauthorize"
+COM_PHOCADOWNLOAD_NOT_APPROVED="Not Authorized"
+COM_PHOCADOWNLOAD_NOT_APPROVED_FILES_COUNT="Count of not authorized file(s)"
+COM_PHOCADOWNLOAD_NOT_APPROVE_ITEM="Unauthorize item"
+COM_PHOCADOWNLOAD_NOT_AUTHORISED_ACTION="You are not authorized to do this action"
+COM_PHOCADOWNLOAD_NOT_AUTHORISED_TO_UPLOAD="You are not authorized to upload file"
+COM_PHOCADOWNLOAD_NOT_INSTALLED_BROWSERPLUS="You browser doesn't have BrowserPlus installed."
+COM_PHOCADOWNLOAD_NOT_INSTALLED_FLASH="You browser doesn't have Flash installed."
+COM_PHOCADOWNLOAD_NOT_INSTALLED_GEARS="You browser doesn't have Gears installed."
+COM_PHOCADOWNLOAD_NOT_INSTALLED_SILVERLIGHT="You browser doesn't have Silverlight installed."
+COM_PHOCADOWNLOAD_NOT_SUPPORTED_HTML4="You browser doesn't have HTML 4 support."
+COM_PHOCADOWNLOAD_NOT_SUPPORTED_HTML5="You browser doesn't have HTML 5 support."
+COM_PHOCADOWNLOAD_NO_EXPIRY="No Expiry"
+COM_PHOCADOWNLOAD_NO_RIGHTS_ACCESS_CATEGORY="You have no rights to access this category"
+COM_PHOCADOWNLOAD_NO_SUBCATEGORIES="No Subcategories"
+COM_PHOCADOWNLOAD_N_ITEMS_APPROVED="%d items successfully authorized"
+COM_PHOCADOWNLOAD_N_ITEMS_APPROVED_1="%d item successfully authorized"
+COM_PHOCADOWNLOAD_N_ITEMS_CHECKED_IN_0="No item successfully checked in"
+COM_PHOCADOWNLOAD_N_ITEMS_CHECKED_IN_1="%d item successfully checked in"
+COM_PHOCADOWNLOAD_N_ITEMS_CHECKED_IN_MORE="%d items successfully checked in"
+COM_PHOCADOWNLOAD_N_ITEMS_DELETED="%d items successfully deleted"
+COM_PHOCADOWNLOAD_N_ITEMS_DELETED_1="%d item successfully deleted"
+COM_PHOCADOWNLOAD_N_ITEMS_DISAPPROVED="%d items successfully unauthorized"
+COM_PHOCADOWNLOAD_N_ITEMS_DISAPPROVED_1="%d item successfully unauthorized"
+COM_PHOCADOWNLOAD_N_ITEMS_PUBLISHED="%d items successfully published"
+COM_PHOCADOWNLOAD_N_ITEMS_PUBLISHED_1="%d item successfully published"
+COM_PHOCADOWNLOAD_N_ITEMS_UNPUBLISHED="%d items successfully unpublished"
+COM_PHOCADOWNLOAD_N_ITEMS_UNPUBLISHED_1="%d item successfully unpublished"
+COM_PHOCADOWNLOAD_OPEN="Open"
+COM_PHOCADOWNLOAD_ORDER="Order"
+COM_PHOCADOWNLOAD_ORDERING="Ordering"
+COM_PHOCADOWNLOAD_ORDERING_ASC="Ordering Ascending"
+COM_PHOCADOWNLOAD_ORDERING_DESC="Ordering Descending"
+COM_PHOCADOWNLOAD_OVERLIB="Overlib"
+COM_PHOCADOWNLOAD_OWNER="Owner"
+COM_PHOCADOWNLOAD_PARENT_CATEGORY="Parent Category"
+COM_PHOCADOWNLOAD_PATH="Path"
+COM_PHOCADOWNLOAD_PD_CONTROL_PANEL="Phoca Download Control Panel"
+COM_PHOCADOWNLOAD_PD_INFO="Phoca Download Info"
+COM_PHOCADOWNLOAD_PENDING="Pending"
+COM_PHOCADOWNLOAD_PLAY="Play"
+COM_PHOCADOWNLOAD_PLAY_SETTINGS_LABEL="Play Settings"
+COM_PHOCADOWNLOAD_PLEASE_ADD_FILE="Please add a file"
+COM_PHOCADOWNLOAD_PLEASE_ENTER_VALID_EMAIL_ADDRESS="Please enter a valid email address"
+COM_PHOCADOWNLOAD_PLEASE_ENTER_VALID_WEBSITE="Please enter a valid website (format: http://your_site.com)"
+COM_PHOCADOWNLOAD_PLEASE_LOGIN_DOWNLOAD_FILE="Please login to download the file"
+COM_PHOCADOWNLOAD_PLEASE_SELECT_CATEGORY="Please select category"
+COM_PHOCADOWNLOAD_PREVIEW="Preview"
+COM_PHOCADOWNLOAD_PREVIEW_SETTINGS_LABEL="Preview Settings"
+COM_PHOCADOWNLOAD_PUBLISHED="Published"
+COM_PHOCADOWNLOAD_PUBLISH_INFORMATION="Publish Information"
+COM_PHOCADOWNLOAD_RESET="Reset"
+COM_PHOCADOWNLOAD_ROUNDED_CORNERS="Rounded Corners"
+COM_PHOCADOWNLOAD_SEARCH="Search"
+COM_PHOCADOWNLOAD_SEARCH_IN_TITLE="Search"
+COM_PHOCADOWNLOAD_SELECT_CATEGORY="Select Category"
+COM_PHOCADOWNLOAD_SELECT_FILES="Select Files"
+COM_PHOCADOWNLOAD_SELECT_ITEM_RESET="Select an item to reset"
+COM_PHOCADOWNLOAD_SELECT_LICENSE="Select License"
+COM_PHOCADOWNLOAD_SELF="Self"
+COM_PHOCADOWNLOAD_SIZE="Size"
+COM_PHOCADOWNLOAD_STANDARD_POPUP_WINDOW="Standard Popup Window"
+COM_PHOCADOWNLOAD_START="Start"
+COM_PHOCADOWNLOAD_START_PUBLISHING="Start Publishing"
+COM_PHOCADOWNLOAD_START_UPLOAD="Start Upload"
+COM_PHOCADOWNLOAD_START_UPLOADING_QUEUE="Start Uploading Queue"
+COM_PHOCADOWNLOAD_STATISTICS="Statistics"
+COM_PHOCADOWNLOAD_STATUS="Status"
+COM_PHOCADOWNLOAD_STOP_CURRENT_UPLOAD="Stop Current Upload"
+COM_PHOCADOWNLOAD_SUCCESS="Success"
+COM_PHOCADOWNLOAD_SUCCESS_FILE_UPLOAD="File uploaded"
+COM_PHOCADOWNLOAD_SUCCESS_FILE_UPLOADED="File uploaded"
+COM_PHOCADOWNLOAD_SUCCESS_FOLDER_CREATING="Folder created"
+COM_PHOCADOWNLOAD_SUCCESS_RESET_USER_STAT="User Statistics reset"
+COM_PHOCADOWNLOAD_THERE_IS_NO_FILE="There is no file"
+COM_PHOCADOWNLOAD_TITLE="Title"
+COM_PHOCADOWNLOAD_TITLE_ASC="Title Ascending"
+COM_PHOCADOWNLOAD_TITLE_DESC="Title Descending"
+COM_PHOCADOWNLOAD_TOP="Top"
+COM_PHOCADOWNLOAD_TOP_AND_OVERLIB="Top and Overlib"
+COM_PHOCADOWNLOAD_TOP_WITH_DETAIL_AND_OVERLIB="Top with detail and Overlib"
+COM_PHOCADOWNLOAD_UNABLE_TO_UPLOAD_FILE="File cannot be uploaded - unable to move file"
+COM_PHOCADOWNLOAD_UP="Up"
+COM_PHOCADOWNLOAD_UPLOAD="Upload"
+COM_PHOCADOWNLOAD_UPLOADED_FILES="Uploaded Files"
+COM_PHOCADOWNLOAD_UPLOAD_FILE="Upload File"
+COM_PHOCADOWNLOAD_USER="User"
+COM_PHOCADOWNLOAD_USERNAME="Username"
+COM_PHOCADOWNLOAD_USERS="Users"
+COM_PHOCADOWNLOAD_USER_STATISTICS="User Statistics"
+COM_PHOCADOWNLOAD_USER_UPLOAD_DISABLED="User Upload is disabled"
+COM_PHOCADOWNLOAD_VERSION="Version"
+COM_PHOCADOWNLOAD_WARNFILENAME="File name must only contain alphanumeric characters, underscores, hyphens and spaces."
+COM_PHOCADOWNLOAD_WARNFILETOOLARGE="This file is too large to upload."
+COM_PHOCADOWNLOAD_WARNFILETYPE="This file type is not supported (or there are some restrictions on the server)."
+COM_PHOCADOWNLOAD_WARNFILETYPE_DISALLOWED="The file type is disallowed - file cannot be uploaded"
+COM_PHOCADOWNLOAD_WARNFILETYPE_DISALLOWED_DOWNLOAD="Error while downloading file (Disallowed Mime Type)"
+COM_PHOCADOWNLOAD_WARNFILETYPE_DOWNLOAD="Error while downloading file (Mime Type not found)"
+COM_PHOCADOWNLOAD_WARNFILETYPE_NOT_ALLOWED="The file type is not allowed - file cannot be uploaded"
+COM_PHOCADOWNLOAD_WARNIEXSS="Possible IE XSS Attack found."
+COM_PHOCADOWNLOAD_WARNING_AGREE_LICENSE_TERMS="You must agree to listed terms"
+COM_PHOCADOWNLOAD_WARNING_AUTHORIZE_ALL="Do you really want to authorize all files of all users?"
+COM_PHOCADOWNLOAD_WARNING_DELETE_ITEMS="Are you sure you want to delete the listed Items?"
+COM_PHOCADOWNLOAD_WARNING_DIRNAME="Error: Wrong folder name"
+COM_PHOCADOWNLOAD_WARNING_INPUT_FILE_UPLOAD="Please input a file for upload"
+COM_PHOCADOWNLOAD_WARNING_RESET_DOWNLOADS="Really reset downloads?"
+COM_PHOCADOWNLOAD_WARNINVALIDIMG="Not a valid image."
+COM_PHOCADOWNLOAD_WARNINVALIDMIME="Illegal or invalid mime type detected."
+COM_PHOCADOWNLOAD_WARNNOTADMIN="Uploaded file is not an image file and you are not a manager or higher."
+COM_PHOCADOWNLOAD_WARNSAFEMODE="Directory creation is not allowed while running in SAFE MODE as this can cause problems."
+COM_PHOCADOWNLOAD_WARNUSERFILESTOOLARGE="Maximum size of all your files reached. File cannot be uploaded."
+COM_PHOCADOWNLOAD_WARNUSERFILESTOOMUCH="Maximum count of all your files reached. File cannot be uploaded."
+COM_PHOCADOWNLOAD_YES="Yes"
+COM_PHOCADOWNLOAD_AT="at"
+COM_PHOCADOWNLOAD_ERROR_CONTROLLER="Error: No such controller or task"
+COM_PHOCADOWNLOAD_ERROR_FOLDER_CREATING_EXISTS="Folder exists"
+COM_PHOCADOWNLOAD_SUCCESS_FOLDER_CREATING="Folder created"
+COM_PHOCADOWNLOAD_EDIT_LICENSE="Edit License"
+COM_PHOCADOWNLOAD_NEW_LICENSE="New License"
+COM_PHOCADOWNLOAD_NEW_MODEL_INFO="MODEL INFO"
+COM_PHOCADOWNLOAD_PRODUCER="Producer"
+COM_PHOCADOWNLOAD_AUTHOR="Author"
+COM_PHOCADOWNLOAD_POLYGONS="Polygons"
+COM_PHOCADOWNLOAD_FILE_SIZE="File Size"
+COM_PHOCADOWNLOAD_BOUNDS="Bounds"
+COM_PHOCADOWNLOAD_CLOUD_LIBRARY_DESC="ARCHLine.XP Warehouse is your home to find or share ARCHLine.XP content such as models, materials, custom styles,
+Models are also available in SketchUp format. Share your work and get inspired by others."
+COM_PHOCADOWNLOAD_LOGIN_HEADER="Login"
+COM_PHOCADOWNLOAD_LOGIN_CLOSE="Close"
+COM_PHOCADOWNLOAD_CLOUD_LIBRARY_PROFILE="User Profile"
+COM_PHOCADOWNLOAD_CLOUD_LIBRARY_LOGOUT="Logout"
+COM_PHOCADOWNLOAD_CLOUD_LIBRARY_DOWNLOAD="ARCHLine.XP Download"
+COM_PHOCADOWNLOAD_CLOUD_LIBRARY_PUBLISH="Publish"
+COM_PHOCADOWNLOAD_CLOUD_LIBRARY_MAKE_PRIVATE="Make private"
+COM_PHOCADOWNLOAD_CLOUD_LIBRARY_PRIVATE="Private"
+COM_PHOCADOWNLOAD_CLOUD_LIBRARY_NO_RESULT="No result found"
+COM_PHOCADOWNLOAD_CLOUD_LIBRARY_ARE_YOU_SURE="Are you sure to delete this item?"
+COM_PHOCADOWNLOAD_CLOUD_LIBRARY_MY_CONTENT="My Content"
+COM_PHOCADOWNLOAD_PRODUCT_LINE="Product line"
+COM_PHOCADOWNLOAD_DOWNLOAD_SCALE_DOWN="Scale Down"
+COM_PHOCADOWNLOAD_DOWNLOAD_SCALE_UP="Scale Up"
+COM_PHOCADOWNLOAD_DOWNLOAD_MODELS="Models"
+COM_PHOCADOWNLOAD_DOWNLOAD_BRANDS="Brands"
+COM_PHOCADOWNLOAD_DOWNLOAD_PREVIOUS="Previous"
+COM_PHOCADOWNLOAD_DOWNLOAD_NEXT="Next"
+COM_PHOCADOWNLOAD_DOWNLOAD_AS_DXF="Download as dxf"
+COM_PHOCADOWNLOAD_DOWNLOAD_ALL="Download all"
+COM_PHOCADOWNLOAD_VIEWS="Views"
\ No newline at end of file
diff --git a/packages/phocadownload/language/en-GB/en-GB.com_phocadownload.sys.ini b/packages/phocadownload/language/en-GB/en-GB.com_phocadownload.sys.ini
new file mode 100644
index 00000000..f0d511f8
--- /dev/null
+++ b/packages/phocadownload/language/en-GB/en-GB.com_phocadownload.sys.ini
@@ -0,0 +1,59 @@
+; @package Joomla.Framework
+; @copyright Copyright (C) 2005 - 2010 Open Source Matters, Inc. All rights reserved.
+; @license GNU General Public License version 2 or later; see LICENSE.txt
+;
+; @component Phoca Component
+; @copyright Copyright (C) Jan Pavelka www.phoca.cz
+; @license http://www.gnu.org/copyleft/gpl.html GNU General Public License version 2 or later;
+;
+; @test utf-8 ä, ö, ü
+;
+
+;[3.0.2]
+COM_PHOCADOWNLOAD_DOWNLOAD_LAYOUT="Download View"
+COM_PHOCADOWNLOAD_DOWNLOAD_LAYOUT_DESC="This view displays link of file to download (File which is accessible by unique download URL)"
+COM_PHOCADOWNLOAD_DOWNLOAD_GROUP="Download View"
+COM_PHOCADOWNLOAD_DOWNLOAD_GROUP_DESC="This view displays link of file to download (File which is accessible by unique download URL)"
+
+;[3.0.0 Stable]
+COM_PHOCADOWNLOAD_VERSION="Version"
+;[3.0.0]
+COM_PHOCADOWNLOAD_UPDATE_TEXT="Phoca Download updated"
+COM_PHOCADOWNLOAD_DOWNLOADS="Downloads"
+COM_PHOCADOWNLOAD_UPLOADS="Uploads"
+COM_PHOCADOWNLOAD_LOGGING="Logging"
+COM_PHOCADOWNLOAD_STYLES="Styles"
+;[2.1.2]
+COM_PHOCADOWNLOAD_TAGS="Tags"
+COM_PHOCADOWNLOAD_LAYOUT="Layout"
+;[2.1.0]
+PHOCADOWNLOAD="Phoca Download"
+COM_PHOCADOWNLOAD="Phoca Download"
+COM_PHOCADOWNLOAD_CONTROLPANEL="Control Panel"
+COM_PHOCADOWNLOAD_FILES="Files"
+COM_PHOCADOWNLOAD_CATEGORIES="Categories"
+COM_PHOCADOWNLOAD_LICENSES="Licenses"
+COM_PHOCADOWNLOAD_STATISTICS="Statistics"
+COM_PHOCADOWNLOAD_USERS="Users"
+COM_PHOCADOWNLOAD_INFO="Info"
+COM_PHOCADOWNLOAD_FILE_RATING="File Rating"
+COM_PHOCADOWNLOAD_XML_DESCRIPTION="Phoca Download is a download manager for Joomla! CMS. It includes component, modules and plugins and allows to add files to the site which can be downloaded by other users."
+COM_PHOCADOWNLOAD_CATEGORIES_GROUP="List Of Categories (Categories View)"
+COM_PHOCADOWNLOAD_CATEGORIES_GROUP_DESC="This view displays list of categories"
+COM_PHOCADOWNLOAD_CATEGORY_GROUP="List of Files (Category View)"
+COM_PHOCADOWNLOAD_CATEGORY_GROUP_DESC="This view displays list of files"
+COM_PHOCADOWNLOAD_FILE_GROUP="File View - detail of a file"
+COM_PHOCADOWNLOAD_FILE_GROUP_DESC="This view displays detail of a file"
+COM_PHOCADOWNLOAD_USER_UPLOAD_GROUP="User Upload View"
+COM_PHOCADOWNLOAD_USER_UPLOAD_GROUP_DESC="This view displays User Upload"
+COM_PHOCADOWNLOAD_CATEGORIES_LIST_LAYOUT="List Of Categories (Categories View)"
+COM_PHOCADOWNLOAD_CATEGORIES_LIST_LAYOUT_DESC="This view displays list of categories"
+COM_PHOCADOWNLOAD_CATEGORY_LIST_LAYOUT="List of Files (Category View)"
+COM_PHOCADOWNLOAD_CATEGORY_LIST_LAYOUT_DESC="This view displays list of files"
+COM_PHOCADOWNLOAD_USER_UPLOAD_LAYOUT="User Upload"
+COM_PHOCADOWNLOAD_USER_UPLOAD_LAYOUT_DESC="This view displays User Upload"
+COM_PHOCADOWNLOAD_FILE_LAYOUT="File View"
+COM_PHOCADOWNLOAD_FILE_LAYOUT_DESC="This view displays details of a file"
+
+COM_PHOCADOWNLOAD_INSTALL="Install"
+COM_PHOCADOWNLOAD_UPGRADE="Upgrade"
\ No newline at end of file
diff --git a/packages/phocadownload/language/hu-HU/hu-HU.com_phocadownload.ini b/packages/phocadownload/language/hu-HU/hu-HU.com_phocadownload.ini
new file mode 100644
index 00000000..f23ca29d
--- /dev/null
+++ b/packages/phocadownload/language/hu-HU/hu-HU.com_phocadownload.ini
@@ -0,0 +1,841 @@
+; @package Joomla.Framework
+; @copyright Copyright (C) 2005 - 2010 Open Source Matters, Inc. All rights reserved.
+; @license GNU General Public License version 2 or later; see LICENSE.txt
+;
+; @component Phoca Component
+; @copyright Copyright (C) Jan Pavelka www.phoca.cz
+; @license http://www.gnu.org/copyleft/gpl.html GNU General Public License version 2 or later;
+;
+; @test utf-8 ä, ö, ü
+;
+
+
+;[3.1.1]
+COM_PHOCADOWNLOAD_SELECT_MAX_LEVELS="Select Max Levels"
+COM_PHOCADOWNLOAD_FIELD_COLUMN_SIZE_CATEGORY_VIEW_LABEL="Column size (Category View)"
+COM_PHOCADOWNLOAD_FIELD_COLUMN_SIZE_CATEGORY_VIEW_DESC="Set left column size for category view. Right column size will be automatically set. This parameter applies for Bootstrap layout only and maximum column size is 12."
+COM_PHOCADOWNLOAD_FIELD_TAGS_STRING_LABEL="Tags (String)"
+COM_PHOCADOWNLOAD_FIELD_TAGS_STRING_DESC="Set string tags. Separate each tag with comma (,). These tags are displayed next to filename or title. The don't include links, they cannot be searched in the system. They are just displayed like icons next to the filename or title"
+COM_PHOCADOWNLOAD_YES_CATEGORY_VIEW_TITLE_SUFFIX="Yes (Category View) - Title Suffix"
+COM_PHOCADOWNLOAD_YES_FILE_VIEW_TITLE_SUFFIX="Yes (FileView) - Title Suffix"
+COM_PHOCADOWNLOAD_YES_CATEGORY_FILE_VIEW_TITLE_SUFFIX="Yes (Category And File View) - Title Suffix"
+COM_PHOCADOWNLOAD_WAS_UPLOADED_BY="was uploaded by"
+COM_PHOCADOWNLOAD_FILE_UPLOADED="File uploaded"
+COM_PHOCADOWNLOAD_SEARCH_FILTER_IS_ACTIVE="Search filter is active. Listed categories are not displayed in category tree. Max levels filter is not active."
+COM_PHOCADOWNLOAD_PLEASE_ADD_FILE_OR_IF_ADDED_CHECK_IF_IT_HAS_RIGHT_FORMAT_AND_SIZE="Please add a file. If added, please, test if it has the right format and size"
+COM_PHOCADOWNLOAD_DISPLAY_BOOTSTRAP3_LAYOUT_LABEL="Display Bootstrap 3 Layout"
+COM_PHOCADOWNLOAD_DISPLAY_BOOTSTRAP3_LAYOUT_DESC="When Bootstrap 3 layout is enabled, then specific layout will be not loaded. Don't forget to disable styles in Styles (CSS) view which can be in conflict with Bootstrap 3 (e.g. Bootstrap 2)"
+;[3.1.0]
+COM_PHOCADOWNLAD_CLOSE="Bezárás"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_ORDERING_CATEGORY_VIEW_LABEL="Display Ordering Select Box (Category View)"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_ORDERING_CATEGORY_VIEW_DESC="Display or hide ordering select box in Category View - ordering of files"
+COM_PHOCADOWNLOAD_COUNT_ASC="Rating Count Ascending"
+COM_PHOCADOWNLOAD_COUNT_DESC="Rating Count Descending"
+COM_PHOCADOWNLOAD_AVERAGE_ASC="Rating Ascending"
+COM_PHOCADOWNLOAD_AVERAGE_DESC="Rating Descending"
+COM_PHOCADOWNLOAD_DOWNLOADS_ASC="Downloads Ascending"
+COM_PHOCADOWNLOAD_DOWNLOADS_DESC="Downloads Descending"
+COM_PHOCADOWNLOAD_ORDER_FRONT="Ordering"
+COM_PHOCADOWNLOAD_REGARDS="Regards"
+COM_PHOCADOWNLOAD_MESSAGE="Message"
+COM_PHOCADOWNLOAD_WEBSITE="Website"
+COM_PHOCADOWNLOAD_WAS_DOWNLOADED_BY="was downloaded by"
+COM_PHOCADOWNLOAD_SUCCESS_NEW_FILE_UPLOADED="New file uploaded"
+COM_PHOCADOWNLOAD_FILE_DOWNLOADED="File downloaded"
+COM_PHOCADOWNLOAD_ANONYMOUS="Anonymous"
+COM_PHOCADOWNLOAD_FIELD_MULTIPLE_UPLOAD_METHOD_DESC="Set Multiple Upload Method in administration. See http://www.plupload.com/ which browsers and which functions are supported by selected method"
+COM_PHOCADOWNLOAD_FIELD_MULTIPLE_UPLOAD_METHOD_LABEL="Multiple Upload Method (Administration)"
+COM_PHOCADOWNLOAD_FLASH_UPLOADER="Flash Uploader"
+COM_PHOCADOWNLOAD_GEARS_UPLOADER="Gears Uploader"
+COM_PHOCADOWNLOAD_SILVERLIGHT_UPLOADER="Silverlight Uploader"
+COM_PHOCADOWNLOAD_HTML4_UPLOADER="HTML4 Uploader"
+COM_PHOCADOWNLOAD_HTML5_UPLOADER="HTML5 Uploader"
+COM_PHOCADOWNLOAD_BROWSERPLUS_UPLOADER="Browserplus Uploader"
+
+;[3.0.6]
+COM_PHOCADOWNLOAD_FILENAME_ASC="Filename Ascending"
+COM_PHOCADOWNLOAD_FILENAME_DESC="Filename Descending"
+
+;[3.0.3]
+COM_PHOCADOWNLOAD_BROWSER_DOES_NOT_SUPPORT_AUDIO_VIDEO_TAG="Your browser does not support the audio/video tag"
+COM_PHOCADOWNLOAD_FIELD_HTML5_AUDIO_VIDEO_LABEL="HTML5 Audio/Video"
+COM_PHOCADOWNLOAD_FIELD_HTML5_AUDIO_VIDEO_DESC="Set yes to enable HTML 5 player for audio and video"
+;[3.0.2]
+COM_PHOCADOWNLOAD_FIELD_ENABLE_TOKEN_DOWNLOAD_LABEL="Enable Unique Download Link"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_TOKEN_DOWNLOAD_DESC="Enable or disable unique download link feature (download with token)"
+COM_PHOCADOWNLOAD_MAX_LIMIT_DOWNLOAD_TOKEN_REACHED="File cannot be downloaded. Maximum download limit of this file reached."
+COM_PHOCADOWNLOAD_FIELD_MAX_COUNT_TOKEN_DOWNLOADS_DESC="Set maximum count of files user can download through unique download link. Be aware, 0 (Zero) means, there is no limit. This limit only takes effect for unique download link"
+COM_PHOCADOWNLOAD_FIELD_MAX_COUNT_TOKEN_DOWNLOADS_LABEL="Maximum Count of downloads per file (Unique Download Link)"
+COM_PHOCADOWNLOAD_URL_FORMAT_DEPENDS_ON_SEF="This Link may take different formats. Its format depends on your SEF Settings"
+COM_PHOCADOWNLOAD_UNIQUE_DOWNLOAD_URL="Unique Download Link"
+COM_PHOCADOWNLOAD_DOWNLOAD_FILE="Download file"
+COM_PHOCADOWNLOAD_FILE_NOT_FOUND="File Not Found"
+COM_PHOCADOWNLOAD_SET_TOKEN="Set Token"
+COM_PHOCADOWNLOAD_FIELD_TOKEN_LABEL="Token (Unique Download Link)"
+COM_PHOCADOWNLOAD_FIELD_TOKEN_DESC="Set token - unique download link of the file"
+COM_PHOCADOWNLOAD_FIELD_TOKENHITS_LABEL="Token Downloads"
+COM_PHOCADOWNLOAD_FIELD_TOKENHITS_DESC="How many times the file was downloaded by unique download link"
+COM_PHOCADOWNLOAD_YES_FRONTEND="Yes (Frontend Only)"
+COM_PHOCADOWNLOAD_YES_BACKEND="Yes (Backend Only)"
+COM_PHOCADOWNLOAD_YES_FRONTEND_BACKEND="Yes (Frontend, Backend)"
+;[3.0.1]
+COM_PHOCADOWNLOAD_FIELD_ALIAS_M_DESC="Alias for all added images can be set. If empty, Alias will be created from Filename"
+COM_PHOCADOWNLOAD_FIELD_TITLE_M_DESC="Title for all added images can be set. If empty, Title will be created from Filename"
+COM_PHOCADOWNLOAD_FIELD_LANGUAGE_FILE_DESC="The language that the file is assigned to."
+;[3.0.0]
+COM_PHOCADOWNLOAD_FIELD_COPY_PAP_LABEL="Copy Play and Preview"
+COM_PHOCADOWNLOAD_FIELD_COPY_PAP_DESC="Set if files of added items will be copied to play and preview folder (in case they can be played or previewed). Items then will be downloadable and previewable or playable."
+;[3.0.0 Beta]
+COM_PHOCADOWNLOAD_HOT="Hot"
+COM_PHOCADOWNLOAD_WILL_BE_CREATED_FROM_TITLE="Will be created from title"
+;[3.0.0]
+COM_PHOCADOWNLOAD_MAX_LIMIT_DOWNLOAD_PER_FILE_REACHED="You have reached maximum limit of downloads allowed per this file."
+COM_PHOCADOWNLOAD_NOT_LOGGED_IN_USERS_NOT_ALLOWED_DOWNLOAD="Please login. Not logged in users are not allowed to download."
+COM_PHOCADOWNLOAD_FIELD_MAX_COUNT_USER_DOWNLOADS_DESC="Set maximum count of files user can download. Be aware, 0 (Zero) means, there is no limit. It is limit per file NOT for all downloads. If you set some limit here, anonymous users (guests) are not able to download any file."
+COM_PHOCADOWNLOAD_FIELD_MAX_COUNT_USER_DOWNLOADS_LABEL="Maximum Count of downloads per file"
+COM_PHOCADOWNLOAD_LOGGING_NOT_ENABLED="
Warning! Logging is not enabled at the moment!"
+COM_PHOCADOWNLOAD_FIELD_PLAY_OR_PREVIEW_COPY_LABEL="Play or Preview Copy"
+COM_PHOCADOWNLOAD_FIELD_PLAY_OR_PREVIEW_COPY_DESC="If yes (Frontend), file which is uploaded by user in fronted will be copied to phocadownloadpap folder so it can be played or previewed. If yes (Backend), then file which is added in File Add feature or in Multiple Add feature in Administration will be copied to phocadownloadpap folder too."
+COM_PHOCADOWNLOAD_FIELD_ENABLE_LOGGING_LABEL="Enable Logging"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_LOGGING_DESC="Enable or disable logging for downloads, uploads or both. Be aware, logging of downloads and uploads can take a lot of memory in case a lot of downloads or uploads is done on your site. It is recommended to enable it only for short testing period"
+COM_PHOCADOWNLOAD_YES_UPLOADS_ONLY="Yes (Uploads only)"
+COM_PHOCADOWNLOAD_YES_DOWNLOADS_ONLY="Yes (Downloads only)"
+COM_PHOCADOWNLOAD_YES_UPLOADS_DOWNLOADS="Yes (Uploads and Downloads)"
+COM_PHOCADOWNLOAD_FIELD_FILE_ICON_MIME_LABEL="File Icon (Extension Mime Type)"
+COM_PHOCADOWNLOAD_FIELD_FILE_ICON_MIME_DESC="Enable or disable displaying of file icon by extension mime type (for example: PDF icon will be displayed next to PDF documents). Be aware not all extension mime type icons are available."
+COM_PHOCADOWNLOAD_YES_DOWNLOAD_UPLOAD_PARAM="Yes (download and upload parameters)"
+COM_PHOCADOWNLOAD_YES_DOWNLOAD_UPLOAD_PARAM_ADMIN="Yes (download and upload parameter in administration only)"
+COM_PHOCADOWNLOAD_YES_UPLOAD_PARAM_ADMIN="Yes (only upload parameters in administration)"
+COM_PHOCADOWNLOAD_YES_UPLOAD_PARAM="Yes (only upload parameters)"
+COM_PHOCADOWNLOAD_YES_DOWNLOAD_PARAM="Yes (only download parameters)"
+COM_PHOCADOWNLOAD_IGNORE_FILE_TYPES_CHECK_LABEL="Ignore File Types Checking"
+COM_PHOCADOWNLOAD_IGNORE_FILE_TYPES_CHECK_DESC="Set if checking of file types will be ignored. If yes: Allowed File Types (Download), Allowed File Types (Upload), Disallowed File Types (Download), Disallowed File Types (Upload) will be ignored."
+COM_PHOCADOWNLOAD_CONFIG_HEAD_DOWNLOADS_LABEL="Downloads"
+COM_PHOCADOWNLOAD_CONFIG_HEAD_UPLOADS_LABEL="Uploads"
+COM_PHOCADOWNLOAD_FILE_VIEW_LABEL="File View"
+COM_PHOCADOWNLOAD_CONFIG_CATEGORY_CATEGORIES_VIEW_LABEL="Categories and Category View"
+COM_PHOCADOWNLOAD_IP="IP"
+COM_PHOCADOWNLOAD_PAGE="Page"
+COM_PHOCADOWNLOAD_RESET_LOG="Reset Log"
+COM_PHOCADOWNLOAD_WARNING_RESET_LOG="Are you sure you want to reset (clear) the log?"
+COM_PHOCADOWNLOAD_SUCCESS_RESET_LOG_STAT="Log cleared"
+COM_PHOCADOWNLOAD_ERROR_RESET_LOG_STAT="Error while clearing log"
+COM_PHOCADOWNLOAD_ERROR_SERVER_NOT_ABLE_TO_STORE_FILE_TEMP_FOLDER="Error while uploading file. Server is not able to store this file to Temp folder."
+COM_PHOCADOWNLOAD_COUNT="Count"
+COM_PHOCADOWNLOAD_LOGGING="Logging"
+COM_PHOCADOWNLOAD_UPLOADS="Uploads"
+COM_PHOCADOWNLOAD_EDIT_CSS_FILES="Edit CSS Files"
+COM_PHOCADOWNLOAD_FIELD_CSS_MENULINK_ID_DESC="Set ID or IDs of menu link (Itemid) where the style will be displayed. Separate each parent ID with comma (,)"
+COM_PHOCADOWNLOAD_FIELD_CSS_MENULINK_ID_LABEL="Menu Link ID"
+COM_PHOCADOWNLOAD_ERROR_FAILED_TO_SAVE_FILENAME="Error while saving the filename"
+COM_PHOCADOWNLOAD_ERROR_SOURCE_FILE_NOT_UNWRITABLE="Error while making the source file unwritable"
+COM_PHOCADOWNLOAD_ERROR_SOURCE_FILE_NOT_WRITABLE="Error while saving the file. Source File is not writable."
+COM_PHOCADOWNLOAD_STYLE="Style"
+COM_PHOCADOWNLOAD_FIELD_CSS_LABEL="Style (CSS Source)"
+COM_PHOCADOWNLOAD_FIELD_CSS_DESC="Edit source of the style"
+COM_PHOCADOWNLOAD_FIELD_TYPE_DESC="Type of the style"
+COM_PHOCADOWNLOAD_FIELD_TYPE_LABEL="Type"
+COM_PHOCADOWNLOAD_MAIN="Main"
+COM_PHOCADOWNLOAD_FILE_EXISTS="File exists"
+COM_PHOCADOWNLOAD_FILE_DOES_NOT_EXIST="File does not exist"
+COM_PHOCADOWNLOAD_TYPE="Type"
+COM_PHOCADOWNLOAD_CUSTOM_CSS="Custom"
+COM_PHOCADOWNLOAD_MAIN_CSS="Main"
+COM_PHOCADOWNLOAD_FILTER_SELECT_TYPE="- Select Type -"
+COM_PHOCADOWNLOAD_STYLES="Styles"
+COM_PHOCADOWNLOAD_FOLDER_NOT_FOUND="Folder not found"
+COM_PHOCADOWNLOAD_EDIT_CSS="Edit CSS"
+COM_PHOCADOWNLOAD_ERROR_CSS_FOLDER_NOT_FOUND="Custom CSS Folder Not Found"
+
+COM_PHOCADOWNLOAD_MIRROR_DETAILS="Mirror Details"
+COM_PHOCADOWNLOAD_YOUTUBE_OPTIONS="YouTube Options"
+COM_PHOCADOWNLOAD_GENERAL_OPTIONS="General Options"
+COM_PHOCADOWNLOAD_PUBLISHING_OPTIONS="Publishing Options"
+COM_PHOCADOWNLOAD_METADATA_OPTIONS="Metadata Options"
+COM_PHOCADOWNLOAD_FILTER_SEARCH_LABEL="Search"
+COM_PHOCADOWNLOAD_FILTER_SEARCH_DESC="Search the items"
+COM_PHOCADOWNLOAD_LICENCE="Licence"
+COM_PHOCADOWNLOAD_PHOCA_NEEDS_YOUR_HELP="Phoca Needs Your Help"
+COM_PHOCADOWNLOAD_PLEASE_READ="Please Read"
+COM_PHOCADOWNLOAD_USEFUL_TIPS="Useful Tips (Extensions)"
+COM_PHOCADOWNLOAD_USEFUL_LINKS="Useful Links"
+;[2.1.5]
+COM_PHOCADOWNLOAD_UPLOADED_BY_LABEL="Uploaded By"
+COM_PHOCADOWNLOAD_UPLOADED_BY_DESC="Set Uploaded By"
+COM_PHOCADOWNLOAD_OWNER_LABEL="Owner"
+COM_PHOCADOWNLOAD_OWNER_DESC="Set Owner"
+;[2.1.2]
+COM_PHOCADOWNLOAD_BATCH_OPTIONS_CATEGORIES="Batch process the selected categories"
+COM_PHOCADOWNLOAD_PHOCA_DOWNLOAD="Phoca Download"
+COM_PHOCADOWNLOAD_INFORMATION="Information"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_LINK_LABEL="Select Category Link"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_LINK_DESC="Select category to link it"
+COM_PHOCADOWNLOAD_FIELD_DOWNLOAD_FOLDER_PAP_LABEL="Download Folder (Play, Preview)"
+COM_PHOCADOWNLOAD_FIELD_DOWNLOAD_FOLDER_PAP_DESC="Set download folder for play and preview files"
+;[2.1.1]
+COM_PHOCADOWNLOAD_FIELD_VIDEO_HEIGHT_DV_LABEL="Youtube Height (Detail View)"
+COM_PHOCADOWNLOAD_FIELD_VIDEO_HEIGHT_DV_DESC="Set Youtube height for Detail View"
+COM_PHOCADOWNLOAD_FIELD_VIDEO_WIDTH_DV_LABEL="Youtube Width (Detail View)"
+COM_PHOCADOWNLOAD_FIELD_VIDEO_WIDTH_DV_DESC="Set Youtube width for Detail View"
+COM_PHOCADOWNLOAD_FIELD_VIDEO_HEIGHT_CV_LABEL="Youtube Height (Category View)"
+COM_PHOCADOWNLOAD_FIELD_VIDEO_HEIGHT_CV_DESC="Set Youtube height for Category View"
+COM_PHOCADOWNLOAD_FIELD_VIDEO_WIDTH_CV_LABEL="Youtube Width (Category View)"
+COM_PHOCADOWNLOAD_FIELD_VIDEO_WIDTH_CV_DESC="Set Youtube width for Category View"
+COM_PHOCADOWNLOAD_GROUP_LABEL_YOUTUBE_DETAILS="Youtube"
+COM_PHOCADOWNLOAD_VIDEO_LINK_LABEL="Youtube Link"
+COM_PHOCADOWNLOAD_VIDEO_LINK_DESC="Set Youtube link"
+COM_PHOCADOWNLOAD_YES_ONLY_MODALBOX="Yes (Only Modalbox - Category View)"
+;[2.1.0 Stable]
+COM_PHOCADOWNLOAD_SELECT_FILE="Select file"
+COM_PHOCADOWNLOAD_FIELD_SELECT_FILE_LABEL="Select file"
+COM_PHOCADOWNLOAD_FIELD_SELECT_FILE_DESC="Select display file"
+COM_PHOCADOWNLOAD_OVERLIB_WIDTH_DETAIL="Overlib with detail"
+;[2.1.0 Beta]
+COM_PHOCADOWNLOAD_FILE_VIEW="File View"
+COM_PHOCADOWNLOAD_CATEGORY_VIEW="Category View"
+COM_PHOCADOWNLOAD_CATEGORIES_VIEW="Categories View"
+COM_PHOCADOWNLOAD_PARAMETERS="Parameters"
+COM_PHOCADOWNLOAD_STYLES="Styles (CSS)"
+COM_PHOCADOWNLOAD_LAYOUT_WARNING="Warning: Parameters are mostly styled by CSS, here you can add or remove different parts of the view. For stylizing them, just check the Phoca Download CSS. Edit the HTML source (HTML source can be displayed by editor feature) Displaying specific layout must be enabled in parameters."
+COM_PHOCADOWNLOAD_DISPLAY_SPEC_LAYOUT_LABEL="Display Specific Layout"
+COM_PHOCADOWNLOAD_DISPLAY_SPEC_LAYOUT_DESC="Display specific layout - set in Phoca Download administration. Be aware, some parts of the layout needs to be changed in CSS too to display properly."
+COM_PHOCADOWNLOAD_CLEAN="Clean"
+COM_PHOCADOWNLOAD_YES_OVERLIB="Yes (Overlib)"
+COM_PHOCADOWNLOAD_YES_MODAL="Yes (Modal Box)"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_TAGS_LINKS_LABEL="Display Tags"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_TAGS_LINKS_DESC="Display or hide tags"
+COM_PHOCADOWNLOAD_YES_CATEGORY_VIEW_BUTTON="Yes (Category View) as Button"
+COM_PHOCADOWNLOAD_YES_FILE_VIEW_BUTTON="Yes (File View) as Button"
+COM_PHOCADOWNLOAD_YES_CATEGORY_FILE_VIEW_BUTTON="Yes (Category And File View) as Button"
+COM_PHOCADOWNLOAD_EXTERNAL_LINK="External Link"
+COM_PHOCADOWNLOAD_CATEGORY_LINK="Category Link"
+COM_PHOCADOWNLOAD_SEARCH_OUTCOME="Search Outcome"
+COM_PHOCADOWNLOAD_FIELD_TAGS_LINKS_LABEL="Tags (Links)"
+COM_PHOCADOWNLOAD_FIELD_TAGS_LINKS_DESC="Set if the tags will include a link. If yes, set type of this link"
+COM_PHOCADOWNLOAD_AT="at"
+COM_PHOCADOWNLOAD_FEATURES="Features"
+COM_PHOCADOWNLOAD_CHANGELOG="Changelog"
+COM_PHOCADOWNLOAD_NOTES="Notes"
+COM_PHOCADOWNLOAD_ERROR_DELETING_ITEM="Error while deleting item"
+COM_PHOCADOWNLOAD_SUCCESS_DELETING_ITEM="Item deleted"
+COM_PHOCADOWNLOAD_ERROR_UNPUBLISHING_ITEM="Error while unpublishing item"
+COM_PHOCADOWNLOAD_ERROR_PUBLISHING_ITEM="Error while publishing item"
+COM_PHOCADOWNLOAD_SUCCESS_UNPUBLISHING_ITEM="Item unpublished"
+COM_PHOCADOWNLOAD_SUCCESS_PUBLISHING_ITEM="Item published"
+COM_PHOCADOWNLOAD_FIELD_DELETE_RIGHTS_LABEL="Delete Rights"
+COM_PHOCADOWNLOAD_FIELD_DELETE_RIGHTS_DESC="Set delete rights"
+COM_PHOCADOWNLOAD_ERROR_DELETE_CONTAIN_FILE="Category(ies): '%s' cannot be removed as it contains (they contain) Items. There may currently be File(s) within the Category which you must delete first."
+COM_PHOCADOWNLOAD_ERROR_DELETE_CONTAIN_CAT="Category(ies): '%s' cannot be removed as it contains (they contain) Subcategories. There may currently be Subcategory(ies) within the Category which you must delete first."
+COM_PHOCADOWNLOAD_CATEGORIES_ADDED="Category(ies) added"
+COM_PHOCADOWNLOAD_FILES_ADDED="File(s) added"
+COM_PHOCADOWNLOAD_CHECK_ALL="Check All"
+COM_PHOCADOWNLOAD_WARNING_FILE_SELECTED_SELECT_CATEGORY="File(s) are selected. Category needs to be selected also"
+COM_PHOCADOWNLOAD_WARNING_SELECT_FILENAME_OR_FOLDER="Select File or Folder"
+COM_PHOCADOWNLOAD_MULTIPLE_ADD="Multiple Add"
+COM_PHOCADOWNLOAD_BATCH_OPTIONS_FILES="Batch process the selected files"
+;COM_PHOCADOWNLOAD_SUCCESS_COPY_FILE="File(s) copied"
+;COM_PHOCADOWNLOAD_ERROR_COPY_FILE="Error while copying file(s)"
+COM_PHOCADOWNLOAD_QUICK_COPY="Quick Copy"
+COM_PHOCADOWNLOAD_COPY="Copy"
+COM_PHOCADOWNLOAD_FORM_SELECT_IMAGE="Select Image"
+COM_PHOCADOWNLOAD_FIELD_IMAGE_DOWNLOAD_LABEL="Image"
+COM_PHOCADOWNLOAD_FIELD_IMAGE_DOWNLOAD_DESC="Set image for the file"
+COM_PHOCADOWNLOAD_FIELD_CATEGORIES_LAYOUT_LABEL="Categories View Layout"
+COM_PHOCADOWNLOAD_FIELD_CATEGORIES_LAYOUT_DESC="Set layout for Categories View"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_LAYOUT_LABEL="Category View Layout"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_LAYOUT_DESC="Set layout for Category View"
+COM_PHOCADOWNLOAD_FIELD_FILE_LAYOUT_LABEL="File View Layout"
+COM_PHOCADOWNLOAD_FIELD_FILE_LAYOUT_DESC="Set layout for File View"
+COM_PHOCADOWNLOOAD_CONTROL_PANEL="Control Panel"
+COM_PHOCADOWNLOAD_FIELD_FEATURES_DESC="Set Features Text"
+COM_PHOCADOWNLOAD_FIELD_FEATURES_LABEL="Features"
+COM_PHOCADOWNLOAD_FIELD_CHANGELOG_DESC="Set Changelog Text"
+COM_PHOCADOWNLOAD_FIELD_CHANGELOG_LABEL="Changelog"
+COM_PHOCADOWNLOAD_FIELD_NOTES_DESC="Set Notes Text"
+COM_PHOCADOWNLOAD_FIELD_NOTES_LABEL="Notes"
+COM_PHOCADOWNLOAD_FIELD_TAGS_LABEL="Tags"
+COM_PHOCADOWNLOAD_FIELD_TAGS_DESC="Select tags"
+COM_PHOCADOWNLOAD_NEW_TAG="New Tag"
+COM_PHOCADOWNLOAD_EDIT_TAG="Edit Tag"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_LABEL="Link To Category"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_DES="Select category if you want to link this tag to category"
+COM_PHOCADOWNLOAD_FIELD_EXT_LINK_TAG_LABEL="Link To External Site"
+COM_PHOCADOWNLOAD_FIELD_EXT_LINK_TAG_DESC="Set link to external site if you want to link this tag to some site (include http://)"
+COM_PHOCADOWNLOAD_TAG="Tag"
+COM_PHOCADOWNLOAD_TAGS="Tags"
+COM_PHOCADOWNLOAD_LAYOUT="Layout"
+;[2.0.0]
+COM_PHOCADOWNLOAD_NUM="Num"
+COM_PHOCADOWNLOAD_LIMIT="Limit"
+COM_PHOCADOWNLOAD_YOUTUBE_URL="Youtube URL"
+COM_PHOCADOWNLOAD_WARNING_SET_YOUTUBE_URL="You must set URL of Youtube video"
+COM_PHOCADOWNLOAD_PLAYER_WIDTH="Player Width"
+COM_PHOCADOWNLOAD_PLAYER_HEIGHT="Player Height"
+COM_PHOCADOWNLOAD_PLAYER_HEIGHT_MP3="Player Height (MP3)"
+COM_PHOCADOWNLOAD_WARNING_PLAYER_SIZE="Only size of Popup Window (Modal Box) can be set here, size of player needs to be set in Parameters of Phoca Download Component"
+COM_PHOCADOWNLOAD_PREVIEW_WIDTH="Preview Width"
+COM_PHOCADOWNLOAD_PREVIEW_HEIGHT="Preview Height"
+COM_PHOCADOWNLOAD_YOU_MUST_SELECT_FILE="You must select a file"
+COM_PHOCADOWNLOAD_YOU_MUST_SELECT_CATEGORY="You must select a category"
+COM_PHOCADOWNLOAD_TARGET="Target"
+COM_PHOCADOWNLOAD_TARGET_SELF="Target _self"
+COM_PHOCADOWNLOAD_TARGET_BLANK="Target _blank"
+COM_PHOCADOWNLOAD_TARGET_TOP="Target _top"
+COM_PHOCADOWNLOAD_TARGET_PARENT="Target _parent"
+COM_PHOCADOWNLOAD_INSERT_CODE="Insert Code"
+COM_PHOCADOWNLOAD_BACK="Vissza"
+COM_PHOCADOWNLOAD_FILELIST="File List"
+COM_PHOCADOWNLOAD_YOUTUBE_VIDEO="Youtube Video"
+COM_PHOCADOWNLOAD_PLAY_FILE_LINK="Play File (Link)"
+COM_PHOCADOWNLOAD_PLAY_FILE_DIRECT="Play File (Direct)"
+COM_PHOCADOWNLOAD_PREVIEW_FILE_LINK="Preview File (Link)"
+COM_PHOCADOWNLOAD_LINK_TO_FILE="Link To File"
+COM_PHOCADOWNLOAD_LINK_TO_CATEGORY="Link To Category"
+COM_PHOCADOWNLOAD_LINK_TO_CATEGORIES="Link To Categories"
+COM_PHOCADOWNLOAD_SELECT_TYPE="Select Type"
+COM_PHOCADOWNLOAD_UPLOADED_BY="Uploaded by"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_CACHE_LABEL="Enable Cache"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_CACHE_DESC="Enable cache if it is enabled in Joomla! Global Configuration"
+;[2.0.0RC3]
+COM_PHOCADOWNLOAD_USER_LANG="User's Language"
+COM_PHOCADOWNLOAD_SITE_LANG="Site's Language"
+COM_PHOCADOWNLOAD_FIELD_USER_UCP_LANG_LABEL="User Language"
+COM_PHOCADOWNLOAD_FIELD_USER_UCP_LANG_DESC="Set which language will be set while creating category or uploading image in UCP"
+COM_PHOCADOWNLOAD_NO_RIGHTS_ACCESS_CATEGORY_FILE="You have no rights to access file in this category"
+COM_PHOCADOWNLOAD_FIELD_SELECT_CATEGORY_LABEL="Select Category"
+COM_PHOCADOWNLOAD_FIELD_SELECT_CATEGORY_DESC="Select category"
+COM_PHOCADOWNLOAD_ERROR_FB_APP_ID_EMPTY="Facebook Application ID is empty"
+COM_PHOCADOWNLOAD_FIELD_FB_COMMENT_APP_ID_LABEL="Facebook comments application ID"
+COM_PHOCADOWNLOAD_FIELD_FB_COMMENT_APP_ID_DESC="Set Facebook Comments Application ID (ID of your created application in Facebook)"
+COM_PHOCADOWNLOAD_FACEBOOK_COMMENTS_WIDTH_LABEL="Facebook Comments Width"
+COM_PHOCADOWNLOAD_FACEBOOK_COMMENTS_WIDTH_DESC="Set Facebook comments box width"
+COM_PHOCADOWNLOAD_FACEBOOK_FIELD_COMMENT_LANG_LABEL="Facebook Language"
+COM_PHOCADOWNLOAD_FACEBOOK_FIELD_COMMENT_LANG_DESC="Set Facebook language"
+COM_PHOCADOWNLOAD_FACEBOOK_FIELD_COMMENT_COUNT_LABEL="Comments Count"
+COM_PHOCADOWNLOAD_FACEBOOK_FIELD_COMMENT_COUNT_DESC="Set count of comments displayed in comment box"
+COM_PHOCADOWNLOAD_FACEBOOK="Facebook"
+COM_PHOCADOWNLOAD_STARS_OUT_OF="stars out of"
+COM_PHOCADOWNLOAD_FIELD_LANGUAGE_FILE_DESC="The language that the file is assigned to."
+COM_PHOCADOWNLOAD_FIELD_LANGUAGE_CATEGORY_DESC="The language that the category is assigned to."
+;[2.0.0RC2]
+COM_PHOCADOWNLOAD_FIELD_DELETE_EXISTING_FILES_DESC="If yes then the file stored on server will be deleted in case the file will be deleted from Phoca Download"
+COM_PHOCADOWNLOAD_FIELD_DELETE_EXISTING_FILES_LABEL="Delete Existing Files"
+COM_PHOCADOWNLOAD_FIELD_OVERWRITE_EXISTING_FILES_DESC="Set if uploaded files should overwrite existing files on the server"
+COM_PHOCADOWNLOAD_FIELD_OVERWRITE_EXISTING_FILES_LABEL="Overwrite Existing Files"
+COM_PHOCADOWNLOAD_REPORT="Report"
+COM_PHOCADOWNLOAD_FIELD_REPORT_LINK_GUESTBOOK_ID_LABEL="Guestbook ID (Report)"
+COM_PHOCADOWNLOAD_FIELD_REPORT_LINK_GUESTBOOK_ID_DESC="Set guestbook id (guestbook from Phoca Guestbook component) in case the report function is active"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_REPORT_LINK_LABEL="Display Report Link"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_REPORT_LINK_DESC="Display or hide report link. This link will run Phoca Guestbook in Report Mode. There users can report files. Phoca Guestbook needs to be installed and the report function enabled in guestbook settings to run this feature."
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_MIRROR_LINKS_LABEL="Display Mirror Links"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_MIRROR_LINKS_DESC="Display or hide mirror links"
+COM_PHOCADOWNLOAD_GROUP_LABEL_MIRROR_DETAILS="Mirror Details"
+COM_PHOCADOWNLOAD_OPEN_WINDOW_BLANK="Open in new window (_blank)"
+COM_PHOCADOWNLOAD_OPEN_WINDOW_PARENT="Open in parent window/frame (_parent)"
+COM_PHOCADOWNLOAD_OPEN_WINDOW_SELF="Open in this window/frame (_self)"
+COM_PHOCADOWNLOAD_OPEN_WINDOW_TOP="Open in top frame (replaces all frames) (_top)"
+COM_PHOCADOWNLOAD_MIRROR_LINK_LINK_LABEL="Link"
+COM_PHOCADOWNLOAD_MIRROR_LINK_TARGET_LABEL="Target"
+COM_PHOCADOWNLOAD_MIRROR_LINK_TITLE_LABEL="Title (Link 1)"
+COM_PHOCADOWNLOAD_FIELD_MIRROR_LINK_LINK_DESC="Set first mirror link (Inlcude the protocol: e.g. http:// or https://)"
+COM_PHOCADOWNLOAD_FIELD_MIRROR_LINK_TARGET_DESC="Set target for first mirror link"
+COM_PHOCADOWNLOAD_FIELD_MIRROR_LINK_TITLE_DESC="Set title for first mirror link"
+COM_PHOCADOWNLOAD_MIRROR_LINK_LINK2_LABEL="Link 2"
+COM_PHOCADOWNLOAD_MIRROR_LINK_TARGET2_LABEL="Target"
+COM_PHOCADOWNLOAD_MIRROR_LINK_TITLE2_LABEL="Title (Link 2)"
+COM_PHOCADOWNLOAD_FIELD_MIRROR_LINK_LINK2_DESC="Set second mirror link (Inlcude the protocol: e.g. http:// or https://)"
+COM_PHOCADOWNLOAD_FIELD_MIRROR_LINK_TARGET2_DESC="Set target for second mirror link"
+COM_PHOCADOWNLOAD_FIELD_MIRROR_LINK_TITLE2_DESC="Set title for second mirror link"
+COM_PHOCADOWNLOAD_YES_CATEGORY_VIEW="Yes (Category View)"
+COM_PHOCADOWNLOAD_YES_FILE_VIEW="Yes (FileView)"
+COM_PHOCADOWNLOAD_YES_CATEGORY_FILE_VIEW="Yes (Category And File View)"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_RATING_FILE_DESC="Display or hide rating for files"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_RATING_FILE_LABEL="Display Rating (File)"
+COM_PHOCADOWNLOAD_CONFIG_RATING_SETTINGS_LABEL="Rating Settings"
+COM_PHOCADOWNLOAD_ERROR_FILE_NOT_EXISTS="File does not exist"
+COM_PHOCADOWNLOAD_RATING_ALREADY_RATED_FILE="You have already rated this file"
+COM_PHOCADOWNLOAD_SUCCESS_RATING_FILE="Thank you for your rating"
+COM_PHOCADOWNLOAD_ERROR_RATING_FILE="Error while rating the file"
+COM_PHOCADOWNLOAD_ERROR_WRONG_RATING="Error while rating - wrong format added"
+COM_PHOCADOWNLOAD_ERROR_REQUESTING_RATING="Error while requesting rating"
+COM_PHOCADOWNLOAD_VOTE="vote"
+COM_PHOCADOWNLOAD_VOTES="votes"
+COM_PHOCADOWNLOAD_FILE_RATING="File Rating"
+COM_PHOCADOWNLOAD_RATING="Rating"
+COM_PHOCADOWNLOAD_STAR_OUT_OF="star out of"
+COM_PHOCADOWNLOAD_ONLY_REGISTERED_LOGGED_RATE_FILE="Only registered and logged in users can rate this file"
+;[2.0.0 RC]
+COM_PHOCADOWNLOAD_FIELD_DISALLOWED_FILE_TYPES_UPLOAD_DESC="Set disallowed file types for frontend upload."
+COM_PHOCADOWNLOAD_FIELD_ALLOWED_FILE_TYPES_UPLOAD_DESC="Set allowed file types for frontend upload. Default list of filetypes is not complete and should be modified to fit your needs."
+COM_PHOCADOWNLOAD_FIELD_SHOW_PAGINATION_LABEL="Display Pagination"
+COM_PHOCADOWNLOAD_FIELD_SHOW_PAGINATION_DESC="Display or hide pagination"
+COM_PHOCADOWNLOAD_FIELD_SHOW_PAGINATION_LIMIT_LABEL="Display Select Box - Pagination"
+COM_PHOCADOWNLOAD_FIELD_SHOW_PAGINATION_LIMIT_DESC="Display or hide select box for pagination"
+COM_PHOCADOWNLOAD_HIDE="Hide"
+COM_PHOCADOWNLOAD_DISPLAY="Display"
+;[2.0.0 BETA1]
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_MAIN_CAT_DESC_LABEL="Display Main Category Description"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_MAIN_CAT_DESC_DESC="Set if category description should be displayed in Categories View - Description will be displayed instead of subcategories"
+COM_PHOCADOWNLOAD_ERROR_CATEGORY_NOT_SELECTED="Category was not selected"
+COM_PHOCADOWNLOAD_FIELD_REGISTERED_ACCESS_LEVEL_LABEL="Access Level - Registered Users"
+COM_PHOCADOWNLOAD_FIELD_REGISTERED_ACCESS_LEVEL_DESC="Set access levels for registered users. Some actions in frontend can be done by registered users only. Set which access level group will be regarded as registered group."
+COM_PHOCADOWNLOAD_FIELD_ENABLE_ICONV_ALIAS_LABEL="Iconv Alias"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_ICONV_ALIAS_DESC="Enable or disable creating of alias with help of iconv function"
+COM_PHOCADOWNLOAD_UPGRADE="Upgrade"
+COM_PHOCADOWNLOAD_INSTALL="Install"
+; For Translaters - set your own data here
+COM_PHOCADOWNLOAD_TRANSLATION="Translation"
+COM_PHOCADOWNLOAD_TRANSLATION_LANGUAGE_TAG="English"
+COM_PHOCADOWNLOAD_TRANSLATER="Jan Pavelka"
+COM_PHOCADOWNLOAD_TRANSLATION_SUPPORT_URL="
www.phoca.cz "
+; End Translaters section - - - - - - - -
+COM_PHOCADOWNLOAD_ACCESS="Access"
+COM_PHOCADOWNLOAD_ACTIVE="Active"
+COM_PHOCADOWNLOAD_ADD_FILES="Add Files"
+COM_PHOCADOWNLOAD_ADD_FILES_TO_UPLOAD_QUEUE_AND_CLICK_START_BUTTON="Add files to the upload queue and click the start button."
+COM_PHOCADOWNLOAD_ADD_TEXT="Text"
+COM_PHOCADOWNLOAD_ALL="All"
+COM_PHOCADOWNLOAD_ALL_APPROVED="All files authorized"
+COM_PHOCADOWNLOAD_ALL_REGISTERED_USERS="All registered users"
+COM_PHOCADOWNLOAD_ALWAYS="Always"
+COM_PHOCADOWNLOAD_AND_LEFT_FOR_DESCRIPTION="and left for description"
+COM_PHOCADOWNLOAD_APPROVE="Authorize"
+COM_PHOCADOWNLOAD_APPROVED="Authorized"
+COM_PHOCADOWNLOAD_APPROVE_ALL="Authorize All"
+COM_PHOCADOWNLOAD_APPROVE_ALL_ERROR="Error while authorizing all files"
+COM_PHOCADOWNLOAD_APPROVE_ITEM="Authorize item"
+COM_PHOCADOWNLOAD_AUTHOR="Author"
+COM_PHOCADOWNLOAD_AUTHOR_EMAIL="Author's Email"
+COM_PHOCADOWNLOAD_AUTHOR_WEBSITE="Author's Website"
+COM_PHOCADOWNLOAD_BLANK="Blank"
+COM_PHOCADOWNLOAD_GREY2="Grey 2"
+COM_PHOCADOWNLOAD_BOTTOM="Bottom"
+COM_PHOCADOWNLOAD_BOTTOM_AND_OVERLIB="Bottom and Overlib"
+COM_PHOCADOWNLOAD_BOTTOM_WITH_DETAIL_AND_OVERLIB="Bottom with detail and Overlib"
+COM_PHOCADOWNLOAD_CATEGORIES="Categories"
+COM_PHOCADOWNLOAD_CATEGORY="Category"
+COM_PHOCADOWNLOAD_CHARACTERS_WRITTEN="Characters written"
+COM_PHOCADOWNLOAD_CHECK_FOR_UPDATE="Check For Update"
+COM_PHOCADOWNLOAD_CHECK_PERMISSIONS_OWNERSHIP="Check permissions and ownership of files and folders"
+COM_PHOCADOWNLOAD_CLOSE="Close"
+COM_PHOCADOWNLOAD_CONFIGURATION="Phoca Download Configuration"
+COM_PHOCADOWNLOAD_CONFIG_COMMENTS_SETTINGS_LABEL="Comments Settings"
+COM_PHOCADOWNLOAD_CONFIG_GENERAL_SETTINGS_LABEL="General Settings"
+COM_PHOCADOWNLOAD_CONFIG_HEAD_DISPLAY_LABEL="Display"
+COM_PHOCADOWNLOAD_CONFIG_HEAD_GENERAL_LABEL="General"
+COM_PHOCADOWNLOAD_CONFIG_HEAD_USER_UPLOAD_LABEL="User Upload"
+COM_PHOCADOWNLOAD_CONFIG_THEME_SETTINGS_LABEL="Theme Settings"
+COM_PHOCADOWNLOAD_CONTROL_PANEL="Control Panel"
+COM_PHOCADOWNLOAD_COPYRIGHT="Copyright"
+COM_PHOCADOWNLOAD_COUNT_NOT_UPLOADED_FILE="Count of not uploaded (failed) files"
+COM_PHOCADOWNLOAD_COUNT_UPLOADED_FILE="Count of uploaded files"
+COM_PHOCADOWNLOAD_COUNT_USER_FILES_APPROVED="Count (authorized files)"
+COM_PHOCADOWNLOAD_COUNT_USER_FILES_NOT_APPROVED="Count (not authorized files)"
+COM_PHOCADOWNLOAD_CREATE_FOLDER="Create Folder"
+COM_PHOCADOWNLOAD_DATABASE_TIME="Database"
+COM_PHOCADOWNLOAD_DATE="Dátum"
+COM_PHOCADOWNLOAD_DATE_ASC="Date Ascending"
+COM_PHOCADOWNLOAD_DATE_DESC="Date Descending"
+COM_PHOCADOWNLOAD_DATE_UPLOAD="Upload Date"
+COM_PHOCADOWNLOAD_DEFAULT="Default"
+COM_PHOCADOWNLOAD_DELETE="Törlés"
+COM_PHOCADOWNLOAD_DESCRIPTION="Megjegyzés"
+COM_PHOCADOWNLOAD_DETAILS="Details"
+COM_PHOCADOWNLOAD_DISPLAY_NUM="Elemek"
+COM_PHOCADOWNLOAD_DOT="dot"
+COM_PHOCADOWNLOAD_DOWNLOAD="Letöltés"
+COM_PHOCADOWNLOAD_DOWNLOAD_AS_SKP="Skp letöltése"
+COM_PHOCADOWNLOAD_DOWNLOADS="Letöltések"
+COM_PHOCADOWNLOAD_DRAG_FILES_HERE="Drag Files Here"
+COM_PHOCADOWNLOAD_EDIT="Edit"
+COM_PHOCADOWNLOAD_EDIT_CATEGORY="Edit Category"
+COM_PHOCADOWNLOAD_EDIT_FILE="Edit File"
+COM_PHOCADOWNLOAD_EMAIL="Email"
+COM_PHOCADOWNLOAD_ERROR="Error"
+COM_PHOCADOWNLOAD_ERROR_APPROVE_ALL="Error while authorizing all files"
+COM_PHOCADOWNLOAD_ERROR_CONTROLLER_MANAGER_NOT_SET="Error while creating folder - Manager not set"
+COM_PHOCADOWNLOAD_ERROR_FILE_UPLOADED="File not uploaded"
+COM_PHOCADOWNLOAD_ERROR_FOLDER_CREATING="Error while creating folder"
+COM_PHOCADOWNLOAD_ERROR_FOLDER_UPLOAD_NOT_EXISTS="Folder does not exist or it is not accessible"
+COM_PHOCADOWNLOAD_ERROR_MOVE_UPLOADED_FILE="Failed to move uploaded file"
+COM_PHOCADOWNLOAD_ERROR_NO_ABS_FILE="File not found on server"
+COM_PHOCADOWNLOAD_ERROR_NO_CORRECT_FILE_TO_PLAY_FOUND="No correct file for playing found"
+COM_PHOCADOWNLOAD_ERROR_NO_DB_FILE="File info not found in database"
+COM_PHOCADOWNLOAD_ERROR_NO_DB_RESULT="Problems with database"
+COM_PHOCADOWNLOAD_ERROR_NO_FILE_TO_PLAY_FOUND="No file for playing found"
+COM_PHOCADOWNLOAD_ERROR_OPEN_INPUT_STREAM="Failed to open input stream"
+COM_PHOCADOWNLOAD_ERROR_OPEN_OUTPUT_STREAM="Failed to open output stream"
+COM_PHOCADOWNLOAD_ERROR_RESET_USER_STAT="Error while resetting user statistics"
+COM_PHOCADOWNLOAD_ERROR_UNABLE_TO_MOVE_FILE="Unable to move file"
+COM_PHOCADOWNLOAD_ERROR_UNABLE_TO_UPLOAD_FILE="Unable to upload file"
+COM_PHOCADOWNLOAD_ERROR_UPLOAD_MANAGER_NOT_SET="Error while uploading - Manager not set"
+COM_PHOCADOWNLOAD_ERROR_WHILE_DOWNLOADING_FILE="Error while downloading file"
+COM_PHOCADOWNLOAD_EXPERTS_ONLY_LABEL="Experts Only!"
+COM_PHOCADOWNLOAD_EXPIRED="Expired"
+COM_PHOCADOWNLOAD_FIELD_ABSOLUTE_PATH_DESC="Set absolute path of Phoca Download folder (this can be path outside the public_html). Be aware, this path must exist and the folder and possible subfolders need to be created manually. If the path is outside the public_html the files cannot be previewed or played in browser."
+COM_PHOCADOWNLOAD_FIELD_ABSOLUTE_PATH_LABEL="Absolute Path"
+COM_PHOCADOWNLOAD_FIELD_ACCESS_RIGHTS_DESC="Set access rights"
+COM_PHOCADOWNLOAD_FIELD_ACCESS_RIGHTS_LABEL="Access Rights"
+COM_PHOCADOWNLOAD_FIELD_ALIAS_DESC="Set alias"
+COM_PHOCADOWNLOAD_FIELD_ALIAS_LABEL="Alias"
+COM_PHOCADOWNLOAD_FIELD_ALLOWED_FILE_TYPES_DOWNLOAD_DESC="Set allowed file types for frontend download. Default list of filetypes is not complete and should be modified to fit your needs."
+COM_PHOCADOWNLOAD_FIELD_ALLOWED_FILE_TYPES_DOWNLOAD_LABEL="Allowed File Types (Download)"
+COM_PHOCADOWNLOAD_FIELD_ALLOWED_FILE_TYPES_UPLOAD_LABEL="Allowed File Types (Upload)"
+COM_PHOCADOWNLOAD_FIELD_APPROVED_DESC="Set if the file will be authorized or unathorized"
+COM_PHOCADOWNLOAD_FIELD_APPROVED_LABEL="Authorized"
+COM_PHOCADOWNLOAD_FIELD_AUTHOR_DESC="Set Author of the file"
+COM_PHOCADOWNLOAD_FIELD_AUTHOR_EMAIL_DESC="Set Author's email"
+COM_PHOCADOWNLOAD_FIELD_AUTHOR_EMAIL_LABEL="Author's Email"
+COM_PHOCADOWNLOAD_FIELD_AUTHOR_LABEL="Author"
+COM_PHOCADOWNLOAD_FIELD_AUTHOR_URL_DESC="Set Author's webstie"
+COM_PHOCADOWNLOAD_FIELD_AUTHOR_URL_LABEL="Author's Website"
+COM_PHOCADOWNLOAD_FIELD_BUTTON_STYLE_DESC="Set button style"
+COM_PHOCADOWNLOAD_FIELD_BUTTON_STYLE_LABEL="Button Style"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_DESC="Select Category"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_LABEL="Category"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_ORDERING_DESC="Set category ordering"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_ORDERING_LABEL="Category Ordering"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_VIEW_PAGINATION_DESC="Set pagination values for Category View (file list). Separate each pagination value with comma (,)"
+COM_PHOCADOWNLOAD_FIELD_CATEGORY_VIEW_PAGINATION_LABEL="Pagination (Category View)"
+COM_PHOCADOWNLOAD_FIELD_CONFIRM_LICENSE_DESC="Select license for this file. If some license will be selected, file will be not downloaded after clicking on Download button, but the license text will be displayed. This text must be confirmed by user who wants to dowload the file."
+COM_PHOCADOWNLOAD_FIELD_CONFIRM_LICENSE_LABEL="Confirm license"
+COM_PHOCADOWNLOAD_FIELD_DATE_DESC="Set date"
+COM_PHOCADOWNLOAD_FIELD_DATE_LABEL="Date"
+COM_PHOCADOWNLOAD_FIELD_DEFAULT_VALUE_PAGINATION_DESC="Set default value for pagination which can be displayed in Category View (file list)"
+COM_PHOCADOWNLOAD_FIELD_DEFAULT_VALUE_PAGINATION_LABEL="Pagination Default Value"
+COM_PHOCADOWNLOAD_FIELD_DESCRIPTION_DESC="Set description. This will be displayed in Categories View"
+COM_PHOCADOWNLOAD_FIELD_DESCRIPTION_LABEL="Description"
+COM_PHOCADOWNLOAD_FIELD_DIRECT_LINK_DESC="If direct link will be checked, Downlod button will link directly to the file. It means the file will be handled by browser (e.g. MP3 will be not downloaded but played). This option should be selected in case there are problems with downloading files from the server."
+COM_PHOCADOWNLOAD_FIELD_DIRECT_LINK_LABEL="Direct Link"
+COM_PHOCADOWNLOAD_FIELD_DISALLOWED_FILE_TYPES_DOWNLOAD_DESC="Set disallowed file types for frontend download."
+COM_PHOCADOWNLOAD_FIELD_DISALLOWED_FILE_TYPES_DOWNLOAD_LABEL="Disallowed File Types (Download)"
+COM_PHOCADOWNLOAD_FIELD_DISALLOWED_FILE_TYPES_UPLOAD_LABEL="Disallowed File Types (Upload)"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_CATEGORY_COMMENTS_DESC="Set if category comments should be displayed or not"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_CATEGORY_COMMENTS_LABEL="Display Category Comments"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_DATE_TYPE_DESC="Set date type"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_DATE_TYPE_LABEL="Display Date Type"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_DESCRIPTION_DESC="Display or hide description"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_DESCRIPTION_LABEL="Display Description"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_DETAIL_BUTTON_DESC="Display or hide detail button"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_DETAIL_BUTTON_LABEL="Display Detail Button"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_DOWNLOADS_DESC="Display or hide the count of downloads"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_DOWNLOADS_LABEL="Display Downloads"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_FILE_COMMENTS_DESC="Set if file comments should be displayed or not"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_FILE_COMMENTS_LABEL="Display File Comments"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_FILE_VIEW_DESC="Enable or disable File View before download a file"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_FILE_VIEW_LABEL="Display File View"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_HOT_ICON_DESC="Set the number of hits (downloads). After reaching this number of downloads HOT icon will be displayed for the file, use zero for not displaying the icon"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_HOT_ICON_LABEL="Display Hot Icon"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_INACCESSIBLE_FILE_DESC="If the file will be inaccessible for e.g. not logged in users, it can be displayed for them. It means users will see the file but by clicking on the download button they will be redirected to login form."
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_INACCESSIBLE_FILE_LABEL="Display Inaccessible file"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_MOST_DOWNLOAD_FILES_DESC="Display Most Download Files in Categories View"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_MOST_DOWNLOAD_FILES_LABEL="Display Most Download Files"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_NEW_ICON_DESC="Set the number of days. During these days NEW icon will be displayed for the file, use zero for not displaying the icon"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_NEW_ICON_LABEL="Display New Icon"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_NUM_FILES_CATEGORIES_VIEW_DESC="Display or hide number of files (Categories View)"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_NUM_FILES_CATEGORIES_VIEW_HEADER_DESC="Display or hide number of files (Categories View - Header)"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_NUM_FILES_CATEGORIES_VIEW_HEADER_LABEL="Display Number of Files (Categories View - Header)"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_NUM_FILES_CATEGORIES_VIEW_LABEL="Display Number of Files (Categories View)"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_PLAY_BUTTON_DESC="Display or hide play button"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_PLAY_BUTTON_LABEL="Display Play Button"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_PREVIEW_BUTTON_DESC="Display or hide preview button"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_PREVIEW_BUTTON_LABEL="Display Preview Button"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_UP_ICON_DESC="Display or hide up icon - icon back to category or back to categories view"
+COM_PHOCADOWNLOAD_FIELD_DISPLAY_UP_ICON_LABEL="Display Up Icon"
+COM_PHOCADOWNLOAD_FIELD_DOWNLOADS_DESC="Set Dowloads"
+COM_PHOCADOWNLOAD_FIELD_DOWNLOADS_LABEL="Downloads"
+COM_PHOCADOWNLOAD_FIELD_DOWNLOAD_FOLDER_DESC="Set download folder. If absolute path will be set, this parameter will be ignored. Be aware, the folder set in the parameter must exist on the server."
+COM_PHOCADOWNLOAD_FIELD_DOWNLOAD_FOLDER_LABEL="Download Folder"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_APPROVE_USERFILE_DESC="If Yes, files will be uploaded as not authorized and must be authorized by administrator. If No, files will be uploaded as authorized"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_APPROVE_USERFILE_LABEL="Enable User File Authorization"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_MU_ADMIN_DESC="Enable or disable multiple upload feature for administration"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_MU_ADMIN_LABEL="Enable Multiple Upload (Administration)"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_PLUGIN_QUERY_DESC="Set if Plugin can modify SQL query (Experts only!)"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_PLUGIN_QUERY_LABEL="Enable Plugin Query"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_USER_STAT_DESC="Enable or disable user statistics"
+COM_PHOCADOWNLOAD_FIELD_ENABLE_USER_STAT_LABEL="Enable User Statistics"
+COM_PHOCADOWNLOAD_FIELD_EXTERNAL_DOWNLOAD_LINK_DESC="Select if the external download link will have attribute TARGET=_self or TARGET=_blank"
+COM_PHOCADOWNLOAD_FIELD_EXTERNAL_DOWNLOAD_LINK_LABEL="External Download Link"
+COM_PHOCADOWNLOAD_FIELD_EXTERNAL_LINK_DESC="If the file is stored on external server, paste the external link here. The form field 'Filename' must also be filled (paste the whole link to the file into the form field 'External file' and only the name of the file into the form field 'Filename'). If you set the form field 'Direct Link' (see above) to 'Yes', the external link will be directly accessed (without checking the rights or saving statistics). If you set the form field 'Direct Link' to 'No', internal site will be accessed - statistics will be saved, file will be checked for access rights and then the site will be redirected to the external link (be aware, if the file is public on external server, it cannot be protected by Phoca Download there). Be aware, internal site will be not accessed in File View while clicking on Submit (Download) button."
+COM_PHOCADOWNLOAD_FIELD_EXTERNAL_LINK_LABEL="External Link"
+COM_PHOCADOWNLOAD_FIELD_FILENAME_DESC="Set or select filename"
+COM_PHOCADOWNLOAD_FIELD_FILENAME_LABEL="Filename"
+COM_PHOCADOWNLOAD_FIELD_FILENAME_OR_NAME_LABEL="Filename or Title"
+COM_PHOCADOWNLOAD_FIELD_FILENAME_OR_NAME_LABEL_DESC="Display Filename or Title"
+COM_PHOCADOWNLOAD_FIELD_FILEPLAY_DESC="Set or select file which will be played."
+COM_PHOCADOWNLOAD_FIELD_FILEPLAY_LABEL="File - Play"
+COM_PHOCADOWNLOAD_FIELD_FILEPREVIEW_DESC="Set or select file which will be previewed"
+COM_PHOCADOWNLOAD_FIELD_FILEPREVIEW_LABEL="File - Preview"
+COM_PHOCADOWNLOAD_FIELD_FILE_ICON_SIZE_DESC="Set size of file icon"
+COM_PHOCADOWNLOAD_FIELD_FILE_ICON_SIZE_LABEL="File Icon Size"
+COM_PHOCADOWNLOAD_FIELD_FILE_ICON_SIZE_MD_DESC="Set size of file icon for most downloaded files"
+COM_PHOCADOWNLOAD_FIELD_FILE_ICON_SIZE_MD_LABEL="File Icon Size (Most Downloaded Files)"
+COM_PHOCADOWNLOAD_FIELD_FILE_ORDERING_DESC="Set file ordering"
+COM_PHOCADOWNLOAD_FIELD_FILE_ORDERING_LABEL="File Ordering"
+COM_PHOCADOWNLOAD_FIELD_FINISH_PUBLISHING_DESC="Set finish publishing date"
+COM_PHOCADOWNLOAD_FIELD_FINISH_PUBLISHING_LABEL="Finish Publishing"
+COM_PHOCADOWNLOAD_FIELD_HITS="Hits"
+COM_PHOCADOWNLOAD_FIELD_HITS_DESC="Hits"
+COM_PHOCADOWNLOAD_FIELD_ICON_DESC="Set icon for the file"
+COM_PHOCADOWNLOAD_FIELD_ICON_LABEL="Icon"
+COM_PHOCADOWNLOAD_FIELD_ICON_SPEC1_DESC="Set first specific icon for the file, will be displayed after filename"
+COM_PHOCADOWNLOAD_FIELD_ICON_SPEC1_LABEL="Specific Icon (1)"
+COM_PHOCADOWNLOAD_FIELD_ICON_SPEC2_DESC="Set first specific icon for the file, will be displayed after filename"
+COM_PHOCADOWNLOAD_FIELD_ICON_SPEC2_LABEL="Specific Icon (2)"
+COM_PHOCADOWNLOAD_FIELD_JCONFIG_PERMISSIONS_DESC="Permissions"
+COM_PHOCADOWNLOAD_FIELD_JCONFIG_PERMISSIONS_LABEL="Permissions"
+COM_PHOCADOWNLOAD_FIELD_LICENSE_BOX_HEIGHT_DESC="Set height of license box"
+COM_PHOCADOWNLOAD_FIELD_LICENSE_BOX_HEIGHT_LABEL="License Box Height"
+COM_PHOCADOWNLOAD_FIELD_LICENSE_DESC="Set license of the file, this is only information about the license, if you want that license text needs to be confirmed, you should fill the form field 'Confirm License'"
+COM_PHOCADOWNLOAD_FIELD_LICENSE_LABEL="License"
+COM_PHOCADOWNLOAD_FIELD_LICENSE_TEXT_DESC="Set license text"
+COM_PHOCADOWNLOAD_FIELD_LICENSE_TEXT_LABEL="License Text"
+COM_PHOCADOWNLOAD_FIELD_LICENSE_URL_DESC="Set URL to license. URL to site where is described the license of the file"
+COM_PHOCADOWNLOAD_FIELD_LICENSE_URL_LABEL="License link"
+COM_PHOCADOWNLOAD_FIELD_MAX_COUNT_USER_FILES_DESC="Set maximum count of files user can upload"
+COM_PHOCADOWNLOAD_FIELD_MAX_COUNT_USER_FILES_LABEL="Maximum Count of uploaded user's files"
+COM_PHOCADOWNLOAD_FIELD_MAX_SIZE_USER_FILES_DESC="Set maximum size of all files user can upload"
+COM_PHOCADOWNLOAD_FIELD_MAX_SIZE_USER_FILES_LABEL="Maximum Size of all user's files"
+COM_PHOCADOWNLOAD_FIELD_METADESC_DESC="Set meta description for Phoca Download"
+COM_PHOCADOWNLOAD_FIELD_METADESC_LABEL="Meta Description"
+COM_PHOCADOWNLOAD_FIELD_METAKEY_DESC="Set meta keywords for Phoca Download"
+COM_PHOCADOWNLOAD_FIELD_METAKEY_LABEL="Meta Keywords"
+COM_PHOCADOWNLOAD_FIELD_ORDERING_DESC="Set ordering"
+COM_PHOCADOWNLOAD_FIELD_ORDERING_LABEL="Ordering"
+COM_PHOCADOWNLOAD_FIELD_PARENT_CATEGORY_DESC="Set parent category"
+COM_PHOCADOWNLOAD_FIELD_PARENT_CATEGORY_LABEL="Parent Category"
+COM_PHOCADOWNLOAD_FIELD_PLAYER_HEIGHT_DESC="Set player height (in px)"
+COM_PHOCADOWNLOAD_FIELD_PLAYER_HEIGHT_LABEL="Player Height"
+COM_PHOCADOWNLOAD_FIELD_PLAYER_MP3_HEIGHT_DESC="Set player height (MP3, OGG Audio)"
+COM_PHOCADOWNLOAD_FIELD_PLAYER_MP3_HEIGHT_LABEL="Player Height (MP3, OGG Audio)"
+COM_PHOCADOWNLOAD_FIELD_PLAYER_WIDTH_DESC="Set player width (in px)"
+COM_PHOCADOWNLOAD_FIELD_PLAYER_WIDTH_LABEL="Player Width"
+COM_PHOCADOWNLOAD_FIELD_PLAY_POPUP_WINDOW_DESC="Select play popup window"
+COM_PHOCADOWNLOAD_FIELD_PLAY_POPUP_WINDOW_LABEL="Play Popup Window"
+COM_PHOCADOWNLOAD_FIELD_PREVIEW_HEIGHT_DESC="Set preview height (in px)"
+COM_PHOCADOWNLOAD_FIELD_PREVIEW_HEIGHT_LABEL="Preview Height"
+COM_PHOCADOWNLOAD_FIELD_PREVIEW_POPUP_WINDOW_DESC="Select preview popup window"
+COM_PHOCADOWNLOAD_FIELD_PREVIEW_POPUP_WINDOW_LABEL="Preview Popup Window"
+COM_PHOCADOWNLOAD_FIELD_PREVIEW_WIDTH_DESC="Set preview width (in px)"
+COM_PHOCADOWNLOAD_FIELD_PREVIEW_WIDTH_LABEL="Preview Width"
+COM_PHOCADOWNLOAD_FIELD_PUBLISHED_DESC="Publish or unpublish"
+COM_PHOCADOWNLOAD_FIELD_PUBLISHED_LABEL="Published"
+COM_PHOCADOWNLOAD_FIELD_SEND_EMAIL_DOWNLOAD_DESC="Send email if user will download a file"
+COM_PHOCADOWNLOAD_FIELD_SEND_EMAIL_DOWNLOAD_LABEL="Send Email (Download)"
+COM_PHOCADOWNLOAD_FIELD_SEND_EMAIL_UPLOAD_DESC="Send email if user will upload a file"
+COM_PHOCADOWNLOAD_FIELD_SEND_EMAIL_UPLOAD_LABEL="Send Email (Upload)"
+COM_PHOCADOWNLOAD_FIELD_START_PUBLISHING_DESC="Set start publishing date"
+COM_PHOCADOWNLOAD_FIELD_START_PUBLISHING_LABEL="Start Publishing"
+COM_PHOCADOWNLOAD_FIELD_THEME_DESC="Set theme"
+COM_PHOCADOWNLOAD_FIELD_THEME_LABEL="Theme"
+COM_PHOCADOWNLOAD_FIELD_TITLE_DESC="Set title"
+COM_PHOCADOWNLOAD_FIELD_TITLE_LABEL="Title"
+COM_PHOCADOWNLOAD_FIELD_UPLOAD_MAX_SIZE_ADMIN_DESC="Set the maximum size for an upload in administration. Use zero for no limit. Do not forget, that the upload size can be limited by the server settings (in bytes)"
+COM_PHOCADOWNLOAD_FIELD_UPLOAD_MAX_SIZE_ADMIN_LABEL="Maximum Upload Size (Administration)"
+COM_PHOCADOWNLOAD_FIELD_UPLOAD_RIGHTS_DESC="Set upload rights"
+COM_PHOCADOWNLOAD_FIELD_UPLOAD_RIGHTS_LABEL="Upload Rights"
+COM_PHOCADOWNLOAD_FIELD_USER_FILE_UPLOAD_SIZE_DESC="Set maximum size of file which can be uploaded by user in frontend"
+COM_PHOCADOWNLOAD_FIELD_USER_FILE_UPLOAD_SIZE_LABEL="User File Upload Size"
+COM_PHOCADOWNLOAD_FIELD_USER_UPLOAD_ENABLE_DESC="Enable or disable user upload"
+COM_PHOCADOWNLOAD_FIELD_USER_UPLOAD_ENABLE_LABEL="Enable User Upload"
+COM_PHOCADOWNLOAD_FIELD_VERSION_DESC="Set version"
+COM_PHOCADOWNLOAD_FIELD_VERSION_LABEL="Version"
+COM_PHOCADOWNLOAD_FILE="File"
+COM_PHOCADOWNLOAD_FILENAME="Filename"
+COM_PHOCADOWNLOAD_FILENAME_AND_TITLE="Filename and Title"
+COM_PHOCADOWNLOAD_FILES="Files"
+COM_PHOCADOWNLOAD_FILESIZE="File Size"
+COM_PHOCADOWNLOAD_FILES_UPLOADED="Files Uploaded"
+COM_PHOCADOWNLOAD_FILE_ALREADY_EXISTS="File already exists"
+COM_PHOCADOWNLOAD_FILE_FILEATIME="File (access time)"
+COM_PHOCADOWNLOAD_FILE_FILECTIME="File (inode change time)"
+COM_PHOCADOWNLOAD_FILE_FILEMTIME="File (modification time)"
+COM_PHOCADOWNLOAD_FILE_SETTINGS_LABEL="File Settings"
+COM_PHOCADOWNLOAD_FILE_SIZE_EMPTY="File Size is empty"
+COM_PHOCADOWNLOAD_FILE_TITLE="File Title"
+COM_PHOCADOWNLOAD_FILTER="Filter"
+COM_PHOCADOWNLOAD_FINISH="Finish"
+COM_PHOCADOWNLOAD_FINISH_PUBLISHING="Finish Publishing"
+COM_PHOCADOWNLOAD_FOLDER="Folder"
+COM_PHOCADOWNLOAD_FORM_SELECT_FILENAME="Select Filename"
+COM_PHOCADOWNLOAD_FORM_SELECT_ICON="Select Icon"
+COM_PHOCADOWNLOAD_FTP_LOGIN_DESC="For uploading files (images, themes), Joomla! will most likely need your FTP account details. Please enter them in the form fields below."
+COM_PHOCADOWNLOAD_FTP_LOGIN_LABEL="FTP Login Details"
+COM_PHOCADOWNLOAD_GREY="Grey"
+COM_PHOCADOWNLOAD_GROUP_LABEL_PUBLISHING_DETAILS="Publishing Details"
+COM_PHOCADOWNLOAD_GUEST="Guest"
+COM_PHOCADOWNLOAD_HELP="Help"
+COM_PHOCADOWNLOAD_HITS="Hits"
+COM_PHOCADOWNLOAD_ID="ID"
+COM_PHOCADOWNLOAD_ID_ASC="ID Ascending"
+COM_PHOCADOWNLOAD_ID_DESC="ID Descending"
+COM_PHOCADOWNLOAD_INFO="Info"
+COM_PHOCADOWNLOAD_INSERT="Insert"
+COM_PHOCADOWNLOAD_INSERT_FILENAME="Insert Filename"
+COM_PHOCADOWNLOAD_INSERT_ICON="Insert Icon"
+COM_PHOCADOWNLOAD_INVALID_TOKEN="Invalid Token"
+COM_PHOCADOWNLOAD_I_AGREE_TO_TERMS_LISTED_ABOVE="I agree to the terms listed above"
+COM_PHOCADOWNLOAD_JCOMMENTS="JComments"
+COM_PHOCADOWNLOAD_LICENSE="License"
+COM_PHOCADOWNLOAD_LICENSES="Licenses"
+COM_PHOCADOWNLOAD_LICENSE_AGREEMENT="License Agreement"
+COM_PHOCADOWNLOAD_LOADING="Loading"
+COM_PHOCADOWNLOAD_MAX_LIMIT_CHARS_REACHED="You have reached maximum limit of characters allowed"
+COM_PHOCADOWNLOAD_MAX_SIZE="Max Size"
+COM_PHOCADOWNLOAD_MODAL_BOX="Modal Box"
+COM_PHOCADOWNLOAD_MOST_DOWNLOADED_FILES="Most downloaded files"
+COM_PHOCADOWNLOAD_MULTIPLE_UPLOAD="Multiple Upload"
+COM_PHOCADOWNLOAD_NEW="New"
+COM_PHOCADOWNLOAD_NEW_CATEGORY="New Category"
+COM_PHOCADOWNLOAD_NEW_FILE="New File"
+COM_PHOCADOWNLOAD_NO="No"
+COM_PHOCADOWNLOAD_NOBODY="Nobody"
+COM_PHOCADOWNLOAD_NONE="None"
+COM_PHOCADOWNLOAD_NOT_APPROVE="Unauthorize"
+COM_PHOCADOWNLOAD_NOT_APPROVED="Not Authorized"
+COM_PHOCADOWNLOAD_NOT_APPROVED_FILES_COUNT="Count of not authorized file(s)"
+COM_PHOCADOWNLOAD_NOT_APPROVE_ITEM="Unauthorize item"
+COM_PHOCADOWNLOAD_NOT_AUTHORISED_ACTION="You are not authorized to do this action"
+COM_PHOCADOWNLOAD_NOT_AUTHORISED_TO_UPLOAD="You are not authorized to upload file"
+COM_PHOCADOWNLOAD_NOT_INSTALLED_BROWSERPLUS="You browser doesn't have BrowserPlus installed."
+COM_PHOCADOWNLOAD_NOT_INSTALLED_FLASH="You browser doesn't have Flash installed."
+COM_PHOCADOWNLOAD_NOT_INSTALLED_GEARS="You browser doesn't have Gears installed."
+COM_PHOCADOWNLOAD_NOT_INSTALLED_SILVERLIGHT="You browser doesn't have Silverlight installed."
+COM_PHOCADOWNLOAD_NOT_SUPPORTED_HTML4="You browser doesn't have HTML 4 support."
+COM_PHOCADOWNLOAD_NOT_SUPPORTED_HTML5="You browser doesn't have HTML 5 support."
+COM_PHOCADOWNLOAD_NO_EXPIRY="No Expiry"
+COM_PHOCADOWNLOAD_NO_RIGHTS_ACCESS_CATEGORY="You have no rights to access this category"
+COM_PHOCADOWNLOAD_NO_SUBCATEGORIES="No Subcategories"
+COM_PHOCADOWNLOAD_N_ITEMS_APPROVED="%d items successfully authorized"
+COM_PHOCADOWNLOAD_N_ITEMS_APPROVED_1="%d item successfully authorized"
+COM_PHOCADOWNLOAD_N_ITEMS_CHECKED_IN_0="No item successfully checked in"
+COM_PHOCADOWNLOAD_N_ITEMS_CHECKED_IN_1="%d item successfully checked in"
+COM_PHOCADOWNLOAD_N_ITEMS_CHECKED_IN_MORE="%d items successfully checked in"
+COM_PHOCADOWNLOAD_N_ITEMS_DELETED="%d items successfully deleted"
+COM_PHOCADOWNLOAD_N_ITEMS_DELETED_1="%d item successfully deleted"
+COM_PHOCADOWNLOAD_N_ITEMS_DISAPPROVED="%d items successfully unauthorized"
+COM_PHOCADOWNLOAD_N_ITEMS_DISAPPROVED_1="%d item successfully unauthorized"
+COM_PHOCADOWNLOAD_N_ITEMS_PUBLISHED="%d items successfully published"
+COM_PHOCADOWNLOAD_N_ITEMS_PUBLISHED_1="%d item successfully published"
+COM_PHOCADOWNLOAD_N_ITEMS_UNPUBLISHED="%d items successfully unpublished"
+COM_PHOCADOWNLOAD_N_ITEMS_UNPUBLISHED_1="%d item successfully unpublished"
+COM_PHOCADOWNLOAD_OPEN="Open"
+COM_PHOCADOWNLOAD_ORDER="Order"
+COM_PHOCADOWNLOAD_ORDERING="Ordering"
+COM_PHOCADOWNLOAD_ORDERING_ASC="Ordering Ascending"
+COM_PHOCADOWNLOAD_ORDERING_DESC="Ordering Descending"
+COM_PHOCADOWNLOAD_OVERLIB="Overlib"
+COM_PHOCADOWNLOAD_OWNER="Owner"
+COM_PHOCADOWNLOAD_PARENT_CATEGORY="Parent Category"
+COM_PHOCADOWNLOAD_PATH="Path"
+COM_PHOCADOWNLOAD_PD_CONTROL_PANEL="Phoca Download Control Panel"
+COM_PHOCADOWNLOAD_PD_INFO="Phoca Download Info"
+COM_PHOCADOWNLOAD_PENDING="Pending"
+COM_PHOCADOWNLOAD_PLAY="Play"
+COM_PHOCADOWNLOAD_PLAY_SETTINGS_LABEL="Play Settings"
+COM_PHOCADOWNLOAD_PLEASE_ADD_FILE="Please add a file"
+COM_PHOCADOWNLOAD_PLEASE_ENTER_VALID_EMAIL_ADDRESS="Please enter a valid email address"
+COM_PHOCADOWNLOAD_PLEASE_ENTER_VALID_WEBSITE="Please enter a valid website (format: http://your_site.com)"
+COM_PHOCADOWNLOAD_PLEASE_LOGIN_DOWNLOAD_FILE="Please login to download the file"
+COM_PHOCADOWNLOAD_PLEASE_SELECT_CATEGORY="Please select category"
+COM_PHOCADOWNLOAD_PREVIEW="Preview"
+COM_PHOCADOWNLOAD_PREVIEW_SETTINGS_LABEL="Preview Settings"
+COM_PHOCADOWNLOAD_PUBLISHED="Published"
+COM_PHOCADOWNLOAD_PUBLISH_INFORMATION="Publish Information"
+COM_PHOCADOWNLOAD_RESET="Reset"
+COM_PHOCADOWNLOAD_ROUNDED_CORNERS="Rounded Corners"
+COM_PHOCADOWNLOAD_SEARCH="Search"
+COM_PHOCADOWNLOAD_SEARCH_IN_TITLE="Search"
+COM_PHOCADOWNLOAD_SELECT_CATEGORY="Select Category"
+COM_PHOCADOWNLOAD_SELECT_FILES="Select Files"
+COM_PHOCADOWNLOAD_SELECT_ITEM_RESET="Select an item to reset"
+COM_PHOCADOWNLOAD_SELECT_LICENSE="Select License"
+COM_PHOCADOWNLOAD_SELF="Self"
+COM_PHOCADOWNLOAD_SIZE="Size"
+COM_PHOCADOWNLOAD_STANDARD_POPUP_WINDOW="Standard Popup Window"
+COM_PHOCADOWNLOAD_START="Start"
+COM_PHOCADOWNLOAD_START_PUBLISHING="Start Publishing"
+COM_PHOCADOWNLOAD_START_UPLOAD="Start Upload"
+COM_PHOCADOWNLOAD_START_UPLOADING_QUEUE="Start Uploading Queue"
+COM_PHOCADOWNLOAD_STATISTICS="Statistics"
+COM_PHOCADOWNLOAD_STATUS="Status"
+COM_PHOCADOWNLOAD_STOP_CURRENT_UPLOAD="Stop Current Upload"
+COM_PHOCADOWNLOAD_SUCCESS="Success"
+COM_PHOCADOWNLOAD_SUCCESS_FILE_UPLOAD="File uploaded"
+COM_PHOCADOWNLOAD_SUCCESS_FILE_UPLOADED="File uploaded"
+COM_PHOCADOWNLOAD_SUCCESS_FOLDER_CREATING="Folder created"
+COM_PHOCADOWNLOAD_SUCCESS_RESET_USER_STAT="User Statistics reset"
+COM_PHOCADOWNLOAD_THERE_IS_NO_FILE="There is no file"
+COM_PHOCADOWNLOAD_TITLE="Title"
+COM_PHOCADOWNLOAD_TITLE_ASC="Title Ascending"
+COM_PHOCADOWNLOAD_TITLE_DESC="Title Descending"
+COM_PHOCADOWNLOAD_TOP="Top"
+COM_PHOCADOWNLOAD_TOP_AND_OVERLIB="Top and Overlib"
+COM_PHOCADOWNLOAD_TOP_WITH_DETAIL_AND_OVERLIB="Top with detail and Overlib"
+COM_PHOCADOWNLOAD_UNABLE_TO_UPLOAD_FILE="File cannot be uploaded - unable to move file"
+COM_PHOCADOWNLOAD_UP="Up"
+COM_PHOCADOWNLOAD_UPLOAD="Upload"
+COM_PHOCADOWNLOAD_UPLOADED_FILES="Uploaded Files"
+COM_PHOCADOWNLOAD_UPLOAD_FILE="Upload File"
+COM_PHOCADOWNLOAD_USER="User"
+COM_PHOCADOWNLOAD_USERNAME="Username"
+COM_PHOCADOWNLOAD_USERS="Users"
+COM_PHOCADOWNLOAD_USER_STATISTICS="User Statistics"
+COM_PHOCADOWNLOAD_USER_UPLOAD_DISABLED="User Upload is disabled"
+COM_PHOCADOWNLOAD_VERSION="Version"
+COM_PHOCADOWNLOAD_WARNFILENAME="File name must only contain alphanumeric characters, underscores, hyphens and spaces."
+COM_PHOCADOWNLOAD_WARNFILETOOLARGE="This file is too large to upload."
+COM_PHOCADOWNLOAD_WARNFILETYPE="This file type is not supported (or there are some restrictions on the server)."
+COM_PHOCADOWNLOAD_WARNFILETYPE_DISALLOWED="The file type is disallowed - file cannot be uploaded"
+COM_PHOCADOWNLOAD_WARNFILETYPE_DISALLOWED_DOWNLOAD="Error while downloading file (Disallowed Mime Type)"
+COM_PHOCADOWNLOAD_WARNFILETYPE_DOWNLOAD="Error while downloading file (Mime Type not found)"
+COM_PHOCADOWNLOAD_WARNFILETYPE_NOT_ALLOWED="The file type is not allowed - file cannot be uploaded"
+COM_PHOCADOWNLOAD_WARNIEXSS="Possible IE XSS Attack found."
+COM_PHOCADOWNLOAD_WARNING_AGREE_LICENSE_TERMS="You must agree to listed terms"
+COM_PHOCADOWNLOAD_WARNING_AUTHORIZE_ALL="Do you really want to authorize all files of all users?"
+COM_PHOCADOWNLOAD_WARNING_DELETE_ITEMS="Are you sure you want to delete the listed Items?"
+COM_PHOCADOWNLOAD_WARNING_DIRNAME="Error: Wrong folder name"
+COM_PHOCADOWNLOAD_WARNING_INPUT_FILE_UPLOAD="Please input a file for upload"
+COM_PHOCADOWNLOAD_WARNING_RESET_DOWNLOADS="Really reset downloads?"
+COM_PHOCADOWNLOAD_WARNINVALIDIMG="Not a valid image."
+COM_PHOCADOWNLOAD_WARNINVALIDMIME="Illegal or invalid mime type detected."
+COM_PHOCADOWNLOAD_WARNNOTADMIN="Uploaded file is not an image file and you are not a manager or higher."
+COM_PHOCADOWNLOAD_WARNSAFEMODE="Directory creation is not allowed while running in SAFE MODE as this can cause problems."
+COM_PHOCADOWNLOAD_WARNUSERFILESTOOLARGE="Maximum size of all your files reached. File cannot be uploaded."
+COM_PHOCADOWNLOAD_WARNUSERFILESTOOMUCH="Maximum count of all your files reached. File cannot be uploaded."
+COM_PHOCADOWNLOAD_YES="Yes"
+COM_PHOCADOWNLOAD_AT="at"
+COM_PHOCADOWNLOAD_ERROR_CONTROLLER="Error: No such controller or task"
+COM_PHOCADOWNLOAD_ERROR_FOLDER_CREATING_EXISTS="Folder exists"
+COM_PHOCADOWNLOAD_SUCCESS_FOLDER_CREATING="Folder created"
+COM_PHOCADOWNLOAD_EDIT_LICENSE="Edit License"
+COM_PHOCADOWNLOAD_NEW_LICENSE="New License"
+COM_PHOCADOWNLOAD_NEW_MODEL_INFO="MODELL INFORMÃCIÓI"
+COM_PHOCADOWNLOAD_PRODUCER="Gyártó"
+COM_PHOCADOWNLOAD_AUTHOR="Szerző"
+COM_PHOCADOWNLOAD_POLYGONS="Sokszögek"
+COM_PHOCADOWNLOAD_FILE_SIZE="Fájl Mérete"
+COM_PHOCADOWNLOAD_BOUNDS="Határok"
+COM_PHOCADOWNLOAD_CLOUD_LIBRARY_DESC="Az ARCHLine.XP Warehouse az a hely, ahol kereshet vagy megoszthat ARCHLine.XP tartalmakat, például modelleket, anyagokat, egyedi stÃlusokat.
+A modellek SketchUp formátumban is elérhetÅ‘k. Ossza meg munkáit, és merÃtsen ihletet másoktól."
+COM_PHOCADOWNLOAD_LOGIN_HEADER="Bejelentkezés"
+COM_PHOCADOWNLOAD_LOGIN_CLOSE="Bezárás"
+COM_PHOCADOWNLOAD_CLOUD_LIBRARY_PROFILE="Adatlap"
+COM_PHOCADOWNLOAD_CLOUD_LIBRARY_LOGOUT="Kijelentkezés"
+COM_PHOCADOWNLOAD_CLOUD_LIBRARY_DOWNLOAD="ARCHLine.XP Letöltés"
+COM_PHOCADOWNLOAD_CLOUD_LIBRARY_PUBLISH="Elem publikálása"
+COM_PHOCADOWNLOAD_CLOUD_LIBRARY_MAKE_PRIVATE="Elem elrejtése"
+COM_PHOCADOWNLOAD_CLOUD_LIBRARY_PRIVATE="Privát"
+COM_PHOCADOWNLOAD_CLOUD_LIBRARY_NO_RESULT="Nincs találat"
+COM_PHOCADOWNLOAD_CLOUD_LIBRARY_ARE_YOU_SURE="Biztosan törölni szeretné ezt az elemet?"
+COM_PHOCADOWNLOAD_CLOUD_LIBRARY_MY_CONTENT="Tartalmaim"
+COM_PHOCADOWNLOAD_PRODUCT_LINE="Termékcsalád"
+COM_PHOCADOWNLOAD_DOWNLOAD_SCALE_DOWN="KicsinyÃtés"
+COM_PHOCADOWNLOAD_DOWNLOAD_SCALE_UP="NagyÃtás"
+COM_PHOCADOWNLOAD_DOWNLOAD_MODELS="Modellek"
+COM_PHOCADOWNLOAD_DOWNLOAD_BRANDS="Márkák"
+COM_PHOCADOWNLOAD_DOWNLOAD_PREVIOUS="Előző"
+COM_PHOCADOWNLOAD_DOWNLOAD_NEXT="Következő"
+COM_PHOCADOWNLOAD_DOWNLOAD_AS_DXF="Download as dxf"
+COM_PHOCADOWNLOAD_DOWNLOAD_ALL="Összes letöltése"
+COM_PHOCADOWNLOAD_VIEWS="Megtekintések"
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/bootstrap/css/bootstrap.extended.css b/packages/phocadownload/media/com_phocadownload/bootstrap/css/bootstrap.extended.css
new file mode 100644
index 00000000..ccadec04
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/bootstrap/css/bootstrap.extended.css
@@ -0,0 +1,36 @@
+/*!
+ * Bootstrap v3.0.2
+ *
+ * Copyright 2013 Twitter, Inc
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ */
+
+#phoca-dl-category-box .ph-thumbnail h3,
+#phoca-dl-categories-box .ph-thumbnail h3 {
+ margin-top: 5px;
+ margin-left: 5px;
+}
+#phoca-dl-category-box .ph-subcategories,
+#phoca-dl-categories-box .ph-subcategories {
+ margin: 5px;
+}
+/*
+.modal .modal-body {
+ height: 300px;
+ overflow-y: auto;
+}*/
+/*
+.grid7 .col-md-1 { width: 10%; }
+.grid7 .col-md-2 { width: 20%; }
+.grid7 .col-md-3 { width: 30%; }
+.grid7 .col-md-4 { width: 40%; }
+.grid7 .col-md-5 { width: 5%; }
+.grid7 .col-md-6 { width: 60%; }
+.grid7 .col-md-7 { width: 70%; }
+.grid7 .col-md-8 { width: 80%; }
+.grid7 .col-md-9 { width: 90%; }
+.grid7 .col-md-10 { width: 100%; }*/
+
diff --git a/packages/phocadownload/media/com_phocadownload/bootstrap/css/bootstrap.glyphicons.min.css b/packages/phocadownload/media/com_phocadownload/bootstrap/css/bootstrap.glyphicons.min.css
new file mode 100644
index 00000000..ab6ef068
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/bootstrap/css/bootstrap.glyphicons.min.css
@@ -0,0 +1,14 @@
+/*!
+ * Bootstrap v3.3.4 (http://getbootstrap.com)
+ * Copyright 2011-2015 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
+
+/*!
+ * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=61679c5c55e18c0213c5)
+ * Config saved to config.json and https://gist.github.com/61679c5c55e18c0213c5
+ *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}
+.glyphicon-menu-coins:before{content:"\e038"}
+
+
+ *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/bootstrap/css/bootstrap.min.css b/packages/phocadownload/media/com_phocadownload/bootstrap/css/bootstrap.min.css
new file mode 100644
index 00000000..12a4edc6
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/bootstrap/css/bootstrap.min.css
@@ -0,0 +1,890 @@
+/*!
+ * Bootstrap v3.0.2
+ *
+ * Copyright 2013 Twitter, Inc
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ */
+
+
+article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
+audio,canvas,video{display:inline-block;}
+audio:not([controls]){display:none;height:0;}
+[hidden],template{display:none;}
+html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
+body{margin:0;}
+a{background:transparent;}
+a:focus{outline:thin dotted;}
+a:active,a:hover{outline:0;}
+h1{font-size:2em;margin:0.67em 0;}
+abbr[title]{border-bottom:1px dotted;}
+b,strong{font-weight:bold;}
+dfn{font-style:italic;}
+hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
+mark{background:#ff0;color:#000;}
+code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}
+pre{white-space:pre-wrap;}
+q{quotes:"\201C" "\201D" "\2018" "\2019";}
+small{font-size:80%;}
+sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
+sup{top:-0.5em;}
+sub{bottom:-0.25em;}
+img{border:0;}
+svg:not(:root){overflow:hidden;}
+figure{margin:0;}
+fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
+legend{border:0;padding:0;}
+button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}
+button,input{line-height:normal;}
+button,select{text-transform:none;}
+button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
+button[disabled],html input[disabled]{cursor:default;}
+input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
+input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
+input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
+button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
+textarea{overflow:auto;vertical-align:top;}
+table{border-collapse:collapse;border-spacing:0;}
+@media print{*{text-shadow:none !important;color:#000 !important;background:transparent !important;box-shadow:none !important;} a,a:visited{text-decoration:underline;} a[href]:after{content:" (" attr(href) ")";} abbr[title]:after{content:" (" attr(title) ")";} a[href^="javascript:"]:after,a[href^="#"]:after{content:"";} pre,blockquote{border:1px solid #999;page-break-inside:avoid;} thead{display:table-header-group;} tr,img{page-break-inside:avoid;} img{max-width:100% !important;} @page {margin:2cm .5cm;}p,h2,h3{orphans:3;widows:3;} h2,h3{page-break-after:avoid;} select{background:#fff !important;} .navbar{display:none;} .table td,.table th{background-color:#fff !important;} .btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important;} .label{border:1px solid #000;} .table{border-collapse:collapse !important;} .table-bordered th,.table-bordered td{border:1px solid #ddd !important;}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
+html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
+body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333333;background-color:#ffffff;}
+input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;}
+a{color:#428bca;text-decoration:none;}a:hover,a:focus{color:#2a6496;text-decoration:underline;}
+a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
+img{vertical-align:middle;}
+.img-responsive{display:block;max-width:100%;height:auto;}
+.img-rounded{border-radius:6px;}
+.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto;}
+.img-circle{border-radius:50%;}
+hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee;}
+.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;}
+p{margin:0 0 10px;}
+.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4;}@media (min-width:768px){.lead{font-size:21px;}}
+small,.small{font-size:85%;}
+cite{font-style:normal;}
+.text-muted{color:#999999;}
+.text-primary{color:#428bca;}.text-primary:hover{color:#3071a9;}
+.text-warning{color:#c09853;}.text-warning:hover{color:#a47e3c;}
+.text-danger{color:#b94a48;}.text-danger:hover{color:#953b39;}
+.text-success{color:#468847;}.text-success:hover{color:#356635;}
+.text-info{color:#3a87ad;}.text-info:hover{color:#2d6987;}
+.text-left{text-align:left;}
+.text-right{text-align:right;}
+.text-center{text-align:center;}
+h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1;color:inherit;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999999;}
+h1,h2,h3{margin-top:20px;margin-bottom:10px;}h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small{font-size:65%;}
+h4,h5,h6{margin-top:10px;margin-bottom:10px;}h4 small,h5 small,h6 small,h4 .small,h5 .small,h6 .small{font-size:75%;}
+h1,.h1{font-size:36px;}
+h2,.h2{font-size:30px;}
+h3,.h3{font-size:24px;}
+h4,.h4{font-size:18px;}
+h5,.h5{font-size:14px;}
+h6,.h6{font-size:12px;}
+.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eeeeee;}
+ul,ol{margin-top:0;margin-bottom:10px;}ul ul,ol ul,ul ol,ol ol{margin-bottom:0;}
+.list-unstyled{padding-left:0;list-style:none;}
+.list-inline{padding-left:0;list-style:none;}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px;}.list-inline>li:first-child{padding-left:0;}
+dl{margin-bottom:20px;}
+dt,dd{line-height:1.428571429;}
+dt{font-weight:bold;}
+dd{margin-left:0;}
+@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;} .dl-horizontal dd{margin-left:180px;}.dl-horizontal dd:before,.dl-horizontal dd:after{content:" ";display:table;} .dl-horizontal dd:after{clear:both;} .dl-horizontal dd:before,.dl-horizontal dd:after{content:" ";display:table;} .dl-horizontal dd:after{clear:both;}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999999;}
+abbr.initialism{font-size:90%;text-transform:uppercase;}
+blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eeeeee;}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25;}
+blockquote p:last-child{margin-bottom:0;}
+blockquote small{display:block;line-height:1.428571429;color:#999999;}blockquote small:before{content:'\2014 \00A0';}
+blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;}blockquote.pull-right p,blockquote.pull-right small,blockquote.pull-right .small{text-align:right;}
+blockquote.pull-right small:before,blockquote.pull-right .small:before{content:'';}
+blockquote.pull-right small:after,blockquote.pull-right .small:after{content:'\00A0 \2014';}
+blockquote:before,blockquote:after{content:"";}
+address{margin-bottom:20px;font-style:normal;line-height:1.428571429;}
+code,kbd,pre,samp{font-family:Monaco,Menlo,Consolas,"Courier New",monospace;}
+code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px;}
+pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;word-break:break-all;word-wrap:break-word;color:#333333;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:4px;}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0;}
+.pre-scrollable{max-height:340px;overflow-y:scroll;}
+.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;}.container:before,.container:after{content:" ";display:table;}
+.container:after{clear:both;}
+.container:before,.container:after{content:" ";display:table;}
+.container:after{clear:both;}
+.row{margin-left:-15px;margin-right:-15px;}.row:before,.row:after{content:" ";display:table;}
+.row:after{clear:both;}
+.row:before,.row:after{content:" ";display:table;}
+.row:after{clear:both;}
+.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}
+.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11{float:left;}
+.col-xs-12{width:100%;}
+.col-xs-11{width:91.66666666666666%;}
+.col-xs-10{width:83.33333333333334%;}
+.col-xs-9{width:75%;}
+.col-xs-8{width:66.66666666666666%;}
+.col-xs-7{width:58.333333333333336%;}
+.col-xs-6{width:50%;}
+.col-xs-5{width:41.66666666666667%;}
+.col-xs-4{width:33.33333333333333%;}
+.col-xs-3{width:25%;}
+.col-xs-2{width:16.666666666666664%;}
+.col-xs-1{width:8.333333333333332%;}
+.col-xs-pull-12{right:100%;}
+.col-xs-pull-11{right:91.66666666666666%;}
+.col-xs-pull-10{right:83.33333333333334%;}
+.col-xs-pull-9{right:75%;}
+.col-xs-pull-8{right:66.66666666666666%;}
+.col-xs-pull-7{right:58.333333333333336%;}
+.col-xs-pull-6{right:50%;}
+.col-xs-pull-5{right:41.66666666666667%;}
+.col-xs-pull-4{right:33.33333333333333%;}
+.col-xs-pull-3{right:25%;}
+.col-xs-pull-2{right:16.666666666666664%;}
+.col-xs-pull-1{right:8.333333333333332%;}
+.col-xs-pull-0{right:0%;}
+.col-xs-push-12{left:100%;}
+.col-xs-push-11{left:91.66666666666666%;}
+.col-xs-push-10{left:83.33333333333334%;}
+.col-xs-push-9{left:75%;}
+.col-xs-push-8{left:66.66666666666666%;}
+.col-xs-push-7{left:58.333333333333336%;}
+.col-xs-push-6{left:50%;}
+.col-xs-push-5{left:41.66666666666667%;}
+.col-xs-push-4{left:33.33333333333333%;}
+.col-xs-push-3{left:25%;}
+.col-xs-push-2{left:16.666666666666664%;}
+.col-xs-push-1{left:8.333333333333332%;}
+.col-xs-push-0{left:0%;}
+.col-xs-offset-12{margin-left:100%;}
+.col-xs-offset-11{margin-left:91.66666666666666%;}
+.col-xs-offset-10{margin-left:83.33333333333334%;}
+.col-xs-offset-9{margin-left:75%;}
+.col-xs-offset-8{margin-left:66.66666666666666%;}
+.col-xs-offset-7{margin-left:58.333333333333336%;}
+.col-xs-offset-6{margin-left:50%;}
+.col-xs-offset-5{margin-left:41.66666666666667%;}
+.col-xs-offset-4{margin-left:33.33333333333333%;}
+.col-xs-offset-3{margin-left:25%;}
+.col-xs-offset-2{margin-left:16.666666666666664%;}
+.col-xs-offset-1{margin-left:8.333333333333332%;}
+.col-xs-offset-0{margin-left:0%;}
+@media (min-width:768px){.container{width:750px;} .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{float:left;} .col-sm-12{width:100%;} .col-sm-11{width:91.66666666666666%;} .col-sm-10{width:83.33333333333334%;} .col-sm-9{width:75%;} .col-sm-8{width:66.66666666666666%;} .col-sm-7{width:58.333333333333336%;} .col-sm-6{width:50%;} .col-sm-5{width:41.66666666666667%;} .col-sm-4{width:33.33333333333333%;} .col-sm-3{width:25%;} .col-sm-2{width:16.666666666666664%;} .col-sm-1{width:8.333333333333332%;} .col-sm-pull-12{right:100%;} .col-sm-pull-11{right:91.66666666666666%;} .col-sm-pull-10{right:83.33333333333334%;} .col-sm-pull-9{right:75%;} .col-sm-pull-8{right:66.66666666666666%;} .col-sm-pull-7{right:58.333333333333336%;} .col-sm-pull-6{right:50%;} .col-sm-pull-5{right:41.66666666666667%;} .col-sm-pull-4{right:33.33333333333333%;} .col-sm-pull-3{right:25%;} .col-sm-pull-2{right:16.666666666666664%;} .col-sm-pull-1{right:8.333333333333332%;} .col-sm-pull-0{right:0%;} .col-sm-push-12{left:100%;} .col-sm-push-11{left:91.66666666666666%;} .col-sm-push-10{left:83.33333333333334%;} .col-sm-push-9{left:75%;} .col-sm-push-8{left:66.66666666666666%;} .col-sm-push-7{left:58.333333333333336%;} .col-sm-push-6{left:50%;} .col-sm-push-5{left:41.66666666666667%;} .col-sm-push-4{left:33.33333333333333%;} .col-sm-push-3{left:25%;} .col-sm-push-2{left:16.666666666666664%;} .col-sm-push-1{left:8.333333333333332%;} .col-sm-push-0{left:0%;} .col-sm-offset-12{margin-left:100%;} .col-sm-offset-11{margin-left:91.66666666666666%;} .col-sm-offset-10{margin-left:83.33333333333334%;} .col-sm-offset-9{margin-left:75%;} .col-sm-offset-8{margin-left:66.66666666666666%;} .col-sm-offset-7{margin-left:58.333333333333336%;} .col-sm-offset-6{margin-left:50%;} .col-sm-offset-5{margin-left:41.66666666666667%;} .col-sm-offset-4{margin-left:33.33333333333333%;} .col-sm-offset-3{margin-left:25%;} .col-sm-offset-2{margin-left:16.666666666666664%;} .col-sm-offset-1{margin-left:8.333333333333332%;} .col-sm-offset-0{margin-left:0%;}}@media (min-width:992px){.container{width:970px;} .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{float:left;} .col-md-12{width:100%;} .col-md-11{width:91.66666666666666%;} .col-md-10{width:83.33333333333334%;} .col-md-9{width:75%;} .col-md-8{width:66.66666666666666%;} .col-md-7{width:58.333333333333336%;} .col-md-6{width:50%;} .col-md-5{width:41.66666666666667%;} .col-md-4{width:33.33333333333333%;} .col-md-3{width:25%;} .col-md-2{width:16.666666666666664%;} .col-md-1{width:8.333333333333332%;} .col-md-pull-12{right:100%;} .col-md-pull-11{right:91.66666666666666%;} .col-md-pull-10{right:83.33333333333334%;} .col-md-pull-9{right:75%;} .col-md-pull-8{right:66.66666666666666%;} .col-md-pull-7{right:58.333333333333336%;} .col-md-pull-6{right:50%;} .col-md-pull-5{right:41.66666666666667%;} .col-md-pull-4{right:33.33333333333333%;} .col-md-pull-3{right:25%;} .col-md-pull-2{right:16.666666666666664%;} .col-md-pull-1{right:8.333333333333332%;} .col-md-pull-0{right:0%;} .col-md-push-12{left:100%;} .col-md-push-11{left:91.66666666666666%;} .col-md-push-10{left:83.33333333333334%;} .col-md-push-9{left:75%;} .col-md-push-8{left:66.66666666666666%;} .col-md-push-7{left:58.333333333333336%;} .col-md-push-6{left:50%;} .col-md-push-5{left:41.66666666666667%;} .col-md-push-4{left:33.33333333333333%;} .col-md-push-3{left:25%;} .col-md-push-2{left:16.666666666666664%;} .col-md-push-1{left:8.333333333333332%;} .col-md-push-0{left:0%;} .col-md-offset-12{margin-left:100%;} .col-md-offset-11{margin-left:91.66666666666666%;} .col-md-offset-10{margin-left:83.33333333333334%;} .col-md-offset-9{margin-left:75%;} .col-md-offset-8{margin-left:66.66666666666666%;} .col-md-offset-7{margin-left:58.333333333333336%;} .col-md-offset-6{margin-left:50%;} .col-md-offset-5{margin-left:41.66666666666667%;} .col-md-offset-4{margin-left:33.33333333333333%;} .col-md-offset-3{margin-left:25%;} .col-md-offset-2{margin-left:16.666666666666664%;} .col-md-offset-1{margin-left:8.333333333333332%;} .col-md-offset-0{margin-left:0%;}}@media (min-width:1200px){.container{width:1170px;} .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{float:left;} .col-lg-12{width:100%;} .col-lg-11{width:91.66666666666666%;} .col-lg-10{width:83.33333333333334%;} .col-lg-9{width:75%;} .col-lg-8{width:66.66666666666666%;} .col-lg-7{width:58.333333333333336%;} .col-lg-6{width:50%;} .col-lg-5{width:41.66666666666667%;} .col-lg-4{width:33.33333333333333%;} .col-lg-3{width:25%;} .col-lg-2{width:16.666666666666664%;} .col-lg-1{width:8.333333333333332%;} .col-lg-pull-12{right:100%;} .col-lg-pull-11{right:91.66666666666666%;} .col-lg-pull-10{right:83.33333333333334%;} .col-lg-pull-9{right:75%;} .col-lg-pull-8{right:66.66666666666666%;} .col-lg-pull-7{right:58.333333333333336%;} .col-lg-pull-6{right:50%;} .col-lg-pull-5{right:41.66666666666667%;} .col-lg-pull-4{right:33.33333333333333%;} .col-lg-pull-3{right:25%;} .col-lg-pull-2{right:16.666666666666664%;} .col-lg-pull-1{right:8.333333333333332%;} .col-lg-pull-0{right:0%;} .col-lg-push-12{left:100%;} .col-lg-push-11{left:91.66666666666666%;} .col-lg-push-10{left:83.33333333333334%;} .col-lg-push-9{left:75%;} .col-lg-push-8{left:66.66666666666666%;} .col-lg-push-7{left:58.333333333333336%;} .col-lg-push-6{left:50%;} .col-lg-push-5{left:41.66666666666667%;} .col-lg-push-4{left:33.33333333333333%;} .col-lg-push-3{left:25%;} .col-lg-push-2{left:16.666666666666664%;} .col-lg-push-1{left:8.333333333333332%;} .col-lg-push-0{left:0%;} .col-lg-offset-12{margin-left:100%;} .col-lg-offset-11{margin-left:91.66666666666666%;} .col-lg-offset-10{margin-left:83.33333333333334%;} .col-lg-offset-9{margin-left:75%;} .col-lg-offset-8{margin-left:66.66666666666666%;} .col-lg-offset-7{margin-left:58.333333333333336%;} .col-lg-offset-6{margin-left:50%;} .col-lg-offset-5{margin-left:41.66666666666667%;} .col-lg-offset-4{margin-left:33.33333333333333%;} .col-lg-offset-3{margin-left:25%;} .col-lg-offset-2{margin-left:16.666666666666664%;} .col-lg-offset-1{margin-left:8.333333333333332%;} .col-lg-offset-0{margin-left:0%;}}table{max-width:100%;background-color:transparent;}
+th{text-align:left;}
+.table{width:100%;margin-bottom:20px;}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #dddddd;}
+.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #dddddd;}
+.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0;}
+.table>tbody+tbody{border-top:2px solid #dddddd;}
+.table .table{background-color:#ffffff;}
+.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px;}
+.table-bordered{border:1px solid #dddddd;}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #dddddd;}
+.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px;}
+.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9;}
+.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5;}
+table col[class*="col-"]{float:none;display:table-column;}
+table td[class*="col-"],table th[class*="col-"]{float:none;display:table-cell;}
+.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5;}
+.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8;}
+.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6;}
+.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede;}
+.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc;}
+.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3;}
+.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc;}
+@media (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #dddddd;-webkit-overflow-scrolling:touch;}.table-responsive>.table{margin-bottom:0;}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap;} .table-responsive>.table-bordered{border:0;}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0;} .table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0;} .table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0;}}fieldset{padding:0;margin:0;border:0;}
+legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333333;border:0;border-bottom:1px solid #e5e5e5;}
+label{display:inline-block;margin-bottom:5px;font-weight:bold;}
+input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
+input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal;}
+input[type="file"]{display:block;}
+select[multiple],select[size]{height:auto;}
+select optgroup{font-size:inherit;font-style:inherit;font-family:inherit;}
+input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
+input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto;}
+output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555555;vertical-align:middle;}
+.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555555;vertical-align:middle;background-color:#ffffff;background-image:none;border:1px solid #cccccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);}
+.form-control:-moz-placeholder{color:#999999;}
+.form-control::-moz-placeholder{color:#999999;}
+.form-control:-ms-input-placeholder{color:#999999;}
+.form-control::-webkit-input-placeholder{color:#999999;}
+.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eeeeee;}
+textarea.form-control{height:auto;}
+.form-group{margin-bottom:15px;}
+.radio,.checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px;vertical-align:middle;}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer;}
+.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px;}
+.radio+.radio,.checkbox+.checkbox{margin-top:-5px;}
+.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer;}
+.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px;}
+input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed;}
+.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}select.input-sm{height:30px;line-height:30px;}
+textarea.input-sm{height:auto;}
+.input-lg{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;}select.input-lg{height:45px;line-height:45px;}
+textarea.input-lg{height:auto;}
+.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#c09853;}
+.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #dbc59e;}
+.has-warning .input-group-addon{color:#c09853;border-color:#c09853;background-color:#fcf8e3;}
+.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#b94a48;}
+.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #d59392;}
+.has-error .input-group-addon{color:#b94a48;border-color:#b94a48;background-color:#f2dede;}
+.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#468847;}
+.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7aba7b;}
+.has-success .input-group-addon{color:#468847;border-color:#468847;background-color:#dff0d8;}
+.form-control-static{margin-bottom:0;}
+.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373;}
+@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle;} .form-inline .form-control{display:inline-block;} .form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;} .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0;}}
+.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px;}
+.form-horizontal .form-group{margin-left:-15px;margin-right:-15px;}.form-horizontal .form-group:before,.form-horizontal .form-group:after{content:" ";display:table;}
+.form-horizontal .form-group:after{clear:both;}
+.form-horizontal .form-group:before,.form-horizontal .form-group:after{content:" ";display:table;}
+.form-horizontal .form-group:after{clear:both;}
+.form-horizontal .form-control-static{padding-top:7px;}
+@media (min-width:768px){.form-horizontal .control-label{text-align:right;}}
+.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
+.btn:hover,.btn:focus{color:#333333;text-decoration:none;}
+.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}
+.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;}
+.btn-default{color:#333333;background-color:#ffffff;border-color:#cccccc;}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333333;background-color:#ebebeb;border-color:#adadad;}
+.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none;}
+.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#ffffff;border-color:#cccccc;}
+.btn-primary{color:#ffffff;background-color:#428bca;border-color:#357ebd;}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#ffffff;background-color:#3276b1;border-color:#285e8e;}
+.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none;}
+.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd;}
+.btn-warning{color:#ffffff;background-color:#f0ad4e;border-color:#eea236;}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#ffffff;background-color:#ed9c28;border-color:#d58512;}
+.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none;}
+.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236;}
+.btn-danger{color:#ffffff;background-color:#d9534f;border-color:#d43f3a;}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#ffffff;background-color:#d2322d;border-color:#ac2925;}
+.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none;}
+.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a;}
+.btn-success{color:#ffffff;background-color:#5cb85c;border-color:#4cae4c;}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#ffffff;background-color:#47a447;border-color:#398439;}
+.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none;}
+.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c;}
+.btn-info{color:#ffffff;background-color:#5bc0de;border-color:#46b8da;}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#ffffff;background-color:#39b3d7;border-color:#269abc;}
+.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none;}
+.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da;}
+.btn-link{color:#428bca;font-weight:normal;cursor:pointer;border-radius:0;}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;}
+.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent;}
+.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent;}
+.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999999;text-decoration:none;}
+.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;}
+.btn-sm,.btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}
+.btn-xs{padding:1px 5px;}
+.btn-block{display:block;width:100%;padding-left:0;padding-right:0;}
+.btn-block+.btn-block{margin-top:5px;}
+input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%;}
+.fade{opacity:0;-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear;}.fade.in{opacity:1;}
+.collapse{display:none;}.collapse.in{display:block;}
+.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;transition:height 0.35s ease;}
+@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.glyphicon:empty{width:1em;}
+.glyphicon-asterisk:before{content:"\2a";}
+.glyphicon-plus:before{content:"\2b";}
+.glyphicon-euro:before{content:"\20ac";}
+.glyphicon-minus:before{content:"\2212";}
+.glyphicon-cloud:before{content:"\2601";}
+.glyphicon-envelope:before{content:"\2709";}
+.glyphicon-pencil:before{content:"\270f";}
+.glyphicon-glass:before{content:"\e001";}
+.glyphicon-music:before{content:"\e002";}
+.glyphicon-search:before{content:"\e003";}
+.glyphicon-heart:before{content:"\e005";}
+.glyphicon-star:before{content:"\e006";}
+.glyphicon-star-empty:before{content:"\e007";}
+.glyphicon-user:before{content:"\e008";}
+.glyphicon-film:before{content:"\e009";}
+.glyphicon-th-large:before{content:"\e010";}
+.glyphicon-th:before{content:"\e011";}
+.glyphicon-th-list:before{content:"\e012";}
+.glyphicon-ok:before{content:"\e013";}
+.glyphicon-remove:before{content:"\e014";}
+.glyphicon-zoom-in:before{content:"\e015";}
+.glyphicon-zoom-out:before{content:"\e016";}
+.glyphicon-off:before{content:"\e017";}
+.glyphicon-signal:before{content:"\e018";}
+.glyphicon-cog:before{content:"\e019";}
+.glyphicon-trash:before{content:"\e020";}
+.glyphicon-home:before{content:"\e021";}
+.glyphicon-file:before{content:"\e022";}
+.glyphicon-time:before{content:"\e023";}
+.glyphicon-road:before{content:"\e024";}
+.glyphicon-download-alt:before{content:"\e025";}
+.glyphicon-download:before{content:"\e026";}
+.glyphicon-upload:before{content:"\e027";}
+.glyphicon-inbox:before{content:"\e028";}
+.glyphicon-play-circle:before{content:"\e029";}
+.glyphicon-repeat:before{content:"\e030";}
+.glyphicon-refresh:before{content:"\e031";}
+.glyphicon-list-alt:before{content:"\e032";}
+.glyphicon-lock:before{content:"\e033";}
+.glyphicon-flag:before{content:"\e034";}
+.glyphicon-headphones:before{content:"\e035";}
+.glyphicon-volume-off:before{content:"\e036";}
+.glyphicon-volume-down:before{content:"\e037";}
+.glyphicon-volume-up:before{content:"\e038";}
+.glyphicon-qrcode:before{content:"\e039";}
+.glyphicon-barcode:before{content:"\e040";}
+.glyphicon-tag:before{content:"\e041";}
+.glyphicon-tags:before{content:"\e042";}
+.glyphicon-book:before{content:"\e043";}
+.glyphicon-bookmark:before{content:"\e044";}
+.glyphicon-print:before{content:"\e045";}
+.glyphicon-camera:before{content:"\e046";}
+.glyphicon-font:before{content:"\e047";}
+.glyphicon-bold:before{content:"\e048";}
+.glyphicon-italic:before{content:"\e049";}
+.glyphicon-text-height:before{content:"\e050";}
+.glyphicon-text-width:before{content:"\e051";}
+.glyphicon-align-left:before{content:"\e052";}
+.glyphicon-align-center:before{content:"\e053";}
+.glyphicon-align-right:before{content:"\e054";}
+.glyphicon-align-justify:before{content:"\e055";}
+.glyphicon-list:before{content:"\e056";}
+.glyphicon-indent-left:before{content:"\e057";}
+.glyphicon-indent-right:before{content:"\e058";}
+.glyphicon-facetime-video:before{content:"\e059";}
+.glyphicon-picture:before{content:"\e060";}
+.glyphicon-map-marker:before{content:"\e062";}
+.glyphicon-adjust:before{content:"\e063";}
+.glyphicon-tint:before{content:"\e064";}
+.glyphicon-edit:before{content:"\e065";}
+.glyphicon-share:before{content:"\e066";}
+.glyphicon-check:before{content:"\e067";}
+.glyphicon-move:before{content:"\e068";}
+.glyphicon-step-backward:before{content:"\e069";}
+.glyphicon-fast-backward:before{content:"\e070";}
+.glyphicon-backward:before{content:"\e071";}
+.glyphicon-play:before{content:"\e072";}
+.glyphicon-pause:before{content:"\e073";}
+.glyphicon-stop:before{content:"\e074";}
+.glyphicon-forward:before{content:"\e075";}
+.glyphicon-fast-forward:before{content:"\e076";}
+.glyphicon-step-forward:before{content:"\e077";}
+.glyphicon-eject:before{content:"\e078";}
+.glyphicon-chevron-left:before{content:"\e079";}
+.glyphicon-chevron-right:before{content:"\e080";}
+.glyphicon-plus-sign:before{content:"\e081";}
+.glyphicon-minus-sign:before{content:"\e082";}
+.glyphicon-remove-sign:before{content:"\e083";}
+.glyphicon-ok-sign:before{content:"\e084";}
+.glyphicon-question-sign:before{content:"\e085";}
+.glyphicon-info-sign:before{content:"\e086";}
+.glyphicon-screenshot:before{content:"\e087";}
+.glyphicon-remove-circle:before{content:"\e088";}
+.glyphicon-ok-circle:before{content:"\e089";}
+.glyphicon-ban-circle:before{content:"\e090";}
+.glyphicon-arrow-left:before{content:"\e091";}
+.glyphicon-arrow-right:before{content:"\e092";}
+.glyphicon-arrow-up:before{content:"\e093";}
+.glyphicon-arrow-down:before{content:"\e094";}
+.glyphicon-share-alt:before{content:"\e095";}
+.glyphicon-resize-full:before{content:"\e096";}
+.glyphicon-resize-small:before{content:"\e097";}
+.glyphicon-exclamation-sign:before{content:"\e101";}
+.glyphicon-gift:before{content:"\e102";}
+.glyphicon-leaf:before{content:"\e103";}
+.glyphicon-fire:before{content:"\e104";}
+.glyphicon-eye-open:before{content:"\e105";}
+.glyphicon-eye-close:before{content:"\e106";}
+.glyphicon-warning-sign:before{content:"\e107";}
+.glyphicon-plane:before{content:"\e108";}
+.glyphicon-calendar:before{content:"\e109";}
+.glyphicon-random:before{content:"\e110";}
+.glyphicon-comment:before{content:"\e111";}
+.glyphicon-magnet:before{content:"\e112";}
+.glyphicon-chevron-up:before{content:"\e113";}
+.glyphicon-chevron-down:before{content:"\e114";}
+.glyphicon-retweet:before{content:"\e115";}
+.glyphicon-shopping-cart:before{content:"\e116";}
+.glyphicon-folder-close:before{content:"\e117";}
+.glyphicon-folder-open:before{content:"\e118";}
+.glyphicon-resize-vertical:before{content:"\e119";}
+.glyphicon-resize-horizontal:before{content:"\e120";}
+.glyphicon-hdd:before{content:"\e121";}
+.glyphicon-bullhorn:before{content:"\e122";}
+.glyphicon-bell:before{content:"\e123";}
+.glyphicon-certificate:before{content:"\e124";}
+.glyphicon-thumbs-up:before{content:"\e125";}
+.glyphicon-thumbs-down:before{content:"\e126";}
+.glyphicon-hand-right:before{content:"\e127";}
+.glyphicon-hand-left:before{content:"\e128";}
+.glyphicon-hand-up:before{content:"\e129";}
+.glyphicon-hand-down:before{content:"\e130";}
+.glyphicon-circle-arrow-right:before{content:"\e131";}
+.glyphicon-circle-arrow-left:before{content:"\e132";}
+.glyphicon-circle-arrow-up:before{content:"\e133";}
+.glyphicon-circle-arrow-down:before{content:"\e134";}
+.glyphicon-globe:before{content:"\e135";}
+.glyphicon-wrench:before{content:"\e136";}
+.glyphicon-tasks:before{content:"\e137";}
+.glyphicon-filter:before{content:"\e138";}
+.glyphicon-briefcase:before{content:"\e139";}
+.glyphicon-fullscreen:before{content:"\e140";}
+.glyphicon-dashboard:before{content:"\e141";}
+.glyphicon-paperclip:before{content:"\e142";}
+.glyphicon-heart-empty:before{content:"\e143";}
+.glyphicon-link:before{content:"\e144";}
+.glyphicon-phone:before{content:"\e145";}
+.glyphicon-pushpin:before{content:"\e146";}
+.glyphicon-usd:before{content:"\e148";}
+.glyphicon-gbp:before{content:"\e149";}
+.glyphicon-sort:before{content:"\e150";}
+.glyphicon-sort-by-alphabet:before{content:"\e151";}
+.glyphicon-sort-by-alphabet-alt:before{content:"\e152";}
+.glyphicon-sort-by-order:before{content:"\e153";}
+.glyphicon-sort-by-order-alt:before{content:"\e154";}
+.glyphicon-sort-by-attributes:before{content:"\e155";}
+.glyphicon-sort-by-attributes-alt:before{content:"\e156";}
+.glyphicon-unchecked:before{content:"\e157";}
+.glyphicon-expand:before{content:"\e158";}
+.glyphicon-collapse-down:before{content:"\e159";}
+.glyphicon-collapse-up:before{content:"\e160";}
+.glyphicon-log-in:before{content:"\e161";}
+.glyphicon-flash:before{content:"\e162";}
+.glyphicon-log-out:before{content:"\e163";}
+.glyphicon-new-window:before{content:"\e164";}
+.glyphicon-record:before{content:"\e165";}
+.glyphicon-save:before{content:"\e166";}
+.glyphicon-open:before{content:"\e167";}
+.glyphicon-saved:before{content:"\e168";}
+.glyphicon-import:before{content:"\e169";}
+.glyphicon-export:before{content:"\e170";}
+.glyphicon-send:before{content:"\e171";}
+.glyphicon-floppy-disk:before{content:"\e172";}
+.glyphicon-floppy-saved:before{content:"\e173";}
+.glyphicon-floppy-remove:before{content:"\e174";}
+.glyphicon-floppy-save:before{content:"\e175";}
+.glyphicon-floppy-open:before{content:"\e176";}
+.glyphicon-credit-card:before{content:"\e177";}
+.glyphicon-transfer:before{content:"\e178";}
+.glyphicon-cutlery:before{content:"\e179";}
+.glyphicon-header:before{content:"\e180";}
+.glyphicon-compressed:before{content:"\e181";}
+.glyphicon-earphone:before{content:"\e182";}
+.glyphicon-phone-alt:before{content:"\e183";}
+.glyphicon-tower:before{content:"\e184";}
+.glyphicon-stats:before{content:"\e185";}
+.glyphicon-sd-video:before{content:"\e186";}
+.glyphicon-hd-video:before{content:"\e187";}
+.glyphicon-subtitles:before{content:"\e188";}
+.glyphicon-sound-stereo:before{content:"\e189";}
+.glyphicon-sound-dolby:before{content:"\e190";}
+.glyphicon-sound-5-1:before{content:"\e191";}
+.glyphicon-sound-6-1:before{content:"\e192";}
+.glyphicon-sound-7-1:before{content:"\e193";}
+.glyphicon-copyright-mark:before{content:"\e194";}
+.glyphicon-registration-mark:before{content:"\e195";}
+.glyphicon-cloud-download:before{content:"\e197";}
+.glyphicon-cloud-upload:before{content:"\e198";}
+.glyphicon-tree-conifer:before{content:"\e199";}
+.glyphicon-tree-deciduous:before{content:"\e200";}
+.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #000000;border-right:4px solid transparent;border-left:4px solid transparent;border-bottom:0 dotted;}
+.dropdown{position:relative;}
+.dropdown-toggle:focus{outline:0;}
+.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0, 0, 0, 0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);background-clip:padding-box;}.dropdown-menu.pull-right{right:0;left:auto;}
+.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;}
+.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333333;white-space:nowrap;}
+.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5;}
+.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#428bca;}
+.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999999;}
+.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed;}
+.open>.dropdown-menu{display:block;}
+.open>a{outline:0;}
+.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999999;}
+.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990;}
+.pull-right>.dropdown-menu{right:0;left:auto;}
+.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0 dotted;border-bottom:4px solid #000000;content:"";}
+.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px;}
+@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto;}}.btn-default .caret{border-top-color:#333333;}
+.btn-primary .caret,.btn-success .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret{border-top-color:#fff;}
+.dropup .btn-default .caret{border-bottom-color:#333333;}
+.dropup .btn-primary .caret,.dropup .btn-success .caret,.dropup .btn-warning .caret,.dropup .btn-danger .caret,.dropup .btn-info .caret{border-bottom-color:#fff;}
+.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle;}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left;}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2;}
+.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:none;}
+.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px;}
+.btn-toolbar:before,.btn-toolbar:after{content:" ";display:table;}
+.btn-toolbar:after{clear:both;}
+.btn-toolbar:before,.btn-toolbar:after{content:" ";display:table;}
+.btn-toolbar:after{clear:both;}
+.btn-toolbar .btn-group{float:left;}
+.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px;}
+.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0;}
+.btn-group>.btn:first-child{margin-left:0;}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0;}
+.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;}
+.btn-group>.btn-group{float:left;}
+.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0;}
+.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0;}
+.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0;}
+.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0;}
+.btn-group-xs>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;padding:1px 5px;}
+.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}
+.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;}
+.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px;}
+.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px;}
+.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none;}
+.btn .caret{margin-left:0;}
+.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0;}
+.dropup .btn-lg .caret{border-width:0 5px 5px;}
+.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{display:block;float:none;width:100%;max-width:100%;}
+.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{content:" ";display:table;}
+.btn-group-vertical>.btn-group:after{clear:both;}
+.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{content:" ";display:table;}
+.btn-group-vertical>.btn-group:after{clear:both;}
+.btn-group-vertical>.btn-group>.btn{float:none;}
+.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0;}
+.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0;}
+.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;}
+.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;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>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0;}
+.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0;}
+.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate;}.btn-group-justified .btn{float:none;display:table-cell;width:1%;}
+[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none;}
+.input-group{position:relative;display:table;border-collapse:separate;}.input-group.col{float:none;padding-left:0;padding-right:0;}
+.input-group .form-control{width:100%;margin-bottom:0;}
+.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px;}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:45px;line-height:45px;}
+textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto;}
+.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px;}
+textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto;}
+.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell;}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0;}
+.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle;}
+.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555555;text-align:center;background-color:#eeeeee;border:1px solid #cccccc;border-radius:4px;}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px;}
+.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px;}
+.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0;}
+.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0;}
+.input-group-addon:first-child{border-right:0;}
+.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;}
+.input-group-addon:last-child{border-left:0;}
+.input-group-btn{position:relative;white-space:nowrap;}.input-group-btn:first-child>.btn{margin-right:-1px;}
+.input-group-btn:last-child>.btn{margin-left:-1px;}
+.input-group-btn>.btn{position:relative;}.input-group-btn>.btn+.btn{margin-left:-4px;}
+.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2;}
+.nav{margin-bottom:0;padding-left:0;list-style:none;}.nav:before,.nav:after{content:" ";display:table;}
+.nav:after{clear:both;}
+.nav:before,.nav:after{content:" ";display:table;}
+.nav:after{clear:both;}
+.nav>li{position:relative;display:block;}.nav>li>a{position:relative;display:block;padding:10px 15px;}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eeeeee;}
+.nav>li.disabled>a{color:#999999;}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999999;text-decoration:none;background-color:transparent;cursor:not-allowed;}
+.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eeeeee;border-color:#428bca;}.nav .open>a .caret,.nav .open>a:hover .caret,.nav .open>a:focus .caret{border-top-color:#2a6496;border-bottom-color:#2a6496;}
+.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5;}
+.nav>li>a>img{max-width:none;}
+.nav-tabs{border-bottom:1px solid #dddddd;}.nav-tabs>li{float:left;margin-bottom:-1px;}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0;}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd;}
+.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555555;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent;cursor:default;}
+.nav-tabs.nav-justified{width:100%;border-bottom:0;}.nav-tabs.nav-justified>li{float:none;}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px;}
+.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto;}
+@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%;}.nav-tabs.nav-justified>li>a{margin-bottom:0;}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px;}
+.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #dddddd;}
+@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0;} .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#ffffff;}}
+.nav-pills>li{float:left;}.nav-pills>li>a{border-radius:4px;}
+.nav-pills>li+li{margin-left:2px;}
+.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#ffffff;background-color:#428bca;}.nav-pills>li.active>a .caret,.nav-pills>li.active>a:hover .caret,.nav-pills>li.active>a:focus .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;}
+.nav-stacked>li{float:none;}.nav-stacked>li+li{margin-top:2px;margin-left:0;}
+.nav-justified{width:100%;}.nav-justified>li{float:none;}.nav-justified>li>a{text-align:center;margin-bottom:5px;}
+.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto;}
+@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%;}.nav-justified>li>a{margin-bottom:0;}}
+.nav-tabs-justified{border-bottom:0;}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px;}
+.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #dddddd;}
+@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0;} .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#ffffff;}}
+.tab-content>.tab-pane{display:none;}
+.tab-content>.active{display:block;}
+.nav .caret{border-top-color:#428bca;border-bottom-color:#428bca;}
+.nav a:hover .caret{border-top-color:#2a6496;border-bottom-color:#2a6496;}
+.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0;}
+.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent;}.navbar:before,.navbar:after{content:" ";display:table;}
+.navbar:after{clear:both;}
+.navbar:before,.navbar:after{content:" ";display:table;}
+.navbar:after{clear:both;}
+@media (min-width:768px){.navbar{border-radius:4px;}}
+.navbar-header:before,.navbar-header:after{content:" ";display:table;}
+.navbar-header:after{clear:both;}
+.navbar-header:before,.navbar-header:after{content:" ";display:table;}
+.navbar-header:after{clear:both;}
+@media (min-width:768px){.navbar-header{float:left;}}
+.navbar-collapse{max-height:340px;overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1);-webkit-overflow-scrolling:touch;}.navbar-collapse:before,.navbar-collapse:after{content:" ";display:table;}
+.navbar-collapse:after{clear:both;}
+.navbar-collapse:before,.navbar-collapse:after{content:" ";display:table;}
+.navbar-collapse:after{clear:both;}
+.navbar-collapse.in{overflow-y:auto;}
+@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none;}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important;} .navbar-collapse.in{overflow-y:auto;} .navbar-collapse .navbar-nav.navbar-left:first-child{margin-left:-15px;} .navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:-15px;} .navbar-collapse .navbar-text:last-child{margin-right:0;}}
+.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px;}@media (min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0;}}
+.navbar-static-top{z-index:1000;border-width:0 0 1px;}@media (min-width:768px){.navbar-static-top{border-radius:0;}}
+.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0;}}
+.navbar-fixed-top{top:0;border-width:0 0 1px;}
+.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0;}
+.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none;}
+@media (min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px;}}
+.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;border:1px solid transparent;border-radius:4px;}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px;}
+.navbar-toggle .icon-bar+.icon-bar{margin-top:4px;}
+@media (min-width:768px){.navbar-toggle{display:none;}}
+.navbar-nav{margin:7.5px -15px;}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px;}
+@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none;}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px;} .navbar-nav .open .dropdown-menu>li>a{line-height:20px;}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none;}}@media (min-width:768px){.navbar-nav{float:left;margin:0;}.navbar-nav>li{float:left;}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px;}}
+@media (min-width:768px){.navbar-left{float:left !important;} .navbar-right{float:right !important;}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1),0 1px 0 rgba(255, 255, 255, 0.1);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1),0 1px 0 rgba(255, 255, 255, 0.1);margin-top:8px;margin-bottom:8px;}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle;} .navbar-form .form-control{display:inline-block;} .navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;} .navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0;}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px;}}
+@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none;}}
+.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0;}
+.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0;}
+.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{left:auto;right:0;}
+.navbar-btn{margin-top:8px;margin-bottom:8px;}
+.navbar-text{float:left;margin-top:15px;margin-bottom:15px;}@media (min-width:768px){.navbar-text{margin-left:15px;margin-right:15px;}}
+.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7;}.navbar-default .navbar-brand{color:#777777;}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent;}
+.navbar-default .navbar-text{color:#777777;}
+.navbar-default .navbar-nav>li>a{color:#777777;}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333333;background-color:transparent;}
+.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555555;background-color:#e7e7e7;}
+.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#cccccc;background-color:transparent;}
+.navbar-default .navbar-toggle{border-color:#dddddd;}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#dddddd;}
+.navbar-default .navbar-toggle .icon-bar{background-color:#cccccc;}
+.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7;}
+.navbar-default .navbar-nav>.dropdown>a:hover .caret,.navbar-default .navbar-nav>.dropdown>a:focus .caret{border-top-color:#333333;border-bottom-color:#333333;}
+.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555555;}.navbar-default .navbar-nav>.open>a .caret,.navbar-default .navbar-nav>.open>a:hover .caret,.navbar-default .navbar-nav>.open>a:focus .caret{border-top-color:#555555;border-bottom-color:#555555;}
+.navbar-default .navbar-nav>.dropdown>a .caret{border-top-color:#777777;border-bottom-color:#777777;}
+@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777777;}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333333;background-color:transparent;} .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555555;background-color:#e7e7e7;} .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#cccccc;background-color:transparent;}}
+.navbar-default .navbar-link{color:#777777;}.navbar-default .navbar-link:hover{color:#333333;}
+.navbar-inverse{background-color:#222222;border-color:#080808;}.navbar-inverse .navbar-brand{color:#999999;}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#ffffff;background-color:transparent;}
+.navbar-inverse .navbar-text{color:#999999;}
+.navbar-inverse .navbar-nav>li>a{color:#999999;}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#ffffff;background-color:transparent;}
+.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#ffffff;background-color:#080808;}
+.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444444;background-color:transparent;}
+.navbar-inverse .navbar-toggle{border-color:#333333;}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333333;}
+.navbar-inverse .navbar-toggle .icon-bar{background-color:#ffffff;}
+.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010;}
+.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#ffffff;}
+.navbar-inverse .navbar-nav>.dropdown>a:hover .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;}
+.navbar-inverse .navbar-nav>.dropdown>a .caret{border-top-color:#999999;border-bottom-color:#999999;}
+.navbar-inverse .navbar-nav>.open>a .caret,.navbar-inverse .navbar-nav>.open>a:hover .caret,.navbar-inverse .navbar-nav>.open>a:focus .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;}
+@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808;} .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999999;}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#ffffff;background-color:transparent;} .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#ffffff;background-color:#080808;} .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444444;background-color:transparent;}}
+.navbar-inverse .navbar-link{color:#999999;}.navbar-inverse .navbar-link:hover{color:#ffffff;}
+.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px;}.breadcrumb>li{display:inline-block;}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#cccccc;}
+.breadcrumb>.active{color:#999999;}
+.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px;}.pagination>li{display:inline;}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.428571429;text-decoration:none;background-color:#ffffff;border:1px solid #dddddd;margin-left:-1px;}
+.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
+.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px;}
+.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eeeeee;}
+.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#ffffff;background-color:#428bca;border-color:#428bca;cursor:default;}
+.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999999;background-color:#ffffff;border-color:#dddddd;cursor:not-allowed;}
+.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;}
+.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px;}
+.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px;}
+.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;}
+.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px;}
+.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px;}
+.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center;}.pager:before,.pager:after{content:" ";display:table;}
+.pager:after{clear:both;}
+.pager:before,.pager:after{content:" ";display:table;}
+.pager:after{clear:both;}
+.pager li{display:inline;}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#ffffff;border:1px solid #dddddd;border-radius:15px;}
+.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eeeeee;}
+.pager .next>a,.pager .next>span{float:right;}
+.pager .previous>a,.pager .previous>span{float:left;}
+.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999999;background-color:#ffffff;cursor:not-allowed;}
+.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#ffffff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;}.label[href]:hover,.label[href]:focus{color:#ffffff;text-decoration:none;cursor:pointer;}
+.label:empty{display:none;}
+.label-default{background-color:#999999;}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080;}
+.label-primary{background-color:#428bca;}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9;}
+.label-success{background-color:#5cb85c;}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44;}
+.label-info{background-color:#5bc0de;}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5;}
+.label-warning{background-color:#f0ad4e;}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f;}
+.label-danger{background-color:#d9534f;}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c;}
+.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#ffffff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999999;border-radius:10px;}.badge:empty{display:none;}
+a.badge:hover,a.badge:focus{color:#ffffff;text-decoration:none;cursor:pointer;}
+.btn .badge{position:relative;top:-1px;}
+a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#ffffff;}
+.nav-pills>li>a>.badge{margin-left:3px;}
+.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eeeeee;}.jumbotron h1{line-height:1;color:inherit;}
+.jumbotron p{line-height:1.4;}
+.container .jumbotron{border-radius:6px;}
+@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px;}.container .jumbotron{padding-left:60px;padding-right:60px;} .jumbotron h1{font-size:63px;}}
+.thumbnail{padding:4px;line-height:1.428571429;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto;display:block;margin-bottom:20px;}.thumbnail>img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto;}
+a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca;}
+.thumbnail .caption{padding:9px;color:#333333;}
+.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;}.alert h4{margin-top:0;color:inherit;}
+.alert .alert-link{font-weight:bold;}
+.alert>p,.alert>ul{margin-bottom:0;}
+.alert>p+p{margin-top:5px;}
+.alert-dismissable{padding-right:35px;}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit;}
+.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847;}.alert-success hr{border-top-color:#c9e2b3;}
+.alert-success .alert-link{color:#356635;}
+.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad;}.alert-info hr{border-top-color:#a6e1ec;}
+.alert-info .alert-link{color:#2d6987;}
+.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#c09853;}.alert-warning hr{border-top-color:#f7e1b5;}
+.alert-warning .alert-link{color:#a47e3c;}
+.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#b94a48;}.alert-danger hr{border-top-color:#e4b9c0;}
+.alert-danger .alert-link{color:#953b39;}
+@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from{background-position:0 0;} to{background-position:40px 0;}}@keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);}
+.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#ffffff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-webkit-transition:width 0.6s ease;transition:width 0.6s ease;}
+.progress-striped .progress-bar{background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));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:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:40px 40px;}
+.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;}
+.progress-bar-success{background-color:#5cb85c;}.progress-striped .progress-bar-success{background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));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:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
+.progress-bar-info{background-color:#5bc0de;}.progress-striped .progress-bar-info{background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));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:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
+.progress-bar-warning{background-color:#f0ad4e;}.progress-striped .progress-bar-warning{background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));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:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
+.progress-bar-danger{background-color:#d9534f;}.progress-striped .progress-bar-danger{background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));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:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
+.media,.media-body{overflow:hidden;zoom:1;}
+.media,.media .media{margin-top:15px;}
+.media:first-child{margin-top:0;}
+.media-object{display:block;}
+.media-heading{margin:0 0 5px;}
+.media>.pull-left{margin-right:10px;}
+.media>.pull-right{margin-left:10px;}
+.media-list{padding-left:0;list-style:none;}
+.list-group{margin-bottom:20px;padding-left:0;}
+.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#ffffff;border:1px solid #dddddd;}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px;}
+.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}
+.list-group-item>.badge{float:right;}
+.list-group-item>.badge+.badge{margin-right:5px;}
+a.list-group-item{color:#555555;}a.list-group-item .list-group-item-heading{color:#333333;}
+a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5;}
+a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#ffffff;background-color:#428bca;border-color:#428bca;}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit;}
+a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7;}
+.list-group-item-heading{margin-top:0;margin-bottom:5px;}
+.list-group-item-text{margin-bottom:0;line-height:1.3;}
+.panel{margin-bottom:20px;background-color:#ffffff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);}
+.panel-body{padding:15px;}.panel-body:before,.panel-body:after{content:" ";display:table;}
+.panel-body:after{clear:both;}
+.panel-body:before,.panel-body:after{content:" ";display:table;}
+.panel-body:after{clear:both;}
+.panel>.list-group{margin-bottom:0;}.panel>.list-group .list-group-item{border-width:1px 0;}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0;}
+.panel>.list-group .list-group-item:last-child{border-bottom:0;}
+.panel-heading+.list-group .list-group-item:first-child{border-top-width:0;}
+.panel>.table,.panel>.table-responsive{margin-bottom:0;}
+.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #dddddd;}
+.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0;}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0;}
+.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0;}
+.panel>.table-bordered>thead>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:last-child>td,.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0;}
+.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px;}.panel-heading>.dropdown .dropdown-toggle{color:inherit;}
+.panel-title{margin-top:0;margin-bottom:0;font-size:16px;}.panel-title>a{color:inherit;}
+.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #dddddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px;}
+.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden;}.panel-group .panel+.panel{margin-top:5px;}
+.panel-group .panel-heading{border-bottom:0;}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #dddddd;}
+.panel-group .panel-footer{border-top:0;}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #dddddd;}
+.panel-default{border-color:#dddddd;}.panel-default>.panel-heading{color:#333333;background-color:#f5f5f5;border-color:#dddddd;}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#dddddd;}
+.panel-default>.panel-heading>.dropdown .caret{border-color:#333333 transparent;}
+.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#dddddd;}
+.panel-primary{border-color:#428bca;}.panel-primary>.panel-heading{color:#ffffff;background-color:#428bca;border-color:#428bca;}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca;}
+.panel-primary>.panel-heading>.dropdown .caret{border-color:#ffffff transparent;}
+.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca;}
+.panel-success{border-color:#d6e9c6;}.panel-success>.panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6;}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6;}
+.panel-success>.panel-heading>.dropdown .caret{border-color:#468847 transparent;}
+.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6;}
+.panel-warning{border-color:#faebcc;}.panel-warning>.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#faebcc;}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc;}
+.panel-warning>.panel-heading>.dropdown .caret{border-color:#c09853 transparent;}
+.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc;}
+.panel-danger{border-color:#ebccd1;}.panel-danger>.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#ebccd1;}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1;}
+.panel-danger>.panel-heading>.dropdown .caret{border-color:#b94a48 transparent;}
+.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1;}
+.panel-info{border-color:#bce8f1;}.panel-info>.panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1;}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1;}
+.panel-info>.panel-heading>.dropdown .caret{border-color:#3a87ad transparent;}
+.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1;}
+.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);}.well blockquote{border-color:#ddd;border-color:rgba(0, 0, 0, 0.15);}
+.well-lg{padding:24px;border-radius:6px;}
+.well-sm{padding:9px;border-radius:3px;}
+.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.close:hover,.close:focus{color:#000000;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50);}
+button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}
+.modal-open{overflow:hidden;}
+.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out;}
+.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);}
+.modal-dialog{position:relative;margin-left:auto;margin-right:auto;width:auto;padding:10px;z-index:1050;}
+.modal-content{position:relative;background-color:#ffffff;border:1px solid #999999;border:1px solid rgba(0, 0, 0, 0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);background-clip:padding-box;outline:none;}
+.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000000;}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0);}
+.modal-backdrop.in{opacity:0.5;filter:alpha(opacity=50);}
+.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.428571429px;}
+.modal-header .close{margin-top:-2px;}
+.modal-title{margin:0;line-height:1.428571429;}
+.modal-body{position:relative;padding:20px;}
+.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5;}.modal-footer:before,.modal-footer:after{content:" ";display:table;}
+.modal-footer:after{clear:both;}
+.modal-footer:before,.modal-footer:after{content:" ";display:table;}
+.modal-footer:after{clear:both;}
+.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0;}
+.modal-footer .btn-group .btn+.btn{margin-left:-1px;}
+.modal-footer .btn-block+.btn-block{margin-left:0;}
+@media screen and (min-width:768px){.modal-dialog{width:600px;padding-top:30px;padding-bottom:30px;} .modal-content{-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);}.tooltip.in{opacity:0.9;filter:alpha(opacity=90);}
+.tooltip.top{margin-top:-3px;padding:5px 0;}
+.tooltip.right{margin-left:3px;padding:0 5px;}
+.tooltip.bottom{margin-top:3px;padding:5px 0;}
+.tooltip.left{margin-left:-3px;padding:0 5px;}
+.tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;text-decoration:none;background-color:#000000;border-radius:4px;}
+.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}
+.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000000;}
+.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000000;}
+.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000000;}
+.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000;}
+.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000;}
+.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000;}
+.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000000;}
+.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000000;}
+.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#ffffff;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0, 0, 0, 0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);white-space:normal;}.popover.top{margin-top:-10px;}
+.popover.right{margin-left:10px;}
+.popover.bottom{margin-top:10px;}
+.popover.left{margin-left:-10px;}
+.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0;}
+.popover-content{padding:9px 14px;}
+.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;}
+.popover .arrow{border-width:11px;}
+.popover .arrow:after{border-width:10px;content:"";}
+.popover.top .arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999999;border-top-color:rgba(0, 0, 0, 0.25);bottom:-11px;}.popover.top .arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#ffffff;}
+.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999999;border-right-color:rgba(0, 0, 0, 0.25);}.popover.right .arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#ffffff;}
+.popover.bottom .arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0, 0, 0, 0.25);top:-11px;}.popover.bottom .arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#ffffff;}
+.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0, 0, 0, 0.25);}.popover.left .arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#ffffff;bottom:-10px;}
+.carousel{position:relative;}
+.carousel-inner{position:relative;overflow:hidden;width:100%;}.carousel-inner>.item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left;}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto;line-height:1;}
+.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block;}
+.carousel-inner>.active{left:0;}
+.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%;}
+.carousel-inner>.next{left:100%;}
+.carousel-inner>.prev{left:-100%;}
+.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0;}
+.carousel-inner>.active.left{left:-100%;}
+.carousel-inner>.active.right{left:100%;}
+.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:0.5;filter:alpha(opacity=50);font-size:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);}.carousel-control.left{background-image:-webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));background-image:-webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));background-image:-moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);}
+.carousel-control.right{left:auto;right:0;background-image:-webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));background-image:-webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));background-image:-moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-image:linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);}
+.carousel-control:hover,.carousel-control:focus{color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90);}
+.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block;}
+.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;}
+.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;}
+.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif;}
+.carousel-control .icon-prev:before{content:'\2039';}
+.carousel-control .icon-next:before{content:'\203a';}
+.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center;}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #ffffff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0, 0, 0, 0);}
+.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#ffffff;}
+.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);}.carousel-caption .btn{text-shadow:none;}
+@media screen and (min-width:768px){.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px;} .carousel-caption{left:20%;right:20%;padding-bottom:30px;} .carousel-indicators{bottom:20px;}}.clearfix:before,.clearfix:after{content:" ";display:table;}
+.clearfix:after{clear:both;}
+.center-block{display:block;margin-left:auto;margin-right:auto;}
+.pull-right{float:right !important;}
+.pull-left{float:left !important;}
+.hide{display:none !important;}
+.show{display:block !important;}
+.invisible{visibility:hidden;}
+.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
+.hidden{display:none !important;visibility:hidden !important;}
+.affix{position:fixed;}
+@-ms-viewport{width:device-width;}.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs{display:none !important;}
+@media (max-width:767px){.visible-xs{display:block !important;}tr.visible-xs{display:table-row !important;} th.visible-xs,td.visible-xs{display:table-cell !important;}}@media (min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block !important;}tr.visible-xs.visible-sm{display:table-row !important;} th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell !important;}}
+@media (min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block !important;}tr.visible-xs.visible-md{display:table-row !important;} th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell !important;}}
+@media (min-width:1200px){.visible-xs.visible-lg{display:block !important;}tr.visible-xs.visible-lg{display:table-row !important;} th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell !important;}}
+.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm{display:none !important;}
+@media (max-width:767px){.visible-sm.visible-xs{display:block !important;}tr.visible-sm.visible-xs{display:table-row !important;} th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell !important;}}
+@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important;}tr.visible-sm{display:table-row !important;} th.visible-sm,td.visible-sm{display:table-cell !important;}}@media (min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block !important;}tr.visible-sm.visible-md{display:table-row !important;} th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell !important;}}
+@media (min-width:1200px){.visible-sm.visible-lg{display:block !important;}tr.visible-sm.visible-lg{display:table-row !important;} th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell !important;}}
+.visible-md,tr.visible-md,th.visible-md,td.visible-md{display:none !important;}
+@media (max-width:767px){.visible-md.visible-xs{display:block !important;}tr.visible-md.visible-xs{display:table-row !important;} th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell !important;}}
+@media (min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block !important;}tr.visible-md.visible-sm{display:table-row !important;} th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell !important;}}
+@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important;}tr.visible-md{display:table-row !important;} th.visible-md,td.visible-md{display:table-cell !important;}}@media (min-width:1200px){.visible-md.visible-lg{display:block !important;}tr.visible-md.visible-lg{display:table-row !important;} th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell !important;}}
+.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg{display:none !important;}
+@media (max-width:767px){.visible-lg.visible-xs{display:block !important;}tr.visible-lg.visible-xs{display:table-row !important;} th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell !important;}}
+@media (min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block !important;}tr.visible-lg.visible-sm{display:table-row !important;} th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell !important;}}
+@media (min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block !important;}tr.visible-lg.visible-md{display:table-row !important;} th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell !important;}}
+@media (min-width:1200px){.visible-lg{display:block !important;}tr.visible-lg{display:table-row !important;} th.visible-lg,td.visible-lg{display:table-cell !important;}}
+.hidden-xs{display:block !important;}tr.hidden-xs{display:table-row !important;}
+th.hidden-xs,td.hidden-xs{display:table-cell !important;}
+@media (max-width:767px){.hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs{display:none !important;}}@media (min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm,tr.hidden-xs.hidden-sm,th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none !important;}}
+@media (min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md,tr.hidden-xs.hidden-md,th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none !important;}}
+@media (min-width:1200px){.hidden-xs.hidden-lg,tr.hidden-xs.hidden-lg,th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none !important;}}
+.hidden-sm{display:block !important;}tr.hidden-sm{display:table-row !important;}
+th.hidden-sm,td.hidden-sm{display:table-cell !important;}
+@media (max-width:767px){.hidden-sm.hidden-xs,tr.hidden-sm.hidden-xs,th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none !important;}}
+@media (min-width:768px) and (max-width:991px){.hidden-sm,tr.hidden-sm,th.hidden-sm,td.hidden-sm{display:none !important;}}@media (min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md,tr.hidden-sm.hidden-md,th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none !important;}}
+@media (min-width:1200px){.hidden-sm.hidden-lg,tr.hidden-sm.hidden-lg,th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none !important;}}
+.hidden-md{display:block !important;}tr.hidden-md{display:table-row !important;}
+th.hidden-md,td.hidden-md{display:table-cell !important;}
+@media (max-width:767px){.hidden-md.hidden-xs,tr.hidden-md.hidden-xs,th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none !important;}}
+@media (min-width:768px) and (max-width:991px){.hidden-md.hidden-sm,tr.hidden-md.hidden-sm,th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none !important;}}
+@media (min-width:992px) and (max-width:1199px){.hidden-md,tr.hidden-md,th.hidden-md,td.hidden-md{display:none !important;}}@media (min-width:1200px){.hidden-md.hidden-lg,tr.hidden-md.hidden-lg,th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none !important;}}
+.hidden-lg{display:block !important;}tr.hidden-lg{display:table-row !important;}
+th.hidden-lg,td.hidden-lg{display:table-cell !important;}
+@media (max-width:767px){.hidden-lg.hidden-xs,tr.hidden-lg.hidden-xs,th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none !important;}}
+@media (min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm,tr.hidden-lg.hidden-sm,th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none !important;}}
+@media (min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md,tr.hidden-lg.hidden-md,th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none !important;}}
+@media (min-width:1200px){.hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg{display:none !important;}}
+.visible-print,tr.visible-print,th.visible-print,td.visible-print{display:none !important;}
+@media print{.visible-print{display:block !important;}tr.visible-print{display:table-row !important;} th.visible-print,td.visible-print{display:table-cell !important;} .hidden-print,tr.hidden-print,th.hidden-print,td.hidden-print{display:none !important;}}
diff --git a/packages/phocadownload/media/com_phocadownload/bootstrap/css/bs_modal_transition.css b/packages/phocadownload/media/com_phocadownload/bootstrap/css/bs_modal_transition.css
new file mode 100644
index 00000000..bcd62c1f
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/bootstrap/css/bs_modal_transition.css
@@ -0,0 +1,91 @@
+.modal-backdrop {
+ -webkit-backface-visibility: hidden;
+}
+.modal-backdrop.zoom,
+.modal-backdrop.newspaper,
+.modal-backdrop.move-horizontal,
+.modal-backdrop.move-from-top,
+.modal-backdrop.unfold-3d,
+.modal-backdrop.zoom-out {
+ opacity: 0;
+ transition: opacity 0.4s ease;
+}
+.modal-backdrop.in {
+ opacity: 0.5;
+}
+.modal-backdrop.unfold-3d {
+ perspective: 500;
+}
+.modal.zoom .modal-dialog {
+ opacity: 0;
+ -webkit-transition: all 0.5s ease-in-out;
+ -o-transition: all 0.5s ease-in-out;
+ transition: all 0.5s ease-in-out;
+ transform: scale(0.6);
+}
+.modal.in .modal-dialog {
+ opacity: 1;
+ -webkit-transition: all 0.4s ease-in-out;
+ -o-transition: all 0.4s ease-in-out;
+ transition: all 0.4s ease-in-out;
+ transform: scale(1);
+}
+.modal.fade.newspaper .modal-dialog,
+.modal.newspaper .modal-dialog {
+ opacity: 0;
+ -webkit-transition: all 0.5s ease-in-out;
+ transition: all 0.5s;
+ transform: scale(0) rotate(500deg);
+}
+.modal.fade.newspaper.in .modal-dialog,
+.modal.in .modal-dialog {
+ opacity: 1;
+ transform: scale(1) rotate(0deg);
+}
+.modal.move-horizontal .modal-dialog {
+ opacity: 0;
+ transition: all 0.5s;
+ transform: translateX(-50px);
+}
+.modal.in .modal-dialog {
+ opacity: 1;
+ transform: translateX(0);
+}
+.modal.move-from-top .modal-dialog {
+ opacity: 0;
+ transition: all 0.5s;
+ transform: translateY(-100px);
+}
+.modal.in .modal-dialog {
+ opacity: 1;
+ transform: translateY(0);
+}
+.modal.unfold-3d .modal-dialog {
+ opacity: 0;
+ transition: all 0.5s ease-in-out;
+ transform-style: preserve-3d;
+ transform: rotateY(-60deg);
+}
+.modal.in .modal-dialog {
+ opacity: 1;
+ transform: rotateY(0deg);
+}
+.modal.fade.zoom-out .modal-dialog,
+.modal.zoom-out .modal-dialog {
+ opacity: 0;
+ transition: all 0.5s;
+ transform: scale(1.3);
+}
+.modal.fade.zoom-out.in .modal-dialog,
+.modal.in .modal-dialog {
+ opacity: 1;
+ transform: scale(1);
+}
+.csstransforms3d .modal.unfold-3d .modal-dialog {
+ transform: none;
+ transform-origin: 50% 100%;
+ transform: scale(0.7) rotate3d(-1, 1, 0, -60deg);
+}
+.csstransforms3d .modal.in .modal-dialog {
+ transform: scale(1) rotate3d(-1, 1, 0, 0deg);
+}
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/bootstrap/css/index.html b/packages/phocadownload/media/com_phocadownload/bootstrap/css/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/bootstrap/css/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/bootstrap/fonts/glyphicons-halflings-regular.eot b/packages/phocadownload/media/com_phocadownload/bootstrap/fonts/glyphicons-halflings-regular.eot
new file mode 100644
index 00000000..423bd5d3
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/bootstrap/fonts/glyphicons-halflings-regular.eot differ
diff --git a/packages/phocadownload/media/com_phocadownload/bootstrap/fonts/glyphicons-halflings-regular.svg b/packages/phocadownload/media/com_phocadownload/bootstrap/fonts/glyphicons-halflings-regular.svg
new file mode 100644
index 00000000..c8f06d9a
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/bootstrap/fonts/glyphicons-halflings-regular.svg
@@ -0,0 +1,229 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/bootstrap/fonts/glyphicons-halflings-regular.ttf b/packages/phocadownload/media/com_phocadownload/bootstrap/fonts/glyphicons-halflings-regular.ttf
new file mode 100644
index 00000000..a498ef4e
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/bootstrap/fonts/glyphicons-halflings-regular.ttf differ
diff --git a/packages/phocadownload/media/com_phocadownload/bootstrap/fonts/glyphicons-halflings-regular.woff b/packages/phocadownload/media/com_phocadownload/bootstrap/fonts/glyphicons-halflings-regular.woff
new file mode 100644
index 00000000..d83c539b
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/bootstrap/fonts/glyphicons-halflings-regular.woff differ
diff --git a/packages/phocadownload/media/com_phocadownload/bootstrap/fonts/index.html b/packages/phocadownload/media/com_phocadownload/bootstrap/fonts/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/bootstrap/fonts/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/bootstrap/index.html b/packages/phocadownload/media/com_phocadownload/bootstrap/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/bootstrap/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/bootstrap/js/bootstrap.min.js b/packages/phocadownload/media/com_phocadownload/bootstrap/js/bootstrap.min.js
new file mode 100644
index 00000000..1104dc2b
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/bootstrap/js/bootstrap.min.js
@@ -0,0 +1,11 @@
+/*!
+ * Bootstrap v3.0.2
+ *
+ * Copyright 2013 Twitter, Inc
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ */
+
++function(a){"use strict";var b='[data-dismiss="alert"]',c=function(c){a(c).on("click",b,this.close)};c.prototype.close=function(b){function f(){e.trigger("closed.bs.alert").remove()}var c=a(this),d=c.attr("data-target");d||(d=c.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,""));var e=a(d);b&&b.preventDefault(),e.length||(e=c.hasClass("alert")?c:c.parent()),e.trigger(b=a.Event("close.bs.alert"));if(b.isDefaultPrevented())return;e.removeClass("in"),a.support.transition&&e.hasClass("fade")?e.one(a.support.transition.end,f).emulateTransitionEnd(150):f()};var d=a.fn.alert;a.fn.alert=function(b){return this.each(function(){var d=a(this),e=d.data("bs.alert");e||d.data("bs.alert",e=new c(this)),typeof b=="string"&&e[b].call(d)})},a.fn.alert.Constructor=c,a.fn.alert.noConflict=function(){return a.fn.alert=d,this},a(document).on("click.bs.alert.data-api",b,c.prototype.close)}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d)};b.DEFAULTS={loadingText:"loading..."},b.prototype.setState=function(a){var b="disabled",c=this.$element,d=c.is("input")?"val":"html",e=c.data();a+="Text",e.resetText||c.data("resetText",c[d]()),c[d](e[a]||this.options[a]),setTimeout(function(){a=="loadingText"?c.addClass(b).attr(b,b):c.removeClass(b).removeAttr(b)},0)},b.prototype.toggle=function(){var a=this.$element.closest('[data-toggle="buttons"]');if(a.length){var b=this.$element.find("input").prop("checked",!this.$element.hasClass("active")).trigger("change");b.prop("type")==="radio"&&a.find(".active").removeClass("active")}this.$element.toggleClass("active")};var c=a.fn.button;a.fn.button=function(c){return this.each(function(){var d=a(this),e=d.data("bs.button"),f=typeof c=="object"&&c;e||d.data("bs.button",e=new b(this,f)),c=="toggle"?e.toggle():c&&e.setState(c)})},a.fn.button.Constructor=b,a.fn.button.noConflict=function(){return a.fn.button=c,this},a(document).on("click.bs.button.data-api","[data-toggle^=button]",function(b){var c=a(b.target);c.hasClass("btn")||(c=c.closest(".btn")),c.button("toggle"),b.preventDefault()})}(jQuery),+function(a){"use strict";var b=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=this.sliding=this.interval=this.$active=this.$items=null,this.options.pause=="hover"&&this.$element.on("mouseenter",a.proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},b.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},b.prototype.getActiveIndex=function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},b.prototype.to=function(b){var c=this,d=this.getActiveIndex();if(b>this.$items.length-1||b<0)return;return this.sliding?this.$element.one("slid",function(){c.to(b)}):d==b?this.pause().cycle():this.slide(b>d?"next":"prev",a(this.$items[b]))},b.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition.end&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},b.prototype.next=function(){if(this.sliding)return;return this.slide("next")},b.prototype.prev=function(){if(this.sliding)return;return this.slide("prev")},b.prototype.slide=function(b,c){var d=this.$element.find(".item.active"),e=c||d[b](),f=this.interval,g=b=="next"?"left":"right",h=b=="next"?"first":"last",i=this;if(!e.length){if(!this.options.wrap)return;e=this.$element.find(".item")[h]()}this.sliding=!0,f&&this.pause();var j=a.Event("slide.bs.carousel",{relatedTarget:e[0],direction:g});if(e.hasClass("active"))return;this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid",function(){var b=a(i.$indicators.children()[i.getActiveIndex()]);b&&b.addClass("active")}));if(a.support.transition&&this.$element.hasClass("slide")){this.$element.trigger(j);if(j.isDefaultPrevented())return;e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),d.one(a.support.transition.end,function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger("slid")},0)}).emulateTransitionEnd(600)}else{this.$element.trigger(j);if(j.isDefaultPrevented())return;d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid")}return f&&this.cycle(),this};var c=a.fn.carousel;a.fn.carousel=function(c){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},b.DEFAULTS,d.data(),typeof c=="object"&&c),g=typeof c=="string"?c:f.slide;e||d.data("bs.carousel",e=new b(this,f)),typeof c=="number"?e.to(c):g?e[g]():f.interval&&e.pause().cycle()})},a.fn.carousel.Constructor=b,a.fn.carousel.noConflict=function(){return a.fn.carousel=c,this},a(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(b){var c=a(this),d,e=a(c.attr("data-target")||(d=c.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,"")),f=a.extend({},e.data(),c.data()),g=c.attr("data-slide-to");g&&(f.interval=!1),e.carousel(f),(g=c.attr("data-slide-to"))&&e.data("bs.carousel").to(g),b.preventDefault()}),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var b=a(this);b.carousel(b.data())})})}(jQuery),+function(a){function e(){a(b).remove(),a(c).each(function(b){var c=f(a(this));if(!c.hasClass("open"))return;c.trigger(b=a.Event("hide.bs.dropdown"));if(b.isDefaultPrevented())return;c.removeClass("open").trigger("hidden.bs.dropdown")})}function f(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}"use strict";var b=".dropdown-backdrop",c="[data-toggle=dropdown]",d=function(b){var c=a(b).on("click.bs.dropdown",this.toggle)};d.prototype.toggle=function(b){var c=a(this);if(c.is(".disabled, :disabled"))return;var d=f(c),g=d.hasClass("open");e();if(!g){"ontouchstart"in document.documentElement&&!d.closest(".navbar-nav").length&&a('
').insertAfter(a(this)).on("click",e),d.trigger(b=a.Event("show.bs.dropdown"));if(b.isDefaultPrevented())return;d.toggleClass("open").trigger("shown.bs.dropdown"),c.focus()}return!1},d.prototype.keydown=function(b){if(!/(38|40|27)/.test(b.keyCode))return;var d=a(this);b.preventDefault(),b.stopPropagation();if(d.is(".disabled, :disabled"))return;var e=f(d),g=e.hasClass("open");if(!g||g&&b.keyCode==27)return b.which==27&&e.find(c).focus(),d.click();var h=a("[role=menu] li:not(.divider):visible a",e);if(!h.length)return;var i=h.index(h.filter(":focus"));b.keyCode==38&&i>0&&i--,b.keyCode==40&&i
').appendTo(document.body),this.$element.on("click.dismiss.modal",a.proxy(function(a){if(a.target!==a.currentTarget)return;this.options.backdrop=="static"?this.$element[0].focus.call(this.$element[0]):this.hide.call(this)},this)),e&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in");if(!b)return;e?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()):b&&b()};var c=a.fn.modal;a.fn.modal=function(c,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},b.DEFAULTS,e.data(),typeof c=="object"&&c);f||e.data("bs.modal",f=new b(this,g)),typeof c=="string"?f[c](d):g.show&&f.show(d)})},a.fn.modal.Constructor=b,a.fn.modal.noConflict=function(){return a.fn.modal=c,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(b){var c=a(this),d=c.attr("href"),e=a(c.attr("data-target")||d&&d.replace(/.*(?=#[^\s]+$)/,"")),f=e.data("modal")?"toggle":a.extend({remote:!/#/.test(d)&&d},e.data(),c.data());b.preventDefault(),e.modal(f,this).one("hide",function(){c.is(":visible")&&c.focus()})}),a(document).on("show.bs.modal",".modal",function(){a(document.body).addClass("modal-open")}).on("hidden.bs.modal",".modal",function(){a(document.body).removeClass("modal-open")})}(jQuery),+function(a){"use strict";var b=function(a,b){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};b.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},b.prototype.init=function(b,c,d){this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d);var e=this.options.trigger.split(" ");for(var f=e.length;f--;){var g=e[f];if(g=="click")this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if(g!="manual"){var h=g=="hover"?"mouseenter":"focus",i=g=="hover"?"mouseleave":"blur";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&typeof b.delay=="number"&&(b.delay={show:b.delay,hide:b.delay}),b},b.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},b.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);clearTimeout(c.timeout),c.hoverState="in";if(!c.options.delay||!c.options.delay.show)return c.show();c.timeout=setTimeout(function(){c.hoverState=="in"&&c.show()},c.options.delay.show)},b.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);clearTimeout(c.timeout),c.hoverState="out";if(!c.options.delay||!c.options.delay.hide)return c.hide();c.timeout=setTimeout(function(){c.hoverState=="out"&&c.hide()},c.options.delay.hide)},b.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);if(b.isDefaultPrevented())return;var c=this.tip();this.setContent(),this.options.animation&&c.addClass("fade");var d=typeof this.options.placement=="function"?this.options.placement.call(this,c[0],this.$element[0]):this.options.placement,e=/\s?auto?\s?/i,f=e.test(d);f&&(d=d.replace(e,"")||"top"),c.detach().css({top:0,left:0,display:"block"}).addClass(d),this.options.container?c.appendTo(this.options.container):c.insertAfter(this.$element);var g=this.getPosition(),h=c[0].offsetWidth,i=c[0].offsetHeight;if(f){var j=this.$element.parent(),k=d,l=document.documentElement.scrollTop||document.body.scrollTop,m=this.options.container=="body"?window.innerWidth:j.outerWidth(),n=this.options.container=="body"?window.innerHeight:j.outerHeight(),o=this.options.container=="body"?0:j.offset().left;d=d=="bottom"&&g.top+g.height+i-l>n?"top":d=="top"&&g.top-l-i<0?"bottom":d=="right"&&g.right+h>m?"left":d=="left"&&g.left-h
'}),b.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),b.prototype.constructor=b,b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content")[this.options.html?"html":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},b.prototype.hasContent=function(){return this.getTitle()||this.getContent()},b.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||(typeof b.content=="function"?b.content.call(a[0]):b.content)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},b.prototype.tip=function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip};var c=a.fn.popover;a.fn.popover=function(c){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f=typeof c=="object"&&c;e||d.data("bs.popover",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.popover.Constructor=b,a.fn.popover.noConflict=function(){return a.fn.popover=c,this}}(jQuery),+function(a){"use strict";var b=function(b){this.element=a(b)};b.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,""));if(b.parent("li").hasClass("active"))return;var e=c.find(".active:last a")[0],f=a.Event("show.bs.tab",{relatedTarget:e});b.trigger(f);if(f.isDefaultPrevented())return;var g=a(d);this.activate(b.parent("li"),c),this.activate(g,g.parent(),function(){b.trigger({type:"shown.bs.tab",relatedTarget:e})})},b.prototype.activate=function(b,c,d){function g(){e.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),f?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var e=c.find("> .active"),f=d&&a.support.transition&&e.hasClass("fade");f?e.one(a.support.transition.end,g).emulateTransitionEnd(150):g(),e.removeClass("in")};var c=a.fn.tab;a.fn.tab=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new b(this)),typeof c=="string"&&e[c]()})},a.fn.tab.Constructor=b,a.fn.tab.noConflict=function(){return a.fn.tab=c,this},a(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(b){b.preventDefault(),a(this).tab("show")})}(jQuery),+function(a){"use strict";var b=function(c,d){this.options=a.extend({},b.DEFAULTS,d),this.$window=a(window).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(c),this.affixed=this.unpin=null,this.checkPosition()};b.RESET="affix affix-top affix-bottom",b.DEFAULTS={offset:0},b.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},b.prototype.checkPosition=function(){if(!this.$element.is(":visible"))return;var c=a(document).height(),d=this.$window.scrollTop(),e=this.$element.offset(),f=this.options.offset,g=f.top,h=f.bottom;typeof f!="object"&&(h=g=f),typeof g=="function"&&(g=f.top()),typeof h=="function"&&(h=f.bottom());var i=this.unpin!=null&&d+this.unpin<=e.top?!1:h!=null&&e.top+this.$element.height()>=c-h?"bottom":g!=null&&d<=g?"top":!1;if(this.affixed===i)return;this.unpin&&this.$element.css("top",""),this.affixed=i,this.unpin=i=="bottom"?e.top-d:null,this.$element.removeClass(b.RESET).addClass("affix"+(i?"-"+i:"")),i=="bottom"&&this.$element.offset({top:document.body.offsetHeight-h-this.$element.height()})};var c=a.fn.affix;a.fn.affix=function(c){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f=typeof c=="object"&&c;e||d.data("bs.affix",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.affix.Constructor=b,a.fn.affix.noConflict=function(){return a.fn.affix=c,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var b=a(this),c=b.data();c.offset=c.offset||{},c.offsetBottom&&(c.offset.bottom=c.offsetBottom),c.offsetTop&&(c.offset.top=c.offsetTop),b.affix(c)})})}(jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.transitioning=null,this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};b.DEFAULTS={toggle:!0},b.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},b.prototype.show=function(){if(this.transitioning||this.$element.hasClass("in"))return;var b=a.Event("show.bs.collapse");this.$element.trigger(b);if(b.isDefaultPrevented())return;var c=this.$parent&&this.$parent.find("> .panel > .in");if(c&&c.length){var d=c.data("bs.collapse");if(d&&d.transitioning)return;c.collapse("hide"),d||c.data("bs.collapse",null)}var e=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[e](0),this.transitioning=1;var f=function(){this.$element.removeClass("collapsing").addClass("in")[e]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return f.call(this);var g=a.camelCase(["scroll",e].join("-"));this.$element.one(a.support.transition.end,a.proxy(f,this)).emulateTransitionEnd(350)[e](this.$element[0][g])},b.prototype.hide=function(){if(this.transitioning||!this.$element.hasClass("in"))return;var b=a.Event("hide.bs.collapse");this.$element.trigger(b);if(b.isDefaultPrevented())return;var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var d=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};if(!a.support.transition)return d.call(this);this.$element[c](0).one(a.support.transition.end,a.proxy(d,this)).emulateTransitionEnd(350)},b.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var c=a.fn.collapse;a.fn.collapse=function(c){return this.each(function(){var d=a(this),e=d.data("bs.collapse"),f=a.extend({},b.DEFAULTS,d.data(),typeof c=="object"&&c);e||d.data("bs.collapse",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.collapse.Constructor=b,a.fn.collapse.noConflict=function(){return a.fn.collapse=c,this},a(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(b){var c=a(this),d,e=c.attr("data-target")||b.preventDefault()||(d=c.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""),f=a(e),g=f.data("bs.collapse"),h=g?"toggle":c.data(),i=c.attr("data-parent"),j=i&&a(i);if(!g||!g.transitioning)j&&j.find('[data-toggle=collapse][data-parent="'+i+'"]').not(c).addClass("collapsed"),c[f.hasClass("in")?"addClass":"removeClass"]("collapsed");f.collapse(h)})}(jQuery),+function(a){function b(c,d){var e,f=a.proxy(this.process,this);this.$element=a(c).is("body")?a(window):a(c),this.$body=a("body"),this.$scrollElement=this.$element.on("scroll.bs.scroll-spy.data-api",f),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||(e=a(c).attr("href"))&&e.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.offsets=a([]),this.targets=a([]),this.activeTarget=null,this.refresh(),this.process()}"use strict",b.DEFAULTS={offset:10},b.prototype.refresh=function(){var b=this.$element[0]==window?"offset":"position";this.offsets=a([]),this.targets=a([]);var c=this,d=this.$body.find(this.selector).map(function(){var d=a(this),e=d.data("target")||d.attr("href"),f=/^#\w/.test(e)&&a(e);return f&&f.length&&[[f[b]().top+(!a.isWindow(c.$scrollElement.get(0))&&c.$scrollElement.scrollTop()),e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){c.offsets.push(this[0]),c.targets.push(this[1])})},b.prototype.process=function(){var a=this.$scrollElement.scrollTop()+this.options.offset,b=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,c=b-this.$scrollElement.height(),d=this.offsets,e=this.targets,f=this.activeTarget,g;if(a>=c)return f!=(g=e.last()[0])&&this.activate(g);for(g=d.length;g--;)f!=e[g]&&a>=d[g]&&(!d[g+1]||a<=d[g+1])&&this.activate(e[g])},b.prototype.activate=function(b){this.activeTarget=b,a(this.selector).parents(".active").removeClass("active");var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate")};var c=a.fn.scrollspy;a.fn.scrollspy=function(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f=typeof c=="object"&&c;e||d.data("bs.scrollspy",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=c,this},a(window).on("load",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);b.scrollspy(b.data())})})}(jQuery),+function(a){function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(a.style[c]!==undefined)return{end:b[c]}}"use strict",a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one(a.support.transition.end,function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b()})}(jQuery)
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/bootstrap/js/index.html b/packages/phocadownload/media/com_phocadownload/bootstrap/js/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/bootstrap/js/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/css/administrator/index.html b/packages/phocadownload/media/com_phocadownload/css/administrator/index.html
new file mode 100644
index 00000000..ea9e94c1
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/css/administrator/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/css/administrator/phocadownload.css b/packages/phocadownload/media/com_phocadownload/css/administrator/phocadownload.css
new file mode 100644
index 00000000..2b890ef0
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/css/administrator/phocadownload.css
@@ -0,0 +1,616 @@
+/* Columns*/
+.ph-image {
+ text-align:center;
+ width: 10%;
+}
+.ph-title {
+ width: 60%;
+}
+
+.ph-title-stat {
+ width: 10%;
+}
+.ph-filename-stat {
+ width: 50%;
+}
+
+.ph-title-short {
+ width: 30%;
+}
+.ph-filename-long {
+ width: 50%;
+}
+.ph-count {
+ width: 5%;
+}
+
+.ph-page {
+ width: 5%;
+}
+
+.ph-functions,
+.ph-id,
+.ph-check,
+.ph-ordering {
+ width: 1%;
+}
+
+.ph-right {
+ text-align: right !important;
+}
+.ph-center {
+ text-align: center !important;
+}
+
+.ph-uploaduser {
+ width: 7%;
+ white-space: nowrap;
+}
+.ph-owner,
+.ph-rating,
+.ph-hits,
+.ph-language,
+.ph-published,
+.ph-approved {
+ width: 5%;
+}
+.ph-user,
+.ph-parentcattitle {
+ width: 15%;
+}
+.ph-filename,
+.ph-access {
+ width: 10%;
+}
+
+
+.ph-multiple-table tr td.ph-img-table {
+ text-align: center;
+ padding-top: 4px;
+}
+.ph-icon {
+ margin: 0;
+ padding: 5px;
+ float: left;
+ margin: 0 auto;
+ text-align: center;
+}
+.ph-icon-inside.thumbnail {
+ width: 100px;
+ height: 100px;
+ -webkit-border-radius: 0px;
+ border-radius: 0px;
+ background: #fdfdfd;
+}
+.ph-icon-inside.thumbnail img {
+ margin-top: 10px;
+ margin-bottom: -12px;
+}
+.ph-icon-inside.thumbnail span {
+}
+
+.ph-head-form-small,
+.ph-head-form {
+ font-weight: bold;
+}
+.ph-head-form {
+ margin-bottom: 10px;
+}
+.ph-in {
+ padding: 5px;
+}
+
+.ph-w80 {
+ width: 80%;
+}
+.dl-horizontal.ph-input dt {
+ float: left;
+ clear: left;
+ margin-right: 20px;
+ text-align: left;
+ width: auto;
+}
+.dl-horizontal.ph-input dd{
+}
+
+.ph-cpanel-left {
+ float: left;
+ width: 50%;
+}
+.ph-cpanel-right {
+ float: right;
+ width: 50%;
+}
+
+#configTabs li a img {
+ margin-top: -3px;
+}
+
+.ph-head-form-small,
+.ph-head-form {
+ font-weight: bold;
+}
+.ph-head-form {
+ margin-bottom: 10px;
+}
+.ph-in {
+ padding: 5px;
+}
+
+.ph-w80 {
+ width: 80%;
+}
+.dl-horizontal.ph-input dt {
+ float: left;
+ clear: left;
+ margin-right: 20px;
+ text-align: left;
+ width: auto;
+}
+.dl-horizontal.ph-input dd{
+}
+
+.icon-multiple:before {
+ content: url('../../images/administrator/icon-12-multiple.png');
+}
+
+.icon-authorizeall:before {
+ content: url('../../images/administrator/icon-12-authorizeall.png');
+}
+
+.icon-disapprove:before {
+ content: url('../../images/administrator/icon-12-disapprove.png');
+}
+.icon-approve:before {
+ content: url('../../images/administrator/icon-12-approve.png');
+}
+
+.icon-reset:before {
+ content: url('../../images/administrator/icon-12-reset.png');
+}
+
+.icon-back:before {
+ content: url('../../images/administrator/icon-12-back.png');
+}
+
+/* -- Codemirror Editor ----------- */
+div.editor-border /*, div.CodeMirror-wrapping */ {
+ border: 1px solid #ccc;
+ background-color: #ffffff;
+}
+#ph-editor div.CodeMirror-wrapping {
+ height: 400px !important;
+}
+
+
+
+
+div.icon-48-phocadownload {
+ background: url('../../images/administrator/icon-48-phocadownload.png') no-repeat left;
+}
+div.icon-48-info {
+ background: url('../../images/administrator/icon-48-info.png') no-repeat left;
+}
+div.icon-48-tags {
+ background: url('../../images/administrator/icon-48-tags.png') no-repeat left;
+}
+div.icon-48-layout {
+ background: url('../../images/administrator/icon-48-layout.png') no-repeat left;
+}
+div.icon-48-category {
+ background: url('../../images/administrator/icon-48-cats.png') no-repeat left;
+}
+
+div.icon-48-section {
+ background: url('../../images/administrator/icon-48-sec.png') no-repeat left;
+}
+div.icon-48-settings {
+ background: url('../../images/administrator/icon-48-set.png') no-repeat left;
+}
+div.icon-48-file {
+ background: url('../../images/administrator/icon-48-file.png') no-repeat left;
+}
+div.icon-48-statistics {
+ background: url('../../images/administrator/icon-48-stat.png') no-repeat left;
+}
+div.icon-48-userstat {
+ background: url('../../images/administrator/icon-48-user-stat.png') no-repeat left;
+}
+div.icon-48-license {
+ background: url('../../images/administrator/icon-48-lic.png') no-repeat left;
+}
+div.icon-48-users {
+ background: url('../../images/administrator/icon-48-users.png') no-repeat left;
+}
+
+div.icon-48-multiple {
+ background: url('../../images/administrator/icon-48-pd-multiple.png') no-repeat left;
+}
+
+div.icon-48-vote-file {
+ background: url('../../images/administrator/icon-48-vote-file.png') no-repeat left;
+}
+span.icon-32-reset {
+ background: url('../../images/administrator/icon-32-reset.png') no-repeat left;
+}
+span.icon-32-authorizeall {
+ background: url('../../images/administrator/icon-32-authorizeall.png') no-repeat left;
+}
+span.icon-32-multiple {
+ background: url('../../images/administrator/icon-32-multiple.png') no-repeat left;
+}
+
+span.icon-32-disapprove {
+ background: url('../../images/administrator/icon-32-disapprove.png') no-repeat left;
+}
+span.icon-32-approve {
+ background: url('../../images/administrator/icon-32-approve.png') no-repeat left;
+}
+
+/* Phoca Download Editor Button Plugin */
+.plg-button-tbl {
+ width: 100%;
+}
+.plg-button-tbl tr {
+ border-bottom: 1px solid #f0f0f0;
+}
+
+.plg-button-tbl tr td {
+
+ padding-top:5px;
+ padding-bottom: 5px;
+}
+
+.plg-button-insert {
+ margin-right: 5px;
+}
+
+#phocadownload-links .icon-16-edb-sections {
+ background: #fdfdfd url('../../images/administrator/icon-16-edb-sections.png') no-repeat 5px center;
+ list-style-type:none;
+ padding: 10px 10px 10px 30px;
+ margin:5px;
+ border:1px solid #ccc;
+ display: block;
+ width: auto;
+}
+#phocadownload-links .icon-16-edb-section {
+ background: #fdfdfd url('../../images/administrator/icon-16-edb-section.png') no-repeat 5px center;
+ list-style-type:none;
+ padding: 10px 10px 10px 30px;
+ margin:5px;
+ border:1px solid #ccc;
+ display: block;
+ width: auto;
+}
+#phocadownload-links .icon-16-edb-category {
+ background: #fdfdfd url('../../images/administrator/icon-16-edb-category.png') no-repeat 5px center;
+ list-style-type:none;
+ padding: 10px 10px 10px 30px;
+ margin:5px;
+ border:1px solid #ccc;
+ display: block;
+ width: auto;
+}
+
+#phocadownload-links .icon-16-edb-categories {
+ background: #fdfdfd url('../../images/administrator/icon-16-edb-categories.png') no-repeat 5px center;
+ list-style-type:none;
+ padding: 10px 10px 10px 30px;
+ margin:5px;
+ border:1px solid #ccc;
+ display: block;
+ width: auto;
+}
+#phocadownload-links .icon-16-edb-file {
+ background: #fdfdfd url('../../images/administrator/icon-16-edb-file.png') no-repeat 5px center;
+ list-style-type:none;
+ padding: 10px 10px 10px 30px;
+ margin:5px;
+ border:1px solid #ccc;
+ display: block;
+ width: auto;
+}
+#phocadownload-links .icon-16-edb-play {
+ background: #fdfdfd url('../../images/administrator/icon-16-edb-play.png') no-repeat 5px center;
+ list-style-type:none;
+ padding: 10px 10px 10px 30px;
+ margin:5px;
+ border:1px solid #ccc;
+ display: block;
+ width: auto;
+}
+#phocadownload-links .icon-16-edb-preview {
+ background: #fdfdfd url('../../images/administrator/icon-16-edb-preview.png') no-repeat 5px center;
+ list-style-type:none;
+ padding: 10px 10px 10px 30px;
+ margin:5px;
+ border:1px solid #ccc;
+ display: block;
+ width: auto;
+}
+#phocadownload-links a {
+ text-decoration:underline;
+}
+
+#phocadownload-links .icon-16-edb-back {
+ background: #fdfdfd url('../../images/administrator/icon-16-edb-back.png') no-repeat 5px center;
+ list-style-type:none;
+ padding: 10px 10px 10px 26px;
+ margin:5px;
+ border:1px solid #ccc;
+ display: block;
+ width: auto;
+}
+
+#phocadownload-links th a {
+ text-decoration:none;
+}
+
+.notapproved {
+ background:#FFC2C2;
+ border:1px solid #bf3030;
+ color: #a60000;
+ padding:10px;
+ margin-top:5px;
+ margin-bottom:5px;
+}
+
+.phoca-adminform {
+ background-color: #fff;
+ border: solid 1px #d5d5d5;
+ padding:10px;
+ color: #777;
+}
+.cpanel-right {
+ color: #777;
+}
+
+.pgerrormsg,
+.notapproved {
+ background:#FFC2C2;
+ border:1px solid #bf3030;
+ color: #a60000;
+ padding:10px;
+ margin-top:5px;
+ margin-bottom:5px;
+}
+.pgsuccessmsg {
+ background:#ceffc1;
+ border:1px solid #4ebd30;
+ color: #23a600;
+ padding:10px;
+ margin-top:5px;
+ margin-bottom:5px;
+}
+.pgunsetmsg {
+ background:#fff2c1;
+ border:1px solid #bda130;
+ color: #a68400;
+ padding:10px;
+ margin-top:5px;
+ margin-bottom:5px;
+}
+
+#phocadownloadmanager {
+ font-family: sans, arial;
+}
+#phocadownloadmanager a img {
+
+ border: none;
+}
+
+#phocadownloadmanager .pd-admin-path {
+ border: 1px solid #ccc;
+ background: #f0f0f0;
+ padding: 10px;
+ margin:5px 0px;
+}
+#phocadownloadmanager .pd-admin-files {
+ border: 1px solid #ccc;
+ background: #fff;
+ padding: 10px;
+ margin:5px 0px;
+}
+
+#phocadownloadmanager .pd-admin-file {
+ padding:3px 0px;
+ margin:0px;
+}
+#phocadownloadmanager .pd-admin-file-checkbox {
+ padding:3px 0px;
+ margin:7px 0px;
+ background: #f9f9f9;
+ border-bottom: 1px solid #f0f0f0
+}
+
+
+/* Rating */
+/* Voting - style by http://www.jluvip.com/works/css/starvote/index2-1.html*/
+ .star-rating{
+ list-style:none;
+ margin: 0px;
+ margin-top:5px;
+ margin-bottom:5px;
+ padding:0px;
+ width: 110px;
+ height: 22px;
+ position: relative;
+ background: url(images/icon-voting.png) top left repeat-x;
+}
+
+ .star-rating li{
+ list-style-type:none;
+ padding:0px;
+ margin:0px;
+ /*\*/
+ float: left;
+ /* */
+}
+
+ .star-rating li a{
+ display:block;
+ width:22px;
+ height: 22px;
+ text-decoration: none;
+ text-indent: -9000px;
+ z-index: 20;
+ position: absolute;
+ padding: 0px;
+}
+ .star-rating li a:hover{
+ background: url(images/icon-voting.png) left center;
+ z-index: 2;
+ left: 0px;
+}
+ .star-rating a.star1{
+ left: 0px;
+}
+ .star-rating a.star1:hover{
+ width:22px;
+}
+ .star-rating a.stars2{
+ left:22px;
+}
+ .star-rating a.stars2:hover{
+ width: 44px;
+}
+ .star-rating a.stars3{
+ left: 44px;
+}
+ .star-rating a.stars3:hover{
+ width: 66px;
+}
+ .star-rating a.stars4{
+ left: 66px;
+}
+ .star-rating a.stars4:hover{
+ width: 88px;
+}
+ .star-rating a.stars5{
+ left: 88px;
+}
+ .star-rating a.stars5:hover{
+ width: 110px;
+}
+ .star-rating li.current-rating{
+ background: url(images/icon-voting.png) left bottom;
+ position: absolute;
+ height: 22px;
+ /*width:77px;*/
+ display: block;
+ text-indent: -9000px;
+ z-index: 1;
+}
+
+/* Voting small */
+.star-rating-box-small {
+ border: 1px solid #e7e7e7;
+ padding: 1px;
+ margin: 0px;
+ background: #fff;
+}
+
+.star-rating-small{
+ list-style:none;
+ margin: 0px;
+ margin-top:5px;
+ margin-bottom:5px;
+ padding:0px;
+ width: 80px;
+ height: 16px;
+ position: relative;
+ background: url(images/icon-voting-small.png) top left repeat-x;
+}
+
+.star-rating-small li{
+ list-style-type:none;
+ padding:0px;
+ margin:0px;
+ /*\*/
+ float: left;
+ /* */
+}
+
+.star-rating-small li a{
+ display:block;
+ width:16px;
+ height: 16px;
+ text-decoration: none;
+ text-indent: -9000px;
+ z-index: 20;
+ position: absolute;
+ padding: 0px;
+}
+.star-rating-small li a:hover{
+ background: url(images/icon-voting-small.png) left center;
+ z-index: 2;
+ left: 0px;
+}
+.star-rating-small a.star1{
+ left: 0px;
+}
+.star-rating-small a.star1:hover{
+ width:16px;
+}
+.star-rating-small a.stars2{
+ left:16px;
+}
+.star-rating-small a.stars2:hover{
+ width: 32px;
+}
+.star-rating-small a.stars3{
+ left: 32px;
+}
+.star-rating-small a.stars3:hover{
+ width: 48px;
+}
+.star-rating-small a.stars4{
+ left: 48px;
+}
+.star-rating-small a.stars4:hover{
+ width: 64px;
+}
+.star-rating-small a.stars5{
+ left: 64px;
+}
+.star-rating-small a.stars5:hover{
+ width: 80px;
+}
+.star-rating-small li.current-rating{
+ background: url(images/icon-voting-small.png) left bottom;
+ position: absolute;
+ height: 16px;
+ /*width:77px;*/
+ display: block;
+ text-indent: -9000px;
+ z-index: 1;
+}
+
+.warning {
+ padding: 5px;
+ border: 1px solid #FF8E6B;
+ background: #FFDCD1;
+ color: #FF3F05;
+ margin: 10px 0px;
+}
+
+.pdview {
+ padding: 0px 5px 10px 5px;
+ border: 1px solid #ccc;
+ background: #fff;
+ margin: 5px 0px;
+}
+.adminForm,
+#adminForm {
+ margin: 0px 0px 0px 0px !important;
+ padding: 0px 0px 0px 0px !important;
+}
+
+.ph-btn-toolbar-2 {
+ clear: right;
+ padding-top: 10px;
+}
+.ph-select-status {
+ padding-left: 5px;
+}
diff --git a/packages/phocadownload/media/com_phocadownload/css/administrator/phocadownloadoptions.css b/packages/phocadownload/media/com_phocadownload/css/administrator/phocadownloadoptions.css
new file mode 100644
index 00000000..a82053e8
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/css/administrator/phocadownloadoptions.css
@@ -0,0 +1,41 @@
+label {
+ width: 20em;
+
+}
+
+hr {
+ border-bottom: 1px solid #cce6ff;
+
+ display: block;
+ margin: 0; padding: 0;
+}
+
+.ph-options-head {
+ background: #E5F3FF;
+ color: #0069CC;
+ border: 1px solid #B3DBFF;
+
+ padding:15px 10px;
+ margin:5px 0;
+ display:block;
+ text-shadow: 0 1px 0 #ffffff;
+ margin-left: -180px;
+ border-radius: 0px;
+}
+
+.ph-options-head-expert {
+ background: #F2dede;
+ color: #b94a48;
+ border: 1px solid #edd3d6;
+ padding:15px 10px;
+ margin:5px 0;
+ display:block;
+ text-shadow: 0 1px 0 #ffffff;
+ margin-left: -180px;
+}
+
+.ph-options-head-expert div
+.ph-options-head div{
+ white-space: nowrap;
+
+}
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/css/administrator/rating.css b/packages/phocadownload/media/com_phocadownload/css/administrator/rating.css
new file mode 100644
index 00000000..7e3a9d52
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/css/administrator/rating.css
@@ -0,0 +1,268 @@
+/* Rating */
+/* Voting - style by http://www.jluvip.com/works/css/starvote/index2-1.html*/
+#phoca-dl-category-box ul.star-rating li,
+#phoca-dl-category-box ul.star-rating-small li,
+#phoca-dl-file-box ul.star-rating li,
+#phoca-dl-file-box ul.star-rating-small li{
+ background: none;
+ list-style-type:none;
+}
+
+#phoca-dl-file-box .star-rating,
+#phoca-dl-category-box .star-rating,
+.star-rating{
+ list-style:none;
+ margin: 0px;
+ margin-bottom:5px;
+ padding:0px;
+ width: 110px;
+ height: 22px;
+ position: relative;
+ background: url(../../images/icon-voting.png) top left repeat-x;
+}
+
+#phoca-dl-file-box .star-rating li,
+#phoca-dl-category-box .star-rating li,
+.star-rating li{
+ list-style-type:none;
+ padding:0px;
+ margin:0px;
+ /*\*/
+ float: left;
+ /* */
+}
+
+#phoca-dl-file-box .star-rating li a,
+#phoca-dl-category-box .star-rating li a,
+.star-rating li a{
+ display:block;
+ width:22px;
+ height: 22px;
+ text-decoration: none;
+ text-indent: -9000px;
+ z-index: 20;
+ position: absolute;
+ padding: 0px;
+}
+
+#phoca-dl-file-box .star-rating li a:hover,
+#phoca-dl-category-box .star-rating li a:hover,
+.star-rating li a:hover{
+ background: url(../../images/icon-voting.png) left center;
+ z-index: 2;
+ left: 0px;
+}
+
+#phoca-dl-file-box .star-rating a.star1,
+#phoca-dl-category-box .star-rating a.star1,
+.star-rating a.star1{
+ left: 0px;
+}
+
+#phoca-dl-file-box .star-rating a.star1:hover,
+#phoca-dl-category-box .star-rating a.star1:hover,
+.star-rating a.star1:hover{
+ width:22px;
+}
+
+#phoca-dl-file-box .star-rating a.stars2,
+#phoca-dl-category-box .star-rating a.stars2,
+.star-rating a.stars2{
+ left:22px;
+}
+
+#phoca-dl-file-box .star-rating a.stars2:hover,
+#phoca-dl-category-box .star-rating a.stars2:hover,
+.star-rating a.stars2:hover{
+ width: 44px;
+}
+
+#phoca-dl-file-box .star-rating a.stars3,
+#phoca-dl-category-box .star-rating a.stars3,
+.star-rating a.stars3{
+ left: 44px;
+}
+
+#phoca-dl-file-box .star-rating a.stars3:hover,
+#phoca-dl-category-box .star-rating a.stars3:hover,
+.star-rating a.stars3:hover{
+ width: 66px;
+}
+
+#phoca-dl-file-box .star-rating a.stars4,
+#phoca-dl-category-box .star-rating a.stars4,
+.star-rating a.stars4{
+ left: 66px;
+}
+
+#phoca-dl-file-box .star-rating a.stars4:hover,
+#phoca-dl-category-box .star-rating a.stars4:hover,
+.star-rating a.stars4:hover{
+ width: 88px;
+}
+
+#phoca-dl-file-box .star-rating a.stars5,
+#phoca-dl-category-box .star-rating a.stars5,
+.star-rating a.stars5{
+ left: 88px;
+}
+
+#phoca-dl-file-box .star-rating a.stars5:hover,
+#phoca-dl-category-box .star-rating a.stars5:hover,
+.star-rating a.stars5:hover{
+ width: 110px;
+}
+
+#phoca-dl-file-box .star-rating li.current-rating,
+#phoca-dl-category-box .star-rating li.current-rating,
+.star-rating li.current-rating{
+ background: url(../../images/icon-voting.png) left bottom;
+ position: absolute;
+ height: 22px;
+ /*width:77px;*/
+ display: block;
+ text-indent: -9000px;
+ z-index: 1;
+}
+
+
+/* Voting small */
+#phoca-dl-file-box .star-rating-small,
+#phoca-dl-category-box .star-rating-small,
+.star-rating-small{
+ list-style:none;
+ margin: 0px;
+ margin-bottom:5px;
+ padding:0px;
+ width: 90px;
+ height: 18px;
+ position: relative;
+ background: url(../../images/icon-voting-small.png) top left repeat-x;
+}
+
+#phoca-dl-file-box .star-rating-small li,
+#phoca-dl-category-box .star-rating-small li,
+.star-rating-small li{
+ list-style-type:none;
+ padding:0px;
+ margin:0px;
+ /*\*/
+ float: left;
+ /* */
+}
+
+#phoca-dl-file-box .star-rating-small li a,
+#phoca-dl-category-box .star-rating-small li a,
+.star-rating-small li a{
+ display:block;
+ width:18px;
+ height: 18px;
+ text-decoration: none;
+ text-indent: -9000px;
+ z-index: 20;
+ position: absolute;
+ padding: 0px;
+}
+
+#phoca-dl-file-box .star-rating-small li a:hover,
+#phoca-dl-category-box .star-rating-small li a:hover,
+.star-rating-small li a:hover{
+ background: url(../../images/icon-voting-small.png) left center;
+ z-index: 2;
+ left: 0px;
+}
+
+#phoca-dl-file-box .star-rating-small a.star1,
+#phoca-dl-category-box .star-rating-small a.star1,
+.star-rating-small a.star1{
+ left: 0px;
+}
+
+#phoca-dl-file-box .star-rating-small a.star1:hover,
+#phoca-dl-category-box .star-rating-small a.star1:hover,
+.star-rating-small a.star1:hover{
+ width:18px;
+}
+
+#phoca-dl-file-box .star-rating-small a.stars2,
+#phoca-dl-category-box .star-rating-small a.stars2,
+.star-rating-small a.stars2{
+ left:18px;
+}
+
+#phoca-dl-file-box .star-rating-small a.stars2:hover,
+#phoca-dl-category-box .star-rating-small a.stars2:hover,
+.star-rating-small a.stars2:hover{
+ width: 36px;
+}
+
+#phoca-dl-file-box .star-rating-small a.stars3,
+#phoca-dl-category-box .star-rating-small a.stars3,
+.star-rating-small a.stars3{
+ left: 36px;
+}
+
+#phoca-dl-file-box .star-rating-small a.stars3:hover,
+#phoca-dl-category-box .star-rating-small a.stars3:hover,
+.star-rating-small a.stars3:hover{
+ width: 54px;
+}
+
+#phoca-dl-file-box .star-rating-small a.stars4,
+#phoca-dl-category-box .star-rating-small a.stars4,
+.star-rating-small a.stars4{
+ left: 54px;
+}
+
+#phoca-dl-file-box .star-rating-small a.stars4:hover,
+#phoca-dl-category-box .star-rating-small a.stars4:hover,
+.star-rating-small a.stars4:hover{
+ width: 72px;
+}
+
+#phoca-dl-file-box .star-rating-small a.stars5,
+#phoca-dl-category-box .star-rating-small a.stars5,
+.star-rating-small a.stars5{
+ left: 72px;
+}
+
+#phoca-dl-file-box .star-rating-small a.stars5:hover,
+#phoca-dl-category-box .star-rating-small a.stars5:hover,
+.star-rating-small a.stars5:hover{
+ width: 90px;
+}
+
+#phoca-dl-file-box .star-rating-small li.current-rating,
+#phoca-dl-category-box .star-rating-small li.current-rating,
+.star-rating-small li.current-rating{
+ background: url(../../images/icon-voting-small.png) left bottom;
+ position: absolute;
+ height: 18px;
+ /*width:77px;*/
+ display: block;
+ text-indent: -9000px;
+ z-index: 1;
+}
+
+
+
+.pd-small,
+.pd-result,
+#phoca-dl-file-box .pd-small,
+#phoca-dl-file-box .pd-result,
+#phoca-dl-category-box .pd-small,
+#phoca-dl-category-box .pd-result {
+ font-size: x-small;
+}
+
+
+#phoca-dl-file-box ul.star-rating-small,
+#phoca-dl-category-box ul.star-rating-small,
+#phoca-dl-file-box ul.star-rating-small li,
+#phoca-dl-category-box ul.star-rating-small li,
+#phoca-dl-file-box ul.star-rating,
+#phoca-dl-category-box ul.star-rating,
+#phoca-dl-file-box ul.star-rating li,
+#phoca-dl-category-box ul.star-rating li {
+ list-style: none !important;
+}
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/css/custom/default.css b/packages/phocadownload/media/com_phocadownload/css/custom/default.css
new file mode 100644
index 00000000..dc1f6a5e
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/css/custom/default.css
@@ -0,0 +1,5 @@
+/*
+Phoca Download
+http://www.phoca.cz/
+http://www.phoca.cz/phocadownload
+*/
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/css/custom/index.html b/packages/phocadownload/media/com_phocadownload/css/custom/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/css/custom/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/css/index.html b/packages/phocadownload/media/com_phocadownload/css/index.html
new file mode 100644
index 00000000..ea9e94c1
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/css/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/css/main/bootstrap.min.css b/packages/phocadownload/media/com_phocadownload/css/main/bootstrap.min.css
new file mode 100644
index 00000000..a9cfd5af
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/css/main/bootstrap.min.css
@@ -0,0 +1,9 @@
+/*!
+ * Bootstrap v2.3.2
+ *
+ * Copyright 2012 Twitter, Inc
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas img,.google-maps img{max-width:none}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{cursor:pointer}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333;background-color:#fff}a{color:#08c;text-decoration:none}a:hover,a:focus{color:#005580;text-decoration:underline}.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px}.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.span12{width:940px}.span11{width:860px}.span10{width:780px}.span9{width:700px}.span8{width:620px}.span7{width:540px}.span6{width:460px}.span5{width:380px}.span4{width:300px}.span3{width:220px}.span2{width:140px}.span1{width:60px}.offset12{margin-left:980px}.offset11{margin-left:900px}.offset10{margin-left:820px}.offset9{margin-left:740px}.offset8{margin-left:660px}.offset7{margin-left:580px}.offset6{margin-left:500px}.offset5{margin-left:420px}.offset4{margin-left:340px}.offset3{margin-left:260px}.offset2{margin-left:180px}.offset1{margin-left:100px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.127659574468085%;*margin-left:2.074468085106383%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.127659574468085%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%}.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%}.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%}.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%}.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%}.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%}.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%}.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%}.row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%}.row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%}.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%}.row-fluid .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%}.row-fluid .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%}.row-fluid .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%}.row-fluid .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%}.row-fluid .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%}.row-fluid .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%}.row-fluid .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%}.row-fluid .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%}.row-fluid .offset8{margin-left:70.2127659574468%;*margin-left:70.10638297872339%}.row-fluid .offset8:first-child{margin-left:68.08510638297872%;*margin-left:67.9787234042553%}.row-fluid .offset7{margin-left:61.70212765957446%;*margin-left:61.59574468085106%}.row-fluid .offset7:first-child{margin-left:59.574468085106375%;*margin-left:59.46808510638297%}.row-fluid .offset6{margin-left:53.191489361702125%;*margin-left:53.085106382978715%}.row-fluid .offset6:first-child{margin-left:51.063829787234035%;*margin-left:50.95744680851063%}.row-fluid .offset5{margin-left:44.68085106382979%;*margin-left:44.57446808510638%}.row-fluid .offset5:first-child{margin-left:42.5531914893617%;*margin-left:42.4468085106383%}.row-fluid .offset4{margin-left:36.170212765957444%;*margin-left:36.06382978723405%}.row-fluid .offset4:first-child{margin-left:34.04255319148936%;*margin-left:33.93617021276596%}.row-fluid .offset3{margin-left:27.659574468085104%;*margin-left:27.5531914893617%}.row-fluid .offset3:first-child{margin-left:25.53191489361702%;*margin-left:25.425531914893618%}.row-fluid .offset2{margin-left:19.148936170212764%;*margin-left:19.04255319148936%}.row-fluid .offset2:first-child{margin-left:17.02127659574468%;*margin-left:16.914893617021278%}.row-fluid .offset1{margin-left:10.638297872340425%;*margin-left:10.53191489361702%}.row-fluid .offset1:first-child{margin-left:8.51063829787234%;*margin-left:8.404255319148938%}[class*="span"].hide,.row-fluid [class*="span"].hide{display:none}[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float:right}.container{margin-right:auto;margin-left:auto;*zoom:1}.container:before,.container:after{display:table;line-height:0;content:""}.container:after{clear:both}.container-fluid{padding-right:20px;padding-left:20px;*zoom:1}.container-fluid:before,.container-fluid:after{display:table;line-height:0;content:""}.container-fluid:after{clear:both}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:21px;font-weight:200;line-height:30px}small{font-size:85%}strong{font-weight:bold}em{font-style:italic}cite{font-style:normal}.muted{color:#999}a.muted:hover,a.muted:focus{color:#808080}.text-warning{color:#c09853}a.text-warning:hover,a.text-warning:focus{color:#a47e3c}.text-error{color:#b94a48}a.text-error:hover,a.text-error:focus{color:#953b39}.text-info{color:#3a87ad}a.text-info:hover,a.text-info:focus{color:#2d6987}.text-success{color:#468847}a.text-success:hover,a.text-success:focus{color:#356635}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6{margin:10px 0;font-family:inherit;font-weight:bold;line-height:20px;color:inherit;text-rendering:optimizelegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{line-height:40px}h1{font-size:38.5px}h2{font-size:31.5px}h3{font-size:24.5px}h4{font-size:17.5px}h5{font-size:14px}h6{font-size:11.9px}h1 small{font-size:24.5px}h2 small{font-size:17.5px}h3 small{font-size:14px}h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eee}ul,ol{padding:0;margin:0 0 10px 25px}ul ul,ul ol,ol ol,ol ul{margin-bottom:0}li{line-height:20px}ul.unstyled,ol.unstyled{margin-left:0;list-style:none}ul.inline,ol.inline{margin-left:0;list-style:none}ul.inline>li,ol.inline>li{display:inline-block;*display:inline;padding-right:5px;padding-left:5px;*zoom:1}dl{margin-bottom:20px}dt,dd{line-height:20px}dt{font-weight:bold}dd{margin-left:10px}.dl-horizontal{*zoom:1}.dl-horizontal:before,.dl-horizontal:after{display:table;line-height:0;content:""}.dl-horizontal:after{clear:both}.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}hr{margin:20px 0;border:0;border-top:1px solid #eee;border-bottom:1px solid #fff}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:0 0 0 15px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{margin-bottom:0;font-size:17.5px;font-weight:300;line-height:1.25}blockquote small{display:block;line-height:20px;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:20px;font-style:normal;line-height:20px}code,pre{padding:0 3px 2px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;color:#333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}code{padding:2px 4px;color:#d14;white-space:nowrap;background-color:#f7f7f9;border:1px solid #e1e1e8}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}pre.prettyprint{margin-bottom:20px}pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}form{margin:0 0 20px}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:40px;color:#333;border:0;border-bottom:1px solid #e5e5e5}legend small{font-size:15px;color:#999}label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px}input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}label{display:block;margin-bottom:5px}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:20px;padding:4px 6px;margin-bottom:10px;font-size:14px;line-height:20px;color:#555;vertical-align:middle;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}input,textarea,.uneditable-input{width:206px}textarea{height:auto}textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;*margin-top:0;line-height:normal}input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto}select,input[type="file"]{height:30px;*margin-top:4px;line-height:30px}select{width:220px;background-color:#fff;border:1px solid #ccc}select[multiple],select[size]{height:auto}select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.uneditable-input,.uneditable-textarea{color:#999;cursor:not-allowed;background-color:#fcfcfc;border-color:#ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);box-shadow:inset 0 1px 2px rgba(0,0,0,0.025)}.uneditable-input{overflow:hidden;white-space:nowrap}.uneditable-textarea{width:auto;height:auto}input:-moz-placeholder,textarea:-moz-placeholder{color:#999}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}.radio,.checkbox{min-height:20px;padding-left:20px}.radio input[type="radio"],.checkbox input[type="checkbox"]{float:left;margin-left:-20px}.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px}.radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle}.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-left:10px}.input-mini{width:60px}.input-small{width:90px}.input-medium{width:150px}.input-large{width:210px}.input-xlarge{width:270px}.input-xxlarge{width:530px}input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float:none;margin-left:0}.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display:inline-block}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:20px}input.span12,textarea.span12,.uneditable-input.span12{width:926px}input.span11,textarea.span11,.uneditable-input.span11{width:846px}input.span10,textarea.span10,.uneditable-input.span10{width:766px}input.span9,textarea.span9,.uneditable-input.span9{width:686px}input.span8,textarea.span8,.uneditable-input.span8{width:606px}input.span7,textarea.span7,.uneditable-input.span7{width:526px}input.span6,textarea.span6,.uneditable-input.span6{width:446px}input.span5,textarea.span5,.uneditable-input.span5{width:366px}input.span4,textarea.span4,.uneditable-input.span4{width:286px}input.span3,textarea.span3,.uneditable-input.span3{width:206px}input.span2,textarea.span2,.uneditable-input.span2{width:126px}input.span1,textarea.span1,.uneditable-input.span1{width:46px}.controls-row{*zoom:1}.controls-row:before,.controls-row:after{display:table;line-height:0;content:""}.controls-row:after{clear:both}.controls-row [class*="span"],.row-fluid .controls-row [class*="span"]{float:left}.controls-row .checkbox[class*="span"],.controls-row .radio[class*="span"]{padding-top:5px}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eee}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent}.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853}.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853}.control-group.warning input,.control-group.warning select,.control-group.warning textarea{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48}.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48}.control-group.error input,.control-group.error select,.control-group.error textarea{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847}.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847}.control-group.success input,.control-group.success select,.control-group.success textarea{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847}.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{color:#3a87ad}.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{color:#3a87ad}.control-group.info input,.control-group.info select,.control-group.info textarea{border-color:#3a87ad;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{border-color:#2d6987;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3}.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{color:#3a87ad;background-color:#d9edf7;border-color:#3a87ad}input:focus:invalid,textarea:focus:invalid,select:focus:invalid{color:#b94a48;border-color:#ee5f5b}input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7}.form-actions{padding:19px 20px 20px;margin-top:20px;margin-bottom:20px;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1}.form-actions:before,.form-actions:after{display:table;line-height:0;content:""}.form-actions:after{clear:both}.help-block,.help-inline{color:#595959}.help-block{display:block;margin-bottom:10px}.help-inline{display:inline-block;*display:inline;padding-left:5px;vertical-align:middle;*zoom:1}.input-append,.input-prepend{display:inline-block;margin-bottom:10px;font-size:0;white-space:nowrap;vertical-align:middle}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .dropdown-menu,.input-prepend .dropdown-menu,.input-append .popover,.input-prepend .popover{font-size:14px}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{position:relative;margin-bottom:0;*margin-left:0;vertical-align:top;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{z-index:2}.input-append .add-on,.input-prepend .add-on{display:inline-block;width:auto;height:20px;min-width:16px;padding:4px 5px;font-size:14px;font-weight:normal;line-height:20px;text-align:center;text-shadow:0 1px 0 #fff;background-color:#eee;border:1px solid #ccc}.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn,.input-append .btn-group>.dropdown-toggle,.input-prepend .btn-group>.dropdown-toggle{vertical-align:top;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-append .active,.input-prepend .active{background-color:#a9dba9;border-color:#46a546}.input-prepend .add-on,.input-prepend .btn{margin-right:-1px}.input-prepend .add-on:first-child,.input-prepend .btn:first-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-append input,.input-append select,.input-append .uneditable-input{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-append input+.btn-group .btn:last-child,.input-append select+.btn-group .btn:last-child,.input-append .uneditable-input+.btn-group .btn:last-child{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-append .add-on,.input-append .btn,.input-append .btn-group{margin-left:-1px}.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child>.dropdown-toggle{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-prepend.input-append input+.btn-group .btn,.input-prepend.input-append select+.btn-group .btn,.input-prepend.input-append .uneditable-input+.btn-group .btn{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-prepend.input-append .btn-group:first-child{margin-left:0}input.search-query{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9;margin-bottom:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.form-search .input-append .search-query,.form-search .input-prepend .search-query{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.form-search .input-append .search-query{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}.form-search .input-append .btn{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}.form-search .input-prepend .search-query{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}.form-search .input-prepend .btn{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display:inline-block;*display:inline;margin-bottom:0;vertical-align:middle;*zoom:1}.form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none}.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{display:inline-block}.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0}.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left:0;margin-bottom:0;vertical-align:middle}.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:left;margin-right:3px;margin-left:0}.control-group{margin-bottom:10px}legend+.control-group{margin-top:20px;-webkit-margin-top-collapse:separate}.form-horizontal .control-group{margin-bottom:20px;*zoom:1}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;line-height:0;content:""}.form-horizontal .control-group:after{clear:both}.form-horizontal .control-label{float:left;width:160px;padding-top:5px;text-align:right}.form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:180px;*margin-left:0}.form-horizontal .controls:first-child{*padding-left:180px}.form-horizontal .help-block{margin-bottom:0}.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block,.form-horizontal .uneditable-input+.help-block,.form-horizontal .input-prepend+.help-block,.form-horizontal .input-append+.help-block{margin-top:10px}.form-horizontal .form-actions{padding-left:180px}table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}.table{width:100%;margin-bottom:20px}.table th,.table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #ddd}.table th{font-weight:bold}.table thead th{vertical-align:bottom}.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed th,.table-condensed td{padding:4px 5px}.table-bordered{border:1px solid #ddd;border-collapse:separate;*border-collapse:collapse;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.table-bordered th,.table-bordered td{border-left:1px solid #ddd}.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0}.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px}.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child{-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px}.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tbody:last-child tr:last-child>th:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>th:last-child{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px}.table-bordered tfoot+tbody:last-child tr:last-child td:first-child{-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-moz-border-radius-bottomleft:0}.table-bordered tfoot+tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomright:0}.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px}.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover tbody tr:hover>td,.table-hover tbody tr:hover>th{background-color:#f5f5f5}table td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span"],.row-fluid table th[class*="span"]{display:table-cell;float:none;margin-left:0}.table td.span1,.table th.span1{float:none;width:44px;margin-left:0}.table td.span2,.table th.span2{float:none;width:124px;margin-left:0}.table td.span3,.table th.span3{float:none;width:204px;margin-left:0}.table td.span4,.table th.span4{float:none;width:284px;margin-left:0}.table td.span5,.table th.span5{float:none;width:364px;margin-left:0}.table td.span6,.table th.span6{float:none;width:444px;margin-left:0}.table td.span7,.table th.span7{float:none;width:524px;margin-left:0}.table td.span8,.table th.span8{float:none;width:604px;margin-left:0}.table td.span9,.table th.span9{float:none;width:684px;margin-left:0}.table td.span10,.table th.span10{float:none;width:764px;margin-left:0}.table td.span11,.table th.span11{float:none;width:844px;margin-left:0}.table td.span12,.table th.span12{float:none;width:924px;margin-left:0}.table tbody tr.success>td{background-color:#dff0d8}.table tbody tr.error>td{background-color:#f2dede}.table tbody tr.warning>td{background-color:#fcf8e3}.table tbody tr.info>td{background-color:#d9edf7}.table-hover tbody tr.success:hover>td{background-color:#d0e9c6}.table-hover tbody tr.error:hover>td{background-color:#ebcccc}.table-hover tbody tr.warning:hover>td{background-color:#faf2cc}.table-hover tbody tr.info:hover>td{background-color:#c4e3f3}[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;margin-top:1px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-image:url("../../images/bootstrap/glyphicons-halflings.png");background-position:14px 14px;background-repeat:no-repeat}.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:focus>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>li>a:focus>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:focus>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"],.dropdown-submenu:focus>a>[class*=" icon-"]{background-image:url("../../images/bootstrap/glyphicons-halflings-white.png")}.icon-glass{background-position:0 0}.icon-music{background-position:-24px 0}.icon-search{background-position:-48px 0}.icon-envelope{background-position:-72px 0}.icon-heart{background-position:-96px 0}.icon-star{background-position:-120px 0}.icon-star-empty{background-position:-144px 0}.icon-user{background-position:-168px 0}.icon-film{background-position:-192px 0}.icon-th-large{background-position:-216px 0}.icon-th{background-position:-240px 0}.icon-th-list{background-position:-264px 0}.icon-ok{background-position:-288px 0}.icon-remove{background-position:-312px 0}.icon-zoom-in{background-position:-336px 0}.icon-zoom-out{background-position:-360px 0}.icon-off{background-position:-384px 0}.icon-signal{background-position:-408px 0}.icon-cog{background-position:-432px 0}.icon-trash{background-position:-456px 0}.icon-home{background-position:0 -24px}.icon-file{background-position:-24px -24px}.icon-time{background-position:-48px -24px}.icon-road{background-position:-72px -24px}.icon-download-alt{background-position:-96px -24px}.icon-download{background-position:-120px -24px}.icon-upload{background-position:-144px -24px}.icon-inbox{background-position:-168px -24px}.icon-play-circle{background-position:-192px -24px}.icon-repeat{background-position:-216px -24px}.icon-refresh{background-position:-240px -24px}.icon-list-alt{background-position:-264px -24px}.icon-lock{background-position:-287px -24px}.icon-flag{background-position:-312px -24px}.icon-headphones{background-position:-336px -24px}.icon-volume-off{background-position:-360px -24px}.icon-volume-down{background-position:-384px -24px}.icon-volume-up{background-position:-408px -24px}.icon-qrcode{background-position:-432px -24px}.icon-barcode{background-position:-456px -24px}.icon-tag{background-position:0 -48px}.icon-tags{background-position:-25px -48px}.icon-book{background-position:-48px -48px}.icon-bookmark{background-position:-72px -48px}.icon-print{background-position:-96px -48px}.icon-camera{background-position:-120px -48px}.icon-font{background-position:-144px -48px}.icon-bold{background-position:-167px -48px}.icon-italic{background-position:-192px -48px}.icon-text-height{background-position:-216px -48px}.icon-text-width{background-position:-240px -48px}.icon-align-left{background-position:-264px -48px}.icon-align-center{background-position:-288px -48px}.icon-align-right{background-position:-312px -48px}.icon-align-justify{background-position:-336px -48px}.icon-list{background-position:-360px -48px}.icon-indent-left{background-position:-384px -48px}.icon-indent-right{background-position:-408px -48px}.icon-facetime-video{background-position:-432px -48px}.icon-picture{background-position:-456px -48px}.icon-pencil{background-position:0 -72px}.icon-map-marker{background-position:-24px -72px}.icon-adjust{background-position:-48px -72px}.icon-tint{background-position:-72px -72px}.icon-edit{background-position:-96px -72px}.icon-share{background-position:-120px -72px}.icon-check{background-position:-144px -72px}.icon-move{background-position:-168px -72px}.icon-step-backward{background-position:-192px -72px}.icon-fast-backward{background-position:-216px -72px}.icon-backward{background-position:-240px -72px}.icon-play{background-position:-264px -72px}.icon-pause{background-position:-288px -72px}.icon-stop{background-position:-312px -72px}.icon-forward{background-position:-336px -72px}.icon-fast-forward{background-position:-360px -72px}.icon-step-forward{background-position:-384px -72px}.icon-eject{background-position:-408px -72px}.icon-chevron-left{background-position:-432px -72px}.icon-chevron-right{background-position:-456px -72px}.icon-plus-sign{background-position:0 -96px}.icon-minus-sign{background-position:-24px -96px}.icon-remove-sign{background-position:-48px -96px}.icon-ok-sign{background-position:-72px -96px}.icon-question-sign{background-position:-96px -96px}.icon-info-sign{background-position:-120px -96px}.icon-screenshot{background-position:-144px -96px}.icon-remove-circle{background-position:-168px -96px}.icon-ok-circle{background-position:-192px -96px}.icon-ban-circle{background-position:-216px -96px}.icon-arrow-left{background-position:-240px -96px}.icon-arrow-right{background-position:-264px -96px}.icon-arrow-up{background-position:-289px -96px}.icon-arrow-down{background-position:-312px -96px}.icon-share-alt{background-position:-336px -96px}.icon-resize-full{background-position:-360px -96px}.icon-resize-small{background-position:-384px -96px}.icon-plus{background-position:-408px -96px}.icon-minus{background-position:-433px -96px}.icon-asterisk{background-position:-456px -96px}.icon-exclamation-sign{background-position:0 -120px}.icon-gift{background-position:-24px -120px}.icon-leaf{background-position:-48px -120px}.icon-fire{background-position:-72px -120px}.icon-eye-open{background-position:-96px -120px}.icon-eye-close{background-position:-120px -120px}.icon-warning-sign{background-position:-144px -120px}.icon-plane{background-position:-168px -120px}.icon-calendar{background-position:-192px -120px}.icon-random{width:16px;background-position:-216px -120px}.icon-comment{background-position:-240px -120px}.icon-magnet{background-position:-264px -120px}.icon-chevron-up{background-position:-288px -120px}.icon-chevron-down{background-position:-313px -119px}.icon-retweet{background-position:-336px -120px}.icon-shopping-cart{background-position:-360px -120px}.icon-folder-close{width:16px;background-position:-384px -120px}.icon-folder-open{width:16px;background-position:-408px -120px}.icon-resize-vertical{background-position:-432px -119px}.icon-resize-horizontal{background-position:-456px -118px}.icon-hdd{background-position:0 -144px}.icon-bullhorn{background-position:-24px -144px}.icon-bell{background-position:-48px -144px}.icon-certificate{background-position:-72px -144px}.icon-thumbs-up{background-position:-96px -144px}.icon-thumbs-down{background-position:-120px -144px}.icon-hand-right{background-position:-144px -144px}.icon-hand-left{background-position:-168px -144px}.icon-hand-up{background-position:-192px -144px}.icon-hand-down{background-position:-216px -144px}.icon-circle-arrow-right{background-position:-240px -144px}.icon-circle-arrow-left{background-position:-264px -144px}.icon-circle-arrow-up{background-position:-288px -144px}.icon-circle-arrow-down{background-position:-312px -144px}.icon-globe{background-position:-336px -144px}.icon-wrench{background-position:-360px -144px}.icon-tasks{background-position:-384px -144px}.icon-filter{background-position:-408px -144px}.icon-briefcase{background-position:-432px -144px}.icon-fullscreen{background-position:-456px -144px}.dropup,.dropdown{position:relative}.dropdown-toggle{*margin-bottom:-3px}.dropdown-toggle:active,.open .dropdown-toggle{outline:0}.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;content:""}.dropdown .caret{margin-top:8px;margin-left:2px}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:20px;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{color:#fff;text-decoration:none;background-color:#0081c2;background-image:-moz-linear-gradient(top,#08c,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));background-image:-webkit-linear-gradient(top,#08c,#0077b3);background-image:-o-linear-gradient(top,#08c,#0077b3);background-image:linear-gradient(to bottom,#08c,#0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#0081c2;background-image:-moz-linear-gradient(top,#08c,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));background-image:-webkit-linear-gradient(top,#08c,#0077b3);background-image:-o-linear-gradient(top,#08c,#0077b3);background-image:linear-gradient(to bottom,#08c,#0077b3);background-repeat:repeat-x;outline:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:default;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open{*z-index:1000}.open>.dropdown-menu{display:block}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}.dropdown-submenu:hover>.dropdown-menu{display:block}.dropup .dropdown-submenu>.dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px;-webkit-border-radius:5px 5px 5px 0;-moz-border-radius:5px 5px 5px 0;border-radius:5px 5px 5px 0}.dropdown-submenu>a:after{display:block;float:right;width:0;height:0;margin-top:5px;margin-right:-10px;border-color:transparent;border-left-color:#ccc;border-style:solid;border-width:5px 0 5px 5px;content:" "}.dropdown-submenu:hover>a:after{border-left-color:#fff}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}.dropdown .dropdown-menu .nav-header{padding-right:20px;padding-left:20px}.typeahead{z-index:1051;margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.fade{opacity:0;-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-moz-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.collapse.in{height:auto}.close{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.btn{display:inline-block;*display:inline;padding:4px 12px;margin-bottom:0;*margin-left:.3em;font-size:14px;line-height:20px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;*background-color:#e6e6e6;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border:1px solid #ccc;*border:0;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);*zoom:1;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333;background-color:#e6e6e6;*background-color:#d9d9d9}.btn:active,.btn.active{background-color:#ccc \9}.btn:first-child{*margin-left:0}.btn:hover,.btn:focus{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn.disabled,.btn[disabled]{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-large{padding:11px 19px;font-size:17.5px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.btn-large [class^="icon-"],.btn-large [class*=" icon-"]{margin-top:4px}.btn-small{padding:2px 10px;font-size:11.9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.btn-small [class^="icon-"],.btn-small [class*=" icon-"]{margin-top:0}.btn-mini [class^="icon-"],.btn-mini [class*=" icon-"]{margin-top:-1px}.btn-mini{padding:0 6px;font-size:10.5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75)}.btn-primary{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#006dcc;*background-color:#04c;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3}.btn-primary:active,.btn-primary.active{background-color:#039 \9}.btn-warning{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#faa732;*background-color:#f89406;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:#fff;background-color:#f89406;*background-color:#df8505}.btn-warning:active,.btn-warning.active{background-color:#c67605 \9}.btn-danger{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4f49;*background-color:#bd362f;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-repeat:repeat-x;border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:#fff;background-color:#bd362f;*background-color:#a9302a}.btn-danger:active,.btn-danger.active{background-color:#942a25 \9}.btn-success{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#5bb75b;*background-color:#51a351;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);background-repeat:repeat-x;border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#fff;background-color:#51a351;*background-color:#499249}.btn-success:active,.btn-success.active{background-color:#408140 \9}.btn-info{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#49afcd;*background-color:#2f96b4;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#fff;background-color:#2f96b4;*background-color:#2a85a0}.btn-info:active,.btn-info.active{background-color:#24748c \9}.btn-inverse{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#363636;*background-color:#222;background-image:-moz-linear-gradient(top,#444,#222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));background-image:-webkit-linear-gradient(top,#444,#222);background-image:-o-linear-gradient(top,#444,#222);background-image:linear-gradient(to bottom,#444,#222);background-repeat:repeat-x;border-color:#222 #222 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:#fff;background-color:#222;*background-color:#151515}.btn-inverse:active,.btn-inverse.active{background-color:#080808 \9}button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px}button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px}button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px}.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-link{color:#08c;cursor:pointer;border-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-link:hover,.btn-link:focus{color:#005580;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,.btn-link[disabled]:focus{color:#333;text-decoration:none}.btn-group{position:relative;display:inline-block;*display:inline;*margin-left:.3em;font-size:0;white-space:nowrap;vertical-align:middle;*zoom:1}.btn-group:first-child{*margin-left:0}.btn-group+.btn-group{margin-left:5px}.btn-toolbar{margin-top:10px;margin-bottom:10px;font-size:0}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group{margin-left:5px}.btn-group>.btn{position:relative;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-group>.btn+.btn{margin-left:-1px}.btn-group>.btn,.btn-group>.dropdown-menu,.btn-group>.popover{font-size:14px}.btn-group>.btn-mini{font-size:10.5px}.btn-group>.btn-small{font-size:11.9px}.btn-group>.btn-large{font-size:17.5px}.btn-group>.btn:first-child{margin-left:0;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px}.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px}.btn-group>.btn.large:first-child{margin-left:0;-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topleft:6px}.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{-webkit-border-top-right-radius:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px}.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{*padding-top:5px;padding-right:8px;*padding-bottom:5px;padding-left:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn-group>.btn-mini+.dropdown-toggle{*padding-top:2px;padding-right:5px;*padding-bottom:2px;padding-left:5px}.btn-group>.btn-small+.dropdown-toggle{*padding-top:5px;*padding-bottom:4px}.btn-group>.btn-large+.dropdown-toggle{*padding-top:7px;padding-right:12px;*padding-bottom:7px;padding-left:12px}.btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6}.btn-group.open .btn-primary.dropdown-toggle{background-color:#04c}.btn-group.open .btn-warning.dropdown-toggle{background-color:#f89406}.btn-group.open .btn-danger.dropdown-toggle{background-color:#bd362f}.btn-group.open .btn-success.dropdown-toggle{background-color:#51a351}.btn-group.open .btn-info.dropdown-toggle{background-color:#2f96b4}.btn-group.open .btn-inverse.dropdown-toggle{background-color:#222}.btn .caret{margin-top:8px;margin-left:0}.btn-large .caret{margin-top:6px}.btn-large .caret{border-top-width:5px;border-right-width:5px;border-left-width:5px}.btn-mini .caret,.btn-small .caret{margin-top:8px}.dropup .btn-large .caret{border-bottom-width:5px}.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color:#fff;border-bottom-color:#fff}.btn-group-vertical{display:inline-block;*display:inline;*zoom:1}.btn-group-vertical>.btn{display:block;float:none;max-width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-group-vertical>.btn+.btn{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:first-child{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.btn-group-vertical>.btn:last-child{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.btn-group-vertical>.btn-large:first-child{-webkit-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0}.btn-group-vertical>.btn-large:last-child{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.alert,.alert h4{color:#c09853}.alert h4{margin:0}.alert .close{position:relative;top:-2px;right:-21px;line-height:20px}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success h4{color:#468847}.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger h4,.alert-error h4{color:#b94a48}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info h4{color:#3a87ad}.alert-block{padding-top:14px;padding-bottom:14px}.alert-block>p,.alert-block>ul{margin-bottom:0}.alert-block p+p{margin-top:5px}.nav{margin-bottom:20px;margin-left:0;list-style:none}.nav>li>a{display:block}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li>a>img{max-width:none}.nav>.pull-right{float:right}.nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:20px;color:#999;text-shadow:0 1px 0 rgba(255,255,255,0.5);text-transform:uppercase}.nav li+.nav-header{margin-top:9px}.nav-list{padding-right:15px;padding-left:15px;margin-bottom:0}.nav-list>li>a,.nav-list .nav-header{margin-right:-15px;margin-left:-15px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.nav-list>li>a{padding:3px 15px}.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.active>a:focus{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.2);background-color:#08c}.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{margin-right:2px}.nav-list .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.nav-tabs,.nav-pills{*zoom:1}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;line-height:0;content:""}.nav-tabs:after,.nav-pills:after{clear:both}.nav-tabs>li,.nav-pills>li{float:left}.nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{margin-bottom:-1px}.nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover,.nav-tabs>li>a:focus{border-color:#eee #eee #ddd}.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.active>a:focus{color:#fff;background-color:#08c}.nav-stacked>li{float:none}.nav-stacked>li>a{margin-right:0}.nav-tabs.nav-stacked{border-bottom:0}.nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.nav-tabs.nav-stacked>li:first-child>a{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-topleft:4px}.nav-tabs.nav-stacked>li:last-child>a{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px}.nav-tabs.nav-stacked>li>a:hover,.nav-tabs.nav-stacked>li>a:focus{z-index:2;border-color:#ddd}.nav-pills.nav-stacked>li>a{margin-bottom:3px}.nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px}.nav-tabs .dropdown-menu{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.nav-pills .dropdown-menu{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.nav .dropdown-toggle .caret{margin-top:6px;border-top-color:#08c;border-bottom-color:#08c}.nav .dropdown-toggle:hover .caret,.nav .dropdown-toggle:focus .caret{border-top-color:#005580;border-bottom-color:#005580}.nav-tabs .dropdown-toggle .caret{margin-top:8px}.nav .active .dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.nav-tabs .active .dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.nav>.dropdown.active>a:hover,.nav>.dropdown.active>a:focus{cursor:pointer}.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover,.nav>li.dropdown.open.active>a:focus{color:#fff;background-color:#999;border-color:#999}.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret,.nav li.dropdown.open a:focus .caret{border-top-color:#fff;border-bottom-color:#fff;opacity:1;filter:alpha(opacity=100)}.tabs-stacked .open>a:hover,.tabs-stacked .open>a:focus{border-color:#999}.tabbable{*zoom:1}.tabbable:before,.tabbable:after{display:table;line-height:0;content:""}.tabbable:after{clear:both}.tab-content{overflow:auto}.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.tabs-below>.nav-tabs{border-top:1px solid #ddd}.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0}.tabs-below>.nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a:focus{border-top-color:#ddd;border-bottom-color:transparent}.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover,.tabs-below>.nav-tabs>.active>a:focus{border-color:transparent #ddd #ddd #ddd}.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none}.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px}.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd}.tabs-left>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.tabs-left>.nav-tabs>li>a:hover,.tabs-left>.nav-tabs>li>a:focus{border-color:#eee #ddd #eee #eee}.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover,.tabs-left>.nav-tabs .active>a:focus{border-color:#ddd transparent #ddd #ddd;*border-right-color:#fff}.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd}.tabs-right>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus{border-color:#eee #eee #eee #ddd}.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover,.tabs-right>.nav-tabs .active>a:focus{border-color:#ddd #ddd #ddd transparent;*border-left-color:#fff}.nav>.disabled>a{color:#999}.nav>.disabled>a:hover,.nav>.disabled>a:focus{text-decoration:none;cursor:default;background-color:transparent}.navbar{*position:relative;*z-index:2;margin-bottom:20px;overflow:visible}.navbar-inner{min-height:40px;padding-right:20px;padding-left:20px;background-color:#fafafa;background-image:-moz-linear-gradient(top,#fff,#f2f2f2);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));background-image:-webkit-linear-gradient(top,#fff,#f2f2f2);background-image:-o-linear-gradient(top,#fff,#f2f2f2);background-image:linear-gradient(to bottom,#fff,#f2f2f2);background-repeat:repeat-x;border:1px solid #d4d4d4;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);*zoom:1;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.065);box-shadow:0 1px 4px rgba(0,0,0,0.065)}.navbar-inner:before,.navbar-inner:after{display:table;line-height:0;content:""}.navbar-inner:after{clear:both}.navbar .container{width:auto}.nav-collapse.collapse{height:auto;overflow:visible}.navbar .brand{display:block;float:left;padding:10px 20px 10px;margin-left:-20px;font-size:20px;font-weight:200;color:#777;text-shadow:0 1px 0 #fff}.navbar .brand:hover,.navbar .brand:focus{text-decoration:none}.navbar-text{margin-bottom:0;line-height:40px;color:#777}.navbar-link{color:#777}.navbar-link:hover,.navbar-link:focus{color:#333}.navbar .divider-vertical{height:40px;margin:0 9px;border-right:1px solid #fff;border-left:1px solid #f2f2f2}.navbar .btn,.navbar .btn-group{margin-top:5px}.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn,.navbar .input-prepend .btn-group,.navbar .input-append .btn-group{margin-top:0}.navbar-form{margin-bottom:0;*zoom:1}.navbar-form:before,.navbar-form:after{display:table;line-height:0;content:""}.navbar-form:after{clear:both}.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{margin-top:5px}.navbar-form input,.navbar-form select,.navbar-form .btn{display:inline-block;margin-bottom:0}.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top:3px}.navbar-form .input-append,.navbar-form .input-prepend{margin-top:5px;white-space:nowrap}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top:0}.navbar-search{position:relative;float:left;margin-top:5px;margin-bottom:0}.navbar-search .search-query{padding:4px 14px;margin-bottom:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:1;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.navbar-static-top{position:static;margin-bottom:0}.navbar-static-top .navbar-inner{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;margin-bottom:0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{border-width:0 0 1px}.navbar-fixed-bottom .navbar-inner{border-width:1px 0 0}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-right:0;padding-left:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.navbar-fixed-top{top:0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 10px rgba(0,0,0,0.1);box-shadow:0 1px 10px rgba(0,0,0,0.1)}.navbar-fixed-bottom{bottom:0}.navbar-fixed-bottom .navbar-inner{-webkit-box-shadow:0 -1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 -1px 10px rgba(0,0,0,0.1);box-shadow:0 -1px 10px rgba(0,0,0,0.1)}.navbar .nav{position:relative;left:0;display:block;float:left;margin:0 10px 0 0}.navbar .nav.pull-right{float:right;margin-right:0}.navbar .nav>li{float:left}.navbar .nav>li>a{float:none;padding:10px 15px 10px;color:#777;text-decoration:none;text-shadow:0 1px 0 #fff}.navbar .nav .dropdown-toggle .caret{margin-top:8px}.navbar .nav>li>a:focus,.navbar .nav>li>a:hover{color:#333;text-decoration:none;background-color:transparent}.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{color:#555;text-decoration:none;background-color:#e5e5e5;-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);-moz-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);box-shadow:inset 0 3px 8px rgba(0,0,0,0.125)}.navbar .btn-navbar{display:none;float:right;padding:7px 10px;margin-right:5px;margin-left:5px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#ededed;*background-color:#e5e5e5;background-image:-moz-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e5e5e5));background-image:-webkit-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:-o-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:linear-gradient(to bottom,#f2f2f2,#e5e5e5);background-repeat:repeat-x;border-color:#e5e5e5 #e5e5e5 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075)}.navbar .btn-navbar:hover,.navbar .btn-navbar:focus,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{color:#fff;background-color:#e5e5e5;*background-color:#d9d9d9}.navbar .btn-navbar:active,.navbar .btn-navbar.active{background-color:#ccc \9}.navbar .btn-navbar .icon-bar{display:block;width:18px;height:2px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.25)}.btn-navbar .icon-bar+.icon-bar{margin-top:3px}.navbar .nav>li>.dropdown-menu:before{position:absolute;top:-7px;left:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}.navbar .nav>li>.dropdown-menu:after{position:absolute;top:-6px;left:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;content:''}.navbar-fixed-bottom .nav>li>.dropdown-menu:before{top:auto;bottom:-7px;border-top:7px solid #ccc;border-bottom:0;border-top-color:rgba(0,0,0,0.2)}.navbar-fixed-bottom .nav>li>.dropdown-menu:after{top:auto;bottom:-6px;border-top:6px solid #fff;border-bottom:0}.navbar .nav li.dropdown>a:hover .caret,.navbar .nav li.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{color:#555;background-color:#e5e5e5}.navbar .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#777;border-bottom-color:#777}.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar .pull-right>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu.pull-right:before{right:12px;left:auto}.navbar .pull-right>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu.pull-right:after{right:13px;left:auto}.navbar .pull-right>li>.dropdown-menu .dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu{right:100%;left:auto;margin-right:-1px;margin-left:0;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}.navbar-inverse .navbar-inner{background-color:#1b1b1b;background-image:-moz-linear-gradient(top,#222,#111);background-image:-webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));background-image:-webkit-linear-gradient(top,#222,#111);background-image:-o-linear-gradient(top,#222,#111);background-image:linear-gradient(to bottom,#222,#111);background-repeat:repeat-x;border-color:#252525;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0)}.navbar-inverse .brand,.navbar-inverse .nav>li>a{color:#999;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover,.navbar-inverse .brand:focus,.navbar-inverse .nav>li>a:focus{color:#fff}.navbar-inverse .brand{color:#999}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus{color:#fff;background-color:#111}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover,.navbar-inverse .navbar-link:focus{color:#fff}.navbar-inverse .divider-vertical{border-right-color:#222;border-left-color:#111}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle{color:#fff;background-color:#111}.navbar-inverse .nav li.dropdown>a:hover .caret,.navbar-inverse .nav li.dropdown>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-search .search-query{color:#fff;background-color:#515151;border-color:#111;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.navbar-inverse .navbar-search .search-query:-moz-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{padding:5px 15px;color:#333;text-shadow:0 1px 0 #fff;background-color:#fff;border:0;outline:0;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.15);-moz-box-shadow:0 0 3px rgba(0,0,0,0.15);box-shadow:0 0 3px rgba(0,0,0,0.15)}.navbar-inverse .btn-navbar{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e0e0e;*background-color:#040404;background-image:-moz-linear-gradient(top,#151515,#040404);background-image:-webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));background-image:-webkit-linear-gradient(top,#151515,#040404);background-image:-o-linear-gradient(top,#151515,#040404);background-image:linear-gradient(to bottom,#151515,#040404);background-repeat:repeat-x;border-color:#040404 #040404 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:focus,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{color:#fff;background-color:#040404;*background-color:#000}.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active{background-color:#000 \9}.breadcrumb{padding:8px 15px;margin:0 0 20px;list-style:none;background-color:#f5f5f5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.breadcrumb>li{display:inline-block;*display:inline;text-shadow:0 1px 0 #fff;*zoom:1}.breadcrumb>li>.divider{padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{margin:20px 0}.pagination ul{display:inline-block;*display:inline;margin-bottom:0;margin-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*zoom:1;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.pagination ul>li{display:inline}.pagination ul>li>a,.pagination ul>li>span{float:left;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#fff;border:1px solid #ddd;border-left-width:0}.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{background-color:#f5f5f5}.pagination ul>.active>a,.pagination ul>.active>span{color:#999;cursor:default}.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{color:#999;cursor:default;background-color:transparent}.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{border-left-width:1px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px}.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px}.pagination-centered{text-align:center}.pagination-right{text-align:right}.pagination-large ul>li>a,.pagination-large ul>li>span{padding:11px 19px;font-size:17.5px}.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topleft:6px}.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{-webkit-border-top-right-radius:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px}.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span{-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px}.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span{-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px}.pagination-small ul>li>a,.pagination-small ul>li>span{padding:2px 10px;font-size:11.9px}.pagination-mini ul>li>a,.pagination-mini ul>li>span{padding:0 6px;font-size:10.5px}.pager{margin:20px 0;text-align:center;list-style:none;*zoom:1}.pager:before,.pager:after{display:table;line-height:0;content:""}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#f5f5f5}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:default;background-color:#fff}.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,.modal-backdrop.fade.in{opacity:.8;filter:alpha(opacity=80)}.modal{position:fixed;top:10%;left:50%;z-index:1050;width:560px;margin-left:-280px;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;outline:0;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box}.modal.fade{top:-25%;-webkit-transition:opacity .3s linear,top .3s ease-out;-moz-transition:opacity .3s linear,top .3s ease-out;-o-transition:opacity .3s linear,top .3s ease-out;transition:opacity .3s linear,top .3s ease-out}.modal.fade.in{top:10%}.modal-header{padding:9px 15px;border-bottom:1px solid #eee}.modal-header .close{margin-top:2px}.modal-header h3{margin:0;line-height:30px}.modal-body{position:relative;max-height:400px;padding:15px;overflow-y:auto}.modal-form{margin-bottom:0}.modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;*zoom:1;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff}.modal-footer:before,.modal-footer:after{display:table;line-height:0;content:""}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.tooltip{position:absolute;z-index:1030;display:block;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.8;filter:alpha(opacity=80)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.popover-title:empty{display:none}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0}.thumbnails{margin-left:-20px;list-style:none;*zoom:1}.thumbnails:before,.thumbnails:after{display:table;line-height:0;content:""}.thumbnails:after{clear:both}.row-fluid .thumbnails{margin-left:0}.thumbnails>li{float:left;margin-bottom:20px;margin-left:20px}.thumbnail{display:block;padding:4px;line-height:20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.055);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.055);box-shadow:0 1px 3px rgba(0,0,0,0.055);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}a.thumbnail:hover,a.thumbnail:focus{border-color:#08c;-webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);-moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);box-shadow:0 1px 4px rgba(0,105,214,0.25)}.thumbnail>img{display:block;max-width:100%;margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#555}.media,.media-body{overflow:hidden;*overflow:visible;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{margin-left:0;list-style:none}.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:bold;line-height:14px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);white-space:nowrap;vertical-align:baseline;background-color:#999}.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.badge{padding-right:9px;padding-left:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}.label:empty,.badge:empty{display:none}a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.label-important,.badge-important{background-color:#b94a48}.label-important[href],.badge-important[href]{background-color:#953b39}.label-warning,.badge-warning{background-color:#f89406}.label-warning[href],.badge-warning[href]{background-color:#c67605}.label-success,.badge-success{background-color:#468847}.label-success[href],.badge-success[href]{background-color:#356635}.label-info,.badge-info{background-color:#3a87ad}.label-info[href],.badge-info[href]{background-color:#2d6987}.label-inverse,.badge-inverse{background-color:#333}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}.btn .label,.btn .badge{position:relative;top:-1px}.btn-mini .label,.btn-mini .badge{top:0}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress .bar{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top,#149bdf,#0480be);background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));background-image:-webkit-linear-gradient(top,#149bdf,#0480be);background-image:-o-linear-gradient(top,#149bdf,#0480be);background-image:linear-gradient(to bottom,#149bdf,#0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width .6s ease;-moz-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress .bar+.bar{-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15)}.progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));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:-moz-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:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px}.progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-danger .bar,.progress .bar-danger{background-color:#dd514c;background-image:-moz-linear-gradient(top,#ee5f5b,#c43c35);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));background-image:-webkit-linear-gradient(top,#ee5f5b,#c43c35);background-image:-o-linear-gradient(top,#ee5f5b,#c43c35);background-image:linear-gradient(to bottom,#ee5f5b,#c43c35);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffc43c35',GradientType=0)}.progress-danger.progress-striped .bar,.progress-striped .bar-danger{background-color:#ee5f5b;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));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:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-success .bar,.progress .bar-success{background-color:#5eb95e;background-image:-moz-linear-gradient(top,#62c462,#57a957);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));background-image:-webkit-linear-gradient(top,#62c462,#57a957);background-image:-o-linear-gradient(top,#62c462,#57a957);background-image:linear-gradient(to bottom,#62c462,#57a957);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff57a957',GradientType=0)}.progress-success.progress-striped .bar,.progress-striped .bar-success{background-color:#62c462;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));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:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-info .bar,.progress .bar-info{background-color:#4bb1cf;background-image:-moz-linear-gradient(top,#5bc0de,#339bb9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));background-image:-webkit-linear-gradient(top,#5bc0de,#339bb9);background-image:-o-linear-gradient(top,#5bc0de,#339bb9);background-image:linear-gradient(to bottom,#5bc0de,#339bb9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff339bb9',GradientType=0)}.progress-info.progress-striped .bar,.progress-striped .bar-info{background-color:#5bc0de;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));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:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-warning .bar,.progress .bar-warning{background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0)}.progress-warning.progress-striped .bar,.progress-striped .bar-warning{background-color:#fbb450;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));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:-moz-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)}.accordion{margin-bottom:20px}.accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.accordion-heading{border-bottom:0}.accordion-heading .accordion-toggle{display:block;padding:8px 15px}.accordion-toggle{cursor:pointer}.accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5}.carousel{position:relative;margin-bottom:20px;line-height:1}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-moz-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-align:center;background:#222;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;filter:alpha(opacity=50)}.carousel-control.right{right:15px;left:auto}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-indicators{position:absolute;top:15px;right:15px;z-index:5;margin:0;list-style:none}.carousel-indicators li{display:block;float:left;width:10px;height:10px;margin-left:5px;text-indent:-999px;background-color:#ccc;background-color:rgba(255,255,255,0.25);border-radius:5px}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:0;bottom:0;left:0;padding:15px;background:#333;background:rgba(0,0,0,0.75)}.carousel-caption h4,.carousel-caption p{line-height:20px;color:#fff}.carousel-caption h4{margin:0 0 5px}.carousel-caption p{margin-bottom:0}.hero-unit{padding:60px;margin-bottom:30px;font-size:18px;font-weight:200;line-height:30px;color:inherit;background-color:#eee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;letter-spacing:-1px;color:inherit}.hero-unit li{line-height:30px}.pull-right{float:right}.pull-left{float:left}.hide{display:none}.show{display:block}.invisible{visibility:hidden}.affix{position:fixed}
diff --git a/packages/phocadownload/media/com_phocadownload/css/main/button.css b/packages/phocadownload/media/com_phocadownload/css/main/button.css
new file mode 100644
index 00000000..5afc4698
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/css/main/button.css
@@ -0,0 +1,110 @@
+/*
+Phoca Download
+http://www.phoca.cz/
+http://www.phoca.cz/phocadownload
+*/
+
+#phoca-dl-category-box .pd-button-mirror1 a,
+#phoca-dl-category-box .pd-button-mirror2 a,
+#phoca-dl-file-box .pd-button-mirror1 a,
+#phoca-dl-file-box .pd-button-mirror2 a,
+#phoca-dl-file-box .pd-button-download,
+#phoca-dl-category-box .pd-button-play a,
+#phoca-dl-category-box .pd-button-preview a,
+#phoca-dl-category-box .pd-button-download a,
+#phoca-dl-category-box .pd-button-details a,
+#phoca-dl-download-box .pd-button-download a {
+ background: url(../../images/btn.png) repeat-x;
+ display: inline-block;
+ padding: 7px 12px 8px;
+ text-decoration: none;
+ box-shadow: 0 1px 2px rgba(0,0,0,0.6);
+ -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
+ -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
+
+ border-bottom: 1px solid rgba(0,0,0,0.25);
+ position: relative;
+ cursor: pointer;
+ text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
+ font-weight: bold;
+ font-size: 110%;
+ padding-left: 28px;
+ color: #fff;
+}
+
+#phoca-dl-category-box .pd-button-play a {
+ background: url(../../images/btn.png) repeat-x, url(../../images/icon-play.png) 6px center no-repeat;
+ background-color: #b8301e;
+}
+#phoca-dl-category-box .pd-button-preview a {
+
+ background: url(../../images/btn.png) repeat-x, url(../../images/icon-preview.png) 6px center no-repeat;
+ background-color: #bf8e2f;
+}
+
+#phoca-dl-file-box .pd-button-download {
+ background: url(../../images/btn.png) repeat-x, url(../../images/icon-download.png) 6px center no-repeat;
+ background-color: #269926;
+}
+#phoca-dl-download-box .pd-button-download a,
+#phoca-dl-category-box .pd-button-download a {
+ background: url(../../images/btn.png) repeat-x, url(../../images/icon-download.png) 6px center no-repeat;
+ background-color: #269926;
+}
+#phoca-dl-category-box .pd-button-details a {
+ background: url(../../images/btn.png) repeat-x, url(../../images/icon-details.png) 6px center no-repeat;
+ background-color: #294580;
+}
+
+#phoca-dl-file-box .pd-button-mirror1 a,
+#phoca-dl-category-box .pd-button-mirror1 a {
+ background: url(../../images/btn.png) repeat-x, url(../../images/icon-extlink1.png) 6px center no-repeat;
+ background-color: #1d786c;
+}
+#phoca-dl-file-box .pd-button-mirror2 a,
+#phoca-dl-category-box .pd-button-mirror2 a {
+ background: url(../../images/btn.png) repeat-x, url(../../images/icon-extlink2.png) 6px center no-repeat;
+ background-color: #aabb2d;
+}
+
+#phoca-dl-category-box .pd-button-play a:hover {
+ background: url(../../images/btn.png) repeat-x, url(../../images/icon-play.png) 6px center no-repeat;
+ background-color: #78160a;
+}
+#phoca-dl-category-box .pd-button-preview a:hover {
+ background: url(../../images/btn.png) repeat-x, url(../../images/icon-preview.png) 6px center no-repeat;
+ background-color: #7c570f;
+}
+#phoca-dl-download-box .pd-button-download a:hover,
+#phoca-dl-category-box .pd-button-download a:hover {
+ background: url(../../images/btn.png) repeat-x, url(../../images/icon-download.png) 6px center no-repeat;
+ background-color: #0c630c;
+}
+#phoca-dl-category-box .pd-button-details a:hover {
+
+ background: url(../../images/btn.png) repeat-x, url(../../images/icon-details.png) 6px center no-repeat;
+ background-color: #0d2453;
+}
+#phoca-dl-category-box .pd-button-mirror1 a:hover {
+ background: url(../../images/btn.png) repeat-x, url(../../images/icon-extlink1.png) 6px center no-repeat;
+ background-color: #094e45;
+}
+#phoca-dl-category-box .pd-button-mirror2 a:hover {
+ background: url(../../images/btn.png) repeat-x, url(../../images/icon-extlink2.png) 6px center no-repeat;
+ background-color: #6d7a0f;
+}
+
+#phoca-dl-download-box .pd-button-download a,
+#phoca-dl-category-box .pd-button-mirror1 a,
+#phoca-dl-category-box .pd-button-mirror2 a,
+#phoca-dl-file-box .pd-button-mirror1 a,
+#phoca-dl-file-box .pd-button-mirror2 a,
+#phoca-dl-category-box .pd-button-play a,
+#phoca-dl-category-box .pd-button-preview a,
+#phoca-dl-category-box .pd-button-download a,
+#phoca-dl-category-box .pd-button-details a {
+ border-radius: 0px;
+ -moz-border-radius: 0px;
+ -webkit-border-radius: 0px;
+}
+
diff --git a/packages/phocadownload/media/com_phocadownload/css/main/buttonrc.css b/packages/phocadownload/media/com_phocadownload/css/main/buttonrc.css
new file mode 100644
index 00000000..37e80985
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/css/main/buttonrc.css
@@ -0,0 +1,18 @@
+/*
+Phoca Download
+http://www.phoca.cz/
+http://www.phoca.cz/phocadownload
+*/
+#phoca-dl-download-box .pd-button-download a,
+#phoca-dl-category-box .pd-button-mirror1 a,
+#phoca-dl-category-box .pd-button-mirror2 a,
+#phoca-dl-file-box .pd-button-mirror1 a,
+#phoca-dl-file-box .pd-button-mirror2 a,
+#phoca-dl-category-box .pd-button-play a,
+#phoca-dl-category-box .pd-button-preview a,
+#phoca-dl-category-box .pd-button-download a,
+#phoca-dl-category-box .pd-button-details a {
+ border-radius: 6px;
+ -moz-border-radius: 6px;
+ -webkit-border-radius: 6px;
+}
diff --git a/packages/phocadownload/media/com_phocadownload/css/main/index.html b/packages/phocadownload/media/com_phocadownload/css/main/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/css/main/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/css/main/phocadownload.css b/packages/phocadownload/media/com_phocadownload/css/main/phocadownload.css
new file mode 100644
index 00000000..d994edb1
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/css/main/phocadownload.css
@@ -0,0 +1,819 @@
+/* Phoca Download http://www.phoca.cz/ http://www.phoca.cz/phocadownload */
+
+/* Main */
+.pd-hr-cb {
+ border-bottom: 3px solid #e9e9e9;
+ margin-bottom: 10px;
+ clear:both;
+}
+.pd-hr {
+ border-bottom: 3px solid #e9e9e9;
+ margin-bottom: 10px;
+}
+.pd-fl {
+ position: relative;
+ float: left;
+}
+.pd-fl-m {
+ position: relative;
+ float: left;
+ margin: 5px 0;
+}
+.pd-fr {
+ position: relative;
+ float: right;
+}
+.pd-cb {
+ clear:both;
+}
+.pd-cl {
+ clear:left;
+}
+
+.pd-cr-m {
+ clear: right;
+ margin-top: 20px;
+}
+
+.pd-not-found {
+ text-align: center;
+ font-weight: bold;
+}
+.pd-center {
+ text-align:center;
+ vertical-align:middle;
+}
+.pd-inline {
+ margin:0 10px 0 10px;
+ display:inline;
+}
+
+/* Top */
+#phoca-dl-category-box .pd-category h3.pd-ctitle,
+#phoca-dl-file-box .pd-file h3.pd-ctitle,
+#phoca-dl-download-box .pd-file h3.pd-ctitle{
+ margin: 0;
+ padding: 5px;
+ background: #fafafa;
+ border: 1px solid #e9e9e9;
+ margin-bottom: 7px;
+}
+
+#phoca-dl-category-box .pd-category div.pdtop,
+#phoca-dl-file-box .pd-file div.pdtop,
+#phoca-dl-download-box .pd-file div.pdtop {
+ float: right;
+ position: relative;
+ width: 16px;
+ margin-top: 5px;
+ margin-right: 7px;
+ padding-top: 2px;
+}
+
+
+/* Category, File, Overlib */
+#phoca-dl-category-box .pd-filesize-txt,
+#phoca-dl-file-box .pd-filesize-txt,
+#phoca-dl-category-box .pd-version-txt,
+#phoca-dl-file-box .pd-version-txt,
+#phoca-dl-category-box .pd-license-txt,
+#phoca-dl-file-box .pd-license-txt,
+#phoca-dl-category-box .pd-author-txt,
+#phoca-dl-file-box .pd-author-txt,
+#phoca-dl-category-box .pd-email-txt,
+#phoca-dl-file-box .pd-email-txt,
+#phoca-dl-category-box .pd-date-txt,
+#phoca-dl-file-box .pd-date-txt,
+#phoca-dl-category-box .pd-downloads-txt,
+#phoca-dl-file-box .pd-downloads-txt{
+ font-weight: bold;
+ clear:left;
+ margin:5px 0;
+ float:left;
+ width: 100px;
+}
+
+#phoca-dl-category-box .pd-notes-txt,
+#phoca-dl-file-box .pd-notes-txt,
+#phoca-dl-category-box .pd-features-txt,
+#phoca-dl-file-box .pd-features-txt,
+#phoca-dl-category-box .pd-changelog-txt,
+#phoca-dl-file-box .pd-changelog-txt {
+ margin: 7px 0;
+ font-weight: bold;
+ clear:left;
+}
+
+#overDiv .pd-filesize-txt,
+#overDiv .pd-version-txt,
+#overDiv .pd-license-txt,
+#overDiv .pd-author-txt,
+#overDiv .pd-email-txt,
+#overDiv .pd-date-txt,
+#overDiv .pd-downloads-txt{
+ font-weight: bold;
+ clear:left;
+ margin:5px 0;
+ float:left;
+ width: 80px;
+}
+
+#overDiv .pd-title,
+#phoca-dl-category-box .pd-title,
+#phoca-dl-file-box .pd-title,
+#phoca-dl-download-box .pd-title {
+ font-weight: bold;
+}
+
+#overDiv .pd-image,
+#phoca-dl-category-box .pd-image,
+#phoca-dl-file-box .pd-image,
+#phoca-dl-download-box .pd-image {
+ position:relative;
+ float:right;
+ margin:10px;
+}
+
+#overDiv .pd-textonly,
+#overDiv .pd-cdesc,
+#phoca-dl-category-box .pd-textonly,
+#phoca-dl-category-box .pd-cdesc,
+#phoca-dl-file-box .pd-cdesc,
+#phoca-dl-download-box .pd-cdesc {
+ margin: 10px 0px;
+ padding: 5px 0px;
+ clear:both;
+}
+#overDiv .pd-fdesc,
+#phoca-dl-category-box .pd-fdesc,
+#phoca-dl-file-box .pd-fdesc,
+#phoca-dl-download-box .pd-fdesc {
+ padding: 5px 0px;
+ clear:both;
+}
+
+#phoca-dl-category-box .pd-buttons,
+#phoca-dl-file-box .pd-buttons,
+#phoca-dl-download-box .pd-buttons {
+ position: relative;
+ float: right;
+ margin: 5px;
+}
+#phoca-dl-download-box .pd-filenamebox,
+#phoca-dl-category-box .pd-filenamebox {
+ position: relative;
+ float: left;
+ margin: 5px;
+}
+
+#phoca-dl-file-box .pd-filenamebox {
+ position: relative;
+ float: left;
+ margin: 5px 0px;
+}
+
+
+
+#phoca-dl-download-box .pd-downloadbox-direct {
+ margin: 0 auto;
+ margin-top: 20px;
+ background: #f5f5f5;
+ border: 1px solid #d9d9d9;
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
+ padding: 10px;
+}
+
+#phoca-dl-category-box .pd-filebox {
+ margin-top: 10px;
+ margin-bottom: 10px;
+ padding-bottom: 10px;
+ border-bottom: 1px solid #f0f0f0;
+}
+
+#phoca-dl-download-box .pd-filebox,
+#phoca-dl-file-box .pd-filebox {
+ padding: 5px;
+}
+
+#phoca-dl-category-box .pd-title,
+#phoca-dl-file-box .pd-title,
+#phoca-dl-download-box .pd-title {
+ margin-bottom: 3px;
+}
+
+
+#phoca-dl-category-box .pd-mirrors,
+#phoca-dl-file-box .pd-mirrors {
+ position: relative;
+ float: right;
+ clear: right;
+ margin-top: 0px;
+}
+
+#phoca-dl-category-box .pd-rating,
+#phoca-dl-file-box .pd-rating {
+ position: relative;
+ float: left;
+ clear: both;
+ margin-top: 15px;
+}
+
+#phoca-dl-category-box .pd-tags,
+#phoca-dl-category-box .pd-report,
+#phoca-dl-file-box .pd-tags,
+#phoca-dl-file-box .pd-report {
+ position: relative;
+ float: right;
+ clear: right;
+ margin-top: 15px;
+}
+
+#phoca-dl-download-box,
+#phoca-dl-file-box {
+ text-align: left;
+}
+#phoca-dl-download-box .pd-file,
+#phoca-dl-file-box .pd-file {
+
+ margin:5px 0;
+}
+
+/* Categories */
+#phoca-dl-categories-box a img {
+ border: 0px;
+ padding: 0;
+ margin: 0;
+}
+
+#phoca-dl-categories-box div.pd-desc {
+ margin: 10px 0 10px 0;
+}
+#phoca-dl-categories-box div.pd-categoriesbox {
+ width: 28%;
+ position: relative;
+ float: left;
+ margin: 1%;
+ padding: 1%;
+}
+
+#phoca-dl-categories-box div.pd-title{
+ font-weight:bold;
+ font-size: 120%;
+ margin: 5px 0px 8px 0px;
+}
+
+#phoca-dl-category-box .pagination,
+#phoca-dl-category-box .pagination div ul {
+ text-align: center;
+ margin: auto;
+ margin: 5px;
+ border: none;
+
+}
+
+#phoca-dl-category-box .pd-subcategory,
+#phoca-dl-file-box .pd-file {
+ margin: 5px;
+}
+
+#phoca-dl-download-box .pd-file-details,
+#phoca-dl-file-box .pd-file-details {
+ border: 0;
+}
+
+#phoca-dl-categories-box .pd-subcategory,
+#phoca-dl-category-box .pd-subcategory {
+ padding-left: 20px;
+ background: transparent url('../../images/folder.png') 0 center no-repeat;
+}
+
+#phoca-dl-category-box .pd-category div.pdtop,
+#phoca-dl-file-box .pd-file div.pdtop,
+#phoca-dl-download-box .pd-file div.pdtop {
+ float: right;
+ position: relative;
+ width: 16px;
+ margin-top: 5px;
+ margin-right: 7px;
+}
+
+#phoca-dl-categories-box a img,
+#phoca-dl-category-box a img,
+#phoca-dl-file-box a img,
+#phoca-dl-download-box a img {
+ border: none;
+}
+
+/* Icons - icon next to file*/
+.phoca-dl-file-box-mod .pd-document16,
+#phoca-dl-file-box .pd-document16,
+#phoca-dl-category-box .pd-document16,
+#phoca-dl-download-box .pd-document16 {
+ padding-left: 20px;
+ background: url('../../images/icon-document-16.png') 0px center no-repeat;
+ height: 16px;
+ line-height: 16px;
+}
+#phoca-dl-most-viewed-box .pd-document16 {
+ padding-left: 20px;
+ background: url('../../images/icon-document-16.png') 0px center no-repeat;
+}
+.phoca-dl-file-box-mod .pd-document32,
+#phoca-dl-file-box .pd-document32,
+#phoca-dl-category-box .pd-document32,
+#phoca-dl-most-viewed-box .pd-document32,
+#phoca-dl-download-box .pd-document32 {
+ background: url('../../images/icon-document-32.png') 0px center no-repeat;
+ height: 32px;
+ line-height: 32px;
+ padding-left: 36px;
+}
+.phoca-dl-file-box-mod .pd-document48,
+#phoca-dl-file-box .pd-document48,
+#phoca-dl-category-box .pd-document48,
+#phoca-dl-most-viewed-box .pd-document48,
+#phoca-dl-download-box .pd-document48 {
+ background: url('../../images/icon-document-48.png') 0px center no-repeat;
+ height: 48px;
+ line-height: 48px;
+ padding-left: 52px;
+}
+.phoca-dl-file-box-mod .pd-document64,
+#phoca-dl-file-box .pd-document64,
+#phoca-dl-category-box .pd-document64,
+#phoca-dl-most-viewed-box .pd-document64,
+#phoca-dl-download-box .pd-document64 {
+ background: url('../../images/icon-document-64.png') 0px center no-repeat;
+ height: 64px;
+ line-height: 64px;
+ padding-left: 70px;
+}
+
+/* Plugin */
+#phoca-dl-category-box-plugin .pd-document {
+ padding-left: 20px;
+ background: url('../../images/document.png') 0 center no-repeat;
+ text-align: left;
+ padding-top: 4px;
+ padding-bottom: 4px;
+
+}
+
+/* Module */
+.phoca-dl-categories-box-module .pd-categories {
+ color: #BF6070;
+}
+
+.phocadownload-navigation {
+ padding: 2px;
+ border: 1px dotted #D6D6D6;
+ width: 6em;
+ position: relative;
+ float: right;
+ text-align: center;
+ margin-left: 5px;
+}
+
+.phocadownload-navigation .navigation-text {
+ color: #BF6070;
+ background-color: #D6D6D6;
+ padding: 2px;
+ margin-bottom: 3px;
+ font-size: 10px;
+ text-align: center;
+}
+
+#phoca-dl-license {
+ border: 1px solid #ccc;
+ background: #f5f5f5;
+ overflow: auto;
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+
+.pd-pagination {
+ margin-top: 20px;
+}
+
+.pd-float {
+ position: relative;
+ float: left;
+ margin: 0px 3px;
+}
+
+#phocadownload-upload .comment-input{
+ width: 98%;
+}
+
+#phocadownload-upload .comment-input2 {
+ width: 40px;
+ border: 0px;
+ font-weight: bold;
+
+}
+
+/* tabs */
+form {
+ margin: 0;
+ padding: 0;
+}
+
+dl.tabs {
+ float: left;
+ margin: 10px 0 -1px 2px;
+ z-index: 50;
+
+}
+
+dl.tabs dt {
+ float: left;
+ padding: 4px 10px;
+ border-left: 1px solid #ccc;
+ border-right: 1px solid #ccc;
+ border-top: 1px solid #ccc;
+ margin-left: 3px;
+ background: #f0f0f0;
+ color: #666;
+
+}
+
+dl.tabs dt.open {
+ background: #ffffff;
+ border-bottom: 1px solid #ffffff;
+ z-index: 100;
+ color: #000;
+
+}
+
+dl.tabs a {
+ text-decoration: none;
+ font-weight: normal;
+}
+dl.tabs a:hover {
+ background: transparent !important;
+}
+
+div.current {
+ clear: both;
+ border: 1px solid #ccc;
+ padding: 10px 10px;
+ background: #ffffff;
+
+}
+
+div.current dd {
+ padding: 0;
+ margin: 0;
+}
+
+#loading-label-file{
+ text-align: center;
+ display: none;
+}
+
+/** Table styles **/
+#phocadownload-upload table.adminlist {
+ width: 100%;
+ border-spacing: 1px;
+ background-color: #e7e7e7;
+ color: #666;
+}
+
+#phocadownload-upload .pagination {
+ margin: 0;
+ padding: 0;
+ display: inline;
+}
+
+#phocadownload-upload table.adminlist td,
+#phocadownload-upload table.adminlist th {
+ padding: 4px;
+}
+
+#phocadownload-upload table.adminlist thead th {
+ text-align: center;
+ background: #f0f0f0;
+ color: #666;
+ border-bottom: 1px solid #999;
+ border-left: 1px solid #fff;
+}
+
+#phocadownload-upload table.adminlist thead a:hover { text-decoration: none; }
+#phocadownload-upload table.adminlist thead th img { vertical-align: middle; }
+#phocadownload-upload table.adminlist tbody th { font-weight: bold; }
+#phocadownload-upload table.adminlist tbody tr { background-color: #fff; text-align: left; }
+#phocadownload-upload table.adminlist tbody tr.row1 { background: #f9f9f9; border-top: 1px solid #fff; }
+#phocadownload-upload table.adminlist tbody tr.row0:hover td,
+#phocadownload-upload table.adminlist tbody tr.row1:hover td { background-color: #ffd ; }
+#phocadownload-upload table.adminlist tbody tr td { height: 25px; background: #fff; border: 1px solid #fff; }
+#phocadownload-upload table.adminlist tbody tr.row1 td { background: #f9f9f9; border-top: 1px solid #FFF; }
+#phocadownload-upload table.adminlist tfoot tr { text-align: center; color: #333; }
+#phocadownload-upload table.adminlist tfoot td,
+#phocadownload-upload table.adminlist tfoot th { background-color: #f3f3f3; border-top: 1px solid #999; text-align: center; }
+#phocadownload-upload table.adminlist td.order { text-align: center; white-space: nowrap; }
+#phocadownload-upload table.adminlist td.order span { float: left; display: block; width: 20px; text-align: center; }
+
+#phocadownload-upload .error,
+#phoca-dl-file-box .error,
+#phoca-dl-category-box .pd-error,
+#phoca-dl-category-box .error {
+ background: #FFC2C2;
+ border: 1px solid #bf3030;
+ color: #a60000;
+ padding: 10px;
+ margin-top: 5px;
+ margin-bottom: 5px;
+}
+
+#phoca-dl-categories-box .pd-no-subcat {
+ margin-left: 5px;
+}
+
+/* not conflict with beez */
+#phocadownload-upload table,
+#phocadownload-upload table tr,
+#phocadownload-upload table tr td,
+#phoca-dl-file-box table,
+#phoca-dl-file-box table tr,
+#phoca-dl-file-box table tr td,
+#phoca-dl-download-box table,
+#phoca-dl-download-box table tr,
+#phoca-dl-download-box table tr td,
+#phoca-dl-category-box table,
+#phoca-dl-category-box table tr,
+#phoca-dl-category-box table tr td {
+ border: none;
+}
+#overDiv table,
+#overDiv table tr,
+#overDiv table tr td{
+ border: none;
+ padding:5px;
+
+}
+
+#phoca-dl-category-box .pagination.pd-pagination {
+ border: none;
+}
+/*
+#phocadownload-pane div.current,
+#phocadownload-pane div.current dd,
+#phocadownload-pane .tabs,
+#phocadownload-pane #pane {
+ width: 100%;
+}
+*/
+#phoca-dl-category-box .pdtop a:hover,
+#phoca-dl-category-box .pdtop a:active,
+#phoca-dl-category-box .pdtop a:focus,
+#phoca-dl-category-box .pdfile a:hover,
+#phoca-dl-category-box .pdfile a:active,
+#phoca-dl-category-box .pdfile a:focus,
+#phoca-dl-file-box .pdtop a:hover,
+#phoca-dl-file-box .pdtop a:active,
+#phoca-dl-file-box .pdtop a:focus,
+#phoca-dl-download-box .pdtop a:hover,
+#phoca-dl-download-box .pdtop a:active,
+#phoca-dl-download-box .pdtop a:focus {
+ background: transparent;
+}
+
+/* overlib */
+#overDiv table,
+#overDiv table tr,
+#overDiv table tr td {
+ border: 0px
+}
+
+#overDiv .fontPhocaPDClass {
+ color: #999;
+ margin:0;padding:0;
+}
+
+#overDiv .fgPhocaPDClass {
+ background-color: #f0f0f0;
+ margin:0;padding:0;
+}
+#overDiv .bgPhocaPDClass {
+ background-color: #f0f0f0;
+ margin:0;padding:0;
+ border: 1px solid #999;
+}
+#overDiv .capfontPhocaPDClass {
+ color: #999;
+ margin:0;padding:0;
+}
+#overDiv .capfontclosePhocaPDClass,
+#overDiv .capfontclosePhocaPDClass a {
+ color: #999;
+ text-decoration: underline;
+ text-align: right;
+ margin:0;padding:0;
+}
+
+#phoca-dl-category-box .pagination #pg-pagination ul {
+ margin: 10px auto;
+ text-align: center;
+}
+
+.pd-mirror,
+.pd-report {
+ margin: 0px 0px 5px 5px;
+ float:right;
+}
+
+.pd-mirror-file,
+.pd-report-file {
+ margin: 0px 5px 5px 0px;
+ float:right;
+}
+
+.pd-fbcomments {
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+
+/*
+ * If Beez template is not used, the following code
+ * can be removed
+ * Because of using !important methods in Beez
+ */
+
+#phocadownload table,
+#phocadownload-pane table,
+#phocadownload-pane table tr,
+#phocadownload-pane table tr td{
+ border-style: none !important;
+}
+
+#phocadownload-pane table tr td {
+ padding:3px;
+}
+#phocadownload-multipleupload form fieldset {
+ text-align:left;
+ padding:5px;
+}
+
+#phocadownload-pane .actions {
+ text-align:left;
+ width: auto;
+ padding:10px 5px !important;
+ margin:10px 0 !important;
+}
+
+#phocadownload-pane ul#flash_uploader_filelist {
+ margin:0px;
+}
+
+.label {
+ border-radius: 3px 3px 3px 3px;
+ padding: 1px 4px 2px;
+ color: #FFFFFF;
+ font-size: 10.998px;
+ font-weight: bold;
+ line-height: 14px;
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+ vertical-align: baseline;
+ white-space: nowrap;
+}
+
+.label-warning {
+ background-color: #f89406;
+}
+.label-important {
+ background-color: #b94a48;
+}
+
+.ph-cb {
+ clear:both
+}
+
+
+/* Bootstrap */
+#phoca-dl-category-box .pd-rating {
+ position: relative;
+ float: left;
+ clear: both;
+ margin-top: 5px;
+ margin-left: 5px;
+}
+
+#phoca-dl-category-box .pd-tags-bp,
+#phoca-dl-file-box .pd-tags-bp {
+ position: relative;
+ margin: 0px 5px 0px 5px;
+ float: right;
+ clear: right;
+}
+#phoca-dl-category-box .pd-mirror-bp {
+ margin: 0px 5px 0px 5px;
+ float:right;
+}
+
+#phoca-dl-file-box .pd-mirror-bp {
+ margin: 0px 0px 0px 5px;
+ float:right;
+}
+#phoca-dl-category-box .pd-report-bp,
+#phoca-dl-file-box .pd-report-bp {
+ margin: 0px 5px 0px 5px;
+ clear: right;
+ float:right;
+}
+
+#phoca-dl-category-box .pd-video {
+margin-left: 5px;
+}
+
+#phoca-dl-file-box .pd-video {
+ padding-top: 10px;
+ clear:both;
+ padding: 10px;
+}
+
+.pd-row2-bp {
+ border-bottom: 1px solid #e9e9e9;
+ margin: 0px 0px 8px 0px;
+ padding-bottom:5px;
+}
+
+
+#phoca-dl-file-box .pd-buttons-bp {
+ position: relative;
+ float: right;
+ margin: 0px 0px 0px 5px;
+}
+.ph-right {
+ text-align:right;
+}
+
+.btn-file {
+ position: relative;
+ overflow: hidden;
+}
+.btn-file input[type=file] {
+ position: absolute;
+ top: 0;
+ right: 0;
+ min-width: 100%;
+ min-height: 100%;
+ font-size: 100px;
+ text-align: right;
+ filter: alpha(opacity=0);
+ opacity: 0;
+ outline: none;
+ background: white;
+ cursor: inherit;
+ display: block;
+}
+.pd-input-small {
+ width: 15em !important;
+}
+.pd-comment-input {
+ width: 100%;
+}
+.pd-user-upload-table tr td {
+ padding: 5px;
+}
+
+#phocadownload-upload .footer {
+ text-align: center;
+}
+#phocadownload-upload .pd-file-upload-form {
+ padding-right: 10px;
+}
+
+.ph-th-50 {
+ width: 50%;
+}
+.ph-th-3 {
+ width: 3%;
+}
+.ph-td-center {
+ text-align: center;
+}
+
+.pd-button-box-bt a.btn {
+ float: right;
+ margin: 5px;
+}
+
+#phoca-dl-download-box .pd-filenamebox-bt,
+#phoca-dl-category-box .pd-filenamebox-bt {
+ position: relative;
+ float: left;
+ margin: 5px 0px;
+}
+
+/* Specific colors for string tags */
+.pd-j-15 {background-color: #559d22;}
+.pd-j-17 {background-color: #f25c14;}
+.pd-j-25 {background-color: #6a379b;}
+.pd-j-3x {background-color: #bc8b02;}
+.pd-j-35 {background-color: #bc8b02;}
+
+#phoca-dl-license pre {
+ border: 0px;
+ border-radius:0px;
+}
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/css/main/rating.css b/packages/phocadownload/media/com_phocadownload/css/main/rating.css
new file mode 100644
index 00000000..7e3a9d52
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/css/main/rating.css
@@ -0,0 +1,268 @@
+/* Rating */
+/* Voting - style by http://www.jluvip.com/works/css/starvote/index2-1.html*/
+#phoca-dl-category-box ul.star-rating li,
+#phoca-dl-category-box ul.star-rating-small li,
+#phoca-dl-file-box ul.star-rating li,
+#phoca-dl-file-box ul.star-rating-small li{
+ background: none;
+ list-style-type:none;
+}
+
+#phoca-dl-file-box .star-rating,
+#phoca-dl-category-box .star-rating,
+.star-rating{
+ list-style:none;
+ margin: 0px;
+ margin-bottom:5px;
+ padding:0px;
+ width: 110px;
+ height: 22px;
+ position: relative;
+ background: url(../../images/icon-voting.png) top left repeat-x;
+}
+
+#phoca-dl-file-box .star-rating li,
+#phoca-dl-category-box .star-rating li,
+.star-rating li{
+ list-style-type:none;
+ padding:0px;
+ margin:0px;
+ /*\*/
+ float: left;
+ /* */
+}
+
+#phoca-dl-file-box .star-rating li a,
+#phoca-dl-category-box .star-rating li a,
+.star-rating li a{
+ display:block;
+ width:22px;
+ height: 22px;
+ text-decoration: none;
+ text-indent: -9000px;
+ z-index: 20;
+ position: absolute;
+ padding: 0px;
+}
+
+#phoca-dl-file-box .star-rating li a:hover,
+#phoca-dl-category-box .star-rating li a:hover,
+.star-rating li a:hover{
+ background: url(../../images/icon-voting.png) left center;
+ z-index: 2;
+ left: 0px;
+}
+
+#phoca-dl-file-box .star-rating a.star1,
+#phoca-dl-category-box .star-rating a.star1,
+.star-rating a.star1{
+ left: 0px;
+}
+
+#phoca-dl-file-box .star-rating a.star1:hover,
+#phoca-dl-category-box .star-rating a.star1:hover,
+.star-rating a.star1:hover{
+ width:22px;
+}
+
+#phoca-dl-file-box .star-rating a.stars2,
+#phoca-dl-category-box .star-rating a.stars2,
+.star-rating a.stars2{
+ left:22px;
+}
+
+#phoca-dl-file-box .star-rating a.stars2:hover,
+#phoca-dl-category-box .star-rating a.stars2:hover,
+.star-rating a.stars2:hover{
+ width: 44px;
+}
+
+#phoca-dl-file-box .star-rating a.stars3,
+#phoca-dl-category-box .star-rating a.stars3,
+.star-rating a.stars3{
+ left: 44px;
+}
+
+#phoca-dl-file-box .star-rating a.stars3:hover,
+#phoca-dl-category-box .star-rating a.stars3:hover,
+.star-rating a.stars3:hover{
+ width: 66px;
+}
+
+#phoca-dl-file-box .star-rating a.stars4,
+#phoca-dl-category-box .star-rating a.stars4,
+.star-rating a.stars4{
+ left: 66px;
+}
+
+#phoca-dl-file-box .star-rating a.stars4:hover,
+#phoca-dl-category-box .star-rating a.stars4:hover,
+.star-rating a.stars4:hover{
+ width: 88px;
+}
+
+#phoca-dl-file-box .star-rating a.stars5,
+#phoca-dl-category-box .star-rating a.stars5,
+.star-rating a.stars5{
+ left: 88px;
+}
+
+#phoca-dl-file-box .star-rating a.stars5:hover,
+#phoca-dl-category-box .star-rating a.stars5:hover,
+.star-rating a.stars5:hover{
+ width: 110px;
+}
+
+#phoca-dl-file-box .star-rating li.current-rating,
+#phoca-dl-category-box .star-rating li.current-rating,
+.star-rating li.current-rating{
+ background: url(../../images/icon-voting.png) left bottom;
+ position: absolute;
+ height: 22px;
+ /*width:77px;*/
+ display: block;
+ text-indent: -9000px;
+ z-index: 1;
+}
+
+
+/* Voting small */
+#phoca-dl-file-box .star-rating-small,
+#phoca-dl-category-box .star-rating-small,
+.star-rating-small{
+ list-style:none;
+ margin: 0px;
+ margin-bottom:5px;
+ padding:0px;
+ width: 90px;
+ height: 18px;
+ position: relative;
+ background: url(../../images/icon-voting-small.png) top left repeat-x;
+}
+
+#phoca-dl-file-box .star-rating-small li,
+#phoca-dl-category-box .star-rating-small li,
+.star-rating-small li{
+ list-style-type:none;
+ padding:0px;
+ margin:0px;
+ /*\*/
+ float: left;
+ /* */
+}
+
+#phoca-dl-file-box .star-rating-small li a,
+#phoca-dl-category-box .star-rating-small li a,
+.star-rating-small li a{
+ display:block;
+ width:18px;
+ height: 18px;
+ text-decoration: none;
+ text-indent: -9000px;
+ z-index: 20;
+ position: absolute;
+ padding: 0px;
+}
+
+#phoca-dl-file-box .star-rating-small li a:hover,
+#phoca-dl-category-box .star-rating-small li a:hover,
+.star-rating-small li a:hover{
+ background: url(../../images/icon-voting-small.png) left center;
+ z-index: 2;
+ left: 0px;
+}
+
+#phoca-dl-file-box .star-rating-small a.star1,
+#phoca-dl-category-box .star-rating-small a.star1,
+.star-rating-small a.star1{
+ left: 0px;
+}
+
+#phoca-dl-file-box .star-rating-small a.star1:hover,
+#phoca-dl-category-box .star-rating-small a.star1:hover,
+.star-rating-small a.star1:hover{
+ width:18px;
+}
+
+#phoca-dl-file-box .star-rating-small a.stars2,
+#phoca-dl-category-box .star-rating-small a.stars2,
+.star-rating-small a.stars2{
+ left:18px;
+}
+
+#phoca-dl-file-box .star-rating-small a.stars2:hover,
+#phoca-dl-category-box .star-rating-small a.stars2:hover,
+.star-rating-small a.stars2:hover{
+ width: 36px;
+}
+
+#phoca-dl-file-box .star-rating-small a.stars3,
+#phoca-dl-category-box .star-rating-small a.stars3,
+.star-rating-small a.stars3{
+ left: 36px;
+}
+
+#phoca-dl-file-box .star-rating-small a.stars3:hover,
+#phoca-dl-category-box .star-rating-small a.stars3:hover,
+.star-rating-small a.stars3:hover{
+ width: 54px;
+}
+
+#phoca-dl-file-box .star-rating-small a.stars4,
+#phoca-dl-category-box .star-rating-small a.stars4,
+.star-rating-small a.stars4{
+ left: 54px;
+}
+
+#phoca-dl-file-box .star-rating-small a.stars4:hover,
+#phoca-dl-category-box .star-rating-small a.stars4:hover,
+.star-rating-small a.stars4:hover{
+ width: 72px;
+}
+
+#phoca-dl-file-box .star-rating-small a.stars5,
+#phoca-dl-category-box .star-rating-small a.stars5,
+.star-rating-small a.stars5{
+ left: 72px;
+}
+
+#phoca-dl-file-box .star-rating-small a.stars5:hover,
+#phoca-dl-category-box .star-rating-small a.stars5:hover,
+.star-rating-small a.stars5:hover{
+ width: 90px;
+}
+
+#phoca-dl-file-box .star-rating-small li.current-rating,
+#phoca-dl-category-box .star-rating-small li.current-rating,
+.star-rating-small li.current-rating{
+ background: url(../../images/icon-voting-small.png) left bottom;
+ position: absolute;
+ height: 18px;
+ /*width:77px;*/
+ display: block;
+ text-indent: -9000px;
+ z-index: 1;
+}
+
+
+
+.pd-small,
+.pd-result,
+#phoca-dl-file-box .pd-small,
+#phoca-dl-file-box .pd-result,
+#phoca-dl-category-box .pd-small,
+#phoca-dl-category-box .pd-result {
+ font-size: x-small;
+}
+
+
+#phoca-dl-file-box ul.star-rating-small,
+#phoca-dl-category-box ul.star-rating-small,
+#phoca-dl-file-box ul.star-rating-small li,
+#phoca-dl-category-box ul.star-rating-small li,
+#phoca-dl-file-box ul.star-rating,
+#phoca-dl-category-box ul.star-rating,
+#phoca-dl-file-box ul.star-rating li,
+#phoca-dl-category-box ul.star-rating li {
+ list-style: none !important;
+}
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/b-prm.png b/packages/phocadownload/media/com_phocadownload/images/administrator/b-prm.png
new file mode 100644
index 00000000..c83f0a8a
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/b-prm.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/bg-install.png b/packages/phocadownload/media/com_phocadownload/images/administrator/bg-install.png
new file mode 100644
index 00000000..5e77919f
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/bg-install.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/bg-upgrade.png b/packages/phocadownload/media/com_phocadownload/images/administrator/bg-upgrade.png
new file mode 100644
index 00000000..d8fc39f8
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/bg-upgrade.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/btn.png b/packages/phocadownload/media/com_phocadownload/images/administrator/btn.png
new file mode 100644
index 00000000..222cdc91
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/btn.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-12-approve.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-12-approve.png
new file mode 100644
index 00000000..c6f9bb87
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-12-approve.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-12-authorizeall.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-12-authorizeall.png
new file mode 100644
index 00000000..627e99d2
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-12-authorizeall.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-12-back.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-12-back.png
new file mode 100644
index 00000000..f5cf6650
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-12-back.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-12-disapprove.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-12-disapprove.png
new file mode 100644
index 00000000..b1d951c5
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-12-disapprove.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-12-multiple.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-12-multiple.png
new file mode 100644
index 00000000..d72e3c78
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-12-multiple.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-12-reset.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-12-reset.png
new file mode 100644
index 00000000..04c24037
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-12-reset.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-back.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-back.png
new file mode 100644
index 00000000..b20f7071
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-back.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-categories.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-categories.png
new file mode 100644
index 00000000..ccd2a461
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-categories.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-category.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-category.png
new file mode 100644
index 00000000..c6e10556
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-category.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-file.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-file.png
new file mode 100644
index 00000000..1f365b7b
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-file.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-play.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-play.png
new file mode 100644
index 00000000..861a4e90
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-play.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-preview.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-preview.png
new file mode 100644
index 00000000..196323c2
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-preview.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-section.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-section.png
new file mode 100644
index 00000000..fb110933
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-section.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-sections.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-sections.png
new file mode 100644
index 00000000..a0fcb9cc
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-edb-sections.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-folder-small.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-folder-small.png
new file mode 100644
index 00000000..7c613e05
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-folder-small.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-folder.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-folder.png
new file mode 100644
index 00000000..784e8fa4
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-folder.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-control-panel.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-control-panel.png
new file mode 100644
index 00000000..45bd09e2
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-control-panel.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-category.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-category.png
new file mode 100644
index 00000000..c6e10556
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-category.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-downloads.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-downloads.png
new file mode 100644
index 00000000..40ccc212
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-downloads.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-files.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-files.png
new file mode 100644
index 00000000..1f365b7b
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-files.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-info.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-info.png
new file mode 100644
index 00000000..7193ca41
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-info.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-layout.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-layout.png
new file mode 100644
index 00000000..95d14061
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-layout.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-lic.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-lic.png
new file mode 100644
index 00000000..221d83b0
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-lic.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-section.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-section.png
new file mode 100644
index 00000000..fb110933
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-section.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-settings.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-settings.png
new file mode 100644
index 00000000..3f1e2b3f
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-settings.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-stat.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-stat.png
new file mode 100644
index 00000000..fac766d2
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-stat.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-styles.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-styles.png
new file mode 100644
index 00000000..abb33c91
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-styles.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-tags.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-tags.png
new file mode 100644
index 00000000..30f5ee0b
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-tags.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-upload.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-upload.png
new file mode 100644
index 00000000..2d2f538d
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-upload.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-users.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-users.png
new file mode 100644
index 00000000..87d85acb
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-users.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-vote-file.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-vote-file.png
new file mode 100644
index 00000000..2840b083
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu-vote-file.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu.png
new file mode 100644
index 00000000..9afbbc9a
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-pdl-menu.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-up.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-up.png
new file mode 100644
index 00000000..e797bb8d
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-up.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-upload-multiple.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-upload-multiple.png
new file mode 100644
index 00000000..18a78a6f
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-upload-multiple.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-upload.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-upload.png
new file mode 100644
index 00000000..c39e98df
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-upload.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-user-stat.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-user-stat.png
new file mode 100644
index 00000000..aa8be3cc
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-16-user-stat.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-32-approve.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-32-approve.png
new file mode 100644
index 00000000..87c5a705
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-32-approve.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-32-authorizeall.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-32-authorizeall.png
new file mode 100644
index 00000000..62edcf81
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-32-authorizeall.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-32-disapprove.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-32-disapprove.png
new file mode 100644
index 00000000..f62c7b39
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-32-disapprove.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-32-multiple.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-32-multiple.png
new file mode 100644
index 00000000..ef9c339a
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-32-multiple.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-32-reset.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-32-reset.png
new file mode 100644
index 00000000..530d6414
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-32-reset.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-cat.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-cat.png
new file mode 100644
index 00000000..b1e66a41
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-cat.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-cats.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-cats.png
new file mode 100644
index 00000000..b1e66a41
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-cats.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-downloads.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-downloads.png
new file mode 100644
index 00000000..c9b55152
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-downloads.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-file.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-file.png
new file mode 100644
index 00000000..41469113
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-file.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-files.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-files.png
new file mode 100644
index 00000000..41469113
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-files.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-info.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-info.png
new file mode 100644
index 00000000..77ebfe26
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-info.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-layouts.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-layouts.png
new file mode 100644
index 00000000..d49a4e14
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-layouts.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-lic.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-lic.png
new file mode 100644
index 00000000..49525552
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-lic.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-lics.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-lics.png
new file mode 100644
index 00000000..49525552
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-lics.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-logs.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-logs.png
new file mode 100644
index 00000000..955a19f9
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-logs.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-pd-multiple.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-pd-multiple.png
new file mode 100644
index 00000000..8056d9e6
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-pd-multiple.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-phoca.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-phoca.png
new file mode 100644
index 00000000..7a35e909
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-phoca.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-phocadownload.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-phocadownload.png
new file mode 100644
index 00000000..440c05e9
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-phocadownload.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-rafile.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-rafile.png
new file mode 100644
index 00000000..60aa0171
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-rafile.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-sec.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-sec.png
new file mode 100644
index 00000000..57d09dfa
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-sec.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-set.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-set.png
new file mode 100644
index 00000000..59b92065
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-set.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-stat.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-stat.png
new file mode 100644
index 00000000..9e14ab06
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-stat.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-styles.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-styles.png
new file mode 100644
index 00000000..26c5327e
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-styles.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-tags.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-tags.png
new file mode 100644
index 00000000..5a800692
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-tags.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-uploads.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-uploads.png
new file mode 100644
index 00000000..f2dde80f
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-uploads.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-user-stat.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-user-stat.png
new file mode 100644
index 00000000..dd6cc156
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-user-stat.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-users.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-users.png
new file mode 100644
index 00000000..173f4af0
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-users.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-vote-file.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-vote-file.png
new file mode 100644
index 00000000..60aa0171
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-48-vote-file.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pc.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pc.png
new file mode 100644
index 00000000..43222480
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pc.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pcm.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pcm.png
new file mode 100644
index 00000000..26f3e87c
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pcm.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pd.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pd.png
new file mode 100644
index 00000000..24c454eb
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pd.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pdc.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pdc.png
new file mode 100644
index 00000000..4851e752
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pdc.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pe.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pe.png
new file mode 100644
index 00000000..429e6824
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pe.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pf.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pf.png
new file mode 100644
index 00000000..c2d84788
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pf.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pfv.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pfv.png
new file mode 100644
index 00000000..a674f6e5
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pfv.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pg.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pg.png
new file mode 100644
index 00000000..f85d8632
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pg.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pgb.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pgb.png
new file mode 100644
index 00000000..82eb733f
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pgb.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-ph.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-ph.png
new file mode 100644
index 00000000..96026da9
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-ph.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pi.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pi.png
new file mode 100644
index 00000000..a2877e99
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pi.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pm.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pm.png
new file mode 100644
index 00000000..71642abc
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pm.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pp.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pp.png
new file mode 100644
index 00000000..23895d01
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pp.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-ppdf.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-ppdf.png
new file mode 100644
index 00000000..f730e23f
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-ppdf.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-prm.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-prm.png
new file mode 100644
index 00000000..04119cf9
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-prm.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-psef.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-psef.png
new file mode 100644
index 00000000..e723f51c
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-psef.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pt.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pt.png
new file mode 100644
index 00000000..b88551db
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-box-pt.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-file.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-file.png
new file mode 100644
index 00000000..e6881fa2
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-file.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-folder.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-folder.png
new file mode 100644
index 00000000..f64befae
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-folder.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-phoca-logo.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-phoca-logo.png
new file mode 100644
index 00000000..5e88a39a
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-phoca-logo.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-up.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-up.png
new file mode 100644
index 00000000..f82c02d2
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-up.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-voting-small.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-voting-small.png
new file mode 100644
index 00000000..eb33bbc8
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-voting-small.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/icon-voting.png b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-voting.png
new file mode 100644
index 00000000..0463f483
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/icon-voting.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/index.html b/packages/phocadownload/media/com_phocadownload/images/administrator/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/images/administrator/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/line.png b/packages/phocadownload/media/com_phocadownload/images/administrator/line.png
new file mode 100644
index 00000000..df9aed4e
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/line.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/logo-phoca.png b/packages/phocadownload/media/com_phocadownload/images/administrator/logo-phoca.png
new file mode 100644
index 00000000..5f90a58a
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/logo-phoca.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/logo.png b/packages/phocadownload/media/com_phocadownload/images/administrator/logo.png
new file mode 100644
index 00000000..f5f5b79a
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/logo.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/spacer.gif b/packages/phocadownload/media/com_phocadownload/images/administrator/spacer.gif
new file mode 100644
index 00000000..6964168b
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/spacer.gif differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/administrator/white-space.png b/packages/phocadownload/media/com_phocadownload/images/administrator/white-space.png
new file mode 100644
index 00000000..b4319bd1
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/administrator/white-space.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/bg-details.png b/packages/phocadownload/media/com_phocadownload/images/bg-details.png
new file mode 100644
index 00000000..2d81c5a2
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/bg-details.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/bg-download.png b/packages/phocadownload/media/com_phocadownload/images/bg-download.png
new file mode 100644
index 00000000..1bda5471
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/bg-download.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/bg-play.png b/packages/phocadownload/media/com_phocadownload/images/bg-play.png
new file mode 100644
index 00000000..c70bbdd5
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/bg-play.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/bg-preview.png b/packages/phocadownload/media/com_phocadownload/images/bg-preview.png
new file mode 100644
index 00000000..002bf7bb
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/bg-preview.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/bl.png b/packages/phocadownload/media/com_phocadownload/images/bl.png
new file mode 100644
index 00000000..e5b5fc69
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/bl.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/blue-bg.png b/packages/phocadownload/media/com_phocadownload/images/blue-bg.png
new file mode 100644
index 00000000..345993f3
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/blue-bg.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/br.png b/packages/phocadownload/media/com_phocadownload/images/br.png
new file mode 100644
index 00000000..87775c7f
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/br.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/btn.png b/packages/phocadownload/media/com_phocadownload/images/btn.png
new file mode 100644
index 00000000..222cdc91
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/btn.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/button-detail-l.png b/packages/phocadownload/media/com_phocadownload/images/button-detail-l.png
new file mode 100644
index 00000000..d5a11a2a
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/button-detail-l.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/button-detail-r.png b/packages/phocadownload/media/com_phocadownload/images/button-detail-r.png
new file mode 100644
index 00000000..afaa6533
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/button-detail-r.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/button-download-l.png b/packages/phocadownload/media/com_phocadownload/images/button-download-l.png
new file mode 100644
index 00000000..2ddd15fa
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/button-download-l.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/button-download-r.png b/packages/phocadownload/media/com_phocadownload/images/button-download-r.png
new file mode 100644
index 00000000..d53a5611
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/button-download-r.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/button-play-l.png b/packages/phocadownload/media/com_phocadownload/images/button-play-l.png
new file mode 100644
index 00000000..27c0de30
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/button-play-l.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/button-play-r.png b/packages/phocadownload/media/com_phocadownload/images/button-play-r.png
new file mode 100644
index 00000000..b60f73e8
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/button-play-r.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/button-preview-l.png b/packages/phocadownload/media/com_phocadownload/images/button-preview-l.png
new file mode 100644
index 00000000..4b11b707
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/button-preview-l.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/button-preview-r.png b/packages/phocadownload/media/com_phocadownload/images/button-preview-r.png
new file mode 100644
index 00000000..d3859d05
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/button-preview-r.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/category.png b/packages/phocadownload/media/com_phocadownload/images/category.png
new file mode 100644
index 00000000..e6703af0
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/category.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/document.png b/packages/phocadownload/media/com_phocadownload/images/document.png
new file mode 100644
index 00000000..934313f4
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/document.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/folder.png b/packages/phocadownload/media/com_phocadownload/images/folder.png
new file mode 100644
index 00000000..7c613e05
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/folder.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/grey-bg.png b/packages/phocadownload/media/com_phocadownload/images/grey-bg.png
new file mode 100644
index 00000000..42ef5155
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/grey-bg.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/htl.png b/packages/phocadownload/media/com_phocadownload/images/htl.png
new file mode 100644
index 00000000..b4f2d59b
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/htl.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/htr.png b/packages/phocadownload/media/com_phocadownload/images/htr.png
new file mode 100644
index 00000000..6e5819ea
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/htr.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-details.png b/packages/phocadownload/media/com_phocadownload/images/icon-details.png
new file mode 100644
index 00000000..f6b74cc4
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-details.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-document-16.png b/packages/phocadownload/media/com_phocadownload/images/icon-document-16.png
new file mode 100644
index 00000000..e654b77a
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-document-16.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-document-32.png b/packages/phocadownload/media/com_phocadownload/images/icon-document-32.png
new file mode 100644
index 00000000..52b7f2de
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-document-32.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-document-48.png b/packages/phocadownload/media/com_phocadownload/images/icon-document-48.png
new file mode 100644
index 00000000..414ddedc
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-document-48.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-document-64.png b/packages/phocadownload/media/com_phocadownload/images/icon-document-64.png
new file mode 100644
index 00000000..a9e527c9
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-document-64.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-download.png b/packages/phocadownload/media/com_phocadownload/images/icon-download.png
new file mode 100644
index 00000000..6906e3a8
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-download.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-extlink1.png b/packages/phocadownload/media/com_phocadownload/images/icon-extlink1.png
new file mode 100644
index 00000000..ee892b53
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-extlink1.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-extlink2.png b/packages/phocadownload/media/com_phocadownload/images/icon-extlink2.png
new file mode 100644
index 00000000..c3d1610d
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-extlink2.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-hot.png b/packages/phocadownload/media/com_phocadownload/images/icon-hot.png
new file mode 100644
index 00000000..bfc0c02d
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-hot.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-loading.gif b/packages/phocadownload/media/com_phocadownload/images/icon-loading.gif
new file mode 100644
index 00000000..bcb59f00
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-loading.gif differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-loading2.gif b/packages/phocadownload/media/com_phocadownload/images/icon-loading2.gif
new file mode 100644
index 00000000..88fac73d
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-loading2.gif differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-new.png b/packages/phocadownload/media/com_phocadownload/images/icon-new.png
new file mode 100644
index 00000000..c82158c4
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-new.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-phoca-logo.png b/packages/phocadownload/media/com_phocadownload/images/icon-phoca-logo.png
new file mode 100644
index 00000000..5e88a39a
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-phoca-logo.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-play.png b/packages/phocadownload/media/com_phocadownload/images/icon-play.png
new file mode 100644
index 00000000..6cddac2f
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-play.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-preview.png b/packages/phocadownload/media/com_phocadownload/images/icon-preview.png
new file mode 100644
index 00000000..d6f6739e
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-preview.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-publish-g.png b/packages/phocadownload/media/com_phocadownload/images/icon-publish-g.png
new file mode 100644
index 00000000..ef7799ce
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-publish-g.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-publish.png b/packages/phocadownload/media/com_phocadownload/images/icon-publish.png
new file mode 100644
index 00000000..82e6ae7b
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-publish.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-trash-g.png b/packages/phocadownload/media/com_phocadownload/images/icon-trash-g.png
new file mode 100644
index 00000000..676ab180
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-trash-g.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-trash.png b/packages/phocadownload/media/com_phocadownload/images/icon-trash.png
new file mode 100644
index 00000000..70938c99
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-trash.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-unpublish-g.png b/packages/phocadownload/media/com_phocadownload/images/icon-unpublish-g.png
new file mode 100644
index 00000000..6a0e6366
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-unpublish-g.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-unpublish.png b/packages/phocadownload/media/com_phocadownload/images/icon-unpublish.png
new file mode 100644
index 00000000..4594826a
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-unpublish.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-voting-small.png b/packages/phocadownload/media/com_phocadownload/images/icon-voting-small.png
new file mode 100644
index 00000000..6ded95bf
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-voting-small.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/icon-voting.png b/packages/phocadownload/media/com_phocadownload/images/icon-voting.png
new file mode 100644
index 00000000..4ec6df65
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/icon-voting.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/index.html b/packages/phocadownload/media/com_phocadownload/images/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/images/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-7zip.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-7zip.png
new file mode 100644
index 00000000..99ae6fc6
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-7zip.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-audio.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-audio.png
new file mode 100644
index 00000000..a67618d1
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-audio.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-document.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-document.png
new file mode 100644
index 00000000..5732f9b2
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-document.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-drawing.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-drawing.png
new file mode 100644
index 00000000..8f1da5c3
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-drawing.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-empty.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-empty.png
new file mode 100644
index 00000000..69972298
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-empty.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-folder-open.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-folder-open.png
new file mode 100644
index 00000000..2aa5cc75
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-folder-open.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-folder.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-folder.png
new file mode 100644
index 00000000..7c613e05
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-folder.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-gzip.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-gzip.png
new file mode 100644
index 00000000..99ae6fc6
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-gzip.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-html.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-html.png
new file mode 100644
index 00000000..2f94a784
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-html.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-img.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-img.png
new file mode 100644
index 00000000..add1c591
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-img.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-jar.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-jar.png
new file mode 100644
index 00000000..99ae6fc6
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-jar.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-pdf.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-pdf.png
new file mode 100644
index 00000000..7408d8d6
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-pdf.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-php.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-php.png
new file mode 100644
index 00000000..22c4df63
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-php.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-presentation.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-presentation.png
new file mode 100644
index 00000000..db195e92
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-presentation.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-rar.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-rar.png
new file mode 100644
index 00000000..8a0ff54f
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-rar.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-source.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-source.png
new file mode 100644
index 00000000..5bef9207
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-source.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-spreadsheet.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-spreadsheet.png
new file mode 100644
index 00000000..a0343673
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-spreadsheet.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-sql.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-sql.png
new file mode 100644
index 00000000..b3b1467b
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-sql.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-tar.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-tar.png
new file mode 100644
index 00000000..bab3b6ad
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-tar.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-txt.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-txt.png
new file mode 100644
index 00000000..1d48677c
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-txt.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-video.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-video.png
new file mode 100644
index 00000000..f92f7e1e
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-video.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-xml.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-xml.png
new file mode 100644
index 00000000..83a83df9
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-xml.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-zip.png b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-zip.png
new file mode 100644
index 00000000..cc196c1e
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/16/icon-zip.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/16/index.html b/packages/phocadownload/media/com_phocadownload/images/mime/16/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/images/mime/16/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-7zip.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-7zip.png
new file mode 100644
index 00000000..a59b8fe6
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-7zip.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-audio.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-audio.png
new file mode 100644
index 00000000..7e7c120d
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-audio.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-document.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-document.png
new file mode 100644
index 00000000..715f64e8
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-document.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-drawing.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-drawing.png
new file mode 100644
index 00000000..7e6beb5c
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-drawing.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-empty.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-empty.png
new file mode 100644
index 00000000..75fe5e16
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-empty.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-folder-open.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-folder-open.png
new file mode 100644
index 00000000..75e71d94
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-folder-open.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-folder.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-folder.png
new file mode 100644
index 00000000..ec739795
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-folder.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-gzip.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-gzip.png
new file mode 100644
index 00000000..afe15a38
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-gzip.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-html.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-html.png
new file mode 100644
index 00000000..b01d1416
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-html.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-img.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-img.png
new file mode 100644
index 00000000..a5a2ce06
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-img.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-jar.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-jar.png
new file mode 100644
index 00000000..21edaa55
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-jar.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-pdf.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-pdf.png
new file mode 100644
index 00000000..8cdc3d06
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-pdf.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-php.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-php.png
new file mode 100644
index 00000000..e7638cdd
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-php.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-presentation.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-presentation.png
new file mode 100644
index 00000000..a7b9827e
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-presentation.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-rar.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-rar.png
new file mode 100644
index 00000000..21f751aa
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-rar.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-source.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-source.png
new file mode 100644
index 00000000..81a2a766
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-source.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-spreadsheet.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-spreadsheet.png
new file mode 100644
index 00000000..287251a0
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-spreadsheet.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-sql.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-sql.png
new file mode 100644
index 00000000..57dd5719
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-sql.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-tar.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-tar.png
new file mode 100644
index 00000000..13b04bb5
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-tar.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-txt.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-txt.png
new file mode 100644
index 00000000..411ee08c
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-txt.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-video.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-video.png
new file mode 100644
index 00000000..63e416ba
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-video.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-xml.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-xml.png
new file mode 100644
index 00000000..8de9233e
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-xml.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-zip.png b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-zip.png
new file mode 100644
index 00000000..db69ba5f
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/32/icon-zip.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/32/index.html b/packages/phocadownload/media/com_phocadownload/images/mime/32/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/images/mime/32/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-7zip.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-7zip.png
new file mode 100644
index 00000000..16a6f5a2
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-7zip.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-audio.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-audio.png
new file mode 100644
index 00000000..20c14897
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-audio.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-document.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-document.png
new file mode 100644
index 00000000..da782123
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-document.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-drawing.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-drawing.png
new file mode 100644
index 00000000..60c4836c
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-drawing.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-empty.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-empty.png
new file mode 100644
index 00000000..ec5c158d
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-empty.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-folder-open.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-folder-open.png
new file mode 100644
index 00000000..41ebd8cf
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-folder-open.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-folder.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-folder.png
new file mode 100644
index 00000000..f47e7e13
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-folder.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-gzip.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-gzip.png
new file mode 100644
index 00000000..6048579e
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-gzip.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-html.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-html.png
new file mode 100644
index 00000000..36a1338c
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-html.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-img.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-img.png
new file mode 100644
index 00000000..69bd44e7
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-img.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-jar.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-jar.png
new file mode 100644
index 00000000..e765c394
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-jar.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-pdf.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-pdf.png
new file mode 100644
index 00000000..6bb7ab28
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-pdf.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-php.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-php.png
new file mode 100644
index 00000000..1bac2ec1
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-php.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-presentation.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-presentation.png
new file mode 100644
index 00000000..d08d1b17
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-presentation.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-rar.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-rar.png
new file mode 100644
index 00000000..a9b49d1f
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-rar.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-source.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-source.png
new file mode 100644
index 00000000..c7bf4344
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-source.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-spreadsheet.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-spreadsheet.png
new file mode 100644
index 00000000..af88f835
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-spreadsheet.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-sql.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-sql.png
new file mode 100644
index 00000000..ca3fa0e5
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-sql.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-tar.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-tar.png
new file mode 100644
index 00000000..ba2a7738
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-tar.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-txt.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-txt.png
new file mode 100644
index 00000000..fefa360d
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-txt.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-video.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-video.png
new file mode 100644
index 00000000..6b8f79c0
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-video.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-xml.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-xml.png
new file mode 100644
index 00000000..5cda3e62
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-xml.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-zip.png b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-zip.png
new file mode 100644
index 00000000..4d2c42ba
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/48/icon-zip.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/48/index.html b/packages/phocadownload/media/com_phocadownload/images/mime/48/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/images/mime/48/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-7zip.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-7zip.png
new file mode 100644
index 00000000..b87d6deb
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-7zip.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-audio.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-audio.png
new file mode 100644
index 00000000..10bb7002
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-audio.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-document.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-document.png
new file mode 100644
index 00000000..b5b5e6aa
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-document.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-drawing.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-drawing.png
new file mode 100644
index 00000000..be8b60f9
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-drawing.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-empty.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-empty.png
new file mode 100644
index 00000000..3ce90f86
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-empty.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-folder-open.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-folder-open.png
new file mode 100644
index 00000000..914976fc
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-folder-open.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-folder.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-folder.png
new file mode 100644
index 00000000..0b10f4f8
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-folder.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-gzip.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-gzip.png
new file mode 100644
index 00000000..46d82bfc
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-gzip.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-html.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-html.png
new file mode 100644
index 00000000..12aea69d
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-html.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-img.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-img.png
new file mode 100644
index 00000000..dc1355d3
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-img.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-jar.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-jar.png
new file mode 100644
index 00000000..f75d9978
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-jar.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-pdf.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-pdf.png
new file mode 100644
index 00000000..bb2086ff
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-pdf.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-php.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-php.png
new file mode 100644
index 00000000..71e9321b
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-php.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-presentation.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-presentation.png
new file mode 100644
index 00000000..215aa309
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-presentation.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-rar.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-rar.png
new file mode 100644
index 00000000..7be75d6b
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-rar.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-source.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-source.png
new file mode 100644
index 00000000..9e7bda44
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-source.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-spreadsheet.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-spreadsheet.png
new file mode 100644
index 00000000..c0f0d989
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-spreadsheet.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-sql.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-sql.png
new file mode 100644
index 00000000..02935c6e
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-sql.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-tar.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-tar.png
new file mode 100644
index 00000000..817cf092
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-tar.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-txt.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-txt.png
new file mode 100644
index 00000000..84919192
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-txt.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-video.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-video.png
new file mode 100644
index 00000000..78b9cd57
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-video.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-xml.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-xml.png
new file mode 100644
index 00000000..fa15f0d3
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-xml.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-zip.png b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-zip.png
new file mode 100644
index 00000000..e27c2eb2
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/mime/64/icon-zip.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/64/index.html b/packages/phocadownload/media/com_phocadownload/images/mime/64/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/images/mime/64/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/AUTHORS b/packages/phocadownload/media/com_phocadownload/images/mime/AUTHORS
new file mode 100644
index 00000000..bb7475c4
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/images/mime/AUTHORS
@@ -0,0 +1,5 @@
+Faenza is designed and developed by Matthieu James
.
+
+Faenza icons are all licensed under the GPL.
+
+Thanks to Holger Seelig and clemyeats for their help for having some text preview inside icons in Nautilus.
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/COPYING b/packages/phocadownload/media/com_phocadownload/images/mime/COPYING
new file mode 100644
index 00000000..94a9ed02
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/images/mime/COPYING
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ Copyright (C)
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+ .
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
diff --git a/packages/phocadownload/media/com_phocadownload/images/mime/index.html b/packages/phocadownload/media/com_phocadownload/images/mime/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/images/mime/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/images/next-grey.png b/packages/phocadownload/media/com_phocadownload/images/next-grey.png
new file mode 100644
index 00000000..557822a9
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/next-grey.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/next.png b/packages/phocadownload/media/com_phocadownload/images/next.png
new file mode 100644
index 00000000..b125123e
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/next.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/phoca-download.png b/packages/phocadownload/media/com_phocadownload/images/phoca-download.png
new file mode 100644
index 00000000..3bf92fb7
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/phoca-download.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/prev-grey.png b/packages/phocadownload/media/com_phocadownload/images/prev-grey.png
new file mode 100644
index 00000000..f75a8350
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/prev-grey.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/prev.png b/packages/phocadownload/media/com_phocadownload/images/prev.png
new file mode 100644
index 00000000..6a1e73c4
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/prev.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/tl.png b/packages/phocadownload/media/com_phocadownload/images/tl.png
new file mode 100644
index 00000000..fa793028
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/tl.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/tr.png b/packages/phocadownload/media/com_phocadownload/images/tr.png
new file mode 100644
index 00000000..60f3a25b
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/tr.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/up.png b/packages/phocadownload/media/com_phocadownload/images/up.png
new file mode 100644
index 00000000..953884aa
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/up.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/images/white-space.png b/packages/phocadownload/media/com_phocadownload/images/white-space.png
new file mode 100644
index 00000000..b4319bd1
Binary files /dev/null and b/packages/phocadownload/media/com_phocadownload/images/white-space.png differ
diff --git a/packages/phocadownload/media/com_phocadownload/index.html b/packages/phocadownload/media/com_phocadownload/index.html
new file mode 100644
index 00000000..ea9e94c1
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/js/index.html b/packages/phocadownload/media/com_phocadownload/js/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/js/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/js/jquery.equalheights.min.js b/packages/phocadownload/media/com_phocadownload/js/jquery.equalheights.min.js
new file mode 100644
index 00000000..6bba224c
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/js/jquery.equalheights.min.js
@@ -0,0 +1,11 @@
+/*!
+ * Simple jQuery Equal Heights
+ *
+ * Copyright (c) 2013 Matt Banks
+ * Dual licensed under the MIT and GPL licenses.
+ * Uses the same license as jQuery, see:
+ * http://docs.jquery.com/License
+ *
+ * @version 1.5.1
+ */
+!function(a){a.fn.equalHeights=function(){var b=0,c=a(this);return c.each(function(){var c=a(this).innerHeight();c>b&&(b=c)}),c.css("height",b)},a("[data-equal]").each(function(){var b=a(this),c=b.data("equal");b.find(c).equalHeights()})}(jQuery);
\ No newline at end of file
diff --git a/packages/phocadownload/media/com_phocadownload/js/jquery.matchHeight.js b/packages/phocadownload/media/com_phocadownload/js/jquery.matchHeight.js
new file mode 100644
index 00000000..ab24d45c
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/js/jquery.matchHeight.js
@@ -0,0 +1,385 @@
+/**
+* jquery-match-height master by @liabru
+* http://brm.io/jquery-match-height/
+* License: MIT
+*/
+
+;(function(factory) { // eslint-disable-line no-extra-semi
+ 'use strict';
+ if (typeof define === 'function' && define.amd) {
+ // AMD
+ define(['jquery'], factory);
+ } else if (typeof module !== 'undefined' && module.exports) {
+ // CommonJS
+ module.exports = factory(require('jquery'));
+ } else {
+ // Global
+ factory(jQuery);
+ }
+})(function($) {
+ /*
+ * internal
+ */
+
+ var _previousResizeWidth = -1,
+ _updateTimeout = -1;
+
+ /*
+ * _parse
+ * value parse utility function
+ */
+
+ var _parse = function(value) {
+ // parse value and convert NaN to 0
+ return parseFloat(value) || 0;
+ };
+
+ /*
+ * _rows
+ * utility function returns array of jQuery selections representing each row
+ * (as displayed after float wrapping applied by browser)
+ */
+
+ var _rows = function(elements) {
+ var tolerance = 1,
+ $elements = $(elements),
+ lastTop = null,
+ rows = [];
+
+ // group elements by their top position
+ $elements.each(function(){
+ var $that = $(this),
+ top = $that.offset().top - _parse($that.css('margin-top')),
+ lastRow = rows.length > 0 ? rows[rows.length - 1] : null;
+
+ if (lastRow === null) {
+ // first item on the row, so just push it
+ rows.push($that);
+ } else {
+ // if the row top is the same, add to the row group
+ if (Math.floor(Math.abs(lastTop - top)) <= tolerance) {
+ rows[rows.length - 1] = lastRow.add($that);
+ } else {
+ // otherwise start a new row group
+ rows.push($that);
+ }
+ }
+
+ // keep track of the last row top
+ lastTop = top;
+ });
+
+ return rows;
+ };
+
+ /*
+ * _parseOptions
+ * handle plugin options
+ */
+
+ var _parseOptions = function(options) {
+ var opts = {
+ byRow: true,
+ property: 'height',
+ target: null,
+ remove: false
+ };
+
+ if (typeof options === 'object') {
+ return $.extend(opts, options);
+ }
+
+ if (typeof options === 'boolean') {
+ opts.byRow = options;
+ } else if (options === 'remove') {
+ opts.remove = true;
+ }
+
+ return opts;
+ };
+
+ /*
+ * matchHeight
+ * plugin definition
+ */
+
+ var matchHeight = $.fn.matchHeight = function(options) {
+ var opts = _parseOptions(options);
+
+ // handle remove
+ if (opts.remove) {
+ var that = this;
+
+ // remove fixed height from all selected elements
+ this.css(opts.property, '');
+
+ // remove selected elements from all groups
+ $.each(matchHeight._groups, function(key, group) {
+ group.elements = group.elements.not(that);
+ });
+
+ // TODO: cleanup empty groups
+
+ return this;
+ }
+
+ if (this.length <= 1 && !opts.target) {
+ return this;
+ }
+
+ // keep track of this group so we can re-apply later on load and resize events
+ matchHeight._groups.push({
+ elements: this,
+ options: opts
+ });
+
+ // match each element's height to the tallest element in the selection
+ matchHeight._apply(this, opts);
+
+ return this;
+ };
+
+ /*
+ * plugin global options
+ */
+
+ matchHeight.version = 'master';
+ matchHeight._groups = [];
+ matchHeight._throttle = 80;
+ matchHeight._maintainScroll = false;
+ matchHeight._beforeUpdate = null;
+ matchHeight._afterUpdate = null;
+ matchHeight._rows = _rows;
+ matchHeight._parse = _parse;
+ matchHeight._parseOptions = _parseOptions;
+
+ /*
+ * matchHeight._apply
+ * apply matchHeight to given elements
+ */
+
+ matchHeight._apply = function(elements, options) {
+ var opts = _parseOptions(options),
+ $elements = $(elements),
+ rows = [$elements];
+
+ // take note of scroll position
+ var scrollTop = $(window).scrollTop(),
+ htmlHeight = $('html').outerHeight(true);
+
+ // get hidden parents
+ var $hiddenParents = $elements.parents().filter(':hidden');
+
+ // cache the original inline style
+ $hiddenParents.each(function() {
+ var $that = $(this);
+ $that.data('style-cache', $that.attr('style'));
+ });
+
+ // temporarily must force hidden parents visible
+ $hiddenParents.css('display', 'block');
+
+ // get rows if using byRow, otherwise assume one row
+ if (opts.byRow && !opts.target) {
+
+ // must first force an arbitrary equal height so floating elements break evenly
+ $elements.each(function() {
+ var $that = $(this),
+ display = $that.css('display');
+
+ // temporarily force a usable display value
+ if (display !== 'inline-block' && display !== 'flex' && display !== 'inline-flex') {
+ display = 'block';
+ }
+
+ // cache the original inline style
+ $that.data('style-cache', $that.attr('style'));
+
+ $that.css({
+ 'display': display,
+ 'padding-top': '0',
+ 'padding-bottom': '0',
+ 'margin-top': '0',
+ 'margin-bottom': '0',
+ 'border-top-width': '0',
+ 'border-bottom-width': '0',
+ 'height': '100px',
+ 'overflow': 'hidden'
+ });
+ });
+
+ // get the array of rows (based on element top position)
+ rows = _rows($elements);
+
+ // revert original inline styles
+ $elements.each(function() {
+ var $that = $(this);
+ $that.attr('style', $that.data('style-cache') || '');
+ });
+ }
+
+ $.each(rows, function(key, row) {
+ var $row = $(row),
+ targetHeight = 0;
+
+ if (!opts.target) {
+ // skip apply to rows with only one item
+ if (opts.byRow && $row.length <= 1) {
+ $row.css(opts.property, '');
+ return;
+ }
+
+ // iterate the row and find the max height
+ $row.each(function(){
+ var $that = $(this),
+ style = $that.attr('style'),
+ display = $that.css('display');
+
+ // temporarily force a usable display value
+ if (display !== 'inline-block' && display !== 'flex' && display !== 'inline-flex') {
+ display = 'block';
+ }
+
+ // ensure we get the correct actual height (and not a previously set height value)
+ var css = { 'display': display };
+ css[opts.property] = '';
+ $that.css(css);
+
+ // find the max height (including padding, but not margin)
+ if ($that.outerHeight(false) > targetHeight) {
+ targetHeight = $that.outerHeight(false);
+ }
+
+ // revert styles
+ if (style) {
+ $that.attr('style', style);
+ } else {
+ $that.css('display', '');
+ }
+ });
+ } else {
+ // if target set, use the height of the target element
+ targetHeight = opts.target.outerHeight(false);
+ }
+
+ // iterate the row and apply the height to all elements
+ $row.each(function(){
+ var $that = $(this),
+ verticalPadding = 0;
+
+ // don't apply to a target
+ if (opts.target && $that.is(opts.target)) {
+ return;
+ }
+
+ // handle padding and border correctly (required when not using border-box)
+ if ($that.css('box-sizing') !== 'border-box') {
+ verticalPadding += _parse($that.css('border-top-width')) + _parse($that.css('border-bottom-width'));
+ verticalPadding += _parse($that.css('padding-top')) + _parse($that.css('padding-bottom'));
+ }
+
+ // set the height (accounting for padding and border)
+ $that.css(opts.property, (targetHeight - verticalPadding) + 'px');
+ });
+ });
+
+ // revert hidden parents
+ $hiddenParents.each(function() {
+ var $that = $(this);
+ $that.attr('style', $that.data('style-cache') || null);
+ });
+
+ // restore scroll position if enabled
+ if (matchHeight._maintainScroll) {
+ $(window).scrollTop((scrollTop / htmlHeight) * $('html').outerHeight(true));
+ }
+
+ return this;
+ };
+
+ /*
+ * matchHeight._applyDataApi
+ * applies matchHeight to all elements with a data-match-height attribute
+ */
+
+ matchHeight._applyDataApi = function() {
+ var groups = {};
+
+ // generate groups by their groupId set by elements using data-match-height
+ $('[data-match-height], [data-mh]').each(function() {
+ var $this = $(this),
+ groupId = $this.attr('data-mh') || $this.attr('data-match-height');
+
+ if (groupId in groups) {
+ groups[groupId] = groups[groupId].add($this);
+ } else {
+ groups[groupId] = $this;
+ }
+ });
+
+ // apply matchHeight to each group
+ $.each(groups, function() {
+ this.matchHeight(true);
+ });
+ };
+
+ /*
+ * matchHeight._update
+ * updates matchHeight on all current groups with their correct options
+ */
+
+ var _update = function(event) {
+ if (matchHeight._beforeUpdate) {
+ matchHeight._beforeUpdate(event, matchHeight._groups);
+ }
+
+ $.each(matchHeight._groups, function() {
+ matchHeight._apply(this.elements, this.options);
+ });
+
+ if (matchHeight._afterUpdate) {
+ matchHeight._afterUpdate(event, matchHeight._groups);
+ }
+ };
+
+ matchHeight._update = function(throttle, event) {
+ // prevent update if fired from a resize event
+ // where the viewport width hasn't actually changed
+ // fixes an event looping bug in IE8
+ if (event && event.type === 'resize') {
+ var windowWidth = $(window).width();
+ if (windowWidth === _previousResizeWidth) {
+ return;
+ }
+ _previousResizeWidth = windowWidth;
+ }
+
+ // throttle updates
+ if (!throttle) {
+ _update(event);
+ } else if (_updateTimeout === -1) {
+ _updateTimeout = setTimeout(function() {
+ _update(event);
+ _updateTimeout = -1;
+ }, matchHeight._throttle);
+ }
+ };
+
+ /*
+ * bind events
+ */
+
+ // apply on DOM ready event
+ $(matchHeight._applyDataApi);
+
+ // update heights on load and resize events
+ $(window).bind('load', function(event) {
+ matchHeight._update(false, event);
+ });
+
+ // throttled update heights on resize events
+ $(window).bind('resize orientationchange', function(event) {
+ matchHeight._update(true, event);
+ });
+
+});
diff --git a/packages/phocadownload/media/com_phocadownload/js/jquery.matchHeight.min.js b/packages/phocadownload/media/com_phocadownload/js/jquery.matchHeight.min.js
new file mode 100644
index 00000000..0ff8a9e8
--- /dev/null
+++ b/packages/phocadownload/media/com_phocadownload/js/jquery.matchHeight.min.js
@@ -0,0 +1 @@
+!function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):"undefined"!=typeof module&&module.exports?module.exports=t(require("jquery")):t(jQuery)}(function(t){var e=-1,o=-1,a=function(t){return parseFloat(t)||0},i=function(e){var o=1,i=t(e),n=null,r=[];return i.each(function(){var e=t(this),i=e.offset().top-a(e.css("margin-top")),s=r.length>0?r[r.length-1]:null;null===s?r.push(e):Math.floor(Math.abs(n-i))<=o?r[r.length-1]=s.add(e):r.push(e),n=i}),r},n=function(e){var o={byRow:!0,property:"height",target:null,remove:!1};return"object"==typeof e?t.extend(o,e):("boolean"==typeof e?o.byRow=e:"remove"===e&&(o.remove=!0),o)},r=t.fn.matchHeight=function(e){var o=n(e);if(o.remove){var a=this;return this.css(o.property,""),t.each(r._groups,function(t,e){e.elements=e.elements.not(a)}),this}return this.length<=1&&!o.target?this:(r._groups.push({elements:this,options:o}),r._apply(this,o),this)};r.version="master",r._groups=[],r._throttle=80,r._maintainScroll=!1,r._beforeUpdate=null,r._afterUpdate=null,r._rows=i,r._parse=a,r._parseOptions=n,r._apply=function(e,o){var s=n(o),h=t(e),l=[h],c=t(window).scrollTop(),p=t("html").outerHeight(!0),d=h.parents().filter(":hidden");return d.each(function(){var e=t(this);e.data("style-cache",e.attr("style"))}),d.css("display","block"),s.byRow&&!s.target&&(h.each(function(){var e=t(this),o=e.css("display");"inline-block"!==o&&"flex"!==o&&"inline-flex"!==o&&(o="block"),e.data("style-cache",e.attr("style")),e.css({display:o,"padding-top":"0","padding-bottom":"0","margin-top":"0","margin-bottom":"0","border-top-width":"0","border-bottom-width":"0",height:"100px",overflow:"hidden"})}),l=i(h),h.each(function(){var e=t(this);e.attr("style",e.data("style-cache")||"")})),t.each(l,function(e,o){var i=t(o),n=0;if(s.target)n=s.target.outerHeight(!1);else{if(s.byRow&&i.length<=1)return void i.css(s.property,"");i.each(function(){var e=t(this),o=e.attr("style"),a=e.css("display");"inline-block"!==a&&"flex"!==a&&"inline-flex"!==a&&(a="block");var i={display:a};i[s.property]="",e.css(i),e.outerHeight(!1)>n&&(n=e.outerHeight(!1)),o?e.attr("style",o):e.css("display","")})}i.each(function(){var e=t(this),o=0;s.target&&e.is(s.target)||("border-box"!==e.css("box-sizing")&&(o+=a(e.css("border-top-width"))+a(e.css("border-bottom-width")),o+=a(e.css("padding-top"))+a(e.css("padding-bottom"))),e.css(s.property,n-o+"px"))})}),d.each(function(){var e=t(this);e.attr("style",e.data("style-cache")||null)}),r._maintainScroll&&t(window).scrollTop(c/p*t("html").outerHeight(!0)),this},r._applyDataApi=function(){var e={};t("[data-match-height], [data-mh]").each(function(){var o=t(this),a=o.attr("data-mh")||o.attr("data-match-height");a in e?e[a]=e[a].add(o):e[a]=o}),t.each(e,function(){this.matchHeight(!0)})};var s=function(e){r._beforeUpdate&&r._beforeUpdate(e,r._groups),t.each(r._groups,function(){r._apply(this.elements,this.options)}),r._afterUpdate&&r._afterUpdate(e,r._groups)};r._update=function(a,i){if(i&&"resize"===i.type){var n=t(window).width();if(n===e)return;e=n}a?-1===o&&(o=setTimeout(function(){s(i),o=-1},r._throttle)):s(i)},t(r._applyDataApi),t(window).bind("load",function(t){r._update(!1,t)}),t(window).bind("resize orientationchange",function(t){r._update(!0,t)})});
\ No newline at end of file
diff --git a/packages/phocadownload/plugins/content/phocadownload/index.html b/packages/phocadownload/plugins/content/phocadownload/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/packages/phocadownload/plugins/content/phocadownload/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/plugins/content/phocadownload/phocadownload.php b/packages/phocadownload/plugins/content/phocadownload/phocadownload.php
new file mode 100644
index 00000000..bdca6aef
--- /dev/null
+++ b/packages/phocadownload/plugins/content/phocadownload/phocadownload.php
@@ -0,0 +1,640 @@
+loadLanguage();
+ }
+
+ public function onContentPrepare($context, &$article, &$params, $page = 0) {
+
+ $document = JFactory::getDocument();
+ $db = JFactory::getDBO();
+ $iSize = $this->params->get('icon_size', 32);
+ $iMime = $this->params->get('file_icon_mime', 0);
+ $component = 'com_phocadownload';
+ $paramsC = JComponentHelper::getParams($component) ;
+ $ordering = $paramsC->get( 'file_ordering', 1 );
+
+
+ // Start Plugin
+ $regex_one = '/({phocadownload\s*)(.*?)(})/si';
+ $regex_all = '/{phocadownload\s*.*?}/si';
+ $matches = array();
+ $count_matches = preg_match_all($regex_all,$article->text,$matches,PREG_OFFSET_CAPTURE | PREG_PATTERN_ORDER);
+
+ JHTML::stylesheet( 'media/com_phocadownload/css/main/phocadownload.css' );
+ JHTML::stylesheet( 'media/plg_content_phocadownload/css/phocadownload.css' );
+
+
+ // Start if count_matches
+ if ($count_matches != 0) {
+
+ $l = new PhocaDownloadLayout();
+
+ // Start CSS
+ for($i = 0; $i < $count_matches; $i++) {
+
+ $view = '';
+ $id = '';
+ $text = '';
+ $target = '';
+ $playerwidth = $paramsC->get( 'player_width', 328 );
+ $playerheight = $paramsC->get( 'player_height', 200 );
+ $previewwidth = $paramsC->get( 'preview_width', 640 );
+ $previewheight = $paramsC->get( 'preview_height', 480 );
+ $playerheightmp3 = $paramsC->get( 'player_mp3_height', 30 );
+ $url = '';
+ $youtubewidth = 448;
+ $youtubeheight = 336;
+ $fileView = $paramsC->get( 'display_file_view', 0 );
+ $previewWindow = $paramsC->get( 'preview_popup_window', 0 );
+ $playWindow = $paramsC->get( 'play_popup_window', 0 );
+ $limit = 5;
+
+
+ // Get plugin parameters
+ $phocadownload = $matches[0][$i][0];
+ preg_match($regex_one,$phocadownload,$phocadownload_parts);
+ $parts = explode("|", $phocadownload_parts[2]);
+ $values_replace = array ("/^'/", "/'$/", "/^'/", "/'$/", "/ /");
+
+
+ foreach($parts as $key => $value) {
+ $values = explode("=", $value, 2);
+
+ foreach ($values_replace as $key2 => $values2) {
+ $values = preg_replace($values2, '', $values);
+ }
+
+ // Get plugin parameters from article
+ if($values[0]=='view') {$view = $values[1];}
+ else if($values[0]=='id') {$id = $values[1];}
+ else if($values[0]=='text') {$text = $values[1];}
+ else if($values[0]=='target') {$target = $values[1];}
+ else if($values[0]=='playerwidth') {$playerwidth = (int)$values[1];}
+ else if($values[0]=='playerheight') {$playerheight = (int)$values[1];}
+ else if($values[0]=='playerheightmp3') {$playerheightmp3 = (int)$values[1];}
+
+ else if($values[0]=='previewwidth') {$previewwidth = (int)$values[1];}
+ else if($values[0]=='previewheight') {$previewheight = (int)$values[1];}
+
+ else if($values[0]=='youtubewidth') {$youtubewidth = (int)$values[1];}
+ else if($values[0]=='youtubeheight') {$youtubeheight = (int)$values[1];}
+
+ else if($values[0]=='previewwindow') {$previewWindow = (int)$values[1];}
+ else if($values[0]=='playwindow') {$playWindow = (int)$values[1];}
+ else if($values[0]=='limit') {$limit = (int)$values[1];}
+
+ else if($values[0]=='url') {$url = $values[1];}
+
+ }
+
+ switch($target) {
+ case 'b':
+ $targetOutput = 'target="_blank" ';
+ break;
+ case 't':
+ $targetOutput = 'target="_top" ';
+ break;
+ case 'p':
+ $targetOutput = 'target="_parent" ';
+ break;
+ case 's':
+ $targetOutput = 'target="_self" ';
+ break;
+ default:
+ $targetOutput = '';
+ break;
+ }
+
+ $output = '';
+ /*
+ //Itemid
+ $menu =& JSite::getMenu();
+ $itemSection= $menu->getItems('link', 'index.php?option=com_phocadownload&view=sections');
+ if(isset($itemSection[0])) {
+ $itemId = $itemSection[0]->id;
+ } else {
+ $itemId = JRequest::getVar('Itemid', 1, 'get', 'int');
+ }
+ */
+ switch($view) {
+ /*
+ // - - - - - - - - - - - - - - - -
+ // SECTIONS
+ // - - - - - - - - - - - - - - - -
+ case 'sections':
+ if ($text !='') {
+ $textOutput = $text;
+ } else {
+ $textOutput = JText::_('PLG_CONTENT_PHOCADOWNLOAD_DOWNLOAD_SECTIONS');
+ }
+
+ $link = PhocaDownloadRoute::getSectionsRoute();
+
+ $output .= '';
+ break;
+
+ // - - - - - - - - - - - - - - - -
+ // SECTION
+ // - - - - - - - - - - - - - - - -
+ case 'section':
+ if ((int)$id > 0) {
+ $query = 'SELECT a.id, a.title, a.alias,'
+ . ' CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(\':\', a.id, a.alias) ELSE a.id END as slug'
+ . ' FROM #__phocadownload_sections AS a'
+ . ' WHERE a.id = '.(int)$id;
+
+ $db->setQuery($query);
+ $item = $db->loadObject();
+
+ if (isset($item->id) && isset($item->slug)) {
+
+ if ($text !='') {
+ $textOutput = $text;
+ } else if (isset($item->title) && $item->title != '') {
+ $textOutput = $item->title;
+ } else {
+ $textOutput = JText::_('PLG_CONTENT_PHOCADOWNLOAD_DOWNLOAD_SECTION');
+ }
+ $link = PhocaDownloadRoute::getSectionRoute($item->id, $item->alias);
+ // 'index.php?option=com_phocadownload&view=section&id='.$item->slug.'&Itemid='. $itemId
+
+ $output .= '';
+ }
+ }
+ break;
+ */
+
+ // - - - - - - - - - - - - - - - -
+ // CATEGORIES
+ // - - - - - - - - - - - - - - - -
+ case 'categories':
+ if ($text !='') {
+ $textOutput = $text;
+ } else {
+ $textOutput = JText::_('PLG_CONTENT_PHOCADOWNLOAD_DOWNLOAD_CATEGORIES');
+ }
+
+ $link = PhocaDownloadRoute::getCategoriesRoute();
+
+ $output .= '';
+ break;
+
+ // - - - - - - - - - - - - - - - -
+ // CATEGORY
+ // - - - - - - - - - - - - - - - -
+ case 'category':
+ if ((int)$id > 0) {
+ $query = 'SELECT a.id, a.title, a.alias,'
+ . ' CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(\':\', a.id, a.alias) ELSE a.id END as slug'
+ . ' FROM #__phocadownload_categories AS a'
+ . ' WHERE a.id = '.(int)$id;
+
+ $db->setQuery($query);
+ $item = $db->loadObject();
+
+ if (isset($item->id) && isset($item->slug)) {
+
+ if ($text !='') {
+ $textOutput = $text;
+ } else if (isset($item->title) && $item->title != '') {
+ $textOutput = $item->title;
+ } else {
+ $textOutput = JText::_('PLG_CONTENT_PHOCADOWNLOAD_DOWNLOAD_CATEGORY');
+ }
+ $link = PhocaDownloadRoute::getCategoryRoute($item->id, $item->alias);
+ //'index.php?option=com_phocadownload&view=category&id='.$item->slug.'&Itemid='. $itemId
+ $output .= '';
+ }
+
+ }
+ break;
+
+
+ // - - - - - - - - - - - - - - - -
+ // FILELIST
+ // - - - - - - - - - - - - - - - -
+ case 'filelist':
+
+ $fileOrdering = PhocaDownloadOrdering::getOrderingText($ordering);
+
+ $query = 'SELECT a.id, a.title, a.alias, a.filename_play, a.filename_preview, a.link_external, a.image_filename, a.filename, c.id as catid, a.confirm_license, c.title as cattitle, c.alias as catalias,'
+ . ' CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(\':\', a.id, a.alias) ELSE a.id END as slug,'
+ . ' CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(\':\', c.id, c.alias) ELSE c.id END as catslug'
+ . ' FROM #__phocadownload AS a'
+ . ' LEFT JOIN #__phocadownload_categories AS c ON a.catid = c.id';
+
+ if ((int)$id > 0) {
+ $query .= ' WHERE c.id = '.(int)$id;
+ //$query .= ' WHERE c.id = '.(int)$id . ' AND a.published = 1 AND a.approved = 1';
+ } else {
+ //$query .= ' WHERE a.published = 1 AND a.approved = 1';
+ }
+
+ $query .= ' ORDER BY a.'.$fileOrdering;
+ $query .= ' LIMIT 0, '.(int)$limit;
+
+ $db->setQuery($query);
+ $items = $db->loadObjectList();
+
+ if (!empty($items)) {
+ $output .= '';
+ foreach ($items as $item) {
+ $imageFileName = $l->getImageFileName($item->image_filename, $item->filename, 3, (int)$iSize);
+
+ if (isset($item->id) && isset($item->slug) && isset($item->catid) && isset($item->catslug)) {
+
+ if ($text !='') {
+ $textOutput = $text;
+ } else if (isset($item->title) && $item->title != '') {
+ $textOutput = $item->title;
+ } else {
+ $textOutput = JText::_('PLG_CONTENT_PHOCADOWNLOAD_DOWNLOAD_FILE');
+ }
+
+ if ((isset($item->confirm_license) && $item->confirm_license > 0) || $fileView == 1) {
+ $link = PhocaDownloadRoute::getFileRoute($item->id,$item->catid,$item->alias, $item->catalias,0, 'file');
+
+ if ($iMime == 1) {
+ $output .= '
'. $imageFileName['filenamethumb']. '
';
+ } else {
+ $output .= '
';
+ }
+
+ } else {
+ if ($item->link_external != '') {
+ $link = $item->link_external;
+ } else {
+ $link = PhocaDownloadRoute::getFileRoute($item->id,$item->catid,$item->alias,$item->catalias, 0, 'download');
+ }
+
+ if ($iMime == 1) {
+ $output .= '
'. $imageFileName['filenamethumb']. '
';
+ } else {
+ $output .= '
';
+ }
+
+ }
+
+ }
+ }
+ $output .= '
';
+
+ }
+ break;
+
+
+
+
+
+ // - - - - - - - - - - - - - - - -
+ // FILE
+ // - - - - - - - - - - - - - - - -
+ case 'file':
+ case 'fileplay':
+ case 'fileplaylink':
+ case 'filepreviewlink':
+ if ((int)$id > 0) {
+ $query = 'SELECT a.id, a.title, a.alias, a.filename_play, a.filename_preview, a.link_external, a.image_filename, a.filename, c.id as catid, a.confirm_license, c.title as cattitle, c.alias as catalias,'
+ . ' CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(\':\', a.id, a.alias) ELSE a.id END as slug,'
+ . ' CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(\':\', c.id, c.alias) ELSE c.id END as catslug'
+ . ' FROM #__phocadownload AS a'
+ . ' LEFT JOIN #__phocadownload_categories AS c ON a.catid = c.id'
+ . ' WHERE a.id = '.(int)$id;
+
+ $db->setQuery($query);
+ $item = $db->loadObject();
+
+ if (isset($item->id) && isset($item->slug) && isset($item->catid) && isset($item->catslug)) {
+
+ if ($text !='') {
+ $textOutput = $text;
+ } else if (isset($item->title) && $item->title != '') {
+ $textOutput = $item->title;
+ } else {
+ if ($view == 'fileplay') {
+ $textOutput = JText::_('PLG_CONTENT_PHOCADOWNLOAD_PLAY_FILE');
+ } else {
+ $textOutput = JText::_('PLG_CONTENT_PHOCADOWNLOAD_DOWNLOAD_FILE');
+ }
+ }
+
+ $imageFileName = $l->getImageFileName($item->image_filename, $item->filename, 3, (int)$iSize);
+
+ // - - - - -
+ // PLAY
+ // - - - - -
+ if ($view == 'fileplay') {
+ $play = 1;
+ $fileExt = '';
+ $filePath = PhocaDownloadPath::getPathSet('fileplay');
+
+ $filePath = str_replace ( '../', JURI::base(true).'/', $filePath['orig_rel_ds']);
+ if (isset($item->filename_play) && $item->filename_play != '') {
+ $fileExt = PhocaDownloadFile::getExtension($item->filename_play);
+ $canPlay = PhocaDownloadFile::canPlay($item->filename_play);
+ if ($canPlay) {
+ $tmpl['playfilewithpath'] = $filePath . $item->filename_play;
+ $tmpl['playerpath'] = JURI::base().'components/com_phocadownload/assets/flowplayer/';
+ } else {
+ $output .= JText::_('PLG_CONTENT_PHOCADOWNLOAD_NO_CORRECT_FILE_FOR_PLAYING_FOUND');
+ $play = 0;
+ }
+ } else {
+ $output .= JText::_('PLG_CONTENT_PHOCADOWNLOAD_NO_FILE_FOR_PLAYING_FOUND');
+ $play = 0;
+ }
+
+ if ($play == 1) {
+
+ //Correct MP3
+ $tmpl['filetype'] = '';
+ if ($fileExt == 'mp3') {
+ $tmpl['filetype'] = 'mp3';
+ $playerheight = $playerheightmp3;
+ }
+ $versionFLP = '3.2.2';
+ $versionFLPJS = '3.2.2';
+
+ //Flow Player
+
+ $document->addScript($tmpl['playerpath'].'flowplayer-'.$versionFLPJS.'.min.js');
+
+ $output .= ''. "\n"
+ .'
'. "\n";
+
+ if ($tmpl['filetype'] == 'mp3') {
+ $output .= ''. "\n";
+ } else {
+
+ $output .= ''. "\n";
+ }
+
+ $output .= '
'. "\n";
+ }
+
+ } else if ($view == 'fileplaylink') {
+
+ // PLAY - - - - - - - - - - - -
+ $windowWidthPl = (int)$playerwidth + 30;
+ $windowHeightPl = (int)$playerheight + 30;
+ $windowHeightPlMP3 = (int)$playerheightmp3 + 30;
+ //$playWindow = $paramsC->get( 'play_popup_window', 0 );
+ if ($playWindow == 1) {
+ $buttonPl = new JObject();
+ $buttonPl->set('methodname', 'js-button');
+ $buttonPl->set('options', "window.open(this.href,'win2','width=".$windowWidthPl.",height=".$windowHeightPl.",scrollbars=yes,menubar=no,resizable=yes'); return false;");
+ $buttonPl->set('optionsmp3', "window.open(this.href,'win2','width=".$windowWidthPl.",height=".$windowHeightPlMP3.",scrollbars=yes,menubar=no,resizable=yes'); return false;");
+ } else {
+ JHTML::_('behavior.modal', 'a.modal-button');
+ $document->addCustomTag( " \n");
+ $buttonPl = new JObject();
+ $buttonPl->set('name', 'image');
+ $buttonPl->set('modal', true);
+ $buttonPl->set('methodname', 'modal-button');
+ $buttonPl->set('options', "{handler: 'iframe', size: {x: ".$windowWidthPl.", y: ".$windowHeightPl."}, overlayOpacity: 0.7, classWindow: 'phocadownloadplaywindow', classOverlay: 'phocadownloadplayoverlay'}");
+ $buttonPl->set('optionsmp3', "{handler: 'iframe', size: {x: ".$windowWidthPl.", y: ".$windowHeightPlMP3."}, overlayOpacity: 0.7, classWindow: 'phocadownloadplaywindow', classOverlay: 'phocadownloadplayoverlay'}");
+ }
+ // - - - - - - - - - - - - - - -
+
+ $fileExt = '';
+ $filePath = PhocaDownloadPath::getPathSet('fileplay');
+
+ $filePath = str_replace ( '../', JURI::base(true).'/', $filePath['orig_rel_ds']);
+ if (isset($item->filename_play) && $item->filename_play != '') {
+ $fileExt = PhocaDownloadFile::getExtension($item->filename_play);
+
+
+ $canPlay = PhocaDownloadFile::canPlay($item->filename_play);
+ if ($canPlay) {
+ // Special height for music only
+ $buttonPlOptions = $buttonPl->options;
+ if ($fileExt == 'mp3') {
+ $buttonPlOptions = $buttonPl->optionsmp3;
+ }
+ /*if ($text == '') {
+ $text = JText::_('PLG_CONTENT_PHOCADOWNLOAD_PLAY');
+ }*/
+
+ if ($text !='') {
+ $textOutput = $text;
+ //} else if (isset($item->title) && $item->title != '') {
+ // $textOutput = $item->title;
+ } else {
+ $textOutput = JText::_('PLG_CONTENT_PHOCADOWNLOAD_PLAY');
+ }
+
+ $playLink = JRoute::_(PhocaDownloadRoute::getFileRoute($item->id,$item->catid,$item->alias, $item->catalias,0, 'play'));
+
+
+ if ($iMime == 1) {
+ $output .= ''. $imageFileName['filenamethumb']. '
';
+ } else {
+ $output .= '
';
+ }
+ } else {
+ $output .= JText::_('PLG_CONTENT_PHOCADOWNLOAD_NO_FILE_FOR_PLAYING_FOUND');
+ }
+
+
+
+
+ } else if ($view == 'filepreviewlink') {
+
+
+ if (isset($item->filename_preview) && $item->filename_preview != '') {
+ $fileExt = PhocaDownloadFile::getExtension($item->filename_preview);
+ if ($fileExt == 'pdf' || $fileExt == 'jpeg' || $fileExt == 'jpg' || $fileExt == 'png' || $fileExt == 'gif') {
+
+ $filePath = PhocaDownloadPath::getPathSet('filepreview');
+ $filePath = str_replace ( '../', JURI::base(true).'/', $filePath['orig_rel_ds']);
+ $previewLink = $filePath . $item->filename_preview;
+ //$previewWindow = $paramsC->get( 'preview_popup_window', 0 );
+
+ // PREVIEW - - - - - - - - - - - -
+ $windowWidthPr = (int)$previewwidth + 20;
+ $windowHeightPr = (int)$previewheight + 20;
+ if ($previewWindow == 1) {
+ $buttonPr = new JObject();
+ $buttonPr->set('methodname', 'js-button');
+ $buttonPr->set('options', "window.open(this.href,'win2','width=".$windowWidthPr.",height=".$windowHeightPr.",scrollbars=yes,menubar=no,resizable=yes'); return false;");
+ } else {
+ JHTML::_('behavior.modal', 'a.modal-button');
+ $document->addCustomTag( " \n");
+ $buttonPr = new JObject();
+ $buttonPr->set('name', 'image');
+ $buttonPr->set('modal', true);
+ $buttonPr->set('methodname', 'modal-button');
+ $buttonPr->set('options', "{handler: 'iframe', size: {x: ".$windowWidthPr.", y: ".$windowHeightPr."}, overlayOpacity: 0.7, classWindow: 'phocadownloadpreviewwindow', classOverlay: 'phocadownloadpreviewoverlay'}");
+ $buttonPr->set('optionsimg', "{handler: 'image', size: {x: 200, y: 150}, overlayOpacity: 0.7, classWindow: 'phocadownloadpreviewwindow', classOverlay: 'phocadownloadpreviewoverlay'}");
+ }
+ // - - - - - - - - - - - - - - -
+
+
+
+ /*if ($text == '') {
+ $text = JText::_('PLG_CONTENT_PHOCADOWNLOAD_PREVIEW');
+ }*/
+
+ if ($text !='') {
+ $textOutput = $text;
+ //} else if (isset($item->title) && $item->title != '') {
+ // $textOutput = $item->title;
+ } else {
+ $textOutput = JText::_('PLG_CONTENT_PHOCADOWNLOAD_PREVIEW');
+ }
+ if ($iMime == 1) {
+ $output .= '
'. $imageFileName['filenamethumb']. '
';
+ } else {
+ $output .= '
';
+ }
+
+ if ($previewWindow == 1) {
+ $output .= '
'. $text.' ';
+ } else {
+ if ($fileExt == 'pdf') {
+ // Iframe - modal
+ $output .= '
'. $textOutput.' ';
+ } else {
+ // Image - modal
+ $output .= '
'. $textOutput.' ';
+ }
+ }
+ $output .= '
';
+ }
+ } else {
+ $output .= JText::_('PLG_CONTENT_PHOCADOWNLOAD_NO_FILE_FOR_PREVIEWING_FOUND');
+ }
+
+ } else {
+ if ((isset($item->confirm_license) && $item->confirm_license > 0) || $fileView == 1) {
+ $link = PhocaDownloadRoute::getFileRoute($item->id,$item->catid,$item->alias, $item->catalias,0, 'file');
+ //'index.php?option=com_phocadownload&view=file&id='.$item->slug.'&Itemid='.$itemId
+
+ if ($iMime == 1) {
+ $output .= '
'. $imageFileName['filenamethumb']. '
';
+ } else {
+ $output .= '
';
+ }
+
+ } else {
+ if ($item->link_external != '') {
+ $link = $item->link_external;
+ } else {
+ $link = PhocaDownloadRoute::getFileRoute($item->id,$item->catid,$item->alias,$item->catalias,0, 'download');
+ }
+ //$link = PhocaDownloadRoute::getCategoryRoute($item->catid,$item->catalias,$item->sectionid);
+
+ //'index.php?option=com_phocadownload&view=category&id='. $item->catslug. '&download='. $item->slug. '&Itemid=' . $itemId
+
+ if ($iMime == 1) {
+ $output .= '
'. $imageFileName['filenamethumb']. '
';
+ } else {
+ $output .= '
';
+ }
+ }
+ }
+ }
+
+ }
+ break;
+
+ // - - - - - - - - - - - - - - - -
+ // YOUTUBE
+ // - - - - - - - - - - - - - - - -
+ case 'youtube':
+
+ if ($url != '' && PhocaDownloadUtils::isURLAddress($url) ) {
+ $l = new PhocaDownloadLayout();
+ $pdVideo = $l->displayVideo($url, 0, $youtubewidth, $youtubeheight);
+ $output .= $pdVideo;
+ } else {
+ $output .= JText::_('PLG_CONTENT_PHOCADOWNLOAD_WRONG_YOUTUBE_URL');
+ }
+ break;
+
+
+ }
+ $article->text = preg_replace($regex_all, $output, $article->text, 1);
+ }
+ }// end if count_matches
+ return true;
+ }
+}
+?>
\ No newline at end of file
diff --git a/packages/phocadownload/plugins/content/phocadownload/phocadownload.xml b/packages/phocadownload/plugins/content/phocadownload/phocadownload.xml
new file mode 100644
index 00000000..248ea93e
--- /dev/null
+++ b/packages/phocadownload/plugins/content/phocadownload/phocadownload.xml
@@ -0,0 +1,64 @@
+
+
+ plg_content_phocadownload
+ 19/07/2014
+ Jan Pavelka (www.phoca.cz)
+
+ www.phoca.cz
+ Jan Pavelka
+ GNU/GPL
+ 3.0.2
+
+ PLG_CONTENT_PHOCADOWNLOAD_DESCRIPTION
+
+
+ phocadownload.php
+ index.html
+
+
+
+ index.html
+ css
+ images
+
+
+
+ language/en-GB/en-GB.plg_content_phocadownload.ini
+ language/en-GB/en-GB.plg_content_phocadownload.sys.ini
+
+
+
+
+ language/en-GB/en-GB.plg_content_phocadownload.ini
+ language/en-GB/en-GB.plg_content_phocadownload.sys.ini
+
+
+
+
+
+
+
+
+
+
+
+ 64
+ 48
+ 32
+ 16
+
+
+
+ PLG_CONTENT_PHOCADOWNLOAD_NO
+ PLG_CONTENT_PHOCADOWNLOAD_YES
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/phocadownload/plugins/editors-xtd/phocadownload/assets/css/index.html b/packages/phocadownload/plugins/editors-xtd/phocadownload/assets/css/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/packages/phocadownload/plugins/editors-xtd/phocadownload/assets/css/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/plugins/editors-xtd/phocadownload/assets/css/phocadownload.css b/packages/phocadownload/plugins/editors-xtd/phocadownload/assets/css/phocadownload.css
new file mode 100644
index 00000000..aae05332
--- /dev/null
+++ b/packages/phocadownload/plugins/editors-xtd/phocadownload/assets/css/phocadownload.css
@@ -0,0 +1,4 @@
+
+.button2-left .phocadownload {
+ background: url(../images/icon-button.png) 100% 0 no-repeat;
+}
\ No newline at end of file
diff --git a/packages/phocadownload/plugins/editors-xtd/phocadownload/assets/images/icon-button.png b/packages/phocadownload/plugins/editors-xtd/phocadownload/assets/images/icon-button.png
new file mode 100644
index 00000000..fba8aa07
Binary files /dev/null and b/packages/phocadownload/plugins/editors-xtd/phocadownload/assets/images/icon-button.png differ
diff --git a/packages/phocadownload/plugins/editors-xtd/phocadownload/assets/images/index.html b/packages/phocadownload/plugins/editors-xtd/phocadownload/assets/images/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/packages/phocadownload/plugins/editors-xtd/phocadownload/assets/images/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/plugins/editors-xtd/phocadownload/assets/index.html b/packages/phocadownload/plugins/editors-xtd/phocadownload/assets/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/packages/phocadownload/plugins/editors-xtd/phocadownload/assets/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/plugins/editors-xtd/phocadownload/index.html b/packages/phocadownload/plugins/editors-xtd/phocadownload/index.html
new file mode 100644
index 00000000..fa6d84e8
--- /dev/null
+++ b/packages/phocadownload/plugins/editors-xtd/phocadownload/index.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/phocadownload/plugins/editors-xtd/phocadownload/phocadownload.php b/packages/phocadownload/plugins/editors-xtd/phocadownload/phocadownload.php
new file mode 100644
index 00000000..d9ec5ffe
--- /dev/null
+++ b/packages/phocadownload/plugins/editors-xtd/phocadownload/phocadownload.php
@@ -0,0 +1,57 @@
+loadLanguage();
+ }
+
+ function onDisplay($name, $asset, $author) {
+
+ $app = JFactory::getApplication();
+
+ $document = & JFactory::getDocument();
+ $template = $app->getTemplate();
+
+ $enableFrontend = $this->params->get('enable_frontend', 0);
+
+ if ($template != 'beez_20') {
+ JHTML::stylesheet( 'plugins/editors-xtd/phocadownload/assets/css/phocadownload.css' );
+ }
+
+ $link = 'index.php?option=com_phocadownload&view=phocadownloadlinks&tmpl=component&e_name='.$name;
+
+ JHTML::_('behavior.modal');
+
+
+
+ $button = new JObject;
+ $button->modal = true;
+ $button->class = 'btn';
+ $button->link = $link;
+ $button->text = JText::_('PLG_EDITORS-XTD_PHOCADOWNLOAD_FILE');
+ $button->name = 'file';
+ $button->options = "{handler: 'iframe', size: {x: 800, y: 500}}";
+
+ if ($enableFrontend == 0) {
+ if (!$app->isAdmin()) {
+ $button = null;
+ }
+ }
+
+ return $button;
+ }
+}
\ No newline at end of file
diff --git a/packages/phocadownload/plugins/editors-xtd/phocadownload/phocadownload.xml b/packages/phocadownload/plugins/editors-xtd/phocadownload/phocadownload.xml
new file mode 100644
index 00000000..72179a30
--- /dev/null
+++ b/packages/phocadownload/plugins/editors-xtd/phocadownload/phocadownload.xml
@@ -0,0 +1,42 @@
+
+
+ plg_editors-xtd_phocadownload
+ 17/08/2013
+ Jan Pavelka (www.phoca.cz)
+
+ www.phoca.cz
+ Jan Pavelka
+ GNU/GPL
+ 3.0.1
+
+ PLG_EDITORS-XTD_PHOCADOWNLOAD_DESCRIPTION
+
+
+ phocadownload.php
+ index.html
+ assets
+
+
+
+ language/en-GB/en-GB.plg_editors-xtd_phocadownload.ini
+ language/en-GB/en-GB.plg_editors-xtd_phocadownload.sys.ini
+
+
+
+
+ language/en-GB/en-GB.plg_editors-xtd_phocadownload.ini
+ language/en-GB/en-GB.plg_editors-xtd_phocadownload.sys.ini
+
+
+
+
+
+
+
+ PLG_EDITORS-XTD_PHOCADOWNLOAD_NO
+ PLG_EDITORS-XTD_PHOCADOWNLOAD_YES
+
+
+
+
+
diff --git a/packages/phocadownload/plugins/search/phocadownload/index.html b/packages/phocadownload/plugins/search/phocadownload/index.html
new file mode 100644
index 00000000..6bfc7988
--- /dev/null
+++ b/packages/phocadownload/plugins/search/phocadownload/index.html
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/packages/phocadownload/plugins/search/phocadownload/phocadownload.php b/packages/phocadownload/plugins/search/phocadownload/phocadownload.php
new file mode 100644
index 00000000..c4fc3226
--- /dev/null
+++ b/packages/phocadownload/plugins/search/phocadownload/phocadownload.php
@@ -0,0 +1,290 @@
+loadLanguage();
+ }
+
+ function onContentSearchAreas() {
+ static $areas = array(
+ 'phocadownload' => 'PLG_SEARCH_PHOCADOWNLOAD_PHOCADOWNLOAD'
+ );
+ return $areas;
+ }
+
+
+
+ function onContentSearch( $text, $phrase = '', $ordering = '', $areas = null ) {
+
+ $db = JFactory::getDbo();
+ $app = JFactory::getApplication();
+ $user = JFactory::getUser();
+ $groups = implode(',', $user->getAuthorisedViewLevels());
+
+ $component = 'com_phocadownload';
+ $paramsC = JComponentHelper::getParams($component) ;
+
+ $display_access_category = $paramsC->get( 'display_access_category', 1 );
+ if (is_array( $areas )) {
+ if (!array_intersect( $areas, array_keys( $this->onContentSearchAreas() ) )) {
+ return array();
+ }
+ }
+
+ $limit = $this->params->get('search_limit', 20);
+
+ $text = trim( $text );
+ if ($text == '') {
+ return array();
+ }
+
+ $section = JText::_( 'PLG_SEARCH_PHOCADOWNLOAD_PHOCADOWNLOAD');
+
+
+ switch ($ordering)
+ {
+ case 'oldest':
+ $order = 'a.created ASC';
+ break;
+
+ case 'popular':
+ $order = 'a.hits DESC';
+ break;
+
+ case 'alpha':
+ $order = 'a.title ASC';
+ break;
+
+ case 'category':
+ $order = 'c.title ASC, a.title ASC';
+ break;
+
+ case 'newest':
+ default:
+ $order = 'a.date DESC';
+ }
+
+ // Date in Where
+ $jnow =& JFactory::getDate();
+ $now = $jnow->toMySQL();
+ $nullDate = $db->getNullDate();
+
+ $wheres = array();
+ switch ($phrase)
+ {
+ case 'exact':
+ $text = $db->Quote('%'.$db->getEscaped($text, true).'%', false);
+ $wheres2 = array();
+ $wheres2[] = 'a.title LIKE '.$text;
+ $wheres2[] = 'a.alias LIKE '.$text;
+ //$wheres2[] = 'a.name LIKE '.$text;
+ $wheres2[] = 'a.metakey LIKE '.$text;
+ $wheres2[] = 'a.metadesc LIKE '.$text;
+ $wheres2[] = 'a.description LIKE '.$text;
+ $where = '(' . implode(') OR (', $wheres2) . ')';
+ break;
+
+ case 'all':
+ case 'any':
+ default:
+ $words = explode(' ', $text);
+ $wheres = array();
+ foreach ($words as $word)
+ {
+ $word = $db->Quote('%'.$db->getEscaped($word, true).'%', false);
+ $wheres2 = array();
+ $wheres2[] = 'a.title LIKE '.$word;
+ $wheres2[] = 'a.alias LIKE '.$word;
+ //$wheres2[] = 'a.name LIKE '.$word;
+ $wheres2[] = 'a.metakey LIKE '.$word;
+ $wheres2[] = 'a.metadesc LIKE '.$word;
+ $wheres2[] = 'a.description LIKE '.$word;
+ $wheres[] = implode(' OR ', $wheres2);
+ }
+ $where = '(' . implode(($phrase == 'all' ? ') AND (' : ') OR ('), $wheres) . ')';
+ break;
+ }
+
+ $rows = array();
+ // - - - - - -
+ // Categories
+ // - - - - - -
+ $query = $db->getQuery(true);
+ $query->select('a.id, a.title AS title, a.alias, a.date AS created, a.access, a.accessuserid,'
+ . ' CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(\':\', a.id, a.alias) ELSE a.id END as slug,'
+ . ' a.description AS text,'
+ . ' CONCAT_WS( " / ", '.$db->Quote($section).', a.title ) AS section,'
+ . ' "2" AS browsernav');
+ $query->from('#__phocadownload_categories AS a');
+ //$query->innerJoin('#__categories AS c ON c.id = a.catid');
+ //$query->where('('.$where.')' . ' AND a.state in ('.implode(',',$state).') AND a.published = 1 AND a.approved = 1 AND a.access IN ('.$groups.')');
+ $query->where('('.$where.')' . ' AND a.published = 1 AND a.access IN ('.$groups.')');
+ $query->group('a.id');
+ $query->order($order);
+
+ // Filter by language
+ if ($app->isSite() && $app->getLanguageFilter()) {
+ $tag = JFactory::getLanguage()->getTag();
+ $query->where('a.language in (' . $db->Quote($tag) . ',' . $db->Quote('*') . ')');
+ //$query->where('c.language in (' . $db->Quote($tag) . ',' . $db->Quote('*') . ')');
+ }
+
+ $db->setQuery( $query, 0, $limit );
+ $listCategories = $db->loadObjectList();
+ $limit -= count($listCategories);
+
+
+
+ if(isset($listCategories)) {
+ foreach($listCategories as $key => $value) {
+
+ // USER RIGHT - ACCESS - - - - - - - - - - -
+ $rightDisplay = 1;//default is set to 1 (all users can see the category)
+
+ if (!empty($value)) {
+ $rightDisplay = PhocaDownloadHelper::getUserRight('accessuserid', $value->accessuserid, $value->access, $user->authorisedLevels(), $user->get('id', 0), $display_access_category);
+ }
+ if ($rightDisplay == 0) {
+ unset($listCategories[$key]);
+ } else {
+ $listCategories[$key]->href = $link = JRoute::_(PhocaDownloadHelperRoute::getCategoryRoute($value->id, $value->alias));
+ }
+ // - - - - - - - - - - - - - - - - - - - - -
+ }
+ }
+ $rows[] = $listCategories;
+
+ // Files
+ $wheres = array();
+ $wheres3 = array();
+ switch ($phrase)
+ {
+ case 'exact':
+ $text = $db->Quote('%'.$db->getEscaped($text, true).'%', false);
+ $wheres2 = array();
+ $wheres2[] = 'a.title LIKE '.$text;
+ $wheres2[] = 'a.alias LIKE '.$text;
+ $wheres2[] = 'a.filename LIKE '.$text;
+ $wheres2[] = 'a.metakey LIKE '.$text;
+ $wheres2[] = 'a.metadesc LIKE '.$text;
+ $wheres2[] = 'a.description LIKE '.$text;
+
+ $wheres3[] = '(' . implode(') OR (', $wheres2) . ')';
+ break;
+
+ case 'all':
+ case 'any':
+ default:
+ $words = explode(' ', $text);
+ $wheres = array();
+ foreach ($words as $word)
+ {
+ $word = $db->Quote('%'.$db->getEscaped($word, true).'%', false);
+ $wheres2 = array();
+ $wheres2[] = 'a.title LIKE '.$word;
+ $wheres2[] = 'a.alias LIKE '.$word;
+ $wheres2[] = 'a.filename LIKE '.$word;
+ $wheres2[] = 'a.metakey LIKE '.$word;
+ $wheres2[] = 'a.metadesc LIKE '.$word;
+ $wheres2[] = 'a.description LIKE '.$word;
+
+ $wheres[] = implode(' OR ', $wheres2);
+ }
+ $wheres3[] = '(' . implode(($phrase == 'all' ? ') AND (' : ') OR ('), $wheres) . ')';
+ break;
+ }
+
+ $wheres3[] = '( (unaccessible_file = 1 ) OR (unaccessible_file = 0 AND a.access IN ('.$groups.') ) )';
+ $wheres3[] = '( (unaccessible_file = 1 ) OR (unaccessible_file = 0 AND c.access IN ('.$groups.') ) )';
+ $wheres3[] = ' ( a.publish_up = '.$db->Quote($nullDate).' OR a.publish_up <= '.$db->Quote($now).' )';
+ $wheres3[] = ' ( a.publish_down = '.$db->Quote($nullDate).' OR a.publish_down >= '.$db->Quote($now).' )';
+
+ $where = implode(' AND ', $wheres3);
+
+ if ( $limit > 0 ) {
+
+ // - - - - - -
+ // Files
+ // - - - - - -
+ $query = $db->getQuery(true);
+ $query->select(' CASE WHEN CHAR_LENGTH(a.title) THEN CONCAT_WS(\': \', c.title, a.title)
+ ELSE c.title END AS title, '
+ . ' CASE WHEN CHAR_LENGTH(a.description) THEN CONCAT_WS(\': \', a.title,
+ a.description) ELSE a.title END AS text, '
+ . ' a.id, a.date AS created, c.accessuserid as accessuserid, c.access as cataccess,'
+ . ' CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(\':\', a.id, a.alias) ELSE a.id END as slug, '
+ . ' CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(\':\', c.id, c.alias) ELSE c.id END AS catslug, '
+ . ' CONCAT_WS( " / ", '.$db->Quote($section).', a.title ) AS section,'
+ . ' "2" AS browsernav, c.id as catid, c.alias as catalias');
+ $query->from('#__phocadownload AS a');
+ $query->innerJoin('#__phocadownload_categories AS c ON c.id = a.catid');
+ //$query->where('('.$where.')' . ' AND a.state in ('.implode(',',$state).') AND a.published = 1 AND a.approved = 1 AND c.published = 1 AND c.approved = 1 AND c.access IN ('.$groups.')');
+ $query->where('('.$where.')' . ' AND a.published = 1 AND a.approved = 1 AND c.published = 1 AND c.access IN ('.$groups.')');
+ //$query->group('a.id');
+ $query->order($order);
+
+ // Filter by language
+ if ($app->isSite() && $app->getLanguageFilter()) {
+ $tag = JFactory::getLanguage()->getTag();
+ $query->where('a.language in (' . $db->Quote($tag) . ',' . $db->Quote('*') . ')');
+ $query->where('c.language in (' . $db->Quote($tag) . ',' . $db->Quote('*') . ')');
+ }
+
+ $db->setQuery( $query, 0, $limit );
+ $listFiles = $db->loadObjectList();
+
+
+ if(isset($listFiles)) {
+ foreach($listFiles as $key => $value) {
+ // USER RIGHT - ACCESS - - - - - - - - - - -
+ $rightDisplay = 1;//default is set to 1 (all users can see the category)
+
+ if (!empty($value)) {
+ $rightDisplay = PhocaDownloadHelper::getUserRight('accessuserid', $value->accessuserid, $value->cataccess, $user->authorisedLevels(), $user->get('id', 0), $display_access_category);
+ }
+ if ($rightDisplay == 0) {
+ unset($listFiles[$key]);
+ } else {
+ $listFiles[$key]->href = JRoute::_(PhocaDownloadHelperRoute::getCategoryRoute($value->catid, $value->catalias));
+ }
+ // - - - - - - - - - - - - - - - - - - - - -
+ }
+ }
+ $rows[] = $listFiles;
+ }
+
+ $results = array();
+ if(count($rows)) {
+ foreach($rows as $row) {
+ $results = array_merge($results, (array) $row);
+ }
+ }
+
+ return $results;
+ }
+}
diff --git a/packages/phocadownload/plugins/search/phocadownload/phocadownload.xml b/packages/phocadownload/plugins/search/phocadownload/phocadownload.xml
new file mode 100644
index 00000000..9f2ef416
--- /dev/null
+++ b/packages/phocadownload/plugins/search/phocadownload/phocadownload.xml
@@ -0,0 +1,38 @@
+
+
+ plg_search_phocadownload
+ 23/05/2011
+ Jan Pavelka (www.phoca.cz)
+
+ www.phoca.cz
+ Jan Pavelka
+ GNU/GPL
+ 2.0.1
+
+ PLG_SEARCH_PHOCADOWNLOAD_DESCRIPTION
+
+
+ phocadownload.php
+ index.html
+
+
+
+ language/en-GB/en-GB.plg_search_phocadownload.ini
+ language/en-GB/en-GB.plg_search_phocadownload.sys.ini
+
+
+
+
+ language/en-GB/en-GB.plg_search_phocadownload.ini
+ language/en-GB/en-GB.plg_search_phocadownload.sys.ini
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file