﻿/* 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;
    /*background-color: #48c21b;
    border-color: #42a11f;*/
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    height: 100%;
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        height: 100%;
        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 */
    height: 100%;
    /*overflow: hidden;*/
    /*margin-bottom: 60px;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.scrolling-with-footer {
    margin: 0;
    padding: 0;
    display: block;
    width: auto;
    height: calc(100vh - 110px) !important;
    overflow: auto;
}

.column-notes {
    min-width: 250px;
}

test {
    vertical-align: middle;
}

.fab1 {
    width: 45px;
    height: 45px;
    background-color: silver;
    border-radius: 50%;
    box-shadow: 0 6px 10px 0 #666;
    transition: all 0.1s ease-in-out;
    font-size: 20px;
    color: white;
    text-align: center;
    /*line-height: 55px; */
    position: fixed;
    right: 30px;
    bottom: 85px;
    z-index: 10;
}

    .fab1:hover {
        box-shadow: 0 6px 14px 0 #666;
        transform: scale(1.05);
    }

.fab2 {
    width: 70px;
    height: 70px;
    background-color: silver;
    border-radius: 50%;
    box-shadow: 0 6px 10px 0 #666;
    transition: all 0.1s ease-in-out;
    font-size: 20px;
    color: white;
    position: fixed;
    right: 50px;
    bottom: 170px;
    z-index: 10;
}

    .fab2:hover {
        box-shadow: 0 6px 14px 0 #666;
        transform: scale(1.05);
    }

.fabicon {
    /*vertical-align: middle;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 18px;
}

    .fabicon:hover {
        color: black;
        text-decoration: none;
    }

.submit-link {
    font-weight: bold;
    background-color: transparent;
    border: none;
    color: #0275d8;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

    .submit-link:focus {
        outline: none;
    }

.pseudo-col-l-label {
    float: left;
    width: auto;
    margin-right: 15px;
    margin-bottom: 15px;
}

.pseudo-col-l-value {
    float: left;
    width: auto;
    min-width: 50px;
    margin-right: 50px;
    margin-bottom: 15px;
}

.pseudo-col-r-label {
    float: right;
    width: auto;
    margin-left: 50px;
    margin-bottom: 15px;
}

.pseudo-col-r-value {
    float: right;
    width: auto;
    min-width: 50px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.box {
    border: 1px solid black;
    height: 15px;
    width: 15px;
    display: inline-block;
    position: relative;
    top: +3px;
    margin-right: 5px;
}

th {
    white-space: nowrap;
}

td {
    white-space: nowrap;
}

.fill-button {
    display: inline-block;
    width: 100%;
}

.fill-button-disabled {
    pointer-events: none;
    display: inline-block;
    background-color: rgb(98, 161, 254);
    border-color: rgb(98, 161, 254);
    width: 100%;
}

.smallfont {
    font-size: 0.85em;
}

.unsortable {
    color: cornflowerblue;
}

.roundbox {
    border-style: solid;
    border-width: thin;
    border-color: gainsboro;
    border-radius: 5px;
    padding: 0px 12px 8px 8px;
    overflow: hidden;
    white-space: nowrap;
}

.roundtop {
    border-style: solid;
    border-width: thin;
    border-color: gainsboro;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;    
    padding: 0px 12px 8px 8px;
    overflow: hidden;
    white-space: nowrap;
}

.roundbottom {
    border-style: solid;
    border-width: thin;
    border-color: gainsboro;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0px 12px 8px 8px;
    overflow: hidden;
    white-space: nowrap;
}

.muted-glow:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.25);
}

.labelnowrap {
    overflow: hidden;
    white-space: nowrap;
}

.form-floating.required label:after {
    font-weight: bold;
    content: "*";
    color: red;
}

input[type=checkbox] {
    transform: scale(1.4);
}

.form-floating .select2-container--bootstrap-5 .select2-selection {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;    
}

.form-floating .select2-container--bootstrap-5 .select2-selection > .select2-selection__rendered {
    margin-top: 0.5rem;
    margin-left: 0rem;    
}

.form-floating label {
    z-index: 1000;
}



.search-button {
    background: repeating-linear-gradient(180deg, white 0% 25%, #1b6ec2 25% 75%, white 75% 100%) !important;
}

.pdf-button {
    background: repeating-linear-gradient(180deg, white 0% 25%, firebrick 25% 75%, white 75% 100%) !important;
}

.xlsx-button {
    background: repeating-linear-gradient(180deg, white 0% 25%, green 25% 75%, white 75% 100%) !important;
}

.json-button {
    background: repeating-linear-gradient(180deg, white 0% 25%, purple 25% 75%, white 75% 100%) !important;
}