﻿/* site.css */
/*
    Dark Green              #00593E
    Medium Green            #B7C088     
    Brown                   #805A47     badge,
    --
    Pale Yellow             #FFFFE0     badge text, jubotron background, button text, header, editable row
    Cream                   #fffdd0
    Dark Green              #006400     button,     
    Contrast to Dark Green  #00B200     Links, button hover backgrounrd, text

*/

.api-management .form-group.clientControl {
    display: flex;
    align-items: center;    
    gap: 10px;    
}

.api-management .form-group.clientControl select  {
    width: auto;   
    max-width: 100%;    
    display: inline-block;    
}

.api-management .form-group.clientControl label {
    margin-bottom: 0;    
}

.api-management .btn.btn-athena {
    margin-left: 0;    
}
 

.widget-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget-header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    text-align: center;
}

.widget-green-text {
    color: #006400;
}

.widget-box {
    background-color: #D6D5D5;
}

.widget-mix-link {
    font-family: 'Arial Black', 'Impact', sans-serif;
    font-size: 12px;
    padding: 1px 10px;
    text-decoration: none;
    color: #5E5E5E;
    border-radius: 4px;
    display: inline-block;
    white-space: nowrap;
    max-width: 150px;
}

.urgentSection {
background-color:wheat;
}

.center {
    text-align:center;
}

.middle {
    vertical-align: middle;
}

.icon-cell {
    width: 60px !important;
    padding: 1px !important;
    margin: 0px !important;
}

.user-button-width {
    width: 225px;
}

.input-box-small {
    width: 100px;
}

.input-box {
    width: 225px;
}

.input-box-wide{
    width: 450px;
}

.wide-modal {
    width:1000px;
}

.big-icon {
    font-size: 1.5em;
}

.default-supplier {
    color: red;
    background-color: yellow;
}

.supplier-mix-button {
    width: 75px;
}

.standard-button {
    max-width: 75px;
}

.number-input {
    max-width: 60px;
}

.input-height-standard {
    height:2em;
}

.full-input {
    min-width: 100%;
}

.editFormSelection {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #E0E0E0;
    background-color: #f5f5f5;
}

.padding-left {
    padding-left: 2px;
}

.padding-bottom {
    padding-bottom: 5px;
}


.actionRow {
    border-top: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

.logo {
    max-width: 260px;
    max-height: 80px;
}

.cs-tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
 .cs-tooltip .cs-tooltiptext {
        visibility: hidden;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 5px;
        border-radius: 6px;
        width: max-content;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

.cs-tooltip .cs-tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.cs-tooltip:hover .cs-tooltiptext {
    visibility: visible;
}

.graphDiv {
    height: 261px;
    width: 348px;
    display: none;
}

.canvasjs-chart-canvas {
    width: 300px !important; /* Forces the width to 300px */
}

.unstyled-button {
    border: none;
    padding: 0;
    background: none;
}

.color-white {
    color: white;
}

.full-width {
    width: 100%;
}

.minimize {
    font-style: italic;
    text-indent: 10px;
}

.btn-group {
    display: flex;
}

.btn-link {
    outline: none !important;
    padding: 0;
    border: 0;
    color: #00B200;
/*    vertical-align: baseline;*/
}


.badge-athena-brown {
    color: #FFFFE0;
    background-color: #805A47;
}

a.athena {
    /*    color: #B7C088;*/
    color: #00B200;
}

a.black {
    color: #212529;
}

.athena-jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #FFFFE0;
    border-radius: .3rem;
}

.btn-athena {
    color: #FFFFE0;
    background-color: #006400;
    border-color: #006400;
}

.btn-athena:hover, .btn-athena:focus, .btn-athena:active, .btn-athena.active, .open > .dropdown-toggle.btn-athena {
    color: #FFFFE0;
    background-color: #00B200;
    border-color: #00B200;
}

.text-athena {
    color: #00B200 !important;
}

.text-athena-dark {
    color: #FFFFE0;
    background-color: #006400;
    border-color: #006400;
}

.text-athena-half {
    color: #00B200 !important;
    opacity: .5;
}

.bg-cranberry {
    background-color: #A60A3D !important;
    color: #FFFFFF !important;
    padding: 5px;
}

.form-background {
    background-color: #F5F5F5 !important;
}

/*.bg-pale-yellow {
    background-color: #FFFFE0 !important;
}*/

.sectionHeading {
    background-color: #FFFFE0 !important;
    /*    background-color: #FFFACD !important;*/
}

.expired-license {
    color: red;
}

.status-label {
    font-weight: bold;
}

.usesNullableDatePicker[readonly] {
    background-color: transparent;
}

.usesNullableDatePicker:disabled {
    background-color: #e9ecef;
}

/*
    ---------------------------------------------------------------------------------------------------------------------------
*/
/*https://bootsnipp.com/snippets/V1aQ*/

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr { display: block; }

    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .no-more-tables tr { border: 1px solid #ccc; }

    .no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    .no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
	Label the data
	*/
    .no-more-tables td:before { content: attr(data-title); }
}

    /*
    ---------------------------------------------------------------------------------------------------------------------------
*/

    .hidden {
        display: none;
    }


    .overflowxauto {
        overflow-x: auto;
    }


    .bg-cream {
        background-color: #fffdd0 !important;
    }

    .bg-whitesmoke {
        background-color: #f5f5f5 !important;
    }

    .bg-white {
        background-color: #FFFFFF !important;
    }

    .width-auto {
        width: auto;
    }



    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;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

    /* 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;
    }

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 60px; /* Vertically center the text there */
    }

.has-icon {
    display: inline-block;
}

.inline {
    display: inline-block;
    margin-right: 5px;
}

.floated {
    float: left;
    margin-right: 5px;
}

.floated-right {
    float: right;
    margin-right: 5px;
}

.unit-width {
    width: 100px;
}

.input-width {
    width: 100px;
}

.white-space-nowrap {
    white-space: nowrap;
}

.ddl-height {
    height: 30px;
}

.date-width {
    width: 100px;
}

.pb-2, .py-2 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.benchmark-grid {
    display: grid;
    grid-template-columns: 1fr auto; /* Name column takes up remaining space, actions are auto-sized */
    gap: 10px; /* Space between rows */
}

.grid-row {
    display: contents; /* Avoid extra wrapper elements, works with grid children */
}

.grid-column {
    padding: 5px 10px;
}

.benchmark-actions {
    display: flex;
    gap: 10px; /* Space between buttons */
    justify-content: flex-end; /* Align buttons to the right */
}

.toggle-on.btn-xs {
    padding-left: .3em;
}

.issue-message-content {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.show-more-issue-message-btn
{
    margin-top: 10px;
}

.form-inline-row {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
}

.mb-3 {
    margin-bottom: 1rem;
}

.fw-bold {
    font-weight: bold;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.ms-4 {
    margin-left: 1.5rem;
}


.link-btn.disabled {
    color: gray;
    opacity: 0.5;
    cursor: not-allowed;
}


 
