﻿body {
    height: 100vh;
}

a {
    color: #0265A1;
    text-decoration: underline;
}

    a:hover {
        color: #4C4C4C;
        text-decoration: underline;
    }

ol,
ul {
    padding-left: 1rem;
    list-style-position: outside;
}

    ol li,
    ul li {
        padding-left: 1.25rem;
        margin-bottom: 2px;
    }

img {
    max-width: 100%;
}

label {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    label {
        margin-bottom: 2px;
    }
}

input {
    border: 1px solid #040505;
}

.special-note {
    font-style: italic;
}

.note-red,
.required {
    color: #d41d36;
    margin-right: 8px;
    font-weight: bold;
}

.title {
    font-weight: bold;
}

.line-separator {
    height: 3px;
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.message {
    color: #1D2757;
}

.form-control {
    border-color: #040505;
}

.tooltip-inner {
    background-color: #daedf4;
    opacity: 1;
    padding: 1rem;
    color: black;
    width: 300px;
}

.tooltip-arrow {
    border-bottom-color: #daedf4;
    opacity: 1;
    color: black;
}

.btn-primary {
    background-color: #003F7B;
    border: 1px solid #003F7B;
    font-weight: bold;
    padding: 0.813rem 1rem;
    border-radius: 4px;
    color: #ffffff;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:focus-within {
        color: #003F7B !important;
        background-color: #ffffff !important;
    }

    .btn-primary:not([disabled]):not(.disabled):active,
    .btn-primary:not([disabled]):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #003F7B !important;
        background-color: #ffffff !important;
    }

.wide {
    width: 100%;
    max-width: 300px;
    text-decoration: unset;
    transition: none;
    text-transform: none;
}

.btn-white {
    background-color: #ffffff;
    border: 1px solid #003F7B;
    color: #003F7B;
    font-size: 1rem;
    padding: 0.813rem 1rem;
}

.btn-white-2 {
    background-color: #ffffff;
    border: 1px solid #003F7B;
    color: #003F7B;
    font-size: 0.83rem;
    padding: 0.813rem 1rem;
}

    .btn-white:hover, .btn-white:focus, .btn-white:focus-within {
        background-color: #003F7B;
        color: #ffffff;
    }

.graybox {
    background-color: #F1F1F1;
    border: 1px solid #F1F1F1;
    height: 100%;
    border-radius: 4px;
}

.graybox-fullwidth {
    background-color: #F1F1F1;
    padding: 1rem;
}

.whitebox {
    padding: 1rem;
    border: 1px solid #F1F1F1;
    height: 100%;
    min-height: 120px;
}

    .whitebox p {
        line-height: 1.25;
    }

    .whitebox .title {
        color: #4D4C4D;
        font-weight: bold;
    }

        .whitebox .title img {
            max-height: 30px;
            max-width: 30px;
            margin-right: .8rem;
        }

    .whitebox .subtitle {
        color: #040505;
        font-weight: bold;
    }

        .whitebox .subtitle img {
            max-height: 30px;
            max-width: 30px;
            margin-right: .8rem;
        }

.btn-default {
    background-color: #003F7B !important;
    border: 3px solid #003F7B !important;
    font-size: 1rem;
    font-weight: bold;
    padding: .625rem;
    width: 100%;
    border-radius: 4px;
    color: #ffffff !important;
    min-height: 40px;
}

@media (min-width: 768px) {
    .btn-default {
        min-height: 60px;
    }
}

.btn-default:hover, .btn-default:focus-within {
    color: #003F7B !important;
    background-color: #ffffff !important;
}

    .btn-default:hover span, .btn-default:focus-within span {
        color: #003F7B !important;
        transition-property: font-size;
        transition-duration: 1s;
        display: block;
    }

        .btn-default:hover span.box-title, .btn-default:hover span.method, .btn-default:focus-within span.box-title, .btn-default:focus-within span.method {
            color: #003F7B !important;
            font-weight: bold;
            font-size: 1.25rem;
        }

.text-gray {
    color: #4C4C4C;
}

    .text-gray:hover {
        font-weight: bold;
    }

.bold-text-blue {
    color: #1D2757;
    font-weight: bold;
}

.custom-control-label {
    padding-left: 8px;
    padding-top: 4px;
}

    .custom-control-label::after, .custom-control-label::before {
        width: 1.5rem;
        height: 1.5rem;
    }

/* form */
.dropdown-select {
    position: relative;
    width: 100%;
    text-shadow: 0 1px white;
    background: #f2f2f2;
    /* Fallback for IE 8 */
    background: transparent !important;
    /* "transparent" doesn't work with Opera */
}

    .dropdown-select:focus {
        z-index: 3;
        width: 100%;
        color: #394349;
        outline: 2px solid #49aff2;
        outline: 2px solid -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .dropdown-select > option {
        margin: 3px;
        padding: 6px 8px;
        text-shadow: none;
        background: #f2f2f2;
        border-radius: 3px;
        cursor: pointer;
    }

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
    z-index: 1;
}

.lt-ie9 .dropdown-select {
    z-index: -1;
}

    .lt-ie9 .dropdown-select:focus {
        z-index: 3;
    }

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
    .dropdown-select {
        padding-left: 6px;
    }
}

/* override slect2 */
.select2-container .select2-selection--single {
    min-height: 34px;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 34px;
    }

.gray-bg {
    background-color: #4D4C4D;
    color: #ffffff;
    text-align: center;
    padding: .5rem;
    margin-bottom: 1rem;
}

.select2-container--default .select2-selection--single,
.select2-container .select2-selection--single {
    border: 1px solid #040505;
    border-radius: 10px;
}

.text-break.dropdown-toggle {
    word-break: break-word;
    white-space: pre-wrap;
}

@media (min-width: 992px) {
    .text-break.dropdown-toggle {
        word-break: normal;
        white-space: normal;
    }
}

hr {
    height: 2px;
}

