/* Override the default bootstrap behavior */

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    src: local("/Content/fonts/Roboto/Roboto-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'Open-Sans';
    font-weight: 400;
    src: local("/Content/fonts/Open_Sans/OpenSans-Regular.ttf") format('truetype');
}

html, body {
    margin: 0;
    padding: 0;
    font-family: Open-Sans, sans-serif;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, sans-serif;
}

p {
    font-family: Open-Sans, sans-serif;
}

.dl-horizontal dt {
    white-space: normal;
}

/** Claim Form 2.0 Styling **/
.pn-border {
    border: 0.15rem solid #012F47;
}

.header-bar {
    text-align: center;
}

.label-bubble-inactive {
    padding: 0.25rem 0.75rem 0.25rem 0.75rem;
    margin: 0.2rem auto 0.2rem auto;
    border-radius: 50%;
    border: .15rem solid #6c757d;
}

.label-bubble-active {
    padding: 0.25rem 0.75rem 0.25rem 0.75rem;
    margin: 0.2rem auto 0.2rem auto;
    border-radius: 50%;
    border: .15rem solid #94C959;
    color: #94C959
}

.inactive-step {
    color: #6c757d;
}

.active-step {
    font-weight: bold !important;
}

    .active-step > div > label {
        border: .25rem solid #94C959 !important;
        margin-top: auto !important;
    }

.required {
    color: green !important;
}

