﻿/* 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;
}

/* Min screen site */

@media (min-width: 800px) and (min-height: 500px) {
    .d-appsize-none {
        display: none !important;
    }

    .d-appsize-block {
        display: block !important;
    }
}

@media (max-width: 799.98px), (max-height: 499.98px) {
    body.modal-open {
        margin-right: -16px;
    }

    .popover,
    .modal,
    .modal-backdrop {
        visibility: hidden;
    }
}

/* Overlay */
.loading-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(250, 250, 250, 0.6);
    z-index: 10000;
}

/* 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
    }

/* jquery autocomplete */
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

    .ui-autocomplete .ui-menu-item {
        font-size: 0.9rem;
        color: #495057;
    }

    .ui-autocomplete .ui-menu-item-wrapper:active,
    .ui-autocomplete .ui-menu-item-wrapper:hover {
        font-size: 0.9rem;
    }

.ui-autocomplete-loading {
    background: url('../images/loading.gif') no-repeat right 5px center
}

/* 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;
}

/* Document view icon item */

.doc-item-icon:hover img, .doc-item-icon-draghover img {
    border-color: #007885;
}
