/* =========================================================
   GLOBAL
========================================================= */

html,
body {
    min-height: 100%;
}

body {
    height: 100vh;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    background: #f7f8fa;
    color: #354154;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    text-decoration: none;
    color: #f05222;
    font-weight: 500;
    transition: color .15s ease;
}

a:hover {
    color: #d94318 !important;
}


/* =========================================================
   NAVIGATION
========================================================= */

.mm-nav-button {
    border: 0;
    background: white;
}

.navbar {
    height: 60px !important;
    background: #fff !important;
    border-bottom: 1px solid #edf0f4;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.9rem 0.9rem;
    font-size: 1.05rem;
    position: relative;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    border-top: 2px solid #ffc2a6;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    border-top: 2px solid #fff;
    color: #fff;
    font-weight: 600;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
    border: 1px solid #e1e5ea;
    border-top: 3px solid #f05222;
    border-radius: 0 0 7px 7px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(31, 41, 55, .10);
    font-size: 13px;
}

.dropdown-menu .dropdown-item.active,
.dropdown-item:active {
    background-color: #fff1e9;
    border-left: 2px solid #f05222;
    color: #17243a;
    text-decoration: none;
}


/* =========================================================
   MASTER MECHANIC BRAND
========================================================= */

.mm-brand {
    width: 295px;
    min-width: 255px;
    height: 64px;
    display: flex;
    align-items: center;
    padding: 6px 12px 6px 10px;
    box-sizing: border-box;
    background: #032895;
    text-decoration: none;
}

.mm-brand svg {
    width: 220px;
    height: 51px;
    display: block;
}


/* =========================================================
   BLUE SLASH DIVIDER
========================================================= */

.mm-brand-divider {
    position: relative;
    width: 42px;
    min-width: 42px;
    height: 64px;
    background: #fff;
    overflow: hidden;
    transform: skewX(-18deg);
    margin-left: -10px;
}

.mm-brand-divider span {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #032895;
}

.mm-brand-divider span:first-child {
    left: 7px;
}

.mm-brand-divider span:last-child {
    left: 23px;
}


/* =========================================================
   DASHBOARD BRANDING
========================================================= */

.mm-dashboard-brand {
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 24px;
    background: #fff;
}

.mm-dashboard-title {
    color: #f05222;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.3px;
}

.mm-dashboard-subtitle {
    margin-top: 4px;
    color: #032895;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}


/* =========================================================
   DASHBOARD NAVIGATION
========================================================= */

.mm-navbar .navbar-collapse {
    height: 64px;
    align-items: stretch;
}

.mm-navbar .navbar-nav {
    height: 64px;
    align-items: center;
}

.mm-navbar .nav-link {
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 18px !important;
    color: #032895 !important;
    font-size: 14px;
    font-weight: 700;
    transition:
        color .2s ease,
        background-color .2s ease;
}

.mm-navbar .nav-link:hover {
    color: #f05222 !important;
    background: rgba(240, 82, 34, .05);
}

.mm-navbar .mm-signoff {
    padding-right: 24px !important;
}


/* =========================================================
   DASHBOARD DROPDOWNS
========================================================= */

.mm-navbar .dropdown-menu {
    margin-top: 0;
    border: 1px solid #e1e5ea;
    border-top: 3px solid #f05222;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 6px 18px rgba(31, 41, 55, .10);
}

.mm-navbar .dropdown-item {
    padding: 9px 16px;
    color: #354154;
    font-size: 13px;
    font-weight: 600;
}

.mm-navbar .dropdown-item:hover {
    color: #f05222;
    background: #fff7f3;
}


/* =========================================================
   MOBILE NAVIGATION
========================================================= */

.mm-navbar .navbar-toggler {
    margin-right: 12px;
    border-color: rgba(3, 40, 149, .25);
}

.mm-navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 .15rem rgba(3, 40, 149, .15);
}

.navbar-toggler {
    padding: 4px;
    background: #f05222;
    border: none;
    outline: none;
}


/* =========================================================
   PAGE TITLE
========================================================= */

.title-name {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.title-name > div {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .2px;
}

.title-name span {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, .72);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .8px;
    text-transform: uppercase;
}


/* =========================================================
   FOOTER
========================================================= */

footer {
    margin: 0 !important;
    display: inline-flex;
    padding: 10px 14px;
    background-color: #17243a;
    color: #a1aab7;
}


