﻿/* :root {
    --main-font-color:#324552;
    --primary-color:#1C2674;
    --secondary-color:#006BB8;
    --disabled-color:#DAE2E8;
    --form-border-color:#D3D3D3;
} */

body {
    position: relative;
    min-height: 100vh;
    padding-bottom: 100px;
    font-family: 'Lato', sans-serif;
    background: #F8FAFB;
    color: #324552;
}

a {
    color: #006BB8
}

    a:hover,
    a:focus {
        text-decoration: underline;
        color: #006BB8;
    }

/* Set padding to keep content from hitting the edges */
/* .body-content {
    padding-left: 15px;
    padding-right: 15px;
} */

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 350px;
}

.text-muted {
    color: #6A6C71;
}

.ng-hide[ng-show="true"] {
    display: block !important;
}

/* Header */

.site-header {
    padding-top: 30px;
    background: #fff;
}

.main-nav-wrap {
    margin-top: 14px;
    padding: 10px 0;
    background: #1C2674;
}

.main-nav__menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .main-nav__menu a {
        position: relative;
        display: inline-block;
        font-weight: 700;
        color: #fff;
    }

        .main-nav__menu a:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #fff;
            opacity: 0;
            will-change: opacity;
            transition: opacity .3s ease-in-out;
        }

        .main-nav__menu a:hover,
        .main-nav__menu a:focus {
            text-decoration: none;
        }

        .main-nav__menu a.active:after {
            opacity: 1;
        }

    .main-nav__menu > li {
        padding-left: 40px;
    }

        .main-nav__menu > li:first-child {
            padding-left: 0;
        }

        .main-nav__menu > li.main-nav__item--logout {
            margin-left: auto;
        }

.logged-out__link {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .info-bar-top{
    padding: 1.6rem 0;
    font-size:1.8rem;
} */

.main-nav + .info-bar-top {
    margin-top: -20px;
}

@media(min-width:996px) {
    .main-nav-wrap {
        padding: 12px 0;
    }

    .main-nav a {
        font-size: 18px;
    }
}

/* Footer */
.site-footer {
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 9.0625rem;
    display: flex;
    flex-direction: column;
}

.info-bar-bottom {
    padding: 29px 1rem;
    background-color: #1C2674;
    text-align: center;
    color: #fff;
}

.image-header {
    margin-top: -50px;
    width: 100%;
}

.validation-summary-errors {
    font-weight: bold !important;
    color: #E60000 !important;
}

@media screen and (max-width: 767px) {
    .alt-table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }

    .table-no-border > thead > tr > th,
    .table-no-border > tbody > tr > th,
    .table-no-border > tfoot > tr > th,
    .table-no-border > thead > tr > td,
    .table-no-border > tbody > tr > td,
    .table-no-border > tfoot > tr > td {
        border-top: none !important;
        border-bottom: none !important;
    }
}

.font-md {
    font-size: 150%
}

.btn {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-primary {
    border-radius: 4px;
    background-color: #006BB8;
    border-color: #D3D3D3;
    transition: all .3s ease-in-out;
}

    .btn-primary:focus,
    .btn-primary:active {
        outline: 0;
        border-color: #D3D3D3;
        background: #006BB8;
    }

    .btn-primary:focus-visible,
    .btn-primary.focus {
        background-color: #006BB8;
        border-color: #D3D3D3;
        text-decoration: underline;
    }

    .btn-primary:hover {
        background-color: #006BB8;
        border-color: #D3D3D3;
        text-decoration: underline;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-color: #006BB8;
        border-color: #D3D3D3;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #006BB8;
            border-color: #006BB8;
        }

.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:focus {
    border-color: #DAE2E8;
    background: #DAE2E8;
}

.btn-reset {
    border: 0;
    background: none;
}

.icon-btn svg,
.icon-btn span {
    display: inline-block;
    vertical-align: middle;
}

.icon-btn svg {
    margin-right: 6px;
    fill: #006BB8;
}

.icon-link svg {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
}

#addDealerToGroupModal {
    width: 90%;
}

@media screen and (min-width: 48em) {
    #addDealerToGroupModal {
        width: 75%;
    }
}

@media screen and (min-width: 1700px) {
    #addDealerToGroupModal {
        width: 50%;
    }
}

/* .modal-header {
  padding: 5px 15px 5px 15px;
  border-bottom: 1px solid white;
}

.modal-content {
    background-color: #e3e3e3;
    border: solid thick white
} */

/* .modal-table th {
    background-color:#b1b1b1
}

.modal-table >tbody >tr:nth-of-type(even) {
    background-color:#c6c4c4
}*/

.fit-to-container {
    max-width: 100%;
}

.fill-container {
    width: 100%
}

.pad-top {
    padding-top: 10px;
}

.ta-gyBackground {
    background: url(../Images/GYBackground.jpg) repeat-x #bcbec0;
    background-position: center top;
}

