.aadAuthFailureContainer {
  height: 100%;
  width: 100%;
}
.aadAuthFailureContainer .aadAuthFailureFormContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.aadAuthFailureContainer .aadAuthFailure {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-bottom: 60px;
}
.aadAuthFailureContainer .aadAuthFailure .authFailureTitle {
  font-size: 16px;
  font-weight: 500;
  color: #d12d2d;
  margin: 16px 8px 8px 8px;
}
.aadAuthFailureContainer .aadAuthFailure .authFailureMessage {
  font-size: 14px;
  color: #393939;
  margin: 16px 16px 16px 16px;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.aadAuthFailureContainer .aadAuthFailure .authFailureLink {
  margin: 8px;
  font-size: 14px;
  color: #0058ad;
  cursor: pointer;
}
.aadAuthFailureContainer .aadAuthFailure .aadAuthFailureContent {
  margin: 8px;
  color: #393939;
}

/******************************************************************************
                                FONTS
/******************************************************************************/
@font-face {
  font-family: wf_segoe-ui_normal;
  src: local("Segoe UI"), url(latest.woff);
}
/******************************************************************************
                                COLORS
/******************************************************************************/
/******************************************************************************
                                METRICS
/******************************************************************************/
/**********************************************************************************
                              Portal Consts
/**********************************************************************************/
/**********************************************************************************
                              Fabric Consts
/**********************************************************************************/
/**********************************************************************************
                              Common Flex Property
/**********************************************************************************/
/*************************************************************************************
                                 High contrast mode active
**************************************************************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .selectedRadio,
  .selectedRadio:hover,
  .selectedRadio:active,
  .selectedRadio.dirty,
  .tab [type="radio"]:checked ~ label,
  .tab [type="radio"]:checked ~ label:hover {
    -ms-high-contrast-adjust: none;
    -webkit-text-fill-color: HighlightText;
    color: HighlightText;
    border-color: HighlightText;
    background-color: Highlight;
  }
  .queryMetricsSummaryTuple th:nth-child(2),
  .queryMetricsSummaryTuple td:nth-child(2) {
    width: 650px;
  }
  .queryMetricsSummaryTuple th:nth-child(3),
  .queryMetricsSummaryTuple td:nth-child(3) {
    width: 50%;
  }
}
/********************************************************************************************
                            Common Hover and Active color
*********************************************************************************************/
/************************************************************************************************
                               Common Toggle Switch
*************************************************************************************************/
/********************************************************************************************************
                             Common Data Explorer Icons
*********************************************************************************************************/
/*********************************************************************************************************
                            Info Tooltip
**********************************************************************************************************/
/*********************************************************************************************************
                           Screen Reader Only
**********************************************************************************************************/
.screenReaderOnly {
  position: absolute;
  left: -9999px;
}
.skip-link {
  position: fixed;
  top: -200px;
}
html {
  font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
  padding: 0px;
  margin: 0px;
  border: 0px;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
body {
  font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
  padding: 0px;
  margin: 0px;
  border: 0px;
  overflow: hidden;
  /************* Refactor below styles to avoid redundancy ****************/
}
body header {
  font-size: 14px;
  background-color: #000000;
  height: 40px;
  width: 100%;
  white-space: nowrap;
}
body header .items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: stretch;
  height: 100%;
}
body header .items .cosmosDBTitle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  line-height: 40px;
}
body header .items .cosmosDBTitle img {
  width: 24px;
  height: 24px;
  margin-top: 2px;
}
body header .items .cosmosDBTitle .title {
  font-family: "Segoe UI Semibold", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
  font-size: 15px;
  color: #ffffff;
  padding: 0 15px;
}
body header .items .cosmosDBTitle .title:hover {
  background-color: #393939;
  cursor: pointer;
}
body header .items .cosmosDBTitle .accontSplitter {
  border-right: 1px solid #ffffff;
  height: calc(40px / 2);
  margin: auto 0;
}
body header .items .cosmosDBTitle .serviceTitle {
  color: #ffffff;
  font-size: 14px;
  margin: 0 10px 0 15px;
}
body header .items .cosmosDBTitle .chevronRight {
  width: 6px;
  height: 10px;
  margin: auto 0;
}
body header .items .cosmosDBTitle .accountSwitchComponentContainer .accountNameHeader {
  font-size: 14px;
  color: #ffffff;
  margin-left: 15px;
}
body header .items .feedbackConnectSettingIcons {
  margin: 0px 0px 0px auto;
  display: flex;
}
body header .items .feedbackConnectSettingIcons .commandButtonReact {
  cursor: pointer;
  padding: 12px 16px;
}
body header .items .feedbackConnectSettingIcons .commandButtonReact:hover {
  background-color: #393939;
}
body header .items .feedbackConnectSettingIcons .commandButtonReact img {
  width: 16px;
  height: 16px;
}
body .accountSwitchContextualMenu {
  margin: 16px;
  width: 280;
}
body .accountSwitchContextualMenu .ms-ContextualMenu-item {
  margin-bottom: 16px;
}
body .fixedleftpane {
  background: #f2f2f2;
  height: 100vh;
  width: 48px;
  float: left;
}
body .fixedleftpane .fixedLeftPaneIcons {
  padding: 12px 8px;
  text-align: center;
  cursor: pointer;
}
body .fixedleftpane .fixedLeftPaneIcons:hover {
  background-color: #e6e6e6;
}
body .fixedleftpane .fixedLeftPaneIcons:active {
  background-color: #e6e6e6;
}
body .fixedleftpane .fixedLeftPaneIcons img {
  width: 24px;
  height: 24px;
}
body .fixedleftpane .topSelected {
  background: #e6e6e6;
}
body .fixedleftpane .topSelected:hover {
  color: #000000;
  background: #e6e6e6;
  cursor: default;
}
body .fixedleftpane .feedbackstyle,
body .fixedleftpane .settingstyle {
  text-align: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  box-sizing: border-box;
}
body .fixedleftpane .feedbackstyle:hover,
body .fixedleftpane .settingstyle:hover {
  color: #000000;
  background: #e6e6e6;
  cursor: pointer;
}
body .contextual-pane-out {
  width: 100%;
  height: 100vh;
  z-index: 1;
  position: absolute;
  top: 0px;
  background-color: rgba(0, 0, 0, 0);
}
body .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;
  margin-top: 40px;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  background-color: #fff;
  -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;
}
body .contextual-pane .contextual-pane-in {
  width: 100%;
  height: 100%;
}
body .contextual-pane .contextual-pane-in .firstdivbg {
  padding: 12px 0px 8px 32px;
  background-color: #ffffff;
}
body .contextual-pane .contextual-pane-in .headerline {
  color: #000000;
  font-size: 16px;
  border-bottom: 1px solid #cccccc;
  height: 20px;
}
body .contextual-pane .contextual-pane-in .headerline .closeImg {
  float: right;
  margin: 4px 24px 0px 0px;
  cursor: pointer;
  padding: 4px 16px 16px 4px;
  background-image: url(images/cancel.9e186d07c230c179.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
body .contextual-pane .contextual-pane-in .headerline .closeImg:hover {
  background-image: url(images/cancel-hover.97e2f9a29473c72a.svg);
  background-repeat: no-repeat;
}
body .contextual-pane .contextual-pane-in .paneMainContent {
  flex: 1;
  padding-left: 34px;
  padding-right: 34px;
  color: var(--colorNeutralForeground1);
  overflow-y: auto;
  overflow-x: hidden;
  margin: 24px 0px;
}
body switch-directory-pane .directoryDropdownContainer {
  margin-bottom: 16px;
}
body switch-directory-pane .directoryListContainer {
  position: relative;
  height: calc(100vh - (3 * 40px) - 120px);
}
body switch-directory-pane .directoryListComponentContainer {
  overflow-y: auto;
}
body switch-directory-pane .directoryListItem {
  padding: 4px 8px;
  text-align: left;
  color: #000000;
}
body switch-directory-pane .directoryListItem .directoryListItemName {
  font-weight: 500;
}
body switch-directory-pane .directoryDivider {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 16px;
}
body img {
  vertical-align: middle;
}
body .iframe {
  border: 0px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 40px);
}
body .iframe .main {
  width: 100%;
  transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  height: 100vh;
  background-color: #ffffff;
}
body .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;
  border-right: solid 1px lightgray;
}
body #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;
}
body .toggle-left {
  width: 0%;
  overflow: hidden;
}
body .toggle-minicontent {
  width: 100%;
}
body .toggle-maincontent {
  width: 100%;
}
body .toggle-mini {
  width: 50px;
}
body .toggle-main {
  width: 100%;
}
body .activepartitionmode {
  background-color: #0058ad;
}
body .paddingpartition {
  color: white;
  padding-left: 15px;
  padding-top: 25px;
}
body .paddingspan2 {
  padding-top: 20px;
  color: white;
  padding-left: 15px;
}
body .paddingspan4 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  padding-left: 15px;
}
body .whitegroove {
  width: 344px;
  border: groove;
}
body .dropdownbtn {
  color: white;
  width: 340px;
  background: #262626;
}
body .queryclr {
  color: white;
  background: #262626;
}
body .pointer {
  cursor: pointer;
}
body .gridRowSelected {
  background-color: #c5e5f5;
}
body .gridRowSelected:hover {
  background-color: #c5e5f5 !important;
  cursor: initial;
}
body .collectionNodeSelected {
  background-color: #c5e5f5;
}
body .collectionNodeSelected:hover {
  background-color: #c5e5f5 !important;
  cursor: default!important;
}
body .btncreatecoll1 {
  border-color: #969696;
  background-color: #1ebbee;
  color: white;
  padding: 2px 30px;
  cursor: pointer;
  font-size: 12px;
}
body .btnpricepad {
  margin-left: 24px;
}
body .collid {
  color: white;
  background: #000000;
  width: calc(100% - 20px);
}
body .textfontclr {
  color: white;
}
body .firstdivbg {
  height: 90px;
  padding-left: 20px;
  padding-top: 40px;
}
body .seconddivbg {
  height: 100vh;
}
body .pricingtierimg {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
}
body .headerline {
  color: #000000;
  font-size: 16px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
body .partitionkeystyle {
  font-size: 10px;
}
body .arrowprice {
  margin-left: 230px;
}
body .paddingspan {
  padding: 20px;
  color: white;
  font-size: 14px;
}
body input::-webkit-calendar-picker-indicator {
  opacity: 100;
}
body .paddingspan3 {
  padding-top: 20px;
  padding-left: 20px;
  color: white;
  font-size: 14px;
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 150px;
}
body .paddingspan4 {
  padding-top: 20px;
  padding-left: 20px;
  color: white;
  font-size: 14px;
}
body .closebtnn {
  float: right;
  padding: 0 10px;
  cursor: pointer;
}
body label {
  white-space: nowrap;
  font: 12px "Segoe UI";
}
body .Introlines {
  padding-top: 27px;
  padding-left: 40px;
}
body .Introline1 {
  font-size: 16px;
}
body .Introline2 {
  font-size: 14px;
  padding-top: 10px;
}
body .datalist-arrow {
  position: relative;
}
body .datalist-arrow:hover:after {
  background: #969696;
}
body .datalist-arrow:focus:after,
body .datalist-arrow:active:after {
  background: #1EBBEE;
}
body input::-webkit-calendar-picker-indicator::after {
  content: '\276F';
  right: 0;
  top: -8%;
  display: block;
  width: 27px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  pointer-events: none;
  transform: rotate(90deg);
}
body .datalist-arrow:after:hover {
  content: '\276F';
  position: absolute;
  right: 1px;
  top: 6%;
  transform: rotate(90deg);
  display: block;
  width: 27px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  pointer-events: none;
  background-color: #1EBBEE;
}
body .Introline3 {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 1000;
}
body .nav > li > a {
  color: black;
  font-weight: 400;
}
body .qslevel {
  padding-top: 10px;
  border: none;
}
body .qslevel > li > a {
  border: none !important;
}
body .qslevel > li.active {
  border-bottom: 4px solid #767676;
}
body .qslevel > li.active > a,
body .qslevel > li > a:focus,
body .nav.nav-tabs.qslevel > li > a:hover {
  border: none;
  border-radius: 0;
  background-color: transparent !important;
  border-color: transparent;
}
body .numbersize {
  font-size: 60px;
  display: inline;
}
body .numberheading {
  display: inline;
  position: absolute;
  padding-top: 20px;
  font-size: 16px;
  padding-left: 20px;
}
body .numberheading > p {
  padding-top: 10px;
  font-size: 12px !important;
}
body .numberheading > ul {
  padding-top: 10px;
}
body .numberheading > ul > li > a {
  font-size: 12px !important;
}
body .step1 {
  padding-bottom: 60px;
}
body .step1 > input {
  font-size: 12px;
}
body .btncreatecoll {
  background: #0058ad;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #0058ad;
}
body .btncreatecoll:active {
  background: #0072c6;
  border: 1px solid #0072c6;
}
body .btncreatecoll:hover {
  background: #0058ad;
  color: #fff;
  border-color: #0058ad;
  cursor: pointer;
  font-size: 12px;
}
body .hrline {
  color: #d6d7d8;
}
body .atags:focus {
  color: #0058ad;
}
body .atags {
  color: #0058ad;
  font-weight: 400;
  cursor: pointer;
}
body ul {
  list-style-type: none;
  padding-left: 0px;
}
body .qsmenuicons {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
body .HeaderBg {
  background-color: #000000;
  height: 40px;
  width: 100%;
  min-width: 960px;
  white-space: nowrap;
}
body .DocDBicon {
  padding-bottom: 10px;
  width: 24px;
  height: 24px;
}
body .divmenuquickstartpadding {
  padding-left: 24px;
  padding-bottom: 8px;
}
body .rightarrowimg {
  padding-left: 5px;
  padding-bottom: 2px;
}
body a:hover,
body a:visited,
body a:active,
body a:link {
  text-decoration: none;
}

.meControl .mecontrolHeaderButton {
  height: auto;
  border: 0;
  margin: 0;
  padding: 0 10px;
  background-color: black;
}
.meControl .mecontrolHeaderButton :hover,
.meControl .mecontrolHeaderButton :active {
  background-color: #393939;
}
.meControl .mecontrolHeaderButton .mecontrolHeaderPersona {
  height: 40px;
  margin: 0;
}
.meControl .mecontrolHeaderButton .mecontrolHeaderPersona .ms-Persona-details {
  order: -1;
  text-align: right;
  padding-left: 0;
  padding-right: 10;
}
.meControl .mecontrolHeaderButton .mecontrolHeaderPersona .ms-Persona-details .ms-Persona-primaryText {
  line-height: 18px;
  color: white;
}
.meControl .mecontrolHeaderButton .mecontrolHeaderPersona .ms-Persona-details .ms-Persona-secondaryText {
  color: white;
  font-size: 10px;
  font-family: "Segoe UI Semibold", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
}
.meControl .mecontrolHeaderButton .mecontrolHeaderPersona :hover .ms-Persona-details .ms-Persona-primaryText {
  color: white;
}
.meControl .mecontrolSigninButton {
  height: 40px;
  border: 0;
  background-color: black;
  color: white;
}
.mecontrolContextualMenu .mecontrolContextualMenuPersona {
  margin: 16px;
  margin-bottom: 0;
}
.mecontrolContextualMenu .mecontrolContextualMenuPersona .ms-Persona-details {
  padding: 0;
  margin: -32px 0 0 16;
}
.mecontrolContextualMenu .mecontrolContextualMenuPersona .ms-Persona-details .ms-Persona-primaryText {
  color: black;
  font-size: 18px;
  height: 20px;
  font-family: "Segoe UI Semibold", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
}
.mecontrolContextualMenu .mecontrolContextualMenuPersona .ms-Persona-details .ms-Persona-secondaryText {
  color: black;
  font-size: 14px;
}
.mecontrolContextualMenu .switchDirectoryLink,
.mecontrolContextualMenu .signOutLink {
  color: #0078d6;
  margin-left: 104px;
  font-size: 14px;
  cursor: pointer;
}
.mecontrolContextualMenu .switchDirectoryLink :hover,
.mecontrolContextualMenu .signOutLink :hover,
.mecontrolContextualMenu .switchDirectoryLink :focus,
.mecontrolContextualMenu .signOutLink :focus {
  text-decoration: underline;
}
.mecontrolContextualMenu .switchDirectoryLink {
  margin-top: -32px;
}
.mecontrolContextualMenu .signOutLink {
  margin-bottom: 16px;
}

.connectExplorerContainer {
  height: 100%;
  width: 100%;
}
.connectExplorerContainer .connectExplorerFormContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.connectExplorerContainer .connectExplorer {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-bottom: 60px;
}
.connectExplorerContainer .connectExplorer .welcomeText {
  font-size: 14px;
  color: #393939;
  margin: 8px 8px 16px 8px;
}
.connectExplorerContainer .connectExplorer .switchConnectTypeText {
  margin: 8px;
  font-size: 12px;
  color: #0058ad;
  cursor: pointer;
}
.connectExplorerContainer .connectExplorer .connectStringText {
  font-size: 12px;
  color: #393939;
}
.connectExplorerContainer .connectExplorer .connectExplorerContent {
  margin: 8px;
  color: #393939;
}
.connectExplorerContainer .connectExplorer .connectExplorerContent .inputToken {
  width: 300px;
  padding: 0px 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.connectExplorerContainer .connectExplorer .connectExplorerContent .inputToken::placeholder {
  font-style: italic;
}
.connectExplorerContainer .connectExplorer .connectExplorerContent .errorDetailsInfoTooltip {
  position: relative;
  display: inline-block;
  padding-left: 4px;
  vertical-align: top;
}
.connectExplorerContainer .connectExplorer .connectExplorerContent .errorDetailsInfoTooltip:hover .errorDetails {
  visibility: visible;
}
.connectExplorerContainer .connectExplorer .connectExplorerContent .errorDetailsInfoTooltip .errorDetails {
  bottom: 24px;
  width: 165px;
  visibility: hidden;
  background-color: #393939;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  left: -10px;
  padding: 6px;
}
.connectExplorerContainer .connectExplorer .connectExplorerContent .errorDetailsInfoTooltip .errorDetails:after {
  border-width: 10px 10px 0px 10px;
  bottom: -8px;
  content: "";
  position: absolute;
  right: 100%;
  border-style: solid;
  left: 12px;
  width: 0;
  height: 0;
  border-color: #3b3b3b transparent;
}
.connectExplorerContainer .connectExplorer .connectExplorerContent .errorDetailsInfoTooltip .errorImg {
  height: 14px;
  width: 14px;
}
.filterbtnstyle {
  background: #0058ad;
  width: 90px;
  height: 25px;
  color: white;
  border: solid 1px;
}


/*# sourceMappingURL=hostedExplorer.46754478f6df7add.css.map*/