﻿@import url("/fonts/roboto/font.css");
* {
  font-family: "Roboto";
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

/****************************/
/*   Standard resolutions   */
/****************************/
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

/****************************/
/*   Standard resolutions   */
/****************************/
.e-grid .e-altrow {
  background-color: #fafafa;
}

.e-grid td.e-active {
  background-color: #0088a6 !important;
  color: #eef2f7 !important;
}

.e-button {
  display: inline-block;
  background: #0088a6;
  border: 1px solid #007a95;
  border-radius: 4px;
  color: white;
  margin: 0 3px;
  padding: 0 12px;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}
.e-button:hover {
  background: #00a4c8;
}
.e-button:focus {
  outline: none;
} /****************************/
/*   Standard resolutions   */
/****************************/
.confluence-button {
  display: inline-block;
  background: #0088a6;
  border: 1px solid #007a95;
  border-radius: 4px;
  color: white;
  margin: 0 3px;
  padding: 0 12px;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}
.confluence-button:hover {
  background: #00a4c8;
}
.confluence-button:focus {
  outline: none;
}
.confluence-button:disabled {
  background: #00a4c8;
}

.confluence-button-icon {
  display: inline-block;
  background: #0088a6;
  border: 1px solid #007a95;
  border-radius: 15px;
  color: white;
  margin: 0 3px;
  text-align: center;
  cursor: pointer;
}

.confluence-button-icon.h30 {
  height: 30px;
}

.confluence-button-icon.w30 {
  width: 30px;
}

.confluence-button.h30 {
  height: 30px;
}

.confluence-button.h40 {
  height: 40px;
}

.confluence-icon-input-group {
  display: flex;
  width: 100%;
  align-items: stretch;
  height: 40px;
  margin-bottom: 12px;
}
.confluence-icon-input-group .confluence-icon-input-group-icon {
  display: flex;
  align-items: center;
  border-left: 1px solid silver;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  width: 40px;
  background: rgb(231, 231, 231);
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  color: rgb(77, 77, 77);
}
.confluence-icon-input-group .confluence-icon-input-group-input {
  flex-grow: 1;
  font-size: 16px;
  border: 1px solid silver;
  padding: 0 10px;
  border-right: 1px solid silver;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.confluence-text-input-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: stretch;
  margin-bottom: 12px;
}
.confluence-text-input-group .confluence-text-input-group-label {
  margin-bottom: 3px;
}
.confluence-text-input-group .confluence-text-input-group-input {
  font-size: 16px;
  border: 1px solid silver;
  height: 40px;
}

.confluence-input-select-body {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 45px;
  column-gap: 5px;
  width: 250px;
}
.confluence-input-select-body .confluence-input-label {
  padding: 5px;
  font-weight: 500;
}
.confluence-input-select-body .confluence-input-select {
  padding: 5px;
  border: 1px solid lightgray;
  border-radius: 5px;
  margin: 0 8px;
}

.confluence-input {
  border-radius: 5px;
  border: 1px solid lightgray;
  outline: none;
  padding: 0 5px;
}

/****************************/
/*   Standard resolutions   */
/****************************/
.blazored-modal-container {
  padding: 10px !important;
}

.modal-dialog-container {
  display: flex;
  flex-direction: column;
}
.modal-dialog-container .modal-dialog-container-body {
  display: flex;
  flex-direction: row;
}
.modal-dialog-container .modal-dialog-container-body .modal-dialog-container-body-icon-container {
  margin-right: 6px;
}
.modal-dialog-container .modal-dialog-container-body .modal-dialog-container-body-icon-container .modal-dialog-container-body-icon {
  display: block;
  margin: auto;
}
.modal-dialog-container .modal-dialog-container-body .modal-dialog-container-body-text-area {
  max-width: 600px;
  max-height: 250px;
  overflow: auto;
  overflow-x: hidden;
  white-space: pre-wrap;
}
.modal-dialog-container .modal-dialog-container-buttons-bar {
  height: 40px;
  display: table;
  margin: 0 auto;
  margin-top: 20px;
}
.modal-dialog-container .modal-dialog-container-buttons-bar .modal-dialog-container-buttons-bar-button {
  font-size: 18px;
  color: white;
  background: #0088a6;
  border-radius: 6px;
  border-width: 0px;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 80px;
}
.modal-dialog-container .modal-dialog-container-buttons-bar .modal-dialog-container-buttons-bar-button:focus {
  outline: 0px;
  border-width: 2px;
  border-style: solid;
  border-color: #007a95;
}

/****************************/
/*   Standard resolutions   */
/****************************/
.main-layout {
  /* https://stackoverflow.com/questions/52848856/100vh-height-when-address-bar-is-shown-chrome-mobile */
  height: 100%;
  position: fixed;
  width: 100%;
  min-width: 345px;
}

.main-layout-header {
  width: 100%;
  height: 80px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9f9f9;
  box-shadow: 0px 0px 6px 0px #c0c0c0;
  position: relative;
}
.main-layout-header .main-layout-header-title {
  display: flex;
  color: #0088a6;
  margin: 0 10px;
}
.main-layout-header .main-layout-header-logout {
  color: #0088a6;
  margin-right: 10px;
}

.main-layout-body {
  padding: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 80px - 40px);
  background: #fcfcfc;
  display: flex;
  flex-direction: column;
}

