﻿@media print {
    body {
        display: none;
    }
}

a {
    text-decoration: none;
    color: #c20000;
}

main {
    padding-top: 48px;
    
}


.logo a,
footer a {
    color: #888;
}

input {
    color: #000;
}

img {
    max-width: 100%;
}

p {
    margin: 0 0 7px;
}

article ul {
    margin-top: 7px;
}

article li {
    padding: 4px 5px;
}

article p {
    font-size: 14px;
}

.text-transform-none {
    text-transform: none;
}

.no-padding {
    padding: 0 !important;
}

.logo {
    padding: 12px;
    max-width: 98%;
}

.text-bold{
    font-weight: bold;
}

.pointer{
    cursor: pointer;
}

.header--fixed {
    display: none;
}

    .header--fixed .nav-bar {
        width: 100%;
    }

        .header--fixed .nav-bar a:hover, .header--fixed .nav > li > a:hover {
            color: #c20000 !important;
            background: transparent;
        }

    .header--fixed .menu-badge {
        display: none;
    }

.text-center {
    text-align: center;
}

.section {
    padding: 20px;
}

.redText {
    color: #c20000 !important;
}

.blueText {
    color: #366092 !important;
}

#main-menu {
    height: 50px;
}

.menu-badge {
    max-height: 50px;
    display: flex;
    justify-content: flex-end;
}

.header {
    padding: 4px !important;
}

    .header .menu-badge {
        max-height: 75px;
        margin-right: 15px;
    }

.covid-link {
    margin-left: 70px;
    margin-top: 32px;
}

.navbar-nav {
    list-style: none;
}

nav.navbar {
    margin-bottom: 0;
}

.nav-item {
    padding: 15px;
}

.nav-bar.top-nav .nav-item .nav-link:hover, .nav > li > a:hover {
    color: #c20000;
    background: #fff;
}

.nav-link:hover {
    background-color: #040f50;
}

h1.pad-l-col {
    padding-left: 15px;
}

a.nav-link.nav-link--black:hover {
    color: #fff;
}

.nav-bar--list .nav-link {
    margin-left: 0;
}

#search-above-top-nav {
    padding-top: 8px;
}

.gray-content-box {
    border: 2px solid #777;
    background-color: #eee;
}

.pad-m {
    padding: 12px;
}

.pad-m-vert {
    padding: 12px 0;
}

.no-margin {
    margin: 0 !important;
}

.mar-b-m {
    margin-bottom: 12px !important;
}

.mar-t-s {
    margin-top: 8px;
}

.mar-t-m {
    margin-top: 12px;
}

.mar-t-l {
    margin-top: 24px;
}

.mar-t-xl {
    margin-top: 42px;
}

.social-link img {
    max-width: 27px;
    margin: 9px;
    margin-bottom: 2px;
    vertical-align: middle;
}

.section > .container {
    padding-left: 0;
    padding-right: 0;
}

#customer-name-header {
    margin-top: 12px;
    margin-bottom: 6px;
}

    #customer-name-header a {
        color: #c20000;
    }

    #home-carousel {
        padding-top: 30px;
    }

    #home-carousel div {
        position: relative;
        height: 450px;
        overflow: hidden;
        font-size: 1.2em;
    }

        #home-carousel div img {
            width: 100%;
        }

        #home-carousel div .overlay-text {
            position: absolute;
            top: 50%;
            line-height: 32px;
            margin-top: -32px;
            width: 100%;
            text-align: center;
            color: #fff;
            background-color: rgba(194, 0, 1, 0.5);
            text-transform: uppercase;
            font-weight: bold;
            padding: 0.5em 0;
        }

.imgmain {
    background-color: #C20001;
    border-radius: 5px;
    padding: 4px;
    margin-right: 30px;
}

.PhotoRight {
    position: relative;
    border-radius: 5px;
    float: right;
    border: 4px solid #c20001;
    margin-left: 22px;
    margin-bottom: 10px;
}

