﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* Bootstrap compilmentaly styles
-------------------------------------------------- */


.white-space-nowrap {
  white-space: nowrap !important;
}

.letter-spacing-1 {
  letter-spacing: 0.25rem !important;
}

.letter-spacing-normal {
  letter-spacing: normal !important;
}

/* PublicSystem site.css
-------------------------------------------------- */

body {
  border-top: 3px solid #e04283;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h2.heading:before {
  content: '*';
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #e04283;
  font-size: 180%;
  display: inline-block;
  margin-right: 0.5rem;
  padding-top: 0.25rem;
  line-height: 0;
  vertical-align: middle;
}


p.heading:before {
    content: '*';
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #e04283;
    font-size: 180%;
    display: inline-block;
    margin-right: 0.5rem;
    padding-top: 0.25rem;
    line-height: 0;
    vertical-align: middle;
}

ul.list-style-none {
  list-style: none;
}

.table th {
  text-align: center;
}

.table.table-index tbody th {
  width: 33%;
}

ul.search-notes {
  padding: 0;
  list-style: none;
}

ul.search-notes li {
  padding-bottom: 0.25rem;
}

ul.search-notes li:before {
  content: '※';
}

.page-detail label {
  font-weight: bold;
}

/* custom bootstrap styles */
.toast {
  position: fixed;
  top: 20px;
  right: 20px;
  box-shadow: 0 0.25rem 0.75rem rgba(224, 66, 131, 0.1)
}

span.conditions:before {
  content: "(";
  font-weight: bold;
}

span.conditions:after {
  content: ")";
  font-weight: bold;
}

span.conditions span.condition:after {
  content: ",";
}

span.conditions span.condition:last-child:after {
  content: none;
}

footer.main {
  background: #f8f8f8;
  padding-top: 1.5rem;
}

footer.main h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

footer.main section {
  width: 300px;
}

footer.main ul {
  list-style: none;
  padding: 0;
}

footer.main ul li {
  margin-bottom: 0.5rem;
}

ul.search-newclassifications {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-top: 8px;
}
ul.search-newclassifications li {
    
}
ul.search-newclassifications-parts-4 li {
    width: 25%;
}
div.search-newclassifications {
    background-color: lightyellow
}

div.tos-list {
  counter-reset: tos;
}

div.tos-list u {
  color: red;
}

div.tos-list h2 {
  counter-increment: tos;
}

div.tos-list h2:before {
  content: counter(tos) ".";
}

a.toggle-advanced i {
  display: inline-block;
  transform: rotate(90deg);
  transition: transform 0.2s ease-out;
}

a.toggle-advanced.collapsed i {
  transform: rotate(0);
}