﻿:root {
    --primary: #3D3C3C;
    --primarylight: #9c9b9b;
    --secondary: #907d66;
    --secondary1: #783937;
    --secondary3: #462521;
    --highlight: #F7BD97;
    --highlight2: #eba062;
    --success: #79AE86;
    --bg: white;
    --bgmarker: #eee5e3;
    --danger: #CC574C;
    --action: #1a73e8;
}

.modal-popup {
    display: nonex;
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    align-content: center;
    vertical-align: middle;
    padding: 6px;
}

.modal-popup-details {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    word-wrap: break-word;
    font-size: 0.9rem;
}

.modal-popup-title {
    display: flex;
    width: 100%;
    font-size: 1.1rem;
    color: white;
}

.modal-popup-title-glyph {
    width: 25px;
    margin-top: 5px;
}


.modal-popup-title-text {
    flex: 1 0;
    overflow: hidden;
    font-weight: bold;
    font-size: 1rem;
}

.modal-popup .text-muted {
    color: #b0afaf !important;
}

.modal-popup-body {
    background-color: var(--primary);
    width: 95%;
    max-width: 500px;
    min-height: 160px;
    padding: 12px;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 7px;
    border: 1px solid white;
    color: white !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.hide, .hide li, .hide div, .hide.d-sm-inline-block {
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    font-size: 0 !important;
    padding: 0 !important;
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    overflow: hidden !important;
    white-space: nowrap;
    clip: rect(0 0 0 0)
}

.page-loading {
    z-index: 99999999999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    align-content: center;
    vertical-align: middle;
    padding: 6px;
}

.page-loading-body {
    width: 95%;
    min-height: 160px;
    padding: 12px;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 7px;
}

    .page-loading-body img {
        width: 50px;
        text-align: center;
    }


.noselect, .badge, .btn, label, .clickable, .clickable-static, .search-everything-result {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.clickable, .clickable-static {
    cursor: pointer
}

    .clickable:hover {
        color: #b0b0b0
    }


.site-loading-button img {
    height: 15px
}

.site-flex {
    display: flex
}

.site-flex-grow {
    flex: 1 0;
    overflow: hidden
}

.text-tiny {
    font-size: .8rem
}

.fixed-table-layout {
    table-layout: fixed;
    min-width: 800px; /* Or whatever your total colgroup width is */
}