.tempPhotoLeft {
    margin: 2px;
    background-color: #C20001;
    padding: 5px;
    float: left;
    color: white;
    text-align: center;
    border: none;
    margin-right: 35px;
    border-radius: 8px;
}

    .tempPhotoLeft a {
        color: white;
    }

.TextBox table td {
    padding: 5px;
}

.display {
    float: left;
    border-width: 1px;
    border-radius: 6px;
    border-style: solid;
    background-color: #C20001;
    border-color: #C20001;
    padding: 4px;
    color: white;
}

    .display a {
        color: white;
    }

    .display img {
        border-width: 0px;
        border-style: none;
        height: 259px;
    }

.product-grid > div {
    /* padding-left: 15px;*/
}

.product-grid > .row > .sort-and-filter {
    padding: 0 0 24px;
}

.product-grid .product-item {
    width: 100%;
    padding: 10px 0 20px;
    float: left;
    border-top: 2px solid #C20001;
}

.product-grid .product-image-wrapper {
    width: 160px;
    float: left;
}

.product-grid .product-image {
    max-height: 160px;
    margin: 0 auto;
    display: block;
}

.product-grid .product-item-details {
    max-height: 200px;
    padding-left: 40px;
    float: left;
}

.product-grid td h3 {
    margin: 0;
}

.product-grid__item:hover {
    color: #c20000;
}

.product-image {
    max-width: 400px;
}

.product-heading {
    width: 400px;
}

.list-enter-active, .list-leave-active {
    transition: all 0.5s;
}

.list-enter, .list-leave-to /* .list-leave-active below version 2.1.8 */ {
    opacity: 0;
    transform: translateX(-30px);
}

table.technical-data {
}

    table.technical-data > tr > td {
        padding: 2px !important;
    }

.paginate-links {
    margin-top: 12px;
}

    .paginate-links li {
        display: inline-block;
        margin: 0 10px;
        list-style: none;
        cursor: pointer;
    }

    .paginate-links.results {
        user-select: none;
    }

        .paginate-links.results a {
            cursor: pointer;
        }

        .paginate-links.results li.active a {
            font-weight: bold;
            color: #c20000;
        }

        .paginate-links.results li.next:before {
            content: ' | ';
            margin-right: 13px;
            color: #ddd;
        }

        .paginate-links.results li.disabled a {
            color: #ccc;
            cursor: no-drop;
        }

/*line-height form-control*/
.lh-fc {
    line-height: 30px;
    margin-bottom: 0;
}

.btn {
    display: inline-block;
    padding: 7px 14px;
    text-transform: uppercase;
}

.btn-sm {
    padding: 3px 7px;
}

.btn-primary {
    background-color: #c20000;
    color: #ffffff !important;
    border: 2px solid #c20000;
    text-decoration: none;
}

.btn-primary-inversed {
    border: 2px solid #c20000;
    background-color: #fff;
    color: #c20000;
}

.btn-secondary {
    background-color: #040f50;
    color: #ffffff;
    border: 2px solid #040f50;
}

    .btn-secondary:hover {
        background-color: #040f50;
        color: #ffffff;
        border: 2px solid #040f50;
        opacity: 0.75;
    }


.btn-secondary-inversed {
    background-color: #fff;
    color: #040f50;
    border: 2px solid #040f50;
}

.field-validation-error,
label.error {
    background-color: #c20000;
    color: #fff;
    display: none !important;
}

#login-form-wrapper .input-validation-error,
.form-control.error {
    background-color: #c20000;
    color: #fff;
}

#login-form-wrapper input {
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#shipping-options-list {
    text-align: left;
}

    #shipping-options-list label {
        display: block;
        font-weight: normal;
    }

        #shipping-options-list label input {
            margin-right: 8px;
        }

.contact-info-wrapper {
    margin-bottom: 1em;
}

.agent-info-line {
    display: block;
}

.mark-as-wrapper {
    margin-bottom: 0 !important;
}

