
body
{
    background-color: rgb(208, 204, 191) !important;
}

body a
{
    color: rgb(96, 96, 96) !important;
}

.navbar-dark .cursiveNavUserName.nav-link
{
    color: rgba(255, 255, 255, 0.55) !important;
}

.cursiveItalic
{
    font-style: italic;
}

.contentWrapper
{
    padding-left: 1em;
    padding-right: 1em;
}

.cursiveSideBar
{
    padding-top: 0.5em;
}

.cursiveSideBarLink
{
    display: block;
    padding: 0.5em 0.75em;
    color: rgb(96, 96, 96) !important;
    border-left: 3px solid transparent;
    text-decoration: none;
    transition: background-color 0.15s, color 0.15s;
}

.cursiveSideBarLink:hover
{
    background-color: rgba(0, 0, 0, 0.07);
    color: rgb(40, 40, 40) !important;
}

.cursiveSideBarLinkActive
{
    color: rgb(20, 20, 20) !important;
    font-weight: 600;
    border-left: 3px solid #1e1e1e;
    background-color: rgba(0, 0, 0, 0.08);
}

.cursiveTabNav
{
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 1em;
    margin-bottom: 1em;
}

.cursiveTabLink
{
    display: inline-block;
    padding: 0.5em 0.75em;
    color: rgb(96, 96, 96) !important;
    border-bottom: 3px solid transparent;
    text-decoration: none !important;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s;
    margin-bottom: -1px;
}

.cursiveTabLink:hover
{
    background-color: rgba(0, 0, 0, 0.07);
    color: rgb(40, 40, 40) !important;
}

.cursiveTabLinkActive
{
    color: rgb(20, 20, 20) !important;
    font-weight: 600;
    border-bottom: 3px solid #1e1e1e;
    background-color: rgba(0, 0, 0, 0.08);
}

.cursiveRecordSection
{
    padding-top: 1em;
    padding-bottom: 0.5em;
}

.cursiveSpecCard
{
    background-color: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 1em 1.25em 1em 1.25em;
    margin-bottom: 1em;
    height: calc(100% - 1em);
}

.cursiveSpecCardTitle
{
    font-size: 0.7em;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgb(120, 116, 104);
    margin-bottom: 0.75em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cursiveSpecRow
{
    display: grid;
    grid-template-columns: 40% 60%;
    column-gap: 0.5em;
    padding: 0.2em 0;
    font-size: 0.9em;
}

.cursiveSpecLabel
{
    color: rgb(120, 116, 104);
    text-align: right;
}

.cursiveSpecValue
{
    color: rgb(30, 30, 30);
    font-weight: 500;
}

.cursiveModalContent
{
    background-color: rgb(208, 204, 191);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.cursiveModalContent .modal-header
{
    background-color: rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgb(120, 116, 104);
    padding: 0.75em 1.25em;
}

.cursiveModalContent .modal-body
{
    padding: 1.25em 2em;
}

.cursiveControlRow
{
    padding-bottom: 1.5em;
}

.cursiveAddressBlock
{
    padding-top: 2em;
}

.cursiveAddressEntry
{
    padding-top: 1em;
}

.cursiveQtyBreakTile
{
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.cursiveQtyBreakTile h5
{
    border-bottom: 1px black solid;
}

.cursiveCostPanel
{
    padding-top: 1.5em;
}

.cursiveCostPanelMetrics
{
    padding-bottom: 1.0em;
}

.cursivePlanPanel
{
    padding-top: 1.5em;
}

.cursiveRightAlignCell
{
    text-align: right;
}

.cursiveHiliteRow
{
    background-color: #ffffff;
}

.cursiveCompletedEntryRow
{
    background-color: #aaaaaa;
}

.cursiveActiveTimer 
{
    color: #aa0000;
}

footer
{
    padding:1rem;
}

.cursivePaginatorIcon
{
    font-size: 1.3em;

    padding-left: 0.25em;
    padding-right: 0.25em;
}

.notesBlock
{
    padding-top: 3.5em;
    padding-bottom: 1em;
}

.notesEntry
{
    padding-bottom: 1em;
}

.notesHeader
{
    font-weight: bold;
    font-size: 0.8em;
}

.cursiveExplainerBox
{
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

.cursiveExplainerText
{
    font-size: 0.8em;
    line-height: 0.8em;
}