/* =========================================================
   PLACEHOLDERS
========================================================= */

::-webkit-input-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

::placeholder {
    font-style: italic;
    color: #a1aab7 !important;
}


/* =========================================================
   TOAST
========================================================= */

#toast-container > div {
    width: 410px !important;
    font-size: 15px;
    border-radius: 7px;
    box-shadow: 0 6px 20px rgba(31, 41, 55, .12);
}

#toast-container > div .toast-title {
    color: #17243a;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}


/* =========================================================
   REPORT TOOLBAR
========================================================= */

.report-toolbar {
    width: 100%;
    margin: 0 0 20px;
    padding: 14px 16px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(31, 41, 55, .025);
}


/* =========================================================
   REPORT FORM
========================================================= */

.report-form {
    width: 100%;
}

.report-filters {
    display: grid;
    grid-template-columns:
        130px
        266px
        190px
        160px
        160px
        auto;
    align-items: end;
    gap: 10px;
    width: 100%;
}


/* =========================================================
   REPORT FILTER TITLE
========================================================= */

.report-toolbar-header {
    display: flex;
    align-items: center;
    height: 36px;
    margin: 0;
    padding: 0;
}

.report-toolbar-title {
    color: #17243a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .45px;
    white-space: nowrap;
}


/* =========================================================
   REPORT FIELDS
========================================================= */

.report-field {
    min-width: 0;
}

.report-field label {
    display: block;
    height: 13px;
    margin: 0 0 5px;
    color: #7d8796;
    font-size: 12px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: .05em;
}

.report-field select,
.report-field input {
    display: block;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    padding: 7px 10px;
    border: 1px solid #d5d9df;
    border-radius: 6px;
    background: #fff;
    color: #354154;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    transition:
        border-color .15s ease,
        box-shadow .15s ease,
        background-color .15s ease;
}

.report-field select {
    cursor: pointer;
}

.report-field select:hover,
.report-field input:hover {
    border-color: #c3c9d1;
}

.report-field select:focus,
.report-field input:focus {
    border-color: #032895;
    box-shadow: 0 0 0 2px rgba(3, 40, 149, .08);
}


/* =========================================================
   GLOBAL FORM CONTROLS
========================================================= */

.form-label {
    display: block;
    margin-bottom: 5px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.form-select,
.form-control {
    height: 36px;
    min-height: 36px;
    padding: 6px 10px;
    color: #354154;
    background: #fff;
    border: 1px solid #d5d9df;
    border-radius: 6px;
    box-shadow: none;
    font-size: 13px;
    font-weight: 400;
    transition:
        border-color .15s ease,
        box-shadow .15s ease,
        background-color .15s ease;
}

.form-select {
    padding-right: 30px;
    cursor: pointer;
}

.form-select:hover,
.form-control:hover {
    border-color: #c3c9d1;
}

.form-select:focus,
.form-control:focus {
    border-color: #032895;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(3, 40, 149, .08);
}

.form-select.no-border,
.form-control.no-border {
    border: 1px solid #d5d9df !important;
}


/* =========================================================
   DATE INPUTS
========================================================= */

#repDateStart,
#repDateEnd {
    background: #fff;
    cursor: pointer;
}

.startDateSel,
.endDateSel {
    transition: opacity .15s ease;
}

.report-field input:disabled,
#repDateStart.date-disabled,
#repDateEnd.date-disabled,
#repDateStart:disabled,
#repDateEnd:disabled {
    background-color: #f1f3f5 !important;
    color: #8994a4 !important;
    border-color: #e1e5ea !important;
    opacity: 1 !important;
    cursor: not-allowed !important;
}

#repDateStart:disabled::placeholder,
#repDateEnd:disabled::placeholder {
    color: #8994a4 !important;
}


/* =========================================================
   SHOW REPORT
========================================================= */

.report-action {
    display: flex;
    align-items: flex-end;
}

.report-action button,
#btnGetReport {
    width: 100%;
    min-width: 105px;
    height: 36px;
    padding: 0 14px;
    border: 1px solid #f05222;
    border-radius: 6px;
    background: #f05222;
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-shadow: none !important;
    transition:
        background-color .15s ease,
        border-color .15s ease,
        transform .15s ease;
}

.report-action button:hover,
#btnGetReport:hover {
    background: #d94318;
    border-color: #d94318;
}

.report-action button:active,
#btnGetReport:active {
    transform: translateY(1px);
}