.rebate-table {
    width: 100%;
}

.rebate-item {
    padding-top: 5px;
}

.rebate-button-group {
    padding-top: 40px;
}

/* #canvasContainer {
    display: inline-block;
} */

/* #allCardsContainer {
    margin-left: -20px;
    display: inline;
    float: right;
    margin-right: 225px;
}

.card {
    float: right;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);
    transition: 0.3s;
    text-align: center;
    width: 200px;
    height:175px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.card-total-searches {
    height: 130px;
    margin-bottom: 10px;
}

.card-top-searches {
    height: 250px;
    margin-bottom: 0px;
} */

/* On mouse-over, add a deeper shadow */
/* .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
} */

.top-5-ts {
    margin-left: 18px !important;
}

.top-5-v {
    margin-left: -24px !important;
}

/* #dealersTableContainer {
    margin-top: 50px;
    margin-bottom: 90px;
    margin-left: 25px;
} */

.dealer-cell {
    padding-left: 5px;
    padding-right: 5px;
}

#dealerCheckbox:checked {
    background: rgba(0,0,0,0.4);
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #006BB8;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/*.parentSpinnerDiv {
    z-index:3;
}*/

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#exportToExcelBtn {
    background-color: #006BB8;
    color: white;
    width: 250px;
    margin-top: 25px;
}

/* #chartAndCards {
    margin-left:25px;
    overflow: auto;
    position:fixed;
    width:500px;
    min-width:1600px;
} */

.utility-nav {
    position: relative;
}

.utility-nav__toggle .icon-bar {
    background: #1C2674;
}

.utility-nav__menu {
    display: flex;
    flex-flow: column;
    float: none;
}

@media(min-width:48em) {
    .utility-nav__menu-wrap {
        position: static;
    }

    .utility-nav__menu {
        justify-content: flex-end;
        flex-direction: row;
        align-items: center;
    }

        .utility-nav__menu li {
            position: relative;
            float: none;
            padding: 0 12px;
        }

            .utility-nav__menu li:after {
                content: '';
                position: absolute;
                top: 5px;
                right: 0;
                width: 1px;
                height: 60%;
                background: #324552;
            }

            .utility-nav__menu li:last-child {
                padding-right: 0;
            }

                .utility-nav__menu li:last-child:after {
                    display: none;
                }

        .utility-nav__menu > li > a {
            padding: 0;
            background: none;
            text-decoration: underline;
        }

            .utility-nav__menu > li > a:hover,
            .utility-nav__menu > li > a:focus {
                text-decoration: none;
                background: none;
            }
}

/* Bootstrap Component Overrides
========================================== */
.panel {
    border: 0;
    border-radius: 4px;
    padding: 1rem 1em;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.panel-heading {
    margin: 0 0 0.8rem;
    padding: 0;
    background: none;
}

.panel-body {
    padding: 2.2rem 0;
}

@media(min-width:1200px) {
    .panel-body {
        padding: 2.2rem 1.3em;
    }
}

/* Helper Classes
========================================== */

.box-shadow {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.no-padding-right {
    padding-right: 0;
}

.warning-font {
    color: #D82231;
}

.full-width {
    width: 100%;
}

.content-width {
    width: max-content;
}

.float-none {
    float: none;
}

.max-width-none {
    max-width: none;
}

.primary-color {
    color: #1C2674;
}

.secondary-color {
    color: #006BB8;
}

.font-color {
    color: #324552 !important;
}

/* Text Helpers */
.text-italic {
    font-style: italic;
}

.text-normal {
    font-weight: 400 !important;
}

.text-bold {
    font-weight: 700 !important;
}

.text-small {
    font-size: 1rem;
}

.text-medium {
    font-size: 1.4rem;
}

.text-semi-medium {
    font-size: 1.6rem;
}

.text-large {
    font-size: 1.8rem;
}

.text-nowrap {
    white-space: nowrap;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

/* Spacing Helpers */
.m-0 {
    margin: 0 !important;
}

/* Margin Left */
.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: calc(15px * .25) !important;
}

.ml-2 {
    margin-left: calc(15px * .5) !important;
}

.ml-3 {
    margin-left: 15px !important;
}

.ml-4 {
    margin-left: calc(15px * 1.5) !important;
}

.ml-5 {
    margin-left: calc(15px * 3) !important;
}

/* Margin Right */
.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: calc(15px * .25) !important;
}

.mr-2 {
    margin-right: calc(15px * .5) !important;
}

.mr-3 {
    margin-right: 15px !important;
}

.mr-4 {
    margin-right: calc(15px * 1.5) !important;
}

.mr-5 {
    margin-right: calc(15px * 3) !important;
}

/* Margin Top */
.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: calc(15px * .25) !important;
}

.mt-2 {
    margin-top: calc(15px * .5) !important;
}

