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:#333;background:#fff}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 #ddd}p{font-size:1.5rem;line-height:2.2rem;margin-top:0}code{font-size:1.1rem}.font-dim{color:#666}a{outline:0;text-decoration:none;cursor:pointer;border-bottom:1px solid #ddd}a:link,a:visited{color:#333}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:#888;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 #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-left:1px solid #ccc;color:#333;font-weight:400;text-shadow:1px 1px 0 rgba(255,255,255,.5);background:#f3f3f3;-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:1px 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:#fff;border:1px solid #4271b7;background:#2a9ceb}.button.warning,.button.warning:active,.button.warning:focus,.button.warning:hover{color:#fff;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:#fff;font-weight:400}.button:hover{color:#333;text-decoration:none;background:#eee;border:1px solid #bbb}.button:focus{color:#2894df;border:1px solid #2894df}.button:active{color:#2894df;border:1px solid #2894df;background:#eee;position:relative;box-shadow:inset 0 1px 2px rgba(0,0,0,.2)}.button.disabled{cursor:default;color:#888;background:#fff;border:1px solid #ddd;text-shadow:none;font-weight:400}.button.disabled:active,.button.disabled:focus,.button.disabled:hover{box-shadow:0 0 0;top:0;color:#888;background:#fff;border:1px solid #ddd}.button.processing{background:#fff;border:1px solid #fff}.button.processing:after{width:100%;height:100%;position:absolute;content:" ";top:-1px;left:-1px;background:#fff url('../../../img/controls/loading_light.svg') center center no-repeat;background-size:auto 50%;border:1px solid #ddd;-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem}input[type=submit].button.processing{font-size:0;background:#fff url('../../../img/controls/loading_light.svg') center center no-repeat;background-size:auto 50%;border:1px solid #ddd;border-radius:5px}.button-toggle.selected{background:#eee;box-shadow:inset 0 1px 2px rgba(0,0,0,.2);border:1px solid #bbb}.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:#d40101;font-weight:700}.input.error label{color:#d40101}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:#333;background:#fff;width:100%;max-width:64rem;padding:.6rem 1.2rem;display:inline-block;margin-bottom:.8rem;border:1px solid #ccc;border-top:1px solid #bbb;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:#333;background:#fff;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 #bbb}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:#333;border:1px solid #ddd;box-shadow:0 0;cursor:default;background:#f3f3f3}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:#fff;border:1px solid #ddd}.checkbox input[type=checkbox]:hover+label:before{border:1px solid #bbb}.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:#fff;border:1px solid #bbb}.checkbox input[type=checkbox]:disabled+label{color:#ddd;cursor:auto}.checkbox input[type=checkbox]:disabled+label:before{box-shadow:none;background:#f3f3f3}.checkbox input[type=checkbox]:checked+label:after{content:'';position:absolute;left:.3rem;top:.8rem;width:1rem;height:1rem;background-size:1rem 1rem;background-color:#333;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:#969696}.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:#f3f3f3;border-radius:2em;padding:2px;transition:all .4s ease;border:1px solid #ddd}.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:#fff;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:#333;padding:.6rem 1.2rem;width:100%;max-width:64rem;box-sizing:border-box;margin:0 0 .8rem 0;border:1px solid #ccc;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url('../../../img/controls/chevron-down_black.svg'),linear-gradient(to bottom,#fff 0,#fff 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,#fff 0,#fff 100%)}.input.select select:disabled{background-image:url('../../../img/controls/chevron-down_black.svg'),linear-gradient(to bottom,#f3f3f3 0,#f3f3f3 100%);color:#888}.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:#d40101;background:#fff;clear:both}.input .help-message{padding:0;font-size:1.4rem;margin-top:.2rem;margin-bottom:1.6rem;background-color:transparent;border:0;color:#888;font-weight:400;background:#fff;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:#ddd;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:#969696;background:#ddd;cursor:pointer}.slider input[type=range]::-moz-range-thumb{width:15px;height:15px;border-radius:50%;background:#ddd;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:#333;height:1em;width:1em}.svg-icon.baseline svg{top:.125em;position:relative}.svg-icon.dim svg,.svg-icon.light svg{fill:#888888}.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:#888888;pointer-events:none;cursor:default}a.disabled:hover .svg-icon svg{fill:#888888}a.fav .svg-icon svg{fill:#D40101}a.unfav .svg-icon svg{fill:#DDD}.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:#333}.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:#FFF}.button:active .svg-icon svg,.button:focus .svg-icon svg{fill:#2894DF}.button.disabled .svg-icon svg{fill:#888888}.button.disabled .svg-icon svg:hover{fill:#888888}@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.svg') 0 0 no-repeat;background-size:20rem auto;width:20rem;height:4.5rem}.scroll{overflow-y:scroll;background:linear-gradient(#fff 30%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),#fff 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:#fff;background-size:100% 10px,100% 10px,100% 5px,100% 5px}::-webkit-scrollbar{width:1em}::-webkit-scrollbar-track{background:#f9f9f9;border-top:0;border-bottom:0}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:1em;border:4px solid #f9f9f9}.scroll-shadow{overflow:auto;background:linear-gradient(#fff 30%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),#fff 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:#fff;background-size:100% 40px,100% 40px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll}.simplebar-content{overflow:auto;background:linear-gradient(#fff 30%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),#fff 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:#fff;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(255,255,255,0) 0,rgba(255,255,255,.1) 30%,rgba(255,255,255,.5) 50%,rgba(255,255,255,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:#fff}.page .header.second+.panel.main{top:6.875em}.page .header.third+.panel.main{top:10em;border-top:1px solid #ddd}.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:#333;display:block}.accordion .accordion-header a:hover{color:#2894df}.accordion h3.accordion-header a{line-height:3.2rem;border-bottom:1px dotted #ddd}.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:#fff;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_light.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 #666;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:#fff}.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 #ddd}.dialog-wrapper{position:absolute;width:100%;height:100%;z-index:800;background:rgba(255,255,255,.9);overflow:auto}.dialog{position:relative;max-width:48rem;border:1px solid #ddd;background:#f3f3f3;margin:auto;margin-top:1%;margin-bottom:4.8rem;box-shadow:0 0 10px 0 #ddd}.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:#333}.dialog .dialog-header .tooltip-alt{margin-left:.8rem;font-size:1.2rem;font-weight:400;color:#333;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:#fff;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:#d40101;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 #eee;-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 #eee;-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 #ddd;-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:#666;border:1px solid #969696;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 #969696}.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:#fffae7}.dropdown{float:left}.dropdown .button.create:focus,.dropdown .button:focus{border:1px solid #ddd;color:#333;background:#fff;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:#333}.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:#888888}.dropdown .dropdown-content{display:none;border:1px solid #ddd;background:#fff;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:#eee;text-decoration:none;color:#333}.dropdown .dropdown-content li.disabled a,.dropdown .dropdown-content li.disabled a:hover{color:#969696}.dropdown .dropdown-content li .separator-before{border-top:1px solid #ddd}.dropdown .dropdown-content li .separator-after{border-bottom:1px solid #ddd}.dropdown .button+.dropdown-content{margin-top:2em;margin-bottom:2em}.footer{margin-top:0;position:fixed;bottom:0;text-align:right;font-size:1.2rem;width:100%;height:3.8rem;background:#fff;border-top:1px solid #ddd;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:#fff;color:#d40101}.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:#333}.header.second{background:#eee}.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:#ddd;text-decoration:none;border:0;display:inline-block}.header .navigation.primary li a:hover{color:#fff}.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:#ddd}.header .navigation.primary li .row.selected a{color:#fff}.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 #ddd;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:#888;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.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.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.svg') 0 0 no-repeat;background-size:150px auto}.logo.bigger{background:transparent url('../../../img/logo/logo.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 #888}.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 #888}.message.error a:hover{color:#333;border-bottom:1px solid #888}.message.success{color:#333;background:#edf7eb}.message.notice{color:#333;background:#daecf9}.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}.feedback-card,.message.animated{background:#fff;color:#333;display:flex;border:1px solid #ddd;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}}.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 #333;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 #fff;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:#fff;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:#333}.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:#333;color:#fff;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 #333 transparent transparent}.tooltip-alt:hover .tooltip-text{transform:translateX(12px);visibility:visible;opacity:1}.tooltip svg,.tooltip-alt svg{fill:#666;top:.125em;position:relative}.user.profile{max-width:16em;float:right;border:1px solid #ddd;margin-top:.5em;background:#eee;overflow:hidden;cursor:pointer;border-radius:3px;background:#f3f3f3}.user.profile .more{background:#f3f3f3;border-left:1px dotted #ddd}.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:#666}.user.profile .more a .svg-icon{margin:16px 0 0 7px;display:inline-block}.user.profile .more a .svg-icon svg{fill:#333}.user.profile .more a:hover{color:#000}.user.profile .more a:hover svg{fill:#333}.user.profile .more a span:last-child{visibility:hidden}.user.profile .dropdown-content{top:59px;max-width:16em;width:100%;background:#fff}.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}}.contextual-menu{position:absolute;background:#fff;border:1px solid #ddd;width:12em;box-shadow:0 0 10px 0 #ddd;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:#333;background:#eee}.contextual-menu li.disabled a{color:#ddd}.contextual-menu li.disabled a:hover{color:#ddd;background:#eee}.contextual-menu .separator-before{border-top:1px solid #ddd}.contextual-menu .separator-after{border-bottom:1px solid #ddd}.navigation-secondary{font-size:.9375em;border-bottom:1px dotted #ddd;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:#f3f3f3}.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:#333;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:#888;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:#888888}.navigation-secondary .row .right-cell a .svg-icon svg:hover{fill:#2894DF}.navigation-secondary .row .right-cell a:hover{color:#2894df;background:#fff}.navigation-secondary .row.title .right-cell{margin-top:-1.825em}.navigation-secondary .row:hover{background:#f3f3f3}.navigation-secondary .row:hover .right-cell a{display:block}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:#daecf9}.sidebar-help.transparent{background-color:transparent;border:1px solid #f3f3f3}.sidebar-help h3{margin:0 0 1.6rem 0;border-bottom: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_light.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:#fff;border-left:0;border-top:1px solid #bbb}.input-password-wrapper .password-view.selected{background:#eee}.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:#ddd}.input-password-wrapper .password-complexity .progress{width:65.5%;box-sizing:border-box;border:1px solid #ddd;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}}.gpgkey.input.textarea textarea{height:24em;width:95%}/*!
|
|
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:#333;background:#fff}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 #ddd}p{font-size:1.5rem;line-height:2.2rem;margin-top:0}code{font-size:1.1rem}.font-dim{color:#666}a{outline:0;text-decoration:none;cursor:pointer;border-bottom:1px solid #ddd}a:link,a:visited{color:#333}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:#888;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 #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-left:1px solid #ccc;color:#333;font-weight:400;text-shadow:1px 1px 0 rgba(255,255,255,.5);background:#f3f3f3;-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:1px 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:#fff;border:1px solid #4271b7;background:#2a9ceb}.button.warning,.button.warning:active,.button.warning:focus,.button.warning:hover{color:#fff;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:#fff;font-weight:400}.button:hover{color:#333;text-decoration:none;background:#eee;border:1px solid #bbb}.button:focus{color:#2894df;border:1px solid #2894df}.button:active{color:#2894df;border:1px solid #2894df;background:#eee;position:relative;box-shadow:inset 0 1px 2px rgba(0,0,0,.2)}.button.disabled{cursor:default;color:#888;background:#fff;border:1px solid #ddd;text-shadow:none;font-weight:400}.button.disabled:active,.button.disabled:focus,.button.disabled:hover{box-shadow:0 0 0;top:0;color:#888;background:#fff;border:1px solid #ddd}.button.processing{background:#fff;border:1px solid #fff}.button.processing:after{width:100%;height:100%;position:absolute;content:" ";top:-1px;left:-1px;background:#fff url('../../../img/controls/loading_light.svg') center center no-repeat;background-size:auto 50%;border:1px solid #ddd;-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem}input[type=submit].button.processing{font-size:0;background:#fff url('../../../img/controls/loading_light.svg') center center no-repeat;background-size:auto 50%;border:1px solid #ddd;border-radius:5px}.button-toggle.selected{background:#eee;box-shadow:inset 0 1px 2px rgba(0,0,0,.2);border:1px solid #bbb}.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:#d40101;font-weight:700}.input.error label{color:#d40101}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:#333;background:#fff;width:100%;max-width:64rem;padding:.6rem 1.2rem;display:inline-block;margin-bottom:.8rem;border:1px solid #ccc;border-top:1px solid #bbb;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:#333;background:#fff;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 #bbb}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:#333;border:1px solid #ddd;box-shadow:0 0;cursor:default;background:#f3f3f3}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:#fff;border:1px solid #ddd;border-radius:.3rem;box-sizing:border-box}.checkbox input[type=checkbox]:hover+label:before{box-shadow:0 .1rem 0 #ddd,inset 0 .1rem 0 rgba(255,255,255,.25)}.checkbox input[type=checkbox]:focus+label:before{box-shadow:0 0 .4rem #2a9ceb;border:1px solid #2a9ceb}.checkbox input[type=checkbox]:active+label:before{box-shadow:inset 0 -.1rem 0 rgba(255,255,255,.25),inset 0 .1rem 0 #ddd}.checkbox input[type=checkbox]:disabled+label{color:#ddd;cursor:auto}.checkbox input[type=checkbox]:disabled+label:before{box-shadow:none;background:#ccc;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_black.svg');-webkit-mask-image:url('../../../img/controls/check_black.svg');mask-image:url('../../../img/controls/check_black.svg')}.checkbox input[type=checkbox]:disabled+label:after{background:#969696}.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:#969696}.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:#f3f3f3;border-radius:2em;padding:2px;transition:all .4s ease;border:1px solid #ddd}.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:#fff;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:#333;padding:.6rem 1.2rem;width:100%;max-width:64rem;box-sizing:border-box;margin:0 0 .8rem 0;border:1px solid #ccc;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url('../../../img/controls/chevron-down_black.svg'),linear-gradient(to bottom,#fff 0,#fff 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,#fff 0,#fff 100%)}.input.select select:disabled{background-image:url('../../../img/controls/chevron-down_black.svg'),linear-gradient(to bottom,#f3f3f3 0,#f3f3f3 100%);color:#888}.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:#d40101;background:#fff;clear:both}.input .help-message{padding:0;font-size:1.4rem;margin-top:.2rem;margin-bottom:1.6rem;background-color:transparent;border:0;color:#888;font-weight:400;background:#fff;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:#ddd;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:#969696;background:#ddd;cursor:pointer}.slider input[type=range]::-moz-range-thumb{width:15px;height:15px;border-radius:50%;background:#ddd;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:#333;height:1em;width:1em}.svg-icon.baseline svg{top:.125em;position:relative}.svg-icon.dim svg,.svg-icon.light svg{fill:#888888}.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:#888888;pointer-events:none;cursor:default}a.disabled:hover .svg-icon svg{fill:#888888}a.fav .svg-icon svg{fill:#D40101}a.unfav .svg-icon svg{fill:#DDD}.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:#333}.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:#FFF}.button:active .svg-icon svg,.button:focus .svg-icon svg{fill:#2894DF}.button.disabled .svg-icon svg{fill:#888888}.button.disabled .svg-icon svg:hover{fill:#888888}@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.svg') 0 0 no-repeat;background-size:20rem auto;width:20rem;height:4.5rem}.scroll{overflow-y:scroll;background:linear-gradient(#fff 30%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),#fff 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:#fff;background-size:100% 10px,100% 10px,100% 5px,100% 5px}::-webkit-scrollbar{width:1em}::-webkit-scrollbar-track{background:#f9f9f9;border-top:0;border-bottom:0}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:1em;border:4px solid #f9f9f9}.scroll-shadow{overflow:auto;background:linear-gradient(#fff 30%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),#fff 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:#fff;background-size:100% 40px,100% 40px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll}.simplebar-content{overflow:auto;background:linear-gradient(#fff 30%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),#fff 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:#fff;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(255,255,255,0) 0,rgba(255,255,255,.1) 30%,rgba(255,255,255,.5) 50%,rgba(255,255,255,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:#fff}.page .header.second+.panel.main{top:6.875em}.page .header.third+.panel.main{top:10em;border-top:1px solid #ddd}.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:#333;display:block}.accordion .accordion-header a:hover{color:#2894df}.accordion h3.accordion-header a{line-height:3.2rem;border-bottom:1px dotted #ddd}.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:#fff;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_light.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 #666;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:#fff}.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 #ddd}.dialog-wrapper{position:absolute;width:100%;height:100%;z-index:800;background:rgba(255,255,255,.9);overflow:auto}.dialog{position:relative;max-width:48rem;border:1px solid #ddd;background:#f3f3f3;margin:auto;margin-top:1%;margin-bottom:4.8rem;box-shadow:0 0 10px 0 #ddd}.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:#333}.dialog .dialog-header .tooltip-alt{margin-left:.8rem;font-size:1.2rem;font-weight:400;color:#333;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:#fff;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:#d40101;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 #eee;-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 #eee;-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 #ddd;-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:#666;border:1px solid #969696;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 #969696}.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:#fffae7}.dropdown{float:left}.dropdown .button.create:focus,.dropdown .button:focus{border:1px solid #ddd;color:#333;background:#fff;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:#333}.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:#888888}.dropdown .dropdown-content{display:none;border:1px solid #ddd;background:#fff;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:#eee;text-decoration:none;color:#333}.dropdown .dropdown-content li.disabled a,.dropdown .dropdown-content li.disabled a:hover{color:#969696}.dropdown .dropdown-content li .separator-before{border-top:1px solid #ddd}.dropdown .dropdown-content li .separator-after{border-bottom:1px solid #ddd}.dropdown .button+.dropdown-content{margin-top:2em;margin-bottom:2em}.footer{margin-top:0;position:fixed;bottom:0;text-align:right;font-size:1.2rem;width:100%;height:3.8rem;background:#fff;border-top:1px solid #ddd;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:#fff;color:#d40101}.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:#333}.header.second{background:#eee}.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:#ddd;text-decoration:none;border:0;display:inline-block}.header .navigation.primary li a:hover{color:#fff}.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:#ddd}.header .navigation.primary li .row.selected a{color:#fff}.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 #ddd;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:#888;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.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.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.svg') 0 0 no-repeat;background-size:150px auto}.logo.bigger{background:transparent url('../../../img/logo/logo.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 #888}.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 #888}.message.error a:hover{color:#333;border-bottom:1px solid #888}.message.success{color:#333;background:#edf7eb}.message.notice{color:#333;background:#daecf9}.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}.feedback-card,.message.animated{background:#fff;color:#333;display:flex;border:1px solid #ddd;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}}.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 #333;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 #fff;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:#fff;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:#333}.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:#333;color:#fff;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 #333 transparent transparent}.tooltip-alt:hover .tooltip-text{transform:translateX(12px);visibility:visible;opacity:1}.tooltip svg,.tooltip-alt svg{fill:#666;top:.125em;position:relative}.user.profile{max-width:16em;float:right;border:1px solid #ddd;margin-top:.5em;background:#eee;overflow:hidden;cursor:pointer;border-radius:3px;background:#f3f3f3}.user.profile .more{background:#f3f3f3;border-left:1px dotted #ddd}.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:#666}.user.profile .more a .svg-icon{margin:16px 0 0 7px;display:inline-block}.user.profile .more a .svg-icon svg{fill:#333}.user.profile .more a:hover{color:#000}.user.profile .more a:hover svg{fill:#333}.user.profile .more a span:last-child{visibility:hidden}.user.profile .dropdown-content{top:59px;max-width:16em;width:100%;background:#fff}.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}}.contextual-menu{position:absolute;background:#fff;border:1px solid #ddd;width:12em;box-shadow:0 0 10px 0 #ddd;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:#333;background:#eee}.contextual-menu li.disabled a{color:#ddd}.contextual-menu li.disabled a:hover{color:#ddd;background:#eee}.contextual-menu .separator-before{border-top:1px solid #ddd}.contextual-menu .separator-after{border-bottom:1px solid #ddd}.navigation-secondary{font-size:.9375em;border-bottom:1px dotted #ddd;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:#f3f3f3}.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:#333;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:#888;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:#888888}.navigation-secondary .row .right-cell a .svg-icon svg:hover{fill:#2894DF}.navigation-secondary .row .right-cell a:hover{color:#2894df;background:#fff}.navigation-secondary .row.title .right-cell{margin-top:-1.825em}.navigation-secondary .row:hover{background:#f3f3f3}.navigation-secondary .row:hover .right-cell a{display:block}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:#daecf9}.sidebar-help.transparent{background-color:transparent;border:1px solid #f3f3f3}.sidebar-help h3{margin:0 0 1.6rem 0;border-bottom: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_light.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:#fff;border-left:0;border-top:1px solid #bbb}.input-password-wrapper .password-view.selected{background:#eee}.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:#ddd}.input-password-wrapper .password-complexity .progress{width:65.5%;box-sizing:border-box;border:1px solid #ddd;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}}.gpgkey.input.textarea textarea{height:24em;width:95%}/*!
|
|
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:#fff;-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:#969696}.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 #bbb;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#ddd),color-stop(52%,#eee),to(#f3f3f3));background:linear-gradient(#fff 20%,#ddd 50%,#eee 52%,#f3f3f3 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#333;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:#888}.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 #bbb;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:#333;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:#ddd;cursor:default}.chosen-container .chosen-results li:hover{background-color:#daecf9;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:#fff}.chosen-container .chosen-results li.no-results{color:#666;display:list-item;background:#f3f3f3}.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 #bbb;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 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:#888;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 #bbb;max-width:100%;border-radius:3px;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#ddd),color-stop(52%,#eee),to(#f3f3f3));background-image:linear-gradient(#fff 20%,#ddd 50%,#eee 52%,#f3f3f3 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#ddd;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 #ccc;background-color:#f3f3f3;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#ddd),color-stop(52%,#eee),to(#f3f3f3));background-image:linear-gradient(#fff 20%,#ddd 50%,#eee 52%,#f3f3f3 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#ddd}.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:#eee;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 #bbb;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff 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:#333!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 #ccc}.chosen-container a.chosen-single{color:#333;display:block;text-overflow:ellipsis;white-space:nowrap;height:3.8rem;width:100%;background:#f3f3f3;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:1px solid #ccc;border-top:1px solid #bbb;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:#333}.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:#666}.chosen-container .chosen-drop{border:1px solid #ccc!important;border-top:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;background:#fff!important}.chosen-container .chosen-drop .chosen-results{color:#333}.chosen-container.chosen-container-active.chosen-with-drop a.chosen-single{background:#fff;border:1px solid #ccc;border-top:1px solid #bbb;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}.autocomplete-suggestions{text-align:left;cursor:default;border:1px solid #ddd;border-top:0;background:#fff;box-shadow:0 0 10px 0 #ddd;position:absolute;display:none;z-index:9999;max-height:120px;overflow:hidden;overflow-y:auto;box-sizing:border-box;width:350px}.autocomplete-suggestions .autocomplete-suggestion{position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;font-size:.875em;display:block;padding:.357em .714em;border:0}.autocomplete-suggestions .autocomplete-suggestion b{font-weight:400;color:#333}.autocomplete-suggestions .autocomplete-suggestion.selected{background:#eee}#user-locale-input{border:none;background:transparent url('../../../img/controls/chevron-down_black.svg') right center/1rem no-repeat;appearance:none;margin-top:.8rem;padding-right:1.6rem;padding-left:.4rem;line-height:2rem;width:auto}#user-locale-input:focus{outline:0;border:1px solid #2894df;border-radius:0;background-image:url('../../../img/controls/chevron-down_blue.svg'),linear-gradient(to bottom,#fff 0,#fff 100%)}.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}.ldap-test-settings-report div.directory-structure{border:1px solid #ddd;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:#888;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}.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 #ddd;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:#fff;margin:-3.25em 0 2em 0;position:relative}.page.settings .profile-detailed-information .avatar .edit a{color:#fff;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}}html.launching .launching-screen{display:block;width:100%;height:100%;position:absolute;z-index:999;background:#fff}html.launching .launching-screen .launching-screen-holder{width:20%;margin:auto;margin-top:7em}html.launching .launching-screen .progress-bar-wrapper{margin-bottom:0}html.launching .launching-screen p{margin:1em 0;font-size:.75em}.launching-screen{display:none}@media all and (min-width:460px){.page.error .grid{text-align:center;width:100%;margin-bottom:2.5em}.page.error.error-400 .row,.page.error.error-404 .row,.page.error.error-500 .row{max-width:400px;margin:auto}.page.error.error-400 .grid:before,.page.error.error-404 .grid:before,.page.error.error-500 .grid:before{font-size:15em;font-weight:700;color:#333}.page.error.error-404 .grid:before{content:"404"}.page.error.error-400 .grid:before{content:"400"}.page.error.error-500 .grid:before{content:"500"}}.page.setup,.page.status{margin-bottom:2.5em}.page.setup .grid,.page.status .grid{padding-bottom:2em}.page.setup #url-rewriting-warning,.page.status #url-rewriting-warning{display:none}.page.setup .grid .message,.page.status .grid .message{padding:.75em 1em;margin-bottom:.5em}.page.setup .grid .input .message,.page.status .grid .input .message{padding:0 0 .5em 0}.cake-error{display:none}.themes .theme{float:left;border-radius:2px}.themes .theme a{max-width:275px;display:block;margin:1em;border:1px solid #ddd;padding:1em;box-shadow:0 0 10px 0 #ddd;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:#eee;box-shadow:inset 0 1px 2px rgba(0,0,0,.2);border:1px solid #bbb}#js_mfa_iframe{width:100%;height:calc(100% - 2.5em);position:absolute;box-sizing:border-box;padding:0;margin:0;background:#fff}.mfa.iframe .grid,.mfa.iframe .grid-responsive-12{max-width:none}.mfa.iframe .actions-wrapper{margin-top:3em}.mfa.iframe .totp-setup .input-verify{float:left;background:#f3f3f3;padding:2.5em;max-width:25em;height:262px;min-width:22em;box-sizing:border-box;border:3px solid #f3f3f3;border-left:0}.mfa.iframe .totp-setup .input-verify .helptext{max-width:18em}.mfa.iframe .totp-setup .qrcode{float:left;max-width:262px;box-sizing:border-box;max-height:262px;border:3px solid #f3f3f3}.mfa.iframe .how-it-works p{width:28%;float:left;color:#666}.mfa.iframe .how-it-works p+p{margin-left:5%}.mfa.iframe .how-it-works p+p+p{margin-left:8%}.mfa.iframe .mfa-providers:after,.mfa.iframe .mfa-providers:before{content:"";display:table}.mfa.iframe .mfa-providers:after{clear:both}.mfa.iframe .mfa-providers:after,.mfa.iframe .mfa-providers:before{content:"";display:table}.mfa.iframe .mfa-providers:after{clear:both}.mfa.iframe .mfa-providers li{float:left;-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem;width:12.5em;margin-bottom:2em;margin-right:2em;border:1px solid #ddd}.mfa.iframe .mfa-providers li:hover{border:1px solid #ddd;box-shadow:0 0 10px 0 #ddd}.mfa.iframe .mfa-providers a{border-bottom:1px solid #ddd;display:block;text-align:center}.mfa.iframe .mfa-providers a span{padding:1em 0 2em 0;display:block}.mfa.iframe .mfa-providers a img{display:block;padding:2em 0 .5em 0;height:5em}.mfa.iframe .mfa-providers .mfa-provider-status{padding:1em;background:#f3f3f3;text-align:center}.mfa.iframe .mfa-providers .mfa-provider-status.disabled{color:#888}.mfa.iframe .mfa-trusted-device{padding:1em;display:flex}.mfa.iframe .mfa-trusted-device:nth-child(even){background:#f3f3f3}.mfa.iframe .mfa-trusted-device .device{flex:1;font-size:2.5em;text-align:center;color:#666}.mfa.iframe .mfa-trusted-device .device.current:before{content:'\2022';color:#090;font-size:.75em;position:absolute;margin-left:-.5em}.mfa.iframe .mfa-trusted-device .session{flex:2 0 10em}.mfa.iframe .mfa-trusted-device .action{flex:1;padding-top:.5em}.mfa.iframe .mfa-trusted-device table td,.mfa.iframe .mfa-trusted-device table th{padding:.125em 1em}.mfa.iframe .mfa-trusted-device table th{font-weight:700}.page.administration .workspace-main .grid{position:absolute;bottom:0;top:2.125em;padding:0;overflow-y:scroll}.ldap-settings input[type=text]{max-width:100%}.ldap-settings .singleline{max-width:100%}.dialog .ldap-test-settings-report .directory-list span.error{color:#d40101}.dialog .ldap-test-settings-report p.directory-errors.error{padding:1em 0 0 0;color:#d40101}.dialog .ldap-test-settings-report .accordion-directory-structure .error{color:#d40101}.dialog .ldap-test-settings-report .accordion-directory-errors textarea{font-family:"Courier New",Courier,monospace;font-size:11px;overflow:auto;height:220px}.page.administration .mfa-settings .provider-section .description.enabled{display:none}.page.administration .mfa-settings .provider-section.enabled .description.disabled{display:none}.page.administration .mfa-settings .provider-section.enabled .description.enabled{display:block}.report-widget .colors.red{color:#d40101}.report-widget .colors.green{color:#090}.report-widget .colors.orange{color:#9f6000}.report-widget .colors.blue{color:#5bbbff}.report-widget.gauge div.widget-content{min-height:220.567px!important}.report-widget.gauge p.widget-description{color:#969696;text-align:center;margin-top:-20px}.report-widget.simple-number{text-align:center}.report-widget.simple-number .widget-content{width:145px;height:145px;background-color:#f3f3f3;border-radius:50%;display:inline-block;margin-top:20px;border:5px solid #f3f3f3}.report-widget.simple-number .widget-content span{font-size:27px;margin-top:51px;display:inline-block;color:#000}.report-widget.simple-number p.widget-description{color:#969696;text-align:center;margin-top:25px}.report-widget .plots{margin-top:2em}.report-widget .plots .plot-container{margin-top:2em}.report-widget .plots .plot-container .plot{display:inline-block;width:80%}.report-widget .plots .plot-container .plot span.label{font-size:1em}.report-widget .plots .plot-container .plot .bar-container{position:relative;border:1px solid #ddd;height:5px;margin-top:.3em}.report-widget .plots .plot-container .plot .bar-container .bar{position:absolute;top:-1px;left:-1px;height:5px;border:1px solid #5bbbff;background:#5bbbff}.report-widget .plots .plot-container .plot-value{width:15%;font-size:1.6em;padding:.35em 0 0 .5em;line-height:1em;float:right}.report-widget.widget-dashboard-count{position:relative}.report-widget.widget-dashboard-count.items .illustration{background:#ff6c70}.report-widget.widget-dashboard-count.items .illustration svg{margin-top:1.3em}.report-widget.widget-dashboard-count.groups .illustration{background:#00ba93}.report-widget.widget-dashboard-count.groups .illustration svg{margin-top:.9em;width:2.8em;height:2.8em}.report-widget.widget-dashboard-count.users .illustration{background:#5bbbff}.report-widget.widget-dashboard-count.users .illustration svg{margin-top:1.2em}.report-widget.widget-dashboard-count .count .number{display:block;font-size:2.5em;line-height:1em}.report-widget.widget-dashboard-count .count .label{display:block;font-size:1.25em;line-height:1em;margin-top:.6em}.report-widget.widget-dashboard-count .illustration{position:absolute;top:2.5em;right:2.75em;width:4.7em;height:4.7em;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#5bbbff;text-align:center}.report-widget.widget-dashboard-count .illustration svg{margin-top:1.1em;fill:#FFF;color:#fff;height:2.2em;width:2.2em}.report-widget.widget-dashboard-count .since{font-size:.8em;margin-top:1.8em}.report-widget.widget-dashboard-count .since span{color:#090}.report-widget.widget-dashboard-plots{margin-top:2em;padding-bottom:4em}.report-widget.widget-dashboard-plots.items .plots .plot-container .bar-container .bar{background:#ff6c70!important;border:1px solid #ff6c70!important}.report-widget.widget-login-history{margin-top:2em;margin-bottom:3em}.report-widget.widget-login-history .chart{margin-top:2em}.page.printable-report{background-color:#f3f3f3}.page.printable-report .page-wrapper{width:900px;min-height:1536px;background-color:#fff;padding:3em;margin:3em auto;box-sizing:border-box;box-shadow:0 0 10px 0 #ddd}.page.printable-report .page-wrapper .report-header .creator-info .label{display:inline-block;width:150px;margin-bottom:.25em}.page.printable-report .page-wrapper .report-header .creator-info .value{display:inline-block;margin-bottom:.25em}.page.printable-report .page-wrapper .report-header .company-info{text-align:right}.page.printable-report .page-wrapper .report-header .company-info .logo{margin-top:65px;width:200px;float:right}.page.printable-report .page-wrapper .report-content{margin-top:2em}.page.printable-report .page-wrapper .report-content .row.charts{margin-top:2em}.page.printable-report .page-wrapper .report-content .row.list{margin-top:3em}.page.printable-report .page-wrapper .report-content .table-info{border-right:0;border-left:0;border-bottom:0}.page.printable-report .page-wrapper .report-content .table-info tr td:first-of-type,.page.printable-report .page-wrapper .report-content .table-info tr th:first-of-type{width:30%}.page.printable-report .page-wrapper .report-content .table-info tr td{word-wrap:break-word;color:#666;vertical-align:middle}.page.printable-report .page-wrapper .report-content .table-info tr td+td{color:#666}.page.printable-report .page-wrapper .report-content .table-info tr span.email,.page.printable-report .page-wrapper .report-content .table-info tr span.name{display:block;max-width:300px}.page.printable-report .page-wrapper .report-content .table-info tr span.email{font-size:.8em;color:#969696}@media print{@page{size:auto;margin:0}.page.printable-report{background-color:#fff}.page.printable-report .page-wrapper{min-height:0!important;box-shadow:none!important;color:#ddd}}.reports-workspace .accordion.navigation.first{border:none;padding:.625em 0 0 0;margin:0}.reports-workspace .workspace-reports-content{position:relative;height:100%}.reports-workspace .workspace-reports-content .report-wrapper{top:0;bottom:2.45em;padding:1em 2em;position:absolute;width:100%;overflow-y:scroll;background-color:#f3f3f3;box-sizing:border-box}.reports-workspace .workspace-reports-content .report-wrapper .report-page{margin-top:3em}.reports-workspace .workspace-reports-content .report-wrapper .report-page .report-loading{text-align:center;padding-top:10em}.reports-workspace .workspace-reports-content .report-wrapper .report-page .report-loading .spinner{background:transparent url('../../../img/controls/loading_light.svg') center center no-repeat;content:' ';height:50px}.reports-workspace .workspace-reports-content .report-widget{background-color:#fff;padding:2.6em;border:1px solid #ddd;box-shadow:0 0 10px 0 #ddd;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.reports-workspace .workspace-reports-content .report-widget h2{font-weight:400;line-height:1em;margin:0;font-size:1.45em}.reports-workspace .workspace-reports-content iframe{width:100%;height:100%}
|
|
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:#fff;-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:#969696}.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 #bbb;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#ddd),color-stop(52%,#eee),to(#f3f3f3));background:linear-gradient(#fff 20%,#ddd 50%,#eee 52%,#f3f3f3 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#333;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:#888}.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 #bbb;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:#333;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:#ddd;cursor:default}.chosen-container .chosen-results li:hover{background-color:#daecf9;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:#fff}.chosen-container .chosen-results li.no-results{color:#666;display:list-item;background:#f3f3f3}.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 #bbb;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 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:#888;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 #bbb;max-width:100%;border-radius:3px;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#ddd),color-stop(52%,#eee),to(#f3f3f3));background-image:linear-gradient(#fff 20%,#ddd 50%,#eee 52%,#f3f3f3 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#ddd;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 #ccc;background-color:#f3f3f3;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#ddd),color-stop(52%,#eee),to(#f3f3f3));background-image:linear-gradient(#fff 20%,#ddd 50%,#eee 52%,#f3f3f3 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#ddd}.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:#eee;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 #bbb;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff 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:#333!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 #ccc}.chosen-container a.chosen-single{color:#333;display:block;text-overflow:ellipsis;white-space:nowrap;height:3.8rem;width:100%;background:#f3f3f3;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:1px solid #ccc;border-top:1px solid #bbb;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:#333}.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:#666}.chosen-container .chosen-drop{border:1px solid #ccc!important;border-top:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;background:#fff!important}.chosen-container .chosen-drop .chosen-results{color:#333}.chosen-container.chosen-container-active.chosen-with-drop a.chosen-single{background:#fff;border:1px solid #ccc;border-top:1px solid #bbb;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}.autocomplete-suggestions{text-align:left;cursor:default;border:1px solid #ddd;border-top:0;background:#fff;box-shadow:0 0 10px 0 #ddd;position:absolute;display:none;z-index:9999;max-height:120px;overflow:hidden;overflow-y:auto;box-sizing:border-box;width:350px}.autocomplete-suggestions .autocomplete-suggestion{position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;font-size:.875em;display:block;padding:.357em .714em;border:0}.autocomplete-suggestions .autocomplete-suggestion b{font-weight:400;color:#333}.autocomplete-suggestions .autocomplete-suggestion.selected{background:#eee}#user-locale-input{border:none;background:#f3f3f3 url('../../../img/controls/chevron-down_black.svg') 92% center/1rem no-repeat;appearance:none;margin-top:.8rem;padding-left:.4rem;padding-right:2rem;line-height:2rem;width:auto}#user-locale-input:focus{outline:0;border:1px solid #2894df;border-radius:0}#user-locale-input option{background-color:#f3f3f3}.ldap-test-settings-report div.directory-structure{border:1px solid #ddd;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:#888;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}.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 #ddd;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:#fff;margin:-3.25em 0 2em 0;position:relative}.page.settings .profile-detailed-information .avatar .edit a{color:#fff;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}}html.launching .launching-screen{display:block;width:100%;height:100%;position:absolute;z-index:999;background:#fff}html.launching .launching-screen .launching-screen-holder{width:20%;margin:auto;margin-top:7em}html.launching .launching-screen .progress-bar-wrapper{margin-bottom:0}html.launching .launching-screen p{margin:1em 0;font-size:.75em}.launching-screen{display:none}@media all and (min-width:460px){.page.error .grid{text-align:center;width:100%;margin-bottom:2.5em}.page.error.error-400 .row,.page.error.error-404 .row,.page.error.error-500 .row{max-width:400px;margin:auto}.page.error.error-400 .grid:before,.page.error.error-404 .grid:before,.page.error.error-500 .grid:before{font-size:15em;font-weight:700;color:#333}.page.error.error-404 .grid:before{content:"404"}.page.error.error-400 .grid:before{content:"400"}.page.error.error-500 .grid:before{content:"500"}}.page.setup,.page.status{margin-bottom:2.5em}.page.setup .grid,.page.status .grid{padding-bottom:2em}.page.setup #url-rewriting-warning,.page.status #url-rewriting-warning{display:none}.page.setup .grid .message,.page.status .grid .message{padding:.75em 1em;margin-bottom:.5em}.page.setup .grid .input .message,.page.status .grid .input .message{padding:0 0 .5em 0}.cake-error{display:none}.themes .theme{float:left;border-radius:2px}.themes .theme a{max-width:275px;display:block;margin:1em;border:1px solid #ddd;padding:1em;box-shadow:0 0 10px 0 #ddd;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:#eee;box-shadow:inset 0 1px 2px rgba(0,0,0,.2);border:1px solid #bbb}#js_mfa_iframe{width:100%;height:calc(100% - 2.5em);position:absolute;box-sizing:border-box;padding:0;margin:0;background:#fff}.mfa.iframe .grid,.mfa.iframe .grid-responsive-12{max-width:none}.mfa.iframe .actions-wrapper{margin-top:3em}.mfa.iframe .totp-setup .input-verify{float:left;background:#f3f3f3;padding:2.5em;max-width:25em;height:262px;min-width:22em;box-sizing:border-box;border:3px solid #f3f3f3;border-left:0}.mfa.iframe .totp-setup .input-verify .helptext{max-width:18em}.mfa.iframe .totp-setup .qrcode{float:left;max-width:262px;box-sizing:border-box;max-height:262px;border:3px solid #f3f3f3}.mfa.iframe .how-it-works p{width:28%;float:left;color:#666}.mfa.iframe .how-it-works p+p{margin-left:5%}.mfa.iframe .how-it-works p+p+p{margin-left:8%}.mfa.iframe .mfa-providers:after,.mfa.iframe .mfa-providers:before{content:"";display:table}.mfa.iframe .mfa-providers:after{clear:both}.mfa.iframe .mfa-providers:after,.mfa.iframe .mfa-providers:before{content:"";display:table}.mfa.iframe .mfa-providers:after{clear:both}.mfa.iframe .mfa-providers li{float:left;-webkit-border-radius:0.3rem;-moz-border-radius:.3rem;border-radius:.3rem;width:12.5em;margin-bottom:2em;margin-right:2em;border:1px solid #ddd}.mfa.iframe .mfa-providers li:hover{border:1px solid #ddd;box-shadow:0 0 10px 0 #ddd}.mfa.iframe .mfa-providers a{border-bottom:1px solid #ddd;display:block;text-align:center}.mfa.iframe .mfa-providers a span{padding:1em 0 2em 0;display:block}.mfa.iframe .mfa-providers a img{display:block;padding:2em 0 .5em 0;height:5em}.mfa.iframe .mfa-providers .mfa-provider-status{padding:1em;background:#f3f3f3;text-align:center}.mfa.iframe .mfa-providers .mfa-provider-status.disabled{color:#888}.mfa.iframe .mfa-trusted-device{padding:1em;display:flex}.mfa.iframe .mfa-trusted-device:nth-child(even){background:#f3f3f3}.mfa.iframe .mfa-trusted-device .device{flex:1;font-size:2.5em;text-align:center;color:#666}.mfa.iframe .mfa-trusted-device .device.current:before{content:'\2022';color:#090;font-size:.75em;position:absolute;margin-left:-.5em}.mfa.iframe .mfa-trusted-device .session{flex:2 0 10em}.mfa.iframe .mfa-trusted-device .action{flex:1;padding-top:.5em}.mfa.iframe .mfa-trusted-device table td,.mfa.iframe .mfa-trusted-device table th{padding:.125em 1em}.mfa.iframe .mfa-trusted-device table th{font-weight:700}.page.administration .workspace-main .grid{position:absolute;bottom:0;top:2.125em;padding:0;overflow-y:scroll}.ldap-settings input[type=text]{max-width:100%}.ldap-settings .singleline{max-width:100%}.dialog .ldap-test-settings-report .directory-list span.error{color:#d40101}.dialog .ldap-test-settings-report p.directory-errors.error{padding:1em 0 0 0;color:#d40101}.dialog .ldap-test-settings-report .accordion-directory-structure .error{color:#d40101}.dialog .ldap-test-settings-report .accordion-directory-errors textarea{font-family:"Courier New",Courier,monospace;font-size:11px;overflow:auto;height:220px}.page.administration .mfa-settings .provider-section .description.enabled{display:none}.page.administration .mfa-settings .provider-section.enabled .description.disabled{display:none}.page.administration .mfa-settings .provider-section.enabled .description.enabled{display:block}.report-widget .colors.red{color:#d40101}.report-widget .colors.green{color:#090}.report-widget .colors.orange{color:#9f6000}.report-widget .colors.blue{color:#5bbbff}.report-widget.gauge div.widget-content{min-height:220.567px!important}.report-widget.gauge p.widget-description{color:#969696;text-align:center;margin-top:-20px}.report-widget.simple-number{text-align:center}.report-widget.simple-number .widget-content{width:145px;height:145px;background-color:#f3f3f3;border-radius:50%;display:inline-block;margin-top:20px;border:5px solid #f3f3f3}.report-widget.simple-number .widget-content span{font-size:27px;margin-top:51px;display:inline-block;color:#000}.report-widget.simple-number p.widget-description{color:#969696;text-align:center;margin-top:25px}.report-widget .plots{margin-top:2em}.report-widget .plots .plot-container{margin-top:2em}.report-widget .plots .plot-container .plot{display:inline-block;width:80%}.report-widget .plots .plot-container .plot span.label{font-size:1em}.report-widget .plots .plot-container .plot .bar-container{position:relative;border:1px solid #ddd;height:5px;margin-top:.3em}.report-widget .plots .plot-container .plot .bar-container .bar{position:absolute;top:-1px;left:-1px;height:5px;border:1px solid #5bbbff;background:#5bbbff}.report-widget .plots .plot-container .plot-value{width:15%;font-size:1.6em;padding:.35em 0 0 .5em;line-height:1em;float:right}.report-widget.widget-dashboard-count{position:relative}.report-widget.widget-dashboard-count.items .illustration{background:#ff6c70}.report-widget.widget-dashboard-count.items .illustration svg{margin-top:1.3em}.report-widget.widget-dashboard-count.groups .illustration{background:#00ba93}.report-widget.widget-dashboard-count.groups .illustration svg{margin-top:.9em;width:2.8em;height:2.8em}.report-widget.widget-dashboard-count.users .illustration{background:#5bbbff}.report-widget.widget-dashboard-count.users .illustration svg{margin-top:1.2em}.report-widget.widget-dashboard-count .count .number{display:block;font-size:2.5em;line-height:1em}.report-widget.widget-dashboard-count .count .label{display:block;font-size:1.25em;line-height:1em;margin-top:.6em}.report-widget.widget-dashboard-count .illustration{position:absolute;top:2.5em;right:2.75em;width:4.7em;height:4.7em;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#5bbbff;text-align:center}.report-widget.widget-dashboard-count .illustration svg{margin-top:1.1em;fill:#FFF;color:#fff;height:2.2em;width:2.2em}.report-widget.widget-dashboard-count .since{font-size:.8em;margin-top:1.8em}.report-widget.widget-dashboard-count .since span{color:#090}.report-widget.widget-dashboard-plots{margin-top:2em;padding-bottom:4em}.report-widget.widget-dashboard-plots.items .plots .plot-container .bar-container .bar{background:#ff6c70!important;border:1px solid #ff6c70!important}.report-widget.widget-login-history{margin-top:2em;margin-bottom:3em}.report-widget.widget-login-history .chart{margin-top:2em}.page.printable-report{background-color:#f3f3f3}.page.printable-report .page-wrapper{width:900px;min-height:1536px;background-color:#fff;padding:3em;margin:3em auto;box-sizing:border-box;box-shadow:0 0 10px 0 #ddd}.page.printable-report .page-wrapper .report-header .creator-info .label{display:inline-block;width:150px;margin-bottom:.25em}.page.printable-report .page-wrapper .report-header .creator-info .value{display:inline-block;margin-bottom:.25em}.page.printable-report .page-wrapper .report-header .company-info{text-align:right}.page.printable-report .page-wrapper .report-header .company-info .logo{margin-top:65px;width:200px;float:right}.page.printable-report .page-wrapper .report-content{margin-top:2em}.page.printable-report .page-wrapper .report-content .row.charts{margin-top:2em}.page.printable-report .page-wrapper .report-content .row.list{margin-top:3em}.page.printable-report .page-wrapper .report-content .table-info{border-right:0;border-left:0;border-bottom:0}.page.printable-report .page-wrapper .report-content .table-info tr td:first-of-type,.page.printable-report .page-wrapper .report-content .table-info tr th:first-of-type{width:30%}.page.printable-report .page-wrapper .report-content .table-info tr td{word-wrap:break-word;color:#666;vertical-align:middle}.page.printable-report .page-wrapper .report-content .table-info tr td+td{color:#666}.page.printable-report .page-wrapper .report-content .table-info tr span.email,.page.printable-report .page-wrapper .report-content .table-info tr span.name{display:block;max-width:300px}.page.printable-report .page-wrapper .report-content .table-info tr span.email{font-size:.8em;color:#969696}@media print{@page{size:auto;margin:0}.page.printable-report{background-color:#fff}.page.printable-report .page-wrapper{min-height:0!important;box-shadow:none!important;color:#ddd}}.reports-workspace .accordion.navigation.first{border:none;padding:.625em 0 0 0;margin:0}.reports-workspace .workspace-reports-content{position:relative;height:100%}.reports-workspace .workspace-reports-content .report-wrapper{top:0;bottom:2.45em;padding:1em 2em;position:absolute;width:100%;overflow-y:scroll;background-color:#f3f3f3;box-sizing:border-box}.reports-workspace .workspace-reports-content .report-wrapper .report-page{margin-top:3em}.reports-workspace .workspace-reports-content .report-wrapper .report-page .report-loading{text-align:center;padding-top:10em}.reports-workspace .workspace-reports-content .report-wrapper .report-page .report-loading .spinner{background:transparent url('../../../img/controls/loading_light.svg') center center no-repeat;content:' ';height:50px}.reports-workspace .workspace-reports-content .report-widget{background-color:#fff;padding:2.6em;border:1px solid #ddd;box-shadow:0 0 10px 0 #ddd;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.reports-workspace .workspace-reports-content .report-widget h2{font-weight:400;line-height:1em;margin:0;font-size:1.45em}.reports-workspace .workspace-reports-content iframe{width:100%;height:100%}
|