#btnGetReport:focus,
#btnGetReport:active {
    box-shadow: 0 0 0 2px rgba(240, 82, 34, .12) !important;
}


/* =========================================================
   REPORT METADATA
========================================================= */

.report-meta {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 10px;
    min-width: 0;
    height: 36px;
}


/* =========================================================
   DATA LAST PULLED
========================================================= */

.data-last-pulled {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    min-width: 0;
    color: #8994a4;
    font-size: 10px;
    white-space: nowrap;
}

.data-last-pulled .label {
    color: #7d8796;
    font-weight: 600;
}

.data-last-pulled .value {
    padding: 7px 9px;
    border: 1px solid #e1e5ea;
    border-radius: 6px;
    background: #f7f8fa;
    color: #596474;
    font-size: 10px;
    font-weight: 600;
}


/* =========================================================
   EXPORT
========================================================= */

.export-area {
    display: flex;
    align-items: flex-end;
}

.export-area a,
.export-area .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    min-width: 82px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #d5d9df;
    border-radius: 6px;
    background: #fff;
    color: #596474;
    font-family: inherit;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition:
        background-color .15s ease,
        border-color .15s ease,
        color .15s ease;
}

.export-area a:hover,
.export-area .btn:hover {
    background: #f7f8fa;
    border-color: #cbd1d9;
    color: #354154 !important;
}


/* =========================================================
   BUTTONS
========================================================= */

.btn {
    height: 36px;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    box-shadow: none !important;
}

.btn-outline-dark {
    color: #596474;
    background: #fff;
    border: 1px solid #d5d9df;
}

.btn-outline-dark:hover {
    color: #354154 !important;
    background: #f7f8fa;
    border-color: #cbd1d9;
}

.btn-outline-dark:focus {
    color: #354154;
    background: #fff;
    border-color: #cbd1d9;
    box-shadow: 0 0 0 2px rgba(3, 40, 149, .06) !important;
}


/* =========================================================
   REPORT LEGEND
========================================================= */

.report-legend {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    margin: 0 0 8px;
    color: #8994a4;
    font-size: 11px;
}

.report-legend span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.report-legend i {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #d7dce1;
    border-radius: 4px;
}

.report-legend .cy {
    background: #fff;
}

.report-legend .py {
    background: #fff1e9;
    border-color: #f0d5c8;
}


/* =========================================================
   REPORT TABLE CONTAINER
========================================================= */

.col-headers {
    background: #fff;
}

#reportSalesListing {
    width: 100%;
    border: 1px solid #dfe3e8;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    color: #354154;
    font-size: 13px;
}


/* =========================================================
   REPORT TABLE HEADER
========================================================= */

#reportSalesListing thead th,
#sticky-header th {
    position: relative;
    padding: 11px 10px;
    background: #f1f3f6 !important;
    color: #354154 !important;
    border: 0 !important;
    border-bottom: 1px solid #dfe3e8 !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .15px;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
}

#reportSalesListing thead th:first-child,
#sticky-header th:first-child {
    text-align: left;
}

#reportSalesListing thead th:not(:first-child),
#sticky-header th:not(:first-child) {
    text-align: center;
}


/* =========================================================
   SORT INDICATORS
========================================================= */

#reportSalesListing th.sort-asc::after,
#reportSalesListing th.sort-desc::after,
#sticky-header th.sort-asc::after,
#sticky-header th.sort-desc::after {
    margin-left: 5px;
    font-size: 12px !important;
    color: #f05222;
}

#reportSalesListing th.sort-asc::after,
#sticky-header th.sort-asc::after {
    content: "↑";
}

#reportSalesListing th.sort-desc::after,
#sticky-header th.sort-desc::after {
    content: "↓";
}


/* =========================================================
   REPORT TABLE BODY
========================================================= */

#reportSalesListing tbody td {
    padding: 9px 10px;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #eef0f3;
    vertical-align: middle;
    color: #354154;
    font-size: 13px;
}


/* =========================================================
   CURRENT YEAR
========================================================= */

#reportSalesListing tbody tr.cy-row td {
    font-weight: 500;
    background: #fff;
}

#reportSalesListing tbody tr.cy-row:hover td {
    background: #f7f9fb;
}


/* =========================================================
   PREVIOUS YEAR
========================================================= */