.skip-to-content-link {
    background: #0E1E45;
    color: #ffffff;
    height: 40px;
    left: 50%;
    padding: 12px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

    .skip-to-content-link:focus {
        transform: translateY(0%);
    }

    .skip-to-content-link:hover {
        color: #ffffff;
    }

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

/* custom style */
.container {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1500px;
    }
}

.instantreports .form-group.hided {
    display: none;
}

.instantreports .form-group.show {
    display: block;
}

.field-validation-error.alert.alert-danger {
    display: inline-block;
    width: 100%;
    margin-bottom: 4px;
    border-radius: 0;
    padding: 6px 12px 6px 42px;
    background-image: url(../images/error-icon.png);
    background-position: 12px 5px;
    background-repeat: no-repeat;
    background-size: 23px 22px;
}

.cpsc-header {
    padding: 1rem;
    height: auto;
    min-height: 92px;
}

    .cpsc-header .cpsc-icon {
        float: left;
        height: 30px;
        width: 30px;
    }

@media (min-width: 992px) {
    .cpsc-header .cpsc-icon {
        height: 60px;
        width: 60px;
    }
}

.cpsc-header .title {
    float: left;
    padding-left: 1rem;
    width: 80%;
    display: inline-block;
}

@media (min-width: 992px) {
    .cpsc-header .title {
        margin-top: 1rem;
        width: 80%;
    }
}

.cpsc-header .title .top {
    display: inline-block;
    width: 100%;
}

.cpsc-header .title .name {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}

.header .logo {
    background-color: #0E1E45;
    padding: 0;
    color: #ffffff;
}

.header .subbar {
    padding: .2rem;
    background-color: #EEEEEE;
    color: #ffffff;
}

.header a.navbar-brand {
    white-space: normal;
    text-align: center;
    color: #EEEEEE;
    text-decoration: none;
}

.header .subheader {
    color: #FAEEA7;
    font-weight: lighter;
}

.header .subbarheader {
    color: black;
    font-weight: bold;
}

.header nav.navbar.main-menu {
    padding: .2rem;
    /* Mobile only Bottoms for report, search and business */
    background-color: #ffffff;
}

    .header nav.navbar.main-menu .mobile-btns {
        display: inline-block;
        width: 90%;
        position: relative;
        text-align: center;
        /* Navigation layout changes point */
    }

        .header nav.navbar.main-menu .mobile-btns a {
            background-color: #003E7A;
            display: inline-block;
            border-radius: 10px;
            margin: 3px 3px 3px 0;
            max-width: 80px;
            width: 100%;
            text-decoration: none;
        }

            .header nav.navbar.main-menu .mobile-btns a:hover {
                background-color: #040505;
                color: #ffffff;
                text-decoration: none;
            }

            .header nav.navbar.main-menu .mobile-btns a .btn {
                color: #ffffff;
                font-size: .875rem;
                text-align: center;
                margin: 0 4px;
                padding: .6em;
            }

.messagebar .subbar {
    padding: .2rem;
    background-color: #EEEEEE;
    color: #ffffff;
}

.messagebar .subheader {
    color: #FAEEA7;
    font-weight: lighter;
}

.messagebar .subbarheader {
    color: black;
    font-weight: lighter;
}


@media (min-width: 992px) {
    .header nav.navbar.main-menu .mobile-btns a .btn {
        font-size: 1rem;
    }
}

.header nav.navbar.main-menu .mobile-btns a .btn .icon {
    display: block;
    padding: 6px 4px;
}

@media (min-width: 992px) {
    .header nav.navbar.main-menu .mobile-btns {
        display: none;
    }
}

@media (min-width: 992px) {
    .header nav.navbar.main-menu {
        background-color: #EEEEEE;
    }
}

.header nav.navbar.main-menu .navbar-toggler {
    border-color: #3C3C3C;
    padding: 1px;
    width: 36px;
    position: absolute;
    right: .5rem;
    top: 1.5rem;
}

    .header nav.navbar.main-menu .navbar-toggler .navbar-toggler-icon {
        background-image: url(../images/menu-icon.png);
        display: inline-block;
        width: 34px;
        background-size: 32px 18px;
        height: 18px;
    }

.header nav.navbar.main-menu #navbar-menu .navbar-nav {
    width: 100%;
}

    .header nav.navbar.main-menu #navbar-menu .navbar-nav li {
        margin: .5rem;
        border-bottom: 1px solid #EEEEEE;
    }

@media (min-width: 992px) {
    .header nav.navbar.main-menu #navbar-menu .navbar-nav li {
        margin: .35rem 2rem;
        border-bottom: 0;
    }
}

.header nav.navbar.main-menu #navbar-menu .navbar-nav li.desklink {
    display: none;
}

@media (min-width: 992px) {
    .header nav.navbar.main-menu #navbar-menu .navbar-nav li.desklink {
        display: inline-block;
    }
}

.header nav.navbar.main-menu #navbar-menu .navbar-nav li a {
    color: #040505;
    padding: .2rem;
    text-decoration: none;
}

    .header nav.navbar.main-menu #navbar-menu .navbar-nav li a:hover, .header nav.navbar.main-menu #navbar-menu .navbar-nav li a.active {
        font-weight: bold;
        color: #0A4E8B;
        border-bottom: 2px solid #0A4E8B;
        text-decoration: none;
    }

@media (min-width: 992px) {
    .header nav.navbar.main-menu #navbar-menu .navbar-nav li a {
        color: #040505;
        border-bottom: 2px solid #EEEEEE;
        padding: .5rem .2rem .2rem .2rem;
    }

        .header nav.navbar.main-menu #navbar-menu .navbar-nav li a:hover, .header nav.navbar.main-menu #navbar-menu .navbar-nav li a.active {
            font-weight: bold;
            color: #0A4E8B;
            border-bottom: 2px solid #0A4E8B;
        }
}

