@charset "UTF-8";
.information-container,
.scheme-container,
.swagger-ui .opblock .opblock-summary .view-line-link.copy-to-clipboard,
.wrapper .models {
  display: none;
}
.wrapper span:last-of-type .opblock-tag {
  border-bottom: none;
}

.swagger-ui .model-box-control:focus,
.swagger-ui .models-control:focus,
.swagger-ui .opblock-summary-control:focus {
  outline: none;
}
.swagger-ui .wrapper {
  padding: 0;
}
/**
 * Future Themes inspirations
 * Github: https://github.com/ostranme/swagger-ui-themes
 */

:root {
  --itential_dark_blue: #006699;
  --itential_blue: #1b93d2;
  --itential_orange: #f37622;
  --itential_green: #318336;
  --itential_yellow: #f1c21b;
  --itential_red: #af1300;
  --itential_dark_grey: #606060;
  --itential_grey: #c7c7c7;
  --itential_light_grey: #eff1f3;
  --itential_navy: #101625;
  --itential_white: #ffffff;
}

/* This is setting the body of the page to be 100% of the viewport height, and setting the background
image. */
body {
  margin: 0;
  height: 100vh;
  overflow: hidden;
  font-family: RobotoRegular, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  background: var(--itential_navy) url(/static/media/dashboard-bg.632496af8795941c54f1.svg)
    right 50px top / 500px no-repeat;
}

#root {
  height: inherit;
}

/* Changing styles of Code editors ace_editor */
.ace_editor * {
  font-size: 12px !important;
  font-family: monospace, monospace !important;
  line-height: 12px;
}

.ace_tooltip {
  z-index: 12012 !important;
  left: unset !important;
  top: unset !important;
}

.ace_layer.ace_print-margin-layer {
  display: none !important;
}

/* Schema colors in the sidebar */
.certified_schema .ri_schema_type::before {
  color: var(--itential_orange) !important;
  font-size: 18px;
}

.user_schema .ri_schema_type::before {
  color: var(--itential_blue) !important;
  font-size: 18px;
}

::-webkit-scrollbar {
  width: 5px;
}

/* This is a CSS rule  removes the underline from links */
/* a:any-link {
  text-decoration: none;
} */

/* Rodeo overrides */
.ph-footer {
  z-index: 2;
}

.ph-search-overlay {
  z-index: 11000;
}