#reportSalesListing tbody tr.py-row td {
    background: #fff4ef;
    color: #6f625d;
    border-bottom: 1px solid #f0d5c8;
    font-size: 12px;
}

#reportSalesListing .py-row .data-id {
    color: #9a4b2c;
}

#reportSalesListing tbody tr.py-row:hover td {
    background: #ffede5;
}


/* =========================================================
   NET SALES
========================================================= */

#reportSalesListing .net-sales {
    font-weight: 700;
    color: #17243a;
    white-space: nowrap;
}

#reportSalesListing .sales-change {
    display: block;
    margin-top: 2px;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
}

#reportSalesListing .sales-up {
    color: #17804b;
}

#reportSalesListing .sales-down {
    color: #bc4036;
}


/* =========================================================
   REPORT TABLE FOOTER
========================================================= */

#reportSalesListing tfoot td {
    padding: 9px 10px;
    border: 0;
    border-top: 1px solid #dfe3e8;
    color: #354154;
    font-size: 12px;
}

#reportSalesListing tfoot tr:first-child td {
    border-top: 2px solid #cbd1d9;
}

#reportSalesListing tfoot tr:nth-child(1) td {
    background: #eef1f4 !important;
    font-weight: 700;
}

#reportSalesListing tfoot tr:nth-child(2) td {
    background: #f7f8fa !important;
    color: #748093;
}

#reportSalesListing tfoot tr:nth-child(3) td {
    background: #fff4ef !important;
    color: #6f625d;
}

#reportSalesListing tfoot tr:nth-child(4) td {
    background: #fff8f5 !important;
    color: #8a7972;
}


/* =========================================================
   STICKY TABLE HEADER
========================================================= */

#sticky-header {
    background: #f1f3f6;
    box-shadow: 0 3px 8px rgba(31, 41, 55, .08);
}


/* =========================================================
   EMPLOYEE PAGE
========================================================= */

.employee-page {
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
    color: #354154;
}

.employee-content {
    width: 100%;
}


/* =========================================================
   EMPLOYEE PAGE HEADER
========================================================= */

.employee-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 18px;
}

.employee-page-header h2 {
    margin: 0;
    color: #17243a;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.2px;
}

.employee-title-line {
    width: 42px;
    height: 3px;
    margin-top: 7px;
    border-radius: 2px;
    background: #f05222;
}


/* =========================================================
   EMPLOYEE ACTIONS
========================================================= */

.employee-actions {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid #edf0f4;
}

.employee-new-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 15px;
    box-sizing: border-box;
    border: 1px solid #f05222;
    border-radius: 6px;
    background: #f05222;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    transition:
        background-color .15s ease,
        border-color .15s ease,
        box-shadow .15s ease,
        transform .15s ease;
}

.employee-new-btn:hover {
    background: #d94318;
    border-color: #d94318;
    color: #fff !important;
}

.employee-new-btn:active {
    transform: translateY(1px);
}

.employee-new-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(240, 82, 34, .12);
}


/* =========================================================
   EMPLOYEE TABLE CONTAINER
========================================================= */

.employee-table-container {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(31, 41, 55, .025);
}


/* =========================================================
   EMPLOYEE TABLE
========================================================= */

#employeeListing {
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    color: #354154;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
}


/* =========================================================
   EMPLOYEE TABLE HEADER
========================================================= */

#employeeListing thead th {
    position: relative;
    height: 42px;
    padding: 0 12px;
    box-sizing: border-box;
    background: #f1f3f6 !important;
    color: #354154 !important;
    border: 0 !important;
    border-bottom: 1px solid #dfe3e8 !important;
    font-size: 10px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: .35px;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
}

#employeeListing thead th:first-child {
    text-align: left;
}

#employeeListing thead th:not(:first-child) {
    text-align: center;
}


/* =========================================================
   EMPLOYEE TABLE BODY
========================================================= */

#employeeListing tbody td {
    height: 44px;
    padding: 8px 12px;
    background: #fff;
    border: 0 !important;
    border-bottom: 1px solid #eef0f3 !important;
    color: #354154;
    font-size: 13px;
    line-height: 1.3;
    vertical-align: middle;
}

#employeeListing tbody tr:nth-child(odd) td,
#employeeListing tbody tr:nth-child(even) td {
    background: #fff !important;
}

#employeeListing tbody tr:hover td {
    background: #f7f9fb !important;
}

#employeeListing tbody td:first-child {
    font-weight: 600;
    color: #17243a;
}