.accordion {
    background-color: #0E1E45;
}

    .accordion .card {
        border: 0;
        border-radius: 0;
        background-color: #0E1E45;
    }

        .accordion .card .card-header {
            padding: 0.75rem 1.25rem .75rem 0;
            margin-bottom: 0;
            background-color: #0E1E45;
            border-bottom: 0;
            border-radius: 0;
            border: 0;
        }

            .accordion .card .card-header .header-font {
                color: #ffffff;
                border: 0;
            }

            .accordion .card .card-header .usa-banner-header-text {
                height: 2em;
            }

            .accordion .card .card-header .btn-link {
                color: #ffffff;
                text-align: left;
                padding-left: 0;
                margin-left: 0;
                text-decoration: none;
            }

@media (min-width: 768px) {
    .accordion .card .card-header .btn-link {
        text-align: center;
    }
}

.accordion .card .card-header .btn-link span::after {
    content: " ";
    padding: 0 0 0 12px;
    background-image: url(../images/angle-arrow-up.png);
    background-size: 12px;
    background-repeat: no-repeat;
    margin: 10px;
}

.accordion .card .card-header .btn-link.collapsed span::after {
    background-image: url(../images/angle-arrow-down.png);
}

.accordion .card .card-body {
    background-color: #0E1E45;
}

    .accordion .card .card-body .usa-banner-icon {
        width: 50px;
        float: left;
    }

    .accordion .card .card-body .usa-media-block-body {
        width: 74%;
        float: left;
        padding-left: .5rem;
    }

@media (min-width: 768px) {
    .accordion .card .card-body .usa-media-block-body {
        width: 86%;
        padding-left: 1rem;
    }
}

.footer {
    background-color: #0E1E45;
    color: #ffffff;
}

    .footer .social_block {
        text-align: center;
    }

        .footer .social_block a {
            padding: 0 1rem;
            text-decoration: none;
        }

@media (min-width: 768px) {
    .footer .social_block a {
        padding-left: 1rem;
    }
}

.footer .note-block .header-font {
    color: #ffffff;
}

    .footer .note-block .header-font img {
        max-height: 30px;
        max-width: 30px;
        padding-right: 2px;
        display: inline-block;
        vertical-align: top;
    }

    .footer .note-block .header-font a {
        display: inline-block;
        width: 80%;
    }

.footer a {
    color: #ffffff;
    text-decoration: none;
}

    .footer a:hover, .footer a:focus {
        text-decoration: underline;
        color: #ffffff;
    }

.footer .footer-list {
    padding: 1.5em;
}

    .footer .footer-list div {
        margin-top: 20px;
    }

        .footer .footer-list div:first-child {
            margin-top: 0;
        }

        .footer .footer-list div span {
            font-weight: bold;
            min-width: 200px;
        }

    .footer .footer-list .note {
        color: #ffffff;
        font-size: 0.813em;
        text-align: right;
    }

    .footer .footer-list a {
        margin: 0 1em;
        line-height: 1.5;
        text-decoration: none;
    }

        .footer .footer-list a:hover, .footer .footer-list a:focus {
            text-decoration: underline;
        }

.footer .info {
    text-align: center;
    line-height: 2em;
    border-top: 1px solid #FFFFFF;
}

html,
body {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.375;
    font-size: 1rem;
    color: #040505;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
}

h1 {
    color: #4D4C4D;
}

.header-font {
    font-family: 'Merriweather', serif;
}

h2, .t28 {
    font-size: 1.625rem;
}

@media (min-width: 992px) {
    h2, .t28 {
        font-size: 1.75rem;
    }
}

h3, .t15 {
    font-size: 0.938em;
}

.t40 {
    font-size: 1.88rem;
}

@media (min-width: 992px) {
    .t40 {
        font-size: 2.5rem;
    }
}

h1, .t28 {
    font-size: 1.438rem;
}

@media (min-width: 992px) {
    h1, .t28 {
        font-size: 1.75rem;
    }
}

.t25 {
    font-size: 1.563rem;
}

h4,
.t23 {
    font-size: 1.438rem;
}

h4 {
    font-weight: normal;
}

.t22 {
    font-size: 1.375rem;
}

.t20 {
    font-size: 1rem;
}

@media (min-width: 992px) {
    .t20 {
        font-size: 1.25rem;
    }
}

.btn-20 {
    font-size: 1.25rem;
}

.t19 {
    font-size: 1.88rem;
}

@media (min-width: 992px) {
    .t19 {
        font-size: 1.88rem;
    }
}

.t18 {
    font-size: 0.938em;
}

@media (min-width: 992px) {
    .t18 {
        font-size: 1.125rem;
    }
}

.t18s {
    font-size: 1.125rem;
}

.t17 {
    font-size: 1.063rem;
}

.t16 {
    font-size: 1rem;
}

.t14 {
    font-size: .875rem;
}

.t13 {
    font-size: 0.813rem;
}

.b,
strong {
    font-weight: bold;
}

.lite {
    font-weight: lighter;
}

input, textarea, select, option {
    font-size: 1rem;
    color: #040505;
}

.card {
    border: 1px solid #1D2757;
    margin: 1rem 0;
    border-left: 7px solid #1D2757;
    margin: 1rem 0;
    box-shadow: none;
}

    .card .card-body .card-title {
        font-weight: bold;
    }

    .card p.card-text {
        line-height: 1.2;
        margin-bottom: 4px;
        font-size: 1rem;
        color: #040505;
    }

    .card .right-tools {
        float: right;
    }

        .card .right-tools button {
            border: 1px solid #040505;
            border-radius: 100%;
            width: 24px;
            height: 24px;
            position: absolute;
            top: .4rem;
            right: 1rem;
        }

        .card .right-tools .card-link {
            position: absolute;
            bottom: 1rem;
            right: 1rem;
        }

            .card .right-tools .card-link .edit-icon {
                display: block;
                text-align: center;
            }

#navbar-steps input.navbar-brand {
    border: none;
    border-top: 2px solid #C0C9C9;
    border-bottom: 2px solid #C0C9C9;
    margin: 0;
    padding: .5rem .3rem;
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    background-color: #ffffff;
    text-align: left;
    white-space: normal;
}

    #navbar-steps input.navbar-brand:first-child {
        border-top: 0;
    }

    #navbar-steps input.navbar-brand.active {
        background-image: url(../images/yellow-dot.png);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 1.5rem;
    }