.mt-3 {
    margin-top: 15px !important;
}

.mt-4 {
    margin-top: calc(15px * 1.5) !important;
}

.mt-5 {
    margin-top: calc(15px * 3) !important;
}

/* Margin Bottom */
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: calc(15px * .25) !important;
}

.mb-2 {
    margin-bottom: calc(15px * .5) !important;
}

.mb-3 {
    margin-bottom: 15px !important;
}

.mb-4 {
    margin-bottom: calc(15px * 1.5) !important;
}

.mb-5 {
    margin-bottom: calc(15px * 3) !important;
}

.p-0 {
    padding: 0;
}

/* Padding Top */
.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: calc(15px * .25) !important;
}

.pt-2 {
    padding-top: calc(15px * .5) !important;
}

.pt-3 {
    padding-top: 15px !important;
}

.pt-4 {
    padding-top: calc(15px * 1.5) !important;
}

.pt-5 {
    padding-top: calc(15px * 3) !important;
}

/* Padding Right */
.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: calc(15px * .25) !important;
}

.pr-2 {
    padding-right: calc(15px * .5) !important;
}

.pr-3 {
    padding-right: 15px !important;
}

.pr-4 {
    padding-right: calc(15px * 1.5) !important;
}

.pr-5 {
    padding-right: calc(15px * 3) !important;
}

/* Padding Bottom */
.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: calc(15px * .25) !important;
}

.pb-2 {
    padding-bottom: calc(15px * .5) !important;
}

.pb-3 {
    padding-bottom: 15px !important;
}

.pb-4 {
    padding-bottom: calc(15px * 1.5) !important;
}

.pb-5 {
    padding-bottom: calc(15px * 3) !important;
}

/* Padding Left */
.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: calc(15px * .25) !important;
}

.pl-2 {
    padding-left: calc(15px * .5) !important;
}

.pl-3 {
    padding-left: 15px !important;
}

.pl-4 {
    padding-left: calc(15px * 1.5) !important;
}

.pl-5 {
    padding-left: calc(15px * 3) !important;
}

/* Display Helpers */
.d-none {
    display: none;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}

/* Style Helpers */
.box-shadow {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media(min-width:48em) {
    .pull-sm-right {
        float: right !important;
    }

    .pull-sm-left {
        float: left !important;
    }

    .text-sm-left {
        text-align: left;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-nowrap {
        white-space: nowrap;
    }

    .text-sm-small {
        font-size: 1rem;
    }

    .text-sm-medium {
        font-size: 1.4rem;
    }

    .text-sm-semi-medium {
        font-size: 1.6rem;
    }

    .text-sm-large {
        font-size: 1.8rem;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    /* Margin Left */
    .ml-sm-0 {
        margin-left: 0 !important;
    }

    .ml-sm-1 {
        margin-left: calc(15px * .25) !important;
    }

    .ml-sm-2 {
        margin-left: calc(15px * .5) !important;
    }

    .ml-sm-3 {
        margin-left: 15px !important;
    }

    .ml-sm-4 {
        margin-left: calc(15px * 1.5) !important;
    }

    .ml-sm-5 {
        margin-left: calc(15px * 3) !important;
    }

    /* Margin Right */
    .mr-sm-0 {
        margin-right: 0 !important;
    }

    .mr-sm-1 {
        margin-right: calc(15px * .25) !important;
    }

    .mr-sm-2 {
        margin-right: calc(15px * .5) !important;
    }

    .mr-sm-3 {
        margin-right: 15px !important;
    }

    .mr-sm-4 {
        margin-right: calc(15px * 1.5) !important;
    }

    .mr-sm-5 {
        margin-right: calc(15px * 3) !important;
    }

    /* Margin Top */
    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: calc(15px * .25) !important;
    }

    .mt-sm-2 {
        margin-top: calc(15px * .5) !important;
    }

    .mt-sm-3 {
        margin-top: 15px !important;
    }

    .mt-sm-4 {
        margin-top: calc(15px * 1.5) !important;
    }

    .mt-sm-5 {
        margin-top: calc(15px * 3) !important;
    }

    /* Margin Bottom */
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: calc(15px * .25) !important;
    }

    .mb-sm-2 {
        margin-bottom: calc(15px * .5) !important;
    }

    .mb-sm-3 {
        margin-bottom: 15px !important;
    }

    .mb-sm-4 {
        margin-bottom: calc(15px * 1.5) !important;
    }

    .mb-sm-5 {
        margin-bottom: calc(15px * 3) !important;
    }

    /* Padding Top */
    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: calc(15px * .25) !important;
    }

    .pt-sm-2 {
        padding-top: calc(15px * .5) !important;
    }

    .pt-sm-3 {
        padding-top: 15px !important;
    }

    .pt-sm-4 {
        padding-top: calc(15px * 1.5) !important;
    }

    .pt-sm-5 {
        padding-top: calc(15px * 3) !important;
    }

    /* Padding Right */
    .pr-sm-0 {
        padding-right: 0 !important;
    }

    .pr-sm-1 {
        padding-right: calc(15px * .25) !important;
    }

    .pr-sm-2 {
        padding-right: calc(15px * .5) !important;
    }

    .pr-sm-3 {
        padding-right: 15px !important;
    }

    .pr-sm-4 {
        padding-right: calc(15px * 1.5) !important;
    }

    .pr-sm-5 {
        padding-right: calc(15px * 3) !important;
    }

    /* Padding Bottom */
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: calc(15px * .25) !important;
    }

    .pb-sm-2 {
        padding-bottom: calc(15px * .5) !important;
    }

    .pb-sm-3 {
        padding-bottom: 15px !important;
    }

    .pb-sm-4 {
        padding-bottom: calc(15px * 1.5) !important;
    }

    .pb-sm-5 {
        padding-bottom: calc(15px * 3) !important;
    }

    /* Padding Left */
    .pl-sm-0 {
        padding-left: 0 !important;
    }

    .pl-sm-1 {
        padding-left: calc(15px * .25) !important;
    }

    .pl-sm-2 {
        padding-left: calc(15px * .5) !important;
    }

    .pl-sm-3 {
        padding-left: 15px !important;
    }

    .pl-sm-4 {
        padding-left: calc(15px * 1.5) !important;
    }

    .pl-sm-5 {
        padding-left: calc(15px * 3) !important;
    }

    .d-sm-none {
        display: none;
    }

    .d-sm-inline {
        display: inline;
    }

    .d-sm-inline-block {
        display: inline-block;
    }

    .d-sm-block {
        display: block;
    }

    .sr-only-sm {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
}

