﻿/* 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
-------------------------------------------------- */
/* Prevent scrollbar jumping */
html {
    font-size: 14px;
    overflow-y: scroll;
}
@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 */
}


/* SRL Custom CSS
-------------------------------------------------- */

.client-header-text {
    font-size: 1.1rem;
    font-weight: 500;
    /* line-height: 1.2; */
    padding-top: 10px;
    padding-bottom: 10px;
}

.client-disclaimer-text {
    padding-top: 10px;
    padding-bottom: 10px;
}

.input-validation-error {
   border: 1px solid red;
}

.field-validation-error {
    color: red;
   /* font-weight: 400;
    letter-spacing: 1px;*/
}

.pb-3, .py-3 {
   padding-top: 10px;
}

.tableSub {
    margin: 0;
    color: #212529;
    padding: 0;
    line-height: .9em;
}

.tableSubHdr {
    border-bottom: solid 1px #97a5b0 !important;
}


.offset-1a {
    margin-left: 1%;
}

.offset-1b {
    margin-left: 1.5%;
    padding-bottom: 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: bold;
    font-size: larger;
}

.nav-link {
    color: lightgray;
    font-size: larger;
}

.upgrade {
    /*letter-spacing: 1.2px;*/
    text-decoration: underline !important;
    cursor: pointer;
    color: blue !important;
    font-size: small;
}

.mask {
    padding-left: 10px;
    padding-top: 5px;
    /*font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: inherit;
    line-height: 1.5;*/
}

.w-200 {
    width: 200px;
}

b, strong {
    font-weight: 600;
}

.failedBlue {
    color: blue;
}

.failedRed {
    color: red;
}

.spacer {
    height: 60px;
    margin: 0 0 -50px 0;
    /* margin: 20px 0 -50px 0; use this if you want #container to have a 'bottom padding', in this case of 20px */
    background: transparent; /* you'll need this if #container's parent element has a different background from #container itself */
}

.desktop {
    position: absolute;
    left: 52%;
}

.modal-dialog {
    max-width: 700px
}