.main-layout-footer {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  background: white;
  box-shadow: 0px 0px 6px 0px #c0c0c0;
  position: relative;
}
.main-layout-footer .main-layout-footer-logo {
  height: 20px;
  margin-left: auto;
}
.main-layout-footer .main-layout-footer-text {
  font-size: 12px;
  margin: 0 10px;
}

/****************************/
/*   Standard resolutions   */
/****************************/
.confluence-account-container {
  font-family: Roboto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  overflow-y: auto;
}
.confluence-account-container .confluence-account-login-logo {
  margin: 30px 0;
  width: 120px;
}
.confluence-account-container .confluence-account-login-card {
  display: flex;
  flex-direction: column;
  border: 1px solid silver;
  width: 320px;
  padding: 20px;
  margin-bottom: 10px;
}
.confluence-account-container .confluence-account-login-card .confluence-account-login-title {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: bold;
}
.confluence-account-container .confluence-account-login-footer-text-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .confluence-account-container .confluence-account-login-footer-text-container {
    display: flex;
    flex-direction: row;
  }
}

.confluence-account-login-footer-text-container > a {
  margin: 0 6px;
}

.confluence-account-login-container > p {
  margin: 4px;
}

.confluence-account-login-container .confluence-account-login-card > button {
  margin-top: 20px;
}

/****************************/
/*   Standard resolutions   */
/****************************/
.confluence-product-bar {
  display: flex;
  flex-direction: column-reverse;
  width: calc(100% - 40px);
  padding: 20px 20px 0 20px;
  justify-content: center;
  align-items: center;
}
.confluence-product-bar .confluence-product-bar-options {
  display: flex;
}
.confluence-product-bar .confluence-product-bar-options-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #343a40;
}
.confluence-product-bar .confluence-product-bar-search-input {
  display: flex;
  border: 1px solid lightgray;
  border-radius: 10px;
  width: calc(100% - 10px);
  padding: 5px;
  margin-bottom: 5px;
}
.confluence-product-bar .confluence-product-bar-search-input input {
  border: 0;
  width: 100%;
}
.confluence-product-bar .confluence-product-bar-search-input input:focus {
  outline: none;
}
.confluence-product-bar .confluence-product-bar-search-input i {
  padding-right: 10px;
}

