﻿/* 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. */


.smaller {
    font-size: 50%;
    font-weight: 400;
}
.modal-dialog-full {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content-full {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}


#qrCodeModal .input-group-text {
    min-width: 103px;
}
.vertical-input-group .input-group:first-child {
    padding-bottom: 0;
}

    .vertical-input-group .input-group:first-child * {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.vertical-input-group .input-group:last-child {
    padding-top: 0;
}

    .vertical-input-group .input-group:last-child * {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.vertical-input-group .input-group:not(:last-child):not(:first-child) {
    padding-top: 0;
    padding-bottom: 0;
}

    .vertical-input-group .input-group:not(:last-child):not(:first-child) * {
        border-radius: 0;
    }

.vertical-input-group .input-group:not(:first-child) * {
    border-top: 0;
}



a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
.modal-body {
    max-height: calc(100vh - 120px);
    overflow: auto;
}
.toast {
    z-index: 1060;
    right: calc(50% - 150px);
    width: 300px;
}
.ToClipBoard {
    cursor: copy;
}
/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
.dataTables_length, .dataTables_filter {
    display: inline-block;
    padding-right: 15px;
}
.dataTables_filter {
    float:right;
}
.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 */
}
