﻿/* 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. */

/* avoid middle screen block size problem */
.card,
.row {
    overflow-wrap: anywhere !important;
}
table {
    overflow-wrap: initial;
}

/* select readonly */
select[readonly] {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}

/* navlocation */
.navlocation {
    position: relative;
    margin: 4px 7px 4px 7px;
    padding: 3px 10px 3px 10px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 80%;
    color: #fff;
    background-color: #96bf2c;
    border-color: #bee5eb;
}

    .navlocation a {
        color: #0c5460
    }

/* Overlay */
.loading-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(250, 250, 250, 0.6);
    z-index: 10000;
}

/* Tables */
.table-xsm th {
    font-style: italic;
    font-weight: 400;
    color: #888;
    border-bottom: 1px solid #dee2e6 !important;
    padding: 0.3rem;
}

.table-xsm td {
    padding: 0.2rem 0.3rem 0.2rem 0.3rem;
}

/* Text */
.text-condensed {
    line-height: 1.2;
}

.text-opacity50 {
    opacity: 0.5;
}

.text-opacity30 {
    opacity: 0.3;
}

code {
    font-size: 87.5%;
    color: #212529;
    word-break: break-word;
}
