﻿@charset "UTF-8";
/* CSS Document */

html {
    height: 100%;
}

body {
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
    display: flex;
}

aside, section {
    overflow: auto;
}

aside {
    flex: 0 0 150px;
}

section {
    flex: 1;
}

.content {
    flex: 1;
}

.footer {
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font: 16px Sans-Serif;
}

h1 {
    margin: 0 0 20px 0;
}

p {
    margin: 0 0 20px 0;
}

footer {
    background: green;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.row {
    width: 100%;
}

.card-body {
    padding: 0.25rem !important;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.alert-danger {
    color: white;
    font-size: larger;
    text-transform: uppercase;
    background-color: #CA24339E;
    border-radius: .25rem;
    margin: 5px;
}

.alert-success {
    color: white;
    font-size: larger;
    text-transform: uppercase;
    background-color: #1F6D32BA;
    border-radius: .25rem;
    padding: 5px;
    margin: 5px;
}

.alert-warning {
    color: white;
    font-size: larger;
    text-transform: uppercase;
    background-color: #E0942FD1;
    border-radius: .25rem;
    padding: 5px;
    margin: 5px;
}

#logo {
    height: auto;
    padding: 3px;
}

.navvbar {
    max-height: 115px !important;
}

.lrec-footer {
    /*position: fixed;*/
    background-color: #336F8D;
    margin-top: 40px;
    padding-bottom: 100vh;
}

.lrec-footer-expand {
    height: auto;
}

.lrec-bkg {
    height: auto !important
}

.lrec-id-card {
    float: left;
    text-align: left;
    border-radius: .25rem;
    background: #D8D8D8;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.case-number {
    min-width: 130px !important;
}

.table-description {
    max-width: 250px !important;
    word-wrap: break-word;
}

.fine-input {
    max-width: 90px !important;
}

.h1-title {
    font-size: 1.5rem;
    font-family: "Noto Sans";
    color: #154056;
    background-position: 250px;
}

/* Typography */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 1.75rem;
    font-family: 'Noto Sans';
    color: #154056;
    background-position: 250px;
    font-weight: 600;
    text-align: center
}

h2, .h2 {
    font-family: 'Noto Sans';
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.35rem;
    text-align: left;
    color: #000;
    font-weight: 600;
}

h4, .h4 {
    font-size: 1.25rem;
    color: #F7F7F7;
    font-family: Roboto;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

hr-lrec {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #c4b294;
}

/* Buttons */
.btn-orange {
    display: inline-block;
    font-weight: 600;
    color: #336F8D;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 1px 1px 3px grey;
}

@media (prefers-reduced-motion: reduce) {
    .btn-orange {
        transition: none;
    }
}

.btn-orange:hover {
    color: #212529;
    text-decoration: none;
}

.btn-orange:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-orange.disabled, .btn-orange:disabled {
    opacity: 0.65;
}

a.btn-orange.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-orange-info {
    color: #06263F;
    background-color: #DA8920;
    border-color: #FCFCFC;
    box-shadow: 1px 1px 3px grey;
    border-radius: 10px;
}

    .btn-orange-info:hover {
        color: #fff;
        background-color: #a19279;
        border-color: #FCFCFC;
        box-shadow: 1px 1px 3px grey;
    }

.btn-red {
    display: inline-block;
    font-weight: 600;
    color: #336F8D;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 1px 1px 3px grey;
}

@media (prefers-reduced-motion: reduce) {
    .btn-red {
        transition: none;
    }
}

.btn-red:hover {
    color: #212529;
    text-decoration: none;
}

.btn-red:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-red.disabled, .btn-red:disabled {
    opacity: 0.65;
}

a.btn-red.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-red-info {
    color: #fff;
    background-color: #b44646;
    border-color: #FCFCFC;
    box-shadow: 1px 1px 3px grey;
    border-radius: 10px;
    font-size: small;
}

    .btn-red-info:hover {
        color: #fff;
        background-color: #336F8D;
        border-color: #FCFCFC;
        box-shadow: 1px 1px 3px grey;
    }

.btn-accordion {
    display: inline-block;
    font-family: 'noto sans';
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1.2rem;
    line-height: 1.5;
    /* border-radius: 0.25rem;*/
    border: none !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn-accordion {
        transition: none;
    }
}

.btn-accordion-link {
    font-weight: 400;
    color: #000;
    float: left;
    font-size: 1.1rem;
    background-color: transparent;
    border: none !important;
}

    .btn-accordion-link:hover {
        color: #DA8920;
    }

.btn-accordion:focus, .btn-accordion.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-accordion.disabled, .btn-accordion:disabled {
    opacity: 0.65;
}

a.btn-accordion.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

/* HERO */

.hero-text {
    font-family: Maitree;
    position: absolute;
    top: 225px;
    left: 50%;
    transform: translate(-50%, -50%);
    ;
    text-decoration-color: white;
    text-shadow: 2px 2px 4px #3A3939,2px,2px,black !important;
}



.lrec-bkg {
    background-repeat: repeat;
    background-image: url("../../../Content/assets/img/geo-bkg.jpg") !important;
    width: inherit;
}

/* CARD */

#card-header-lrec {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #58D3F7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body-lrec {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    text-align: left !important;
    font-size: .8rem !important;
    line-height: 1.4rem !important;
    color: #495057;
    font-style: oblique;
    font-stretch: expanded;
    /* border-block-start: inherit; */
    border-left: solid;
    border-left-color: #eee1c6;
}