@media (min-width: 991px) {
    #navbar-steps input.navbar-brand.active {
        background-position: right center;
    }
}

#navbar-steps input.navbar-brand.checked {
    background-image: url(../images/green-check.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 1.5rem;
}

@media (min-width: 991px) {
    #navbar-steps input.navbar-brand.checked {
        background-position: right center;
    }
}

#navbar-steps input.navbar-brand.checked + nav {
    display: none;
}

#navbar-steps input.navbar-brand.disabled {
    background-image: url(../images/gray-dot.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1.5rem;
}

    #navbar-steps input.navbar-brand.disabled + nav {
        display: none;
    }

#navbar-steps input.navbar-brand .nav-link {
    color: #040505;
    padding-left: 0;
}

#navbar-steps input.navbar-brand.disabled {
    color: #6F747B;
}

    #navbar-steps input.navbar-brand.disabled + nav {
        display: none;
    }

#navbar-steps .nav .nav-link {
    border-bottom: 2px solid #C0C9C9;
    color: #040505;
    font-size: 1rem;
}

    #navbar-steps .nav .nav-link:first-child {
        border-top: 2px solid #C0C9C9;
    }

@media (max-width: 991px) {
    #navbar-steps {
        text-align: center;
        display: inline-block;
        width: 100%;
        margin: 10px auto;
    }

        #navbar-steps input.navbar-brand {
            text-indent: -99999em;
            width: 24px;
            border: none;
            margin: 0 1px;
        }

            #navbar-steps input.navbar-brand.active::after, #navbar-steps input.navbar-brand.checked::after {
                float: left;
                width: 1.5rem;
                height: 1.5rem;
                margin-top: -10px;
            }

            #navbar-steps input.navbar-brand.disabled {
                background-color: #C0C9C9;
                border-radius: 100%;
                display: inline-block;
                width: 1.5rem;
                height: 1.5rem;
                margin: 8px;
            }

        #navbar-steps input + .nav {
            display: none;
        }
}

.index.boxes-group .box {
    background-color: #EEEEEE;
    min-height: unset;
    position: relative;
}

@media (min-width: 992px) {
    .index.boxes-group .box {
        min-height: 320px;
    }
}

.index.boxes-group .box .title {
    color: #3C3C3C;
}

    .index.boxes-group .box .title::before {
        content: " ";
        padding: 0 58px 0 0;
        background-repeat: no-repeat;
        display: inline-block;
        width: 100%;
        height: 40px;
        background-position: center;
        vertical-align: text-bottom;
    }

@media (min-width: 992px) {
    .index.boxes-group .box .title::before {
        width: auto;
        height: 40px;
        background-position: left center;
    }
}

.index.boxes-group .box .title.report::before {
    background-image: url(../images/report.png);
    background-size: 38px 31px;
}

.index.boxes-group .box .title.search::before {
    background-image: url(../images/search-black.png);
    background-size: 26px 33px;
    padding: 0 48px 0 0;
}

.index.boxes-group .box .title.business::before {
    background-image: url(../images/business-black.png);
    background-size: 39px 30px;
}

.index.boxes-group .box .content {
    margin: 0 auto .5rem auto;
    line-height: 1.15;
}

.index.boxes-group .box .action {
    margin: 0 auto .5rem auto;
    width: 220px;
}

    .index.boxes-group .box .action button {
        position: relative;
        bottom: auto;
        width: 220px;
    }

@media (min-width: 992px) {
    .index.boxes-group .box .action button {
        position: absolute;
        bottom: 1rem;
        width: 220px;
    }
}

.main-box {
    background-color: #F1F1F1;
}

    .main-box option.clean {
        color: #040505;
        font-weight: bold;
    }

        .main-box option.clean:hover, .main-box option.clean:focus-within {
            color: #040505;
            font-weight: bold;
            background: none;
            background-color: #F1F1F1 !important;
        }

    .main-box a:hover {
        font-weight: bold;
        color: #040505;
    }

    .main-box a.reported {
        text-decoration: none;
    }

    .main-box .reported-form {
        width: auto;
        max-width: 80%;
        margin: auto;
    }

        .main-box .reported-form label {
            width: 160px;
            font-size: 1rem;
            font-weight: bold;
        }

.instantreports .pressreleaseheader {
    font-size: 22px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 20px;
}

.instantreports .pressreleaseheadline {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.instantreports .pressreleasemaintitle {
    font-size: 18px;
    font-weight: 700;
}

.instantreports .pressreleasesectiontitle {
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
}

.instantreports .pressreleaseinput {
    background-color: #F0F8FF;
    color: black;
    font-palette: dark;
}

.instantreports .pressreleaseitem {
    margin-top: 5px;
    font-weight: bold;
}

.instantreports h1 {
    background-color: #4D4C4D;
    color: #ffffff;
    text-align: center;
    padding: .5rem;
    margin-bottom: 1rem;
}

.instantreports label {
    font-weight: bold;
    display: block;
}

    .instantreports label.lite {
        font-weight: normal;
    }

.instantreports .alert.alert-info {
    border: 1px solid #0265A1;
    border-left: 8px solid #0265A1;
    background-color: #ffffff;
    border-radius: 0;
}

    .instantreports .alert.alert-info .icon {
        color: #ffffff;
        background-color: #040505;
        border-radius: 100%;
        width: 1.25rem;
        height: 1.25rem;
        display: inline-block;
        padding: .1rem .5rem;
        font-weight: bolder;
        vertical-align: top;
    }

    .instantreports .alert.alert-info .message {
        padding-left: 1rem;
        display: inline-block;
        width: 90%;
    }

.instantreports .form-group {
    margin-bottom: 2rem;
    display: inline-block;
    width: 100%;
}

    .instantreports .form-group .dropdown {
        display: inline-block;
        width: 100%;
        font-size: 0.875rem;
    }

        .instantreports .form-group .dropdown.upload {
            margin-left: 0;
        }

        .instantreports .form-group .dropdown .clean-btn.dropdown-toggle {
            background-color: transparent;
            border: none;
            color: #0071BB;
        }

        .instantreports .form-group .dropdown .dropdown-menu.show {
            font-size: 0.875rem;
            padding: 1rem;
            color: #0071BB;
        }

            .instantreports .form-group .dropdown .dropdown-menu.show img {
                max-width: 100%;
            }

@media (min-width: 768px) {
    .instantreports .form-group .dropdown .dropdown-menu.show img {
        max-width: 600px;
    }
}

.instantreports .form-group.long-group .title {
    font-weight: bold;
}

.instantreports select,
.instantreports input,
.instantreports textarea {
    padding: .5rem;
    border-radius: 10px;
}

.instantreports .file-field #UploadFiles {
    border-width: 1px;
}