@media (min-width: 768px) {
  .confluence-product-bar {
    display: flex;
    flex-direction: row;
    width: calc(100% - 40px);
    padding: 20px 20px 0 20px;
    justify-content: space-between;
  }
  .confluence-product-bar .confluence-product-bar-options-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #343a40;
  }
  .confluence-product-bar .confluence-product-bar-search-input {
    display: flex;
    width: calc(40% - 10px);
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 0px;
  }
}
.products-body {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.products-body .products-body-title {
  color: gray;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.products-body .product-body-list {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.products-body .product-body-list button {
  width: 300px;
  margin-top: 5px;
}

.product-kb-page {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.product-kb-page .product-kb-page-bar {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.product-kb-page .product-kb-page-bar .product-kb-body-bar-info {
  display: flex;
  flex-direction: column;
}
.product-kb-page .product-kb-page-bar .product-kb-body-bar-buttons {
  display: flex;
}
.product-kb-page .product-kb-page-bar .product-kb-body-bar-buttons button {
  margin-left: 10px;
}
.product-kb-page .product-kb-page-view {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-kb-page .product-kb-page-view .product-kb-page-view-html {
  display: flex;
  flex-grow: 3;
  position: relative;
  background: #f1f1f1;
  padding: 10px;
}
.product-kb-page .product-kb-page-view .product-kb-page-view-html .product-kb-page-view-html-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
}
.product-kb-page .product-kb-page-view .product-kb-page-view-html .product-kb-page-view-html-container > div {
  position: absolute;
  overflow-y: auto;
  width: 100%;
}
.product-kb-page .product-kb-page-view .product-kb-page-view-links {
  display: flex;
  flex-grow: 1;
  position: relative;
  overflow-y: auto;
  margin: 10px 0;
  background: #f1f1f1;
}
.product-kb-page .product-kb-page-view .product-kb-page-view-links > ul {
  position: absolute;
  list-style: none;
  padding: 10px;
}
.product-kb-page .product-kb-page-view .product-kb-page-view-links > ul > li {
  margin-bottom: 5px;
}
.product-kb-page .product-kb-page-view .product-kb-page-view-links > ul > li span {
  margin-right: 5px;
  color: #0088a6;
}
.product-kb-page .product-kb-page-view .product-kb-page-view-links > ul > li a {
  text-decoration: none;
}
.product-kb-page code {
  margin: 0 10px;
  padding: 6px;
  font-family: monospace;
  color: gray;
}
.product-kb-page pre {
  background-color: black;
  padding: 10px;
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #0088a6;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
}
.product-kb-page pre code {
  margin: 0px;
  padding: 0px;
}
.product-kb-page pre code.language-json {
  background-color: black;
  color: white;
}

.product-kb-page-assets {
  height: calc(100vh - 12rem);
  width: calc(100vw - 6rem);
}
.product-kb-page-assets > .download-file {
  display: flex;
  flex-direction: column;
  padding: 5px;
  height: calc(100% - 90px);
  justify-content: center;
  align-items: center;
  border: 1px solid #007a95;
  border-radius: 4px;
}
.product-kb-page-assets > .download-file progress {
  height: 50px;
}
.product-kb-page-assets .product-kb-page-assets-body {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  height: calc(100% - 90px);
  overflow-y: auto;
  justify-content: center;
  border: 1px solid #007a95;
  border-radius: 4px;
}
.product-kb-page-assets .product-kb-page-assets-body > div {
  display: flex;
  flex-direction: column;
  width: 250px;
  height: 150px;
  justify-items: center;
  position: relative;
  margin: 5px;
  border-radius: 4px;
}
.product-kb-page-assets .product-kb-page-assets-body > div .file-image {
  width: auto;
  height: 100px;
  margin: 5px;
}
.product-kb-page-assets .product-kb-page-assets-body > div .file-remove {
  width: 0;
  height: 100%;
  position: absolute;
  background: #f00;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.2s ease;
  overflow: hidden;
}
.product-kb-page-assets .product-kb-page-assets-body > div .file-name {
  margin: 5px;
}
.product-kb-page-assets .product-kb-page-assets-body > div:hover .file-remove {
  width: 30px;
}
.product-kb-page-assets .product-kb-page-assets-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
  height: 60px;
}
.product-kb-page-assets .product-kb-page-assets-buttons div {
  display: flex;
}

/****************************/
/*   Standard resolutions   */
/****************************/
.product-kb-page-update {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#btn-markdown-view.is-mardown-view {
  display: none;
}

#btn-markdown-view.is-html-view {
  display: block;
  height: 30px;
  width: auto;
  display: inline-block;
  background: #0088a6;
  border: 1px solid #007a95;
  border-radius: 4px;
  color: white;
  margin: 0 3px;
  text-align: center;
  cursor: pointer;
}

.product-kb-page-update-buttons {
  display: flex;
  flex-direction: row;
  height: 45px;
  justify-content: end;
  margin: 10px 0;
}
.product-kb-page-update-buttons button {
  margin-left: 10px;
}

.product-kb-page-update-title {
  margin-bottom: 10px;
  border: 0;
  border-bottom: 1px solid gray;
  background-color: transparent;
}

.product-kb-page-update-editor {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}
.product-kb-page-update-editor > .product-kb-page-update-editor-markdown {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border: 1px solid #007a95;
  border-radius: 4px;
}
.product-kb-page-update-editor > .product-kb-page-update-editor-markdown > .product-kb-page-update-editor-markdow-menu {
  display: flex;
  height: 50px;
  background: #b7d9e1;
  align-items: center;
  padding: 0 5px;
  position: relative;
}
.product-kb-page-update-editor > .product-kb-page-update-editor-markdown > .product-kb-page-update-editor-markdow-menu > button {
  height: 30px;
  width: 30px;
  display: inline-block;
  background: #0088a6;
  border: 1px solid #007a95;
  border-radius: 4px;
  color: white;
  margin: 0 3px;
  text-align: center;
  cursor: pointer;
}
.product-kb-page-update-editor > .product-kb-page-update-editor-markdown > .product-kb-page-update-editor-markdow-menu > button#btn-html-view {
  right: 10px;
  position: absolute;
}
.product-kb-page-update-editor > .product-kb-page-update-editor-markdown > textarea {
  width: auto;
  height: 100%;
  padding: 10px;
  resize: none;
  border: 0;
  outline: none !important;
}
.product-kb-page-update-editor > .product-kb-page-update-editor-markdown.is-html-view {
  display: none;
}
.product-kb-page-update-editor > .product-kb-page-update-editor-markdown.is-mardown-view {
  display: flex;
}
.product-kb-page-update-editor > .product-kb-page-update-editor-htmlcontent {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
  padding: 0px;
  width: auto;
  position: relative;
  margin: 5px;
}
.product-kb-page-update-editor > .product-kb-page-update-editor-htmlcontent > .product-kb-page-update-editor-htmlcontent-content {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  position: absolute;
}
.product-kb-page-update-editor > .product-kb-page-update-editor-htmlcontent.is-mardown-view {
  display: none;
}
.product-kb-page-update-editor > .product-kb-page-update-editor-htmlcontent.htmlcontent-selection {
  display: flex;
}

@media (min-width: 481px) {
  #btn-markdown-view.is-mardown-view {
    display: none;
  }
  #btn-markdown-view.is-html-view {
    display: none;
  }
  .product-kb-page-update-editor {
    grid-template-columns: 50% 50%;
    width: auto;
  }
  .product-kb-page-update-editor > .product-kb-page-update-editor-markdown > .product-kb-page-update-editor-markdow-menu > button#btn-html-view {
    display: none;
  }
  .product-kb-page-update-editor > .product-kb-page-update-editor-markdown.is-html-view {
    display: flex;
  }
  .product-kb-page-update-editor > .product-kb-page-update-editor-htmlcontent.is-mardown-view {
    display: flex;
  }
}
.product-menu-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  width: fit-content;
  margin: auto;
}