.fs-12px {
    font-size: 12px !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.selected-btn {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.form-card {
    border: 0.15rem solid #012F47;
    padding: 1rem;
}

.fancy-text {
    font-family: "PT Sans", sans-serif;
    text-rendering: optimizeLegibility;
}

/****/

/*Begin Nav Mods*/

.nav-link {
    font-family: "Merriweather Sans", sans-serif;
    color: black !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.dropdown-menu {
    color: #012f47 !important;
    border-radius: 0 !important;
    border: none;
}

.dropdown-item {
    color: #012f47 !important;
    font-weight: 600;
    font-family: "Merriweather Sans", sans-serif;
}

.navbar-toggler {
    color: #000000 !important;
}

a.dropdown-item:hover {
    color: #000000 !important;
}

.dropdown-item:hover {
    background-color: transparent;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

#no-blue-bg-pls {
    background-color: white;
    top: 90% !important;
    left: -9% !important;
}

.dropdown-toggle::after {
    content: none !important;
}

.ml-1-50 {
    margin-left: 0.50rem !important
}

.nav-item > a {
    padding-top: .7em !important;
    padding-bottom: .4em !important;
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mr-6 {
    margin-right: 8.19rem !important;
}

.wrapCaption {
    white-space: normal;
    word-wrap: break-word;
    text-decoration: underline;
}

.v-align-top {
    vertical-align: top !important;
}

.v-align-center {
    vertical-align: middle !important;
}

#allocation-letter-table {
    border: 1px solid #dee2e6;
}

.category-cell {
    border-right: 1px solid #dee2e6;
}

.allocation-cell {
    border-right: 1px solid #dee2e6;
}

.help {
    width: fit-content;
    margin: 0 auto;
    transform: translateY(9px);
    padding-left: 4px;
}

.question {
    width: 17px;
    background: #ccc;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.card {
    border: solid black;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px
}

.data-box-title {
    height: 30px;
    position: relative;
    color: black;
    left: 10px;
    top: -20px;
}

    .data-box-title > h3 {
        width: 100%;
        margin: 3px 10px 0px 5px;
        font-style: normal;
        font-weight: 400;
        height: 18px !important;
    }

    .data-box-title > h4 {
        width: 100%;
        margin: 3px 10px 0px 5px;
        font-style: normal;
        font-weight: 400;
        height: 18px !important;
    }

    .data-box-title > h3 > b {
        width: 100%;
        background-color: white;
        max-height: 18px !important;
    }

    .data-box-title > h3 > div {
        position: relative;
        top: -5px;
    }

        .data-box-title > h3 > div > b {
            height: 18px !important;
            font-style: normal;
            font-weight: bold;
        }

    .data-box-title > h4 > b {
        width: 100%;
        background-color: white;
        max-height: 18px !important;
        font-size: 18px !important;
    }

    .data-box-title > h4 > div > b {
        height: 18px !important;
        font-style: normal;
        font-weight: bold;
        font-size: 18px !important;
    }



/*Begin SUGAR Member Portal Style Replication*/

/*Header*/

.dxpnl-edge.t.headerPane {
    background-color: #009730;
    background-position: left top;
    background-repeat: no-repeat;
    height: 83px;
}

    .dxpnl-edge.t.headerPane.panel {
        padding: 0;
    }

.headerMenu {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    height: 35px;
    border-top-color: white;
}

.expandedPanel {
    padding: 2px !important;
}

    .expandedPanel .headerMenu {
        border-top-width: 0 !important;
    }

.templateTitle {
    float: left;
    margin: 5px 7px 7px 14px;
}

.expandedPanel .templateTitle {
    display: none;
}

.dxpnl-edge.t.headerPane.bar .templateTitle {
    margin: 0;
}

.templateTitle a {
    text-decoration: none;
    font-size: x-large;
    font-family: Roboto;
    color: white;
}

.loginControl {
    float: right;
    padding: 1px 25px 1px;
    font-size: 12px;
    text-align: center;
}

.expandedPanel .loginControl {
    float: none;
    margin-left: 12px;
    margin-bottom: 24px;
}

.loginControl a {
    color: black;
    text-decoration: none;
    border-bottom: dashed 1px black;
    display: inline-block;
    font-family: Op
}

.loginControl > a {
    text-decoration: none !important;
    outline: none;
    outline-width: 0px;
    border-bottom: none;
    width: 32px;
    text-align: center;
    border-left: 1px solid;
    line-height: 50px;
}

    .loginControl > a:hover {
        background-color: #00bc3b;
    }

.loginControl > div {
    border-left: 1px solid;
    padding-left: 8px;
    height: 34px;
}


/* Footer */
.dxpnl-edge.b.footerPane {
    background-color: #EDEDED;
}

    .dxpnl-edge.b.footerPane.panel {
        padding: 0;
    }

.footerMenu {
    float: left;
    margin: 10px 15px 10px;
}

.copyright {
    float: right;
    margin: 10px 15px 10px;
}

.content {
    padding: 5px;
}

/* Left Panel */
.leftPane.panel {
    padding: 1px;
    min-width: 200px;
}

/* Right Panel */
.rightPane.panel {
    padding: 0;
    min-width: 250px;
}

/* Content */

.contentPane {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

.container {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
}

a.logoClass {
    background: url('Images/sugar-growers-louisiana-logo150px.png') no-repeat top left;
    display: block;
    text-indent: -9999px;
    width: 150px;
    height: 70px;
}

.flex-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.siteHeaderBar {
    font-family: Roboto;
    font-size: 15px;
}

.dxflGroupBoxCaption_MaterialCompact {
    font-family: Roboto, sans-serif;
    color: #0d0d0d;
    font-size: 15px;
}

.not-mobile {
    display: block;
}

.mobile {
    display: none !important;
}

.mobile-native-btn {
    border-radius: 3px;
    border-color: transparent;
    border-width: 1px;
    cursor: pointer;
    border-style: solid;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: Open-Sans, sans-serif;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, sans-serif;
}

p {
    font-family: Open-Sans, sans-serif;
}

.dxpnlControl_MaterialCompact.text {
    font-family: Open-Sans;
    color: #0d0d0d;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.w-30 {
    width: 30%;
}

.pt-5px {
    padding-top: 5px !important;
}

.pb-2pt5 {
    padding-bottom: 0.75rem !important;
}

.pt-2pt5 {
    padding-top: 0.75rem !important;
}

.non-navigable {
    pointer-events: none !important;
}

.box-lg-disabled {
    border-color: lightgray;
}

.box-sm-disabled {
    background-color: lightgray;
    color: gray;
}

.pb-ded-limit {
    padding-bottom: 2.1rem !important;
}

.mt-0pt5 {
    margin-top: 0.15rem !important;
}

.pr-1pt5 {
    padding-right: 0.35rem !important;
}

.pt-0pt5 {
    padding-top: 0.125rem !important;
}

.mt-4pt5 {
    margin-top: 1.75rem !important;
}

.mb-4pt5 {
    margin-bottom: 1.75rem !important;
}