/*************************
****** CONSTANTS *********
**************************/
/** Api doc Template Style **/
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  align-items: stretch;
}
#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #63bbfc;
  color: #fff;
}
#sidebar ul li a {
  text-align: left;
  text-decoration: none !important;
}
#sidebar .sidebar-header {
  padding: 20px;
  background: #63bbfc;
}
#sidebar .sidebar-header strong {
  display: none;
  font-size: 1.8em;
}
#sidebar ul.components {
  padding: 20px 0;
}
#sidebar ul li a {
  padding: 0 0 0 10px;
  font-size: 1.1em;
  display: block;
  color: #fff;
  font-weight: 600;
  margin: 10px;
}
#sidebar ul.subnav li a {
  margin: 5px 0 5px 45px;
  font-size: 1.1em;
  display: block;
  color: #fff;
  font-weight: 400;
}
#sidebar ul li a i {
  margin-right: 10px;
}
#sidebar ul li a {
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: transparent;
}
#sidebar ul li.active > a,
#sidebar ul li a:hover {
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: #11225e;
  text-decoration: none;
  box-sizing: border-box;
}
.menuShareAndDeployIcon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url('../images/Share-and-deploy-icon.png') no-repeat center;
}
.menuWebtriggerIcon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url('../images/web-trigger-icon.png') no-repeat top left;
}
.menuWelcomeIcon {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.welcomeBloc {
  font-family: Open Sans, sans-serif;
  color: #3b4151;
}
.welcomeBloc .wrapper {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 800px;
}
.welcomeBloc .wrapper h2 {
  font-size: 36px;
  margin: 0;
  font-family: Open Sans, sans-serif;
  color: #3b4151;
}
.welcomeBloc .wrapper .info {
  margin: 50px 0;
}
.welcomeBloc .wrapper .info hgroup.main {
  margin: 0 0 20px;
}
.welcomeBloc .wrapper .info a {
  font-size: 14px;
  font-family: Open Sans, sans-serif;
}
.welcomeBloc .wrapper .info p {
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  color: #3b4151;
}
.welcomeBloc ul.apiLinks {
  margin-left: 20px;
}
a {
    color: #1A45A1;
    text-decoration: underline;
}

a:hover {
    color: #3674CE;
    text-decoration: underline;
}

a:active {
    color: #4AC2F6;
    text-decoration: underline;
}
/* ---------------------------------------------------
    SWAGGER UI STYLE
----------------------------------------------------- */
html {
  box-sizing: border-box;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  background: #fff;
  font-family: Raleway, sans-serif;
}
.swagger-ui {
  /* main conatiner */
  /* Components */
  /* Btn */
  /* Auh container */
  /* Header */
  /* Methods Headers */
  /* Methods */
  /* response headers */
}
.swagger-ui .block.col-12.block-desktop.col-12-desktop {
  width: 100%;
}
.swagger-ui select {
  border: inherit;
}
.swagger-ui a {
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  color: #4990e2;
}
.swagger-ui a.tablinks {
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  color: #3b4151;
}
.swagger-ui .btn.authorize {
  background-color: #4fc2f6;
  border-color: #4fc2f6;
  color: white;
  padding: 6px 15px;
}
.swagger-ui .btn.authorize span {
  float: none;
  padding: 0;
}
.swagger-ui .btn.authorize svg {
  display: none;
}
.swagger-ui .btn.try-out__btn {
  background-color: #4fc2f6;
  border-color: #4fc2f6;
  color: white;
}
.swagger-ui .auth-container a {
  color: #4990e2;
}
.swagger-ui .info h2.title small::before {
  content: '\A';
}
.swagger-ui .info h2.title small {
  background: none;
  color: #3b4151;
  border: none;
  display: block;
  padding: 10px 0px 10px 0;
  margin: 0;
}
.swagger-ui .info h2.title pre.version::before {
  content: 'Version';
}
.swagger-ui .info h2.title pre.version {
  color: #3b4151;
  font-size: 18px;
  border: none;
}
.swagger-ui .info .base-url {
  background: #e8ebed;
  display: inline-block;
}
.swagger-ui .info a span.url {
  display: none;
}
.swagger-ui h4 a.nostyle {
  display: block;
  width: 98%;
}
.swagger-ui .opblock-tag {
  font-size: 26px;
  flex-flow: row wrap;
  padding-bottom: 0;
  margin-bottom: 20px;
  border-bottom: none;
}
.swagger-ui .opblock-tag small {
  display: block;
  white-space: pre;
  padding: 10px 0 0 0;
}
.swagger-ui .opblock-tag small p {
  padding: 0;
  margin: 0;
}
.swagger-ui .opblock {
  box-shadow: none;
}
.swagger-ui .opblock.opblock-post,
.swagger-ui .opblock.opblock-get,
.swagger-ui .opblock.opblock-put,
.swagger-ui .opblock.opblock-delete {
  border: none;
  background-color: #fff;
}
.swagger-ui .opblock.is-open .opblock-summary {
  border: none;
}
.swagger-ui .opblock-summary.opblock-summary-post,
.swagger-ui .opblock-summary.opblock-summary-get,
.swagger-ui .opblock-summary.opblock-summary-put,
.swagger-ui .opblock-summary.opblock-summary-delete {
  border: none;
  background-color: #f7f7f7;
}
.swagger-ui .opblock-section-header {
  box-shadow: none;
}
.swagger-ui th.col_header.parameters-col_name,
.swagger-ui th.col_header.parameters-col_description {
  font-weight: 600;
  font-style: italic;
  color: #828282;
  background: none;
  border: none;
  font-size: 14px;
}
.swagger-ui .parameter__type {
  background-color: #42c678;
  display: none;
  color: #fff;
  padding: 0 3px;
  border-radius: 4px;
}
.swagger-ui .parameter__type__Array {
  background-color: #eaa149;
  display: none;
}
.swagger-ui .response-col_description__inner div.markdown,
.swagger-ui .response-col_description__inner div.renderedMarkdown {
  background: none;
}
.swagger-ui .response-col_description__inner div.markdown p,
.swagger-ui .response-col_description__inner div.renderedMarkdown p {
  color: #3b4151;
}
.swagger-ui .body-param__text {
  margin: 5px 0;
  padding: 8px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  color: inherit;
}
.swagger-ui .body-param__example {
  display: none;
}
.swagger-ui .parameters-col_description .tab {
  display: none;
}
.swagger-ui .tablinks[data-name="example"] {
  display: none;
}
.swagger-ui .btn.cancel.body-param__example-edit.button {
  display: none;
}
/* My intuiface or bootstrap override */
#content table th {
  background: none;
}
pre {
  /* conflict with bootstrap code */
  display: inherit;
  padding: inherit;
  margin: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  word-break: inherit;
  word-wrap: inherit;
  background-color: inherit;
  border: 1px solid inherit;
  border-radius: inherit;
}
/* hide page title */
.title-container {
  display: none;
}
.w-container.fullWidth {
  padding-left: 0;
}
#content {
  margin-left: auto;
  margin-right: auto;
}
a {
  color: #4990e2;
}
a:hover {
  text-decoration: underline;
}
.element-menu a:hover {
    text-decoration: none;
}
.homelink:hover {
    text-decoration: none;
}
