﻿
body.plain {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default 

input,
select,
textarea {
    max-width: 480px;
}
*/

.navbar-inverse {
    background-color: #232f3e;
    border-color: #232f3e;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        background-color: #f08804;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: white;
    }

.no-padding {
    padding: 0px !important;
}

.btn-dark-circle {
    color: #fff;
    background-color: #070707;
    border-color: #000000;
    border-radius: 50% !important;
    height: 200px;
    width: 200px;
    margin: 6px;
    white-space: normal;
}

.btn-dark-circle-sm {
    color: #fff;
    background-color: #070707;
    border-color: #000000;
    border-radius: 50% !important;
    height: 150px;
    width: 150px;
    margin: 6px;
    white-space: normal;
}

.btn-dark-circle:hover {
    color: #ff9900 !important;
    background-color: #070707;
}

.btn-dark-circle-sm:hover {
    color: #ff9900 !important;
    background-color: #070707;
}

.btn-critical {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-radio-selection {
    border-color: #dff0d8;
}

    .btn-radio-selection.active {
        border-color: #dff0d8;
        background-color: #dff0d8
    }

.pl-1{
    padding-left: 4em;
}

.pl-2 {
    padding-left: 8em;
}
.pl-3 {
    padding-left: 12em;
}
.pl-4 {
    padding-left: 16em;
}

.btn-access {
    border: 1px solid #B9B9B9;
    font-size: 11px;
    padding: 2px;
    line-height: 1;
    border-radius: 0px;
}

.access-font-11{
    font-size: 11px;
}

.row-bottom-line {
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: ButtonShadow;
}

.word-break-on-word{
    word-break:break-word
}

@media print {
    .row {
        break-inside: avoid;
    }
}

.datepicker {
    z-index: 1075 !important;
}

.recipetable-custom th {
    white-space: nowrap !important;
    padding-left: 10px;
    padding-right: 10px;
}

.recipetable-custom td {
    table-layout: auto !important;
    white-space: nowrap !important;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 75px;
}

.recipetable-notes {
    max-height: 350px;
    overflow: auto;
}

.expandSelect {
    min-width: 200px;
}
.expandArea {
    min-width: 250px;
}


}

.large-table-custom th,
.large-table-custom td {
    white-space: nowrap !important;
    padding-left: 10px;
    padding-right: 10px;
}

.large-table-custom {
    table-layout: auto;
    width: 100%;
}
.mb-1{
    margin-bottom: 2px;
}

.mb-2 {
    margin-bottom: 4px;
}

.mb-3 {
    margin-bottom: 6px;
}

.mb-4 {
    margin-bottom: 8px;
}

.h-100 {
    height: 100px;
}

.valign {
    display: flex;
    align-items: center;
}

.d-flex {
    display: inline-flex;
}

.pagedesc-label {
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    text-transform: none;
    /* background-color: #f0ad4e; - made this rely on label-info */
    color: white;
    white-space: normal;
    word-wrap: break-word;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    line-height: 1.5;
}

.section-block {
    padding: 10px;
    border-left: 5px solid #5bc0de;
    background-color: #d9f2f8;
    border-radius: 5px;
    margin-bottom: 15px;
}

.section-title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.section-desc {
    margin: 0;
    color: #555;
}
.detail-label {
    padding-right: 1rem;
    color: #444;
}

.detail-value {
    background-color: #f9f9f9;
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.nav-left {

    overflow-y: scroll;
}

button:disabled,
.btn.disabled {
    pointer-events: auto !important;
    cursor: not-allowed !important;
}

a.btn.disabled {
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 0.65;
}

/* Default (collapsed) state */
a.collapsed .toggle-icon::after {
    content: "︾"; /* down arrow */
    font-size: 0.9rem;
    font-weight: bold;
}

/* Expanded state */
a:not(.collapsed) .toggle-icon::after {
    content: "︽"; /* up arrow */
    font-size: 0.9rem;
    font-weight: bold;
}

    
.nav-pills .nav-link:hover {
        background-color: var(--bs-light);
    }


.nav-pills .nav-link:hover.active {
    background-color: var(--bs-primary);
}