.instantreports .download-report-link {
    text-transform: lowercase;
    padding: 0 0 4px 0;
    margin: 0;
    font-size: 1rem;
    color: #0265A1;
    text-decoration: underline;
}

.add {
    padding-left: 0;
    font-weight: bold;
}

    .add .add-btn {
        border: 2px solid #003F7B;
        height: 1.5rem;
        width: 1.5rem;
        border-radius: 100%;
        font-size: 1.5rem;
        color: #003F7B;
        font-weight: bolder;
        padding: 0;
        margin: 0;
        line-height: .5em;
        margin-right: 1rem;
    }

/* form living inside another form */
.form-questions {
    border-left: 1px solid #4C4C4C;
    padding-left: 1rem;
}

.person-info-block {
    border-left: 1px solid #4C4C4C;
    border-left: 7px solid #4C4C4C;
    padding: 1rem;
}

/* file upload */
.file-field.big .file-path-wrapper {
    height: 3.2rem;
}

    .file-field.big .file-path-wrapper .file-path {
        height: 3rem;
    }

.gj-datepicker #datepicker.gj-textbox-md {
    border: 1px solid #040505;
}

.gj-datepicker i[role=right-icon] {
    top: 6px;
    right: 6px;
}

.gj-datepicker datepickerallowfuture.gj-textbox-md {
    border: 1px solid #040505;
}

.datepickerallowfuture.gj-textbox-md {
    border: 1px solid #040505;
}

.datepickeralldate.gj-textbox-md {
    border: 1px solid #040505;
}

/* left steps menu */
.leftmenu {
    font-size: 1.125rem;
    margin: 0;
}

@media (min-width: 991px) {
    .leftmenu {
        margin-bottom: 2rem;
    }
}

.leftmenu .nav-title {
    border: 2px solid #0265A1;
    border-left: none;
    border-right: none;
    padding: .5rem;
}

    .leftmenu .nav-title #formprogresslabel {
        text-align: center;
        color: #4C4C4C;
        font-weight: normal;
    }

.instantreports #irstep2 label {
    display: inline-block;
    margin-bottom: 0;
}

.reviewEdit button {
    padding: 8px;
    border-radius: 10px;
    background-color: #003E7A;
    color: #ffffff;
    box-shadow: none;
    border: none;
    margin: 0 8px;
}

    .reviewEdit button:hover, .reviewEdit button:focus {
        background-color: #1D2757;
    }

#IncidentProductModel_ManufactureDate {
    border: 1px solid #040505;
}

#UploadFiles {
    background-color: transparent;
}

#divAnyOneInjure {
    width: auto;
}

.reviewDisplay .left-contentarea p {
    word-break: break-word;
    overflow-wrap: break-word;
}

.instantreports .select2-container .select2-selection--single {
    height: 38px;
}

#edit_Step2_3 ul {
    list-style: outside none;
    padding: 0;
}

    #edit_Step2_3 ul li {
        margin-left: 0;
        padding-left: 0;
        margin-right: 1rem;
    }

.page-section {
    border: 1px solid #0265A1;
    border-radius: 4px;
}

    .page-section .page-step-list {
        border-top: 1px solid #3C3C3C;
    }

        .page-section .page-step-list .left-contentarea {
            width: 80%;
            display: inline-block;
            position: relative;
            vertical-align: middle;
        }

            .page-section .page-step-list .left-contentarea label {
                display: inline-block;
                width: 100%;
            }

            .page-section .page-step-list .left-contentarea .title {
                color: #0265A1;
                font-weight: bold;
                display: inline-block;
                width: 100%;
                font-size: 1.125rem;
            }

            .page-section .page-step-list .left-contentarea p {
                margin: 0 0 .5rem 0;
                line-height: 1.2;
            }

        .page-section .page-step-list .right-tools {
            width: 17%;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            text-align: right;
        }

            .page-section .page-step-list .right-tools .btnReviewEdit {
                width: 24px;
                display: inline-block;
                position: relative;
            }

#irreview-1 .select2-selection__rendered {
    width: auto;
    min-width: 280px;
}

.acknowledgement h2 {
    width: 100%;
}

.acknowledgement ol {
    list-style: inside lower-alpha;
    margin-left: 0;
    padding-left: 0;
}

    .acknowledgement ol li {
        margin-left: 0;
        padding-left: 0;
        margin-top: .8rem;
    }

        .acknowledgement ol li > ol {
            list-style: inside none;
            margin-top: 1.5rem;
        }

            .acknowledgement ol li > ol li {
                margin-top: .8rem;
                list-style: none;
            }

.block {
    background: rgba(0, 0, 0, .3) url('../img/loading.gif') no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}


