/* Minification failed. Returning unminified contents.
(36,29): run-time error CSS1046: Expect comma, found '41'
(36,35): run-time error CSS1046: Expect comma, found '/'
(552,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* Move down content because we have a fixed navbar that is 50px tall */
@font-face {
    font-family: 'Indie';
    src: url('/Content/fonts/Indie.eot'), url('/Content/fonts/Indie.ttf'), url('/Content/fonts/Indie.woff');
    font-weight: 400;
}

@font-face {
    font-family: 'BigNoodle';
    src: url('/Content/fonts/big_noodle_titling_oblique.ttf') format('truetype');
    font-weight: 400;
}

body {
    padding-top: 190px;
    padding-bottom: 0px;
    position: relative;
}

a {
    text-decoration: none;
    color: #00294e;
    font-weight: 600;
}

    a:visited {
        color: #00294e;
    }

    a:hover, .nav-link:focus, .nav-link:hover {
        color: #93272c;
        /*text-shadow: 1px 1px 2px rgba(0,0,0,1);*/
    }

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
    background-color: rgb(0 41 78 / 10%);
    border-radius: 10px;
}

button, .btn, a {
    transition: all .25s ease;
}

.btn-primary, btn.btn-primary {
    background-color: #00294e;
}

    .btn-primary:hover {
        /*background: linear-gradient(0deg, rgba(0,41,78,1) 5%, rgba(129,209,245,1) 100%);*/
        background-color: #81d1f5;
        border-color: #00294e;
        color: white !important;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
    }




label {
    color: #00294e;
    font-family: 'freight-text-pro';
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding: 25px 15px 50px 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

input[type=checkbox]{
    font-size: initial;
}

    button, input[type=submit] {
        border-radius: 3px;
    }

h1 {
    font-family: 'Indie';
    font-weight: 400;
    color: #93272C !important;
}


h2 {
    font-family: 'BigNoodle';
    font-weight: 400;
    color: #93272C !important;
}

.navbar {
    background-image: url('/Content/images/header_bg.jpg');
    background-size: 20px 20px;
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding-top: 65px;
}

.nav-link {
    color: #004F71;
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: none;
}

.navbar-chrome {
    background: black;
    width: 90%;
    text-align: center;
    display: inline-block;
    position: fixed;
    top: 0;
    z-index: 1050;
}

.navbar-message {
    display: inline-block;
    color: white;
    margin: 20px;
    margin-top: 10px;
}

.navbar-account {
    display: inline-block;
    margin-left: -60px;
    position: fixed;
    left: 90%;
}

input.navbar-login {
    border-radius: 0px 0px 10px 10px;
    border: 0;
    border-bottom: 3px solid #660000;
    background: #93272C;
    color: white;
    padding: 0px 15px 0px 15px;
    font-size: 30px;
    font-family: 'BigNoodle';
}

.nav-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.navbar-header {
}

/*.navbar-collapse.collapse {
    float: none;
    flex-grow: 1;
    text-align: center;
    transition: all 500ms ease;
    border:0;
}
    
.navbar-collapse.collapse.show {
        text-align: left;
        background-color: #f5f5f5;
        border:0;
    }*/

ul.navbar-nav {
    font-family: 'freight-text-pro';
    font-size: 1.1em;
    text-transform: uppercase;
    flex-grow: 1;
    margin-left: 50px;
}

.navbar-logo {
    width: 25vw;
    height: 8vw;
    max-height:125px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/Content/images/logo.png');
    transition: all linear 500ms;
}

.login-logo {
    width: 400px;
    transition: all linear 500ms;
}

.navbar-title {
    display: none;
}

/*.container {
    padding: 0;
}*/

.navbar-header .navbar-brand {
    float: right;
    margin: 0;
    padding: 0;
    color: #00294e;
}

#footer {
    width: 100%;
    background-color: #920c13;
    position: relative;
}

.footer-wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 8%;
}