#employeeListing tbody td:nth-child(2) {
    color: #6b7280;
}

#employeeListing tbody td:nth-child(3),
#employeeListing tbody td:nth-child(4),
#employeeListing tbody td:nth-child(5),
#employeeListing tbody td:last-child {
    text-align: center;
}


/* =========================================================
   EMPLOYEE TABLE ICONS
========================================================= */

#employeeListing .tableIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 15px !important;
    color: #68768a;
    border-radius: 6px;
    transition:
        background-color .15s ease,
        color .15s ease;
}

#employeeListing .tableIcon:hover {
    background: #fff1e9;
    color: #f05222;
}


/* =========================================================
   DATATABLES RESPONSIVE CONTROL
========================================================= */

#employeeListing .dtr-control {
    position: relative;
}

#employeeListing .dtr-control::before {
    background-color: #f05222 !important;
    box-shadow: none !important;
}


/* =========================================================
   EMPLOYEE LINKS
========================================================= */

#employeeListing tbody a {
    color: #f05222;
    font-weight: 600;
    text-decoration: none;
}

#employeeListing tbody a:hover {
    color: #d94318;
}


/* =========================================================
   DATATABLES CONTROLS
========================================================= */

.dataTables_wrapper {
    color: #748093;
    font-size: 12px;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_filter label {
    color: #7d8796;
    font-size: 11px;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_filter input {
    height: 34px;
    margin-left: 6px;
    padding: 5px 10px;
    border: 1px solid #d5d9df;
    border-radius: 6px;
    background: #fff;
    color: #354154;
    font-family: inherit;
    font-size: 12px;
    outline: none;
    transition:
        border-color .15s ease,
        box-shadow .15s ease;
}

.dataTables_wrapper .dataTables_filter input:hover {
    border-color: #c3c9d1;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border-color: #032895;
    box-shadow: 0 0 0 2px rgba(3, 40, 149, .08);
}


/* =========================================================
   DATATABLES PAGINATION
========================================================= */

.dataTables_wrapper .dataTables_paginate {
    padding-top: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 30px;
    height: 30px;
    margin-left: 2px;
    padding: 6px 9px;
    box-sizing: border-box;
    border: 1px solid transparent !important;
    border-radius: 6px !important;
    background: transparent !important;
    color: #68768a !important;
    font-size: 12px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-color: #dfe3e8 !important;
    background: #f3f5f7 !important;
    color: #354154 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border-color: #f05222 !important;
    background: #f05222 !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #d94318 !important;
    color: #fff !important;
}


/* =========================================================
   DATATABLES INFO
========================================================= */

.dataTables_wrapper .dataTables_info {
    padding-top: 14px;
    color: #8994a4;
    font-size: 11px;
}


/* =========================================================
   RESPONSIVE REPORT TOOLBAR
========================================================= */

@media (max-width: 1500px) {

    .report-filters {
        grid-template-columns:
            120px
            145px
            145px
            145px
            145px
            auto;
    }

}

@media (max-width: 1200px) {

    .report-filters {
        grid-template-columns:
            120px
            repeat(2, minmax(180px, 1fr))
            repeat(2, minmax(140px, 1fr))
            105px;
    }

    .report-meta {
        grid-column: 1 / -1;
        justify-content: flex-end;
    }

}

@media (max-width: 991px) {

    .report-toolbar {
        padding: 14px;
    }

    .report-filters {
        display: grid;
    }

    .formMainReport {
        height: auto;
        min-height: 87px;
    }

    .data-last-pulled {
        height: 40px;
        justify-content: flex-start;
        padding: 0 5px;
        margin-top: 8px;
    }

    .export-area {
        height: 40px;
        justify-content: flex-start;
        margin-top: 4px;
    }

}

@media (max-width: 900px) {

    .employee-page {
        padding: 20px 20px 50px;
    }

    .employee-page-header h2 {
        font-size: 20px;
    }

    #employeeListing thead th {
        font-size: 10px;
        padding: 0 9px;
    }

    #employeeListing tbody td {
        padding: 8px 9px;
    }

}