.cart-item td {
    vertical-align: middle !important;
}

/* Loader styles */
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(194,0,0, 0.2);
    border-right: 1.1em solid rgba(194,0,0, 0.2);
    border-bottom: 1.1em solid rgba(194,0,0, 0.2);
    border-left: 1.1em solid #C20001;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* small loader */
.loader-sm {
    border: 16px solid #040f50; /* Light grey */
    border-top: 16px solid #fff; /* Blue */
    border-radius: 50%;
    width: 12px;
    height: 12px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* linear loader */
.linear-activity {
    overflow: hidden;
    width: 50%;
    height: 4px;
    background-color: #B3E5FC;
    margin: 20px auto;
}

.determinate {
    position: relative;
    max-width: 100%;
    height: 100%;
    -webkit-transition: width 500ms ease-out 1s;
    -moz-transition: width 500ms ease-out 1s;
    -o-transition: width 500ms ease-out 1s;
    transition: width 500ms ease-out 1s;
    background-color: #03A9F4;
}

.indeterminate {
    position: relative;
    width: 100%;
    height: 100%;
}

    .indeterminate:before {
        content: '';
        position: absolute;
        height: 100%;
        background-color: #03A9F4;
        animation: indeterminate_first 1.5s infinite ease-out;
    }

    .indeterminate:after {
        content: '';
        position: absolute;
        height: 100%;
        background-color: #4FC3F7;
        animation: indeterminate_second 1.5s infinite ease-in;
    }

@keyframes indeterminate_first {
    0% {
        left: -100%;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 10%;
    }
}

@keyframes indeterminate_second {
    0% {
        left: -150%;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 10%;
    }
}

/* Bootstrap tables*/
/* Pulled from https://github.com/twbs/bootstrap/blob/v4-dev/dist/css/bootstrap.css#L2079-L2241 */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

    .table > tbody > tr > td,
    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #eceeef;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #eceeef;
    }

    .table tbody + tbody {
        border-top: 2px solid #eceeef;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #eceeef;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #eceeef;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #dff0d8;
}

.table-hover .table-success:hover {
    background-color: #d0e9c6;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #d0e9c6;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #d9edf7;
}

.table-hover .table-info:hover {
    background-color: #c4e3f3;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #c4e3f3;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
    background-color: #faf2cc;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #faf2cc;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f2dede;
}

.table-hover .table-danger:hover {
    background-color: #ebcccc;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #ebcccc;
    }

.thead-inverse th {
    color: #fff;
    background-color: #292b2c;
}

.thead-default th {
    color: #464a4c;
    background-color: #eceeef;
}

.table-inverse {
    color: #fff;
    background-color: #292b2c;
}

    .table-inverse th,
    .table-inverse td,
    .table-inverse thead th {
        border-color: #fff;
    }

    .table-inverse.table-bordered {
        border: 0;
    }

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive.table-bordered {
        border: 0;
    }


/* slick-styles */
.slick-arrow {
    position: absolute;
    top: 46%;
    background-color: transparent;
    border: 0;
    font-size: 0;
    font-size: 44px;
    color: #fff;
    z-index: 1;
}

.slick-prev {
    left: 0%;
}

.slick-next {
    right: 0%;
}

/* Checkboxes */
.form-group input[type="checkbox"] {
    display: none;
}

    .form-group input[type="checkbox"] + .btn-group > label span {
        width: 20px;
    }

        .form-group input[type="checkbox"] + .btn-group > label span:first-child {
            display: none;
        }

        .form-group input[type="checkbox"] + .btn-group > label span:last-child {
            display: inline-block;
        }

    .form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
        display: inline-block;
    }

    .form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
        display: none;
    }

/* jqVmap fix for buttons */
.jqvmap-zoomin, .jqvmap-zoomout {
    padding: 0 !important;
}


/* My account page */

.order-item {
    padding: 3px 0;
}

.order-item:nth-child(2n) {
    background-color: #f1f1f1;
}