#tbLicensedCompanies {
    width: 100%;
    border-collapse: collapse;
}

    #tbLicensedCompanies .text-danger {
        font-weight: bold;
        font-size: 1rem;
    }

    #tbLicensedCompanies tbody td, #tbLicensedCompanies tbody th {
        padding: 6px;
        text-align: left;
    }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    #tbLicensedCompanies {
        /* Force table to not be like tables anymore */
        /* Hide table headers (but not display: none;, for accessibility) */
        /*
	Label the data
	*/
    }

        #tbLicensedCompanies table, #tbLicensedCompanies thead, #tbLicensedCompanies tbody, #tbLicensedCompanies th, #tbLicensedCompanies td, #tbLicensedCompanies tr {
            display: block;
        }

            #tbLicensedCompanies thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

        #tbLicensedCompanies td {
            /* Behave  like a "row" */
        }

            #tbLicensedCompanies td:before {
                /* Now like a table header */
                /* Top/left values mimic padding */
                top: 6px;
                left: 6px;
                width: 100%;
                white-space: nowrap;
                display: inline-block;
            }

            #tbLicensedCompanies td:nth-of-type(1):before {
                content: "Company Name";
            }

            #tbLicensedCompanies td:nth-of-type(2):before {
                content: "Licensed Date";
            }

            #tbLicensedCompanies td:nth-of-type(3):before {
                content: "";
            }
}

.search-basic .required.searchkeywordfield {
    color: #040505;
}

.search-basic h4 {
    font-size: 1.125rem;
}

    .search-basic h4 a {
        color: #040505;
        font-weight: bold;
    }

.search-basic .input-group-append, .search-basic .input-group-prepend {
    display: block;
    width: 100%;
}

@media (min-width: 640px) {
    .search-basic .input-group-append, .search-basic .input-group-prepend {
        display: flex;
        width: auto;
    }
}

.search-basic .input-group-append .blue-select, .search-basic .input-group-prepend .blue-select {
    width: 98%;
}

@media (min-width: 640px) {
    .search-basic .input-group-append .blue-select, .search-basic .input-group-prepend .blue-select {
        width: 260px;
    }
}

.search-basic .blue-select {
    background-color: #003E7A;
    color: #ffffff;
    border: 1px solid #003E7A;
    background-image: url(../images/angle-arrow-down.png);
    background-position: 94% center;
    background-repeat: no-repeat;
    background-size: 1rem;
    font-size: 1rem;
    width: 98%;
    display: block;
}

@media (min-width: 640px) {
    .search-basic .blue-select {
        max-width: 220px !important;
        background-size: 1.25rem;
        font-size: 1.25rem;
        display: inline-block;
    }
}

.search-basic .blue-select option {
    color: #ffffff;
    font-size: 1.25rem;
}

.search-basic input {
    font-size: 1rem;
}

@media (min-width: 640px) {
    .search-basic input {
        font-size: 1.25rem;
    }
}

.search-basic .btn.slim-btn {
    margin: .8rem 0 0 0;
    display: inline-block;
    width: 100%;
    margin-top: .8rem;
}

@media (min-width: 640px) {
    .search-basic .btn.slim-btn {
        display: inline;
        margin: 0 0 0 1.25rem;
        width: auto;
    }
}

.search-basic .btn-primary.disabled,
.search-basic .btn-primary:disabled,
.search-basic .form-control:disabled,
.search-basic .form-control[readonly] {
    background-color: #4C4C4C;
    color: #C0C9C9;
    opacity: 1;
}

.search-basic #currentResultRange {
    display: block;
}

@media (min-width: 640px) {
    .search-basic #currentResultRange {
        display: inline;
        width: auto;
    }
}

.slim-btn {
    padding: 0.375rem 0.75rem;
    float: right;
}

.advancedsearchbtn {
    display: inline-block;
    width: 100%;
    background-color: #EEEEEE;
    color: #040505;
    font-weight: bold;
    padding: .5rem 1rem;
    margin-top: 1rem;
    position: relative;
}

    .advancedsearchbtn::after {
        content: " - ";
        color: #040505;
        font-size: 3rem;
        font-weight: bold;
        position: absolute;
        right: 1rem;
        top: 0;
        line-height: .5em;
    }

    .advancedsearchbtn.collapsed::after {
        content: " + ";
        font-size: 2rem;
        line-height: 1em;
    }

    .advancedsearchbtn label {
        font-weight: bold;
    }

#advancedsearch .card-body {
    background-color: #EEEEEE;
    color: #040505;
}

#search-options.accordion {
    background-color: #EEEEEE;
}

    #search-options.accordion .card {
        margin: 0;
        padding: 0;
        background-color: #EEEEEE;
        color: #040505;
        border-top: 1px solid #C0C9C9;
    }

        #search-options.accordion .card .card-header {
            padding: 0;
            background-color: #EEEEEE;
            color: #040505;
        }

            #search-options.accordion .card .card-header .btn-link {
                color: #040505;
                font-weight: bold;
                text-align: left;
                text-decoration: none;
            }

        #search-options.accordion .card .card-body {
            background-color: #EEEEEE;
            color: #040505;
            padding: 0 1rem;
        }

        #search-options.accordion .card .btn-link {
            padding: 0 .5rem;
            display: inline-block;
            width: 100%;
            text-align: left;
            text-decoration: none;
        }

            #search-options.accordion .card .btn-link::after {
                content: " - ";
                color: #040505;
                font-size: 3rem;
                font-weight: bold;
                position: absolute;
                right: 1rem;
                top: 0;
                line-height: .5em;
            }

            #search-options.accordion .card .btn-link.collapsed::after {
                content: " + ";
                font-size: 2rem;
                line-height: 1em;
            }

.popular-title {
    border: 1px solid #C0C9C9;
    border-left: 0;
    border-right: 0;
    font-weight: bold;
    padding: .5rem 1rem;
    margin-top: 1.5rem;
    color: #4C4C4C;
}

.popular-body {
    display: inline-block;
    width: 100%;
    margin-top: 1rem;
}

    .popular-body a {
        text-decoration: none;
        padding: .2rem .4rem;
        border: 1px solid #0265A1;
        margin: .4rem 1rem .4rem 0;
        display: inline-block;
        border-radius: 10px;
        color: #040505;
    }

        .popular-body a:hover {
            text-decoration: none;
            color: #0A4E8B;
            border-color: #0A4E8B;
            font-weight: bold;
        }