@media (max-width: 800px) {

    .report-filters {
        grid-template-columns: 1fr 1fr;
    }

    .report-toolbar-header {
        grid-column: 1 / -1;
    }

    .report-meta {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

}

@media (max-width: 600px) {

    .employee-page {
        padding: 15px 10px 40px;
    }

    .employee-page-header {
        margin-bottom: 14px;
    }

    .employee-page-header h2 {
        font-size: 19px;
    }

    .employee-actions {
        margin-bottom: 10px;
    }

    .employee-table-container {
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }

}

@media (max-width: 575px) {

    .report-toolbar {
        padding: 10px;
        border-radius: 7px;
    }

    .formMainReport {
        padding: 10px;
    }

    .formMainReport .row > div {
        margin-top: 8px !important;
    }

    .data-last-pulled {
        font-size: 11px;
    }

    .data-last-pulled .value {
        font-size: 11px;
    }

}

@media (max-width: 550px) {

    .report-filters {
        grid-template-columns: 1fr;
    }

    .report-toolbar-header,
    .report-meta {
        grid-column: auto;
    }

    .report-meta {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

}

@media (max-width: 420px) {

    .employee-page {
        padding: 10px 8px 35px;
    }

    .employee-page-header h2 {
        font-size: 18px;
    }

}

/* =========================================================
   SALES REPORT PY TOGGLE / TABLE FIXES
   ========================================================= */

.col-headers {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    background: #fff;
}

#reportSalesListing {
    width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed !important;
}

#reportSalesListing thead th {
    height: 36px;
    padding: 8px 9px !important;
    vertical-align: middle;
}

#reportSalesListing thead th.py-action-header,
#sticky-header th.py-action-header {
    width: 82px;
    min-width: 82px;
    cursor: default;
}

#reportSalesListing tbody td {
    height: 42px;
    padding: 7px 9px !important;
    vertical-align: middle !important;
    white-space: nowrap;
}

#reportSalesListing tbody td.location-cell {
    min-width: 125px;
    font-weight: 700;
    text-align: left;
}

#reportSalesListing tbody td.store-number-cell {
    min-width: 75px;
    text-align: center;
}

#reportSalesListing tbody tr.cy-row td {
    background: #fff;
}

#reportSalesListing tbody tr.cy-row:hover td {
    background: #f7f9fb;
}

#reportSalesListing tbody tr.py-row {
    display: none;
}

#reportSalesListing tbody tr.py-row.py-visible {
    display: table-row;
}

#reportSalesListing tbody tr.py-row td {
    background: #fff4ef;
    color: #6f625d;
    border-bottom: 1px solid #f0d5c8;
    font-size: 12px;
}

#reportSalesListing tbody tr.py-row:hover td {
    background: #ffede5;
}

#reportSalesListing td.py-action-cell {
    width: 82px;
    min-width: 82px;
    padding-left: 6px !important;
    padding-right: 6px !important;
    text-align: center;
}

.py-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 28px;
    padding: 0 8px;
    border: 1px solid #d5d9df;
    border-radius: 5px;
    background: #fff;
    color: #596474;
    font-family: inherit;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.py-toggle-btn:hover {
    background: #fff4ef;
    border-color: #f05222;
    color: #f05222;
}

.py-toggle-btn:focus {
    outline: none;
    border-color: #f05222;
    box-shadow: 0 0 0 2px rgba(240, 82, 34, .10);
}

#reportSalesListing th.sort-asc,
#reportSalesListing th.sort-desc,
#sticky-header th.sort-asc,
#sticky-header th.sort-desc {
    color: #17243a !important;
}

#reportSalesListing th.sort-asc::after,
#reportSalesListing th.sort-desc::after,
#sticky-header th.sort-asc::after,
#sticky-header th.sort-desc::after {
    margin-left: 5px;
    color: #f05222;
    font-size: 8px;
}

#reportSalesListing th.py-action-header::after,
#sticky-header th.py-action-header::after {
    content: none !important;
}

#sticky-header {
    table-layout: auto !important;
}

#reportSalesListing th.sort-change,
#sticky-header th.sort-change {
    color: #17243a !important;
}

#reportSalesListing th.sort-change::after,
#sticky-header th.sort-change::after {
    content: '↓ %';
    margin-left: 5px;
    color: #f05222;
    font-size: 12px;
}

#reportSalesListing th.sort-change-asc,
#sticky-header th.sort-change-asc {
    color: #17243a !important;
}

#reportSalesListing th.sort-change-asc::after,
#sticky-header th.sort-change-asc::after {
    content: '↑ %';
    margin-left: 5px;
    color: #f05222;
    font-size: 12px;
}