.product-menu-body button {
  width: 300px;
  margin: 10px;
}

/****************************/
/*   Standard resolutions   */
/****************************/
.product-version-body {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow-y: auto;
  padding: 10px;
}
.product-version-body .product-version-body-card {
  display: flex;
  margin-bottom: 10px;
  background-color: #e5e5e5;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.product-version-body .product-version-body-card .product-version-body-card-title {
  display: flex;
  align-items: center;
  margin-right: 10px;
  min-width: 70px;
}
.product-version-body .product-version-body-card .product-version-body-card-title label {
  font-size: 1.5rem;
  font-weight: 500;
}
.product-version-body .product-version-body-card .product-version-body-card-content {
  display: grid;
  grid-template-columns: auto auto 15% 5% 5% 5%;
  column-gap: 10px;
  row-gap: 10px;
  width: 100%;
  justify-items: center;
  align-items: center;
}
.product-version-body .product-version-body-card .product-version-body-card-content .hideClass {
  display: none;
}

@media (min-width: 768px) {
  .product-version-body .product-version-body-card .product-version-body-card-title {
    margin-right: 30px;
  }
  .product-version-body .product-version-body-card .product-version-body-card-content {
    grid-template-columns: 60px 90px 40px 140px 100px 30px 30px 30px auto !important;
  }
  .product-version-body .product-version-body-card .product-version-body-card-content .hideClass {
    display: block !important;
  }
}
.product-version-modal-body {
  display: grid;
  grid-template-columns: 50px 50px 50px 50px;
  grid-template-rows: 30px 30px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.product-version-modal-body input {
  border-radius: 5px;
  border: 1px solid lightgray;
}
.product-version-modal-body input.note {
  grid-column: 1/span 4;
}

.product-version-modal-buttons {
  display: flex;
  width: 100%;
  justify-content: end;
  margin-top: 20px;
}

.confluence-product-version-issues-body {
  height: 100%;
  overflow-y: auto;
  padding: 20px;
}
.confluence-product-version-issues-body .confluence-product-version-issues-card {
  display: grid;
  grid-template-columns: auto 50px;
  background-color: #e5e5e5;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}
.confluence-product-version-issues-body .confluence-product-version-issues-card .confluence-product-version-issues-card-body {
  display: flex;
  flex-direction: column;
}
.confluence-product-version-issues-body .confluence-product-version-issues-card .confluence-product-version-issues-card-body .confluence-product-version-issues-card-body-title {
  font-weight: 500;
  font-size: 14px;
}
.confluence-product-version-issues-body .confluence-product-version-issues-card .confluence-product-version-issues-card-body .confluence-product-version-issues-card-body-tags {
  display: flex;
  flex-wrap: wrap;
}
.confluence-product-version-issues-body .confluence-product-version-issues-card .confluence-product-version-issues-card-body .confluence-product-version-issues-card-body-tags label {
  text-align: center;
  border-radius: 5px;
  margin-top: 5px;
  margin-right: 5px;
  padding: 5px;
  font-size: 0.7rem;
  color: white;
}
.confluence-product-version-issues-body .confluence-product-version-issues-card .confluence-product-version-issues-card-body img {
  max-width: calc(100% + 45px);
  height: auto;
}
.confluence-product-version-issues-body .confluence-product-version-issues-card .confluence-product-version-issues-card-expand-button {
  font-size: 40px;
  background: transparent;
  border: transparent 0 solid;
  color: #585858;
  height: 45px;
  cursor: pointer;
}
.confluence-product-version-issues-body .confluence-product-version-issues-card .confluence-product-version-issues-card-expand-button:focus {
  outline: 0;
}

.confluence-product-version-issues-box-tags > label {
  text-align: center;
  border-radius: 5px;
  background: green;
  margin-right: 5px;
  padding: 2px;
  font-size: 0.7rem;
  color: white;
}

/****************************/
/*   Standard resolutions   */
/****************************/
.confluence-product-version-issues-modal {
  height: calc(100vh - 200px);
  width: calc(100vw - 50px);
  display: grid;
  grid-template-rows: 30px 30px calc(100vh - 350px) 50px;
  grid-template-columns: 100%;
  row-gap: 5px;
}

.confluence-product-version-issues-modal-title {
  display: grid;
  grid-template-columns: 100px auto;
  column-gap: 5px;
}

.confluence-product-version-issues-modal-tags {
  display: grid;
  grid-template-columns: auto 50px;
  column-gap: 5px;
}

.confluence-product-version-issues-modal-quill {
  height: calc(100% - 120px);
}

.confluence-product-version-issues-modal-buttons {
  display: flex;
  justify-content: end;
}

/****************************/
/*   Standard resolutions   */
/****************************/
.confluence-product-version-issue-tags {
  display: grid;
  grid-template-rows: 30% 30% 30%;
  grid-template-columns: calc(100vw - 100px);
  row-gap: 5px;
}
.confluence-product-version-issue-tags div {
  border-radius: 5px;
  border: 1px solid lightgray;
  padding: 5px;
}
.confluence-product-version-issue-tags div label {
  text-decoration: underline;
}
.confluence-product-version-issue-tags div ul {
  list-style-type: none;
  padding: 0;
  overflow-y: auto;
  height: 70%;
}

.confluence-product-version-issue-tags-buttons {
  display: flex;
  justify-content: end;
  margin-top: 5px;
}

@media (min-width: 480px) {
  .confluence-product-version-issue-tags {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 5px;
    grid-template-rows: calc(100vh - 500px);
    height: auto;
  }
}
.confluence-artefacts-list > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.confluence-artefacts-list > ul > li {
  margin-bottom: 10px;
}

.confluence-artefacts-buttons {
  display: flex;
  width: 100%;
  justify-content: end;
}

/****************************/
/*   Standard resolutions   */
/****************************/
.search-body {
  display: flex;
  flex-grow: 1;
  position: relative;
}
.search-body .search-body-bar {
  display: flex;
  flex-grow: 1;
}
.search-body .search-body-result-container {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  position: absolute;
  top: 30px;
  z-index: 999;
  max-height: calc(90vh - 80px - 80px);
  background: white;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.search-body .search-body-result-container .search-body-result-options {
  margin: 5px;
  display: flex;
  justify-content: end;
  height: 30px;
}
.search-body .search-body-result-container .search-body-result-options label {
  margin-right: 5px;
  border: 1px solid lightgray;
  border-radius: 6px;
  padding: 2px 5px;
}
.search-body .search-body-result-container .search-body-result-options label.selected-all {
  background-color: #0088a6;
  color: white;
}
.search-body .search-body-result-container .search-body-result-options label.selected-versions {
  background-color: #8ec59a;
  color: white;
}
.search-body .search-body-result-container .search-body-result-options label.selected-pages {
  background-color: #73a2d5;
  color: white;
}
.search-body .search-body-result-container .search-body-result-items {
  height: calc(100% - 40px);
  overflow-y: auto;
  width: 100%;
}
.search-body .search-body-result-container .search-body-result-items > div {
  display: flex;
  flex-direction: column;
  margin: 15px 10px;
  color: #343a40;
  cursor: pointer;
}
.search-body .search-body-result-container .search-body-result-items > div div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.search-body .search-body-result-container .search-body-result-items > div div span > i.fa-tag {
  color: #8ec59a;
}
.search-body .search-body-result-container .search-body-result-items > div div span > i.fa-book-open {
  color: #73a2d5;
}
.search-body .search-body-result-container .search-body-result-items > div > span {
  align-self: start;
  color: lightgray;
  margin-left: 26.1px;
}
.search-body .search-body-result-container .search-body-result-items > div.subtitle {
  margin: 0px;
  padding-left: 30px;
  color: lightgray;
}

body {
  color: #343a40;
  margin: 0px;
}
