@import "./Common/Constants"; html { font-family: @DataExplorerFont; padding: 0px; margin: 0px; overflow: hidden; position: fixed; width: 100%; height: 100%; } body { font-family: @DataExplorerFont; font-size: 12px; height: 100%; :focus { .focus(); } } .float-right { float: right; } .fixedleftpane { background: #2f2d2d; height: 100vh; width: 80px; float: left; } .ui-dialog.ui-corner-all.ui-widget.ui-front.ui-widget-content.shareUrlDialog.no-close { box-shadow: 0 0 @DefaultSpace @BoxShadow; display: inline-block; position: absolute; background: #fff; border: 1px solid @BaseMedium; margin: 42px 20px; border-radius: 3px; &:before { content: ""; position: absolute; top: -10px; right: 13px; border-width: 0 10px 10px; border-style: solid; border-color: @BaseMedium rgba(0, 0, 0, 0); display: block; width: 0; } &:after { content: ""; position: absolute; top: -9px; right: 14px; border-width: 0 9px 9px; border-style: solid; border-color: #fff rgba(0, 0, 0, 0); display: block; width: 0; } .ui-dialog-titlebar.ui-corner-all.ui-helper-clearfix.ui-widget-header.shareUrlTitle { border: none; background-color: @BaseLight; color: @BaseHigh; font-size: @largeFontSize; font-family: @DataExplorerFont; padding: @MediumSpace; margin: 0px @DefaultSpace 0px @MediumSpace; font-weight: normal; .ui-dialog-titlebar-close.shareClose { display: none; } } .shareDataAccessFlyout { overflow: visible; margin-bottom: @LargeSpace; padding: @DefaultSpace @LargeSpace; .shareDataAccessFlyoutContent { height: 100%; width: 100%; .urlContainer { margin-left: @DefaultSpace; .urlContentText { color: @BaseHigh; font-size: @mediumFontSize; font-family: @DataExplorerFont; } .toggles { height: @ToggleHeight; width: @ToggleWidth; margin: 24px 0px @LargeSpace 0px; &:focus { .focus(); } .tab { margin-right: @MediumSpace; } .toggleSwitch { .toggleSwitch(); } .selectedToggle { .selectedToggle(); } .unselectedToggle { .unselectedToggle(); } } .shareLabels { color: @BaseHigh; font-size: @mediumFontSize; font-family: @DataExplorerFont; margin-left: @DefaultSpace; } .urlSpace { margin: @LargeSpace 0px @DefaultSpace 0px; img { cursor: pointer; } } .tokenSpace { margin-bottom: (2 * @MediumSpace); img { cursor: pointer; } } .urlTokenInfoTooltip { .infoTooltip(); &:hover .urlTokenTooltiptext { .tooltipVisible(); } .urlTokenTooltiptext { bottom: 28px; width: 250px; .tooltipText(); &:after { border-width: (2 * @MediumSpace) (2 * @MediumSpace) 0px 0px; bottom: -15px; .tooltipTextAfter(); } } } .urlTokenCopyInfoTooltip { .infoTooltip(); padding: @SmallSpace; &:hover { .hover(); } &:active { .active(); } &:focus .urlTokenCopyTooltiptext, &:focus .urlTokenCopyTooltiptext { .tooltipVisible(); } &:focus .urlTokenCopyTooltiptext { .tooltipVisible(); } .urlTokenCopyTooltiptext { visibility: hidden; text-align: center; background-color: @BaseHigh; color: @BaseLight; top: (2 * @LargeSpace); width: 80px; left: -26px; position: absolute; z-index: 1; padding: @SmallSpace; border-radius: 3px; &:after { content: ""; position: absolute; border-style: solid; border-color: transparent @BaseDark transparent transparent; border-width: 0px @DefaultSpace 6px @DefaultSpace; top: -5px; left: 30px; width: 0; height: 0; border-color: @InfoPointerColor transparent; } } } .shareLink { width: 300px; background-color: #ffffff; border: 1px solid @BaseMedium; overflow: hidden; text-overflow: ellipsis; padding: 2px @SmallSpace 2px @SmallSpace; margin: @SmallSpace @DefaultSpace 0px 0px; font-family: @DataExplorerFont; } } } } .openFullScreenBtn { background-color: @AccentMediumHigh; color: @BaseLight; padding: @SmallSpace 28px; } .shareCancelButton { background-color: @BaseLight; color: @AccentMediumHigh; padding: @SmallSpace 24px; } .openFullScreenCancelBtn { margin: @SmallSpace @DefaultSpace @SmallSpace @SmallSpace; border: 1px solid @AccentMediumHigh; cursor: pointer; font-size: @mediumFontSize; border-radius: 0px; font-family: @DataExplorerFont; } } .connectExplorerContainer { height: 100%; width: 100%; .connectExplorerFormContainer { .flex-display(); .flex-direction(); height: 100%; width: 100%; } .connectExplorer { text-align: center; .flex-display(); .flex-direction(); justify-content: center; height: 100%; margin-bottom: 60px; // this is to align the water mark in center between the top command bar and the notification console .welcomeText { font-size: @DefaultFontSize; color: @BaseHigh; margin: @DefaultSpace @DefaultSpace @LargeSpace @DefaultSpace; } .switchConnectTypeText { margin: @DefaultSpace; font-size: @mediumFontSize; color: @AccentMediumHigh; cursor: pointer; } .connectStringText { font-size: @mediumFontSize; color: @BaseHigh; } .connectExplorerContent { margin: @DefaultSpace; color: @BaseHigh; .inputToken { width: 300px; padding: 0px @SmallSpace; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; &::placeholder { font-style: italic; } } .errorDetailsInfoTooltip { .infoTooltip(); padding-left: @SmallSpace; vertical-align: top; &:hover .errorDetails { .tooltipVisible(); } .errorDetails { bottom: (2 * @MediumSpace); width: @ErrorDetailsInfowidth; visibility: hidden; background-color: @BaseHigh; color: @BaseLight; position: absolute; z-index: 1; left: -10px; padding: 6px; &:after { border-width: 10px 10px 0px 10px; bottom: -8px; content: ""; position: absolute; right: 100%; border-style: solid; left: @MediumSpace; width: 0; height: 0; border-color: @InfoPointerColor transparent; } } .errorImg { height: @ImgWidth; width: @ImgHeight; } } } } } .dataExplorerLoaderContainer { /* this should have more z-index value than the splitter to disable it */ z-index: 5; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: @BaseLight; opacity: @GreyOutOpacity; .dataExplorerLoader { height: 8px; margin-top: 50vh; margin-left: 50%; } } .splashLoaderContainer { z-index: 5; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: @BaseLight; opacity: @GreyOutOpacity; .splashLoaderContentContainer { .flex-display(); .flex-direction(); height: 100%; text-align: center; justify-content: center; .splashLoaderText { margin-top: @LargeSpace; } .splashLoaderTitle { font-size: @DefaultFontSize; color: @BaseHigh; margin: @DefaultSpace @DefaultSpace @LargeSpace @DefaultSpace; } .splashLoader { display: block; margin: @DefaultSpace auto; width: @LoaderWidth; height: @LoaderHeight; } } } .dataExplorerPaneLoaderContainer { right: 0; width: 440px; min-height: 565px; } .dataExplorerTabLoaderContainer { left: initial; top: initial; z-index: 0; } .dataExplorerErrorConsoleContainer { /* z-index should be greater than that of the splitter so it always overlaps the splitter */ z-index: 2; align-self: flex-end; width: 100%; .flex-display(); } .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.no-close.ui-dialog-buttons { border: 1px solid @BaseMedium; box-shadow: 0 0 @DefaultSpace @BoxShadow; padding: 0px; .ui-widget-header.ui-helper-clearfix.ui-dialog-titlebar.connectTitlebar { background-color: @BaseLight; font-size: @largeFontSize; color: @BaseHigh; font-family: @DataExplorerFont; border: none; font-weight: normal; padding: @SmallSpace; margin: @DefaultSpace @LargeSpace @MediumSpace (2 * @MediumSpace); .ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close { visibility: hidden; } } .dataAccessTokenModal { margin: @LargeSpace 24px 24px; padding: @SmallSpace; overflow: visible; .dataAccessTokenModalContent .dataAccessTokenExpireText { margin-bottom: @LargeSpace; color: @BaseHigh; font-size: @DefaultFontSize; font-family: @DataExplorerFont; } } .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix { border-top: @ButtonBorderWidth solid @BaseMediumLow; padding: @LargeSpace 20px; .ui-dialog-buttonset { float: none; .connectDialogButtons { margin: @SmallSpace 0px @SmallSpace @MediumSpace; border: @ButtonBorderWidth solid @AccentMediumHigh; cursor: pointer; font-size: @mediumFontSize; border-radius: 0px; font-family: @DataExplorerFont; } .connectButton { padding: @SmallSpace @LargeSpace; } .okBtn { padding: @SmallSpace 30px; } .connectOkBtns { background-color: @AccentMediumHigh; color: @BaseLight; } .cancelBtn { background-color: @BaseLight; color: @AccentMediumHigh; margin-left: @DefaultSpace; padding: @SmallSpace 20px; } } } } .ui-widget-overlay.ui-front { background-color: @BaseLight; opacity: @GreyOutOpacity; } .renewAccessInfo { color: @BaseHigh; padding-right: (2 * @LargeSpace); margin-bottom: (2 * @MediumSpace); } .renewUploadItemsHeader { margin-bottom: @DefaultSpace; color: @BaseHigh; } .accessKeyInput { width: @AccessKeyInputWidth; padding: 0px @SmallSpace; &::placeholder { font-style: italic; } } .renewAccessExpandCollapse { margin-top: 24px; cursor: pointer; img { width: @AccountNavigationExpandCollapseSize; height: @AccountNavigationExpandCollapseSize; margin-bottom: @SmallSpace; } } .AccountNavigationText { font-size: @mediumFontSize; font-family: @DataExplorerFont; } .renewAccessImg { margin: @DefaultSpace @MediumSpace 0px @LargeSpace; img { margin-top: @DefaultSpace; width: @AccountNavigationImgWidth; height: @AccountNavigationImgHeight; } } .importFilesTitle { overflow: hidden; text-overflow: ellipsis; background-color: @BaseLight; border: 1px solid @BaseMedium; height: 24px; width: 300px; padding: 0px @DefaultSpace 0px @DefaultSpace; } .sparkWorkerCountInput { margin-top: 5px; width: 100%; padding: 1px; } .fileImportImg { padding: @SmallSpace; vertical-align: top; border: @ButtonBorderWidth solid transparent; &:hover { background-color: @BaseMediumLow; } &:active { background-color: @BaseMediumLow; } &:focus { .focus(); } } .fileImportButton { height: 24px; border: @ButtonBorderWidth solid transparent; vertical-align: top; } .fileUploadSummaryContainer { margin-top: 40px; .fileUploadSummary { margin-top: @DefaultSpace; width: calc(~"100% - 25px"); table-layout: fixed; .fileUploadSummaryHeader { font-size: 10px; } .fileUploadSummaryTuple { text-overflow: ellipsis; overflow: hidden; border-bottom: 1px solid @BaseMedium; height: 28px; td { overflow: hidden; text-overflow: ellipsis; } } } } execute-sproc-params-pane { @textInputWidth: 200px; @textInputHeight: 24px; @dataTypeSelectorWidth: 100px; @paramTableTypeWidth: 110px; .partitionKeyContainer, .paramsTable { padding-bottom: @DefaultSpace; .inputHeader, .enterInputParams { margin-bottom: @SmallSpace; font-size: @DefaultFontSize; } .scrollBox { width: 100%; overflow: auto; overflow-x: hidden; padding-bottom: @SmallSpace; .paramsClauseTable { border-spacing: 0px; display: table; width: 100%; margin-top: 8px; .paramTableTypeHead { width: @paramTableTypeWidth; } .paramTemplateRow { padding-top: @MediumSpace; } .dataTypeSelector { width: @dataTypeSelectorWidth; height: @textInputHeight; border: @ButtonBorderWidth solid @BaseMedium; color: @BaseHigh; padding-left: @SmallSpace; } .partitionKeyValue, .valueTextBox { width: @textInputWidth; height: @textInputHeight; border: @ButtonBorderWidth solid @BaseMedium; padding: @SmallSpace @DefaultSpace; } .partitionKeyValue { margin-right: 30px; } .spEntityAddCancel { margin-right: 1px; cursor: pointer; &:hover { .hover(); } &:active { .active(); } &:focus { .focus(); } img { width: @ImgWidth; height: @ImgHeight; margin: 0px 0px @SmallSpace @SmallSpace; } } } } .addNewParam { padding: @DefaultSpace 0px 5px @SmallSpace; margin-top: @MediumSpace; width: 125px; cursor: pointer; &:hover { .hover(); } &:active { .active(); } &:focus { .focus(); } img { width: @ImgWidth; height: @ImgHeight; margin-bottom: @SmallSpace; } .addNewParamLabel { margin-left: @SmallSpace; } } } } .stored-procedure-tab { @ToggleHeight: 30px; @ToggleWidth: 180px; .results-container, .errors-container { height: 100%; .flex-display(); .flex-direction(); overflow: hidden; .enterInputParameters { padding: @LargeSpace @MediumSpace; } div[role="tabpanel"] { height: 100%; padding-bottom: 50px; } } .errors-container { padding-left: (2 * @MediumSpace); padding: @MediumSpace 0px 0px @MediumSpace; .errors-header { font-weight: 700; font-size: @DefaultFontSize; padding-bottom: @DefaultSpace; } .errorContent { .flex-display(); width: 60%; white-space: nowrap; font-size: @mediumFontSize; .errorMessage { padding: @SmallSpace; overflow: hidden; text-overflow: ellipsis; } } .errorDetailsLink { cursor: pointer; padding: @SmallSpace; } } editor { .flex-display(); .flex-direction(); overflow: hidden; height: 100%; width: 100%; padding-left: 22px; } json-editor { .flex-display(); .flex-direction(); overflow: hidden; height: 100%; width: 100%; padding: @SmallSpace 0px @SmallSpace 10px; } } notification-console { width: 100%; } #divQuickStart { display: inline-block; width: 100%; } #imgiconwidth1 { width: 72%; } #Quickstart { text-align: center; width: 80px; height: 60px; margin: 0 auto; padding-top: 5px; position: relative; } .flexContainer { height: 100%; width: 100%; .flex-display(); .flex-direction(); } .hideOverflows { overflow: hidden; } .explorerContent { flex-grow: 1; } .collectionheading { text-transform: uppercase; font-size: 10px; } #Quickstart #imgiconwidth1 { width: 24px; height: 24px; position: absolute; right: 27px; } .topSelected { border-left: 4px solid @AccentMediumHigh; background: #666666; } .topSelected:hover { border-left: 4px solid @AccentMediumHigh; background: #666666 !important; cursor: default !important; } #Quickstart:hover span.activemenu, #Quickstart:active span.activemenu { color: #fff; } #Explorer:hover span.menuExplorer, #Explorer:active span.menuExplorer { color: #fff; } menuQuickStart { margin-left: 0; padding-left: 0; display: block; right: 12px; top: 30px; position: absolute; } #Explorer { text-align: center; display: inline-block; width: 80px; height: 60px; margin: 0 auto; padding-top: 9px; position: relative; } #Explorer #imgiconwidth1, .feedbackstyle #imgiconwidth1, .settingstyle #imgiconwidth1 { width: 24px; height: 24px; position: absolute; right: 30px; } #Explorer span.menuExplorer { margin-left: 0; padding-left: 0; display: block; right: 19px; top: 33px; position: absolute; } .feedbackstyle span.menuExplorer { margin-left: 0; padding-left: 0; display: block; right: 19px; top: 33px; position: absolute; } .settingstyle span.menuExplorer { margin-left: 0; padding-left: 0; display: block; right: 19px; top: 33px; position: absolute; } .content { display: inline-block; width: 100%; transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; height: 100vh; } .mini { width: 0%; float: left; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; height: 100vh; background-color: white; } #sidebar-wrapper { z-index: 1000; position: fixed; left: 250px; width: 0; height: 100%; margin-left: -250px; overflow-y: auto; background: white; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .toggle-left { width: 0%; overflow: hidden; } .toggle-minicontent { width: 100%; } .toggle-maincontent { width: 100%; } .toggle-mini { width: 36px; } .toggle-main { width: 100%; } .activepartitionmode { background-color: @AccentMediumHigh; } .paddingpartition { color: white; padding-left: 15px; padding-top: 25px; } .paddingspan2 { padding-top: 20px; color: #000; padding-left: 15px; } .paddingspan4 { padding-top: 20px; padding-bottom: 20px; color: white; padding-left: 15px; } .whitegroove { width: 344px; border: groove; } .dropdownbtn { color: white; width: 340px; background: #262626; } .queryclr { color: white; background: #262626; } .panelContent { display: flex; flex-direction: column; flex: 1; } .panelContentWrapper { display: flex; flex-direction: column; height: 100%; } .contextual-pane { top: 0px; right: 0 !important; left: auto; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; right: auto; z-index: 1000 !important; -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; align-self: auto !important; height: 100%; position: absolute; width: 440px; margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; outline: none; background-color: #fff; /* border-left: 1px solid #cbcbcb; */ -webkit-animation: mymove 0.2s; -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.75, 0.72); animation: mymove 0.2s; animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); box-shadow: -5px 0px 7px 0px #cbcbcb; } @keyframes mymove { from { right: -1000px; } to { right: 0px; } } .contextual-pane-out { width: 100%; height: 100vh; z-index: 1; position: absolute; top: 0px; } .contextual-pane-in { width: 100%; height: 100%; } .pointer { cursor: pointer; } #tbodycontent > tr > td { border-bottom: 1px solid #cccccc; border-top: none; padding: 6px; } #tbodycontent > tr:last-child > td { border-bottom: 1px solid #ddd; } .documentsTabGridAndEditor { height: 100%; overflow: hidden; .flex-display(); &.documentsTabGridAndEditorUpperPadding { padding-top: 16px; } .documentsContainerWithSplitter { height: 100% !important; width: 200px; padding-left: 8px; flex-shrink: 0; } .documentWaterMark { margin: auto; height: 35vh; // this is to align the water mark in center of the layout text-align: center; p { margin-bottom: @LargeSpace; } .documentWaterMarkText { color: @BaseHigh; font-size: @DefaultFontSize; font-family: @DataExplorerFont; } .loadErrorIcon { width: 128px; height: 128px; } .loadErrorDetailsLink { cursor: pointer; } } json-editor { padding-top: 28px; padding-left: @MediumSpace; height: 100%; width: 100%; overflow: hidden; .flex-display(); .jsonEditor { border: none; } } diff-editor { padding-top: 28px; height: 100%; width: 100%; overflow: hidden; .flex-display(); .jsonEditor { border: none; } } .conflictEditorContainer { width: 100%; .conflictEditorHeader { padding: 6px 12px; width: 100%; overflow: hidden; .conflictEditorHeaderLabel { width: 50%; float: left; color: @BaseDark; font-weight: bold; } } json-editor { padding-top: 0; } diff-editor { padding-top: 0; height: calc(~"100% - 30px"); } } } #tbodycontent tr.gridRowSelected { .active(); } #tbodycontent tr.gridRowSelected:hover { cursor: default; .hover(); } #tbodycontent tr.gridRowHighlighted { border-style: dotted; border-width: 2px; } .table-hover > tbody > tr:hover { .hover(); } .collectionNodeSelected { .active(); } .collectionNodeSelected:hover { cursor: default; .hover(); } .databaseNodeSelected { .active(); } .databaseNodeSelected:hover { cursor: default; .hover(); } .leftsidepanle-hr { margin: 16px 0px; border-top: 1px solid #eee; margin-left: -17px; width: 100%; color: 1px solid #53575b; } .partitioning-btn { padding-bottom: 16px; } .btncreatecoll1 { border: 1px solid @AccentMediumHigh; background-color: @AccentMediumHigh; color: #fff; padding: 2px 30px; cursor: pointer; font-size: 12px; &:active { border-color: #0072c6; background-color: #0072c6; } } .leftpanel-okbut .genericPaneSubmitBtn { border: 1px solid @AccentMediumHigh; background-color: @AccentMediumHigh; color: #fff; cursor: pointer; font-size: 12px; height: 24px; &:active { border-color: #0072c6; background-color: #0072c6; } } .btncreatecoll1-off { border: 1px solid #969696; background-color: #000; color: white; padding: 2px 30px; cursor: pointer; font-size: 12px; margin-left: -5px; } .leftpanel-okbut { padding: 20px 0px 24px 30px; } .btnpricepad { margin-left: 24px; } .btnSetupQueries { margin-top: @LargeSpace; } .collid { background: #fff; width: @newCollectionPaneInputWidth; } .textfontclr { color: #000; } .collid-white { width: 100%; border: solid 1px #ddd; } .plusimg-but { background-image: url(../images/plus_normal.svg); background-repeat: no-repeat; padding: 6px 16px; position: static; padding-top: 4px; } .plusimg-but:hover { background-image: url(../images/plus_hover.svg); background-repeat: no-repeat; padding: 6px 16px; position: static; padding-top: 4px; } .plusimg-but:active { background-image: url(../images/plus_pressed.svg); background-repeat: no-repeat; padding: 6px 16px; position: static; padding-top: 4px; } .plusimg-but:disabled { background-image: url(../images/plus_disabled.svg); background-repeat: no-repeat; padding: 6px 16px; position: static; padding-top: 4px; } .minusimg-but { background-image: url(../images/minus_normal.svg); background-repeat: no-repeat; padding: 6px 16px; position: static; padding-top: 4px; } .minusimg-but:hover { background-image: url(../images/minus_hover.svg); background-repeat: no-repeat; padding: 6px 16px; position: static; padding-top: 4px; } .minusimg-but:active { background-image: url(../images/minus_pressed.svg); background-repeat: no-repeat; padding: 6px 16px; position: static; padding-top: 4px; } .minusimg-but:disabled { background-image: url(../images/minus_disabled.svg); background-repeat: no-repeat; padding: 6px 16px; position: static; padding-top: 4px; } .firstdivbg { padding: @MediumSpace 0px @DefaultSpace (2 * @LargeSpace); background-color: @BaseLight; } p { margin: 0 0 4px; color: #000; } .headerline .closePaneBtn { float: right; cursor: pointer; width: 16px; height: 100%; margin-right: 4px; color: #000; } .closeImg { float: right; cursor: pointer; width: 16px; height: 16px; margin-right: 4px; img { height: 25px; width: 25px; } } .closeImg[tabindex]:active { outline: none; } .seconddivpadding { padding-top: 16px; } .seconddivbg { height: 100vh; padding-left: 32px; padding-top: 16px; } .pkPadding { padding-top: 12px; } .mandatoryStar { color: #ff0707; font-size: 14px; font-weight: bold; } .createNewDatabaseOrUseExisting { margin-bottom: @SmallSpace; .createNewDatabaseOrUseExistingRadio { vertical-align: text-bottom; } .createNewDatabaseOrUseExistingRadio:nth-child(n + 2) { margin-left: @LargeSpace; } .createNewDatabaseOrUseExistingSpace { padding-left: @SmallSpace; } } .throughputModeContainer { margin-bottom: @SmallSpace; .throughputModeRadio { vertical-align: text-bottom; } .nonFirstRadio { margin-left: @LargeSpace; } .throughputModeSpace { padding-left: @SmallSpace; } } .databaseProvision { margin-top: @SmallSpace; input { vertical-align: text-bottom; } .databaseProvisionText { padding-left: @SmallSpace; } } .infoImg { margin: 0px 0px 2px 2px; } .largePartitionKey { margin: @SmallSpace 0px; input { vertical-align: text-bottom; } .largePartitionKeyDescription { margin: @DefaultSpace 0px 0px; } } .enableAnalyticalStorage { margin: @SmallSpace 0px; input { vertical-align: text-bottom; } } .infoTooltip { .infoTooltip(); } .infoTooltip .tooltiptext { top: 30px; .tooltipText(); } .infoTooltip .tooltiptext::after { border-width: 0px (2 * @MediumSpace) (2 * @MediumSpace) 0px; top: -15px; .tooltipTextAfter(); } .infoTooltip:hover .tooltiptext { .tooltipVisible(); } .infoTooltip:focus .tooltiptext { .tooltipVisible(); } .inputTooltip { .inputTooltip(); } .inputTooltip .inputTooltipText { top: -68px; .inputTooltipText(); } .inputTooltip .inputTooltipText::after { border-width: @MediumSpace @MediumSpace 0 @MediumSpace; top: 55px; .inputTooltipTextAfter(); } .infoTooltip a { color: @AccentHigh; } .nowrap { white-space: nowrap; } .leftAlignInfoTooltip { .infoTooltip(); white-space: normal; .tooltiptext { .tooltipText(); top: 30px; visibility: hidden; left: -300px; &::after { .tooltipTextAfter(); border-width: 0px 0px (2 * @MediumSpace) (2 * @MediumSpace); top: -15px; left: 287px; } } &:hover .tooltiptext { .tooltipVisible(); } } .pageOptionTooltipWidth { min-width: @optionsInfoWidth; } .noFixedCollectionsTooltipWidth { min-width: @noFixedCollectionsTooltipWidth; } .infoTooltipWidth { min-width: @tooltipTextWidth; } .mongoWildcardIndexTooltipWidth { min-width: @mongoWildcardIndexTooltipWidth; } .sharedCollectionThroughputTooltipWidth { min-width: @sharedCollectionThroughputTooltipTextWidth; } .addContainerThroughputInput { min-width: @addContainerPaneThroughputInfoWidth; } .renewInfoTooltipWidth { width: @RenewAccessInfoWidth; } .throughputInfo { min-width: @ThroughputInfoWidth; } .throughputRuInfo { min-width: @ThroughputRuInfoWidth; } .provisionDatabaseThroughput { width: @provisionDatabaseThroughputInfo; } .pricingtierimg { padding-left: 20px; padding-top: 10px; padding-bottom: 20px; } .headerline { color: @BaseDark; font-size: 16px; border-bottom: 1px solid @BaseMedium; height: 41px; } .partitionkeystyle { font-size: 10px; } .arrowprice { margin-left: 230px; } .paddingspan { padding: 20px; color: white; font-size: 14px; } .contextual-pane .paddingspan3 { padding-left: 0px; position: absolute; width: 100%; height: 100px; bottom: -40px; margin: 0 -15px; border-top: solid 1px #bbbbbb; margin-left: -32px; } /* Variant of paddingspan3 without the margins */ .contextual-pane .paddingspan3b { padding-left: 0px; position: absolute; width: 100%; height: 100px; bottom: -40px; border-top: solid 1px #bbbbbb; } .contextual-pane hr { border: 1px solid #53575b; margin-right: 20px; } .contextual-pane .tabs .tab label { padding: 5px 20px; margin-bottom: 0px; } .contextual-pane .collid { border: 1px solid #605e5c; font-size: 10px; padding: 5px 10px; color: #000; } .contextual-pane .select-font-size { font-size: 12px; } input::-webkit-calendar-picker-indicator { opacity: 100; } .contextual-pane input.collid[type="text"] { font-size: 12px; /* color: #000; */ padding: 4px 10px; } .contextual-pane textarea.collid { font-size: 12px; } /* Start -- Contextual pane components Use these to specify the main elements of your contextual pane