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: 75px;
}

@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*/


.simple-list
{
    padding-left:0rem;
    list-style:none;
}

@media (min-width: 768px) {
    #main-box {
        margin-top: 10%;
    }
}


@media (max-width: 767px) {
    #main-box {
        margin-top: 20%;
    }
}


.large-checkbox {
    transform: scale(1.5); /* Adjust the scale value as needed */
    -webkit-transform: scale(1.5); /* For Safari */
}

.table-tertiary{
    
    background-color: #f2f0ff !important;


}
.table-dead {
    background-color: #443e3e !important;
    color: white !important;
}

.table-mockup {
    background-color: #e0dfff !important;
    color: black;
}

.no-wrap {
    white-space: nowrap;
}

.bg-live {
    background-color: #d1e7dd;
    color: black;
}

.bg-ready {
    background-color: #c5d7f2;
    color: black;
}

.bg-paused {
    background-color: #fff3cd;
    color: black;
}

.bg-pending {
    background-color: #cff4fc;
    color: black;
}

.bg-on-hold {
    background-color: #f2f0ff;
    color: black;
}

.bg-nathan {
    background-color: #f8d7da;
    color: black;
}

.bg-none {
    background-color: #e2e3e5;
    color: black;
}

.bg-dead {
    background-color: #443e3e;
    color: white;
}
.bg-mockup {
    background-color: #e0dfff;
    color: black;
}

.three-column {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}


.table-success-ex {
    position: relative;
    background-color: #d1e7dd !important; /* Bootstrap's table-success color */
}

.table-success-ex::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient( -45deg, rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0.1) 5px, rgba(0, 0, 0, 0) 5px, rgba(0, 0, 0, 0) 10px );
    pointer-events: none;
    opacity: 0.5; /* Adjust to control the visibility of the stripes */
}
