/*
Theme Name: KB
Author: the kb team
Description: 
Version: 1.0
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
:root {
  --black: #212121;
  --white: #fff;
  --blue: #3498db;
  --darkblue: #191970;
  --hoverblue: #2986c4;
  --gray: #ced4da;
  --lightgray: #e0e0e0;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

/*
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
*/

body {
  margin: 0;
  font: 0.875rem/1.6 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
  color: var(--black);
  background-color: #eeecec;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
a {
  background-color: transparent;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
p {
  margin-bottom: 1rem;
}
img {
  height: auto;
  max-width: 100%;
}
a {
  color: var(--blue);
  text-decoration: none;
}
a:hover {
  color: var(--darkblue);
}
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:hover > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li.focus > ul,
.main-navigation ul li:hover > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation.toggled ul,
.menu-toggle {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex='-1']:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.entry-content,
.entry-summary,
.page-content {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-caption {
  display: block;
}
.entry-title {
  display: none;
}
button {
  border: none;
  background: 0 0;
  color: var(--blue);
  cursor: pointer;
}
.header {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: var(--white);
  border-bottom: 1px solid var(--lightgray);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.search {
  margin-left: auto;
}
.top-search {
  display: none;
}
h1 {
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}
h1 a {
  color: var(--black);
  /*display: flex;*/
  align-items: center;
}
h1 img {
  margin-right: 1rem;
  width: 120px;
}
@media (min-width: 768px) {
  h1 img {
    width: 150px;
  }
  h1 {
    font-size: 1.2rem;
  }
  .top-search {
    display: block;
  }
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 1200px;
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.site-main .container {
  padding-top: 2rem;
}
/*.col-main {*/
main {
  margin-bottom: 2rem;
}
.sidebar nav {
  position: sticky;
  top: 1rem;
}
.sidebar ul {
  margin-bottom: 2rem;
}
.sidebar ul li {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  main.search {
    width: calc(100% - 250px) !important;
  }
  .sidebar {
    margin-bottom: 2rem;
    flex-basis: 250px;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 992px) {
  main.search {
    width: calc(100% - 300px) !important;
  }
  .sidebar {
    flex-basis: 300px;
  }
}
.footer {
  padding-top: 3rem;
  padding-bottom: 1rem;
  border-top: 1px solid var(--gray);
  display: block;
  font-size: 0.875rem;
}
.copyright {
  margin-top: 3rem;
  text-align: center;
}
.foot-nav h4 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .foot-nav {
    display: flex;
    justify-content: space-between;
  }
}
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 2rem;
  bottom: 3rem;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--gray);
  border-radius: 50%;
  transition: 0.3s;
  background-color: var(--white);
  opacity: 0;
}
.pagetop:before {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23212121" class="bi bi-box-arrow-up-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5z"/></svg>');
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagetop span {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  height: 1px;
  width: 1px;
  font-size: 1px;
  overflow: hidden;
}
.white-box {
  padding: 1.25rem;
  border: 1px solid var(--lightgray);
  height: 100%;
  background-color: var(--white);
  width: 100%;
  word-break: break-all;
}
.white-box h2 {
  margin: 0;
  min-height: 70px;
}
.white-box h2 a {
  color: var(--black);
  display: block;
  font-size: 2rem;
  line-height: 1.2;
}
.white-box h2 a span {
  margin-top: 0.5rem;
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3;
}
.white-box-head {
  margin-bottom: 1rem;
}
.white-box-head .product {
  display: flex;
  align-items: center;
}
.product h2 {
  margin: 0 2rem 0 0;
  min-height: auto;
}
.product {
	font-size: 0.9em;
}
.feed-icon {
  display: flex;
}
.feed-icon li {
  margin-right: 1rem;
}
.white-box-head div a {
  border: 1px solid var(--blue);
  display: flex;
  border-radius: 80px;
  padding: 6px;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .white-box-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.ser-card:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 8px 8px 0 rgba(0, 0, 0, 0.24);
}
.versions {
  margin-bottom: 0.5rem;
}
.list-version {
  margin: 0 -1.5rem 1rem;
  display: flex;
  flex-wrap: wrap;
}
.list-version a {
  padding: 0.1rem 1.5rem;
  display: block; /* è¿½åŠ  */
  line-height: 1.8; /* è¿½åŠ  */
}
.list-version2 {
  margin: 0 0 1rem;
}
.col-search {
  padding-right: 15px;
  padding-left: 15px;
  background-color: var(--white);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
  min-width: 1192px;
}
.secondary {
  padding: 2rem 0;
}
label {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0;
  font-size: 0.812rem;
  white-space: nowrap;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid var(--blue);
  font-size: 0.875rem;
  border-radius: 3rem;
  transition: all 0.2s ease-in-out;
  padding: 0.5rem 1rem;
  width: 100%;
  background-color: var(--blue);
  color: var(--white);
}
.btn:hover {
  border-color: var(--hoverblue);
  background-color: var(--hoverblue);
}
.btn-secondary {
  width: auto;
  color: var(--blue);
  background-color: var(--white);
}
.btn-secondary:hover {
  color: var(--white);
}
.sidebar .btn-block {
  margin: 1rem 0;
}
h3,
h4 {
  margin: 0 0 1.5rem;
}
h5 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.category-area {
  padding: 1rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.category-area .input-group {
  margin-bottom: 0;
}
.col-search .category-area {
  display: block;
}
.category-area .col-textsearch {
  padding: 15px 15px 0;
}
.list-inline-item {
  padding-bottom: 10px;
}
.col-search .category-area button {
  display: block;
  height: calc(2.85rem + 2px);
  line-height: 1;
}
@media (min-width: 768px) {
  .secondary {
    display: flex;
    align-items: center;
  }
  .input-group {
    margin-bottom: 0;
  }
  .col-search .category-area {
    display: flex;
  }
  .list-inline-item {
    padding-bottom: 0;
  }
  .col-search .category-area button {
    display: inline-block;
  }
  .category-area .col-textsearch {
    padding: 0;
  }
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.modal-body {
  font-size: 1.4rem;
}
.tos-login {
  border: 1px solid var(--gray);
  margin-top: 4rem;
  padding: 1.5rem;
  font-size: 1.2rem;
  background: #fafafa;
}
.modal ol {
  margin: 0;
  padding: 0 0 1rem 1rem;
}
.modal h3 {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 700;
}
.fa-external-link {
  padding-left: 0.3rem;
  font-size: 1rem;
  vertical-align: middle;
}
.list-results {
  margin-top: revert;
}
.list-results dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-results dd {
  margin-top: 0.2rem;
  margin-bottom: 1.5rem;
  margin-left: 0;
  line-height: 1.4;
}
.article2 {
  margin-bottom: 4rem;
}
.sidebar .article {
  padding: 0 0 1.5rem;
}
.fa-chevron-circle-right {
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .dl-horizontal dd {
    margin-left: 11rem;
  }
  .dl-horizontal dt {
    float: left;
    width: 10rem;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd::after,
  .dl-horizontal dd::before {
    display: table;
    content: ' ';
  }
  .dl-horizontal dd::after {
    clear: both;
  }
}
.update_date {
  margin-right: 1rem;
  color: #888;
}

span.functions,
span.planned_to_fix,
.interest,
.new_kb,
.renew_kb,
.fixed_kb,
.program_kb {
  margin-right: 0.5rem;
  position: relative;
  padding: 0.1rem 0.3rem;
  font-size: 0.687rem;
  display: inline-block;
}
.type-bug,
.type-vulnerability,
.type-constraint,
.type-specchange {
  margin-right: 0.5rem;
  position: relative;
  /* padding: 0.1rem 0.3rem; */
  padding: 0 0.3rem;
  font-size: 0.8rem;
  display: inline-block;
}

span.functions,
span.planned_to_fix {
  color: #888;
}
span.functions::after,
span.planned_to_fix::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* span.functions::after { */
  /* border: 1px solid #888;*/
/*}*/

span.planned_to_fix::after {
  border: solid 2px #d8bfd8;
}

span.functions {
	display: table;
}

span.function {
  margin-left: -1px;	
  border: 1px solid #888;
  border-radius: 1px;
  padding: 0.2rem 0.3rem;	
}

div.planned_to_fix_value {
	float: left;
}
ul.functions,
ul.versions {
  padding-left: 0;
  margin: 0;
}

.new_kb {
  background-color: #49a8ce;
  color: var(--white);
}
.renew_kb {
  background-color: #dd445e;
  color: var(--white);
}
.fixed_kb {
  background-color: #d8bfd8;
  color: var(--black);
}
.program_kb {
  background-color: #ed8232;
  color: var(--white);
}
.type-bug {
  color: var(--white);
  background-color: #cc5928;
}
.type-vulnerability {
  color: var(--white);
  background-color: #cc2859;
}
.type-constraint {
  color: var(--white);
  background-color: #ccbb28;
}
.type-specchange {
  color: var(--white);
  background-color: #28cccc;
}
.col-textsearch {
  margin-left: auto;
}
h4,
versions {
  font-weight: 400;
}
.site {
  flex: auto 1;
}
li[data-implied='true'] {
  display: block;
}
a:active,
a:focus {
  outline: inherit;
}
.white-box-head2 {
  margin-top: 12px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
.btn-issue {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
  border-radius: 3px;
}
.btn-issue-disable {
  opacity: 0.3;
  pointer-events: none;
}
.btn-issue:hover {
  color: var(--white);
  background-color: #1d6fa5;
  border-color: #8ccbee;
}
.btn-green:focus {
  color: var(--white);
}
p.comment.notice {
  color: red;
  margin: 0;
}
.issue > div > span {
  font-weight: 700;
}
.category-area .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.input-group-btn svg {
  vertical-align: middle;
}
.input-group-btn {
  height: calc(100% + 2px);
}
/* è¿½åŠ  */
.navigation {
  margin: 2rem 0 1rem;
  display: flex;
}
.page-numbers {
  margin-right: 0.5rem;
  display: block;
  min-width: 1.5rem;
  text-align: center;
}
a.page-numbers {
  border: 1px solid var(--blue);
  padding: 0.1rem 0.3rem;
}
.page-numbers.current {
  padding: 0.1rem 0.3rem;
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
}
.page-numbers.prev {
  padding-right: 1em;
}
.page-numbers.next {
  padding-left: 1em;
}
.list-order {
  margin-top: 1rem;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.5rem;
}
.list-order li {
  margin-bottom: 1rem;
  position: relative;
  color: var(--blue);
  text-decoration: none;
  background-color: var(--white);
}
.list-order li:first-child a {
  border-bottom-left-radius: 3rem;
  border-top-left-radius: 3rem;
}
.list-order li:last-child a {
  border-left-width: 0;
}
.list-order li:last-child a {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  transition: all 0.2s ease-in-out;
}
.list-order li a {
  display: block;
  padding: 0.3rem 1.5rem;
  border: 1px solid var(--gray);
}
.list-order li a.active {
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
  transition: all 0.2s ease-in-out;
}
.list-order li a.active:hover {
  border-color: var(--hoverblue);
  background-color: var(--hoverblue);
  color: var(--white);
}
.list-order li a:hover {
  text-decoration: none;
  background-color: #f1f1f1;
  color: var(--blue);
}
.list-pager {
  display: flex;
  margin: 3rem 0 0;
}
.list-pager li {
  margin-right: 0.5rem;
}
.list-pager li a,
.list-pager li span {
  display: block;
  padding: 0.2rem 0.5rem;
  transition: all 0.2s ease-in-out;
}
.list-pager li a {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-pager li span.current {
  background-color: var(--blue);
  border: 1px solid var(--blue);
  color: var(--white);
}
.list-pager li a:hover {
  text-decoration: none;
  background-color: #f1f1f1;
  color: var(--blue);
}
.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
}
input[type='search'].search-field {
  padding: 0.5rem 1rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-search {
  margin-left: -1px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.card-box {
  margin-bottom: 2rem;
}
.box {
  margin-bottom: 2rem;
  border: 1px solid var(--gray);
  border-radius: 0.5rem;
}
.box h3 {
  margin: 0;
  padding: 1rem;
  border-bottom: 1px solid var(--gray);
}
@media (min-width: 576px) {
  .card-box {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .card-box {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
@media (min-width: 992px) {
  .card-box {
    flex: 0 0 auto;
    width: 25%;
  }
}
.interest {
  display: inline-block;
  font-size: 90%;
  width: 3rem;
  font-weight: 400;
  font-size: 90%;
}
.kb_no {
  margin-left: 1rem;
  font-weight: 200;
  color: #888;
}
.list-functions {
  display: inline;
}
.dl-horizontal {
  margin: 0;
  padding: 1rem;
}
.dl-horizontal > dt {
	font-weight: bold;
}

.header_right {
	margin-left: auto;
}

.question {
  position: relative;
  display: inline-block;
  margin: 0 2rem 0 0;
  margin-top: 2px;
}
.question .questiontext {
  visibility: hidden;
  width: 530px;
  line-height: 1em;
  background-color: white;
  color: var(--black);
  border-radius: 6px;
  padding: 9px 3px;
  border: 1px dotted black;
  font-weight: normal;
  position: absolute;
  z-index: 1;
  margin-top: 0;
}
h2 > .question .questiontext {
  font-size: 0.8em;
}
dd > .question .questiontext {
  font-size: 1.2em;
}
.question > img {
  margin-top: -3px;
  margin-left: 3px;
}
.question:hover .questiontext {
  visibility: visible;
}

.about {
  position: relative;
  display: inline-block;
  margin: 0 0 0 1rem;
  margin-top: 2px;
}

.about .abouttext {
  visibility: hidden;
  width: 530px;
  line-height: 1em;
  background-color: white;
  color: var(--black);
  border-radius: 6px;
  padding: 9px 3px;
  border: 1px dotted black;
  font-weight: normal;
  position: absolute;
  z-index: 1;
  margin-top: 0;
}
h2 > .about .abouttext {
  //font-size: 1em;
}
dd > .about .abouttext {
  //font-size: 1.2em;
}
.about > img {
  margin-top: -3px;
  margin-left: 3px;
}
.about:hover .abouttext {
  visibility: visible;
}

ul.abouttext {
	list-style: none;
	//font-size: 1.2em;
}

ul.abouttext > li {
	margin: 0.6em 0.2em;
}

.about .aboutmenu {
	width: 320px;
	left: -280px;
	//top: 3rem;
}

.notification  {
  padding: 1rem;
  background-color: var(--white);
  width: 100%;
  word-break: break-all;
  margin: 0;
}

.information {
  padding: 1rem;
  background-color: var(--white);
  width: 100%;
  word-break: break-all;
  margin: 0 0 2rem;
}

.w-800 {
  margin: auto;
  max-width: 800px;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
h2.product_name {
  min-height: auto;
  font-size: 1.0rem;
}
h2.title {
   font-size: 1.2rem;
	padding: 1rem;
   border-bottom: 1px solid var(--gray);
}

.list-caret li {
  padding-left: 2rem;
  position: relative;
}
.list-caret li:before {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="%23222" class="bi bi-caret-right-fill" viewBox="0 0 16 16"><path d="M12.14 8.753l-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/></svg>');
  position: absolute;
  left: 0;
}
.list-caret li li:before {
  content: '-';
}
.issue {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.issue .btn {
  padding: 0.5rem 0.8rem;
  cursor: pointer;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.breadcrumb li + li {
  padding-left: 0.5rem;
}
.breadcrumb li + li::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: '>';
}
.feedback {
  display: flex;
  align-items: center;
}
.feedback div:first-child {
  margin-right: 1rem;
}
.feedback a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.form-control,
.form-select {
  padding: 0.5rem;
  display: block;
  width: 100%;
  line-height: 1.25;
  border: 1px solid var(--gray);
  border-radius: 3rem;
  color: var(--black);
  background-color: var(--white);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control {
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-select {
  padding: 0.35rem 2.25rem 0.35rem 0.5rem;
  -moz-padding-start: calc(0.75rem - 3px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1pc 9pt;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.card-box .form-select {
  margin: 0.5rem 0;
  width: auto;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.sub-nav {
  /*
  padding-top: 1rem;
  margin-top: -2rem;
  */
  position: sticky;
  top: 0;
  z-index: 0;
}

.nav > ul,
.col-foot > ul {
  margin: 0;
  padding: 0;
  list-style: none;	
}

.filter,
.list-order,
.feed-icon {
  margin: 0;
  padding: 0;
  list-style: none;		
}

@media (min-width: 768px) {
  .col-details {
    width: calc(100% - 250px);
  }
}
.filter {
  margin: 2rem 0 1rem;
  display: flex;
}
.filter li {
  margin-right: 1rem;
}
.filter li a {
  padding: 0.3rem 0.8rem;
  display: block;
  background-color: var(--white);
  border-radius: 3rem;
}
.filter li a:hover {
  text-decoration: none;
}
.filter a.active {
  background-color: var(--blue);
  color: var(--white);
}
.filter a.active:hover {
  background-color: var(--hoverblue);
}
.blank {
  margin-right: 1rem;
  position: relative;
}
.blank:after {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="%23139cb7" class="bi bi-box-arrow-up-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z"></path><path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z"></path></svg>');
  width: 12px;
  height: 12px;
  position: absolute;
  right: -1rem;
  bottom: 0.6rem;
}
.visually-hidden {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.tag {
  padding-left: 1.2rem;
  position: relative;
}
.tag:before {
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23139cb7" viewBox="0 0 24 24"><path d="M9.776 2l11.395 11.395-7.78 7.777-11.391-11.391v-7.781h7.776zm.829-2h-10.605v10.609l13.391 13.391 10.609-10.604-13.395-13.396zm-3.191 7.414c-.781.782-2.046.782-2.829.001-.781-.783-.781-2.048 0-2.829.782-.782 2.048-.781 2.829-.001.782.783.781 2.047 0 2.829z"/></svg>');
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0.2rem;
  left: 0;
}
.search-list {
  display: flex;
  align-items: center;
}
.results {
  margin-left: 1rem;
  display: flex;
  align-items: center;
}

.section > ul,ol
{
  margin: revert;
  padding: revert;
  list-style: revert;
}

.section {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}

.dotted {
    border-bottom: 1px dotted #ddd;
}

.section > ol {
	list-style: none;
}

.breadcrumb {
	padding: 0;
	list-style: none;
}

#attachments > div > label {
	font-weight: bold;
}

.meta {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.product-information {
  color: #212121;
  /*background-color: #FFF3D0;*/
  width: 100%;
  padding: 1rem 0;
}

.note {
  word-break: break-all; 
  /*background-color:#eee;*/
  padding: 1rem;
  background-color: #f1f1f1;
  border-radius: .5rem;
  font-size: .75rem;  
}

.attachments-dl {
  display: grid;
  grid-gap: .2rem;
  margin-top: 1rem;
}

.attachments-dl > div > label {
  margin: 0;
  font-size: .812rem;
  font-weight: bold;
}

.notification_area table {
	width: 100%;
	border-collapse: collapse;
}
.notification_area th, td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
	width: 15%;
}
.notification_area th:first-child, td:first-child {
	width: 25%;
}
.notification_area tr:nth-child(even) {
	background-color: #f2f2f2;
}
.notification_area th {
	background-color: #3498DB;
	color: white;
}
