html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.tiny-text {
    font-size: .70em;
}

.btn-80 {
    min-width: 80px;
}
.btn-100 {
    min-width: 100px;
}
.btn-150 {
    min-width: 150px;
}
.btn-200 {
    min-width: 200px;
}


fieldset {
    border: 1px solid #666;
    border-radius: 8px;
    
}

legend {
     background: #fff;
    /* For better legibility against the box-shadow */
}

.bold {
    font-weight: bold;
}

.badge-color {
    background-color: orangered;
}
.subtle-link {
    color: black;
    
}

.info-panel {
    border: 1px solid gainsboro;
    padding: 10px;
    margin-bottom: 5px;
}

.grid-wrapper {
    overflow-y: auto;
    height: 300px;
    overflow-x: in
}

.grid-wrapper > td {

}

#logo {
    height: 150px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    margin-left:30px;
}



#subMenu {
    margin-top: 5px;
    height: 50px;
}

.nav-top-botton {
    border: 1px solid gray !important;
    width: 130px !important;
    /*             border-radius: unset !important;*/
}

#menu .nav-link {
    color: black;
 /*   margin-right: 5px;*/
    font-weight: bold;
}

#menu .nav-link:hover {
    color: white;
    background-color: #2b87da;
}

#menu .nav-link.active {
    color: white;
    background-color: #2b87da;
/*    margin-right: 5px;
*/}

body {
    font-family: 'Roboto';
}
.nav-link {
    margin-right: 5px
}
.nav-pills .nav-sub-botton.nav-link.active {
    color: black;
    background-color: #ffc107;
    /*    margin-right: 5px;*/
    font-weight: bold;
}

#topNav {
    border-bottom: #efefef solid 1px;
}

.validation-summary-errors {
    color: maroon;
}

.finance-number 
{
    font-weight:normal;
    font-size:24pt
}

.orange-red {
    background-color: #dc4c35 !important;
    color: white !important;
}

.light-green {
    background-color: #d1e7dd;
    color: #0f5132;
    border-color: #badbcc;
}
    .light-green:hover {
        background-color: #76ad94;
        color: white;
        border-color: #badbcc;
    }
#help-link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width:50px;
}

.disabled-row
{
    background-color:whitesmoke;

}

.email-note
{
    height:100px;
    overflow:auto;
}

.widget-button
{
    min-width:60px;
}

@property --p {
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
}

.pie {
    --p: 20;
    --b: 22px;
    --c: darkred;
    --w: 150px;
    width: var(--w);
    aspect-ratio: 1;
    position: relative;
    display: inline-grid;
    margin: 5px;
    place-content: center;
    font-size: 25px;
    font-weight: bold;
    font-family: sans-serif;
}

.pie:before,
.pie:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.pie:before {
    inset: 0;
    background: radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat, conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
    mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
}

.pie:after {
    inset: calc(50% - var(--b)/2);
    background: var(--c);
    transform: rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
}

.animate {
    animation: p 1s .5s both;
}

.no-round:before {
    background-size: 0 0,auto;
}

.no-round:after {
    content: none;
}

@keyframes p {
    from {
        --p: 0
    }
}

.table-tight
{   


}

/*rows under table tight should have zero padding*/
    .table-tight thead tr td,
    .table-tight tbody tr td,
    .table-tight tbody tr th,
    .table-tight tr td {
        padding: 1px !important;
    }
/*input controls under table-tight should have zero padding*/
.table-tight tr td input
{
    padding:1px 1px 1px 2px !important;
}

/*rows under thead and tbody and table-tight should have zero padding*/