/* FORM STYLES */
.form-bkg-lrec {
    font-size: .9rem;
    font-weight: 700;
    /*float: left; */
    background-color: #01A9DB;
    border-style: solid;
    border-width: thin;
    border-radius: 0.25rem;
    /*margin: 10px;*/
    padding: 10px;
    border-color: #a19279;
    color: #000000;
}

/* JUMBOTRON */

.jumbotron-lrec {
    padding-left: 2rem 1rem;
    padding-right: 2rem 1rem;
    padding-top: 2rem 1rem;
    margin-bottom: 2rem;
    /* background-color: #eeecea;
    background-repeat: repeat;
    background-image: url("/index_files/geo-bkg.jpg");
    border-radius: 0.3rem;*/
}

@media (min-width: 576px) {
    .jumbotron-lrec {
        /*    padding: 4rem 2rem;*/
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

/* LOGO */
.louisiana-logo {
    margin-left: auto;
}

/* ICONS */
.ul-check {
    list-style-image: url("/images/check-mark.png");
    text-align: left;
}

.ul-x {
    list-style-image: url("/images/x-mark-02.png");
    text-align: left;
}

/* FOOTER */

.footer-text {
    font-family: Roboto;
    color: white;
    font-size: 14px;
    text-align: center;
}

/* Progress Bar in Plates Application */
.progress2 {
    width: auto;
    margin: 20px auto;
    text-align: center;
}

    .progress2 .circle,
    .progress2 .bar {
        display: inline-block;
        background: #fff;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        border: 1px solid #d5d5da;
    }

    .progress2 .bar {
        position: relative;
        width: 150px;
        height: 6px;
        top: -33px;
        margin-left: -5px;
        margin-right: -5px;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

    .progress2 .circle .label {
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 32px;
        margin-top: 3px;
        color: #7D8080;
        font-size: 17px;
    }

    .progress2 .circle .title {
        color: #7D8080;
        font-size: 13px;
        line-height: 30px;
        margin-left: -5px;
    }

    /* Done / Active */
    .progress2 .bar.done,
    .progress2 .circle.done {
        background: #eee;
    }

    .progress2 .bar.active {
        background: linear-gradient(to right, #EEE 40%, #FFF 60%);
    }

    .progress2 .circle.done .label {
        color: #FFF;
        background: #7FB9B6;
        box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    }

    .progress2 .circle.done .title {
        color: #444;
    }

    .progress2 .circle.active .label {
        color: #FFF;
        background: #F4A64B;
        box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    }

    .progress2 .circle.active .title {
        color: #0c95be;
    }

/* Table stuff */
table {
    border: 1px solid #ddd;
    width: 100%;
    border-collapse: collapse;
}

    table.narrow {
        width: auto;
    }

    table tr th,
    table tr td {
        padding: 0.5em;
        margin: 0;
    }

.lrec-thead {
    background-color: #99CDF4 !important;
}

table tr th {
    background-color: rgba(95, 131, 171, 0.25);
    text-align: left;
    color: #194d67;
    text-transform: uppercase;
    font-size: 0.8em;
}

table tr:nth-child(odd) {
    background-color: #f0f0f0;
}


table tr th a {
    color: inherit;
    text-decoration: none;
}

    table tr th a img {
        margin-left: 0.25em;
    }

@media only screen and (max-width: 768px) {
    table,
    tbody,
    tr,
    td {
        display: block;
        line-height: 1.05rem;
    }

        table th {
            display: none;
        }

        table tr .lrec-th {
            display: none;
        }

        table,
        table * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            table tr {
                border-bottom: 1px solid #ddd;
            }

                table tr td {
                    padding: 0.4em 0.6em;
                }

                    table tr td:first-child {
                        padding-top: 1.2em;
                    }

                    table tr td:last-child {
                        padding-bottom: 1.2em;
                    }

                    table tr td:before {
                        content: attr(data-label);
                        display: inline;
                        font-weight: bold;
                        font-size: 0.8em;
                        text-transform: uppercase;
                        padding-right: 0.5em;
                    }
}

/* PAGINATION STYLES*/

.pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}

    .pagination li {
        display: inline;
        text-align: center;
    }

    .pagination a {
        float: left;
        display: block;
        font-size: 14px;
        text-decoration: none;
        padding: 5px 12px;
        color: #fff;
        margin-left: -1px;
        border: 1px solid transparent;
        line-height: 1.5;
    }

        .pagination a.active {
            cursor: default;
        }

        .pagination a:active {
            outline: none;
        }

.modal-4 a {
    margin: 0 5px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #4A6D89;
}

    .modal-4 a.prev {
        -moz-border-radius: 50px 0 0 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px 0 0 50px;
        width: 100px;
    }

    .modal-4 a.next {
        -moz-border-radius: 0 50px 50px 0;
        -webkit-border-radius: 0;
        border-radius: 0 50px 50px 0;
        width: 100px;
    }

    .modal-4 a:hover {
        background-color: #F4A64B;
    }

    .modal-4 a.active, .modal-4 a:active {
        background-color: #CE8126;
    }

/* HOVER COLOR SWATCH STYLES FOR PLATES PREVIEWER*/

.hover-color {
    padding: 9px;
}

    .hover-color:hover {
        padding: 6px !important;
        border-color: #acb9c3;
        border-style: solid;
        border-radius: 50px;
    }

@media (min-width: 992px) {
    .lrec-footer {
    }

    .lrec-footer-col {
        border: 0px !important;
    }
}
