﻿/* 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: 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 */
}

aside {
  /* background-image: url('../Background.png'); */
}

.bg-row-light {
  background-color: azure !important;
}

.bg-row-gray {
  /* background-color: #e8e8e8; */
  background-color: whitesmoke;
}

.bg-row-white {
  background-color: white !important;
}

.bg-row-green {
  background-color: #DEFDE0;
}

.bg-row-red {
  /* background-color: #FDDFDF !important; */
  background-color: #FFF0F0;
}


.monospaced-text {
  font-family: "Lucida Console", Monaco, monospace;
}

.text-larger {
  font-size: larger;
}

.text-small {
  font-size: 90%;
}

.text-very-small {
  font-size: 70%;
}

.bg-color-0 {
  background-color: #03045E !important;
}
.bg-color-1 {
  background-color: #023E8A !important;
}
.bg-color-2 {
  background-color: #0077B6 !important;
}
.bg-color-3 {
  background-color: #0096C7 !important;
}
.bg-color-4 {
  background-color: #00B4D8 !important;
}
.bg-color-5 {
  background-color: #48CAE4 !important;
}
.bg-color-6 {
  background-color: #90E0EF !important;
}
.bg-color-7 {
  background-color: #ADE8F4 !important;
}
.bg-color-8 {
  background-color: #CAF0F8 !important;
}


/*
  Hack to position buttons to the right of inputs with labels above them
*/
.lowered {
  margin-top: 32px;
}

p {
  max-width: 70em;
}

li {
  max-width: 70em;
}

table {
  border-bottom: 1px solid;
  border-bottom-color: #dee2e6;
}

th {
  font-weight: normal;
  color: gray;
}

.blank-row {
  line-height: 7px;
}

.help-link {
  color: inherit;
  text-decoration: none;
  text-decoration-color: darkgray;
}

.help-link :hover {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: darkgray;
}

.link-image {
  padding-bottom: 2px;
  padding-left: 2px;
}

.out-transaction {
  color: red;
}

.in-transaction {
  color: #61B329;
}