﻿/* 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. */

.pointer {
    cursor: pointer;
}

.help-steps li {
    font-size: 1.05em;
    line-height:1.6em;
    padding-bottom:3px;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.summary-list {
    max-height: 320px;
    overflow: auto;
}

.bg-info-light {
   background-color: #17a2b852!important;
}

.print-lead {
    font-size: 2rem;
    font-weight: 300;
}
.paging-text {
    display: inline-block;
    padding-top: 7px;
    font-size: 85%;
    cursor: default;
}

.move-up-12 {
    position: relative;
    top: -12px;
}

.contained-table {
    background: white;
}

.header-field {
    font-family: 'Segoe UI Light';
}

.button-container {
    text-align: end;
}

.numeric-field {
    text-align: right;
}

.align-left {
    text-align: left;
}

.div-edit-input {
    margin-top: -2px;
    margin-bottom: -8px;
}

.print-footer {
    position: fixed;
    left: 30px;
    bottom: 0;
    width: 95%;
}

.info-dot {
    position:relative; 
    top:5px; 
    font-size:0.5em;
    margin-left:3px;
    cursor:default;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

@media screen {
    .only-print {
        display: none;
    }
}

.front-panel {
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.glassmorph {
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.print-container {
    background: rgba( 255, 255, 255, 0.75 );

}

.page-container {
    padding: 25px;
    background: rgba( 255, 255, 255, 0.75 );
    box-shadow: 0 6px 12px 0 rgba( 0, 0, 0, 0.37 );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.remove-button {
    color: red;
    position:relative;
    top:5px;
}
    .remove-button:hover {
        color: indianred;
        transition: .1s linear all;
        filter: brightness(150%);
        cursor:pointer;
    }

.search-box {
    position:relative;
    top:50px;
}

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;
}

.control-label {

    font-weight:500;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.breadcrumb {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 12px;
}

.header {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.container {
    max-width: 90%;
    margin: 0 auto;
}

.table-panel {

}
    .table-panel .table-body {
        padding-top: .5rem !important;
        padding-bottom: .25rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .table-panel .table-body-small {
        padding: 0 !important;
    }

    .table-panel .card-header {
        font-size: 1.25rem;
        font-weight: 300;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .table-panel th {
        border: 0;
        padding-top: 4px;
        padding-bottom: 4px;
        font-weight: 300 !important;
    }

.panel {
    /*border: 1px solid #dee2e6 !important;*/
    border: 1px solid darkgrey !important;
    margin-bottom: 1.8rem !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

    .panel .card-body {
        border-color: #6c757d !important;
        border-top: 1px solid darkgrey !important;
    }

    .panel .card-header {
        font-size: 1.25rem;
        font-weight: 300;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .panel .card-footer {
        padding: 10px;
    }

    .panel .table-body {
        padding-top: .5rem !important;
        padding-bottom: .25rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .panel .header-dark {
        background-color: #343a40 !important;
        color: #fff !important;
    }

    .panel .contained {
        margin-bottom: 0rem !important;
        box-shadow:none!important;
    }

    .panel .contained .card-header {
        padding-top:2px;
        padding-bottom:3px;
/*        background-color:white!important;
        color:black!important;
*/    }

    .panel .sub-header {
        background-color: #efefef;
        border-bottom: .15em solid darkgrey;
    }

    .panel th {
        border: 0;
        padding-top: 4px;
        padding-bottom: 4px;
        font-weight: 300 !important;
    }

    .panel li {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .panel .max-items-medium {
        max-height: 220px;
    }

    .panel .max-items-large {
        max-height: 360px;
    }

    .panel .max-items-small {
        max-height: 120px;
    }

.badge-dot {
    font-size: 0.5em!important;
}

.nudge-up {
    position: relative;
    top: -2px;
}

.nudge-down-more {
    position: relative;
    top: 5px;
}

.span-truncate {
    word-wrap: break-word;
    display: inline-block;
}

.badge-spaced {
    padding-left:6px;
    padding-right:6px;
}

.emphasis {
    font-weight: 600;
}

.text-small {
    font-size: 75%;
}

.text-smallish {
    font-size: 85%;
}

.text-bigish {
    font-size: 110%;
}

.nudge-down {
    position:relative;
    top: 2px;
}

.nudge-down-3 {
    position: relative;
    top: 3px;
}

.nudge-down-4 {
    position: relative;
    top: 4px;
}

.short-item {
    padding-top: 9px;
    padding-bottom: 9px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    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 */
    margin-bottom: 60px;
    background-image: url('../images/triadLightRepeat.png');
    background-repeat: repeat;
    background-size: 200px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background: rgba( 255, 255, 255, 0.45 );
    /*box-shadow: 0 8px 32px 0 rgba( 0, 0, 0, 0.37 );*/
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3px );
}

.header-smaller {
    font-size: 2.8em;
}

.header-small {
    font-size: 2.5em;
}

.header-smallest {
    font-size: 2em;
}

.row-no-wrap td, .row-no-wrap th {
    white-space: nowrap!important;
}

.field-validation-error {
    font-size: 80%;
    font-weight: 400;
}

.input-validation-error {
    border: 1px solid red;
}

.div-table {
    display: table;
    width: 100%;
    border: 1px solid #dee2e6 !important;
}

.div-table-row {
    display: table-row;
    margin-right: -15px;
    margin-left: -15px;
}

.div-table-heading {
    display: table-header-group;
    break-inside: avoid;
    font-weight: 700 !important;
    margin-right: -15px;
    margin-left: -15px;
}

.div-table-cell-first {
    display: table-cell;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
}

.div-table-cell-first-adjustments {
    display: table-cell;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
    max-width: 25%;
    position: relative;
    width: 100%;
}

.div-table-cell-wide {
    display: table-cell;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
    border-left: 1px solid #dee2e6 !important;
    max-width: 58.333333%;
    position: relative;
    width: 100%;
}

.div-table-cell {
    display: table-cell;
    text-align: right;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
    border-left: 1px solid #dee2e6 !important;
    max-width: 16.666667%;
    position: relative;
    width: 100%;
}

.div-table-head-first {
    display: table-cell;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
}

.div-table-head-first-adjustments {
    display: table-cell;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
    max-width: 25%;
    position: relative;
    width: 100%;
}

.div-table-head-wide {
    display: table-cell;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
    border-top: 1px solid #dee2e6 !important;
    border-left: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
    max-width: 58.333333%;
    position: relative;
    width: 100%;
}

.div-table-head {
    display: table-cell;
    text-align: right;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
    border-top: 1px solid #dee2e6 !important;
    border-left: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
    max-width: 16.666667%;
    position: relative;
    width: 100%;
}

.div-table-footing {
    display: table-footer-group;
    /*break-inside: avoid;*/
    font-weight: 700 !important;
    margin-right: -15px;
    margin-left: -15px;
}

.div-table-foot-first {
    display: table-cell;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
    border-top: 1px solid #dee2e6 !important;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
}

.div-table-foot-first-adjustments {
    display: table-cell;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
    border-top: 1px solid #dee2e6 !important;
    max-width: 25%;
    position: relative;
    width: 100%;
}

.div-table-foot-wide {
    display: table-cell;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
    border-left: 1px solid #dee2e6 !important;
    border-top: 1px solid #dee2e6 !important;
    max-width: 58.333333%;
    position: relative;
    width: 100%;
}

.div-table-foot {
    display: table-cell;
    text-align: right;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
    border-left: 1px solid #dee2e6 !important;
    border-top: 1px solid #dee2e6 !important;
    max-width: 16.666667%;
    position: relative;
    width: 100%;
}

.div-table-body {
    display: table-row-group;
}

.avoid-break {
    break-inside: avoid;
}

.thick-border-bottom {
    border-bottom: 2px solid darkgrey;
}

.input-group-join {
    border-radius: 0;
    border-left: 0px;
    border-right: 0px;
}

.table-scroll {
    max-height: 580px;
}

.table-fit-contents {
    width: 1%;
    white-space: nowrap;
}

.collapse .table-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.accordion-container .btn.text-light:focus {
    box-shadow: none;
}

.accordion-container .card.panel {
    margin-bottom: 1rem!important;
}

.accordion-container button {
    padding-top: 0;
    padding-bottom: 0;
}

.accordion-container .collapse table thead tr:nth-child(1) th {
    background: white;
    position: sticky;
    border-bottom: 0;
    top: 0;
    z-index: 10;
}

.accordion-container .collapse table th:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    border-bottom: 1px solid grey;
}

.accordion-container .viewport-overflow {
    max-height: 45vh;
    overflow: auto;
}

.accordion-container .card-header button {
    padding: 0 8px;
}

.px-half {
    padding-left: 0.15rem !important;
    padding-right: 0.15rem !important;
}

.max-width-120 {
    max-width: 120px;
}

.max-width-65 {
    max-width: 65px;
}

.width-auto {
    width: auto;
}

.selector {
    cursor: pointer;
    text-decoration: underline;
}

.flex-item-left-zoom {
    margin-left: auto!important;
    margin-right: 0!important;
}

@media (max-width: 1280px) {
    .flex-col-zoom {
        flex-direction: column;
    }

    .flex-item-left-zoom {
        margin-left: 0!important;
        margin-right: auto!important;
    }
}

.table-striped {
    background-color: #fff!important;
}

.table-striped-alt {
    background-color: rgba(0, 0, 0, .05)!important;
}

.modal-body {
    overflow-y: auto;
}

.fade-content {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    .fade-content.in {
        opacity: 1;
    }