.prodcut-option {
    color: #040505;
}

.page-header {
    background-color: #4C4C4C;
    color: #ffffff;
    padding: .8rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.search-for {
    padding: 0 10px;
    font-size: 1.25rem;
}

@media (min-width: 640px) {
    .search-for {
        font-size: 1.438rem;
    }
}

.searchdetails {
    border: 1px solid #4C4C4C;
    padding: 1.5rem;
    margin-top: 0;
}

    .searchdetails .item-gray-box {
        background-color: #EEEEEE;
        padding: .5rem 1rem;
        margin-bottom: 1.5rem;
        border-radius: 4px;
    }

        .searchdetails .item-gray-box .title {
            color: #040505;
            padding-bottom: 2px;
            margin-bottom: 2px;
        }

    .searchdetails .item-box {
        border: 1px solid #0071BB;
        padding: .5rem 1rem;
        margin-bottom: 1.5rem;
        border-radius: 4px;
    }

        .searchdetails .item-box p {
            line-height: 1.5;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .searchdetails .item-box .files img {
            max-width: 180px;
            max-height: 100px;
        }

        .searchdetails .item-box .title {
            color: #0071BB;
            padding-bottom: 2px;
            margin-bottom: .6rem;
            border-bottom: 1px solid #C0C9C9;
        }

    .searchdetails ul {
        list-style: inside none;
        padding: 0;
        margin: 0;
    }

        .searchdetails ul li {
            list-style: inside none;
            line-height: 1.15;
            margin-bottom: .5rem;
            font-size: .875rem;
            padding-left: 0;
        }

.tools .public-export,
.tools .dropdown-toggle {
    text-decoration: underline !important;
    color: #0265A1 !important;
}

.tools .addthis_toolbox .addthis_button_compact {
    text-decoration: underline;
    color: #0265A1;
}

.tools .addthis_toolbox .at-icon-wrapper {
    display: inline-block;
    margin-right: 4px;
}

.searchresults-tools .form-inline .form-group label {
    display: inline;
}

.searchresults-tools .form-inline .form-group .form-control {
    width: 100%;
}

#results {
    display: block;
}

    #results .record .document-title {
        font-size: 1.125rem;
        font-weight: bold;
        text-decoration: underline;
        color: #040505;
    }

    #results .record p {
        line-height: 1.35;
    }

    #results .record .info {
        font-size: .875rem;
    }

        #results .record .info .recall-icon {
            background-image: url("../images/recall.png");
            background-size: 14px 9px;
            background-position: left center;
            background-repeat: no-repeat;
            width: 16px;
            height: 9px;
            margin-right: 2px;
            display: inline-block;
        }

        #results .record .info .report-icon {
            background-image: url("../images/doc.png");
            background-size: 13px 14px;
            background-position: left center;
            background-repeat: no-repeat;
            width: 13px;
            height: 14px;
            margin-right: 4px;
            margin-top: 2px;
            display: inline-block;
        }

#dynamicFilterDiv {
    font-size: 1rem;
}

    #dynamicFilterDiv .panel-body .panel-heading h4 a {
        font-size: 1rem;
        font-weight: normal;
    }

    #dynamicFilterDiv .panel-body .panel-body a {
        font-weight: bold;
    }

.faqs .col-lg-9 a {
    overflow-wrap: break-word;
    white-space: normal;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.faqs a {
    overflow-wrap: break-word;
    white-space: normal;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.faqs h1 {
    background-color: #4D4C4D;
    color: #ffffff;
    text-align: center;
    padding: .5rem;
    margin-bottom: 1rem;
}

.faqs .leftnavtitle {
    text-align: center;
    color: #4C4C4C;
    font-weight: normal;
    padding: .5rem;
    margin-bottom: 1rem;
    border: 2px solid #0265A1;
    border-left: none;
    border-right: none;
    padding: .5rem;
}

.faqs p {
    line-height: 1.5;
}

.faqs ul, .faqs ol {
    line-height: 1.5;
}

    .faqs ul li, .faqs ol li {
        line-height: 1.5;
        margin-top: 1rem;
        margin-bottom: 1.5rem;
    }

.faqs #accordion .card {
    border: none;
}

    .faqs #accordion .card a.dropdown-item {
        /* Non standard for WebKit */
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        color: #040505;
        font-size: 1rem;
        display: inline-block;
        word-wrap: break-word;
        clear: none;
        white-space: normal;
        padding: 1.25rem;
        border-bottom: 1px solid #C0C9C9;
    }

    .faqs #accordion .card a {
        color: #040505;
    }

    .faqs #accordion .card .card-body {
        padding: 0;
    }

        .faqs #accordion .card .card-body .card {
            margin: 0 0 1rem 0;
        }

            .faqs #accordion .card .card-body .card .card-header {
                background-color: #ffffff;
                border: none;
                margin: 0;
                font-size: 1rem;
                font-weight: bold;
                color: #040505;
                padding: 0;
                border-bottom: 1px solid #EEEEEE;
            }

                .faqs #accordion .card .card-body .card .card-header h4 {
                    font-size: 1rem;
                    font-weight: bold;
                    color: #040505;
                }

                    .faqs #accordion .card .card-body .card .card-header h4 a[aria-expanded="true"] {
                        background-color: #ffffff;
                        border: none;
                        border-left: 6px solid #0071BB;
                        margin: 0;
                        font-size: 1rem;
                        font-weight: bold;
                        color: #040505;
                        background-image: url(../images/Minus.png);
                        background-repeat: no-repeat;
                        background-position: 90% center;
                        background-size: 13px 3px;
                        padding: .75rem 3.5rem .75rem .75rem;
                    }

                    .faqs #accordion .card .card-body .card .card-header h4 a[aria-expanded="false"] {
                        border-left: 6px solid #C0C9C9;
                        background-image: url(../images/Plus.png);
                        background-repeat: no-repeat;
                        background-position: 90% center;
                        background-size: 13px 13px;
                        padding: .75rem 3.5rem .75rem .75rem;
                    }

    .faqs #accordion .card .card-header {
        background-color: #EEEEEE;
        margin-bottom: .8rem;
        font-size: 1rem;
        font-weight: bold;
        color: #040505;
        border-bottom: 1px solid #C0C9C9;
        padding: 0;
    }

        .faqs #accordion .card .card-header h4 {
            font-size: 1rem;
            font-weight: bold;
            color: #040505;
        }

            .faqs #accordion .card .card-header h4 a[aria-expanded="true"] {
                background-color: #ffffff;
                border: none;
                margin: 0;
                font-size: 1rem;
                font-weight: bold;
                color: #040505;
                background-image: url(../images/Minus.png);
                background-repeat: no-repeat;
                background-position: 94% center;
                background-size: 17px 4px;
                display: block;
                padding: .75rem 3.5rem .75rem .75rem;
            }

            .faqs #accordion .card .card-header h4 a[aria-expanded="false"] {
                background-image: url(../images/Plus.png);
                background-repeat: no-repeat;
                background-position: 94% center;
                background-size: 17px 17px;
                display: block;
                padding: .75rem 3.5rem .75rem .75rem;
            }

    .faqs #accordion .card.show {
        padding: 0;
    }

