html, body {
    background-color: #9FC3E9;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('/msp/images/clouds_and_sun_500.jpg');
    background-attachment: fixed;
    background-position: bottom;
    background-size:cover;
}
@media (width <= 1920px) {
    main, nav, footer {
        zoom: 90% !important;
    }
}
hr {
    margin: 16px 0;
    height: 1px;
    border: none;
    background: linear-gradient(to right, transparent, var(--bs-black, black) 50%, transparent);
}
.roundCorner {
    border-radius: 20px !important;
}

.breadcrumb-item{
    margin-left: 15px;
}

.form-floating > label {
    left: inherit;
}

aside > div > ol.list-unstyled > li > a {
    width: 100%;
    text-align: left;
}

.cursor-default {
    cursor: default;
}
.cursor-context-menu{
    cursor: context-menu;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-help {
    cursor: help;
}
.cursor-wait {
    cursor: wait;
}
.cursor-crosshair {
    cursor: crosshair;
}
.cursor-not-allowed {
    cursor: not-allowed;
}
.cursor-zoom-in {
    cursor: zoom-in;
}
.cursor-grab {
    cursor: grab;
}

/************
    modal dynamic auto height
*/
.modal-dialog {
    margin: 2.5vh auto;
}
.modal-content {
    max-height: 95vh;
}
.modal-body {
    max-height: 90vh;
}
.modal-body img {
    max-height: 69vh;
}


/************ password-safe font ****************************************************/
/*@import url(//fonts.googleapis.com/css?family=Oxygen+Mono);*/
/* latin-ext */
@font-face {
    font-family: 'Oxygen Mono';
    font-style: normal;
    font-weight: 400;
    src: url(/msp/styles/h0GsssGg9FxgDgCjLeAd7hjWx-6_Pg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Oxygen Mono';
    font-style: normal;
    font-weight: 400;
    src: url(/msp/styles/h0GsssGg9FxgDgCjLeAd7hjYx-4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/************ password-safe font ****************************************************/

h1,h2,h3,h4,h5,h6 {
    font-family: sans-serif;
}

.showPassword {
    font-family: 'Oxygen Mono', sans-serif;
    /*font-size: 20px;*/
    /*border: 1px solid lightgray;*/
    /*background-color: #f4f4f4;*/
    /*padding: 20px;*/
    /*color: var(--bs-code-color);*/
}

/*--------------------------------------------------------------------------------------------------------------------*/

#inputSearchReference, #inputSearchClaimReference {
    margin: 0 20px 0 0;
}
    #suggestReference, #suggestClaimReference {
        z-index: 10;
        position: absolute;
        top: 50px;
        background-color: white;
        border: 1px solid #DEE2E6;
        height: auto;
        width: 400px;
        padding: 10px 20px;
    }
        #suggestReference a, #suggestClaimReference a {
            display: block;
            padding: 5px !important;
            margin: 0 !important;
            border-bottom: 1px dotted silver;
            text-decoration: none;
        }
            #suggestReference a:hover, #suggestClaimReference a:hover {
                background-color: #EFEFEF;
            }

#inputSearchData, #inputSearchClaimData {
    margin: 0 20px 0 0;
}
    #suggestData, #suggestClaimData {
        z-index: 10;
        position: absolute;
        top: 50px;
        background-color: white;
        border: 1px solid #DEE2E6;
        height: auto;
        width: 400px;
        padding: 10px 20px;
    }
        #suggestData a, #suggestClaimData a {
            display: block;
            padding: 5px !important;
            margin: 0 !important;
            border-bottom: 1px dotted silver;
            text-decoration: none;
        }
            #suggestData a:hover, #suggestClaimData a:hover {
                background-color: #EFEFEF;
            }

.suggestHover {
    background-color: #EFEFEF;
}

/*--------------------------------------------------------------------------------------------------------------------*/

/* templates/Backend/layout/footer.tpl */
#footerUserInfoButton{
    cursor: pointer;
}
.footerUserInfoBox {
    display: none;
}
#footerUserInfoBoxCaret {
    position: absolute;
    bottom: -10px;
    right: 0px;
    width: 0 !important;
    height: 0 !important;
    border: 50px solid transparent !important;
    border-bottom: 0 !important;
    border-top: 50px solid #000 !important;
}
#footerUserInfoBox {
    position: absolute;
    right: 0px;
    bottom: 10px;
    border-radius: 10px;
    max-height: 400px;
    overflow: auto;
}
#footerUserInfoBox ol li {
    background-color: transparent;
    color: white;
    line-height: 130%;
    /*list-style: disc !important*/
}
#footerUserInfoBox ol li span {
    margin: 0 10px 0 0;
}


