﻿/* 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. */

.mandatory {
    border-color: red;
}


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

form-group.nomargin {
    margin-bottom: 0px;
}

table.smallerrow {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

table.smallerrow td, .table-jf th {
    padding: .25rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

table.smallerrow thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

table.smallerrow tbody + tbody {
    border-top: 2px solid #dee2e6
}


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-primary-jf {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    margin-top: 0px;
    padding: 0.1rem 0.4rem;
}

.btn-primary-jf-top {
    vertical-align: top;
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    margin-top: 30px;
    /*padding: 0.1rem 0.4rem;*/
}

.btn-primary-jf-check {
    color: #fff;
    background-color: #1ac144;
    border-color: #17ab3c;
    margin-top: 5px;
    padding: 0.1rem 0.4rem;
    align-content: center;
}



.btn-primary-jf-uncheck {
    color: #fff;
    background-color: #8c8c8c;
    border-color: #737373;
    margin-top: 5px;
    padding: 0.1rem 0.4rem;
    align-content: center;
}


.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger-jf {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    margin-top: 0px;
    padding: 0.1rem 0.4rem;
}

.display-4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}


.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 */
}


table.matrix td{
    vertical-align: central;
    text-align: center;
}