.secondary-nav ul {
    font-family: "freight-text-pro";
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1em;
    position: relative;
}

    .secondary-nav ul li {
        display: inline-block;
        position: relative;
        z-index: inherit;
    }

    .secondary-nav ul li {
        margin: 0 15px 1em;
    }

        .secondary-nav ul li a, .secondary-nav ul li a:visited {
            text-decoration: none;
            color: #fff;
        }


#footer .col_12 {
    text-align: center;
}

#footer p.text-align-center {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
    font-family: 'freight-text-pro';
}

#footer img.thumb-image.loaded {
    width: 48px;
    margin: 20px;
}

.footer-soc-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

#emailicon {
    position: relative;
    bottom: 0px;
}

#emailimage {
    position: absolute;
    bottom: 0px;
    left: 50px;
    width: 200px;
}

#readaboutmeicon {
    position: relative;
    bottom: 0px;
}

#readaboutmeimage {
    position: absolute;
    bottom: 0px;
    right: 50px;
    width: 175px;
}

.navbar-toggler {
    margin: 5px;
}

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: unset;
    }

.navbar-collapse, .navbar-form {
    border: 0;
}

.login-content {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.login-container {
    display: flex;
    flex-direction: column;
    margin: 10px 0px;
}

.login-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.right {
    margin-left: auto;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.login-button-container {
    width: 230px;
}

.login-row input[type=text], .login-row input[type=password] {
    padding: 5px;
    flex: 2;
    margin: 5px;
}

.login-row .login-button {
    width: 100%;
    padding: 5px;
}

.login-row label {
    font-size: 14pt;
    text-align: right;
    padding: 5px;
    flex: 1;
    margin: 5px;
}

button, .btn, input[type=submit] {
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

button, .btn {
    font-family: sans-serif;
    text-transform: uppercase;
}

    button.primary, input[type=submit].primary, .btn-primary {
        background-color: #00294e;
        color: white;
    }

.btn-danger {
    background-color: #990000;
}

.btn-primary.login-button {
    min-width: 150px;
}

.btn-primary:visited {
    color: white;
}

button.primary:hover, input[type=submit].primary:hover {
    background-color: #81d1f5;
}

.eula {
    width: 450px;
    height: 350px;
    max-width: unset;
}


.tos-agree-container {
    margin-left: 25%;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .tos-agree-container > div {
        display: inline-flex;
        flex-direction: column;
    }

.login-error-message {
    padding: 10px;
    margin: 10px 0;
    border: 2px solid #93272C;
    border-radius: 5px;
    background: lightyellow;
}

    .login-error-message > h4 {
        color: #93272C;
        font-weight: bold;
    }

.validation-error {
    color: #93272C;
}

    .validation-error ul {
        margin: 0;
    }

.home-icon {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 125px;
}

.home-icon-title {
    margin-left: auto;
    margin-right: auto;
    font-family: BigNoodle;
    font-size: 1.7em;
    font-weight: 500;
    color: #93272c;
}

.home-icon-container {
    margin: 25px;
    margin-left: auto;
    margin-right: auto;
    /*width: 210px;*/
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: stretch;
}

.home-icon-text {
    flex-grow: 1;
    padding: 15px 15%;
    text-align: left;
    font-family: 'freight-text-pro';
    color: #00294e;
}

.flex-shrink-1 div a {
    font-size: small;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 111000;
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.overlay-content {
    background: rgba(0,0,0,0.75);
    border-radius: 5px;
}

.current-user {
    background-color: #f4f5f7;
}

.nav-item {
    white-space: nowrap;
}

.small {
    font-size: .75em;
}

.shadow {
    box-shadow: 0 0 1rem rgba(0,0,0,.5) !important;
}

.inner-shadow {
    box-shadow: inset 0 0 1rem rgba(0,0,0,.5) !important;
}

.tax-flood-container {
    border-bottom: 2px dotted black;
}

.tax-flood-report > :not(caption) > * > * {
    padding: 4px !important;
}

.services label.form-check-label {
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.text-primary, .border-primary {
    color: #93272C !important;
    border-color: #93272C !important;
}

input[type=text]:not(:placeholder-shown), input[type=email]:not(:placeholder-shown), select:valid {
    background-color: #ffffff !important;
}

/*Note::after form this stop work content a select input it has to be marked as required*/
input[type=text]:placeholder-shown, input[type=number]:placeholder-shown, input[type=email]:placeholder-shown, select:not(:valid) {
    background-color: #e8f5ff !important;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}

@media screen and (max-width: 479.98px) {
    body {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        margin-top: 35px;
    }

    .navbar{
        padding-top:0;
    }

    ul.navbar-nav {
        margin-left: 5px;
        background-color: ghostwhite;
    }

    .navbar-chrome {
        display: none;
    }

    .navbar-account {
        margin-left: 0;
        position: absolute;
        right: 5px;
        top:5px;
    }


    button.navbar-toggle {
        position: absolute;
        top: 5px;
        left: 5px;
        float: none;
        margin: 0;
    }

    div#emailicon, div#readaboutmeicon {
        display: none;
    }

    .secondary-nav ul li {
        display: block;
    }

    #footer img.thumb-image.loaded {
        width: 32px;
        margin: 10px;
    }

    .navbar-logo {
        display: none;
    }

    .navbar-title {
        display: block;
        font-size: 24px;
        font-weight: bold;
        margin-left: 10px;
        font-family: 'freight-text-pro';
        margin-top: 5px;
    }

    .footer-wrapper {
        margin: 0;
        padding: 40px 10px;
    }

    ul.nav.navbar-nav {
        margin-top: 0;
    }

    h1.card-title {
        text-align: center;
    }

    .order-table-container
    {
        overflow-x: scroll;
    }
}

/* Responsive: Portrait tablets and up */

@media screen and (min-width: 480px) and (max-width: 767.98px) {
    body {
        padding-top: 65px;
        padding-bottom: 0px;
    }

    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    .navbar{
        padding-top:0;
    }

    .navbar-chrome {
        display: none;
    }

    .navbar-account {
        margin: 0;
        position: absolute;
        right: 20px;
        top: 0px;
    }

    button.navbar-toggle {
        position: absolute;
        top: 10px;
        left: 20px;
        float: none;
        margin: 0;
    }

    div#emailicon, div#readaboutmeicon {
        display: none;
    }

    .secondary-nav ul li {
        display: block;
    }

    #footer img.thumb-image.loaded {
        width: 32px;
        margin: 10px;
    }

    .navbar-logo {
        display: none;
    }

    .navbar-title {
        display: block;
        font-size: 1.5em;
        font-weight: bold;
        font-family: serif;
        top: 10px;
        left: 80px;
        position: absolute;
    }

    .footer-wrapper {
        margin: 0;
        padding: 40px 10px;
    }

    ul.nav.navbar-nav {
        margin-top: 50px;
    }

    .home-icon-text {
        padding: 5px;
    }

    .btn{
        font-size:small;
        white-space:nowrap;
    }

    .btn-sm{
        font-size: x-small;
    }

    table.table {
        font-size: small;
    }

}



/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) and (max-width: 979.98px) {

    body {
        padding-top: 185px;
    }

    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    ul.nav.navbar-nav {
        margin: 10px;
        font-size: smaller;
    }

    .nav-container {
    }

    .navbar-header {
        padding-top: 10px;
    }

    ul.nav.navbar-nav {
        margin: 10px;
        font-size: smaller;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 10px 5px;
    }

    .navbar-collapse.collapse {
        text-align: left;
    }

    img#emailimage, #readaboutmeimage {
        width: 125px;
    }

    ul.navbar-nav.mr-auto {
        margin-left: 10px;
    }

}

@media screen and (min-width: 980px) and (max-width: 1199.98px) {
    body {
        padding-top: 175px;
    }

    .nav-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    ul.nav.navbar-nav {
        margin-top: 10px;
    }
}

@media print {
    body {
        padding: 15px;
        z-index: 100000;
        box-shadow: none !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust:exact;
    }

        body, body * {
            font-size: 8pt;
            line-height: 10pt !important;
        }

    .p-2 {
        padding: 5px !important;
    }

    .tax-flood-report > :not(caption) > * > * {
        padding: 2px !important;
    }

    .tax-flood-report {
        print-color-adjust: exact;
    }

}

