/* _content/SCRANKWeb/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.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[b-uaeals9ltc] {
    white-space: normal;
    text-align: left;
    word-break: break-all;
}

a[b-uaeals9ltc] {
    color: #0077cc;
}

.btn-primary[b-uaeals9ltc] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

#marker[b-uaeals9ltc]{
    color: #fff;
    background-color: red;
    border-color: black;
}

.nav-pills .nav-link.active[b-uaeals9ltc], .nav-pills .show > .nav-link[b-uaeals9ltc] {
    color: #fff;
    background-color: Red;
    border-color: #1861ac;
}
.nav-toggler[b-uaeals9ltc]{
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-uaeals9ltc] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-uaeals9ltc] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-uaeals9ltc] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-uaeals9ltc] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-uaeals9ltc] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

table[b-uaeals9ltc] {
    border-collapse: collapse;
}

th[b-uaeals9ltc] {
    background-color: #04AA6D;
    color: white;
    padding: 5px 20px 5px 0;
}

td[b-uaeals9ltc] {
    text-align: left;
    padding: 5px 20px 5px 0;
}

tr:nth-child(even)[b-uaeals9ltc] {
    background-color: #f2f2f2;
}