@media(min-width:62em) {
    .pull-md-right {
        float: right !important;
    }

    .pull-md-left {
        float: left !important;
    }

    .text-md-left {
        text-align: left;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-nowrap {
        white-space: nowrap;
    }

    .text-md-small {
        font-size: 1rem;
    }

    .text-md-medium {
        font-size: 1.4rem;
    }

    .text-md-semi-medium {
        font-size: 1.6rem;
    }

    .text-md-large {
        font-size: 1.8rem;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    /* Margin Left */
    .ml-md-0 {
        margin-left: 0 !important;
    }

    .ml-md-1 {
        margin-left: calc(15px * .25) !important;
    }

    .ml-md-2 {
        margin-left: calc(15px * .5) !important;
    }

    .ml-md-3 {
        margin-left: 15px !important;
    }

    .ml-md-4 {
        margin-left: calc(15px * 1.5) !important;
    }

    .ml-md-5 {
        margin-left: calc(15px * 3) !important;
    }

    /* Margin Right */
    .mr-md-0 {
        margin-right: 0 !important;
    }

    .mr-md-1 {
        margin-right: calc(15px * .25) !important;
    }

    .mr-md-2 {
        margin-right: calc(15px * .5) !important;
    }

    .mr-md-3 {
        margin-right: 15px !important;
    }

    .mr-md-4 {
        margin-right: calc(15px * 1.5) !important;
    }

    .mr-md-5 {
        margin-right: calc(15px * 3) !important;
    }

    /* Margin Top */
    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: calc(15px * .25) !important;
    }

    .mt-md-2 {
        margin-top: calc(15px * .5) !important;
    }

    .mt-md-3 {
        margin-top: 15px !important;
    }

    .mt-md-4 {
        margin-top: calc(15px * 1.5) !important;
    }

    .mt-md-5 {
        margin-top: calc(15px * 3) !important;
    }

    /* Margin Bottom */
    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: calc(15px * .25) !important;
    }

    .mb-md-2 {
        margin-bottom: calc(15px * .5) !important;
    }

    .mb-md-3 {
        margin-bottom: 15px !important;
    }

    .mb-md-4 {
        margin-bottom: calc(15px * 1.5) !important;
    }

    .mb-md-5 {
        margin-bottom: calc(15px * 3) !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    /* Padding Top */
    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: calc(15px * .25) !important;
    }

    .pt-md-2 {
        padding-top: calc(15px * .5) !important;
    }

    .pt-md-3 {
        padding-top: 15px !important;
    }

    .pt-md-4 {
        padding-top: calc(15px * 1.5) !important;
    }

    .pt-md-5 {
        padding-top: calc(15px * 3) !important;
    }

    /* Padding Right */
    .pr-md-1 {
        padding-right: calc(15px * .25) !important;
    }

    .pr-md-2 {
        padding-right: calc(15px * .5) !important;
    }

    .pr-md-3 {
        padding-right: 15px !important;
    }

    .pr-md-4 {
        padding-right: calc(15px * 1.5) !important;
    }

    .pr-md-5 {
        padding-right: calc(15px * 3) !important;
    }

    /* Padding Bottom */
    .pb-md-1 {
        padding-bottom: calc(15px * .25) !important;
    }

    .pb-md-2 {
        padding-bottom: calc(15px * .5) !important;
    }

    .pb-md-3 {
        padding-bottom: 15px !important;
    }

    .pb-md-4 {
        padding-bottom: calc(15px * 1.5) !important;
    }

    .pb-md-5 {
        padding-bottom: calc(15px * 3) !important;
    }

    /* Padding Left */
    .pl-md-1 {
        padding-left: calc(15px * .25) !important;
    }

    .pl-md-2 {
        padding-left: calc(15px * .5) !important;
    }

    .pl-md-3 {
        padding-left: 15px !important;
    }

    .pl-md-4 {
        padding-left: calc(15px * 1.5) !important;
    }

    .pl-md-5 {
        padding-left: calc(15px * 3) !important;
    }

    .d-md-none {
        display: none;
    }

    .d-md-inline {
        display: inline;
    }

    .d-md-inline-block {
        display: inline-block;
    }

    .d-md-block {
        display: block;
    }

    .sr-only-md {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
}

@media(min-width:75em) {
    .pull-lg-right {
        float: right !important;
    }

    .pull-lg-left {
        float: left !important;
    }

    .text-lg-left {
        text-align: left;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-nowrap {
        white-space: nowrap;
    }

    .text-lg-small {
        font-size: 1rem;
    }

    .text-lg-medium {
        font-size: 1.4rem;
    }

    .text-lg-semi-medium {
        font-size: 1.6rem;
    }

    .text-lg-large {
        font-size: 1.8rem;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    /* Margin Left */
    .ml-lg-0 {
        margin-left: 0 !important;
    }

    .ml-lg-1 {
        margin-left: calc(15px * .25) !important;
    }

    .ml-lg-2 {
        margin-left: calc(15px * .5) !important;
    }

    .ml-lg-3 {
        margin-left: 15px !important;
    }

    .ml-lg-4 {
        margin-left: calc(15px * 1.5) !important;
    }

    .ml-lg-5 {
        margin-left: calc(15px * 3) !important;
    }

    /* Margin Right */
    .mr-lg-0 {
        margin-right: 0 !important;
    }

    .mr-lg-1 {
        margin-right: calc(15px * .25) !important;
    }

    .mr-lg-2 {
        margin-right: calc(15px * .5) !important;
    }

    .mr-lg-3 {
        margin-right: 15px !important;
    }

    .mr-lg-4 {
        margin-right: calc(15px * 1.5) !important;
    }

    .mr-lg-5 {
        margin-right: calc(15px * 3) !important;
    }

    /* Margin Top */
    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: calc(15px * .25) !important;
    }

    .mt-lg-2 {
        margin-top: calc(15px * .5) !important;
    }

    .mt-lg-3 {
        margin-top: 15px !important;
    }

    .mt-lg-4 {
        margin-top: calc(15px * 1.5) !important;
    }

    .mt-lg-5 {
        margin-top: calc(15px * 3) !important;
    }

    /* Margin Bottom */
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: calc(15px * .25) !important;
    }

    .mb-lg-2 {
        margin-bottom: calc(15px * .5) !important;
    }

    .mb-lg-3 {
        margin-bottom: 15px !important;
    }

    .mb-lg-4 {
        margin-bottom: calc(15px * 1.5) !important;
    }

    .mb-lg-5 {
        margin-bottom: calc(15px * 3) !important;
    }

    .p-lg-0 {
        padding: 0;
    }

    /* Padding Top */
    .pt-lg-1 {
        padding-top: calc(15px * .25) !important;
    }

    .pt-lg-2 {
        padding-top: calc(15px * .5) !important;
    }

    .pt-lg-3 {
        padding-top: 15px !important;
    }

    .pt-lg-4 {
        padding-top: calc(15px * 1.5) !important;
    }

    .pt-lg-5 {
        padding-top: calc(15px * 3) !important;
    }

    /* Padding Right */
    .pr-lg-1 {
        padding-right: calc(15px * .25) !important;
    }

    .pr-lg-2 {
        padding-right: calc(15px * .5) !important;
    }

    .pr-lg-3 {
        padding-right: 15px !important;
    }

    .pr-lg-4 {
        padding-right: calc(15px * 1.5) !important;
    }

    .pr-lg-5 {
        padding-right: calc(15px * 3) !important;
    }

    /* Padding Bottom */
    .pb-lg-1 {
        padding-bottom: calc(15px * .25) !important;
    }

    .pb-lg-2 {
        padding-bottom: calc(15px * .5) !important;
    }

    .pb-lg-3 {
        padding-bottom: 15px !important;
    }

    .pb-lg-4 {
        padding-bottom: calc(15px * 1.5) !important;
    }

    .pb-lg-5 {
        padding-bottom: calc(15px * 3) !important;
    }

    /* Padding Left */
    .pl-lg-1 {
        padding-left: calc(15px * .25) !important;
    }

    .pl-lg-2 {
        padding-left: calc(15px * .5) !important;
    }

    .pl-lg-3 {
        padding-left: 15px !important;
    }

    .pl-lg-4 {
        padding-left: calc(15px * 1.5) !important;
    }

    .pl-lg-5 {
        padding-left: calc(15px * 3) !important;
    }

    .d-lg-none {
        display: none;
    }

    .d-lg-inline {
        display: inline;
    }

    .d-lg-inline-block {
        display: inline-block;
    }

    .d-lg-block {
        display: block;
    }


    .sr-only-lg {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
}

/* Grid Styles
========================================== */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

    .row > [class*="col"] {
        float: none;
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }

[class*="col-"] {
    flex: 0 0 auto;
}

.row + .row {
    margin-top: 1.7rem;
}

.row-no-gutters > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.row-no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-space-between {
    justify-content: space-between;
}

.col-auto {
    width: auto;
}

.col-grow {
    flex-grow: 1;
}

@media(min-width:48em) {
    .align-items-sm-start {
        align-items: flex-start;
    }

    .align-items-sm-center {
        align-items: center;
    }

    .align-items-sm-end {
        align-items: flex-end;
    }

    .justify-content-sm-start {
        justify-content: flex-start;
    }

    .justify-content-sm-center {
        justify-content: center;
    }

    .justify-content-sm-end {
        justify-content: flex-end;
    }

    .justify-content-sm-space-between {
        justify-content: space-between;
    }

    .col-sm-auto {
        width: auto;
    }
}

@media(min-width:48em) and (max-width:991px) {
    .col-sm-grow {
        flex-grow: 1;
    }
}

@media(min-width:62em) {
    .align-items-md-start {
        align-items: start;
    }

    .align-items-md-center {
        align-items: center;
    }

    .align-items-md-end {
        align-items: flex-end;
    }

    .justify-content-md-start {
        justify-content: flex-start;
    }

    .justify-content-md-center {
        justify-content: center;
    }

    .justify-content-md-end {
        justify-content: flex-end;
    }

    .justify-content-md-space-between {
        justify-content: space-between;
    }

    .col-md-auto {
        width: auto;
    }
}

@media(min-width:62em) and (max-width:74.9375em) {
    .col-md-grow {
        flex-grow: 1;
    }
}

@media(min-width:75em) {
    .align-items-lg-start {
        align-items: flex-start;
    }

    .align-items-lg-center {
        align-items: center;
    }

    .align-items-lg-end {
        align-items: flex-end;
    }

    .justify-content-lg-start {
        justify-content: flex-start;
    }

    .justify-content-lg-center {
        justify-content: center;
    }

    .justify-content-lg-end {
        justify-content: flex-end;
    }

    .justify-content-lg-space-between {
        justify-content: space-between;
    }

    .col-lg-auto {
        width: auto;
    }

    .col-lg-grow {
        flex-grow: 1;
    }
}

/* Custom Form Styles
========================================== */
.form-control {
    border-radius: 3px;
    border-color: #737373;
    box-shadow: none;
    color: #555;
}

    .form-control:focus {
        border-color: #1B76C0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgb(102, 175, 233);
    }

    .form-control::placeholder {
        color: #555;
    }

select.form-control {
    position: relative;
    appearance: none;
    background: #fff url(../Images/double-arrow-vertical.png) no-repeat 97% 9px;
    background-size: 8px;
    padding-right: 20px;
    -webkit-appearance: none;
}

    select.form-control::-ms-expand {
        display: none;
    }

input[type="time"].form-control {
    padding: 6px;
}

label.required {
    position: relative;
}

    label.required:after {
        content: '*';
        position: absolute;
        top: -2px;
        right: -8px;
        font-size: 17px;
        color: #D82231;
    }

label svg {
    margin-left: 5px;
}

.form-inline legend,
.form-inline .legend {
    border-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.legend [data-toggle="tooltip"],
legend [data-toggle="tooltip"] {
    border: 0;
    margin: 0 0 0 3px;
    padding: 0;
    background: none;
    font-size: 1.2rem;
    color: #7D92A1;
}

.form-inline .radio {
    margin-top: 0;
    margin-bottom: 0;
}

.radio {
    position: relative;
}

    .radio label {
        position: relative;
        padding-left: 1.5em !important;
    }

        .radio input,
        .radio label:before {
            position: absolute !important;
        }

    .radio input {
        margin: 0 !important;
        top: 4px;
        left: 1px;
        width: 12px;
        height: 12px;
    }

    .radio label:before {
        content: '';
        top: 2px;
        left: 0;
        width: 14px;
        height: 14px;
    }

    .radio label:before {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 5px solid #DAE2E8;
        background: #fff;
        transition: border-color .3s ease-in-out;
    }

    .radio input:checked + label:before {
        border-color: #006BB8;
    }

fieldset .form-inline,
.fieldset .form-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    fieldset .form-inline legend,
    fieldset .form-inline .legend,
    .fieldset .form-inline legend,
    .fieldset .form-inline .legend {
        flex-shrink: 0;
    }

    fieldset .form-inline > *,
    .fieldset .form-inline > * {
        display: block;
        width: auto;
        margin-right: 1em;
    }

        fieldset .form-inline > *:last-child,
        .fieldset .form-inline > *:last-child {
            margin-right: 0;
        }

    fieldset .form-inline .radio + .radio,
    .fieldset .form-inline .radio + .radio {
        margin-top: 0;
    }

legend {
    border: 0;
}

input[type="checkbox"].checkbox-inline {
    margin: 0 6px 0 0;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
}

.label-icon-wrap {
    display: flex;
    align-items: center;
}

.label-icon-wrap {
    color: #DAE2E8;
}

    .label-icon-wrap label {
        color: #324552;
    }

    .label-icon-wrap .glyphicon,
    .label-icon-wrap svg {
        margin-left: auto;
        fill: currentColor;
        color: currentColor;
        will-change: color;
        transition: color .3s ease-in-out;
    }

    .label-icon-wrap.active {
        color: #7D92A1;
    }

.input-switch {
    display: flex;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
}

.input-switch__switch {
    position: relative;
    width: 45px;
    height: 25px;
    margin: 0 9px;
}

.input-switch__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    border: 1px solid #025fa9;
    background-color: #006BB8;
    transition: .4s;
}

    .input-switch__slider:before {
        position: absolute;
        content: "";
        height: 19px;
        width: 19px;
        left: 2px;
        bottom: 2px;
        border-radius: 50%;
        background-color: #fff;
        transform: translateX(20px);
        transition: .4s;
    }

.input-switch input[type="checkbox"]:checked ~ .input-switch__switch .input-switch__slider {
    border-color: #DAE2E8;
    background-color: #ECF0F3;
}

    .input-switch input[type="checkbox"]:checked ~ .input-switch__switch .input-switch__slider:before {
        transform: translateX(0);
        background-color: #7D92A1;
    }

.custom-grey-switch .input-switch {
    cursor: default;
}

.custom-grey-switch .input-switch__slider {
    border-color: #DAE2E8; 
    background-color: lightgrey;
}

.hours-row {
    display: grid;
    grid-template-columns: 24px 101px 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 6px;
    align-items: center;
    width: 100%;
}

    .hours-row > *:last-child {
        grid-row-start: 2;
        grid-column-start: 1;
        grid-column-end: 3;
    }

.stocking-strat-grid {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
    align-items: center;
}

@media(min-width:23.4375em) {

    .hours-row {
        display: inline-grid;
        grid-template-rows: 1fr;
    }

        .hours-row > *:last-child {
            grid-row-start: 1;
            grid-column-start: 3;
            grid-column-end: 3;
        }
}

@media(min-width:48em) {
    .stocking-strat-grid {
        display: block;
    }
}

@media(min-width:62em) {
    .hours-row {
        grid-template-columns: 68px 134px 1fr;
        column-gap: 30px;
    }

    fieldset .form-inline,
    .fieldset .form-inline {
        flex-wrap: nowrap;
    }

        fieldset .form-inline > *,
        .fieldset .form-inline > * {
            margin-right: 1.5em;
        }
}

/* Custom Table Styles
========================================== */
.table {
    background: #fff;
}

    .table > thead > tr > th {
        border-bottom-width: 1px;
    }

.table-striped thead th:first-child {
    border-top-left-radius: 4px;
}

.table-striped thead th:last-child {
    border-top-right-radius: 4px;
}

.table-striped tbody tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

.table-striped tbody tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

.table-striped thead {
    background: #1C2674;
}

    .table-striped thead th {
        background: #1C2674;
        color: #fff;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background: #fff;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background: #E5F1FF;
}

.order-table {
    width: 100%;
    border: 0;
    border-radius: 4px;
    border-collapse: separate;
}

    .order-table thead th {
        padding: 25px 16px;
        background: #324552;
        font-weight: 700;
        color: #fff;
    }

        .order-table thead th:first-child {
            border-top-left-radius: 4px;
        }

        .order-table thead th:last-child {
            border-top-right-radius: 4px;
        }

    .order-table tbody tr td:first-child {
        border-left: 1px solid #707070;
    }

    .order-table tbody tr td:last-child {
        border-right: 1px solid #707070;
    }

    .order-table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 4px;
    }

    .order-table tbody tr:last-child td {
        border-bottom: 1px solid #707070;
    }

        .order-table tbody tr:last-child td:last-child {
            border-bottom-right-radius: 4px;
        }

    .order-table tbody td {
        padding: 32px 16px;
        border-bottom: 1px solid #BEC8D0;
    }

    .order-table tbody tr:last-child td {
        padding: 32px 16px;
    }

        .order-table tbody td:last-child,
        .order-table thead th:last-child,
        .order-table tbody tr:last-child td:last-child {
            padding-right: 32px;
        }

.addon-table thead th:first-child {
    width: 33.333%;
}

.dealer-search-results {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

    .dealer-search-results tbody > tr > td,
    .addon-table tbody > tr > td {
        border: 0;
        vertical-align: middle;
    }

.addon-table tbody > tr > [data-title="Taxed?:"] select,
.addon-table tbody > tr > [data-title="Included in Price:"] select,
.addon-table tbody > tr > [data-title="Removable in Cart:"] > div {
    display: inline-block;
    width: auto;
}

.dealer-search-results tbody > tr > td {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media(max-width:47.9375em) {
    .order-table {
        border-top: 5px solid #324552;
    }

    .table-xs-responsive thead {
        display: none;
    }

    .table-xs-responsive,
    .table-xs-responsive tbody,
    .table-xs-responsive tbody tr,
    .table-xs-responsive tbody td {
        display: block;
        width: 100%;
        border: 0 !important;
    }

        .table-xs-responsive tbody td {
            padding: 4px 16px !important;
        }

            .table-xs-responsive tbody td:before {
                content: attr(data-title);
                margin-right: 10px;
                font-weight: 700;
            }

        .table-xs-responsive:not(.table-striped) tbody tr + tr {
            border-top: 1px solid #ddd !important;
            margin-top: 6px;
            padding-top: 6px;
        }

    .table-xs-responsive--locations tbody tr td[data-title="Default"],
    .table-xs-responsive--locations tbody tr td[data-title="Active"] {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }

    .order-table tbody tr:first-child td:nth-child(2) {
        border-top: 24px solid #324552 !important;
        border-radius: 4px;
        padding-top: 13px !important;
    }
}

@media(max-width:47em) {
    .table-responsive thead {
        display: none;
    }

    .table-responsive,
    .table-responsive tbody,
    .table-responsive tbody tr,
    .table-responsive tbody td {
        display: block;
        width: 100%;
        border: 0 !important;
    }

        .table-responsive tbody td {
            padding: 4px 16px !important;
        }

            .table-responsive tbody td:before {
                content: attr(data-title);
                margin-right: 10px;
                font-weight: 700;
            }

        .table-responsive:not(.table-striped) tbody tr + tr {
            border-top: 1px solid #ddd !important;
            margin-top: 6px;
            padding-top: 6px;
        }

    .table-responsive--locations tbody tr td[data-title="Default"],
    .table-responsive--locations tbody tr td[data-title="Active"] {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }

    .analyitics-dealer-table tbody > tr {
        position: relative;
    }

        .analyitics-dealer-table tbody > tr td:first-child {
            position: absolute;
            top: 10px;
            left: 0;
            padding: 0 !important;
        }

        .analyitics-dealer-table tbody > tr:first-child td:first-child {
            top: 5px;
        }

        .analyitics-dealer-table tbody > tr td {
            padding-left: 32px !important;
        }
}

/* Dealer Location Details
========================================== */
@media(min-width:48em) {
    .ui-styling-row {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 325px 1fr;
        grid-template-columns: 325px 1fr;
        column-gap: 30px;
        align-items: center;
    }
}

@media(min-width:62em) {
    .ui-styling-row {
        column-gap: 60px;
    }
}

/* Analytics Page
========================================== */
.total-searches .h1 {
    font-size: 48px;
}

.top-five ol li + li {
    margin-top: 5px;
}

#allCardsContainer > .row > [class*="col-"] .panel {
    position: relative;
    height: 100%;
}

#analyticsChart #canvasContainer {
    position: relative;
    width: 100%;
    height: 35rem;
}

@media(min-width:62em) {

    .chart-cards-row {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 65.9% 1fr;
        grid-template-columns: [chart] 65.9% [cards] 1fr;
    }

    #analyticsChart {
        -ms-grid-column: 1;
        grid-area: chart;
    }

    #allCardsContainer {
        -ms-grid-column: 2;
        grid-area: cards;
        padding-left: 16px;
    }

        #allCardsContainer > .row:first-child {
            height: 10%;
        }

        #allCardsContainer > .row:nth-child(2) {
            height: 37%;
        }

        #allCardsContainer > .row:nth-child(3) {
            height: 49.5%;
        }

    #analyticsChart #canvasContainer {
        height: 46.9vw;
    }
}

@media(min-width:75em) {

    #analyticsChart #canvasContainer {
        height: 440px;
    }
}
