﻿/* 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%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

body {
    line-height:1;
}

.toolbar {
    float: left;
}

.tableFixHead {
    overflow: auto;
}

    .tableFixHead thead {
        position: sticky;
        top: 0;
        z-index: 1;
    }

table thead tr {
    background-color: #CFD9E7;
}

.startContainerRow {
    border-top-color: darkgrey !important;
    border-top-style: solid !important;
    border-top-width: 2px !important;
}

.item_found {
    background: yellow !important;
    color: black !important;
}

#mygrid a {
    text-decoration: none;
}

#noActionGrid a {
    text-decoration: none;
}

.datepicker {
    font-size: .8rem;
    border-radius: 0.2rem;
}

.form-select {
    padding-right: 1rem !important;
}

.card-body {
    padding: 0.3rem 1rem;
}
.alert {
    padding:0rem !important
}

.form-label {
    margin-bottom:2px;
}

.text-olive {
    color: olive;
}

.table-bordered > :not(caption) > * {
    border-width: 0.5px 0;
}

.bg-dark {
    background-color: darkslategrey!important;
}

.input-group-sm > .control-group > .form-control {
    font-size: .8rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.table-striped tbody tr.highlight td {
    background-color: yellow;
}