.print-logo {
    margin-top: 1.5rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 3px solid #003F7B;
}

    .print-logo img {
        width: 50px;
        height: 50px;
        margin-top: -1rem;
    }

    .print-logo span {
        font-size: 2rem;
        font-weight: bold;
        color: #003F7B;
    }

.pdf-result {
    margin-top: 1.5rem;
}

    .pdf-result .title {
        font-size: 1.25rem;
        color: #040505;
        font-weight: bold;
        border-bottom: 6px solid #C0C9C9;
        text-transform: uppercase;
        width: 240px;
        display: inline-block;
        padding-bottom: .2rem;
    }

    .pdf-result .criteria {
        line-height: 1.25;
    }

        .pdf-result .criteria .label {
            font-weight: bold;
            font-size: 1rem;
            text-align: right;
            padding-right: 1rem;
        }

        .pdf-result .criteria span {
            padding-top: calc(.375rem + 1px);
            padding-bottom: calc(.375rem + 1px);
            line-height: 1.5;
        }

    .pdf-result .results .record:nth-child(even) {
        background-color: #EEEEEE;
    }

    .pdf-result .results .record:nth-child(odd) {
        background-color: transparent;
    }

    .pdf-result .results .info {
        letter-spacing: 2px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .pdf-result .results .subtitle {
        letter-spacing: 3px;
        font-weight: bold;
        font-size: .875rem;
        color: #4C4C4C;
    }

    .pdf-result .results a {
        color: #0071BB;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.35;
    }

    .pdf-result .results p {
        line-height: 1.35;
    }

.block {
    background: rgba(0, 0, 0, .3) url('../images/loading.gif') no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot');
    src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff') format('woff'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.no-uppercase {
    text-transform: none;
    font-weight: bold;
}

.attachmentsectiontitle {
    text-transform: none;
    font-weight: bold;
    font-size: 24px;
    text-decoration: underline;
}

.fasttrackchecklist li {
    margin-bottom: 10px;
    text-align: left;
}

.fasttrackchecklist h1 {
    text-align: center;
}

/*brand table styles*/
.brandtable .table-wrapper {
    margin: 30px auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.brandtable .table-title {
    padding-bottom: 10px;
    margin: 0 0 10px;
}

    .brandtable .table-title h2 {
        margin: 6px 0 0;
        font-size: 22px;
    }

    .brandtable .table-title .add-new {
        float: right;
        height: 30px;
        font-weight: bold;
        font-size: 12px;
        text-shadow: none;
        min-width: 100px;
        border-radius: 50px;
        line-height: 13px;
    }

        .brandtable .table-title .add-new i {
            margin-right: 4px;
        }

.brandtable table.table {
    table-layout: fixed;
}

    .brandtable table.table tr th, table.table tr td {
        border-color: #e9e9e9;
    }

    .brandtable table.table th i {
        font-size: 13px;
        margin: 0 5px;
        cursor: pointer;
    }

    .brandtable table.table th:last-child {
        width: 100px;
    }

    .brandtable table.table td a {
        cursor: pointer;
        display: inline-block;
        margin: 0 5px;
        min-width: 24px;
    }

        .brandtable table.table td a.add {
            color: #27C46B;
        }

        .brandtable table.table td a.edit {
            color: #FFC107;
        }

        .brandtable table.table td a.delete {
            color: #E34724;
        }

    .brandtable table.table td i {
        font-size: 19px;
    }

    .brandtable table.table td a.add i {
        font-size: 24px;
        margin-right: -1px;
        position: relative;
        top: 3px;
    }

    .brandtable table.table .form-control {
        height: 32px;
        line-height: 32px;
        box-shadow: none;
        border-radius: 2px;
    }

        .brandtable table.table .form-control.error {
            border-color: #f50000;
        }

    .brandtable table.table td .add {
        display: none;
    }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    .brandinputtable table,
    .brandinputtable thead,
    .brandinputtable tbody,
    .brandinputtable th,
    .brandinputtable td,
    .brandinputtable tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
        .brandinputtable thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .brandinputtable tr {
        margin: 0 0 1rem 0;
    }

    .brandinputtable tr:nth-child(odd) {
        background: #ccc;
    }

    .brandinputtable td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .brandinputtable td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .brandinputtable td:nth-of-type(1):before {
        content: "Brand Name";
    }

    .brandinputtable td:nth-of-type(2):before {
        content: "Model Name / Number";
    }

    .brandinputtable td:nth-of-type(3):before {
        content: "Serial Number(s) or Range";
    }

    .brandinputtable td:nth-of-type(4):before {
        content: "Date Code";
    }

    .brandinputtable td:nth-of-type(5):before {
        content: "UPC Code";
    }

    .brandinputtable td:nth-of-type(6):before {
        content: "Actions";
    }
}
