﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
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;
}


.table .badge {
    color: white;
}




.key-value {
    display: flex;
    margin-top: 0.75rem;
    padding-right: 0px;
    justify-content: flex-end;
    text-align: right;
    font-size: 11px;
}

.value {
    font-size: 15px;
    padding-right: 15px;
    /*align-items: center;*/
    justify-content: flex-start;
    text-align: unset;
}

.table-key-value {
    font-size: 11px;
    margin-bottom: 0;
}

.table-key-value td {
    font-size: 15px;
}

.table-key-value th {
    font-weight: 400;
}

.card-thin {
    padding: 0.5rem;
    padding-bottom: 1rem;
}

.card-columns {
    column-count: 1
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 2
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 3
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > .dropdown-toggle::after {
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    border-right: 0;
    vertical-align: middle;
}