a[id] {/* bootstrap fixed nav anchor jump fix */
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

.bottomSpace {
    /*border: 1px solid transparent;*/
    /*height: 1000px;*/
}

.blur {
    filter: blur(3px);
}
.blur:hover {
    filter: blur(0);
}

/*------------------------------------------------------------*/
.text-3d {
    /*color: hsl(15,70%,70%);*/
    /*background: hsl(15,60%,82%);*/
    text-shadow:
            0 1px 0 hsl(15,40%,60%),
            0 1px 0 hsl(15,40%,58%),
            0 3px 0 hsl(15,40%,56%),
            0 4px 0 hsl(15,40%,54%),
            0 5px 0 hsl(15,40%,52%),
            0 6px 1px hsl(15,40%,50%),
            0 0 5px hsl(15,20%,60%),
            0 1px 3px hsl(15,20%,58%),
            0 3px 5px hsl(15,20%,56%),
            0 5px 10px hsl(15,20%,54%),
            0 10px 10px hsl(15,20%,52%),
            0 15px 15px hsl(15,20%,50%);
}

.tileMiddle {
    margin: 10px;
    /*padding: 20px;*/

    transition: all 0.2s linear;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);

    border: 1px solid #ddd;
    border-radius: 5px;
    width: 200px;
    height: 200px;
    text-decoration: none;
    overflow: hidden;

    line-height: 200px;
    display: inline-block;
    vertical-align: middle;

    text-align: center;
}
.tile {
    margin: 10px;
    padding: 20px;

    transition: all 0.2s linear;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);

    border: 1px solid #ddd;
    border-radius: 5px;
    width: 200px;
    height: 200px;
    text-decoration: none;
    overflow: hidden;

    /*line-height: 200px;*/
    display: inline-block;
    vertical-align: middle;

    text-align: center;
}
.tile:hover, .tileMiddle:hover {
    transition: all 0.2s linear;
    transform: translate(1px, -1px);
    -webkit-transform: translate(1px, -1px);
    -moz-transform: translate(1px, -1px);
    -o-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
}
.tile.disabled:hover, .tileMiddle.disabled:hover {
    transition: none !important;
    transform:  none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.tileMiddle .display-3 {
    /*font-size: 1.75rem;*/
    font-size: 1.5rem;
}
.card, .card-header, .card-body, .card-footer{
    border: none;
}
.card{
    margin-bottom: 10px;
    border-radius: 3px !important;
}
.padding0 {
    padding: 0 !important;
}

/*------------------------------------------------------------ tree
Available utilities:
    tf-gap-sm: the space between nodes (small screen)
    tf-gap-lg: the space between nodes (large screen)
    tf-dashed-children: dashed connectors
    tf-dotted-children: dotted connectors
*/
.example {
    /*border: 1px dotted #333;*/
    /*overflow: auto !important;*/
    /*padding: 10px;*/
    /*margin: 50px !important;*/
    /*box-shadow: 5px 5px 10px rgba(50, 50, 50, .25)*/
}
.example ul li {
    min-width: 180px !important;
}
.example .tf-nc {
    /* css here */
    /*color: darkslategray;*/
}
.tf-custom .tf-nc:before,
.tf-custom .tf-nc:after {
    /* css here */
}
.tf-custom li li:before {
    /* css here */
}
.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
/* nav drop down menu
*/
.dropdown-divider{
    border: none !important;
    padding: 0 15px 0 15px !important;
    font-weight: bold;
}
.footerFixedBottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

/*----------------------------------------------------------------------------------------------------------------------
 * Active User
 */
/* templates/Backend/layout/footer.tpl */
#footerUserInfoButton{
    cursor: pointer;
}
.footerUserInfoBox {
    display: none;
}
#footerUserInfoBoxCaret {
    position: absolute;
    bottom: 40px;
    right: -15px;
    width: 0 !important;
    height: 0 !important;
    border: 50px solid transparent !important;
    border-bottom: 0 !important;
    border-top: 50px solid #000 !important;
}
#footerUserInfoBox {
    background-color: #000;
    color: whitesmoke;
    position: absolute;
    right: -15px;
    bottom: 60px;
    border-radius: 3px;
    height: auto !important;
    min-width: 300px;
    overflow: auto;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5) !important;
}
#footerUserInfoBox ol li {
    background-color: transparent;
    color: black;
    line-height: 130%;
    /*list-style: disc !important*/
}
#footerUserInfoBox ol li span {
    margin: 0 10px 0 0;
}
.btnFooterUserInfoBoxClose {
    width: 100% !important;
}
#idActiveUser li:nth-child(odd) {
    color: #CFE2FF;
}
#idActiveUser li:nth-child(even) {
    color: #FFC107;
}

/*------------------------------------------------------------
*/
@media print {
    body {
        margin: 0 !important;
        padding: 10px !important;
        background-color: transparent !important;
        background-image: none !important;
    }
    nav, .nav, #myMvcToolbar, .noprint {
        display: none !important;
        visibility: hidden !important;
    }
    /*.container, .py-4, .shadow bg-white padding20*/
    .mspColumns,.bottomSpace {
        display: none !important;
    }
    .shadow {
        box-shadow: none !important;
    }
    .bg-white {
        background-color: transparent !important;
    }
    .py-4 {
        padding: 0 !important;
    }
    /*.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {*/
    .container, .container-fluid {
        /*--bs-gutter-x: 0;*/
        /*--bs-gutter-y: 0;*/
        width: auto !important;
        padding: 10px;
        margin: auto;
    }
    h2 {
        margin-bottom: 0 !important;
    }
    /*h2 .container .py-4 {*/
    /*    margin: 0 !important;*/
    /*}*/
}
