passbolt-styleguide 3.3.2 → 3.4.0-alpha1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/css/help.min.css +2 -2
- package/build/css/public.min.css +2 -2
- package/build/css/themes/default/api_authentication.min.css +3 -3
- package/build/css/themes/default/api_cloud.min.css +3 -3
- package/build/css/themes/default/api_main.min.css +4 -4
- package/build/css/themes/default/api_reports.min.css +4 -4
- package/build/css/themes/default/api_webinstaller.min.css +3 -3
- package/build/css/themes/default/ext_app.min.css +4 -4
- package/build/css/themes/default/ext_authentication.min.css +3 -3
- package/build/css/themes/default/ext_external.min.css +2 -2
- package/build/css/themes/default/ext_in_form_cta.min.css +3 -3
- package/build/css/themes/default/ext_in_form_menu.min.css +3 -3
- package/build/css/themes/default/ext_quickaccess.min.css +3 -3
- package/build/css/themes/midgar/api_authentication.min.css +9 -0
- package/build/css/themes/midgar/api_main.min.css +4 -4
- package/build/css/themes/midgar/api_reports.min.css +4 -4
- package/build/css/themes/midgar/ext_app.min.css +4 -4
- package/build/css/themes/midgar/ext_authentication.min.css +3 -3
- package/build/css/themes/midgar/ext_in_form_cta.min.css +3 -3
- package/build/css/themes/midgar/ext_in_form_menu.min.css +3 -3
- package/build/css/themes/midgar/ext_quickaccess.min.css +3 -3
- package/build/js/dist/api-app.js +1 -1
- package/build/js/dist/api-recover.js +1 -1
- package/build/js/dist/api-setup.js +1 -1
- package/build/js/dist/api-triage.js +1 -1
- package/build/js/dist/api-vendors.js +1 -1
- package/build/js/dist/api-vendors.js.LICENSE.txt +40 -4
- package/package.json +7 -6
- package/src/img/third_party/ChromeWebStore_black.svg +1 -0
- package/src/img/third_party/ChromeWebStore_white.svg +1 -0
- package/src/img/third_party/edge-addon-black.svg +1 -0
- package/src/img/third_party/edge-addon-white.svg +1 -0
- package/src/locales/de-DE/common.json +11 -11
- package/src/locales/en-UK/common.json +11 -12
- package/src/locales/fr/common.json +750 -0
- package/src/locales/fr-FR/common.json +11 -11
- package/src/locales/sv-SE/common.json +11 -11
- package/src/react-extension/ExtApp.js +9 -6
- package/src/react-extension/components/Administration/DisplayEmailNotificationsAdministration/DisplayEmailNotificationsAdministration.js +1 -1
- package/src/react-extension/components/Administration/DisplayMfaAdministration/DisplayMfaAdministration.test.stories.js +0 -1
- package/src/react-extension/components/Administration/DisplaySimulateSynchronizeUserDirectoryAdministration/DisplaySimulateSynchronizeUserDirectoryAdministration.js +1 -1
- package/src/react-extension/components/Administration/DisplaySimulateSynchronizeUserDirectoryAdministration/DisplaySimulateSynchronizeUserDirectoryAdministration.test.js +1 -1
- package/src/react-extension/components/Administration/DisplaySimulateSynchronizeUserDirectoryAdministration/DisplaySimulateSynchronizeUserDirectoryAdministration.test.stories.js +5 -8
- package/src/react-extension/components/Administration/DisplaySubscriptionKey/DisplaySubscriptionKey.js +1 -1
- package/src/react-extension/components/Administration/DisplaySubscriptionKey/DisplaySubscriptionKey.test.data.js +4 -1
- package/src/react-extension/components/Administration/DisplaySubscriptionKey/DisplaySubscriptionKey.test.js +4 -4
- package/src/react-extension/components/Administration/DisplaySynchronizeUserDirectoryAdministration/DisplaySynchronizeUserDirectoryAdministration.js +1 -1
- package/src/react-extension/components/Administration/DisplaySynchronizeUserDirectoryAdministration/DisplaySynchronizeUserDirectoryAdministration.test.js +1 -1
- package/src/react-extension/components/Administration/DisplayTestUserDirectoryAdministration/DisplayTestUserDirectoryAdministration.test.js +2 -3
- package/src/react-extension/components/Administration/DisplayTestUserDirectoryAdministration/DisplayTestUserDirectoryAdministration.test.stories.js +5 -9
- package/src/react-extension/components/Administration/DisplayUserDirectoryAdministration/DisplayUserDirectoryAdministration.js +2 -2
- package/src/react-extension/components/Administration/DisplayUserDirectoryAdministration/DisplayUserDirectoryAdministration.test.stories.js +0 -3
- package/src/react-extension/components/Authentication/AskForAuthenticationHelp/AskForAuthenticationHelp.js +1 -1
- package/src/react-extension/components/Authentication/AskForAuthenticationHelp/AskForAuthenticationHelp.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/CheckMailBox/CheckMailBox.js +2 -2
- package/src/react-extension/components/Authentication/CheckMailBox/CheckMailBox.test.js +1 -1
- package/src/react-extension/components/Authentication/CheckMailBox/CheckMailbox.test.stories.js +12 -14
- package/src/react-extension/components/Authentication/CheckPassphrase/CheckPassphrase.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/ChooseSecurityToken/ChooseSecurityToken.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/CreateGpgKey/CreateGpgKey.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/DisplayBrowserNotSupported/DisplayBrowserNotSupported.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/DisplayExpiredTokenError/DisplayExpiredTokenError.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/DisplayRequireInvitationError/DisplayRequireInvitationError.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/DisplayUnexpectedError/DisplayUnexpectedError.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/DownloadRecoveryKit/DownloadRecoveryKit.js +1 -1
- package/src/react-extension/components/Authentication/DownloadRecoveryKit/DownloadRecoveryKit.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/EnterNameForm/EnterNameForm.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/EnterUsernameForm/EnterUsernameForm.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/HandleSessionExpired/HandleSessionExpired.test.data.js +14 -0
- package/src/react-extension/components/Authentication/HandleSessionExpired/HandleSessionExpired.test.js +65 -0
- package/src/react-extension/components/Authentication/HandleSessionExpired/HandleSessionExpired.test.page.js +38 -0
- package/src/react-extension/components/Authentication/ImportGpgKey/ImportGpgKey.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/InstallExtension/InstallExtension.js +15 -6
- package/src/react-extension/components/Authentication/InstallExtension/InstallExtension.test.js +27 -0
- package/src/react-extension/components/Authentication/InstallExtension/InstallExtension.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/IntroduceSetupExtension/IntroduceSetupExtension.test.stories.js +12 -15
- package/src/react-extension/components/Authentication/NotifyExpiredSession/NotifyExpiredSession.test.stories.js +8 -11
- package/src/react-extension/components/AuthenticationLogin/AcceptLoginServerKeyChange/AcceptLoginServerKeyChange.test.stories.js +12 -15
- package/src/react-extension/components/AuthenticationLogin/DisplayLoginError/DisplayLoginError.test.stories.js +12 -15
- package/src/react-extension/components/AuthenticationLogin/DisplayLoginInProgress/DisplayLoginProgress.test.stories.js +12 -15
- package/src/react-extension/components/AuthenticationLogin/Login/Login.test.stories.js +12 -15
- package/src/react-extension/components/AuthenticationPassphrase/InputPassphrase/InputPassphrase.test.stories.js +5 -11
- package/src/react-extension/components/AuthenticationRecover/RecoverAuthentication/RecoverAuthentication.js +1 -1
- package/src/react-extension/components/Common/Error/ShowErrorDetails/ShowErrorDetails.js +1 -1
- package/src/react-extension/components/Common/Icons/Icon.test.stories.js +3 -1
- package/src/react-extension/components/Common/Loading/LoadingSpinner/LoadingSpinner.js +2 -1
- package/src/react-extension/components/Common/Progress/DisplayProgress/DisplayProgress.js +1 -1
- package/src/react-extension/components/Common/Progress/DisplayProgress/DisplayProgress.test.js +1 -1
- package/src/react-extension/components/Common/Progress/DisplayProgress/DisplayProgress.test.stories.js +34 -0
- package/src/react-extension/components/Resource/CreateResource/CreateResource.test.stories.js +14 -4
- package/src/react-extension/components/Resource/DisplayResourcesList/DisplayDragResource.js +68 -0
- package/src/react-extension/components/Resource/DisplayResourcesList/DisplayResourcesList.js +9 -42
- package/src/react-extension/components/Resource/DisplayResourcesList/DisplayResourcesList.test.page.js +4 -1
- package/src/react-extension/components/Resource/ExportResources/ExportResources.test.stories.js +5 -11
- package/src/react-extension/components/Resource/ExportResources/ExportResourcesCredentials.js +6 -10
- package/src/react-extension/components/Resource/ExportResources/ExportResourcesCredentials.test.stories.js +5 -11
- package/src/react-extension/components/Resource/FilterResourcesByBreadcrumb/FilterResourcesByBreadcrumb.test.stories.js +0 -1
- package/src/react-extension/components/Resource/FilterResourcesByFolders/DisplayDragFolderItem.js +109 -0
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFolders.js +40 -192
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFolders.test.data.js +10 -5
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFolders.test.js +9 -12
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFolders.test.page.js +5 -1
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFolders.test.stories.js +0 -1
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFoldersItem.js +83 -58
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFoldersItem.test.data.js +52 -59
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFoldersItem.test.js +25 -20
- package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFoldersItem.test.page.js +11 -5
- package/src/react-extension/components/Resource/FilterResourcesByShortcuts/FilterResourcesByShortcuts.test.stories.js +0 -1
- package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTags.test.data.js +47 -0
- package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTags.test.js +34 -3
- package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTags.test.page.js +46 -9
- package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTags.test.stories.js +0 -1
- package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTagsList.js +124 -4
- package/src/react-extension/components/Resource/FilterResourcesByText/FilterResourcesByText.test.stories.js +0 -2
- package/src/react-extension/components/Resource/ImportResources/ImportResourcesKeyUnlock.js +6 -10
- package/src/react-extension/components/Resource/ImportResources/ImportResourcesKeyUnlock.test.stories.js +5 -11
- package/src/react-extension/components/Resource/ImportResources/ImportResourcesResult.js +3 -3
- package/src/react-extension/components/Resource/ImportResources/ImportResourcesResult.test.js +3 -3
- package/src/react-extension/components/Resource/ImportResources/ImportResourcesResult.test.stories.js +5 -11
- package/src/react-extension/components/ResourceComment/AddResourceComment/AddResourceComment.test.stories.js +8 -14
- package/src/react-extension/components/ResourceComment/ConfirmResourceCommentDeletion/ConfirmResourceCommentDeletion.test.stories.js +5 -11
- package/src/react-extension/components/ResourceComment/DisplayResourceCommentList/DisplayResourceCommentList.test.stories.js +8 -14
- package/src/react-extension/components/ResourceDescription/EditResourceDescription/EditResourceDescription.test.stories.js +8 -15
- package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsActivity.test.stories.js +0 -1
- package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsDescription.test.stories.js +0 -1
- package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsTag.test.js +1 -1
- package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsTag.test.stories.js +0 -1
- package/src/react-extension/components/ResourceFolder/CreateResourceFolder/CreateResourceFolder.test.stories.js +0 -3
- package/src/react-extension/components/ResourceFolder/DefineResourceFolderMoveStrategy/DefineResourceFolderMoveStrategy.test.stories.js +0 -6
- package/src/react-extension/components/ResourceFolder/DeleteResourceFolder/DeleteResourceFolder.test.stories.js +0 -5
- package/src/react-extension/components/ResourceFolder/RenameResourceFolder/RenameResourceFolder.test.stories.js +0 -7
- package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsActivity.test.stories.js +0 -2
- package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsInformation.test.stories.js +0 -2
- package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsPermissions.test.stories.js +0 -2
- package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/ConfigurePassphraseGenerator.test.stories.js +0 -1
- package/src/react-extension/components/ResourceTag/DeleteResourceTag/DeleteResourceTag.test.stories.js +0 -2
- package/src/react-extension/components/ResourceTag/EditResourceTag/EditResourceTag.test.stories.js +0 -4
- package/src/react-extension/components/ResourceTag/EditResourceTags/EditResourceTags.js +1 -1
- package/src/react-extension/components/Share/ShareDialog.test.stories.js +5 -9
- package/src/react-extension/components/User/ConfirmDisableUserMFA/ConfirmDisableUserMFA.test.stories.js +5 -9
- package/src/react-extension/components/User/CreateUser/CreateUser.test.stories.js +3 -1
- package/src/react-extension/components/User/DeleteUser/DeleteUser.test.stories.js +5 -8
- package/src/react-extension/components/User/DeleteUser/DeleteUserWithConflicts.test.stories.js +5 -8
- package/src/react-extension/components/User/EditUser/EditUser.test.stories.js +3 -1
- package/src/react-extension/components/User/FilterUsersByBreadcrumb/FilterUsersByBreadcrumb.test.stories.js +5 -8
- package/src/react-extension/components/User/FilterUsersByShortcut/FilterUsersByShortcut.test.stories.js +0 -1
- package/src/react-extension/components/User/FilterUsersByText/FilterUsersByText.test.stories.js +0 -2
- package/src/react-extension/components/UserDetails/DisplayUserDetailsGroups/DisplayUserDetailsGroups.test.stories.js +8 -11
- package/src/react-extension/components/UserDetails/DisplayUserDetailsInformation/DisplayUserDetailsInformation.test.stories.js +8 -11
- package/src/react-extension/components/UserDetails/DisplayUserDetailsPublicKey/DisplayUserDetailsPublicKey.test.stories.js +8 -12
- package/src/react-extension/components/UserGroup/CreateUserGroup/CreateUserGroup.test.stories.js +5 -8
- package/src/react-extension/components/UserGroup/DeleteUserGroup/DeleteUserGroup.test.stories.js +5 -8
- package/src/react-extension/components/UserGroup/DeleteUserGroup/DeleteUserGroupWithConflicts.test.stories.js +5 -8
- package/src/react-extension/components/UserGroup/DisplayUserGroupDetailsInformation/DisplayUserGroupDetailsInformation.test.stories.js +8 -11
- package/src/react-extension/components/UserGroup/DisplayUserGroupDetailsMembers/DisplayUserGroupDetailsMembers.test.stories.js +8 -11
- package/src/react-extension/components/UserGroup/EditUserGroup/EditUserGroup.test.stories.js +5 -8
- package/src/react-extension/components/UserSetting/ChangeUserPassphrase/ConfirmPassphrase.js +55 -2
- package/src/react-extension/components/UserSetting/ChangeUserPassphrase/ConfirmPassphrase.test.data.js +6 -0
- package/src/react-extension/components/UserSetting/ChangeUserPassphrase/EnterNewPassphrase.js +54 -6
- package/src/react-extension/components/UserSetting/ChangeUserPassphrase/EnterNewPassphrase.test.data.js +6 -0
- package/src/react-extension/components/UserSetting/ChangeUserSecurityToken/ChangeUserSecurityToken.js +1 -1
- package/src/react-extension/components/UserSetting/ChangeUserSecurityToken/ChangeUserSecurityToken.test.stories.js +5 -8
- package/src/react-extension/components/UserSetting/DisplayUserGpgInformation/DisplayUserGpgInformation.js +21 -6
- package/src/react-extension/components/UserSetting/DisplayUserGpgInformation/DisplayUserGpgInformation.test.stories.js +5 -8
- package/src/react-extension/components/UserSetting/DisplayUserProfile/DisplayUserProfile.test.stories.js +5 -8
- package/src/react-extension/components/UserSetting/DisplayUserSettingsWorkspaceBreadcrumb/DisplayUserSettingsWorkspaceBreadcrumb.test.stories.js +5 -8
- package/src/react-extension/components/UserSetting/DisplayUserTheme/DisplayUserTheme.test.stories.js +5 -8
- package/src/react-extension/components/UserSetting/EditUserProfile/EditUserProfile.test.stories.js +5 -8
- package/src/react-extension/components/UserSetting/NavigateIntoUserSettingsWorkspace/NavigateIntoUserSettingsWorkspace.test.stories.js +7 -10
- package/src/react-extension/components/UserSetting/UploadUserProfileAvatar/UploadUserProfileAvatar.js +2 -2
- package/src/react-extension/components/UserSetting/UploadUserProfileAvatar/UploadUserProfileAvatar.test.stories.js +5 -8
- package/src/react-extension/contexts/ApiAppContext.js +1 -1
- package/src/react-extension/contexts/ApiRecoverContext.js +1 -1
- package/src/react-extension/contexts/ApiSetupContext.js +1 -1
- package/src/react-extension/contexts/DragContext.js +122 -0
- package/src/react-extension/contexts/DragContext.test.js +53 -0
- package/src/react-extension/test/mock/components/Internationalisation/MockTranslationProvider.js +42 -7
- package/src/react-quickaccess/components/AnimatedSwitch/AnimatedSwitch.js +3 -3
- package/src/react-quickaccess/components/ExtensionSetup/SetupExtensionInProgress/SetupExtensionInProgressPage.test.stories.js +3 -4
- package/src/react-quickaccess/components/FilterResourcesByFavoritePage/FilterResourcesByFavoritePage.test.stories.js +6 -6
- package/src/react-quickaccess/components/FilterResourcesByGroupPage/FilterResourcesByGroupPage.test.stories.js +7 -3
- package/src/react-quickaccess/components/FilterResourcesByItemsIOwnPage/FilterResourcesByItemsIOwnPage.test.stories.js +6 -6
- package/src/react-quickaccess/components/FilterResourcesByRecentlyModifiedPage/FilterResourcesByRecentlyModifiedPage.test.stories.js +6 -6
- package/src/react-quickaccess/components/FilterResourcesBySharedWithMePage/FilterResourcesBySharedWithMePage.test.stories.js +6 -6
- package/src/react-quickaccess/components/FilterResourcesByTagPage/FilterResourcesByTagPage.test.stories.js +7 -3
- package/src/react-quickaccess/components/Header/Header.test.stories.js +3 -6
- package/src/react-quickaccess/components/HomePage/HomePage.test.stories.js +13 -9
- package/src/react-quickaccess/components/LoginPage/LoginPage.js +41 -5
- package/src/react-quickaccess/components/LoginPage/LoginPage.test.stories.js +3 -5
- package/src/react-quickaccess/components/MoreFiltersPage/MoreFiltersPage.test.stories.js +3 -5
- package/src/react-quickaccess/components/PassphraseDialog/PassphraseDialog.test.stories.js +5 -5
- package/src/react-quickaccess/components/ResourceAutoSave/SaveResource.test.stories.js +5 -5
- package/src/react-quickaccess/components/ResourceCreatePage/ResourceCreatePage.test.stories.js +5 -5
- package/src/react-quickaccess/components/ResourceViewPage/ResourceViewPage.test.stories.js +4 -2
- package/src/react-quickaccess/components/Search/Search.test.stories.js +3 -5
- package/src/react-web-integration/components/AskInFormMenuDisplay/AskInFormMenuDisplay.test.stories.js +6 -2
- package/src/react-web-integration/components/DisplayInFormMenu/DisplayInFormMenu.test.stories.js +9 -2
- package/src/react-web-integration/lib/InForm/InFormCallToActionField.js +3 -3
- package/src/react-web-integration/lib/InForm/InFormManager.js +12 -6
- package/src/react-web-integration/lib/InForm/InformMenuField.js +1 -1
- package/src/shared/lib/Browser/detectBrowserName.js +2 -1
- package/src/img/third_party/ChromeWebStore_black.png +0 -0
- package/src/img/third_party/ChromeWebStore_white.png +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**!
|
|
2
2
|
* @name passbolt-styleguide
|
|
3
|
-
* @version v3.
|
|
4
|
-
* @date 2021-
|
|
3
|
+
* @version v3.4.0-alpha1
|
|
4
|
+
* @date 2021-11-30
|
|
5
5
|
* @copyright Copyright 2021 Passbolt SA
|
|
6
6
|
* @source https://github.com/passbolt/passbolt_styleguide
|
|
7
7
|
* @license AGPL-3.0
|
|
8
8
|
*/
|
|
9
|
-
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}div{outline:0}html body .hidden{display:none}.visually-hidden,.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visually-hidden .focusable:active,.visually-hidden .focusable:focus,.visuallyhidden .focusable:active,.visuallyhidden .focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.clearfix:after,.clearfix:before{content:"";display:table}.clearfix:after{clear:both}.rounded{-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.rotate-right{transform:rotate(-90deg)}html{line-height:normal}body{color:#fffffc;background:#30302d}body.iframe{background:0 0}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans'),local('OpenSans'),url('../../../fonts/opensans-regular.woff') format('woff')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'),local('OpenSans-Bold'),url('../../../fonts/opensans-bold.woff') format('woff')}body{font-family:'Open Sans',Verdana,sans-serif}.code{font-family:'Courier New',Courier,monospace}html{font-size:62.5%}body{font-size:1.6rem}h1{font-size:2.2rem;line-height:3.2rem}h2{font-size:1.8rem;line-height:2.4rem}h3{font-size:1.6rem;line-height:2.4rem;border-bottom:1px dotted #0c0c0a}p{font-size:1.5rem;line-height:2.2rem;margin-top:0}code{font-size:1.1rem}.font-dim{color:#cacac9}a{outline:0;text-decoration:none;cursor:pointer;border-bottom:1px solid #0c0c0a}a:link,a:visited{color:#fffffc}a:hover{text-decoration:none;cursor:pointer;color:#2894df;border-bottom:1px solid #2894df}a:active,a:focus{outline:0;color:#2894df;border:0}a.no-border,a:hover.no-border{border-bottom:0}a.disabled{outline:0;text-decoration:none;cursor:default;color:#606060;pointer-events:none}ul{padding:0;margin:0}ul li{list-style:none;padding:0;margin:0}.button,button{font-size:1.4rem;padding:.8rem 1.6rem;line-height:1.6rem;margin-right:.8rem;position:relative;display:inline-block;vertical-align:baseline;outline:0;cursor:pointer;text-align:center;text-decoration:none;border-top:1px solid #222220;border-right:1px solid #222220;border-bottom:1px solid #222220;border-left:1px solid #222220;color:#fffffc;font-weight:400;text-shadow:0 1px 0 #000;background:#444442;background-image:linear-gradient(top,#444442,#444442);-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem;box-sizing:border-box}.button.medium{font-size:1.6rem;line-height:2.4rem;padding:.8rem 2.4rem}.button.big{font-size:1.8rem;line-height:3.2rem;padding:.8rem 3.2rem}.button.full-width{width:100%}.button.primary{background:#2894df;border:1px solid #2894df;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.2)}.button.primary:hover{background:#2a9ceb;border:1px solid #2a9ceb;color:#fff}.button.primary:active,.button.primary:focus{color:#eeeeec;border:1px solid #4271b7;background:#2a9ceb}.button.warning,.button.warning:active,.button.warning:focus,.button.warning:hover{color:#eeeeec;background:#d40101;border:1px solid #d40101;text-shadow:none}.button.warning:active,.button.warning:focus{border:1px solid #92000c}.button.cancel,.button.cancel:active,.button.cancel:focus,.button.cancel:hover,.button.dim,.button.dim:active,.button.dim:focus,.button.dim:hover{background:#30302d;font-weight:400}.button:hover{color:#fffffc;text-decoration:none;background:#444442;background-image:linear-gradient(top,#606060,#606060);border:1px solid #30302d}.button:focus{color:#2894df;border:1px solid #2894df}.button:active{color:#2894df;border:1px solid #2894df;background:#3b3b39;position:relative;box-shadow:inset 0 1px 2px rgba(0,0,0,.2)}.button.disabled{cursor:default;color:#8b8b89;background:#3b3b39;border:1px solid #0c0c0a;text-shadow:none;font-weight:400}.button.disabled:active,.button.disabled:focus,.button.disabled:hover{box-shadow:0 0 0;top:0;color:#8b8b89;background:#3b3b39;border:1px solid #0c0c0a}.button.processing{background:#30302d;border:1px solid #30302d}.button.processing:after{width:100%;height:100%;position:absolute;content:" ";top:-1px;left:-1px;background:#30302d url('../../../img/controls/loading_dark.svg') center center no-repeat;background-size:auto 50%;border:1px solid #0c0c0a;-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem}input[type=submit].button.processing{font-size:0;background:#30302d url('../../../img/controls/loading_dark.svg') center center no-repeat;background-size:auto 50%;border:1px solid #0c0c0a;border-radius:5px}.button-toggle.selected{background:#222220;box-shadow:inset 0 1px 2px rgba(0,0,0,.2);border:1px solid #0c0c0a}.button-group{display:flex;flex-wrap:wrap;justify-content:flex-start}.button-group--nowrap>.button{white-space:nowrap}.button-group>*{flex-grow:1;margin-bottom:.5em}label{font-weight:700;font-size:1.6rem;line-height:2.4rem;padding:.8rem 0;display:block}.required label:after{content:" \002A";color:#ff6b70;font-weight:700}.input.error label{color:#ff6b70}input[type=email],input[type=number],input[type=password],input[type=search],input[type=text],textarea{box-sizing:border-box;font-size:1.6rem;line-height:2.4rem;color:#fffffc;background:#0c0c0a;width:100%;max-width:64rem;padding:.6rem 1.2rem;display:inline-block;margin-bottom:.8rem;border:1px solid #222220;border-top:1px solid #30302d;vertical-align:middle}input[type=number]{box-sizing:border-box}input[type=file]{box-sizing:border-box;font-size:1.6rem;line-height:2.4rem;color:#fffffc;background:#0c0c0a;width:100%;max-width:64rem;display:inline-block;margin-bottom:.8rem;vertical-align:middle}input[type=email]:hover,input[type=number]:hover,input[type=password]:hover,input[type=search]:hover,input[type=text]:hover,textarea:hover{border:1px solid #30302d}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=text]:focus,textarea:focus{outline:0;box-shadow:inset 1px 1px 2px rgba(0,0,0,.2);border:1px solid #2894df}input[type=email]:disabled,input[type=number]:disabled,input[type=password]:disabled,input[type=search]:disabled,input[type=text]:disabled,textarea:disabled{color:#fffffc;border:1px solid #0c0c0a;box-shadow:0 0;cursor:default;background:#444442}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{opacity:1}textarea{height:9rem}.textarea.large textarea{width:30rem;height:9rem}.checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer}.checkbox input[type=checkbox].error{color:#d40101}.checkbox input[type=checkbox]+label{font-weight:400;position:relative;cursor:pointer;padding:0;margin-bottom:.8rem}.checkbox input[type=checkbox]+label:before{content:'';margin-top:.39rem;margin-right:1rem;display:inline-block;vertical-align:text-top;width:1.4rem;height:1.4rem;background:#f3f3f3;border:1px solid #0c0c0a}.checkbox input[type=checkbox]:hover+label:before{border:1px solid #30302d}.checkbox input[type=checkbox]:focus+label:before{box-shadow:0 0 0 .3rem rgba(0,0,0,.12)}.checkbox input[type=checkbox]:checked+label:before{background:#f3f3f3;border:1px solid #30302d}.checkbox input[type=checkbox]:disabled+label{color:#0c0c0a;cursor:auto}.checkbox input[type=checkbox]:disabled+label:before{box-shadow:none;background:#444442}.checkbox input[type=checkbox]:checked+label:after{content:'';position:absolute;left:.3rem;top:.8rem;width:1rem;height:1rem;background-size:1rem 1rem;background-color:#fffffc;background-image:url('../../../img/controls/check_black.svg');-webkit-mask-image:url('../../../img/controls/check_black.svg');mask-image:url('../../../img/controls/check_black.svg')}.checkbox.medium input[type=checkbox]{cursor:pointer}.checkbox.medium input[type=checkbox]+label{font-size:1.5rem}.checkbox.medium input[type=checkbox]+label:before{margin-top:.3rem;margin-right:1rem;width:1.4rem;height:1.4rem}.checkbox.medium input[type=checkbox]:checked+label:after{left:.3rem;top:.8rem;width:1rem;height:1rem;background-size:1rem 1rem}.checkbox.small input[type=checkbox]{cursor:pointer}.checkbox.small input[type=checkbox]+label{font-size:1.4rem}.checkbox.small input[type=checkbox]+label:before{margin-top:.2rem;margin-right:1rem;width:1.4rem;height:1.4rem}.checkbox.small input[type=checkbox]:checked+label:after{left:.3rem;top:.7rem;width:1.1rem;height:1.1rem;background-size:1.1rem 1.1rem}.radiolist{margin-bottom:.8rem}.radiolist:after,.radiolist:before{content:"";display:table}.radiolist:after{clear:both}.radiolist:after,.radiolist:before{content:"";display:table}.radiolist:after{clear:both}.radiolist .input.radio{float:left}.radiolist .input.radio input{float:left;margin-top:.8rem}.radiolist .input.radio input+label{float:left;font-weight:400;display:inline-block;margin-left:1rem;font-size:1.6rem;margin-right:3.2rem;line-height:1.4rem}.radiolist .input.radio input+label:after{content:initial}.input.toggle-switch{display:flex;padding-top:1.6rem;padding-bottom:.8rem}.input.toggle-switch label{padding-top:0;padding-left:1.6rem;order:2;flex:1;font-weight:400;font-size:1.6rem}.input.toggle-switch.disabled label{color:#8b8b89}.input.toggle-switch .toggle-switch-checkbox{order:-1;flex:0 0 3em;display:none}.input.toggle-switch .toggle-switch-checkbox,.input.toggle-switch .toggle-switch-checkbox *,.input.toggle-switch .toggle-switch-checkbox :after,.input.toggle-switch .toggle-switch-checkbox :before,.input.toggle-switch .toggle-switch-checkbox+.toggle-switch-button,.input.toggle-switch .toggle-switch-checkbox:after,.input.toggle-switch .toggle-switch-checkbox:before{box-sizing:border-box}.input.toggle-switch .toggle-switch-checkbox ::selection,.input.toggle-switch .toggle-switch-checkbox :after::selection,.input.toggle-switch .toggle-switch-checkbox :before::selection,.input.toggle-switch .toggle-switch-checkbox+.toggle-switch-button::selection,.input.toggle-switch .toggle-switch-checkbox::selection,.input.toggle-switch .toggle-switch-checkbox:after::selection,.input.toggle-switch .toggle-switch-checkbox:before::selection{background:0 0}.input.toggle-switch .toggle-switch-button{order:-1;flex:none;outline:0;display:block;width:3em;height:1.5em;position:relative;cursor:pointer;user-select:none;background:#444442;border-radius:2em;padding:2px;transition:all .4s ease;border:1px solid #0c0c0a}.input.toggle-switch .toggle-switch-button span{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.input.toggle-switch .toggle-switch-button span .focusable:active,.input.toggle-switch .toggle-switch-button span .focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.input.toggle-switch .toggle-switch-button span .focusable:active,.input.toggle-switch .toggle-switch-button span .focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.input.toggle-switch .toggle-switch-button:hover:after{will-change:padding}.input.toggle-switch .toggle-switch-button:active{box-shadow:inset 0 0 0 2em #e8eae9}.input.toggle-switch .toggle-switch-button:active:after{padding-right:.8em}.input.toggle-switch .toggle-switch-button:after,.input.toggle-switch .toggle-switch-button:before{position:relative;display:block;content:"";width:50%;height:100%}.input.toggle-switch .toggle-switch-button:after{left:0;border-radius:2em;background:#fff;transition:left .3s cubic-bezier(.175, .885, .32, 1.275),padding .3s ease,margin .3s ease;box-shadow:0 0 0 1px rgba(0,0,0,.1),0 4px 0 rgba(0,0,0,.08)}.input.toggle-switch .toggle-switch-button:before{display:none}.input.toggle-switch .toggle-switch-checkbox:checked+.toggle-switch-button:after{left:50%}.input.toggle-switch .toggle-switch-checkbox:disabled+.toggle-switch-button{background:#30302d;cursor:not-allowed}.input.toggle-switch .toggle-switch-checkbox:checked+.toggle-switch-button{background:#6c0}.input.toggle-switch .toggle-switch-checkbox:checked+.toggle-switch-button:active{box-shadow:none}.input.toggle-switch .toggle-switch-checkbox:checked+.toggle-switch-button:active:after{margin-left:-.8em}.input.toggle-switch .toggle-switch-checkbox:disabled:checked+.toggle-switch-button{background:#e6ffcc}h1 .input.toggle-switch,h2 .input.toggle-switch,h3 .input.toggle-switch,h4 .input.toggle-switch,h5 .input.toggle-switch,h6 .input.toggle-switch{float:left;padding:.4em 1em 0 0}.input.select select{display:inline-block;font-size:1.6rem;line-height:2.4rem;color:#fffffc;padding:.6rem 1.2rem;width:100%;max-width:64rem;box-sizing:border-box;margin:0 0 .8rem 0;border:1px solid #222220;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#30302d;background-image:url('../../../img/controls/chevron-down_white.svg'),linear-gradient(to bottom,#0c0c0a 0,#0c0c0a 100%);background-repeat:no-repeat,repeat;background-position:right .6rem top 50%,0 0;background-size:1rem auto,100%}.input.select select.medium{width:50%}.input.select select:focus{outline:0;border:1px solid #2894df;border-radius:0;background-image:url('../../../img/controls/chevron-down_blue.svg'),linear-gradient(to bottom,#0c0c0a 0,#0c0c0a 100%)}.input.select select:disabled{background-image:url('../../../img/controls/chevron-down_white.svg'),linear-gradient(to bottom,#444442 0,#444442 100%);color:#8b8b89}.input .error-message{padding:0;font-size:1.4rem;margin-top:.2rem;margin-bottom:1.6rem;background-color:transparent;border:0;font-weight:400;color:#ff6b70;background:#30302d;clear:both}.input .help-message{padding:0;font-size:1.4rem;margin-top:.2rem;margin-bottom:1.6rem;background-color:transparent;border:0;color:#8b8b89;font-weight:400;background:#30302d;clear:both}.singleline{display:flex;max-width:64rem}.singleline:after,.singleline:before{content:"";display:table}.singleline:after{clear:both}.singleline:after,.singleline:before{content:"";display:table}.singleline:after{clear:both}.singleline .input{flex:1}.singleline .input.first-field,.singleline .input:first-child{margin-right:2%}.slider{display:flex;align-items:center}.slider input[type=range]{-webkit-appearance:none;width:100%;height:1px;border-radius:5px;background:#8b8b89;outline:0;opacity:.7;-webkit-transition:.2s;transition:opacity .2s;flex-grow:1}.slider input[type=range]:hover{opacity:1}.slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:15px;height:15px;border-radius:50%;border-width:1px;border-style:solid;border-color:#3b3b39;background:#8b8b89;cursor:pointer}.slider input[type=range]::-moz-range-thumb{width:15px;height:15px;border-radius:50%;background:#8b8b89;cursor:pointer}.slider input[type=number]{width:6.5rem;margin-left:1.6rem;padding:.8rem}.svg-icon{display:inline-flex;align-self:center}.svg-icon svg{fill:#FFF;height:1em;width:1em}.svg-icon.baseline svg{top:.125em;position:relative}.svg-icon.dim svg,.svg-icon.light svg{fill:#EEEEEC}.svg-icon.icon-only svg{padding:.1rem;height:1.6rem;width:1.6rem}a:hover .svg-icon svg{fill:#2894DF}a.disabled .svg-icon svg{fill:#8B8B89;pointer-events:none;cursor:default}a.disabled:hover .svg-icon svg{fill:#8B8B89}a.fav .svg-icon svg{fill:#D40101}a.unfav .svg-icon svg{fill:#8B8B89}.button .svg-icon svg{top:.2rem;position:relative}.button .svg-icon+span:not(.visuallyhidden){margin-left:.8rem;display:inline-block}.button .svg-icon svg:hover,.button:hover .svg-icon svg{fill:#FFFFFC}.button.primary:active .svg-icon svg,.button.primary:focus .svg-icon svg,.button.warning .svg-icon svg,.button.warning:active .svg-icon svg,.button.warning:focus .svg-icon svg,.button.warning:hover .svg-icon svg{fill:#EEEEEC}.button:active .svg-icon svg,.button:focus .svg-icon svg{fill:#2894DF}.button.disabled .svg-icon svg{fill:#8B8B89}.button.disabled .svg-icon svg:hover{fill:#8B8B89}@keyframes drawCircle{0%{stroke-dashoffset:180px}100%{stroke-dashoffset:0}}@keyframes drawCheck{0%{stroke-dashoffset:50px}100%{stroke-dashoffset:0}}@keyframes drawCross{0%{stroke-dashoffset:50px}100%{stroke-dashoffset:0}}@keyframes drawWarning{0%{stroke-dashoffset:230px}100%{stroke-dashoffset:0}}.icon-feedback .success-animation-circle{stroke-dasharray:180px 180px;stroke:#009900}.icon-feedback .success-animation-line{stroke-dasharray:50px 50px;stroke:#009900}.icon-feedback .success-animation-line2{stroke-dasharray:50px 50px;stroke:#009900}.icon-feedback .error-animation-circle{stroke-dasharray:180px 180px;stroke:#D40101}.icon-feedback .error-animation-line{stroke-dasharray:50px 50px;stroke:#D40101}.icon-feedback .warning-animation-line{stroke-dasharray:230px 230px;stroke:#9F6000;stroke-linecap:round;stroke-linejoin:round}.icon-feedback .warning-animation-circle{fill:#9F6000}.icon-feedback .animated{animation:.75s ease-out 0s 1 both pop}.icon-feedback .animated .error-animation-circle,.icon-feedback .animated .success-animation-circle,.icon-feedback .animated .warning-animation-circle{animation:.75s cubic-bezier(.77,0,.175,1) 0s 1 both drawCircle}.icon-feedback .animated .success-animation-line{animation:.75s cubic-bezier(.77,0,.175,1) 0s 1 both drawCheck}.icon-feedback .animated .error-animation-line{animation:.75s cubic-bezier(.77,0,.175,1) 0s 1 both drawCross}.icon-feedback .animated .warning-animation-line{animation:.75s cubic-bezier(.77,0,.175,1) 0s 1 both drawWarning}table{border-collapse:collapse;border-spacing:0}table td,table th{text-align:left;font-weight:400}.logo{background:transparent url('../../../img/logo/logo_white.svg') 0 0 no-repeat;background-size:20rem auto;width:20rem;height:4.5rem}.scroll{overflow-y:scroll;background:linear-gradient(#30302d 30%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),#30302d 70%) 0 100%,radial-gradient(farthest-side at 75% 0,rgba(0,0,0,.2),rgba(0,0,0,0)),radial-gradient(farthest-side at 75% 100%,rgba(0,0,0,.2),rgba(0,0,0,0)) 0 100%;background-repeat:no-repeat;background-color:#30302d;background-size:100% 10px,100% 10px,100% 5px,100% 5px}::-webkit-scrollbar{width:1em}::-webkit-scrollbar-track{background:#30302d;border-top:0;border-bottom:0}::-webkit-scrollbar-thumb{background:#606060;border-radius:1em;border:4px solid #30302d}.scroll-shadow{overflow:auto;background:linear-gradient(#30302d 30%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),#30302d 70%) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.08),rgba(0,0,0,0)),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.08),rgba(0,0,0,0)) 0 100%;background-repeat:no-repeat;background-color:#30302d;background-size:100% 40px,100% 40px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll}.simplebar-content{overflow:auto;background:linear-gradient(#30302d 30%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),#30302d 70%) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.08),rgba(0,0,0,0)),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.08),rgba(0,0,0,0)) 0 100%;background-repeat:no-repeat;background-color:#30302d;background-size:100% 40px,100% 40px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:inherit;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;right:2px;width:7px;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:0;right:0;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.shimmer{display:block;position:relative;width:100%;height:100%;content:'';animation:shimmer 2s infinite;background:linear-gradient(45deg,rgba(48,48,45,0) 0,rgba(48,48,45,.1) 30%,rgba(48,48,45,.5) 50%,rgba(48,48,45,0))}@keyframes shimmer{0%{background-position:0 0}100%{background-position:1000px 0}}html{scroll-behavior:smooth}.animated{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes pop{0%{opacity:0;transform:scale(1)}55%{opacity:1;transform:scale(1)}65%{opacity:1;transform:scale(1.25)}75%{opacity:1;transform:scale(1)}100%{opacity:1;transform:scale(1)}}.fadeInDown{animation-name:fadeInDown}.fadeOutUp{animation-name:fadeOutUp}.fadeInUp{animation-name:fadeInUp}.pop{animation-name:pop}.page{width:100%;min-width:32rem;top:0;left:0;right:0;bottom:0;position:absolute;overflow:auto}.page .panel{height:100%;width:100%;position:absolute;overflow:auto}.page .panel.main{bottom:3.8rem;height:auto;padding:0}.page .panel.main .grid{padding-bottom:1.6rem}.page .panel.main .row{padding-left:0}.page .panel.main .panel.left{background:#353532}.page .header.second+.panel.main{top:6.875em}.page .header.third+.panel.main{top:10em;border-top:1px solid #0c0c0a}.page .header{width:100%;overflow:hidden}.page .header.first{min-height:3.2rem}.page .header.second{height:7rem}.page .header.third{height:4.8rem}.page .col1,.page .col2,.page .col2_3,.page .col3{position:absolute}.page .col1,.page .panel.left{width:17.25%;box-sizing:border-box}.page .panel.middle{width:82%;left:18%;overflow:hidden}.page .panel.middle.scroll{overflow-y:scroll}.page .col2{width:70%;left:18%}.page .col3,.page .panel.right{width:24%;left:75%}.page .col2_3{width:81.5%;left:18%}.page .panel.main .grid-responsive-12{float:left;width:100%;max-width:none;padding-left:.25em;box-sizing:border-box}@media all and (max-width:1024px){.page .panel.left{display:none}.page .header.second .col2{display:none}.page .header.second .col2_3{display:none}.page .header.third{height:4.5em}.page .header.third .col1,.page .header.third .col2,.page .header.third .col2_3{position:relative;float:left;left:auto;width:auto}.page .header.third .col3{display:none}.page .panel.main .panel.left{display:none}.page .panel.main .panel.middle{width:100%;left:0}.page .panel.main .row{padding-left:.5em}.page .panel.main .panel.aside{min-width:auto}}.grid,.grid-responsive-12{margin:0 auto;padding:0;max-width:1220px}.grid .row,.grid-responsive-12 .row{padding:0 .5em 0 .5em}.grid .row:after,.grid .row:before,.grid-responsive-12 .row:after,.grid-responsive-12 .row:before{content:"";display:table}.grid .row:after,.grid-responsive-12 .row:after{clear:both}.grid .row:after,.grid .row:before,.grid-responsive-12 .row:after,.grid-responsive-12 .row:before{content:"";display:table}.grid .row:after,.grid-responsive-12 .row:after{clear:both}.grid .row .col1,.grid .row .col10,.grid .row .col11,.grid .row .col12,.grid .row .col2,.grid .row .col3,.grid .row .col4,.grid .row .col5,.grid .row .col6,.grid .row .col7,.grid .row .col8,.grid .row .col9,.grid-responsive-12 .row .col1,.grid-responsive-12 .row .col10,.grid-responsive-12 .row .col11,.grid-responsive-12 .row .col12,.grid-responsive-12 .row .col2,.grid-responsive-12 .row .col3,.grid-responsive-12 .row .col4,.grid-responsive-12 .row .col5,.grid-responsive-12 .row .col6,.grid-responsive-12 .row .col7,.grid-responsive-12 .row .col8,.grid-responsive-12 .row .col9{position:relative;left:auto;float:none;width:99%;box-sizing:border-box}.grid .row .col10:after,.grid .row .col10:before,.grid .row .col11:after,.grid .row .col11:before,.grid .row .col12:after,.grid .row .col12:before,.grid .row .col1:after,.grid .row .col1:before,.grid .row .col2:after,.grid .row .col2:before,.grid .row .col3:after,.grid .row .col3:before,.grid .row .col4:after,.grid .row .col4:before,.grid .row .col5:after,.grid .row .col5:before,.grid .row .col6:after,.grid .row .col6:before,.grid .row .col7:after,.grid .row .col7:before,.grid .row .col8:after,.grid .row .col8:before,.grid .row .col9:after,.grid .row .col9:before,.grid-responsive-12 .row .col10:after,.grid-responsive-12 .row .col10:before,.grid-responsive-12 .row .col11:after,.grid-responsive-12 .row .col11:before,.grid-responsive-12 .row .col12:after,.grid-responsive-12 .row .col12:before,.grid-responsive-12 .row .col1:after,.grid-responsive-12 .row .col1:before,.grid-responsive-12 .row .col2:after,.grid-responsive-12 .row .col2:before,.grid-responsive-12 .row .col3:after,.grid-responsive-12 .row .col3:before,.grid-responsive-12 .row .col4:after,.grid-responsive-12 .row .col4:before,.grid-responsive-12 .row .col5:after,.grid-responsive-12 .row .col5:before,.grid-responsive-12 .row .col6:after,.grid-responsive-12 .row .col6:before,.grid-responsive-12 .row .col7:after,.grid-responsive-12 .row .col7:before,.grid-responsive-12 .row .col8:after,.grid-responsive-12 .row .col8:before,.grid-responsive-12 .row .col9:after,.grid-responsive-12 .row .col9:before{content:"";display:table}.grid .row .col10:after,.grid .row .col11:after,.grid .row .col12:after,.grid .row .col1:after,.grid .row .col2:after,.grid .row .col3:after,.grid .row .col4:after,.grid .row .col5:after,.grid .row .col6:after,.grid .row .col7:after,.grid .row .col8:after,.grid .row .col9:after,.grid-responsive-12 .row .col10:after,.grid-responsive-12 .row .col11:after,.grid-responsive-12 .row .col12:after,.grid-responsive-12 .row .col1:after,.grid-responsive-12 .row .col2:after,.grid-responsive-12 .row .col3:after,.grid-responsive-12 .row .col4:after,.grid-responsive-12 .row .col5:after,.grid-responsive-12 .row .col6:after,.grid-responsive-12 .row .col7:after,.grid-responsive-12 .row .col8:after,.grid-responsive-12 .row .col9:after{clear:both}.grid .row .col10:after,.grid .row .col10:before,.grid .row .col11:after,.grid .row .col11:before,.grid .row .col12:after,.grid .row .col12:before,.grid .row .col1:after,.grid .row .col1:before,.grid .row .col2:after,.grid .row .col2:before,.grid .row .col3:after,.grid .row .col3:before,.grid .row .col4:after,.grid .row .col4:before,.grid .row .col5:after,.grid .row .col5:before,.grid .row .col6:after,.grid .row .col6:before,.grid .row .col7:after,.grid .row .col7:before,.grid .row .col8:after,.grid .row .col8:before,.grid .row .col9:after,.grid .row .col9:before,.grid-responsive-12 .row .col10:after,.grid-responsive-12 .row .col10:before,.grid-responsive-12 .row .col11:after,.grid-responsive-12 .row .col11:before,.grid-responsive-12 .row .col12:after,.grid-responsive-12 .row .col12:before,.grid-responsive-12 .row .col1:after,.grid-responsive-12 .row .col1:before,.grid-responsive-12 .row .col2:after,.grid-responsive-12 .row .col2:before,.grid-responsive-12 .row .col3:after,.grid-responsive-12 .row .col3:before,.grid-responsive-12 .row .col4:after,.grid-responsive-12 .row .col4:before,.grid-responsive-12 .row .col5:after,.grid-responsive-12 .row .col5:before,.grid-responsive-12 .row .col6:after,.grid-responsive-12 .row .col6:before,.grid-responsive-12 .row .col7:after,.grid-responsive-12 .row .col7:before,.grid-responsive-12 .row .col8:after,.grid-responsive-12 .row .col8:before,.grid-responsive-12 .row .col9:after,.grid-responsive-12 .row .col9:before{content:"";display:table}.grid .row .col10:after,.grid .row .col11:after,.grid .row .col12:after,.grid .row .col1:after,.grid .row .col2:after,.grid .row .col3:after,.grid .row .col4:after,.grid .row .col5:after,.grid .row .col6:after,.grid .row .col7:after,.grid .row .col8:after,.grid .row .col9:after,.grid-responsive-12 .row .col10:after,.grid-responsive-12 .row .col11:after,.grid-responsive-12 .row .col12:after,.grid-responsive-12 .row .col1:after,.grid-responsive-12 .row .col2:after,.grid-responsive-12 .row .col3:after,.grid-responsive-12 .row .col4:after,.grid-responsive-12 .row .col5:after,.grid-responsive-12 .row .col6:after,.grid-responsive-12 .row .col7:after,.grid-responsive-12 .row .col8:after,.grid-responsive-12 .row .col9:after{clear:both}.grid .row .col1 img,.grid .row .col10 img,.grid .row .col11 img,.grid .row .col12 img,.grid .row .col2 img,.grid .row .col3 img,.grid .row .col4 img,.grid .row .col5 img,.grid .row .col6 img,.grid .row .col7 img,.grid .row .col8 img,.grid .row .col9 img,.grid-responsive-12 .row .col1 img,.grid-responsive-12 .row .col10 img,.grid-responsive-12 .row .col11 img,.grid-responsive-12 .row .col12 img,.grid-responsive-12 .row .col2 img,.grid-responsive-12 .row .col3 img,.grid-responsive-12 .row .col4 img,.grid-responsive-12 .row .col5 img,.grid-responsive-12 .row .col6 img,.grid-responsive-12 .row .col7 img,.grid-responsive-12 .row .col8 img,.grid-responsive-12 .row .col9 img{width:100%;height:auto;display:block}@media all and (min-width:780px){.grid .row{padding:0 .5em 0 .5em}.grid .row .col1,.grid .row .col10,.grid .row .col11,.grid .row .col12,.grid .row .col2,.grid .row .col3,.grid .row .col4,.grid .row .col5,.grid .row .col6,.grid .row .col7,.grid .row .col8,.grid .row .col9{float:left;position:relative;margin:0 3% 0 0}.grid .row .last{margin-right:0}.grid .row .col1{width:5.5%}.grid .row .col2{width:14%}.grid .row .col3{width:22.5%}.grid .row .col4{width:31%}.grid .row .col5{width:39.5%}.grid .row .col6{width:48%}.grid .row .col7{width:56.5%}.grid .row .col8{width:65%}.grid .row .col9{width:73.5%}.grid .row .col10{width:82%}.grid .row .col11{width:90.5%}.grid .row .col12{width:99%;margin:0}.grid .row .push1{margin-left:5.5%}.grid .row .push2{margin-left:14%}.grid .row .push3{margin-left:22.5%}.grid .row .push4{margin-left:31%}}@media all and (max-width:768px){.hidden-xs{display:none}}.header.third .main-action-wrapper{margin-top:.8rem;padding-left:.8rem}.header.third .main-action-wrapper .button{float:left;font-size:1.4rem;min-width:1rem}.header.third .actions-wrapper{margin-top:.8rem}.header.third .actions-wrapper .button{font-size:1.4rem;min-width:9rem;float:left}.header.third .actions-wrapper li{display:inline}.header.third .actions-wrapper .secondary{float:right}.header.third .actions-wrapper .secondary .button{min-width:1.6rem;padding:.6rem 1.4rem}@media all and (max-width:1024px){.header.third .actions-wrapper .actions.secondary,.header.third .actions-wrapper .dropdown{display:none}}@media all and (max-width:1024px){.header.third .actions-wrapper i,.header.third .main-action-wrapper i{display:none}.header.third .actions-wrapper i+span,.header.third .main-action-wrapper i+span{margin-left:0}.header.third .actions-wrapper .disabled,.header.third .main-action-wrapper .disabled{display:none}}@media all and (max-width:540px){.header.third .actions-wrapper a i,.header.third .main-action-wrapper a i{display:block}.header.third .actions-wrapper a.button,.header.third .main-action-wrapper a.button{min-width:1em;font-size:1em}.header.third .actions-wrapper a i+span,.header.third .main-action-wrapper a i+span{margin-left:0;display:none}.header.third .actions-wrapper .disabled,.header.third .main-action-wrapper .disabled{display:none}}.accordion .accordion-header:after,.accordion .accordion-header:before{content:"";display:table}.accordion .accordion-header:after{clear:both}.accordion .accordion-header:after,.accordion .accordion-header:before{content:"";display:table}.accordion .accordion-header:after{clear:both}.accordion .accordion-header a{color:#fffffc;display:block}.accordion .accordion-header a:hover{color:#2894df}.accordion h3.accordion-header a{line-height:3.2rem;border-bottom:1px dotted #0c0c0a}.accordion h3.accordion-header a .svg-icon{margin-right:.4rem}.accordion .accordion-content:after,.accordion .accordion-content:before{content:"";display:table}.accordion .accordion-content:after{clear:both}.accordion .accordion-content:after,.accordion .accordion-content:before{content:"";display:table}.accordion .accordion-content:after{clear:both}.accordion .accordion-content .processing-wrapper{background-color:#30302d;padding:.5em 1.5em}.accordion .accordion-content .processing-wrapper .processing-text{position:relative;padding-left:1.5em}.accordion .accordion-content .processing-wrapper .processing-text:before{width:100%;height:100%;position:absolute;content:" ";top:0;left:0;background:transparent url('../../../img/controls/loading_dark.svg') left center no-repeat;background-size:auto 75%}.accordion.closed .accordion-content{display:none}.dialog .accordion .accordion-header{margin-bottom:.5em}.dialog .accordion .accordion-header a{display:inline;border-bottom:0}.accordion.sidebar-section .accordion-header a{border:0}.accordion.sidebar-section .accordion-header a .svg-icon{position:absolute;right:1.5em;margin-top:.25em}.accordion.navigation-secondary .accordion-header .main-cell a:before{margin-left:-1.25em;margin-top:.25em;content:"\f0d7";font:normal normal normal 1em FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:1em;height:1em;position:absolute;text-align:center}.accordion.navigation-secondary .accordion-content>.empty-content{padding:0 0 0 2.5em}.announcement{margin:0;top:0;position:absolute;height:3.8rem;font-size:1.4rem;text-align:center;background:#fef0bf;color:#000;width:100%}.announcement p{padding:0;margin:.8rem}.announcement a{color:#333;border-bottom:1px solid #444442;display:inline-block;padding-bottom:0;line-height:1.6rem;margin-left:.8rem}.announcement a:link,.announcement a:visited{color:#333}.announcement a:hover{text-decoration:none;cursor:pointer;color:#2894df;border-bottom:1px solid #2894df}.announcement a:active,.announcement a:focus{outline:0;color:#2894df;border:0}.announcement .announcement-close{float:right;border:0;margin-right:1.6rem;margin-top:.4rem}.announcement+#container.page{top:3.8rem}.avatar img{width:36px;height:36px;border-radius:50%}.big.avatar img{width:72px;height:72px;border-radius:50%}.breadcrumbs{height:3.2rem;padding:0;margin-bottom:0;background:#30302d}.breadcrumbs ul{padding-top:.45em;margin-left:.1875em}.breadcrumbs ul li{display:inline-block;font-size:.8em;margin-left:.25em;max-width:25%;float:left}.breadcrumbs ul li:before{content:"\203A";margin-right:.5em}.breadcrumbs ul li:first-child{margin-left:0;padding-left:0}.breadcrumbs ul li:first-child:before{content:""}.breadcrumbs ul a{border:0}.breadcrumbs div.main-cell{display:inline}.panel.middle .breadcrumbs{border-bottom:1px solid #0c0c0a}.dialog-wrapper{position:absolute;width:100%;height:100%;z-index:800;background:rgba(0,0,0,.8);overflow:auto}.dialog{position:relative;max-width:48rem;border:1px solid #0c0c0a;background:#444442;margin:auto;margin-top:1%;margin-bottom:4.8rem;box-shadow:0 0 10px 0 #000}.dialog .dialog-header{padding:.8rem 1.6rem 0 1.6rem;height:4.8rem}.dialog .dialog-header h2{margin:.8rem 0 1rem .4rem;font-size:1.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.dialog .dialog-header .dialog-header-subtitle{padding-top:.4rem;padding-left:.8rem;font-size:1.4rem;color:#fffffc}.dialog .dialog-header .tooltip-alt{margin-left:.8rem;font-size:1.2rem;font-weight:400;color:#fffffc;line-height:1em}.dialog .dialog-header .tooltip-alt .tooltip-text{white-space:normal}.dialog .dialog-header .dialog-close{margin-top:-3.6rem}.dialog .form-content{background:#30302d;padding:1rem 2rem 2.4rem 2rem}.dialog .error-message{margin-bottom:1rem}.dialog p{margin-top:.8rem;font-size:1.5rem}.dialog p+.checkbox{padding-bottom:.8rem}.dialog p+.checkbox label{font-size:1.6rem}.dialog label{clear:both;font-size:1.5rem}.dialog input[type=text],.dialog textarea{width:100%;box-sizing:border-box}.dialog input[type=text]:after,.dialog input[type=text]:before,.dialog textarea:after,.dialog textarea:before{content:"";display:table}.dialog input[type=text]:after,.dialog textarea:after{clear:both}.dialog input[type=text]:after,.dialog input[type=text]:before,.dialog textarea:after,.dialog textarea:before{content:"";display:table}.dialog input[type=text]:after,.dialog textarea:after{clear:both}.dialog input+.message,.dialog textarea+.message{display:none}.dialog input+.message.error,.dialog textarea+.message.error{display:block;clear:both;width:100%}.dialog .inline-error{color:#ff6b70;font-weight:700}.dialog .accordion-header a{display:inline}.dialog .submit-wrapper{margin:0;clear:both;width:100%;padding:1.2rem 0}.dialog .submit-wrapper .button,.dialog .submit-wrapper .cancel{float:right;margin-right:1.6rem}.dialog .submit-wrapper .button{box-sizing:border-box;min-width:8rem}.dialog .submit-wrapper .primary{font-size:1.8rem;padding:1.2rem 2.4rem}.dialog .submit-wrapper .cancel{margin-top:.7em;font-size:1.6rem}.dialog-close,.dialog-close:hover{display:block;float:right;border:0}.dialog-close:active{-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem;box-shadow:inset 0 1px 2px rgba(0,0,0,.2)}.dialog-close .fa-close{padding-top:15px;width:30px;height:15px;text-align:center;display:block;vertical-align:baseline;line-height:0;border:1px solid #3b3b39;-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem}.dialog-close .svg-icon{padding:7px 0 7px 0;width:30px;height:15px;text-align:center;display:block;vertical-align:baseline;line-height:15px;border:1px solid #3b3b39;-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem}.dialog-close:hover .fa-close,.dialog-close:hover .svg-icon{border:1px solid #3b3b39;-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem}@media all and (max-width:480px){.dialog{margin:0;border:0;box-shadow:none;width:100%;max-width:100%;margin-bottom:2.5em}}.drag-and-drop,.drag-and-drop-multiple{position:absolute;top:-1000px;background:#444442;border:1px solid #3b3b39;z-index:9999999;padding:.65em;line-height:1em;color:#fff;border-radius:5px}.drag-and-drop svg,.drag-and-drop-multiple svg{position:absolute;margin-top:-.85em;margin-left:.4em}.drag-and-drop svg path,.drag-and-drop-multiple svg path{fill:#FFF}.drag-and-drop span.message,.drag-and-drop-multiple span.message{display:inline;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.drag-and-drop span.message.not-allowed,.drag-and-drop-multiple span.message.not-allowed{padding-left:1.85em}.drag-and-drop-multiple{box-shadow:.25em .25em 0 -1px #3b3b39}.drag-and-drop-multiple .count{position:absolute;top:-9px;right:-3px;font-size:.7em;background:#d40101;color:#fff;width:1.5em;height:1.5em;text-align:center;line-height:1.5em;border-radius:50%;box-shadow:0 0 1px #333}.drop-focus{background-color:#0e3e60}.dropdown{float:left}.dropdown .button.create:focus,.dropdown .button:focus{border:1px solid #0c0c0a;color:#fffffc;background:#30302d;z-index:801;border-bottom:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.dropdown .button.create:focus .svg-icon svg,.dropdown .button:focus .svg-icon svg{fill:#FFFFFC}.dropdown .button.more .svg-icon svg{top:.15em;margin-left:.5em}.dropdown .button.create .svg-icon svg{fill:#FFF}.dropdown .button.create.disabled .svg-icon svg{fill:#8B8B89}.dropdown .dropdown-content{display:none;border:1px solid #0c0c0a;background:#3b3b39;float:left;position:absolute;min-width:13em;z-index:800;padding:.25em 0}.dropdown .dropdown-content.visible{display:block}.dropdown .dropdown-content.right{right:0}.dropdown .dropdown-content li a{display:block;min-width:9em;font-size:.9375em;border:0;padding:.313em .626em}.dropdown .dropdown-content li a:hover{background:#444442;text-decoration:none;color:#fffffc}.dropdown .dropdown-content li.disabled a,.dropdown .dropdown-content li.disabled a:hover{color:#8b8b89}.dropdown .dropdown-content li .separator-before{border-top:1px solid #0c0c0a}.dropdown .dropdown-content li .separator-after{border-bottom:1px solid #0c0c0a}.dropdown .button+.dropdown-content{margin-top:2em;margin-bottom:2em}.feedback-card,.message.animated{background:#30302d;color:#fffffc;display:flex;border:1px solid #0c0c0a;border-radius:3px}.feedback-card .illustration,.message.animated .illustration{flex:0 0 180px}.feedback-card .additional-information,.message.animated .additional-information{flex:1;line-height:180px;margin-top:1.5em;padding-left:1em;padding-right:1em}@media only screen and (max-width:767px){.feedback-card,.message.animated{flex-direction:column}}.footer{margin-top:0;position:fixed;bottom:0;text-align:right;font-size:1.2rem;width:100%;height:3.8rem;background:#30302d;border-top:1px solid #0c0c0a;z-index:890}.footer .footer-links{padding-top:1rem;width:100%}.footer .footer-links li{display:inline;margin-right:1.5em}.footer .footer-links li.error-message a{background-color:#30302d;color:#ff6b70}.footer .footer-links li .github-star{display:inline;position:absolute;margin-left:-8em;margin-top:-1px}.footer .footer-links a:not(.gh-btn):not(.gh-count){border:0}.header{overflow:visible!important}.header.first{background:#222220}.header.second{background:#3b3b39}.header .navigation.primary:after,.header .navigation.primary:before{content:"";display:table}.header .navigation.primary:after{clear:both}.header .navigation.primary:after,.header .navigation.primary:before{content:"";display:table}.header .navigation.primary:after{clear:both}.header .navigation.primary li{padding:.5em;float:left}.header .navigation.primary li:first-child{padding-left:1em}.header .navigation.primary li.right{float:right;margin-right:1em}.header .navigation.primary li a{color:#f3f3f3;text-decoration:none;border:0;display:inline-block}.header .navigation.primary li a:hover{color:#eeeeec}.header .navigation.primary li a:active,.header .navigation.primary li a:focus{color:#2894df}.header .navigation.primary li a.highlighted{background-color:#2894df;padding:0 .5em 0 .5em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.header .navigation.primary li a.highlighted:active,.header .navigation.primary li a.highlighted:focus{color:#f3f3f3}.header .navigation.primary li .row.selected a{color:#eeeeec}.header .navigation.primary li .row.selected a:focus{color:#2894df}.header .navigation.primary .github-star{display:none;position:absolute;right:1em;top:4px}@media all and (min-width:600px){.header .navigation.primary .github-star{display:block}}.header .logo{margin:1.25em 0 0 1em;max-width:80%}.progress-bar{background:0 0;width:100%;height:2px;display:block}.progress-bar span{background:#d40101;height:2px;display:block}.progress-bar-wrapper{border:1px solid #0c0c0a;height:10px;display:block;margin:2em 0 1em 0;padding:2px}.progress-bar-wrapper .progress-bar.big{width:100%;height:10px;display:block;clear:both}.progress-bar-wrapper .progress-bar.big .progress{background:#d40101;width:5%;display:block;height:10px}.progress-bar-wrapper .progress-bar.big.infinite{background:#d40101}.progress-bar-wrapper .progress-bar.big.infinite .progress{width:100%;overflow:hidden;background:url('../../../img/controls/infinite-bar.gif') repeat-x;-moz-opacity:0.5;-khtml-opacity:0.5;opacity:.5}.progress-details{color:#8b8b89;margin:.5em 0 .5em 0}.progress-details .progress-percent{float:right}.update-loading-bar{position:fixed;display:block;width:100%;bottom:2.35em;z-index:991}.update-loading-bar .progress-bar span{transition:width 2s;transition-timing-function:cubic-bezier(0.45,1.27,0.76,0.9)}.logo.no-img{background:transparent url('../../../img/logo/logo_white.svg') 0 0 no-repeat;background-size:150px auto;width:150px;height:30px}.logo h1{display:none}.logo.bigger{background:transparent url('../../../img/logo/logo_white.svg') 0 0 no-repeat;background-size:200px auto;width:200px;height:45px}.header.second .col1{min-width:200px}@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:1.5),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-devicepixel-ratio:1.5),only screen and (min-resolution:1.5dppx){.logo.no-img{background:transparent url('../../../img/logo/logo_white.svg') 0 0 no-repeat;background-size:150px auto}.logo.bigger{background:transparent url('../../../img/logo/logo_white.svg') 0 0 no-repeat;background-size:200px auto}}.js .message.no-js{display:none}.cookies .message.no-cookies{display:none}.message{padding:1.6rem}.message a{border-bottom:1px solid #0c0c0a}.message a:hover{border-bottom:1px solid #2894df}.message.error{color:#333;background:#ffe4e4}.message.error a:link,.message.error a:visited{color:#333;border-bottom:1px dotted #0c0c0a}.message.error a:hover{color:#333;border-bottom:1px solid #0c0c0a}.message.success{color:#333;background:#f4f4d9}.message.notice{color:#333;background:#2894df}.message.warning{color:#333;background:#fef0bf}.message p:last-child{margin-bottom:0}.message.side-message{margin-left:1.6rem;font-size:1.6rem;margin-right:3.2rem}.message.side-message p,.message.side-message ul{padding-bottom:1.6rem}.notification-container{font-size:.85em;top:0;position:absolute;z-index:991;height:2em;padding-top:1em;width:60%;margin-left:20%}.notification-container .notification{position:relative;left:50%;float:left;clear:both;margin-bottom:1em}.notification-container .notification .message{box-shadow:0 0 10px 0 #000;border-radius:2px;padding:.5em 1em;position:relative;left:-50%;float:left;color:#000;font-weight:400;width:auto}.notification-container .notification .message.warning{color:#333;background:#fef0bf}.notification-container .notification .message .content{margin-right:1em}.notification-container .notification .message .content strong{text-transform:capitalize}form.search{margin-top:1.6rem}form.search label,form.search legend{display:none;width:16rem}form.search input[type=search]{float:left;width:65%;margin-bottom:0;border-right:1px solid #30302d;padding:.5rem 1rem}form.search input[type=search]:active,form.search input[type=search]:focus{border-right:1px solid #2894df}form.search button{height:3.6rem;width:6.5rem;float:left;margin-left:0;border-radius:0 2px 2px 0}form.search button .svg-icon svg{top:.1rem}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{display:none}@media all and (max-width:480px){form.search{display:none}}.tooltip,[data-tooltip]{position:relative;cursor:pointer}.tooltip:after,.tooltip:before,[data-tooltip]:after,[data-tooltip]:before{position:absolute;visibility:hidden;opacity:0;transition:opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71, 1.7, .77, 1.24);transform:translate3d(0,0,0);pointer-events:none;text-align:center}.always-show:after,.always-show:before,.tooltip:focus:after,.tooltip:focus:before,.tooltip:hover:after,.tooltip:hover:before,[data-tooltip]:focus:after,[data-tooltip]:focus:before,[data-tooltip]:hover:after,[data-tooltip]:hover:before{visibility:visible;opacity:1}.tooltip:before,[data-tooltip]:before{z-index:990;border:.6rem solid transparent;background:0 0;content:""}.tooltip:after,[data-tooltip]:after{z-index:990;padding:.4rem;width:16rem;background-color:hsla(0,0%,0%,.9);color:#eeeeec;content:attr(data-tooltip);font-size:1.4rem;line-height:2.4rem;font-weight:400;text-shadow:none}.tooltip-top:after,.tooltip-top:before,.tooltip:after,.tooltip:before,[data-tooltip]:after,[data-tooltip]:before{bottom:100%;left:50%}.tooltip-top:before,.tooltip:before,[data-tooltip]:before{margin-left:-.6rem;margin-bottom:-1.2rem;border-top-color:hsla(0,0%,20%,.9)}.tooltip-top:after,.tooltip:after,[data-tooltip]:after{margin-left:-8rem}.tooltip-top.always-show:after,.tooltip-top.always-show:before,.tooltip-top:focus:after,.tooltip-top:focus:before,.tooltip-top:hover:after,.tooltip-top:hover:before,.tooltip.always-show:after,.tooltip.always-show:before,.tooltip:focus:after,.tooltip:focus:before,.tooltip:hover:after,.tooltip:hover:before,[data-tooltip]:focus:after,[data-tooltip]:focus:before,[data-tooltip]:hover:after,[data-tooltip]:hover:before{transform:translateY(-1.2rem)}.tooltip-left:after,.tooltip-left:before{right:100%;bottom:50%;left:auto}.tooltip-left:before{margin-left:0;margin-right:-1.2rem;margin-bottom:0;border-top-color:transparent;border-left-color:hsla(0,0%,20%,.9)}.tooltip-left.always-show:after,.tooltip-left.always-show:before,.tooltip-left:focus:after,.tooltip-left:focus:before,.tooltip-left:hover:after,.tooltip-left:hover:before{transform:translateX(-1.2rem)}.tooltip-bottom:after,.tooltip-bottom:before{top:100%;bottom:auto;left:50%}.tooltip-bottom:before{margin-top:-1.2rem;margin-bottom:0;border-top-color:transparent;border-bottom-color:hsla(0,0%,20%,.9)}.tooltip-bottom.always-show:after,.tooltip-bottom.always-show:before,.tooltip-bottom:focus:after,.tooltip-bottom:focus:before,.tooltip-bottom:hover:after,.tooltip-bottom:hover:before{transform:translateY(1.2rem)}.tooltip-right:after,.tooltip-right:before{bottom:50%;left:100%}.tooltip-right:before{margin-bottom:0;margin-left:-1.2rem;border-top-color:transparent;border-right-color:#222220}.tooltip-right.always-show:after,.tooltip-right.always-show:before,.tooltip-right:focus:after,.tooltip-right:focus:before,.tooltip-right:hover:after,.tooltip-right:hover:before{transform:translateX(1.2rem)}.tooltip-left:before,.tooltip-right:before{top:.3rem}.tooltip-left:after,.tooltip-right:after{margin-left:0;margin-bottom:-1.6rem}.tooltip.large:after,[data-tooltip].large:after{width:240rem}.tooltip-left.large:after,.tooltip-left.large:before,.tooltip-right.large:after,.tooltip-right.large:before{margin-top:.6rem}.tooltip-alt{cursor:pointer;display:inline-block;border-bottom:0}.tooltip-alt .tooltip-text{position:absolute;visibility:hidden;width:180px;background-color:#222220;color:#eeeeec;padding:.5em 1em;transition:opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71, 1.7, .77, 1.24);transform:translate3d(0,0,0);z-index:99999}.tooltip-alt .tooltip-text.right{margin-left:1.2rem;margin-top:-2.65rem}.tooltip-alt .tooltip-text.right::after{content:" ";position:absolute;top:1.125em;right:100%;margin-top:-5px;border:5px #333 solid;border-color:transparent #222220 transparent transparent}.tooltip-alt:hover .tooltip-text{transform:translateX(12px);visibility:visible;opacity:1}.tooltip svg,.tooltip-alt svg{fill:#cacac9;top:.125em;position:relative}.user.profile{max-width:16em;float:right;border:1px solid #0c0c0a;margin-top:.5em;background:#3b3b39;overflow:hidden;cursor:pointer;border-radius:3px;background:#444442;background-image:linear-gradient(top,#444442,#444442)}.user.profile .more{background:#444442;background-image:linear-gradient(top,#444442,#444442);border-left:1px dotted #0c0c0a}.user.profile .center-cell-wrapper,.user.profile .left-cell,.user.profile .right-cell{float:left;height:3.125em}.user.profile .center-cell-wrapper{width:100%}.user.profile .center-cell{margin:0 0 0 3.125em;overflow:hidden}.user.profile .left-cell{width:3.125em;margin-left:-100%}.user.profile .right-cell{width:1.6875em;margin-left:-1.75em}.user.profile .picture img{width:2.6em;padding:.28em .35em .35em .35em;border-radius:50%}.user.profile .details{float:left;font-size:.875em;padding:.357em 1em .5em 1em}.user.profile .details .email,.user.profile .details .name{width:11em;float:left;clear:both;text-overflow:clip;word-wrap:break-word;display:inline-block;line-height:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.user.profile .details .name{font-weight:700;padding-top:0}.user.profile .details .email{padding-bottom:0}.user.profile .more a{position:absolute;display:block;border:0;color:#cacac9}.user.profile .more a .svg-icon{margin:16px 0 0 7px;display:inline-block}.user.profile .more a .svg-icon svg{fill:#FFF}.user.profile .more a:hover{color:#000}.user.profile .more a:hover svg{fill:#8B8B89}.user.profile .more a span:last-child{visibility:hidden}.user.profile .dropdown-content{top:59px;max-width:16em;width:100%;background:#3b3b39}.user.profile .dropdown-content.visible{display:block}@media all and (max-width:1024px){.user.profile{display:block;width:auto}.user.profile .center-cell{display:none}.user.profile .right-cell{display:none}}.navigation-secondary{font-size:.9375em;border-bottom:1px dotted #0c0c0a;padding:.625em 0}.navigation-secondary ul{list-style:none;padding:0}.navigation-secondary li:after,.navigation-secondary li:before{content:"";display:table}.navigation-secondary li:after{clear:both}.navigation-secondary li:after,.navigation-secondary li:before{content:"";display:table}.navigation-secondary li:after{clear:both}.navigation-secondary .row{float:left;width:100%;box-sizing:border-box}.navigation-secondary .row:hover{background:#444442}.navigation-secondary .row.no-hover:hover{background:0 0}.navigation-secondary .row.selected{font-weight:700}.navigation-secondary .row .main-cell-wrapper{float:left;width:100%}.navigation-secondary .row .main-cell{margin:0 1.5em 0 0}.navigation-secondary .row .main-cell h3{border:0;font-size:1em;margin:0 .25em 0 1em;padding:.25em 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.navigation-secondary .row .main-cell h3 a{padding-top:0;padding-bottom:0}.navigation-secondary .row .main-cell span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;display:block}.navigation-secondary .row .main-cell a{border:0;padding:.2em .313em;padding-left:1em;color:#fffffc;display:block}.navigation-secondary .row .right-cell{float:right;width:1em;height:1em;margin-right:1em;margin-top:-1.5em}.navigation-secondary .row .right-cell a{display:none;width:1em;height:1em;padding:.125em;color:#8b8b89;border:1px solid transparent}.navigation-secondary .row .right-cell a .svg-icon{position:absolute;width:16px;height:16px;line-height:16px;text-align:center;vertical-align:center}.navigation-secondary .row .right-cell a .svg-icon svg{fill:#606060}.navigation-secondary .row .right-cell a .svg-icon svg:hover{fill:#2894DF}.navigation-secondary .row .right-cell a:hover{color:#2894df;background:#30302d}.navigation-secondary .row.title .right-cell{margin-top:-1.825em}.navigation-secondary .row:hover{background:#444442}.navigation-secondary .row:hover .right-cell a{display:block}.navigation-secondary-tree .folders-label-selected{background:#f3f3f3}.navigation-secondary-tree .folders-label-height{height:2.8rem}.navigation-secondary-tree .row .main-cell span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;display:inline-block;margin-top:.3rem;width:calc(100% - 4rem)}.navigation-secondary-tree .row .main-cell .svg-icon{display:inline}.navigation-secondary-tree .row .main-cell .svg-icon.hidden{display:none}.navigation-secondary-tree .row .main-cell .svg-icon svg{width:1.3rem;height:1.3rem;position:absolute;margin-top:.7rem;fill:#FFFFFC}.navigation-secondary-tree .row .main-cell a{padding:0 0 0 3.5rem}.navigation-secondary-tree .row .main-cell a .svg-icon.caret-down svg,.navigation-secondary-tree .row .main-cell a .svg-icon.caret-right svg{margin-left:-2rem;margin-top:.2rem;width:1.6rem;height:1.6rem;position:absolute}.navigation-secondary-tree .row .main-cell a .folder-name{margin-left:1.3em}.navigation-secondary-tree .row .right-cell{margin-top:-2.4rem}.navigation-secondary-tree .row.title .main-cell h3{padding-top:.4rem;padding-bottom:0;border:0;margin-top:0;line-height:1.9rem}.navigation-secondary-tree .row.title .main-cell h3 span{width:100%;margin-top:0}.navigation-secondary-tree .row.title .main-cell h3 a{padding-left:0}.navigation-secondary-tree .row.title .main-cell h3 a::after,.navigation-secondary-tree .row.title .main-cell h3 a::before{display:none}.navigation-secondary-tree .row.title .main-cell h3 .folders-label{width:100%;margin-left:1.6rem;cursor:pointer}.navigation-secondary-tree .row.title .main-cell h3 .folders-label span{width:calc(100% - 2.4rem)}.navigation-secondary-tree .row.title .main-cell h3 .folders-label .svg-icon.caret-down svg,.navigation-secondary-tree .row.title .main-cell h3 .folders-label .svg-icon.caret-right svg{margin-left:-2rem;margin-top:.2rem;width:1.6rem;height:1.6rem;position:absolute}.navigation-secondary-tree .row.title .main-cell h3 .folders-label .svg-icon.spinner svg{margin-left:-1.6rem;margin-top:4rem;width:1.6rem;height:1.6rem;position:absolute}.navigation-secondary-tree .row.title .right-cell{margin-top:-2.4rem}.navigation-secondary-tree .row.disabled{cursor:default;pointer-events:none}.navigation-secondary-tree .row.disabled .main-cell span.folder-name{color:#8b8b89;text-shadow:none;font-weight:400}.navigation-secondary-tree .row.disabled .main-cell span.svg-icon svg{fill:#8B8B89}.navigation-secondary-tree .row.disabled .main-cell a:before{color:#8b8b89}.navigation-secondary-tree .row.disabled.is-dragged{pointer-events:auto}.navigation-secondary-tree li li{padding-left:1.15em}.contextual-menu{position:absolute;background:#3b3b39;border:1px solid #0c0c0a;width:12em;box-shadow:0 0 10px 0 #000;z-index:993;left:11.25em;display:none;padding:.25em 0}.contextual-menu a{font-size:.875em;display:block;padding:.357em .714em;border:0}.contextual-menu a:hover{color:#fffffc;background:#444442}.contextual-menu li.disabled a{color:#444442}.contextual-menu li.disabled a:hover{color:#444442;background:#3b3b39}.contextual-menu .separator-before{border-top:1px solid #0c0c0a}.contextual-menu .separator-after{border-bottom:1px solid #0c0c0a}iframe{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}iframe.full-screen{position:absolute;width:100%;height:100%;z-index:999;border:0;top:0;left:0}iframe.cachette{position:absolute;width:1px;height:1px;z-index:999;border:0;bottom:0;right:0}.sidebar-help{margin-top:3.2rem;padding:2.4rem;background-color:#2894df}.sidebar-help.transparent{background-color:transparent;border:1px solid #0c0c0a}.sidebar-help h3{margin:0 0 1.6rem 0;border-bottom:none}.panel.aside .activity div.actions{margin-top:1em;text-align:center}.panel.aside .comments{width:100%}.panel.aside .comments .wrap-right-column{float:left;width:100%}.panel.aside .comments .right-column{margin-left:4rem}.panel.aside .comments .left-column{float:left;width:3.2rem;margin-left:-100%}.panel.aside .comments .comment{padding-bottom:.8rem}.panel.aside .comments .comment:after,.panel.aside .comments .comment:before{content:"";display:table}.panel.aside .comments .comment:after{clear:both}.panel.aside .comments .comment:after,.panel.aside .comments .comment:before{content:"";display:table}.panel.aside .comments .comment:after{clear:both}.panel.aside .comments .comment p{background:#3b3b39;padding:1.6rem;margin-left:1.6rem;margin-top:0}.panel.aside .comments .comment .author.picture{width:3.2rem;height:3.2rem;margin-top:.4rem}.panel.aside .comments .comment .author.picture img{width:3.2rem;height:3.2rem}.panel.aside .comments .comment .author.picture a{border:0}.panel.aside .comments .comment .metadata{font-style:italic;margin:.8rem 0 1.6rem 1.6rem}.panel.aside .comments .comment .metadata .author.username{max-width:48%;float:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.panel.aside .comments .comment .metadata .author.username:after{content:', '}.panel.aside .comments .comment .metadata .modified{max-width:48%;padding-right:.2rem;padding-left:.4rem;color:#8b8b89;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.panel.aside .comments .comment .form-content{margin-left:.8rem}.panel.aside .comments .comment .actions{float:right;margin-top:-3.6rem;margin-right:0}.panel.aside .comments .comment p:before{content:' ';position:absolute;width:1px;height:1px;border-top:1rem solid transparent;border-bottom:1rem solid transparent;border-right:1rem solid #3b3b39;margin-left:-2.4rem;margin-top:-.8rem}.panel.aside .comments .comment a.delete-comment{border:0}.error-details{margin-top:1em;margin-bottom:2em}.error-details .accordion-header a{border:0}.error-details .accordion-content textarea{font-size:.7rem;width:calc(100% - 2em);height:12em;font-family:monospace;padding:1em;margin-top:.5em;background:#444442;border:0}.input.location:after,.input.location:before{content:"";display:table}.input.location:after{clear:both}.input.location:after,.input.location:before{content:"";display:table}.input.location:after{clear:both}.input.location .location-input{padding:.25em 0;margin-bottom:.5em;width:100%;float:left;box-sizing:border-box;border:1px solid #222220;background:#0c0c0a}.input.location .breadcrumbs{font-size:1.125em;background:0 0;box-sizing:border-box;float:left;width:79%;padding-left:0;margin-top:-.25em}.input.location .breadcrumbs ul{float:left;width:100%;padding-right:.5em;box-sizing:border-box;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.input.location .breadcrumbs li{display:inline}.input.location .button{border:0;box-sizing:border-box;float:right;width:19%;margin:0 .25em 0 0}.form-content.permission-add label{padding-bottom:.5em;padding-top:1em;height:1.5em}.form-content.permission-add .autocomplete input{margin-bottom:0}.form-content.permission-add .message{padding-left:0}.autocomplete-wrapper{position:relative}.autocomplete-wrapper .autocomplete-content{position:absolute;top:0;left:0;width:100%;z-index:899;padding:0;margin:0;border:1px solid #0c0c0a;max-height:10em;overflow:auto;box-sizing:border-box}.autocomplete-wrapper .autocomplete-content .row{font-size:.813em;padding:.825em .5em .5em 1em;border-bottom:1px dotted #0c0c0a}.autocomplete-wrapper .autocomplete-content .row:after,.autocomplete-wrapper .autocomplete-content .row:before{content:"";display:table}.autocomplete-wrapper .autocomplete-content .row:after{clear:both}.autocomplete-wrapper .autocomplete-content .row:after,.autocomplete-wrapper .autocomplete-content .row:before{content:"";display:table}.autocomplete-wrapper .autocomplete-content .row:after{clear:both}.autocomplete-wrapper .autocomplete-content .row:last-child{border:0}.autocomplete-wrapper .autocomplete-content .row.selected,.autocomplete-wrapper .autocomplete-content .row:hover{background:#444442}.autocomplete-wrapper .autocomplete-content .row .avatar img{float:left}.autocomplete-wrapper .autocomplete-content .row .group,.autocomplete-wrapper .autocomplete-content .row .user{width:75%;float:left;padding-left:1em;padding-right:1em}.autocomplete-wrapper .autocomplete-content .row .name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.autocomplete-wrapper .autocomplete-content .row .details{color:#8b8b89;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;display:block}.autocomplete-wrapper .autocomplete-content .row.loading .info{margin-left:3.8em}.autocomplete-wrapper .autocomplete-content .row.loading .info:after{width:60%;height:100%;position:absolute;content:" ";top:0;left:1.45em;background:transparent url('../../../img/controls/loading_dark.svg') left center no-repeat}@media all and (max-width:440px){.autocomplete-wrapper .autocomplete-content{height:auto;max-height:none}}.input-password-wrapper{width:100%;box-sizing:border-box}.input-password-wrapper:after,.input-password-wrapper:before{content:"";display:table}.input-password-wrapper:after{clear:both}.input-password-wrapper:after,.input-password-wrapper:before{content:"";display:table}.input-password-wrapper:after{clear:both}.input-password-wrapper .input.password{display:inline-flex;width:65.5%}.input-password-wrapper .input.password input[type=password],.input-password-wrapper .input.password input[type=text]{flex:1;box-sizing:border-box}.input-password-wrapper .input.password input[type=password].decrypting{background:transparent url('../../../img/controls/loading_dark.svg') no-repeat 90% center}.input-password-wrapper .password-view{padding:.8rem 1.4rem;margin-top:0;margin-right:0;margin-left:-.1rem;margin-bottom:.8rem;border-radius:0;background:#0c0c0a;border-left:0;border-top:1px solid #30302d}.input-password-wrapper .password-view.selected{background:#222220}.input-password-wrapper input[type=password]:focus~.button.password-view,.input-password-wrapper input[type=text]:focus~.button.password-view{box-shadow:inset -1px 1px 1px rgba(0,0,0,.2);border:1px solid #2894df;border-left:0}.input-password-wrapper .actions.inline{float:right;width:30%}.input-password-wrapper .actions.inline .button{float:left;width:4.8rem;padding-left:0;padding-right:0}.input-password-wrapper .actions.inline .button+.button{margin-left:.8rem}.input-password-wrapper .password-complexity .complexity-text{float:right;clear:right;width:30%;font-size:11px;text-align:left;padding-left:0}.input-password-wrapper .password-complexity.not_available .complexity-text{color:#0c0c0a}.input-password-wrapper .password-complexity .progress{width:65.5%;box-sizing:border-box;border:1px solid #0c0c0a;height:10px;display:block;clear:both;margin:.25em 0 .5em 0;float:left}.input-password-wrapper .password-complexity .progress-bar{background:#000;width:0;height:6px;display:block;float:left;margin:1px}.input-password-wrapper .password-complexity .progress-bar.very-weak{background:#000;width:5%}.input-password-wrapper .password-complexity .progress-bar.weak{background:#d40101;width:10%}.input-password-wrapper .password-complexity .progress-bar.fair{background:#ffbd2e;width:60%}.input-password-wrapper .password-complexity .progress-bar.strong{background:#6c0;width:80%}.input-password-wrapper .password-complexity .progress-bar.very-strong{background:#090;width:99.5%}@media all and (max-width:400px){.input-password-wrapper .input.password{float:left;width:100%}.input-password-wrapper .actions.inline{width:50%;float:left;margin-bottom:.5em}.input-password-wrapper .password-complexity .progress{display:none}.input-password-wrapper .password-complexity .complexity-text{float:left;width:50%;font-size:.831em;margin-top:.5em}.fa.fa-lg{line-height:1}}.security-token{font-size:1em;padding:.375em 0;text-align:center;display:inline-block;width:4em;margin-top:-.5em;margin-left:-.5em;border:1px solid #30302d;line-height:1.5em;vertical-align:middle;box-sizing:border-box}/*!
|
|
9
|
+
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}div{outline:0}html body .hidden{display:none}.visually-hidden,.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visually-hidden .focusable:active,.visually-hidden .focusable:focus,.visuallyhidden .focusable:active,.visuallyhidden .focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.clearfix:after,.clearfix:before{content:"";display:table}.clearfix:after{clear:both}.rounded{-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.rotate-right{transform:rotate(-90deg)}html{line-height:normal}body{color:#fffffc;background:#30302d}body.iframe{background:0 0}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans'),local('OpenSans'),url('../../../fonts/opensans-regular.woff') format('woff')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:local('Open Sans Bold'),local('OpenSans-Bold'),url('../../../fonts/opensans-bold.woff') format('woff')}body{font-family:'Open Sans',Verdana,sans-serif}.code{font-family:'Courier New',Courier,monospace}html{font-size:62.5%}body{font-size:1.6rem}h1{font-size:2.2rem;line-height:3.2rem}h2{font-size:1.8rem;line-height:2.4rem}h3{font-size:1.6rem;line-height:2.4rem;border-bottom:1px dotted #0c0c0a}p{font-size:1.5rem;line-height:2.2rem;margin-top:0}code{font-size:1.1rem}.font-dim{color:#cacac9}a{outline:0;text-decoration:none;cursor:pointer;border-bottom:1px solid #0c0c0a}a:link,a:visited{color:#fffffc}a:hover{text-decoration:none;cursor:pointer;color:#2894df;border-bottom:1px solid #2894df}a:active,a:focus{outline:0;color:#2894df;border:0}a.no-border,a:hover.no-border{border-bottom:0}a.disabled{outline:0;text-decoration:none;cursor:default;color:#606060;pointer-events:none}ul{padding:0;margin:0}ul li{list-style:none;padding:0;margin:0}.button,button{font-size:1.4rem;padding:.8rem 1.6rem;line-height:1.6rem;margin-right:.8rem;position:relative;display:inline-block;vertical-align:baseline;outline:0;cursor:pointer;text-align:center;text-decoration:none;border-top:1px solid #222220;border-right:1px solid #222220;border-bottom:1px solid #222220;border-left:1px solid #222220;color:#fffffc;font-weight:400;text-shadow:0 1px 0 #000;background:#444442;background-image:linear-gradient(top,#444442,#444442);-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem;box-sizing:border-box}.button.medium{font-size:1.6rem;line-height:2.4rem;padding:.8rem 2.4rem}.button.big{font-size:1.8rem;line-height:3.2rem;padding:.8rem 3.2rem}.button.full-width{width:100%}.button.primary{background:#2894df;border:1px solid #2894df;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.2)}.button.primary:hover{background:#2a9ceb;border:1px solid #2a9ceb;color:#fff}.button.primary:active,.button.primary:focus{color:#eeeeec;border:1px solid #4271b7;background:#2a9ceb}.button.warning,.button.warning:active,.button.warning:focus,.button.warning:hover{color:#eeeeec;background:#d40101;border:1px solid #d40101;text-shadow:none}.button.warning:active,.button.warning:focus{border:1px solid #92000c}.button.cancel,.button.cancel:active,.button.cancel:focus,.button.cancel:hover,.button.dim,.button.dim:active,.button.dim:focus,.button.dim:hover{background:#30302d;font-weight:400}.button:hover{color:#fffffc;text-decoration:none;background:#444442;background-image:linear-gradient(top,#606060,#606060);border:1px solid #30302d}.button:focus{color:#2894df;border:1px solid #2894df}.button:active{color:#2894df;border:1px solid #2894df;background:#3b3b39;position:relative;box-shadow:inset 0 1px 2px rgba(0,0,0,.2)}.button.disabled{cursor:default;color:#8b8b89;background:#3b3b39;border:1px solid #0c0c0a;text-shadow:none;font-weight:400}.button.disabled:active,.button.disabled:focus,.button.disabled:hover{box-shadow:0 0 0;top:0;color:#8b8b89;background:#3b3b39;border:1px solid #0c0c0a}.button.processing{background:#30302d;border:1px solid #30302d}.button.processing:after{width:100%;height:100%;position:absolute;content:" ";top:-1px;left:-1px;background:#30302d url('../../../img/controls/loading_dark.svg') center center no-repeat;background-size:auto 50%;border:1px solid #0c0c0a;-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem}input[type=submit].button.processing{font-size:0;background:#30302d url('../../../img/controls/loading_dark.svg') center center no-repeat;background-size:auto 50%;border:1px solid #0c0c0a;border-radius:5px}.button-toggle.selected{background:#222220;box-shadow:inset 0 1px 2px rgba(0,0,0,.2);border:1px solid #0c0c0a}.button-group{display:flex;flex-wrap:wrap;justify-content:flex-start}.button-group--nowrap>.button{white-space:nowrap}.button-group>*{flex-grow:1;margin-bottom:.5em}label{font-weight:700;font-size:1.6rem;line-height:2.4rem;padding:.8rem 0;display:block}.required label:after{content:" \002A";color:#ff6b70;font-weight:700}.input.error label{color:#ff6b70}input[type=email],input[type=number],input[type=password],input[type=search],input[type=text],textarea{box-sizing:border-box;font-size:1.6rem;line-height:2.4rem;color:#fffffc;background:#0c0c0a;width:100%;max-width:64rem;padding:.6rem 1.2rem;display:inline-block;margin-bottom:.8rem;border:1px solid #222220;border-top:1px solid #30302d;vertical-align:middle}::-ms-reveal{display:none}input[type=number]{box-sizing:border-box}input[type=file]{box-sizing:border-box;font-size:1.6rem;line-height:2.4rem;color:#fffffc;background:#0c0c0a;width:100%;max-width:64rem;display:inline-block;margin-bottom:.8rem;vertical-align:middle}input[type=email]:hover,input[type=number]:hover,input[type=password]:hover,input[type=search]:hover,input[type=text]:hover,textarea:hover{border:1px solid #30302d}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=text]:focus,textarea:focus{outline:0;box-shadow:inset 1px 1px 2px rgba(0,0,0,.2);border:1px solid #2894df}input[type=email]:disabled,input[type=number]:disabled,input[type=password]:disabled,input[type=search]:disabled,input[type=text]:disabled,textarea:disabled{color:#fffffc;border:1px solid #0c0c0a;box-shadow:0 0;cursor:default;background:#444442}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{opacity:1}textarea{height:9rem}.textarea.large textarea{width:30rem;height:9rem}.checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer}.checkbox input[type=checkbox].error{color:#d40101}.checkbox input[type=checkbox]+label{font-weight:400;position:relative;cursor:pointer;padding:0;margin-bottom:.8rem}.checkbox input[type=checkbox]+label:before{content:'';margin-top:.4rem;margin-right:1rem;display:inline-block;vertical-align:text-top;width:1.4rem;height:1.4rem;background:#222220;border:1px solid #606060;border-radius:.3rem;box-sizing:border-box}.checkbox input[type=checkbox]:hover+label:before{box-shadow:0 .1rem 0 #000,inset 0 .1rem 0 rgba(255,255,255,.25)}.checkbox input[type=checkbox]:focus+label:before{box-shadow:0 0 .4rem #4271b7;border:1px solid #4271b7}.checkbox input[type=checkbox]:active+label:before{box-shadow:inset 0 -.1rem 0 rgba(255,255,255,.25),inset 0 .1rem 0 #000}.checkbox input[type=checkbox]:disabled+label{color:#0c0c0a;cursor:auto}.checkbox input[type=checkbox]:disabled+label:before{box-shadow:none;background:#000;border:none}.checkbox input[type=checkbox]:checked+label:after{content:'';position:absolute;left:.2rem;top:.75rem;width:1rem;height:1rem;background-size:1rem 1rem;background-image:url('../../../img/controls/check_white.svg');-webkit-mask-image:url('../../../img/controls/check_white.svg');mask-image:url('../../../img/controls/check_white.svg')}.checkbox input[type=checkbox]:disabled+label:after{background:#30302d}.checkbox.medium input[type=checkbox]{cursor:pointer}.checkbox.medium input[type=checkbox]+label{font-size:1.5rem}.checkbox.medium input[type=checkbox]+label:before{margin-top:.3rem;margin-right:1rem;width:1.4rem;height:1.4rem}.checkbox.medium input[type=checkbox]:checked+label:after{left:.2rem;top:.7rem;width:1rem;height:1rem;background-size:1rem 1rem}.checkbox.small input[type=checkbox]{cursor:pointer}.checkbox.small input[type=checkbox]+label{font-size:1.4rem}.checkbox.small input[type=checkbox]+label:before{margin-top:.3rem;margin-right:1rem;width:1.4rem;height:1.4rem}.checkbox.small input[type=checkbox]:checked+label:after{left:.2rem;top:.7rem;width:1rem;height:1rem;background-size:1rem 1rem}.radiolist{margin-bottom:.8rem}.radiolist:after,.radiolist:before{content:"";display:table}.radiolist:after{clear:both}.radiolist:after,.radiolist:before{content:"";display:table}.radiolist:after{clear:both}.radiolist .input.radio{float:left}.radiolist .input.radio input{float:left;margin-top:.8rem}.radiolist .input.radio input+label{float:left;font-weight:400;display:inline-block;margin-left:1rem;font-size:1.6rem;margin-right:3.2rem;line-height:1.4rem}.radiolist .input.radio input+label:after{content:initial}.input.toggle-switch{display:flex;padding-top:1.6rem;padding-bottom:.8rem}.input.toggle-switch label{padding-top:0;padding-left:1.6rem;order:2;flex:1;font-weight:400;font-size:1.6rem}.input.toggle-switch.disabled label{color:#8b8b89}.input.toggle-switch .toggle-switch-checkbox{order:-1;flex:0 0 3em;display:none}.input.toggle-switch .toggle-switch-checkbox,.input.toggle-switch .toggle-switch-checkbox *,.input.toggle-switch .toggle-switch-checkbox :after,.input.toggle-switch .toggle-switch-checkbox :before,.input.toggle-switch .toggle-switch-checkbox+.toggle-switch-button,.input.toggle-switch .toggle-switch-checkbox:after,.input.toggle-switch .toggle-switch-checkbox:before{box-sizing:border-box}.input.toggle-switch .toggle-switch-checkbox ::selection,.input.toggle-switch .toggle-switch-checkbox :after::selection,.input.toggle-switch .toggle-switch-checkbox :before::selection,.input.toggle-switch .toggle-switch-checkbox+.toggle-switch-button::selection,.input.toggle-switch .toggle-switch-checkbox::selection,.input.toggle-switch .toggle-switch-checkbox:after::selection,.input.toggle-switch .toggle-switch-checkbox:before::selection{background:0 0}.input.toggle-switch .toggle-switch-button{order:-1;flex:none;outline:0;display:block;width:3em;height:1.5em;position:relative;cursor:pointer;user-select:none;background:#444442;border-radius:2em;padding:2px;transition:all .4s ease;border:1px solid #0c0c0a}.input.toggle-switch .toggle-switch-button span{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.input.toggle-switch .toggle-switch-button span .focusable:active,.input.toggle-switch .toggle-switch-button span .focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.input.toggle-switch .toggle-switch-button span .focusable:active,.input.toggle-switch .toggle-switch-button span .focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.input.toggle-switch .toggle-switch-button:hover:after{will-change:padding}.input.toggle-switch .toggle-switch-button:active{box-shadow:inset 0 0 0 2em #e8eae9}.input.toggle-switch .toggle-switch-button:active:after{padding-right:.8em}.input.toggle-switch .toggle-switch-button:after,.input.toggle-switch .toggle-switch-button:before{position:relative;display:block;content:"";width:50%;height:100%}.input.toggle-switch .toggle-switch-button:after{left:0;border-radius:2em;background:#fff;transition:left .3s cubic-bezier(.175, .885, .32, 1.275),padding .3s ease,margin .3s ease;box-shadow:0 0 0 1px rgba(0,0,0,.1),0 4px 0 rgba(0,0,0,.08)}.input.toggle-switch .toggle-switch-button:before{display:none}.input.toggle-switch .toggle-switch-checkbox:checked+.toggle-switch-button:after{left:50%}.input.toggle-switch .toggle-switch-checkbox:disabled+.toggle-switch-button{background:#30302d;cursor:not-allowed}.input.toggle-switch .toggle-switch-checkbox:checked+.toggle-switch-button{background:#6c0}.input.toggle-switch .toggle-switch-checkbox:checked+.toggle-switch-button:active{box-shadow:none}.input.toggle-switch .toggle-switch-checkbox:checked+.toggle-switch-button:active:after{margin-left:-.8em}.input.toggle-switch .toggle-switch-checkbox:disabled:checked+.toggle-switch-button{background:#e6ffcc}h1 .input.toggle-switch,h2 .input.toggle-switch,h3 .input.toggle-switch,h4 .input.toggle-switch,h5 .input.toggle-switch,h6 .input.toggle-switch{float:left;padding:.4em 1em 0 0}.input.select select{display:inline-block;font-size:1.6rem;line-height:2.4rem;color:#fffffc;padding:.6rem 1.2rem;width:100%;max-width:64rem;box-sizing:border-box;margin:0 0 .8rem 0;border:1px solid #222220;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#30302d;background-image:url('../../../img/controls/chevron-down_white.svg'),linear-gradient(to bottom,#0c0c0a 0,#0c0c0a 100%);background-repeat:no-repeat,repeat;background-position:right .6rem top 50%,0 0;background-size:1rem auto,100%}.input.select select.medium{width:50%}.input.select select:focus{outline:0;border:1px solid #2894df;border-radius:0;background-image:url('../../../img/controls/chevron-down_blue.svg'),linear-gradient(to bottom,#0c0c0a 0,#0c0c0a 100%)}.input.select select:disabled{background-image:url('../../../img/controls/chevron-down_white.svg'),linear-gradient(to bottom,#444442 0,#444442 100%);color:#8b8b89}.input .error-message{padding:0;font-size:1.4rem;margin-top:.2rem;margin-bottom:1.6rem;background-color:transparent;border:0;font-weight:400;color:#ff6b70;background:#30302d;clear:both}.input .help-message{padding:0;font-size:1.4rem;margin-top:.2rem;margin-bottom:1.6rem;background-color:transparent;border:0;color:#8b8b89;font-weight:400;background:#30302d;clear:both}.singleline{display:flex;max-width:64rem}.singleline:after,.singleline:before{content:"";display:table}.singleline:after{clear:both}.singleline:after,.singleline:before{content:"";display:table}.singleline:after{clear:both}.singleline .input{flex:1}.singleline .input.first-field,.singleline .input:first-child{margin-right:2%}.slider{display:flex;align-items:center}.slider input[type=range]{-webkit-appearance:none;width:100%;height:1px;border-radius:5px;background:#8b8b89;outline:0;opacity:.7;-webkit-transition:.2s;transition:opacity .2s;flex-grow:1}.slider input[type=range]:hover{opacity:1}.slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:15px;height:15px;border-radius:50%;border-width:1px;border-style:solid;border-color:#3b3b39;background:#8b8b89;cursor:pointer}.slider input[type=range]::-moz-range-thumb{width:15px;height:15px;border-radius:50%;background:#8b8b89;cursor:pointer}.slider input[type=number]{width:6.5rem;margin-left:1.6rem;padding:.8rem}.svg-icon{display:inline-flex;align-self:center}.svg-icon svg{fill:#FFF;height:1em;width:1em}.svg-icon.baseline svg{top:.125em;position:relative}.svg-icon.dim svg,.svg-icon.light svg{fill:#EEEEEC}.svg-icon.icon-only svg{padding:.1rem;height:1.6rem;width:1.6rem}a:hover .svg-icon svg{fill:#2894DF}a.disabled .svg-icon svg{fill:#8B8B89;pointer-events:none;cursor:default}a.disabled:hover .svg-icon svg{fill:#8B8B89}a.fav .svg-icon svg{fill:#D40101}a.unfav .svg-icon svg{fill:#8B8B89}.button .svg-icon svg{top:.2rem;position:relative}.button .svg-icon+span:not(.visuallyhidden){margin-left:.8rem;display:inline-block}.button .svg-icon svg:hover,.button:hover .svg-icon svg{fill:#FFFFFC}.button.primary:active .svg-icon svg,.button.primary:focus .svg-icon svg,.button.warning .svg-icon svg,.button.warning:active .svg-icon svg,.button.warning:focus .svg-icon svg,.button.warning:hover .svg-icon svg{fill:#EEEEEC}.button:active .svg-icon svg,.button:focus .svg-icon svg{fill:#2894DF}.button.disabled .svg-icon svg{fill:#8B8B89}.button.disabled .svg-icon svg:hover{fill:#8B8B89}@keyframes drawCircle{0%{stroke-dashoffset:180px}100%{stroke-dashoffset:0}}@keyframes drawCheck{0%{stroke-dashoffset:50px}100%{stroke-dashoffset:0}}@keyframes drawCross{0%{stroke-dashoffset:50px}100%{stroke-dashoffset:0}}@keyframes drawWarning{0%{stroke-dashoffset:230px}100%{stroke-dashoffset:0}}.icon-feedback .success-animation-circle{stroke-dasharray:180px 180px;stroke:#009900}.icon-feedback .success-animation-line{stroke-dasharray:50px 50px;stroke:#009900}.icon-feedback .success-animation-line2{stroke-dasharray:50px 50px;stroke:#009900}.icon-feedback .error-animation-circle{stroke-dasharray:180px 180px;stroke:#D40101}.icon-feedback .error-animation-line{stroke-dasharray:50px 50px;stroke:#D40101}.icon-feedback .warning-animation-line{stroke-dasharray:230px 230px;stroke:#9F6000;stroke-linecap:round;stroke-linejoin:round}.icon-feedback .warning-animation-circle{fill:#9F6000}.icon-feedback .animated{animation:.75s ease-out 0s 1 both pop}.icon-feedback .animated .error-animation-circle,.icon-feedback .animated .success-animation-circle,.icon-feedback .animated .warning-animation-circle{animation:.75s cubic-bezier(.77,0,.175,1) 0s 1 both drawCircle}.icon-feedback .animated .success-animation-line{animation:.75s cubic-bezier(.77,0,.175,1) 0s 1 both drawCheck}.icon-feedback .animated .error-animation-line{animation:.75s cubic-bezier(.77,0,.175,1) 0s 1 both drawCross}.icon-feedback .animated .warning-animation-line{animation:.75s cubic-bezier(.77,0,.175,1) 0s 1 both drawWarning}table{border-collapse:collapse;border-spacing:0}table td,table th{text-align:left;font-weight:400}.logo{background:transparent url('../../../img/logo/logo_white.svg') 0 0 no-repeat;background-size:20rem auto;width:20rem;height:4.5rem}.scroll{overflow-y:scroll;background:linear-gradient(#30302d 30%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),#30302d 70%) 0 100%,radial-gradient(farthest-side at 75% 0,rgba(0,0,0,.2),rgba(0,0,0,0)),radial-gradient(farthest-side at 75% 100%,rgba(0,0,0,.2),rgba(0,0,0,0)) 0 100%;background-repeat:no-repeat;background-color:#30302d;background-size:100% 10px,100% 10px,100% 5px,100% 5px}::-webkit-scrollbar{width:1em}::-webkit-scrollbar-track{background:#30302d;border-top:0;border-bottom:0}::-webkit-scrollbar-thumb{background:#606060;border-radius:1em;border:4px solid #30302d}.scroll-shadow{overflow:auto;background:linear-gradient(#30302d 30%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),#30302d 70%) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.08),rgba(0,0,0,0)),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.08),rgba(0,0,0,0)) 0 100%;background-repeat:no-repeat;background-color:#30302d;background-size:100% 40px,100% 40px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll}.simplebar-content{overflow:auto;background:linear-gradient(#30302d 30%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),#30302d 70%) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.08),rgba(0,0,0,0)),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.08),rgba(0,0,0,0)) 0 100%;background-repeat:no-repeat;background-color:#30302d;background-size:100% 40px,100% 40px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:inherit;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;right:2px;width:7px;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:0;right:0;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.shimmer{display:block;position:relative;width:100%;height:100%;content:'';animation:shimmer 2s infinite;background:linear-gradient(45deg,rgba(48,48,45,0) 0,rgba(48,48,45,.1) 30%,rgba(48,48,45,.5) 50%,rgba(48,48,45,0))}@keyframes shimmer{0%{background-position:0 0}100%{background-position:1000px 0}}html{scroll-behavior:smooth}.animated{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes pop{0%{opacity:0;transform:scale(1)}55%{opacity:1;transform:scale(1)}65%{opacity:1;transform:scale(1.25)}75%{opacity:1;transform:scale(1)}100%{opacity:1;transform:scale(1)}}.fadeInDown{animation-name:fadeInDown}.fadeOutUp{animation-name:fadeOutUp}.fadeInUp{animation-name:fadeInUp}.pop{animation-name:pop}.page{width:100%;min-width:32rem;top:0;left:0;right:0;bottom:0;position:absolute;overflow:auto}.page .panel{height:100%;width:100%;position:absolute;overflow:auto}.page .panel.main{bottom:3.8rem;height:auto;padding:0}.page .panel.main .grid{padding-bottom:1.6rem}.page .panel.main .row{padding-left:0}.page .panel.main .panel.left{background:#353532}.page .header.second+.panel.main{top:6.875em}.page .header.third+.panel.main{top:10em;border-top:1px solid #0c0c0a}.page .header{width:100%;overflow:hidden}.page .header.first{min-height:3.2rem}.page .header.second{height:7rem}.page .header.third{height:4.8rem}.page .col1,.page .col2,.page .col2_3,.page .col3{position:absolute}.page .col1,.page .panel.left{width:17.25%;box-sizing:border-box}.page .panel.middle{width:82%;left:18%;overflow:hidden}.page .panel.middle.scroll{overflow-y:scroll}.page .col2{width:70%;left:18%}.page .col3,.page .panel.right{width:24%;left:75%}.page .col2_3{width:81.5%;left:18%}.page .panel.main .grid-responsive-12{float:left;width:100%;max-width:none;padding-left:.25em;box-sizing:border-box}@media all and (max-width:1024px){.page .panel.left{display:none}.page .header.second .col2{display:none}.page .header.second .col2_3{display:none}.page .header.third{height:4.5em}.page .header.third .col1,.page .header.third .col2,.page .header.third .col2_3{position:relative;float:left;left:auto;width:auto}.page .header.third .col3{display:none}.page .panel.main .panel.left{display:none}.page .panel.main .panel.middle{width:100%;left:0}.page .panel.main .row{padding-left:.5em}.page .panel.main .panel.aside{min-width:auto}}.grid,.grid-responsive-12{margin:0 auto;padding:0;max-width:1220px}.grid .row,.grid-responsive-12 .row{padding:0 .5em 0 .5em}.grid .row:after,.grid .row:before,.grid-responsive-12 .row:after,.grid-responsive-12 .row:before{content:"";display:table}.grid .row:after,.grid-responsive-12 .row:after{clear:both}.grid .row:after,.grid .row:before,.grid-responsive-12 .row:after,.grid-responsive-12 .row:before{content:"";display:table}.grid .row:after,.grid-responsive-12 .row:after{clear:both}.grid .row .col1,.grid .row .col10,.grid .row .col11,.grid .row .col12,.grid .row .col2,.grid .row .col3,.grid .row .col4,.grid .row .col5,.grid .row .col6,.grid .row .col7,.grid .row .col8,.grid .row .col9,.grid-responsive-12 .row .col1,.grid-responsive-12 .row .col10,.grid-responsive-12 .row .col11,.grid-responsive-12 .row .col12,.grid-responsive-12 .row .col2,.grid-responsive-12 .row .col3,.grid-responsive-12 .row .col4,.grid-responsive-12 .row .col5,.grid-responsive-12 .row .col6,.grid-responsive-12 .row .col7,.grid-responsive-12 .row .col8,.grid-responsive-12 .row .col9{position:relative;left:auto;float:none;width:99%;box-sizing:border-box}.grid .row .col10:after,.grid .row .col10:before,.grid .row .col11:after,.grid .row .col11:before,.grid .row .col12:after,.grid .row .col12:before,.grid .row .col1:after,.grid .row .col1:before,.grid .row .col2:after,.grid .row .col2:before,.grid .row .col3:after,.grid .row .col3:before,.grid .row .col4:after,.grid .row .col4:before,.grid .row .col5:after,.grid .row .col5:before,.grid .row .col6:after,.grid .row .col6:before,.grid .row .col7:after,.grid .row .col7:before,.grid .row .col8:after,.grid .row .col8:before,.grid .row .col9:after,.grid .row .col9:before,.grid-responsive-12 .row .col10:after,.grid-responsive-12 .row .col10:before,.grid-responsive-12 .row .col11:after,.grid-responsive-12 .row .col11:before,.grid-responsive-12 .row .col12:after,.grid-responsive-12 .row .col12:before,.grid-responsive-12 .row .col1:after,.grid-responsive-12 .row .col1:before,.grid-responsive-12 .row .col2:after,.grid-responsive-12 .row .col2:before,.grid-responsive-12 .row .col3:after,.grid-responsive-12 .row .col3:before,.grid-responsive-12 .row .col4:after,.grid-responsive-12 .row .col4:before,.grid-responsive-12 .row .col5:after,.grid-responsive-12 .row .col5:before,.grid-responsive-12 .row .col6:after,.grid-responsive-12 .row .col6:before,.grid-responsive-12 .row .col7:after,.grid-responsive-12 .row .col7:before,.grid-responsive-12 .row .col8:after,.grid-responsive-12 .row .col8:before,.grid-responsive-12 .row .col9:after,.grid-responsive-12 .row .col9:before{content:"";display:table}.grid .row .col10:after,.grid .row .col11:after,.grid .row .col12:after,.grid .row .col1:after,.grid .row .col2:after,.grid .row .col3:after,.grid .row .col4:after,.grid .row .col5:after,.grid .row .col6:after,.grid .row .col7:after,.grid .row .col8:after,.grid .row .col9:after,.grid-responsive-12 .row .col10:after,.grid-responsive-12 .row .col11:after,.grid-responsive-12 .row .col12:after,.grid-responsive-12 .row .col1:after,.grid-responsive-12 .row .col2:after,.grid-responsive-12 .row .col3:after,.grid-responsive-12 .row .col4:after,.grid-responsive-12 .row .col5:after,.grid-responsive-12 .row .col6:after,.grid-responsive-12 .row .col7:after,.grid-responsive-12 .row .col8:after,.grid-responsive-12 .row .col9:after{clear:both}.grid .row .col10:after,.grid .row .col10:before,.grid .row .col11:after,.grid .row .col11:before,.grid .row .col12:after,.grid .row .col12:before,.grid .row .col1:after,.grid .row .col1:before,.grid .row .col2:after,.grid .row .col2:before,.grid .row .col3:after,.grid .row .col3:before,.grid .row .col4:after,.grid .row .col4:before,.grid .row .col5:after,.grid .row .col5:before,.grid .row .col6:after,.grid .row .col6:before,.grid .row .col7:after,.grid .row .col7:before,.grid .row .col8:after,.grid .row .col8:before,.grid .row .col9:after,.grid .row .col9:before,.grid-responsive-12 .row .col10:after,.grid-responsive-12 .row .col10:before,.grid-responsive-12 .row .col11:after,.grid-responsive-12 .row .col11:before,.grid-responsive-12 .row .col12:after,.grid-responsive-12 .row .col12:before,.grid-responsive-12 .row .col1:after,.grid-responsive-12 .row .col1:before,.grid-responsive-12 .row .col2:after,.grid-responsive-12 .row .col2:before,.grid-responsive-12 .row .col3:after,.grid-responsive-12 .row .col3:before,.grid-responsive-12 .row .col4:after,.grid-responsive-12 .row .col4:before,.grid-responsive-12 .row .col5:after,.grid-responsive-12 .row .col5:before,.grid-responsive-12 .row .col6:after,.grid-responsive-12 .row .col6:before,.grid-responsive-12 .row .col7:after,.grid-responsive-12 .row .col7:before,.grid-responsive-12 .row .col8:after,.grid-responsive-12 .row .col8:before,.grid-responsive-12 .row .col9:after,.grid-responsive-12 .row .col9:before{content:"";display:table}.grid .row .col10:after,.grid .row .col11:after,.grid .row .col12:after,.grid .row .col1:after,.grid .row .col2:after,.grid .row .col3:after,.grid .row .col4:after,.grid .row .col5:after,.grid .row .col6:after,.grid .row .col7:after,.grid .row .col8:after,.grid .row .col9:after,.grid-responsive-12 .row .col10:after,.grid-responsive-12 .row .col11:after,.grid-responsive-12 .row .col12:after,.grid-responsive-12 .row .col1:after,.grid-responsive-12 .row .col2:after,.grid-responsive-12 .row .col3:after,.grid-responsive-12 .row .col4:after,.grid-responsive-12 .row .col5:after,.grid-responsive-12 .row .col6:after,.grid-responsive-12 .row .col7:after,.grid-responsive-12 .row .col8:after,.grid-responsive-12 .row .col9:after{clear:both}.grid .row .col1 img,.grid .row .col10 img,.grid .row .col11 img,.grid .row .col12 img,.grid .row .col2 img,.grid .row .col3 img,.grid .row .col4 img,.grid .row .col5 img,.grid .row .col6 img,.grid .row .col7 img,.grid .row .col8 img,.grid .row .col9 img,.grid-responsive-12 .row .col1 img,.grid-responsive-12 .row .col10 img,.grid-responsive-12 .row .col11 img,.grid-responsive-12 .row .col12 img,.grid-responsive-12 .row .col2 img,.grid-responsive-12 .row .col3 img,.grid-responsive-12 .row .col4 img,.grid-responsive-12 .row .col5 img,.grid-responsive-12 .row .col6 img,.grid-responsive-12 .row .col7 img,.grid-responsive-12 .row .col8 img,.grid-responsive-12 .row .col9 img{width:100%;height:auto;display:block}@media all and (min-width:780px){.grid .row{padding:0 .5em 0 .5em}.grid .row .col1,.grid .row .col10,.grid .row .col11,.grid .row .col12,.grid .row .col2,.grid .row .col3,.grid .row .col4,.grid .row .col5,.grid .row .col6,.grid .row .col7,.grid .row .col8,.grid .row .col9{float:left;position:relative;margin:0 3% 0 0}.grid .row .last{margin-right:0}.grid .row .col1{width:5.5%}.grid .row .col2{width:14%}.grid .row .col3{width:22.5%}.grid .row .col4{width:31%}.grid .row .col5{width:39.5%}.grid .row .col6{width:48%}.grid .row .col7{width:56.5%}.grid .row .col8{width:65%}.grid .row .col9{width:73.5%}.grid .row .col10{width:82%}.grid .row .col11{width:90.5%}.grid .row .col12{width:99%;margin:0}.grid .row .push1{margin-left:5.5%}.grid .row .push2{margin-left:14%}.grid .row .push3{margin-left:22.5%}.grid .row .push4{margin-left:31%}}@media all and (max-width:768px){.hidden-xs{display:none}}.header.third .main-action-wrapper{margin-top:.8rem;padding-left:.8rem}.header.third .main-action-wrapper .button{float:left;font-size:1.4rem;min-width:1rem}.header.third .actions-wrapper{margin-top:.8rem}.header.third .actions-wrapper .button{font-size:1.4rem;min-width:9rem;float:left}.header.third .actions-wrapper li{display:inline}.header.third .actions-wrapper .secondary{float:right}.header.third .actions-wrapper .secondary .button{min-width:1.6rem;padding:.6rem 1.4rem}@media all and (max-width:1024px){.header.third .actions-wrapper .actions.secondary,.header.third .actions-wrapper .dropdown{display:none}}@media all and (max-width:1024px){.header.third .actions-wrapper i,.header.third .main-action-wrapper i{display:none}.header.third .actions-wrapper i+span,.header.third .main-action-wrapper i+span{margin-left:0}.header.third .actions-wrapper .disabled,.header.third .main-action-wrapper .disabled{display:none}}@media all and (max-width:540px){.header.third .actions-wrapper a i,.header.third .main-action-wrapper a i{display:block}.header.third .actions-wrapper a.button,.header.third .main-action-wrapper a.button{min-width:1em;font-size:1em}.header.third .actions-wrapper a i+span,.header.third .main-action-wrapper a i+span{margin-left:0;display:none}.header.third .actions-wrapper .disabled,.header.third .main-action-wrapper .disabled{display:none}}.accordion .accordion-header:after,.accordion .accordion-header:before{content:"";display:table}.accordion .accordion-header:after{clear:both}.accordion .accordion-header:after,.accordion .accordion-header:before{content:"";display:table}.accordion .accordion-header:after{clear:both}.accordion .accordion-header a{color:#fffffc;display:block}.accordion .accordion-header a:hover{color:#2894df}.accordion h3.accordion-header a{line-height:3.2rem;border-bottom:1px dotted #0c0c0a}.accordion h3.accordion-header a .svg-icon{margin-right:.4rem}.accordion .accordion-content:after,.accordion .accordion-content:before{content:"";display:table}.accordion .accordion-content:after{clear:both}.accordion .accordion-content:after,.accordion .accordion-content:before{content:"";display:table}.accordion .accordion-content:after{clear:both}.accordion .accordion-content .processing-wrapper{background-color:#30302d;padding:.5em 1.5em}.accordion .accordion-content .processing-wrapper .processing-text{position:relative;padding-left:1.5em}.accordion .accordion-content .processing-wrapper .processing-text:before{width:100%;height:100%;position:absolute;content:" ";top:0;left:0;background:transparent url('../../../img/controls/loading_dark.svg') left center no-repeat;background-size:auto 75%}.accordion.closed .accordion-content{display:none}.dialog .accordion .accordion-header{margin-bottom:.5em}.dialog .accordion .accordion-header a{display:inline;border-bottom:0}.accordion.sidebar-section .accordion-header a{border:0}.accordion.sidebar-section .accordion-header a .svg-icon{position:absolute;right:1.5em;margin-top:.25em}.accordion.navigation-secondary .accordion-header .main-cell a:before{margin-left:-1.25em;margin-top:.25em;content:"\f0d7";font:normal normal normal 1em FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:1em;height:1em;position:absolute;text-align:center}.accordion.navigation-secondary .accordion-content>.empty-content{padding:0 0 0 2.5em}.announcement{margin:0;top:0;position:absolute;height:3.8rem;font-size:1.4rem;text-align:center;background:#fef0bf;color:#000;width:100%}.announcement p{padding:0;margin:.8rem}.announcement a{color:#333;border-bottom:1px solid #444442;display:inline-block;padding-bottom:0;line-height:1.6rem;margin-left:.8rem}.announcement a:link,.announcement a:visited{color:#333}.announcement a:hover{text-decoration:none;cursor:pointer;color:#2894df;border-bottom:1px solid #2894df}.announcement a:active,.announcement a:focus{outline:0;color:#2894df;border:0}.announcement .announcement-close{float:right;border:0;margin-right:1.6rem;margin-top:.4rem}.announcement+#container.page{top:3.8rem}.avatar img{width:36px;height:36px;border-radius:50%}.big.avatar img{width:72px;height:72px;border-radius:50%}.breadcrumbs{height:3.2rem;padding:0;margin-bottom:0;background:#30302d}.breadcrumbs ul{padding-top:.45em;margin-left:.1875em}.breadcrumbs ul li{display:inline-block;font-size:.8em;margin-left:.25em;max-width:25%;float:left}.breadcrumbs ul li:before{content:"\203A";margin-right:.5em}.breadcrumbs ul li:first-child{margin-left:0;padding-left:0}.breadcrumbs ul li:first-child:before{content:""}.breadcrumbs ul a{border:0}.breadcrumbs div.main-cell{display:inline}.panel.middle .breadcrumbs{border-bottom:1px solid #0c0c0a}.dialog-wrapper{position:absolute;width:100%;height:100%;z-index:800;background:rgba(0,0,0,.8);overflow:auto}.dialog{position:relative;max-width:48rem;border:1px solid #0c0c0a;background:#444442;margin:auto;margin-top:1%;margin-bottom:4.8rem;box-shadow:0 0 10px 0 #000}.dialog .dialog-header{padding:.8rem 1.6rem 0 1.6rem;height:4.8rem}.dialog .dialog-header h2{margin:.8rem 0 1rem .4rem;font-size:1.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.dialog .dialog-header .dialog-header-subtitle{padding-top:.4rem;padding-left:.8rem;font-size:1.4rem;color:#fffffc}.dialog .dialog-header .tooltip-alt{margin-left:.8rem;font-size:1.2rem;font-weight:400;color:#fffffc;line-height:1em}.dialog .dialog-header .tooltip-alt .tooltip-text{white-space:normal}.dialog .dialog-header .dialog-close{margin-top:-3.6rem}.dialog .form-content{background:#30302d;padding:1rem 2rem 2.4rem 2rem}.dialog .error-message{margin-bottom:1rem}.dialog p{margin-top:.8rem;font-size:1.5rem}.dialog p+.checkbox{padding-bottom:.8rem}.dialog p+.checkbox label{font-size:1.6rem}.dialog label{clear:both;font-size:1.5rem}.dialog input[type=text],.dialog textarea{width:100%;box-sizing:border-box}.dialog input[type=text]:after,.dialog input[type=text]:before,.dialog textarea:after,.dialog textarea:before{content:"";display:table}.dialog input[type=text]:after,.dialog textarea:after{clear:both}.dialog input[type=text]:after,.dialog input[type=text]:before,.dialog textarea:after,.dialog textarea:before{content:"";display:table}.dialog input[type=text]:after,.dialog textarea:after{clear:both}.dialog input+.message,.dialog textarea+.message{display:none}.dialog input+.message.error,.dialog textarea+.message.error{display:block;clear:both;width:100%}.dialog .inline-error{color:#ff6b70;font-weight:700}.dialog .accordion-header a{display:inline}.dialog .submit-wrapper{margin:0;clear:both;width:100%;padding:1.2rem 0}.dialog .submit-wrapper .button,.dialog .submit-wrapper .cancel{float:right;margin-right:1.6rem}.dialog .submit-wrapper .button{box-sizing:border-box;min-width:8rem}.dialog .submit-wrapper .primary{font-size:1.8rem;padding:1.2rem 2.4rem}.dialog .submit-wrapper .cancel{margin-top:.7em;font-size:1.6rem}.dialog-close,.dialog-close:hover{display:block;float:right;border:0}.dialog-close:active{-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem;box-shadow:inset 0 1px 2px rgba(0,0,0,.2)}.dialog-close .fa-close{padding-top:15px;width:30px;height:15px;text-align:center;display:block;vertical-align:baseline;line-height:0;border:1px solid #3b3b39;-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem}.dialog-close .svg-icon{padding:7px 0 7px 0;width:30px;height:15px;text-align:center;display:block;vertical-align:baseline;line-height:15px;border:1px solid #3b3b39;-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem}.dialog-close:hover .fa-close,.dialog-close:hover .svg-icon{border:1px solid #3b3b39;-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem}@media all and (max-width:480px){.dialog{margin:0;border:0;box-shadow:none;width:100%;max-width:100%;margin-bottom:2.5em}}.drag-and-drop,.drag-and-drop-multiple{position:absolute;top:-1000px;background:#444442;border:1px solid #3b3b39;z-index:9999999;padding:.65em;line-height:1em;color:#fff;border-radius:5px}.drag-and-drop svg,.drag-and-drop-multiple svg{position:absolute;margin-top:-.85em;margin-left:.4em}.drag-and-drop svg path,.drag-and-drop-multiple svg path{fill:#FFF}.drag-and-drop span.message,.drag-and-drop-multiple span.message{display:inline;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.drag-and-drop span.message.not-allowed,.drag-and-drop-multiple span.message.not-allowed{padding-left:1.85em}.drag-and-drop-multiple{box-shadow:.25em .25em 0 -1px #3b3b39}.drag-and-drop-multiple .count{position:absolute;top:-9px;right:-3px;font-size:.7em;background:#d40101;color:#fff;width:1.5em;height:1.5em;text-align:center;line-height:1.5em;border-radius:50%;box-shadow:0 0 1px #333}.drop-focus{background-color:#0e3e60}.dropdown{float:left}.dropdown .button.create:focus,.dropdown .button:focus{border:1px solid #0c0c0a;color:#fffffc;background:#30302d;z-index:801;border-bottom:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.dropdown .button.create:focus .svg-icon svg,.dropdown .button:focus .svg-icon svg{fill:#FFFFFC}.dropdown .button.more .svg-icon svg{top:.15em;margin-left:.5em}.dropdown .button.create .svg-icon svg{fill:#FFF}.dropdown .button.create.disabled .svg-icon svg{fill:#8B8B89}.dropdown .dropdown-content{display:none;border:1px solid #0c0c0a;background:#3b3b39;float:left;position:absolute;min-width:13em;z-index:800;padding:.25em 0}.dropdown .dropdown-content.visible{display:block}.dropdown .dropdown-content.right{right:0}.dropdown .dropdown-content li a{display:block;min-width:9em;font-size:.9375em;border:0;padding:.313em .626em}.dropdown .dropdown-content li a:hover{background:#444442;text-decoration:none;color:#fffffc}.dropdown .dropdown-content li.disabled a,.dropdown .dropdown-content li.disabled a:hover{color:#8b8b89}.dropdown .dropdown-content li .separator-before{border-top:1px solid #0c0c0a}.dropdown .dropdown-content li .separator-after{border-bottom:1px solid #0c0c0a}.dropdown .button+.dropdown-content{margin-top:2em;margin-bottom:2em}.feedback-card,.message.animated{background:#30302d;color:#fffffc;display:flex;border:1px solid #0c0c0a;border-radius:3px}.feedback-card .illustration,.message.animated .illustration{flex:0 0 180px}.feedback-card .additional-information,.message.animated .additional-information{flex:1;line-height:180px;margin-top:1.5em;padding-left:1em;padding-right:1em}@media only screen and (max-width:767px){.feedback-card,.message.animated{flex-direction:column}}.footer{margin-top:0;position:fixed;bottom:0;text-align:right;font-size:1.2rem;width:100%;height:3.8rem;background:#30302d;border-top:1px solid #0c0c0a;z-index:890}.footer .footer-links{padding-top:1rem;width:100%}.footer .footer-links li{display:inline;margin-right:1.5em}.footer .footer-links li.error-message a{background-color:#30302d;color:#ff6b70}.footer .footer-links li .github-star{display:inline;position:absolute;margin-left:-8em;margin-top:-1px}.footer .footer-links a:not(.gh-btn):not(.gh-count){border:0}.header{overflow:visible!important}.header.first{background:#222220}.header.second{background:#3b3b39}.header .navigation.primary:after,.header .navigation.primary:before{content:"";display:table}.header .navigation.primary:after{clear:both}.header .navigation.primary:after,.header .navigation.primary:before{content:"";display:table}.header .navigation.primary:after{clear:both}.header .navigation.primary li{padding:.5em;float:left}.header .navigation.primary li:first-child{padding-left:1em}.header .navigation.primary li.right{float:right;margin-right:1em}.header .navigation.primary li a{color:#f3f3f3;text-decoration:none;border:0;display:inline-block}.header .navigation.primary li a:hover{color:#eeeeec}.header .navigation.primary li a:active,.header .navigation.primary li a:focus{color:#2894df}.header .navigation.primary li a.highlighted{background-color:#2894df;padding:0 .5em 0 .5em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.header .navigation.primary li a.highlighted:active,.header .navigation.primary li a.highlighted:focus{color:#f3f3f3}.header .navigation.primary li .row.selected a{color:#eeeeec}.header .navigation.primary li .row.selected a:focus{color:#2894df}.header .navigation.primary .github-star{display:none;position:absolute;right:1em;top:4px}@media all and (min-width:600px){.header .navigation.primary .github-star{display:block}}.header .logo{margin:1.25em 0 0 1em;max-width:80%}.progress-bar{background:0 0;width:100%;height:2px;display:block}.progress-bar span{background:#d40101;height:2px;display:block}.progress-bar-wrapper{border:1px solid #0c0c0a;height:10px;display:block;margin:2em 0 1em 0;padding:2px}.progress-bar-wrapper .progress-bar.big{width:100%;height:10px;display:block;clear:both}.progress-bar-wrapper .progress-bar.big .progress{background:#d40101;width:5%;display:block;height:10px}.progress-bar-wrapper .progress-bar.big.infinite{background:#d40101}.progress-bar-wrapper .progress-bar.big.infinite .progress{width:100%;overflow:hidden;background:url('../../../img/controls/infinite-bar.gif') repeat-x;-moz-opacity:0.5;-khtml-opacity:0.5;opacity:.5}.progress-details{color:#8b8b89;margin:.5em 0 .5em 0}.progress-details .progress-percent{float:right}.update-loading-bar{position:fixed;display:block;width:100%;bottom:2.35em;z-index:991}.update-loading-bar .progress-bar span{transition:width 2s;transition-timing-function:cubic-bezier(0.45,1.27,0.76,0.9)}.logo.no-img{background:transparent url('../../../img/logo/logo_white.svg') 0 0 no-repeat;background-size:150px auto;width:150px;height:30px}.logo h1{display:none}.logo.bigger{background:transparent url('../../../img/logo/logo_white.svg') 0 0 no-repeat;background-size:200px auto;width:200px;height:45px}.header.second .col1{min-width:200px}@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:1.5),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-devicepixel-ratio:1.5),only screen and (min-resolution:1.5dppx){.logo.no-img{background:transparent url('../../../img/logo/logo_white.svg') 0 0 no-repeat;background-size:150px auto}.logo.bigger{background:transparent url('../../../img/logo/logo_white.svg') 0 0 no-repeat;background-size:200px auto}}.js .message.no-js{display:none}.cookies .message.no-cookies{display:none}.message{padding:1.6rem}.message a{border-bottom:1px solid #0c0c0a}.message a:hover{border-bottom:1px solid #2894df}.message.error{color:#333;background:#ffe4e4}.message.error a:link,.message.error a:visited{color:#333;border-bottom:1px dotted #0c0c0a}.message.error a:hover{color:#333;border-bottom:1px solid #0c0c0a}.message.success{color:#333;background:#f4f4d9}.message.notice{color:#333;background:#2894df}.message.warning{color:#333;background:#fef0bf}.message p:last-child{margin-bottom:0}.message.side-message{margin-left:1.6rem;font-size:1.6rem;margin-right:3.2rem}.message.side-message p,.message.side-message ul{padding-bottom:1.6rem}.notification-container{font-size:.85em;top:0;position:absolute;z-index:991;height:2em;padding-top:1em;width:60%;margin-left:20%}.notification-container .notification{position:relative;left:50%;float:left;clear:both;margin-bottom:1em}.notification-container .notification .message{box-shadow:0 0 10px 0 #000;border-radius:2px;padding:.5em 1em;position:relative;left:-50%;float:left;color:#000;font-weight:400;width:auto}.notification-container .notification .message.warning{color:#333;background:#fef0bf}.notification-container .notification .message .content{margin-right:1em}.notification-container .notification .message .content strong{text-transform:capitalize}form.search{margin-top:1.6rem}form.search label,form.search legend{display:none;width:16rem}form.search input[type=search]{float:left;width:65%;margin-bottom:0;border-right:1px solid #30302d;padding:.5rem 1rem}form.search input[type=search]:active,form.search input[type=search]:focus{border-right:1px solid #2894df}form.search button{height:3.6rem;width:6.5rem;float:left;margin-left:0;border-radius:0 2px 2px 0}form.search button .svg-icon svg{top:.1rem}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{display:none}@media all and (max-width:480px){form.search{display:none}}.tooltip,[data-tooltip]{position:relative;cursor:pointer}.tooltip:after,.tooltip:before,[data-tooltip]:after,[data-tooltip]:before{position:absolute;visibility:hidden;opacity:0;transition:opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71, 1.7, .77, 1.24);transform:translate3d(0,0,0);pointer-events:none;text-align:center}.always-show:after,.always-show:before,.tooltip:focus:after,.tooltip:focus:before,.tooltip:hover:after,.tooltip:hover:before,[data-tooltip]:focus:after,[data-tooltip]:focus:before,[data-tooltip]:hover:after,[data-tooltip]:hover:before{visibility:visible;opacity:1}.tooltip:before,[data-tooltip]:before{z-index:990;border:.6rem solid transparent;background:0 0;content:""}.tooltip:after,[data-tooltip]:after{z-index:990;padding:.4rem;width:16rem;background-color:hsla(0,0%,0%,.9);color:#eeeeec;content:attr(data-tooltip);font-size:1.4rem;line-height:2.4rem;font-weight:400;text-shadow:none}.tooltip-top:after,.tooltip-top:before,.tooltip:after,.tooltip:before,[data-tooltip]:after,[data-tooltip]:before{bottom:100%;left:50%}.tooltip-top:before,.tooltip:before,[data-tooltip]:before{margin-left:-.6rem;margin-bottom:-1.2rem;border-top-color:hsla(0,0%,20%,.9)}.tooltip-top:after,.tooltip:after,[data-tooltip]:after{margin-left:-8rem}.tooltip-top.always-show:after,.tooltip-top.always-show:before,.tooltip-top:focus:after,.tooltip-top:focus:before,.tooltip-top:hover:after,.tooltip-top:hover:before,.tooltip.always-show:after,.tooltip.always-show:before,.tooltip:focus:after,.tooltip:focus:before,.tooltip:hover:after,.tooltip:hover:before,[data-tooltip]:focus:after,[data-tooltip]:focus:before,[data-tooltip]:hover:after,[data-tooltip]:hover:before{transform:translateY(-1.2rem)}.tooltip-left:after,.tooltip-left:before{right:100%;bottom:50%;left:auto}.tooltip-left:before{margin-left:0;margin-right:-1.2rem;margin-bottom:0;border-top-color:transparent;border-left-color:hsla(0,0%,20%,.9)}.tooltip-left.always-show:after,.tooltip-left.always-show:before,.tooltip-left:focus:after,.tooltip-left:focus:before,.tooltip-left:hover:after,.tooltip-left:hover:before{transform:translateX(-1.2rem)}.tooltip-bottom:after,.tooltip-bottom:before{top:100%;bottom:auto;left:50%}.tooltip-bottom:before{margin-top:-1.2rem;margin-bottom:0;border-top-color:transparent;border-bottom-color:hsla(0,0%,20%,.9)}.tooltip-bottom.always-show:after,.tooltip-bottom.always-show:before,.tooltip-bottom:focus:after,.tooltip-bottom:focus:before,.tooltip-bottom:hover:after,.tooltip-bottom:hover:before{transform:translateY(1.2rem)}.tooltip-right:after,.tooltip-right:before{bottom:50%;left:100%}.tooltip-right:before{margin-bottom:0;margin-left:-1.2rem;border-top-color:transparent;border-right-color:#222220}.tooltip-right.always-show:after,.tooltip-right.always-show:before,.tooltip-right:focus:after,.tooltip-right:focus:before,.tooltip-right:hover:after,.tooltip-right:hover:before{transform:translateX(1.2rem)}.tooltip-left:before,.tooltip-right:before{top:.3rem}.tooltip-left:after,.tooltip-right:after{margin-left:0;margin-bottom:-1.6rem}.tooltip.large:after,[data-tooltip].large:after{width:240rem}.tooltip-left.large:after,.tooltip-left.large:before,.tooltip-right.large:after,.tooltip-right.large:before{margin-top:.6rem}.tooltip-alt{cursor:pointer;display:inline-block;border-bottom:0}.tooltip-alt .tooltip-text{position:absolute;visibility:hidden;width:180px;background-color:#222220;color:#eeeeec;padding:.5em 1em;transition:opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71, 1.7, .77, 1.24);transform:translate3d(0,0,0);z-index:99999}.tooltip-alt .tooltip-text.right{margin-left:1.2rem;margin-top:-2.65rem}.tooltip-alt .tooltip-text.right::after{content:" ";position:absolute;top:1.125em;right:100%;margin-top:-5px;border:5px #333 solid;border-color:transparent #222220 transparent transparent}.tooltip-alt:hover .tooltip-text{transform:translateX(12px);visibility:visible;opacity:1}.tooltip svg,.tooltip-alt svg{fill:#cacac9;top:.125em;position:relative}.user.profile{max-width:16em;float:right;border:1px solid #0c0c0a;margin-top:.5em;background:#3b3b39;overflow:hidden;cursor:pointer;border-radius:3px;background:#444442;background-image:linear-gradient(top,#444442,#444442)}.user.profile .more{background:#444442;background-image:linear-gradient(top,#444442,#444442);border-left:1px dotted #0c0c0a}.user.profile .center-cell-wrapper,.user.profile .left-cell,.user.profile .right-cell{float:left;height:3.125em}.user.profile .center-cell-wrapper{width:100%}.user.profile .center-cell{margin:0 0 0 3.125em;overflow:hidden}.user.profile .left-cell{width:3.125em;margin-left:-100%}.user.profile .right-cell{width:1.6875em;margin-left:-1.75em}.user.profile .picture img{width:2.6em;padding:.28em .35em .35em .35em;border-radius:50%}.user.profile .details{float:left;font-size:.875em;padding:.357em 1em .5em 1em}.user.profile .details .email,.user.profile .details .name{width:11em;float:left;clear:both;text-overflow:clip;word-wrap:break-word;display:inline-block;line-height:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.user.profile .details .name{font-weight:700;padding-top:0}.user.profile .details .email{padding-bottom:0}.user.profile .more a{position:absolute;display:block;border:0;color:#cacac9}.user.profile .more a .svg-icon{margin:16px 0 0 7px;display:inline-block}.user.profile .more a .svg-icon svg{fill:#FFF}.user.profile .more a:hover{color:#000}.user.profile .more a:hover svg{fill:#8B8B89}.user.profile .more a span:last-child{visibility:hidden}.user.profile .dropdown-content{top:59px;max-width:16em;width:100%;background:#3b3b39}.user.profile .dropdown-content.visible{display:block}@media all and (max-width:1024px){.user.profile{display:block;width:auto}.user.profile .center-cell{display:none}.user.profile .right-cell{display:none}}.navigation-secondary{font-size:.9375em;border-bottom:1px dotted #0c0c0a;padding:.625em 0}.navigation-secondary ul{list-style:none;padding:0}.navigation-secondary li:after,.navigation-secondary li:before{content:"";display:table}.navigation-secondary li:after{clear:both}.navigation-secondary li:after,.navigation-secondary li:before{content:"";display:table}.navigation-secondary li:after{clear:both}.navigation-secondary .row{float:left;width:100%;box-sizing:border-box}.navigation-secondary .row:hover{background:#444442}.navigation-secondary .row.no-hover:hover{background:0 0}.navigation-secondary .row.selected{font-weight:700}.navigation-secondary .row .main-cell-wrapper{float:left;width:100%}.navigation-secondary .row .main-cell{margin:0 1.5em 0 0}.navigation-secondary .row .main-cell h3{border:0;font-size:1em;margin:0 .25em 0 1em;padding:.25em 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.navigation-secondary .row .main-cell h3 a{padding-top:0;padding-bottom:0}.navigation-secondary .row .main-cell span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;display:block}.navigation-secondary .row .main-cell a{border:0;padding:.2em .313em;padding-left:1em;color:#fffffc;display:block}.navigation-secondary .row .right-cell{float:right;width:1em;height:1em;margin-right:1em;margin-top:-1.5em}.navigation-secondary .row .right-cell a{display:none;width:1em;height:1em;padding:.125em;color:#8b8b89;border:1px solid transparent}.navigation-secondary .row .right-cell a .svg-icon{position:absolute;width:16px;height:16px;line-height:16px;text-align:center;vertical-align:center}.navigation-secondary .row .right-cell a .svg-icon svg{fill:#606060}.navigation-secondary .row .right-cell a .svg-icon svg:hover{fill:#2894DF}.navigation-secondary .row .right-cell a:hover{color:#2894df;background:#30302d}.navigation-secondary .row.title .right-cell{margin-top:-1.825em}.navigation-secondary .row:hover{background:#444442}.navigation-secondary .row:hover .right-cell a{display:block}.navigation-secondary-tree .folders-label-selected{background:#f3f3f3}.navigation-secondary-tree .folders-label-height{height:2.8rem}.navigation-secondary-tree .row .main-cell span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;display:inline-block;margin-top:.3rem;width:calc(100% - 4rem)}.navigation-secondary-tree .row .main-cell .svg-icon{display:inline}.navigation-secondary-tree .row .main-cell .svg-icon.hidden{display:none}.navigation-secondary-tree .row .main-cell .svg-icon svg{width:1.3rem;height:1.3rem;position:absolute;margin-top:.7rem;fill:#FFFFFC}.navigation-secondary-tree .row .main-cell a{padding:0 0 0 3.5rem}.navigation-secondary-tree .row .main-cell a .svg-icon.caret-down svg,.navigation-secondary-tree .row .main-cell a .svg-icon.caret-right svg{margin-left:-2rem;margin-top:.5rem;width:1.6rem;height:1.6rem;position:absolute}.navigation-secondary-tree .row .main-cell a .folder-name{margin-left:1.3em}.navigation-secondary-tree .row .right-cell{margin-top:-2.4rem}.navigation-secondary-tree .row.title .main-cell h3{padding-top:.4rem;padding-bottom:0;border:0;margin-top:0;line-height:1.9rem}.navigation-secondary-tree .row.title .main-cell h3 span{width:100%;margin-top:0}.navigation-secondary-tree .row.title .main-cell h3 a{padding-left:0}.navigation-secondary-tree .row.title .main-cell h3 a::after,.navigation-secondary-tree .row.title .main-cell h3 a::before{display:none}.navigation-secondary-tree .row.title .main-cell h3 .folders-label{width:100%;margin-left:1.6rem;cursor:pointer}.navigation-secondary-tree .row.title .main-cell h3 .folders-label span{width:calc(100% - 2.4rem)}.navigation-secondary-tree .row.title .main-cell h3 .folders-label .svg-icon.caret-down svg,.navigation-secondary-tree .row.title .main-cell h3 .folders-label .svg-icon.caret-right svg{margin-left:-2rem;margin-top:.2rem;width:1.6rem;height:1.6rem;position:absolute}.navigation-secondary-tree .row.title .main-cell h3 .folders-label .svg-icon.spinner svg{margin-left:-1.6rem;margin-top:4rem;width:1.6rem;height:1.6rem;position:absolute}.navigation-secondary-tree .row.title .right-cell{margin-top:-2.4rem}.navigation-secondary-tree .row.disabled{cursor:default;pointer-events:none}.navigation-secondary-tree .row.disabled .main-cell span.folder-name{color:#8b8b89;text-shadow:none;font-weight:400}.navigation-secondary-tree .row.disabled .main-cell span.svg-icon svg{fill:#8B8B89}.navigation-secondary-tree .row.disabled .main-cell a:before{color:#8b8b89}.navigation-secondary-tree .row.disabled.is-dragged{pointer-events:auto}.navigation-secondary-tree li li{padding-left:1.15em}.contextual-menu{position:absolute;background:#3b3b39;border:1px solid #0c0c0a;width:12em;box-shadow:0 0 10px 0 #000;z-index:993;left:11.25em;display:none;padding:.25em 0}.contextual-menu a{font-size:.875em;display:block;padding:.357em .714em;border:0}.contextual-menu a:hover{color:#fffffc;background:#444442}.contextual-menu li.disabled a{color:#444442}.contextual-menu li.disabled a:hover{color:#444442;background:#3b3b39}.contextual-menu .separator-before{border-top:1px solid #0c0c0a}.contextual-menu .separator-after{border-bottom:1px solid #0c0c0a}iframe{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}iframe.full-screen{position:absolute;width:100%;height:100%;z-index:999;border:0;top:0;left:0}iframe.cachette{position:absolute;width:1px;height:1px;z-index:999;border:0;bottom:0;right:0}.sidebar-help{margin-top:3.2rem;padding:2.4rem;background-color:#2894df}.sidebar-help.transparent{background-color:transparent;border:1px solid #0c0c0a}.sidebar-help h3{margin:0 0 1.6rem 0;border-bottom:none}.panel.aside .activity div.actions{margin-top:1em;text-align:center}.panel.aside .comments{width:100%}.panel.aside .comments .wrap-right-column{float:left;width:100%}.panel.aside .comments .right-column{margin-left:4rem}.panel.aside .comments .left-column{float:left;width:3.2rem;margin-left:-100%}.panel.aside .comments .comment{padding-bottom:.8rem}.panel.aside .comments .comment:after,.panel.aside .comments .comment:before{content:"";display:table}.panel.aside .comments .comment:after{clear:both}.panel.aside .comments .comment:after,.panel.aside .comments .comment:before{content:"";display:table}.panel.aside .comments .comment:after{clear:both}.panel.aside .comments .comment p{background:#3b3b39;padding:1.6rem;margin-left:1.6rem;margin-top:0}.panel.aside .comments .comment .author.picture{width:3.2rem;height:3.2rem;margin-top:.4rem}.panel.aside .comments .comment .author.picture img{width:3.2rem;height:3.2rem}.panel.aside .comments .comment .author.picture a{border:0}.panel.aside .comments .comment .metadata{font-style:italic;margin:.8rem 0 1.6rem 1.6rem}.panel.aside .comments .comment .metadata .author.username{max-width:48%;float:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.panel.aside .comments .comment .metadata .author.username:after{content:', '}.panel.aside .comments .comment .metadata .modified{max-width:48%;padding-right:.2rem;padding-left:.4rem;color:#8b8b89;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.panel.aside .comments .comment .form-content{margin-left:.8rem}.panel.aside .comments .comment .actions{float:right;margin-top:-3.6rem;margin-right:0}.panel.aside .comments .comment p:before{content:' ';position:absolute;width:1px;height:1px;border-top:1rem solid transparent;border-bottom:1rem solid transparent;border-right:1rem solid #3b3b39;margin-left:-2.4rem;margin-top:-.8rem}.panel.aside .comments .comment a.delete-comment{border:0}.error-details{margin-top:1em;margin-bottom:2em}.error-details .accordion-header a{border:0}.error-details .accordion-content textarea{font-size:.7rem;width:calc(100% - 2em);height:12em;font-family:monospace;padding:1em;margin-top:.5em;background:#444442;border:0}.input.location:after,.input.location:before{content:"";display:table}.input.location:after{clear:both}.input.location:after,.input.location:before{content:"";display:table}.input.location:after{clear:both}.input.location .location-input{padding:.25em 0;margin-bottom:.5em;width:100%;float:left;box-sizing:border-box;border:1px solid #222220;background:#0c0c0a}.input.location .breadcrumbs{font-size:1.125em;background:0 0;box-sizing:border-box;float:left;width:79%;padding-left:0;margin-top:-.25em}.input.location .breadcrumbs ul{float:left;width:100%;padding-right:.5em;box-sizing:border-box;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.input.location .breadcrumbs li{display:inline}.input.location .button{border:0;box-sizing:border-box;float:right;width:19%;margin:0 .25em 0 0}.form-content.permission-add label{padding-bottom:.5em;padding-top:1em;height:1.5em}.form-content.permission-add .autocomplete input{margin-bottom:0}.form-content.permission-add .message{padding-left:0}.autocomplete-wrapper{position:relative}.autocomplete-wrapper .autocomplete-content{position:absolute;top:0;left:0;width:100%;z-index:899;padding:0;margin:0;border:1px solid #0c0c0a;max-height:10em;overflow:auto;box-sizing:border-box}.autocomplete-wrapper .autocomplete-content .row{font-size:.813em;padding:.825em .5em .5em 1em;border-bottom:1px dotted #0c0c0a}.autocomplete-wrapper .autocomplete-content .row:after,.autocomplete-wrapper .autocomplete-content .row:before{content:"";display:table}.autocomplete-wrapper .autocomplete-content .row:after{clear:both}.autocomplete-wrapper .autocomplete-content .row:after,.autocomplete-wrapper .autocomplete-content .row:before{content:"";display:table}.autocomplete-wrapper .autocomplete-content .row:after{clear:both}.autocomplete-wrapper .autocomplete-content .row:last-child{border:0}.autocomplete-wrapper .autocomplete-content .row.selected,.autocomplete-wrapper .autocomplete-content .row:hover{background:#444442}.autocomplete-wrapper .autocomplete-content .row .avatar img{float:left}.autocomplete-wrapper .autocomplete-content .row .group,.autocomplete-wrapper .autocomplete-content .row .user{width:75%;float:left;padding-left:1em;padding-right:1em}.autocomplete-wrapper .autocomplete-content .row .name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.autocomplete-wrapper .autocomplete-content .row .details{color:#8b8b89;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;display:block}.autocomplete-wrapper .autocomplete-content .row.loading .info{margin-left:3.8em}.autocomplete-wrapper .autocomplete-content .row.loading .info:after{width:60%;height:100%;position:absolute;content:" ";top:0;left:1.45em;background:transparent url('../../../img/controls/loading_dark.svg') left center no-repeat}@media all and (max-width:440px){.autocomplete-wrapper .autocomplete-content{height:auto;max-height:none}}.input-password-wrapper{width:100%;box-sizing:border-box}.input-password-wrapper:after,.input-password-wrapper:before{content:"";display:table}.input-password-wrapper:after{clear:both}.input-password-wrapper:after,.input-password-wrapper:before{content:"";display:table}.input-password-wrapper:after{clear:both}.input-password-wrapper .input.password{display:inline-flex;width:65.5%}.input-password-wrapper .input.password input[type=password],.input-password-wrapper .input.password input[type=text]{flex:1;box-sizing:border-box}.input-password-wrapper .input.password input[type=password].decrypting{background:transparent url('../../../img/controls/loading_dark.svg') no-repeat 90% center}.input-password-wrapper .password-view{padding:.8rem 1.4rem;margin-top:0;margin-right:0;margin-left:-.1rem;margin-bottom:.8rem;border-radius:0;background:#0c0c0a;border-left:0;border-top:1px solid #30302d}.input-password-wrapper .password-view.selected{background:#222220}.input-password-wrapper input[type=password]:focus~.button.password-view,.input-password-wrapper input[type=text]:focus~.button.password-view{box-shadow:inset -1px 1px 1px rgba(0,0,0,.2);border:1px solid #2894df;border-left:0}.input-password-wrapper .actions.inline{float:right;width:30%}.input-password-wrapper .actions.inline .button{float:left;width:4.8rem;padding-left:0;padding-right:0}.input-password-wrapper .actions.inline .button+.button{margin-left:.8rem}.input-password-wrapper .password-complexity .complexity-text{float:right;clear:right;width:30%;font-size:11px;text-align:left;padding-left:0}.input-password-wrapper .password-complexity.not_available .complexity-text{color:#0c0c0a}.input-password-wrapper .password-complexity .progress{width:65.5%;box-sizing:border-box;border:1px solid #0c0c0a;height:10px;display:block;clear:both;margin:.25em 0 .5em 0;float:left}.input-password-wrapper .password-complexity .progress-bar{background:#000;width:0;height:6px;display:block;float:left;margin:1px}.input-password-wrapper .password-complexity .progress-bar.very-weak{background:#000;width:5%}.input-password-wrapper .password-complexity .progress-bar.weak{background:#d40101;width:10%}.input-password-wrapper .password-complexity .progress-bar.fair{background:#ffbd2e;width:60%}.input-password-wrapper .password-complexity .progress-bar.strong{background:#6c0;width:80%}.input-password-wrapper .password-complexity .progress-bar.very-strong{background:#090;width:99.5%}@media all and (max-width:400px){.input-password-wrapper .input.password{float:left;width:100%}.input-password-wrapper .actions.inline{width:50%;float:left;margin-bottom:.5em}.input-password-wrapper .password-complexity .progress{display:none}.input-password-wrapper .password-complexity .complexity-text{float:left;width:50%;font-size:.831em;margin-top:.5em}.fa.fa-lg{line-height:1}}.security-token{font-size:1em;padding:.375em 0;text-align:center;display:inline-block;width:4em;margin-top:-.5em;margin-left:-.5em;border:1px solid #30302d;line-height:1.5em;vertical-align:middle;box-sizing:border-box}/*!
|
|
10
10
|
Chosen, a Select Box Enhancer for jQuery and Prototype
|
|
11
11
|
by Patrick Filler for Harvest, http://getharvest.com
|
|
12
12
|
|
|
@@ -15,4 +15,4 @@ Full source at https://github.com/harvesthq/chosen
|
|
|
15
15
|
Copyright (c) 2011-2018 Harvest http://getharvest.com
|
|
16
16
|
|
|
17
17
|
MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
|
|
18
|
-
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#30302d;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);display:none}.chosen-container.chosen-with-drop .chosen-drop{display:block}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#8b8b89}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:"\003A";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #30302d;border-radius:5px;background-color:#30302d;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#30302d),color-stop(50%,#3b3b39),color-stop(52%,#3b3b39),to(#444442));background:linear-gradient(#30302d 20%,#3b3b39 50%,#3b3b39 52%,#444442 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #30302d inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #30302d inset,0 1px 1px rgba(0,0,0,.1);color:#fffffc;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-single input[type=text]{cursor:pointer;opacity:0;position:absolute}.chosen-container-single .chosen-default{color:#8b8b89}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:32px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url('../../../img/third_party/chosen-sprite.png') -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:.8rem;display:block;width:1.8rem;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url("../../../img/third_party/chosen-sprite.png") no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search span.svg-icon{position:absolute;margin-left:-1.5em;margin-top:.35em}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #30302d;background:url("../../../img/third_party/chosen-sprite.png") no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-.5em;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0)}.chosen-container .chosen-results{color:#fffffc;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#444442;cursor:default}.chosen-container .chosen-results li:hover{background-color:#2894df;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#eeeeec}.chosen-container .chosen-results li.no-results{color:#cacac9;display:list-item;background:#444442}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #30302d;background-color:#30302d;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#3b3b39),color-stop(15%,#30302d));background-image:linear-gradient(#3b3b39 1%,#30302d 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#8b8b89;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #30302d;max-width:100%;border-radius:3px;background-color:#30302d;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#30302d),color-stop(50%,#3b3b39),color-stop(52%,#3b3b39),to(#444442));background-image:linear-gradient(#30302d 20%,#3b3b39 50%,#3b3b39 52%,#444442 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #30302d inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #30302d inset,0 1px 0 rgba(0,0,0,.05);color:#444442;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url("../../../img/third_party/chosen-sprite.png") -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #222220;background-color:#444442;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#30302d),color-stop(50%,#3b3b39),color-stop(52%,#3b3b39),to(#444442));background-image:linear-gradient(#30302d 20%,#3b3b39 50%,#3b3b39 52%,#444442 100%);color:#cacac9}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#3b3b39}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#3b3b39;cursor:default}.chosen-container-active .chosen-single{border:1px solid #2894df;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #30302d;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3b3b39),color-stop(80%,#30302d));background-image:linear-gradient(#3b3b39 20%,#30302d 80%);-webkit-box-shadow:0 1px 0 #30302d inset;box-shadow:0 1px 0 #30302d inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #2894df;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#fffffc!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url("../../../img/third_party/chosen-sprite.png") no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url('../../../img/third_party/chosen-sprite@2x.png')!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.chosen-container{margin-bottom:.5em}.chosen-container.chosen-disabled a.chosen-single{border:1px solid #222220}.chosen-container a.chosen-single{color:#fffffc;display:block;text-overflow:ellipsis;white-space:nowrap;height:3.8rem;width:100%;background:#444442;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:1px solid #222220;border-top:1px solid #30302d;box-shadow:none;margin:0 0 .8rem 0}.chosen-container a.chosen-single span{font-size:1.6rem;padding-left:.4rem;padding-top:.4rem;margin-top:.2rem;color:#fffffc}.chosen-container a.chosen-single span.svg-icon{float:left}.chosen-container a.chosen-single div b{background-position:0 .6rem}.chosen-container .chosen-search input.chosen-search-input[type=text]{width:95%!important;color:#cacac9}.chosen-container .chosen-drop{border:1px solid #222220!important;border-top:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;background:#0c0c0a!important}.chosen-container .chosen-drop .chosen-results{color:#fffffc}.chosen-container.chosen-container-active.chosen-with-drop a.chosen-single{background:#0c0c0a;border:1px solid #222220;border-top:1px solid #30302d;box-shadow:none}.chosen-container.chosen-container-active.chosen-with-drop a.chosen-single div b{background-position:-1.8rem .8rem}.singleline.connection_info .input.text.first-field,.singleline.connection_info .input.text:first-child{margin-right:0}.singleline.connection_info .input.text.protocol{flex:0 0 2.5rem}.singleline.connection_info .input.text.protocol .chosen-container{display:block}.singleline.connection_info .input.text.protocol .chosen-container a.chosen-single div b{background-position:0 .8rem}.singleline.connection_info .input.text.protocol .chosen-container-active.chosen-with-drop a.chosen-single div b{background-position:-1.8rem .8rem}.singleline.connection_info .input.text.host{flex:1 0 auto}.singleline.connection_info .input.text.port{flex:0 0 9.5rem}.enter-passphrase .password:after,.enter-passphrase .password:before{content:"";display:table}.enter-passphrase .password:after{clear:both}.enter-passphrase .password:after,.enter-passphrase .password:before{content:"";display:table}.enter-passphrase .password:after{clear:both}.enter-passphrase .password input[type=password],.enter-passphrase .password input[type=text]{float:left;box-sizing:border-box;width:calc(100% - 4.2rem)}.enter-passphrase .password .password-view{width:4.2rem;float:left;margin-top:0;margin-right:0;margin-left:-.1rem;height:3.8rem;border-radius:0;padding:.6rem .8rem .6rem 1rem;background:#0c0c0a;border-left:0;border-top:1px solid #30302d}.enter-passphrase .password .password-view.selected{background:#222220;box-shadow:inset 0 1px 2px rgba(0,0,0,.2)}.enter-passphrase .password .password-view svg{margin-top:.2rem}.enter-passphrase .password input[type=password]:focus~.password-view,.enter-passphrase .password input[type=text]:focus~.password-view{border:1px solid #2894df;border-left:0}.enter-passphrase .password.with-token input[type=password],.enter-passphrase .password.with-token input[type=text]{width:calc(100% - 11.7rem)}.enter-passphrase .password.with-token .password-view{margin-right:.8rem}.enter-passphrase .password.with-token .security-token{width:6rem;float:left;margin-top:0;margin-right:0;border-radius:0;padding:.7rem 0;text-align:center;background:#0c0c0a;border:1px solid #30302d}.password-complexity .complexity-text{float:right;clear:right;width:30%;font-size:1rem;text-align:left;padding-left:0}.password-complexity.not_available .complexity-text{color:#0c0c0a}.password-complexity .progress{width:100%;box-sizing:border-box;border:1px solid #0c0c0a;height:10px;display:block;clear:both;margin:.25em 0 .5em 0;float:left}.password-complexity .progress-bar{background:#000;width:0;height:6px;display:block;float:left;margin:1px}.password-complexity .progress-bar.very-weak{background:#000;width:5%}.password-complexity .progress-bar.weak{background:#d40101;width:10%}.password-complexity .progress-bar.fair{background:#ffbd2e;width:60%}.password-complexity .progress-bar.strong{background:#6c0;width:80%}.password-complexity .progress-bar.very-strong{background:#090;width:99.5%}.password-hints{margin:.5em 0 1em 0}.password-hints li{font-size:1.5rem;line-height:2.4rem}.password-hints li:before{content:"\25CF";color:#444442;padding-right:.5em}.password-hints li.success:before{color:#090}.password-hints li.error:before{color:#d40101}.dialog .form-content.permission-add{background-color:#30302d;padding:0 1em 1em 1em}.dialog .form-content.permission-add:after,.dialog .form-content.permission-add:before{content:"";display:table}.dialog .form-content.permission-add:after{clear:both}.dialog .form-content.permission-add:after,.dialog .form-content.permission-add:before{content:"";display:table}.dialog .form-content.permission-add:after{clear:both}.dialog .form-content.permission-edit{padding:0;border-bottom:1px solid #0c0c0a}.dialog .permissions.scroll{overflow:auto;background:linear-gradient(#30302d 30%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),#30302d 70%) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.08),rgba(0,0,0,0)),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.08),rgba(0,0,0,0)) 0 100%;background-repeat:no-repeat;background-color:#30302d;background-size:100% 40px,100% 40px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll;max-height:19em;margin:0}.dialog .permissions .row{font-size:.813em;padding:.875em .5em .5em .875em;border-bottom:1px dotted #0c0c0a;display:flex;align-items:center}.dialog .permissions .row:after,.dialog .permissions .row:before{content:"";display:table}.dialog .permissions .row:after{clear:both}.dialog .permissions .row:after,.dialog .permissions .row:before{content:"";display:table}.dialog .permissions .row:after{clear:both}.dialog .permissions .row:last-child{border:0}.dialog .permissions .row.permission-updated{background:#5c564c}.dialog .permissions .row .avatar img{float:left}.dialog .permissions .row .aro{flex:1 1 auto;width:40%;float:left;padding:0 1em}.dialog .permissions .row .aro .aro-details{margin-top:-.25em;color:#8b8b89}.dialog .permissions .row .aro .ellipsis{display:inline-block;max-width:90%}.dialog .permissions .row .aro .svg-icon svg{position:relative;top:-.125em}.dialog .permissions .row .tooltip-alt{margin-left:.25em}.dialog .permissions .row .rights{float:left;margin-top:.5em;flex:0 1 auto}.dialog .permissions .row .rights select{margin:0;font-size:1em}.dialog .permissions .row .remove-item{color:#cacac9;float:right;margin-right:1rem;border:0;padding:.625rem;width:1rem;height:1rem;margin-top:.2rem}.dialog .permissions .row .remove-item:hover{color:#fffffc;text-decoration:none}.dialog .permissions .row .remove-item:focus{color:#2894df}.dialog .permissions .row .remove-item:active{color:#2894df;box-shadow:inset 0 1px 2px rgba(0,0,0,.2)}.dialog .permissions .row .remove-item.disabled{cursor:default;color:#8b8b89}.dialog .permissions .row.skeleton{height:42px;position:relative}.dialog .permissions .row.skeleton .avatar{float:left;width:3em;height:3em;background:#444442;border-radius:50%;flex:none}.dialog .permissions .row.skeleton .aro .aro-name{margin-top:.25em;width:7em;height:1em;background:#444442;-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem}.dialog .permissions .row.skeleton .aro .aro-details{-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem;margin-top:.5em;width:10em;height:1em;background:#444442}.dialog .permissions .row.skeleton .select.rights{-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem;float:left;margin-top:.65rem;width:7.3em;height:1.9em;background:#444442}.dialog .permissions .row.skeleton .actions{border-radius:50%;float:right;width:1.116rem;height:1.116rem;margin-top:.7rem;margin-right:1.62rem;background:#444442;margin-left:.625rem}.dialog .permissions .row.skeleton .shimmer{position:absolute;top:0;left:0}@media all and (max-width:480px){.dialog .permissions.scroll{height:auto;margin:0}.dialog .permissions .row .group,.dialog .permissions .row .user{width:45%}}.secret-copy{overflow:visible;display:table-cell;vertical-align:middle}.secret-copy:after,.secret-copy:before{content:"";display:table}.secret-copy:after{clear:both}.secret-copy:after,.secret-copy:before{content:"";display:table}.secret-copy:after{clear:both}.secret-copy>a{background:transparent url('../../../img/controls/dot_white.svg') repeat-x left 3px;display:inline-block;width:108px;height:20px;float:left;border:0}.secret-copy>a:hover{background:transparent url('../../../img/controls/dot_red.svg') repeat-x left 3px}.secret-copy>a>span{display:none}.secret-copy>pre{display:none}.panel.aside{position:absolute;right:2em;min-width:25em;width:30%;bottom:0;height:100%;background:#3b3b39;box-shadow:0 0 10px 0 #000}.panel.aside .sidebar-header:after,.panel.aside .sidebar-header:before{content:"";display:table}.panel.aside .sidebar-header:after{clear:both}.panel.aside .sidebar-header:after,.panel.aside .sidebar-header:before{content:"";display:table}.panel.aside .sidebar-header:after{clear:both}.panel.aside .sidebar-header h3{float:left;width:67%;margin-top:.88em;padding:0 0 0 .6em;display:table-cell;vertical-align:middle;border:0}.panel.aside .sidebar-header h3 .title-wrapper{width:100%;line-height:1.2em;font-size:1.2em}.panel.aside .sidebar-header h3 .title-wrapper .name{max-width:85%;float:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.panel.aside .sidebar-header h3 .title-wrapper .title-link{border:0;color:#cacac9;font-size:.875em;margin-left:.429em;vertical-align:bottom}.panel.aside .sidebar-header h3 .title-wrapper .title-link:hover{color:#2894df}.panel.aside .sidebar-header h3 .title-wrapper .title-link .svg-icon{margin-top:.25em}.panel.aside .sidebar-header h3 .subtitle{font-size:.8em;color:#8b8b89;font-weight:400;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.panel.aside .sidebar-header .teaser-image{margin:1.6rem 0 1.6rem 1.6rem;float:left;width:4.8rem;height:4.8rem;border:1px solid #8b8b89;line-height:3em;text-align:center;border-radius:50%}.panel.aside .sidebar-header .teaser-image .svg-icon svg{width:2.4rem;height:2.4rem;margin-top:1.2rem}.panel.aside .sidebar-header .teaser-image img{width:4.8rem;height:4.8rem}.panel.aside .sidebar-header .dialog-close{position:absolute;right:1.6rem;top:1.6rem}.panel.aside .sidebar-section{margin-top:-1px;border-bottom:1px solid #0c0c0a;border-top:1px solid #0c0c0a;font-size:1.4rem;background:#3b3b39}.panel.aside .sidebar-section h4{font-size:1.6rem;padding:1.4rem 1.6rem;margin:0;display:block}.panel.aside .sidebar-section .accordion-content{padding:1.6rem 2rem 2.4rem 2rem;background:#30302d}.panel.aside .sidebar-section .accordion-content .section-action{font-size:1.6rem;position:absolute;margin-top:-4.8rem;right:5.2rem;width:1.6rem;height:1.6rem;z-index:401;border:0}.panel.aside .detailed-information li{padding-bottom:.4rem}.panel.aside .detailed-information li:after,.panel.aside .detailed-information li:before{content:"";display:table}.panel.aside .detailed-information li:after{clear:both}.panel.aside .detailed-information li:after,.panel.aside .detailed-information li:before{content:"";display:table}.panel.aside .detailed-information li:after{clear:both}.panel.aside .detailed-information li span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.panel.aside .detailed-information li .label{width:30%;display:inline-block;margin-right:10%;float:left;height:2.8rem}.panel.aside .detailed-information li .value{width:60%;display:inline-block;float:left;height:2.8rem}.panel.aside .description-content{word-wrap:break-word;white-space:pre-line}.panel.aside .description-editor .actions{margin:.5em 0 1em 0}.panel.aside .description-editor .actions .description-lock{float:left}.panel.aside .description-editor .actions .description-lock span.tooltip.tooltip-right{white-space:normal}.panel.aside .description-editor .actions .description-lock span.tooltip.tooltip-right .svg-icon{overflow:initial}.panel.aside .key-information .fingerprint .value{height:3.2em}.panel.aside .key-information textarea{min-height:30em;line-height:normal;margin-top:.8em;width:100%;box-sizing:border-box}.panel.aside .key-information li{padding-bottom:.25em}.panel.aside .key-information li:after,.panel.aside .key-information li:before{content:"";display:table}.panel.aside .key-information li:after{clear:both}.panel.aside .key-information li:after,.panel.aside .key-information li:before{content:"";display:table}.panel.aside .key-information li:after{clear:both}.panel.aside .key-information li span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.panel.aside .key-information li .label{width:30%;display:inline-block;margin-right:10%;float:left;height:1.8em}.panel.aside .key-information li .value{width:60%;display:inline-block;float:left;height:1.8em}.panel.aside .form-content{margin:0 0 .5em 0}.panel.aside .form-content:after,.panel.aside .form-content:before{content:"";display:table}.panel.aside .form-content:after{clear:both}.panel.aside .form-content:after,.panel.aside .form-content:before{content:"";display:table}.panel.aside .form-content:after{clear:both}.panel.aside .form-content label{display:none}.panel.aside .form-content textarea{font-size:1em;width:100%;box-sizing:border-box;height:5em;margin-top:0}.panel.aside .form-content .button,.panel.aside .form-content .cancel{float:right;margin-top:-.25em;margin-right:0}.panel.aside .form-content .cancel{margin-right:.5em}.panel.aside .form-content .message.notice{padding:.5em;margin:0;font-size:.929em;background:#2894df}.panel.aside .form-content .message.notice span:last-child{display:inline-block}@media all and (max-width:1024px){.panel.aside{position:absolute;right:0;width:100%;bottom:0;top:0;height:100%}}.tableview{background:#222220;position:relative;font-size:1.5rem;height:100%}.tableview .tableview-header{background:#3b3b39;height:3.8rem;overflow-y:scroll}.tableview .tableview-header table{width:100%}.tableview .tableview-header table th.l-cell.sortable .svg-icon svg,.tableview .tableview-header table th.m-cell.sortable .svg-icon svg{margin-left:.55em}.tableview .tableview-content{top:2.125em;bottom:3.2rem;padding:0;position:absolute;width:100%;border-top:1px solid #0c0c0a;overflow-y:scroll;background:#222220}.tableview .tableview-content table{width:100%}.tableview table a{border:0}.tableview table td,.tableview table th{text-align:left;padding:.3rem .3rem;vertical-align:middle}.tableview table th{font-weight:700}.tableview table td div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.tableview table .s-cell{width:2rem;max-width:2rem;min-width:2rem}.tableview table .m-cell{width:14.5rem;max-width:14.5rem;vertical-align:middle}.tableview table .l-cell{width:21rem;max-width:21rem}.tableview table .xl-cell{width:28.5rem;max-width:28.5rem}.tableview table .cell-header{display:flex}.tableview table .cell-header-text{flex:0 1 auto;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tableview table .cell-header-icon-sort .svg-icon{display:inherit}.tableview table tbody tr{height:3.2rem}.tableview table tbody tr.selected{background:#0e3e60}.tableview table tbody tr:hover{background:#3b3b39}.tableview table tbody tr.selected:hover{background:#0e3e60}.tableview table tbody tr.inactive{color:#8b8b89}.tableview table td.cell-multiple-select .input.checkbox,.tableview table th.cell-multiple-select .input.checkbox{padding-left:.4rem}.tableview table td.cell-multiple-select .input.checkbox label,.tableview table th.cell-multiple-select .input.checkbox label{padding:0;margin:0}.tableview table td.password .secret{float:left;max-width:calc(100% - 1.8rem);margin-top:.1rem}.tableview table td.password .password-view{display:none;position:relative;box-sizing:content-box;margin:0 0 0 .3rem;padding:0 .3rem 0 .3rem;background:0 0;border:0;float:left}.tableview table td.password .password-view.selected{margin-top:.1rem;display:block;background:#222220}.tableview table td.password:hover .password-view{display:block}@media all and (max-width:600px){.tableview table tbody{background:#0e3e60}.tableview table tbody td{display:block}.tableview table tbody td.l-cell,.tableview table tbody td.m-cell,.tableview table tbody td.s-cell,.tableview table tbody td.s2-cell{max-width:90%;width:90%;padding:.5em}.tableview table tbody td.s-cell{display:none}.tableview thead{display:none}.tableview .tableview-content{top:0;border:0;bottom:0}}table.table-info,table.table-info.vertical{border-collapse:separate}table.table-info td,table.table-info.vertical td{padding:.8rem 1.8rem .8rem 0;color:#cacac9}table.table-info td.warning,table.table-info.vertical td.warning{background:#fef0bf}table.table-info td.error,table.table-info.vertical td.error{background:#ffe4e4}table.table-info td .alt.side,table.table-info.vertical td .alt.side{color:#cacac9;float:right}table.table-info td .alt.side:before,table.table-info.vertical td .alt.side:before{content:"\0028"}table.table-info td .alt.side:after,table.table-info.vertical td .alt.side:after{content:"\0029"}table.table-info td+td,table.table-info.vertical td+td{color:#fffffc;padding-right:1rem}table.table-info.horizontal{width:100%;border-collapse:collapse;padding:0;border:1px solid #0c0c0a;margin-bottom:1em}table.table-info.horizontal.with-borders td,table.table-info.horizontal.with-borders th{border-right:1px solid #0c0c0a}table.table-info.horizontal td,table.table-info.horizontal th{padding:.5em .5em .5em .75em;margin:0}table.table-info.horizontal th{border-bottom:1px solid #0c0c0a}table.table-info.horizontal th a{display:block;border:0}table.table-info.horizontal th a.sortable .svg-icon svg{top:.15em;position:relative;margin-left:.5em}table.table-info.horizontal thead tr{background:#3b3b39}table.table-info.horizontal tbody{background:#222220}table.table-info.horizontal tbody tr:nth-child(odd){background:#272725}table.table-info.horizontal tbody tr:hover{background:#3b3b39}.table-info-pagination .pagination-limit{margin-top:-.5em;float:left}.table-info-pagination .pagination-limit label{float:left;font-weight:400}.table-info-pagination .pagination-limit select{float:left;margin:.35em}.table-info-pagination .pagination-pages{float:right}.table-info-pagination .pagination-pages .page-location{float:left}.table-info-pagination .pagination-pages .page-buttons{float:right}.table-info-pagination .pagination-pages .button{float:left;margin:-.5em 0 0 .75em;padding:.35em .75em}.tabs{width:100%}.tabs-nav{border-bottom:1px solid #0c0c0a}.tabs-nav li{display:inline}.tabs-nav li div{display:inline-block}.tabs-nav li a{display:inline-block;padding:.4em 1.75em;margin-left:1.25em;font-size:1.5rem;border:0}.tabs-nav li a.selected{margin-bottom:-1px;border:1px solid #0c0c0a;border-bottom:1px solid #30302d;background:#30302d;-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.tabs-nav--bordered li{background-color:#3b3b39;margin-right:.5rem;display:inline-block;border-radius:.3em .3rem 0 0}.tabs-nav--bordered li a{margin-left:0}.tabs-nav--bordered li.active{border:1px solid #0c0c0a;border-bottom:1px solid #30302d;margin-bottom:-10px;background-color:#30302d}.tab-content{display:none}.tab-content.selected{display:block}.tabs-active-content{margin-top:.5em}.tag{float:left;position:relative;margin:0 .8rem .8rem 0;text-decoration:none;border-radius:.2rem;border:1px solid #b8d0fd;background:rgba(42,156,235,.1);color:#d4e4ff}.tag:active,.tag:hover{border:1px solid #2a9ceb;background:#30302d;color:#2a9ceb}.tags-list:after,.tags-list:before{content:"";display:table}.tags-list:after{clear:both}.tags-list:after,.tags-list:before{content:"";display:table}.tags-list:after{clear:both}.tags-list .tag-list-item{float:left;max-width:95%}.tags-list .tag{padding:.4rem .6rem}.tag-editor{margin-bottom:1em}.tag-editor .message{font-size:1em;margin-top:.5em}.tag-editor .message span.svg-icon{display:initial;margin-left:-.15em;padding-right:.15em}.tag-editor .tag{padding:0 .6rem}.tag-editor .tag-content{padding-right:.5em;padding-top:.25em;display:inline-block;max-width:90%}.tag-editor .tag-delete{border-left:1px dotted #2894df;margin-left:-.25em;padding-left:.5em;font-size:.75em;vertical-align:30%;cursor:pointer}.tag-editor .tag:hover:after{border-color:#30302d}.tag-editor .tag-editor-input-wrapper{min-height:5em;padding:.5em;border:1px solid #222220;border-top:1px solid #30302d;position:relative}.tag-editor .tag-editor-input-wrapper:after,.tag-editor .tag-editor-input-wrapper:before{content:"";display:table}.tag-editor .tag-editor-input-wrapper:after{clear:both}.tag-editor .tag-editor-input-wrapper:after,.tag-editor .tag-editor-input-wrapper:before{content:"";display:table}.tag-editor .tag-editor-input-wrapper:after{clear:both}.tag-editor .tag-editor-input-wrapper.input-focus{border-color:#2894df}.tag-editor .tag-editor-input{min-height:1.5em;padding:.2em .4em 0 .4em;box-shadow:none;min-width:6em;max-width:24em;float:left;word-break:break-word}.tag-editor .autocomplete-suggestions{text-align:left;cursor:default;border:1px solid #0c0c0a;border-top:0;background:#30302d;box-shadow:0 0 10px 0 #000;position:absolute;display:inline-flex;z-index:9999;max-height:120px;overflow:hidden;overflow-y:auto;box-sizing:border-box}.tag-editor .autocomplete-suggestions .autocomplete-content.scroll{overflow-y:auto}.tag-editor .autocomplete-suggestions .autocomplete-content.scroll .name.ellipsis{display:block}.tag-editor .autocomplete-suggestions .autocomplete-suggestion.row{position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fffffc;display:block;padding:.35em .43em;border:0}.tag-editor .autocomplete-suggestions .autocomplete-suggestion.row.selected{background:#3b3b39}.usercard-col-2{margin:0 0 1em 0}.usercard-col-2:after,.usercard-col-2:before{content:"";display:table}.usercard-col-2:after{clear:both}.usercard-col-2:after,.usercard-col-2:before{content:"";display:table}.usercard-col-2:after{clear:both}.usercard-col-2:last-of-type{margin-bottom:0}.usercard-col-2 .content-wrapper{float:left;width:100%}.usercard-col-2 .content-wrapper .content{margin-left:36px;padding:0 1em 0 1em}.usercard-col-2 .content-wrapper .content .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.usercard-col-2 .content-wrapper .content .subinfo{color:#fffffc;font-size:.929em}.usercard-col-2 .avatar{float:left;width:36px;margin-left:-100%}.usercard-col-2 .avatar img{width:36px;height:36px}.usercard-col-2 ul.permissions-list{margin-top:1em;font-size:.8em}.usercard-col-2 ul.permissions-list li .avatar{margin-left:0;float:left;width:18px}.usercard-col-2 ul.permissions-list li .avatar img{width:18px;height:18px}.usercard-col-2 ul.permissions-list li .name{display:inline-block;padding-left:7%;line-height:18px}.usercard-col-2 ul.permissions-list li .name.crossed{text-decoration:line-through}.usercard-col-2 ul.permissions-list li .type{float:right;text-align:right;line-height:18px;color:#606060}.usercard-col-2 ul.permissions-list li .type span{background-color:#fff;font-size:.8em;color:#fff;padding:.1em .5em;border-radius:.5em}.usercard-col-2 ul.permissions-list li .type span.created{background-color:#6c0}.usercard-col-2 ul.permissions-list li .type span.updated{background-color:#2a9ceb}.usercard-col-2 ul.permissions-list li .type span.removed{background-color:#db5454}.usercard-detailed-col-2{margin:0 0 1em 0;padding:.5em 0;margin:0}.usercard-detailed-col-2:after,.usercard-detailed-col-2:before{content:"";display:table}.usercard-detailed-col-2:after{clear:both}.usercard-detailed-col-2:after,.usercard-detailed-col-2:before{content:"";display:table}.usercard-detailed-col-2:after{clear:both}.usercard-detailed-col-2:last-of-type{margin-bottom:0}.usercard-detailed-col-2 .content-wrapper{float:left;width:100%}.usercard-detailed-col-2 .content-wrapper .content{margin-left:36px;padding:0 1em 0 1em}.usercard-detailed-col-2 .content-wrapper .content .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.usercard-detailed-col-2 .content-wrapper .content .subinfo{color:#fffffc;font-size:.929em}.usercard-detailed-col-2 .avatar{float:left;width:36px;margin-left:-100%}.usercard-detailed-col-2 .avatar img{width:36px;height:36px}.usercard-detailed-col-2 ul.permissions-list{margin-top:1em;font-size:.8em}.usercard-detailed-col-2 ul.permissions-list li .avatar{margin-left:0;float:left;width:18px}.usercard-detailed-col-2 ul.permissions-list li .avatar img{width:18px;height:18px}.usercard-detailed-col-2 ul.permissions-list li .name{display:inline-block;padding-left:7%;line-height:18px}.usercard-detailed-col-2 ul.permissions-list li .name.crossed{text-decoration:line-through}.usercard-detailed-col-2 ul.permissions-list li .type{float:right;text-align:right;line-height:18px;color:#606060}.usercard-detailed-col-2 ul.permissions-list li .type span{background-color:#fff;font-size:.8em;color:#fff;padding:.1em .5em;border-radius:.5em}.usercard-detailed-col-2 ul.permissions-list li .type span.created{background-color:#6c0}.usercard-detailed-col-2 ul.permissions-list li .type span.updated{background-color:#2a9ceb}.usercard-detailed-col-2 ul.permissions-list li .type span.removed{background-color:#db5454}@keyframes highlight{from{background-color:#0e3e60}to{background-color:transparent}}.usercard-detailed-col-2.highlight{background-color:#0e3e60;animation-delay:2s;animation-duration:5s;animation-name:highlight;animation-fill-mode:forwards}.usercard-detailed-col-2 .content-wrapper .content .name,.usercard-detailed-col-2 .content-wrapper .content .subinfo{color:#606060}.usercard-detailed-col-2 .content-wrapper .content .name{white-space:normal}.usercard-detailed-col-2 .content-wrapper .content .name .creator{color:#fffffc}.input-password-wrapper{overflow:hidden}.input-password-wrapper .message.error{display:block;clear:both;width:100%;padding-bottom:.5em;font-size:.813em}.export-password-dialog .input-password-wrapper .input.password{width:100%}.export-password-dialog .input-password-wrapper .input.password input[type=password],.export-password-dialog .input-password-wrapper .input.password input[type=text]{width:100%;text-overflow:ellipsis}.export-password-dialog .input-password-wrapper .actions.inline{float:none;width:auto}.export-password-dialog .input-password-wrapper .actions.inline .button{padding:.8rem 0 .7rem 0;border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.export-password-dialog .input-file-chooser-wrapper input[type=file]{display:none}.export-password-dialog .input-file-chooser-wrapper .input-file-inline{display:flex;align-items:center}.export-password-dialog .input-file-chooser-wrapper .input-file-inline input[type=text]{width:60%;text-overflow:ellipsis}.export-password-dialog .input-file-chooser-wrapper .input-file-inline .button.primary{width:40%;display:inline-block;top:-.4rem;padding:1rem 1.4rem .9rem 1.4rem;border-top-left-radius:0;border-bottom-left-radius:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin:0}.import-password-dialog .input-password-wrapper .input.password{width:100%}.import-password-dialog .input-password-wrapper .input.password input[type=password],.import-password-dialog .input-password-wrapper .input.password input[type=text]{width:100%;text-overflow:ellipsis}.import-password-dialog .input-password-wrapper .actions.inline{float:none;width:auto}.import-password-dialog .input-password-wrapper .actions.inline .button{padding:.8rem 0 .7rem 0;border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.import-password-dialog .input-file-chooser-wrapper input[type=file]{display:none}.import-password-dialog .input-file-chooser-wrapper .input-file-inline{margin:.4rem 0;display:flex;align-items:center}.import-password-dialog .input-file-chooser-wrapper .input-file-inline input[type=text]{width:60%;text-overflow:ellipsis}.import-password-dialog .input-file-chooser-wrapper .input-file-inline .button.primary{width:40%;display:inline-block;top:-.4rem;padding:1rem 1.4rem .9rem 1.4rem;border-top-left-radius:0;border-bottom-left-radius:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin:0}.dialog .share-tab .message{font-size:.875em;padding-left:1em}.share-password-dialog .processing-wrapper{background-color:#30302d;text-align:center;padding:1em .5em 3em 1em}.share-password-dialog .processing-wrapper .processing-text{position:relative;padding-left:1.5em}.share-password-dialog .processing-wrapper .processing-text:before{width:100%;height:100%;position:absolute;content:" ";top:0;left:0;background:transparent url('../../../img/controls/loading_dark.svg') left center no-repeat;background-size:auto 75%}.move-folder-dialog .folders-list-wrapper{border-bottom:1px solid #0c0c0a;border-top:1px solid #0c0c0a}.move-folder-dialog .breadcrumbs{height:auto;padding-bottom:.625em;font-size:1.2em;padding-top:.5em}.move-folder-dialog .breadcrumbs:after,.move-folder-dialog .breadcrumbs:before{content:"";display:table}.move-folder-dialog .breadcrumbs:after{clear:both}.move-folder-dialog .breadcrumbs:after,.move-folder-dialog .breadcrumbs:before{content:"";display:table}.move-folder-dialog .breadcrumbs:after{clear:both}.move-folder-dialog .breadcrumbs .button{float:left;width:1.5em;padding:.125em .25em .25em .25em;margin-left:.5em;margin-right:0}.move-folder-dialog .breadcrumbs ul{box-sizing:border-box;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;float:left;width:calc(100% - 5em);margin-top:-.125em}.move-folder-dialog .folders-list{padding:0;max-height:19em}.move-folder-dialog .folders-list:last-child{border-bottom:0}.move-folder-dialog .folders-list .folders-list-item{user-select:none;padding:.75em 1.25em .75em 1.5em;border-bottom:1px solid #0c0c0a;cursor:pointer}.move-folder-dialog .folders-list .folders-list-item.disabled{color:#cacac9;background:#444442;cursor:default}.move-folder-dialog .folders-list .folders-list-item.disabled .svg-icon svg{fill:#cacac9}.move-folder-dialog .folders-list .folders-list-item.selected{background:#3b3b39}.move-folder-dialog .folders-list .folders-list-item.selected .folder-view{border:1px solid #3b3b39}.move-folder-dialog .folders-list .folders-list-item .folder-name{margin-left:.4em;user-select:none}.move-folder-dialog .folders-list .folders-list-item .folder-permission{color:#cacac9;font-size:.8em;margin-left:.4em;user-select:none}.move-folder-dialog .folders-list .folders-list-item .folder-view{float:right;margin-top:-.25em;margin-right:-.25em;padding:.25em .5em;border:1px solid #30302d;-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem}.move-folder-dialog .folders-list .folders-list-item .folder-view:hover{border:1px solid #0c0c0a}.move-folder-strategy-dialog p{font-size:1em;padding-bottom:.5em}.move-folder-strategy-dialog .radiolist-alt .input.radio:after,.move-folder-strategy-dialog .radiolist-alt .input.radio:before{content:"";display:table}.move-folder-strategy-dialog .radiolist-alt .input.radio:after{clear:both}.move-folder-strategy-dialog .radiolist-alt .input.radio:after,.move-folder-strategy-dialog .radiolist-alt .input.radio:before{content:"";display:table}.move-folder-strategy-dialog .radiolist-alt .input.radio:after{clear:both}.move-folder-strategy-dialog .radiolist-alt input{float:right;width:5%;margin-top:1em;margin-right:.75em}.move-folder-strategy-dialog .radiolist-alt input:checked+label{border:1px solid #2894df}.move-folder-strategy-dialog .radiolist-alt input:checked+label:hover{border:1px solid #2894df}.move-folder-strategy-dialog .radiolist-alt label{border:1px solid #0c0c0a;border-radius:2px;padding:1em;margin-top:-2em;margin-bottom:1.5em;float:left;width:93%}.move-folder-strategy-dialog .radiolist-alt label:hover{border:1px solid #222220}.move-folder-strategy-dialog .radiolist-alt label .strategy-name{margin-top:-.5em;padding-top:.5em;padding-bottom:.5em;font-weight:700;display:block;font-size:1em}.move-folder-strategy-dialog .radiolist-alt label .strategy-info{font-weight:400;display:block}.dialog .group .form-content.permission-edit{border-top:1px solid #0c0c0a;margin:0}.edit-group-dialog .group_edit_form .form-content{padding-bottom:0}.edit-group-dialog .group_edit_form .form-content .input.text .message{padding-left:0}.edit-group-dialog .group_members{margin-top:-.5em}.edit-group-dialog .group_members .message.warning.feedback{margin-top:0}.edit-group-dialog .group_members .message.warning.feedback span{display:block}.edit-group-dialog .group_members ul.permissions{display:block}.edit-group-dialog .group_members.empty ul.permissions{display:none}.delete-group-dialog .intro p+p,.delete-user-dialog .intro p+p{margin-bottom:0}.delete-group-dialog .ownership-transfer,.delete-user-dialog .ownership-transfer{max-height:20em;overflow:auto;background:#30302d}.delete-group-dialog .ownership-transfer h3,.delete-user-dialog .ownership-transfer h3{border:0;padding:.5em 1.25em;margin:0;background:#444442}.delete-group-dialog .ownership-transfer li,.delete-user-dialog .ownership-transfer li{border-bottom:1px dotted #0c0c0a;padding:.5em 1.25em}.delete-group-dialog .ownership-transfer li select,.delete-user-dialog .ownership-transfer li select{padding:.2rem 2.2rem .2rem .6rem}.update-avatar-dialog .input-file-chooser-wrapper input[type=file]{display:none}.update-avatar-dialog .input-file-chooser-wrapper .input-file-inline{display:flex;align-items:center}.update-avatar-dialog .input-file-chooser-wrapper .input-file-inline input[type=text]{width:60%;text-overflow:ellipsis}.update-avatar-dialog .input-file-chooser-wrapper .input-file-inline .button.primary{width:40%;display:inline-block;top:-4px;padding:.68em 1.225em .68em 1.225em;border-top-left-radius:0;border-bottom-left-radius:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin:0}.passphrase-entry.dialog{width:95%}.passphrase-entry.dialog .password:after,.passphrase-entry.dialog .password:before{content:"";display:table}.passphrase-entry.dialog .password:after{clear:both}.passphrase-entry.dialog .password:after,.passphrase-entry.dialog .password:before{content:"";display:table}.passphrase-entry.dialog .password:after{clear:both}.passphrase-entry.dialog .password input[type=password],.passphrase-entry.dialog .password input[type=text]{float:left;box-sizing:border-box;width:calc(90% - 5em)}.passphrase-entry.dialog .password .security-token{float:left;margin-top:0;margin-left:0}.passphrase-entry.dialog .password .button.password-view{font-size:.975em;padding:.9rem 1.6rem;box-sizing:border-box;border-left:0;float:left;margin-left:-1px;border-radius:0;background:#0c0c0a}.passphrase-entry.dialog .password .button.password-view.selected{background:#222220}.passphrase-entry.dialog .password input[type=password]:focus~.button.password-view,.passphrase-entry.dialog .password input[type=text]:focus~.button.password-view{border:1px solid #2894df;border-left:0}.passphrase-entry.dialog .input.checkbox,.passphrase-entry.dialog .input.select{display:inline-block}.passphrase-entry.dialog input[type=checkbox]+label{margin-left:.8rem}.passphrase-entry.dialog .input.select select{margin-left:.8rem;padding:.2rem 2.2rem .2rem .6rem}.progress-bar-wrapper .progress-bar.big.infinite{width:0}.ldap-test-settings-report div.directory-structure{border:1px solid #8b8b89;padding:.5em 0 .5em .5em}.ldap-test-settings-report div.directory-structure>ul>li{margin-left:.5em}.ldap-test-settings-report div.directory-structure ul{font-size:.8rem;list-style-type:square;list-style-position:inside}.ldap-test-settings-report div.directory-structure ul li{margin-left:1em}.ldap-test-settings-report div.directory-structure ul li em{color:#606060;font-size:.8em}.ldap-test-settings-report div.directory-structure ul li.user{font-weight:400;list-style-type:circle}.ldap-test-settings-report div.directory-structure ul li.group{font-weight:700}.panel.aside .resource .detailed-information li.password .value{height:1.6em;padding-top:.2em}.panel.aside .resource .detailed-information li.password .value .secret{float:left;max-width:calc(100% - 1.8rem);overflow:hidden;text-overflow:ellipsis}.panel.aside .resource .detailed-information li.password .password-view{display:block;position:relative;box-sizing:content-box;margin:0 0 0 .3rem;padding:0 .3rem 0 .3rem;background:0 0;border:0;float:left}.panel.aside .resource .detailed-information li.password .password-view svg{margin-top:-.1rem}.panel.aside .resource .detailed-information li.password .password-view.selected{background:#222220}.page.password .tableview.empty .tableview-header{display:none}.page.password .tableview.empty .tableview-content{border:0;top:0}@media all and (min-width:780px){.page.password .tableview.empty.all_items .tableview-content{background-position:center 60%;background-size:10%}}@media all and (min-width:1024px){.page.password .tableview.empty.all_items .tableview-content{background-position:center 80%;background-size:20%}}.page.password .tableview.empty .empty-content{text-align:center;margin:auto;width:50%;padding-top:2em}.page.password .tableview.empty .empty-content h1{font-size:1.5em}.page.password .tableview.empty .empty-content p{font-size:1em;line-height:1.5em}@media all and (min-width:780px){.page.password .tableview.empty .empty-content h1{font-size:2.2em}.page.password .tableview.empty .empty-content p{font-size:1.2em;line-height:1.8em}}.panel.aside .group .sidebar-header .logo img,.panel.aside .user .sidebar-header .logo img{margin:0;width:3em;height:3em}.panel.aside li.key{margin-bottom:.5em}.panel.aside li.key a.button.copy-public-key{padding-top:.2em;padding-bottom:.2em;font-size:.75em}.panel.aside li textarea{width:100%}.edit-group-dialog .permission-edit{margin-top:-1em;border-top:1px solid #0c0c0a}.page.people .tableview-header th.cell-avatar,.page.people .tableview-header th.cell-icon{width:45px}.page.people .tableview-content td.cell-avatar,.page.people .tableview-content th.cell-icon{margin:0;text-align:left;width:45px}.page.people .tableview-content td.cell-avatar img,.page.people .tableview-content th.cell-icon img{margin-top:3px;width:1.7em;height:1.7em;border-radius:50%}.login-history td:first-child{text-align:center}.page.user .tableview.empty .tableview-header{display:none}.page.user .tableview.empty .tableview-content{border:0;top:0}.page.user .tableview.empty .empty-content{text-align:center;margin:3em .5em .67em .5em}.page.user .tableview.empty .empty-content h1{font-size:1.5em}.page.user .tableview.empty .empty-content p{font-size:1em;line-height:1.5em}@media all and (min-width:780px){.page.user .tableview.empty .empty-content h1{font-size:2.2em}.page.user .tableview.empty .empty-content p{font-size:1.2em;line-height:1.8em}}.page.settings .main.panel .middle{overflow-y:auto}.page.settings .profile-detailed-information:after,.page.settings .profile-detailed-information:before{content:"";display:table}.page.settings .profile-detailed-information:after{clear:both}.page.settings .profile-detailed-information:after,.page.settings .profile-detailed-information:before{content:"";display:table}.page.settings .profile-detailed-information:after{clear:both}.page.settings .profile-detailed-information .avatar{float:left}.page.settings .profile-detailed-information .avatar img{border:1px solid #0c0c0a;padding:0;width:12.5em;height:12.5em;margin:.5em 1em 0 0}.page.settings .profile-detailed-information .avatar .edit{width:12.5em;height:3.125em;background-color:rgba(0,0,0,.7);border:1px solid transparent;color:#eeeeec;margin:-3.25em 0 2em 0;position:relative}.page.settings .profile-detailed-information .avatar .edit a{color:#eeeeec;display:block;height:3.125em}.page.settings .profile-detailed-information .avatar .edit a:after,.page.settings .profile-detailed-information .avatar .edit a:before{content:"";display:table}.page.settings .profile-detailed-information .avatar .edit a:after{clear:both}.page.settings .profile-detailed-information .avatar .edit a:after,.page.settings .profile-detailed-information .avatar .edit a:before{content:"";display:table}.page.settings .profile-detailed-information .avatar .edit a:after{clear:both}.page.settings .profile-detailed-information .avatar .edit a .svg-icon{float:left}.page.settings .profile-detailed-information .avatar .edit a .svg-icon svg{float:left;fill:white;width:1.6rem;height:1.6rem;margin:.8em}.page.settings .profile-detailed-information .avatar .edit a .help-text{float:left;display:block;font-size:.813em;margin-left:0;padding:.5em;width:9em}.page.settings .profile-key-inspector-information .input.select.tooltip-top{display:inline-block}.page.settings .profile-key-inspector-information .key-info .table-info .select select{margin:0;padding:.1rem 1.8rem .1rem .2rem;background-size:.8rem auto,100%}.page.settings .key-export .actions{margin:1em 0}.page.settings .key-export .input.textarea.gpgkey textarea.fluid.code{height:27em}.page.settings .profile-passphrase .password-management-bg{background:transparent url('../../../img/illustrations/passphrase_intro.png') center center no-repeat;background-size:contain;height:16rem}.page.settings .profile-passphrase .input.checkbox{margin-bottom:1em}.page.settings .profile-passphrase .password:after,.page.settings .profile-passphrase .password:before{content:"";display:table}.page.settings .profile-passphrase .password:after{clear:both}.page.settings .profile-passphrase .password:after,.page.settings .profile-passphrase .password:before{content:"";display:table}.page.settings .profile-passphrase .password:after{clear:both}.page.settings .profile-passphrase .password input{width:calc(100% - 16rem)}.page.settings .profile-passphrase .password .input .message.error{clear:both}.page.settings .profile-passphrase .password-complexity .progress{width:calc(100% - 11.9rem)}.page.settings .profile-passphrase .password-hints{margin:.8rem 0 1.6rem 0}.page.settings .profile-passphrase .password-hints li{font-size:1.6rem}.page.settings .profile-choose-security-token .input-security-token{margin:1em 0 1.5em 0}.page.settings .profile-choose-security-token .input-security-token:after,.page.settings .profile-choose-security-token .input-security-token:before{content:"";display:table}.page.settings .profile-choose-security-token .input-security-token:after{clear:both}.page.settings .profile-choose-security-token .input-security-token:after,.page.settings .profile-choose-security-token .input-security-token:before{content:"";display:table}.page.settings .profile-choose-security-token .input-security-token:after{clear:both}.page.settings .profile-choose-security-token .input-security-token label{margin-bottom:.5em}.page.settings .profile-choose-security-token .input-security-token .input.text{-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem;font-size:3.8rem;max-width:12rem;float:left;text-align:center;margin-right:2.4rem}.page.settings .profile-choose-security-token .input-security-token .circle-picker{float:left}.page.settings .profile-choose-security-token .input-security-token .randomize-button-wrapper{float:left;text-align:center;clear:both;cursor:pointer}.page.settings .profile-mobile-transfer .mobile-transfer-bg{background:transparent url('../../../img/diagrams/mobile-transfer.svg') left center no-repeat;background-size:contain;height:16em;margin:2em 0}@media all and (max-width:950px){.page.settings .profile-detailed-information .avatar{float:none}}@media (max-width:1280px){.key-info .table-info{font-size:.875em}.key-info .table-info .select select{font-size:.929em}}.themes .theme{float:left;border-radius:2px}.themes .theme a{max-width:275px;display:block;margin:1em;border:1px solid #0c0c0a;padding:1em;box-shadow:0 0 10px 0 #000;border-radius:3px}.themes .theme a:hover{border:1px solid #2a9ceb}.themes .theme .theme-desc{padding-top:1em;text-align:center}.themes .theme.selected{font-weight:700}.themes .theme.selected a{background:#222220;box-shadow:inset 0 1px 2px rgba(0,0,0,.2);border:1px solid #0c0c0a}.subscription-key .subscription-information{width:100%}.subscription-key .subscription-information li{padding-bottom:.25em}.subscription-key .subscription-information li:after,.subscription-key .subscription-information li:before{content:"";display:table}.subscription-key .subscription-information li:after{clear:both}.subscription-key .subscription-information li:after,.subscription-key .subscription-information li:before{content:"";display:table}.subscription-key .subscription-information li:after{clear:both}.subscription-key .subscription-information li span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.subscription-key .subscription-information li .label{width:40%;display:inline-block;margin-right:5%;float:left;height:1.8em;color:#8b8b89}.subscription-key .subscription-information li .label.error{color:#ff6b70}.subscription-key .subscription-information li .label.warning{color:#9f6000}.subscription-key .subscription-information li .value{width:55%;display:inline-block;float:left;height:1.8em}.subscription-key .subscription-information li .value.error{color:#ff6b70}.subscription-key .subscription-information li .value.warning{color:#9f6000}.subscription-key .subscription-information a{margin-top:1em}.subscription-key .subscription-information a.button{margin-right:1.5em}
|
|
18
|
+
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#30302d;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);display:none}.chosen-container.chosen-with-drop .chosen-drop{display:block}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#8b8b89}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:"\003A";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #30302d;border-radius:5px;background-color:#30302d;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#30302d),color-stop(50%,#3b3b39),color-stop(52%,#3b3b39),to(#444442));background:linear-gradient(#30302d 20%,#3b3b39 50%,#3b3b39 52%,#444442 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #30302d inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #30302d inset,0 1px 1px rgba(0,0,0,.1);color:#fffffc;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-single input[type=text]{cursor:pointer;opacity:0;position:absolute}.chosen-container-single .chosen-default{color:#8b8b89}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:32px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url('../../../img/third_party/chosen-sprite.png') -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:.8rem;display:block;width:1.8rem;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url("../../../img/third_party/chosen-sprite.png") no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search span.svg-icon{position:absolute;margin-left:-1.5em;margin-top:.35em}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #30302d;background:url("../../../img/third_party/chosen-sprite.png") no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-.5em;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0)}.chosen-container .chosen-results{color:#fffffc;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#444442;cursor:default}.chosen-container .chosen-results li:hover{background-color:#2894df;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#eeeeec}.chosen-container .chosen-results li.no-results{color:#cacac9;display:list-item;background:#444442}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #30302d;background-color:#30302d;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#3b3b39),color-stop(15%,#30302d));background-image:linear-gradient(#3b3b39 1%,#30302d 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#8b8b89;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #30302d;max-width:100%;border-radius:3px;background-color:#30302d;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#30302d),color-stop(50%,#3b3b39),color-stop(52%,#3b3b39),to(#444442));background-image:linear-gradient(#30302d 20%,#3b3b39 50%,#3b3b39 52%,#444442 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #30302d inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #30302d inset,0 1px 0 rgba(0,0,0,.05);color:#444442;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url("../../../img/third_party/chosen-sprite.png") -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #222220;background-color:#444442;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#30302d),color-stop(50%,#3b3b39),color-stop(52%,#3b3b39),to(#444442));background-image:linear-gradient(#30302d 20%,#3b3b39 50%,#3b3b39 52%,#444442 100%);color:#cacac9}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#3b3b39}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#3b3b39;cursor:default}.chosen-container-active .chosen-single{border:1px solid #2894df;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #30302d;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3b3b39),color-stop(80%,#30302d));background-image:linear-gradient(#3b3b39 20%,#30302d 80%);-webkit-box-shadow:0 1px 0 #30302d inset;box-shadow:0 1px 0 #30302d inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #2894df;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#fffffc!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url("../../../img/third_party/chosen-sprite.png") no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url('../../../img/third_party/chosen-sprite@2x.png')!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.chosen-container{margin-bottom:.5em}.chosen-container.chosen-disabled a.chosen-single{border:1px solid #222220}.chosen-container a.chosen-single{color:#fffffc;display:block;text-overflow:ellipsis;white-space:nowrap;height:3.8rem;width:100%;background:#444442;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:1px solid #222220;border-top:1px solid #30302d;box-shadow:none;margin:0 0 .8rem 0}.chosen-container a.chosen-single span{font-size:1.6rem;padding-left:.4rem;padding-top:.4rem;margin-top:.2rem;color:#fffffc}.chosen-container a.chosen-single span.svg-icon{float:left}.chosen-container a.chosen-single div b{background-position:0 .6rem}.chosen-container .chosen-search input.chosen-search-input[type=text]{width:95%!important;color:#cacac9}.chosen-container .chosen-drop{border:1px solid #222220!important;border-top:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;background:#0c0c0a!important}.chosen-container .chosen-drop .chosen-results{color:#fffffc}.chosen-container.chosen-container-active.chosen-with-drop a.chosen-single{background:#0c0c0a;border:1px solid #222220;border-top:1px solid #30302d;box-shadow:none}.chosen-container.chosen-container-active.chosen-with-drop a.chosen-single div b{background-position:-1.8rem .8rem}.singleline.connection_info .input.text.first-field,.singleline.connection_info .input.text:first-child{margin-right:0}.singleline.connection_info .input.text.protocol{flex:0 0 2.5rem}.singleline.connection_info .input.text.protocol .chosen-container{display:block}.singleline.connection_info .input.text.protocol .chosen-container a.chosen-single div b{background-position:0 .8rem}.singleline.connection_info .input.text.protocol .chosen-container-active.chosen-with-drop a.chosen-single div b{background-position:-1.8rem .8rem}.singleline.connection_info .input.text.host{flex:1 0 auto}.singleline.connection_info .input.text.port{flex:0 0 9.5rem}.input-file-chooser-wrapper input[type=file]{display:none}.input-file-chooser-wrapper .input-file-inline{display:flex}.input-file-chooser-wrapper .input-file-inline input[type=text]{flex:1 1 auto;width:auto;text-overflow:ellipsis}.input-file-chooser-wrapper .input-file-inline .button.primary{display:flex;flex:0 1 auto;border-top-left-radius:0;border-bottom-left-radius:0;margin-right:0;margin-bottom:.8rem;align-items:center}.input-file-chooser-wrapper .input-file-inline .button.primary .svg-icon.upload-a svg{top:0}.enter-passphrase .password:after,.enter-passphrase .password:before{content:"";display:table}.enter-passphrase .password:after{clear:both}.enter-passphrase .password:after,.enter-passphrase .password:before{content:"";display:table}.enter-passphrase .password:after{clear:both}.enter-passphrase .password input[type=password],.enter-passphrase .password input[type=text]{float:left;box-sizing:border-box;width:calc(100% - 4.2rem)}.enter-passphrase .password .password-view{width:4.2rem;float:left;margin-top:0;margin-right:0;margin-left:-.1rem;height:3.8rem;border-radius:0;padding:.6rem .8rem .6rem 1rem;background:#0c0c0a;border-left:0;border-top:1px solid #30302d}.enter-passphrase .password .password-view.selected{background:#222220;box-shadow:inset 0 1px 2px rgba(0,0,0,.2)}.enter-passphrase .password .password-view svg{margin-top:.2rem}.enter-passphrase .password input[type=password]:focus~.password-view,.enter-passphrase .password input[type=text]:focus~.password-view{border:1px solid #2894df;border-left:0}.enter-passphrase .password.with-token input[type=password],.enter-passphrase .password.with-token input[type=text]{width:calc(100% - 11.7rem)}.enter-passphrase .password.with-token .password-view{margin-right:.8rem}.enter-passphrase .password.with-token .security-token{width:6rem;float:left;margin-top:0;margin-right:0;border-radius:0;padding:.7rem 0;text-align:center;background:#0c0c0a;border:1px solid #30302d}.password-complexity .complexity-text{float:right;clear:right;width:30%;font-size:1rem;text-align:left;padding-left:0}.password-complexity.not_available .complexity-text{color:#0c0c0a}.password-complexity .progress{width:100%;box-sizing:border-box;border:1px solid #0c0c0a;height:10px;display:block;clear:both;margin:.25em 0 .5em 0;float:left}.password-complexity .progress-bar{background:#000;width:0;height:6px;display:block;float:left;margin:1px}.password-complexity .progress-bar.very-weak{background:#000;width:5%}.password-complexity .progress-bar.weak{background:#d40101;width:10%}.password-complexity .progress-bar.fair{background:#ffbd2e;width:60%}.password-complexity .progress-bar.strong{background:#6c0;width:80%}.password-complexity .progress-bar.very-strong{background:#090;width:99.5%}.password-hints{margin:.5em 0 1em 0}.password-hints li{font-size:1.5rem;line-height:2.4rem}.password-hints li:before{content:"\25CF";color:#444442;padding-right:.5em}.password-hints li.success:before{color:#090}.password-hints li.error:before{color:#d40101}.dialog .form-content.permission-add{background-color:#30302d;padding:0 1em 1em 1em}.dialog .form-content.permission-add:after,.dialog .form-content.permission-add:before{content:"";display:table}.dialog .form-content.permission-add:after{clear:both}.dialog .form-content.permission-add:after,.dialog .form-content.permission-add:before{content:"";display:table}.dialog .form-content.permission-add:after{clear:both}.dialog .form-content.permission-edit{padding:0;border-bottom:1px solid #0c0c0a}.dialog .permissions.scroll{overflow:auto;background:linear-gradient(#30302d 30%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),#30302d 70%) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.08),rgba(0,0,0,0)),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.08),rgba(0,0,0,0)) 0 100%;background-repeat:no-repeat;background-color:#30302d;background-size:100% 40px,100% 40px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll;max-height:19em;margin:0}.dialog .permissions .row{font-size:.813em;padding:.875em .5em .5em .875em;border-bottom:1px dotted #0c0c0a;display:flex;align-items:center}.dialog .permissions .row:after,.dialog .permissions .row:before{content:"";display:table}.dialog .permissions .row:after{clear:both}.dialog .permissions .row:after,.dialog .permissions .row:before{content:"";display:table}.dialog .permissions .row:after{clear:both}.dialog .permissions .row:last-child{border:0}.dialog .permissions .row.permission-updated{background:#5c564c}.dialog .permissions .row .avatar img{float:left}.dialog .permissions .row .aro{flex:1 1 auto;width:40%;float:left;padding:0 1em}.dialog .permissions .row .aro .aro-details{margin-top:-.25em;color:#8b8b89}.dialog .permissions .row .aro .ellipsis{display:inline-block;max-width:90%}.dialog .permissions .row .aro .svg-icon svg{position:relative;top:-.125em}.dialog .permissions .row .tooltip-alt{margin-left:.25em}.dialog .permissions .row .rights{float:left;margin-top:.5em;flex:0 1 auto}.dialog .permissions .row .rights select{margin:0;font-size:1em}.dialog .permissions .row .remove-item{color:#cacac9;float:right;margin-right:1rem;border:0;padding:.625rem;width:1rem;height:1rem;margin-top:.2rem}.dialog .permissions .row .remove-item:hover{color:#fffffc;text-decoration:none}.dialog .permissions .row .remove-item:focus{color:#2894df}.dialog .permissions .row .remove-item:active{color:#2894df;box-shadow:inset 0 1px 2px rgba(0,0,0,.2)}.dialog .permissions .row .remove-item.disabled{cursor:default;color:#8b8b89}.dialog .permissions .row.skeleton{height:42px;position:relative}.dialog .permissions .row.skeleton .avatar{float:left;width:3em;height:3em;background:#444442;border-radius:50%;flex:none}.dialog .permissions .row.skeleton .aro .aro-name{margin-top:.25em;width:7em;height:1em;background:#444442;-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem}.dialog .permissions .row.skeleton .aro .aro-details{-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem;margin-top:.5em;width:10em;height:1em;background:#444442}.dialog .permissions .row.skeleton .select.rights{-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem;float:left;margin-top:.65rem;width:7.3em;height:1.9em;background:#444442}.dialog .permissions .row.skeleton .actions{border-radius:50%;float:right;width:1.116rem;height:1.116rem;margin-top:.7rem;margin-right:1.62rem;background:#444442;margin-left:.625rem}.dialog .permissions .row.skeleton .shimmer{position:absolute;top:0;left:0}@media all and (max-width:480px){.dialog .permissions.scroll{height:auto;margin:0}.dialog .permissions .row .group,.dialog .permissions .row .user{width:45%}}.secret-copy{overflow:visible;display:table-cell;vertical-align:middle}.secret-copy:after,.secret-copy:before{content:"";display:table}.secret-copy:after{clear:both}.secret-copy:after,.secret-copy:before{content:"";display:table}.secret-copy:after{clear:both}.secret-copy>a{background:transparent url('../../../img/controls/dot_white.svg') repeat-x left 3px;display:inline-block;width:108px;height:20px;float:left;border:0}.secret-copy>a:hover{background:transparent url('../../../img/controls/dot_red.svg') repeat-x left 3px}.secret-copy>a>span{display:none}.secret-copy>pre{display:none}.panel.aside{position:absolute;right:2em;min-width:25em;width:30%;bottom:0;height:100%;background:#3b3b39;box-shadow:0 0 10px 0 #000}.panel.aside .sidebar-header:after,.panel.aside .sidebar-header:before{content:"";display:table}.panel.aside .sidebar-header:after{clear:both}.panel.aside .sidebar-header:after,.panel.aside .sidebar-header:before{content:"";display:table}.panel.aside .sidebar-header:after{clear:both}.panel.aside .sidebar-header h3{float:left;width:67%;margin-top:.88em;padding:0 0 0 .6em;display:table-cell;vertical-align:middle;border:0}.panel.aside .sidebar-header h3 .title-wrapper{width:100%;line-height:1.2em;font-size:1.2em}.panel.aside .sidebar-header h3 .title-wrapper .name{max-width:85%;float:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.panel.aside .sidebar-header h3 .title-wrapper .title-link{border:0;color:#cacac9;font-size:.875em;margin-left:.429em;vertical-align:bottom}.panel.aside .sidebar-header h3 .title-wrapper .title-link:hover{color:#2894df}.panel.aside .sidebar-header h3 .title-wrapper .title-link .svg-icon{margin-top:.25em}.panel.aside .sidebar-header h3 .subtitle{font-size:.8em;color:#8b8b89;font-weight:400;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.panel.aside .sidebar-header .teaser-image{margin:1.6rem 0 1.6rem 1.6rem;float:left;width:4.8rem;height:4.8rem;border:1px solid #8b8b89;line-height:3em;text-align:center;border-radius:50%}.panel.aside .sidebar-header .teaser-image .svg-icon svg{width:2.4rem;height:2.4rem;margin-top:1.2rem}.panel.aside .sidebar-header .teaser-image img{width:4.8rem;height:4.8rem}.panel.aside .sidebar-header .dialog-close{position:absolute;right:1.6rem;top:1.6rem}.panel.aside .sidebar-section{margin-top:-1px;border-bottom:1px solid #0c0c0a;border-top:1px solid #0c0c0a;font-size:1.4rem;background:#3b3b39}.panel.aside .sidebar-section h4{font-size:1.6rem;padding:1.4rem 1.6rem;margin:0;display:block}.panel.aside .sidebar-section .accordion-content{padding:1.6rem 2rem 2.4rem 2rem;background:#30302d}.panel.aside .sidebar-section .accordion-content .section-action{font-size:1.6rem;position:absolute;margin-top:-4.8rem;right:5.2rem;width:1.6rem;height:1.6rem;z-index:401;border:0}.panel.aside .detailed-information li{padding-bottom:.4rem}.panel.aside .detailed-information li:after,.panel.aside .detailed-information li:before{content:"";display:table}.panel.aside .detailed-information li:after{clear:both}.panel.aside .detailed-information li:after,.panel.aside .detailed-information li:before{content:"";display:table}.panel.aside .detailed-information li:after{clear:both}.panel.aside .detailed-information li span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.panel.aside .detailed-information li .label{width:30%;display:inline-block;margin-right:10%;float:left;height:2.8rem}.panel.aside .detailed-information li .value{width:60%;display:inline-block;float:left;height:2.8rem}.panel.aside .description-content{word-wrap:break-word;white-space:pre-line}.panel.aside .description-editor .actions{margin:.5em 0 1em 0}.panel.aside .description-editor .actions .description-lock{float:left}.panel.aside .description-editor .actions .description-lock span.tooltip.tooltip-right{white-space:normal}.panel.aside .description-editor .actions .description-lock span.tooltip.tooltip-right .svg-icon{overflow:initial}.panel.aside .key-information .fingerprint .value{height:3.2em}.panel.aside .key-information textarea{min-height:30em;line-height:normal;margin-top:.8em;width:100%;box-sizing:border-box}.panel.aside .key-information li{padding-bottom:.25em}.panel.aside .key-information li:after,.panel.aside .key-information li:before{content:"";display:table}.panel.aside .key-information li:after{clear:both}.panel.aside .key-information li:after,.panel.aside .key-information li:before{content:"";display:table}.panel.aside .key-information li:after{clear:both}.panel.aside .key-information li span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.panel.aside .key-information li .label{width:30%;display:inline-block;margin-right:10%;float:left;height:1.8em}.panel.aside .key-information li .value{width:60%;display:inline-block;float:left;height:1.8em}.panel.aside .form-content{margin:0 0 .5em 0}.panel.aside .form-content:after,.panel.aside .form-content:before{content:"";display:table}.panel.aside .form-content:after{clear:both}.panel.aside .form-content:after,.panel.aside .form-content:before{content:"";display:table}.panel.aside .form-content:after{clear:both}.panel.aside .form-content label{display:none}.panel.aside .form-content textarea{font-size:1em;width:100%;box-sizing:border-box;height:5em;margin-top:0}.panel.aside .form-content .button,.panel.aside .form-content .cancel{float:right;margin-top:-.25em;margin-right:0}.panel.aside .form-content .cancel{margin-right:.5em}.panel.aside .form-content .message.notice{padding:.5em;margin:0;font-size:.929em;background:#2894df}.panel.aside .form-content .message.notice span:last-child{display:inline-block}@media all and (max-width:1024px){.panel.aside{position:absolute;right:0;width:100%;bottom:0;top:0;height:100%}}.tableview{background:#222220;position:relative;font-size:1.5rem;height:100%}.tableview .tableview-header{background:#3b3b39;height:3.8rem;overflow-y:scroll}.tableview .tableview-header table{width:100%}.tableview .tableview-header table th.l-cell.sortable .svg-icon svg,.tableview .tableview-header table th.m-cell.sortable .svg-icon svg{margin-left:.55em}.tableview .tableview-content{top:2.125em;bottom:3.2rem;padding:0;position:absolute;width:100%;border-top:1px solid #0c0c0a;overflow-y:scroll;background:#222220}.tableview .tableview-content table{width:100%}.tableview table a{border:0}.tableview table td,.tableview table th{text-align:left;padding:.3rem .3rem;vertical-align:middle}.tableview table th{font-weight:700}.tableview table td div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.tableview table .s-cell{width:2rem;max-width:2rem;min-width:2rem}.tableview table .m-cell{width:14.5rem;max-width:14.5rem;vertical-align:middle}.tableview table .l-cell{width:21rem;max-width:21rem}.tableview table .xl-cell{width:28.5rem;max-width:28.5rem}.tableview table .cell-header{display:flex}.tableview table .cell-header-text{flex:0 1 auto;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tableview table .cell-header-icon-sort .svg-icon{display:inherit}.tableview table tbody tr{height:3.2rem}.tableview table tbody tr.selected{background:#0e3e60}.tableview table tbody tr:hover{background:#3b3b39}.tableview table tbody tr.selected:hover{background:#0e3e60}.tableview table tbody tr.inactive{color:#8b8b89}.tableview table td.cell-multiple-select .input.checkbox,.tableview table th.cell-multiple-select .input.checkbox{padding-left:.6rem}.tableview table td.cell-multiple-select .input.checkbox label,.tableview table th.cell-multiple-select .input.checkbox label{padding:0;margin:0}.tableview table td.password .secret{float:left;max-width:calc(100% - 3rem);margin-top:.1rem}.tableview table td.password .password-view{display:none;position:relative;box-sizing:content-box;margin:0 0 0 .3rem;padding:0 .3rem 0 .3rem;background:0 0;border:0;float:left}.tableview table td.password .password-view.selected{margin-top:.1rem;display:block;background:#222220}.tableview table td.password:hover .password-view{display:block}@media all and (max-width:600px){.tableview table tbody{background:#0e3e60}.tableview table tbody td{display:block}.tableview table tbody td.l-cell,.tableview table tbody td.m-cell,.tableview table tbody td.s-cell,.tableview table tbody td.s2-cell{max-width:90%;width:90%;padding:.5em}.tableview table tbody td.s-cell{display:none}.tableview thead{display:none}.tableview .tableview-content{top:0;border:0;bottom:0}}table.table-info,table.table-info.vertical{border-collapse:separate}table.table-info td,table.table-info.vertical td{padding:.8rem 1.8rem .8rem 0;color:#cacac9}table.table-info td.warning,table.table-info.vertical td.warning{background:#fef0bf}table.table-info td.error,table.table-info.vertical td.error{background:#ffe4e4}table.table-info td .alt.side,table.table-info.vertical td .alt.side{color:#cacac9;float:right}table.table-info td .alt.side:before,table.table-info.vertical td .alt.side:before{content:"\0028"}table.table-info td .alt.side:after,table.table-info.vertical td .alt.side:after{content:"\0029"}table.table-info td+td,table.table-info.vertical td+td{color:#fffffc;padding-right:1rem}table.table-info.horizontal{width:100%;border-collapse:collapse;padding:0;border:1px solid #0c0c0a;margin-bottom:1em}table.table-info.horizontal.with-borders td,table.table-info.horizontal.with-borders th{border-right:1px solid #0c0c0a}table.table-info.horizontal td,table.table-info.horizontal th{padding:.5em .5em .5em .75em;margin:0}table.table-info.horizontal th{border-bottom:1px solid #0c0c0a}table.table-info.horizontal th a{display:block;border:0}table.table-info.horizontal th a.sortable .svg-icon svg{top:.15em;position:relative;margin-left:.5em}table.table-info.horizontal thead tr{background:#3b3b39}table.table-info.horizontal tbody{background:#222220}table.table-info.horizontal tbody tr:nth-child(odd){background:#272725}table.table-info.horizontal tbody tr:hover{background:#3b3b39}.table-info-pagination .pagination-limit{margin-top:-.5em;float:left}.table-info-pagination .pagination-limit label{float:left;font-weight:400}.table-info-pagination .pagination-limit select{float:left;margin:.35em}.table-info-pagination .pagination-pages{float:right}.table-info-pagination .pagination-pages .page-location{float:left}.table-info-pagination .pagination-pages .page-buttons{float:right}.table-info-pagination .pagination-pages .button{float:left;margin:-.5em 0 0 .75em;padding:.35em .75em}.tabs{width:100%}.tabs-nav{border-bottom:1px solid #0c0c0a}.tabs-nav li{display:inline}.tabs-nav li div{display:inline-block}.tabs-nav li a{display:inline-block;padding:.4em 1.75em;margin-left:1.25em;font-size:1.5rem;border:0}.tabs-nav li a.selected{margin-bottom:-1px;border:1px solid #0c0c0a;border-bottom:1px solid #30302d;background:#30302d;-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.tabs-nav--bordered li{background-color:#3b3b39;margin-right:.5rem;display:inline-block;border-radius:.3em .3rem 0 0}.tabs-nav--bordered li a{margin-left:0}.tabs-nav--bordered li.active{border:1px solid #0c0c0a;border-bottom:1px solid #30302d;margin-bottom:-10px;background-color:#30302d}.tab-content{display:none}.tab-content.selected{display:block}.tabs-active-content{margin-top:.5em}.tag{float:left;position:relative;margin:0 .8rem .8rem 0;text-decoration:none;border-radius:.2rem;border:1px solid #b8d0fd;background:rgba(42,156,235,.1);color:#d4e4ff}.tag:active,.tag:hover{border:1px solid #2a9ceb;background:#30302d;color:#2a9ceb}.tags-list:after,.tags-list:before{content:"";display:table}.tags-list:after{clear:both}.tags-list:after,.tags-list:before{content:"";display:table}.tags-list:after{clear:both}.tags-list .tag-list-item{float:left;max-width:95%}.tags-list .tag{padding:.4rem .6rem}.tag-editor{margin-bottom:1em}.tag-editor .message{font-size:1em;margin-top:.5em}.tag-editor .message span.svg-icon{display:initial;margin-left:-.15em;padding-right:.15em}.tag-editor .tag{padding:0 .6rem}.tag-editor .tag-content{padding-right:.5em;padding-top:.25em;display:inline-block;max-width:90%}.tag-editor .tag-delete{border-left:1px dotted #2894df;margin-left:-.25em;padding-left:.5em;font-size:.75em;vertical-align:30%;cursor:pointer}.tag-editor .tag:hover:after{border-color:#30302d}.tag-editor .tag-editor-input-wrapper{min-height:5em;padding:.5em;border:1px solid #222220;border-top:1px solid #30302d;position:relative}.tag-editor .tag-editor-input-wrapper:after,.tag-editor .tag-editor-input-wrapper:before{content:"";display:table}.tag-editor .tag-editor-input-wrapper:after{clear:both}.tag-editor .tag-editor-input-wrapper:after,.tag-editor .tag-editor-input-wrapper:before{content:"";display:table}.tag-editor .tag-editor-input-wrapper:after{clear:both}.tag-editor .tag-editor-input-wrapper.input-focus{border-color:#2894df}.tag-editor .tag-editor-input{min-height:1.5em;padding:.2em .4em 0 .4em;box-shadow:none;min-width:6em;max-width:24em;float:left;word-break:break-word}.tag-editor .autocomplete-suggestions{text-align:left;cursor:default;border:1px solid #0c0c0a;border-top:0;background:#30302d;box-shadow:0 0 10px 0 #000;position:absolute;display:inline-flex;z-index:9999;max-height:120px;overflow:hidden;overflow-y:auto;box-sizing:border-box}.tag-editor .autocomplete-suggestions .autocomplete-content.scroll{overflow-y:auto}.tag-editor .autocomplete-suggestions .autocomplete-content.scroll .name.ellipsis{display:block}.tag-editor .autocomplete-suggestions .autocomplete-suggestion.row{position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fffffc;display:block;padding:.35em .43em;border:0}.tag-editor .autocomplete-suggestions .autocomplete-suggestion.row.selected{background:#3b3b39}.usercard-col-2{margin:0 0 1em 0}.usercard-col-2:after,.usercard-col-2:before{content:"";display:table}.usercard-col-2:after{clear:both}.usercard-col-2:after,.usercard-col-2:before{content:"";display:table}.usercard-col-2:after{clear:both}.usercard-col-2:last-of-type{margin-bottom:0}.usercard-col-2 .content-wrapper{float:left;width:100%}.usercard-col-2 .content-wrapper .content{margin-left:36px;padding:0 1em 0 1em}.usercard-col-2 .content-wrapper .content .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.usercard-col-2 .content-wrapper .content .subinfo{color:#fffffc;font-size:.929em}.usercard-col-2 .avatar{float:left;width:36px;margin-left:-100%}.usercard-col-2 .avatar img{width:36px;height:36px}.usercard-col-2 ul.permissions-list{margin-top:1em;font-size:.8em}.usercard-col-2 ul.permissions-list li .avatar{margin-left:0;float:left;width:18px}.usercard-col-2 ul.permissions-list li .avatar img{width:18px;height:18px}.usercard-col-2 ul.permissions-list li .name{display:inline-block;padding-left:7%;line-height:18px}.usercard-col-2 ul.permissions-list li .name.crossed{text-decoration:line-through}.usercard-col-2 ul.permissions-list li .type{float:right;text-align:right;line-height:18px;color:#606060}.usercard-col-2 ul.permissions-list li .type span{background-color:#fff;font-size:.8em;color:#fff;padding:.1em .5em;border-radius:.5em}.usercard-col-2 ul.permissions-list li .type span.created{background-color:#6c0}.usercard-col-2 ul.permissions-list li .type span.updated{background-color:#2a9ceb}.usercard-col-2 ul.permissions-list li .type span.removed{background-color:#db5454}.usercard-detailed-col-2{margin:0 0 1em 0;padding:.5em 0;margin:0}.usercard-detailed-col-2:after,.usercard-detailed-col-2:before{content:"";display:table}.usercard-detailed-col-2:after{clear:both}.usercard-detailed-col-2:after,.usercard-detailed-col-2:before{content:"";display:table}.usercard-detailed-col-2:after{clear:both}.usercard-detailed-col-2:last-of-type{margin-bottom:0}.usercard-detailed-col-2 .content-wrapper{float:left;width:100%}.usercard-detailed-col-2 .content-wrapper .content{margin-left:36px;padding:0 1em 0 1em}.usercard-detailed-col-2 .content-wrapper .content .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.usercard-detailed-col-2 .content-wrapper .content .subinfo{color:#fffffc;font-size:.929em}.usercard-detailed-col-2 .avatar{float:left;width:36px;margin-left:-100%}.usercard-detailed-col-2 .avatar img{width:36px;height:36px}.usercard-detailed-col-2 ul.permissions-list{margin-top:1em;font-size:.8em}.usercard-detailed-col-2 ul.permissions-list li .avatar{margin-left:0;float:left;width:18px}.usercard-detailed-col-2 ul.permissions-list li .avatar img{width:18px;height:18px}.usercard-detailed-col-2 ul.permissions-list li .name{display:inline-block;padding-left:7%;line-height:18px}.usercard-detailed-col-2 ul.permissions-list li .name.crossed{text-decoration:line-through}.usercard-detailed-col-2 ul.permissions-list li .type{float:right;text-align:right;line-height:18px;color:#606060}.usercard-detailed-col-2 ul.permissions-list li .type span{background-color:#fff;font-size:.8em;color:#fff;padding:.1em .5em;border-radius:.5em}.usercard-detailed-col-2 ul.permissions-list li .type span.created{background-color:#6c0}.usercard-detailed-col-2 ul.permissions-list li .type span.updated{background-color:#2a9ceb}.usercard-detailed-col-2 ul.permissions-list li .type span.removed{background-color:#db5454}@keyframes highlight{from{background-color:#0e3e60}to{background-color:transparent}}.usercard-detailed-col-2.highlight{background-color:#0e3e60;animation-delay:2s;animation-duration:5s;animation-name:highlight;animation-fill-mode:forwards}.usercard-detailed-col-2 .content-wrapper .content .name,.usercard-detailed-col-2 .content-wrapper .content .subinfo{color:#606060}.usercard-detailed-col-2 .content-wrapper .content .name{white-space:normal}.usercard-detailed-col-2 .content-wrapper .content .name .creator{color:#fffffc}.input-password-wrapper{overflow:hidden}.input-password-wrapper .message.error{display:block;clear:both;width:100%;padding-bottom:.5em;font-size:.813em}.export-password-dialog .input-password-wrapper .input.password{width:100%}.export-password-dialog .input-password-wrapper .input.password input[type=password],.export-password-dialog .input-password-wrapper .input.password input[type=text]{width:100%;text-overflow:ellipsis}.export-password-dialog .input-password-wrapper .actions.inline{float:none;width:auto}.export-password-dialog .input-password-wrapper .actions.inline .button{padding:.8rem 0 .7rem 0;border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.import-password-dialog .input-password-wrapper .input.password{width:100%}.import-password-dialog .input-password-wrapper .input.password input[type=password],.import-password-dialog .input-password-wrapper .input.password input[type=text]{width:100%;text-overflow:ellipsis}.import-password-dialog .input-password-wrapper .actions.inline{float:none;width:auto}.import-password-dialog .input-password-wrapper .actions.inline .button{padding:.8rem 0 .7rem 0;border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.dialog .share-tab .message{font-size:.875em;padding-left:1em}.share-password-dialog .processing-wrapper{background-color:#30302d;text-align:center;padding:1em .5em 3em 1em}.share-password-dialog .processing-wrapper .processing-text{position:relative;padding-left:1.5em}.share-password-dialog .processing-wrapper .processing-text:before{width:100%;height:100%;position:absolute;content:" ";top:0;left:0;background:transparent url('../../../img/controls/loading_dark.svg') left center no-repeat;background-size:auto 75%}.move-folder-dialog .folders-list-wrapper{border-bottom:1px solid #0c0c0a;border-top:1px solid #0c0c0a}.move-folder-dialog .breadcrumbs{height:auto;padding-bottom:.625em;font-size:1.2em;padding-top:.5em}.move-folder-dialog .breadcrumbs:after,.move-folder-dialog .breadcrumbs:before{content:"";display:table}.move-folder-dialog .breadcrumbs:after{clear:both}.move-folder-dialog .breadcrumbs:after,.move-folder-dialog .breadcrumbs:before{content:"";display:table}.move-folder-dialog .breadcrumbs:after{clear:both}.move-folder-dialog .breadcrumbs .button{float:left;width:1.5em;padding:.125em .25em .25em .25em;margin-left:.5em;margin-right:0}.move-folder-dialog .breadcrumbs ul{box-sizing:border-box;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;float:left;width:calc(100% - 5em);margin-top:-.125em}.move-folder-dialog .folders-list{padding:0;max-height:19em}.move-folder-dialog .folders-list:last-child{border-bottom:0}.move-folder-dialog .folders-list .folders-list-item{user-select:none;padding:.75em 1.25em .75em 1.5em;border-bottom:1px solid #0c0c0a;cursor:pointer}.move-folder-dialog .folders-list .folders-list-item.disabled{color:#cacac9;background:#444442;cursor:default}.move-folder-dialog .folders-list .folders-list-item.disabled .svg-icon svg{fill:#cacac9}.move-folder-dialog .folders-list .folders-list-item.selected{background:#3b3b39}.move-folder-dialog .folders-list .folders-list-item.selected .folder-view{border:1px solid #3b3b39}.move-folder-dialog .folders-list .folders-list-item .folder-name{margin-left:.4em;user-select:none}.move-folder-dialog .folders-list .folders-list-item .folder-permission{color:#cacac9;font-size:.8em;margin-left:.4em;user-select:none}.move-folder-dialog .folders-list .folders-list-item .folder-view{float:right;margin-top:-.25em;margin-right:-.25em;padding:.25em .5em;border:1px solid #30302d;-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem}.move-folder-dialog .folders-list .folders-list-item .folder-view:hover{border:1px solid #0c0c0a}.move-folder-strategy-dialog p{font-size:1em;padding-bottom:.5em}.move-folder-strategy-dialog .radiolist-alt .input.radio:after,.move-folder-strategy-dialog .radiolist-alt .input.radio:before{content:"";display:table}.move-folder-strategy-dialog .radiolist-alt .input.radio:after{clear:both}.move-folder-strategy-dialog .radiolist-alt .input.radio:after,.move-folder-strategy-dialog .radiolist-alt .input.radio:before{content:"";display:table}.move-folder-strategy-dialog .radiolist-alt .input.radio:after{clear:both}.move-folder-strategy-dialog .radiolist-alt input{float:right;width:5%;margin-top:1em;margin-right:.75em}.move-folder-strategy-dialog .radiolist-alt input:checked+label{border:1px solid #2894df}.move-folder-strategy-dialog .radiolist-alt input:checked+label:hover{border:1px solid #2894df}.move-folder-strategy-dialog .radiolist-alt label{border:1px solid #0c0c0a;border-radius:2px;padding:1em;margin-top:-2em;margin-bottom:1.5em;float:left;width:93%}.move-folder-strategy-dialog .radiolist-alt label:hover{border:1px solid #222220}.move-folder-strategy-dialog .radiolist-alt label .strategy-name{margin-top:-.5em;padding-top:.5em;padding-bottom:.5em;font-weight:700;display:block;font-size:1em}.move-folder-strategy-dialog .radiolist-alt label .strategy-info{font-weight:400;display:block}.dialog .group .form-content.permission-edit{border-top:1px solid #0c0c0a;margin:0}.edit-group-dialog .group_edit_form .form-content{padding-bottom:0}.edit-group-dialog .group_edit_form .form-content .input.text .message{padding-left:0}.edit-group-dialog .group_members{margin-top:-.5em}.edit-group-dialog .group_members .message.warning.feedback{margin-top:0}.edit-group-dialog .group_members .message.warning.feedback span{display:block}.edit-group-dialog .group_members ul.permissions{display:block}.edit-group-dialog .group_members.empty ul.permissions{display:none}.delete-group-dialog .intro p+p,.delete-user-dialog .intro p+p{margin-bottom:0}.delete-group-dialog .ownership-transfer,.delete-user-dialog .ownership-transfer{max-height:20em;overflow:auto;background:#30302d}.delete-group-dialog .ownership-transfer h3,.delete-user-dialog .ownership-transfer h3{border:0;padding:.5em 1.25em;margin:0;background:#444442}.delete-group-dialog .ownership-transfer li,.delete-user-dialog .ownership-transfer li{border-bottom:1px dotted #0c0c0a;padding:.5em 1.25em}.delete-group-dialog .ownership-transfer li select,.delete-user-dialog .ownership-transfer li select{padding:.2rem 2.2rem .2rem .6rem}.passphrase-entry.dialog{width:95%}.passphrase-entry.dialog .password:after,.passphrase-entry.dialog .password:before{content:"";display:table}.passphrase-entry.dialog .password:after{clear:both}.passphrase-entry.dialog .password:after,.passphrase-entry.dialog .password:before{content:"";display:table}.passphrase-entry.dialog .password:after{clear:both}.passphrase-entry.dialog .password input[type=password],.passphrase-entry.dialog .password input[type=text]{float:left;box-sizing:border-box;width:calc(90% - 5em)}.passphrase-entry.dialog .password .security-token{float:left;margin-top:0;margin-left:0}.passphrase-entry.dialog .password .button.password-view{font-size:.975em;padding:.9rem 1.6rem;box-sizing:border-box;border-left:0;float:left;margin-left:-1px;border-radius:0;background:#0c0c0a}.passphrase-entry.dialog .password .button.password-view.selected{background:#222220}.passphrase-entry.dialog .password input[type=password]:focus~.button.password-view,.passphrase-entry.dialog .password input[type=text]:focus~.button.password-view{border:1px solid #2894df;border-left:0}.passphrase-entry.dialog .input.checkbox,.passphrase-entry.dialog .input.select{display:inline-block}.passphrase-entry.dialog input[type=checkbox]+label{margin-left:.8rem}.passphrase-entry.dialog .input.select select{margin-left:.8rem;padding:.2rem 2.2rem .2rem .6rem}.progress-bar-wrapper .progress-bar.big.infinite{width:0}.progress-dialog .progress-details{display:flex;flex-direction:row}.progress-dialog .progress-details .progress-step-label{flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.progress-dialog .progress-details .progress-percent{margin-left:.5rem}.ldap-test-settings-report div.directory-structure{border:1px solid #8b8b89;padding:.5em 0 .5em .5em}.ldap-test-settings-report div.directory-structure>ul>li{margin-left:.5em}.ldap-test-settings-report div.directory-structure ul{font-size:.8rem;list-style-type:square;list-style-position:inside}.ldap-test-settings-report div.directory-structure ul li{margin-left:1em}.ldap-test-settings-report div.directory-structure ul li em{color:#606060;font-size:.8em}.ldap-test-settings-report div.directory-structure ul li.user{font-weight:400;list-style-type:circle}.ldap-test-settings-report div.directory-structure ul li.group{font-weight:700}.panel.aside .resource .detailed-information li.password .value{height:1.6em;padding-top:.2em}.panel.aside .resource .detailed-information li.password .value .secret{float:left;max-width:calc(100% - 3rem);overflow:hidden;text-overflow:ellipsis}.panel.aside .resource .detailed-information li.password .password-view{display:block;position:relative;box-sizing:content-box;margin:0 0 0 .3rem;padding:0 .3rem 0 .3rem;background:0 0;border:0;float:left}.panel.aside .resource .detailed-information li.password .password-view svg{margin-top:-.1rem}.panel.aside .resource .detailed-information li.password .password-view.selected{background:#222220}.page.password .tableview.empty .tableview-header{display:none}.page.password .tableview.empty .tableview-content{border:0;top:0}@media all and (min-width:780px){.page.password .tableview.empty.all_items .tableview-content{background-position:center 60%;background-size:10%}}@media all and (min-width:1024px){.page.password .tableview.empty.all_items .tableview-content{background-position:center 80%;background-size:20%}}.page.password .tableview.empty .empty-content{text-align:center;margin:auto;width:50%;padding-top:2em}.page.password .tableview.empty .empty-content h1{font-size:1.5em}.page.password .tableview.empty .empty-content p{font-size:1em;line-height:1.5em}@media all and (min-width:780px){.page.password .tableview.empty .empty-content h1{font-size:2.2em}.page.password .tableview.empty .empty-content p{font-size:1.2em;line-height:1.8em}}.panel.aside .group .sidebar-header .logo img,.panel.aside .user .sidebar-header .logo img{margin:0;width:3em;height:3em}.panel.aside li.key{margin-bottom:.5em}.panel.aside li.key a.button.copy-public-key{padding-top:.2em;padding-bottom:.2em;font-size:.75em}.panel.aside li textarea{width:100%}.edit-group-dialog .permission-edit{margin-top:-1em;border-top:1px solid #0c0c0a}.page.people .tableview-header th.cell-avatar,.page.people .tableview-header th.cell-icon{width:45px}.page.people .tableview-content td.cell-avatar,.page.people .tableview-content th.cell-icon{margin:0;text-align:left;width:45px}.page.people .tableview-content td.cell-avatar img,.page.people .tableview-content th.cell-icon img{margin-top:3px;width:1.7em;height:1.7em;border-radius:50%}.login-history td:first-child{text-align:center}.page.user .tableview.empty .tableview-header{display:none}.page.user .tableview.empty .tableview-content{border:0;top:0}.page.user .tableview.empty .empty-content{text-align:center;margin:3em .5em .67em .5em}.page.user .tableview.empty .empty-content h1{font-size:1.5em}.page.user .tableview.empty .empty-content p{font-size:1em;line-height:1.5em}@media all and (min-width:780px){.page.user .tableview.empty .empty-content h1{font-size:2.2em}.page.user .tableview.empty .empty-content p{font-size:1.2em;line-height:1.8em}}.page.settings .main.panel .middle{overflow-y:auto}.page.settings .profile-detailed-information:after,.page.settings .profile-detailed-information:before{content:"";display:table}.page.settings .profile-detailed-information:after{clear:both}.page.settings .profile-detailed-information:after,.page.settings .profile-detailed-information:before{content:"";display:table}.page.settings .profile-detailed-information:after{clear:both}.page.settings .profile-detailed-information .avatar{float:left}.page.settings .profile-detailed-information .avatar img{border:1px solid #0c0c0a;padding:0;width:12.5em;height:12.5em;margin:.5em 1em 0 0}.page.settings .profile-detailed-information .avatar .edit{width:12.5em;height:3.125em;background-color:rgba(0,0,0,.7);border:1px solid transparent;color:#eeeeec;margin:-3.25em 0 2em 0;position:relative}.page.settings .profile-detailed-information .avatar .edit a{color:#eeeeec;display:block;height:3.125em}.page.settings .profile-detailed-information .avatar .edit a:after,.page.settings .profile-detailed-information .avatar .edit a:before{content:"";display:table}.page.settings .profile-detailed-information .avatar .edit a:after{clear:both}.page.settings .profile-detailed-information .avatar .edit a:after,.page.settings .profile-detailed-information .avatar .edit a:before{content:"";display:table}.page.settings .profile-detailed-information .avatar .edit a:after{clear:both}.page.settings .profile-detailed-information .avatar .edit a .svg-icon{float:left}.page.settings .profile-detailed-information .avatar .edit a .svg-icon svg{float:left;fill:white;width:1.6rem;height:1.6rem;margin:.8em}.page.settings .profile-detailed-information .avatar .edit a .help-text{float:left;display:block;font-size:.813em;margin-left:0;padding:.5em;width:9em}.page.settings .profile-key-inspector-information .input.select.tooltip-top{display:inline-block}.page.settings .profile-key-inspector-information .key-info .table-info .select select{margin:0;padding:.1rem 1.8rem .1rem .2rem;background-size:.8rem auto,100%}.page.settings .key-export .actions{margin:1em 0}.page.settings .key-export .input.textarea.gpgkey textarea.fluid.code{height:27em}.page.settings .profile-passphrase .password-management-bg{background:transparent url('../../../img/illustrations/passphrase_intro.png') center center no-repeat;background-size:contain;height:16rem}.page.settings .profile-passphrase .input.checkbox{margin-bottom:1em}.page.settings .profile-passphrase .password:after,.page.settings .profile-passphrase .password:before{content:"";display:table}.page.settings .profile-passphrase .password:after{clear:both}.page.settings .profile-passphrase .password:after,.page.settings .profile-passphrase .password:before{content:"";display:table}.page.settings .profile-passphrase .password:after{clear:both}.page.settings .profile-passphrase .password input{width:calc(100% - 30rem)}.page.settings .profile-passphrase .password .security-token{margin-top:0;margin-left:.8rem}.page.settings .profile-passphrase .password .input .message.error{clear:both}.page.settings .profile-passphrase .password-complexity .progress{width:calc(100% - 25.9rem)}.page.settings .profile-passphrase .enter-passphrase .submit-wrapper{display:flex;flex-direction:row}.page.settings .profile-passphrase .password-hints{margin:.8rem 0 1.6rem 0}.page.settings .profile-passphrase .password-hints li{font-size:1.6rem}.page.settings .profile-choose-security-token .input-security-token{margin:1em 0 1.5em 0}.page.settings .profile-choose-security-token .input-security-token:after,.page.settings .profile-choose-security-token .input-security-token:before{content:"";display:table}.page.settings .profile-choose-security-token .input-security-token:after{clear:both}.page.settings .profile-choose-security-token .input-security-token:after,.page.settings .profile-choose-security-token .input-security-token:before{content:"";display:table}.page.settings .profile-choose-security-token .input-security-token:after{clear:both}.page.settings .profile-choose-security-token .input-security-token label{margin-bottom:.5em}.page.settings .profile-choose-security-token .input-security-token .input.text{-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem;font-size:3.8rem;max-width:12rem;float:left;text-align:center;margin-right:2.4rem}.page.settings .profile-choose-security-token .input-security-token .circle-picker{float:left}.page.settings .profile-choose-security-token .input-security-token .randomize-button-wrapper{float:left;text-align:center;clear:both;cursor:pointer}.page.settings .profile-mobile-transfer .mobile-transfer-bg{background:transparent url('../../../img/diagrams/mobile-transfer.svg') left center no-repeat;background-size:contain;height:16em;margin:2em 0}@media all and (max-width:950px){.page.settings .profile-detailed-information .avatar{float:none}}@media (max-width:1280px){.key-info .table-info{font-size:.875em}.key-info .table-info .select select{font-size:.929em}}.themes .theme{float:left;border-radius:2px}.themes .theme a{max-width:275px;display:block;margin:1em;border:1px solid #0c0c0a;padding:1em;box-shadow:0 0 10px 0 #000;border-radius:3px}.themes .theme a:hover{border:1px solid #2a9ceb}.themes .theme .theme-desc{padding-top:1em;text-align:center}.themes .theme.selected{font-weight:700}.themes .theme.selected a{background:#222220;box-shadow:inset 0 1px 2px rgba(0,0,0,.2);border:1px solid #0c0c0a}.subscription-key .subscription-information{width:100%}.subscription-key .subscription-information li{padding-bottom:.25em}.subscription-key .subscription-information li:after,.subscription-key .subscription-information li:before{content:"";display:table}.subscription-key .subscription-information li:after{clear:both}.subscription-key .subscription-information li:after,.subscription-key .subscription-information li:before{content:"";display:table}.subscription-key .subscription-information li:after{clear:both}.subscription-key .subscription-information li span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis}.subscription-key .subscription-information li .label{width:40%;display:inline-block;margin-right:5%;float:left;height:1.8em;color:#8b8b89}.subscription-key .subscription-information li .label.error{color:#ff6b70}.subscription-key .subscription-information li .label.warning{color:#9f6000}.subscription-key .subscription-information li .value{width:55%;display:inline-block;float:left;height:1.8em}.subscription-key .subscription-information li .value.error{color:#ff6b70}.subscription-key .subscription-information li .value.warning{color:#9f6000}.subscription-key .subscription-information a{margin-top:1em}.subscription-key .subscription-information a.button{margin-right:1.5em}
|