﻿html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li,
table, tfoot, thead, tr, th, td,
article, aside, canvas, details, footer, header, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
body {
  line-height: 1;
  font-size: 12px;
}

/* Please put all variables here for consistency */
:root {
    --main-header-height: 78px;
    --padding-for-content: 20px;
    /* Define color palatte */
    /* Define blues */
    --midmetrics-blue: #329DE1;
    --midmeticcs-blue-darker: #428BCA;
    /* Define blacks */
    --jet-black: #333333;
    --outerspace-black: #46494D;
    --earie-black: #212529;
    --pale-gray: #eeeeee;
    --page-gray__hover: #b0b0b0;
    --page-gray__active-border: #CCC;
    /* Define whites */
    --timberwolf-white: #D5D5D5;
    --seasalt-white: #F6F7F8;
    --white: #FFFFFF;
    /* Define how we use each */
    /* When we want to re-theme site we just adjust these */
    --primary-accent: var(--midmetrics-blue);
    --primary-accent-darker: var(--midmeticcs-blue-darker);
    --primary-text: var(--jet-black);
    --card-header-bg-color: var(--outerspace-black);
    --card-header-txt-color: var(--white);
}

.item-grid .data-content .k-chart, .item-grid .data-content .k-stockchart {
    height: 420px !important;
    padding-bottom: 0 !important;
}

.modal-body .k-chart, .modal-body .k-stockchart {
    height: 420px !important;
    padding-bottom: 0 !important;
}

@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

a {
    color: var(--primary-accent-darker);
    text-decoration: none;
}
    a:not([href]):not([class])  {
        color: var(--primary-accent-darker) !important;
        text-decoration: none;
    }
        a:not([href]):not([class]):hover {
            color: #3172aa !important;
        }

.btn-primary {
    color: #fff !important;
    background-color: var(--primary-accent-darker) !important;
    border-color: #357ebd !important;
}
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3276b1 !important;
        border-color: #285e8e !important;
    }

.link-with-icon {
    color: var(--primary-accent-darker);
}
ol, ul {
    list-style: none;
}
label p {margin-bottom: 0;}

html, body {
height: 100%;
font-family: 'Lato',arial,sans-serif;
font-weight: 400;
}

html,
body,
.container-fluid,
.row-content,
.column{
  height: 100%;
}


/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('Fonts/lato-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'), url('Fonts/lato-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('Fonts/lato-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('Fonts/lato-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('Fonts/lato-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('Fonts/lato-v15-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url('Fonts/lato-v15-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Lato Italic'), local('Lato-Italic'), url('Fonts/lato-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('Fonts/lato-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('Fonts/lato-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('Fonts/lato-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('Fonts/lato-v15-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('Fonts/lato-v15-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Lato Bold'), local('Lato-Bold'), url('Fonts/lato-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('Fonts/lato-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('Fonts/lato-v15-latin-700.woff') format('woff'), /* Modern Browsers */
    url('Fonts/lato-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('Fonts/lato-v15-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700italic - latin */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url('Fonts/lato-v15-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url('Fonts/lato-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('Fonts/lato-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('Fonts/lato-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('Fonts/lato-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('Fonts/lato-v15-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* font */
@font-face {
	font-family: 'icomoon';
	src:url('Fonts/icomoon.eot?c8m22a');
	src:url('Fonts/icomoon.eot?#iefixc8m22a') format('embedded-opentype'),
		url('Fonts/icomoon.woff?c8m22a') format('woff'),
		url('Fonts/icomoon.ttf?c8m22a') format('truetype'),
		url('Fonts/icomoon.svg?c8m22a#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
	content: "\e600";
}
.icon-faves:before {
	content: "\e601";
}
.icon-star-empty:before {
	content: "\e602";
}
.icon-chart-column:before {
	content: "\e603";
}
.icon-mobile:before {
	content: "\e604";
}

.icon {
    margin-right: 0.917em;
}

/* Bootstrap overrides*/
.row,
.container-fluid {
   padding: 0;
   margin: 0;
}

.column{
  padding-left: 0;
  padding-right: 0;
}

/* Header section */
.col-logo {
    background: #fff;
}
.logo {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.col-breadcrumbs {
    display: flex; /* Use flexbox to horizontally align the 
                      Enterprise -> Company -> MID selector 
                      on analytics */
}


@media (min-width: 768px) {
    .logo {
       display: block;
       margin-left: auto;
       margin-right: auto;
       width: 210px;
       padding-top: 0;
       padding-bottom: 0;
    }
    .header {
        background: #fff;
        height: 75px;
        width: 100%;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
    }
    #main-section {
        padding-top: 75px;
    }
}
/* Toggle button */

#toggle-button {
    border: none;
    position: absolute;
    right: 1rem;
    top: 1.3rem;
    margin: 0;
}

#toggle-button:hover,
#toggle-button:focus {
    background-color: transparent;
}

#toggle-button .icon-bar {
    background-color: var(--primary-accent-darker);
}

/* Nav section */


.nav-account {
    display: flex;
    margin-bottom: 0;
}
    .nav-account a {
        color: var(--primary-accent-darker);
        text-decoration: none;
        margin-left: 1rem;
        font-size: 0.85rem;
    }
@media (min-width: 768px) {
    .nicescroll-container {
        height: 600px;
    }

    #nav-section {
        background-color: #5d5f64;
        width: 220px;
        padding-bottom: 300px;
        margin-top: -2px;
    }
}

  

    #nav-section li {
    border-bottom: 1px solid #979797;
    white-space: nowrap;
    font-size: 11px;
    line-height: 11px;
}

.accordion-item button, .accordion-item a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 1.2rem 1rem;
    line-height: 1rem;
    background: var(--card-header-bg-color);
}
.accordion-item a {
    display: block;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.sidebar-nav-icon {
    vertical-align: middle;
    display: inline-block;
    width: 23px;
    height: auto;
    margin-right: 0.5rem;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background: #3a3d40 !important;
    box-shadow: none !important;
}
.accordion-link:hover {
    color: #fff;
}

.sidebar-nav-label {
    display: inline-block;
    vertical-align: middle;
}

#nav-section li:hover {
    background-color: #212329;
}

#nav-section li.active {
    background-color: #0d1016;
}

.nav > li > a:hover, 
.nav > li > a:focus {
    background: none;
}

#nav-section .nav-second-level {
    background: #5d5f64;

}
#nav-section .nav-second-level li {
    border-bottom: 0 !important;
    background: #5d5f64;
}

#nav-section .nav-second-level li:first-child {
    padding-top: 1rem;
}
#nav-section .nav-second-level li:last-child {
    padding-bottom: 1rem;
}

#nav-section .nav-second-level li a {
    padding-left: 48px;
    padding-right: 1rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    background: #5d5f64;
    font-size: 0.75rem;
    font-weight: 400;
}
    #nav-section .nav-second-level li a:hover, #nav-section .nav-second-level li a:focus {
        color: #ced4dd;
    }
    /* Second level menu active state */
    /* Use same blue shade as is dominent on site */
.nav-second-level .current-view a {
    background-image: -webkit-linear-gradient(7deg, var(--midmeticcs-blue-darker), var(--midmeticcs-blue-darker)) !important;
    background-image: -o-linear-gradient(7deg, var(--midmeticcs-blue-darker), var(--midmeticcs-blue-darker)) !important;
    background-image: linear-gradient(83deg, var(--midmeticcs-blue-darker), var(--midmeticcs-blue-darker)) !important;
}

    .nav-second-level .current-view a:after, .nav-second-level .current-view a:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 20px;
        height: 50%;
        left: 100%;
    }

    .nav-second-level .current-view a:before {
        top: 0.5rem;
        background: linear-gradient(to right top, #319fe3 50%, transparent 50%);
    }

    .nav-second-level .current-view a:after {
        bottom: 0.5rem;
        background: linear-gradient(to right bottom, #319fe3 50%, transparent 50%);
    }
/* END Second level menu active state */

#nav-section .nav-third-level {
    background: #5d5f64;
}

    #nav-section .nav-third-level li {
        border-bottom: 0 !important;
        background: #5d5f64;
    }

        #nav-section .nav-third-level li:first-child {
            padding-top: 0.2rem;
        }

        #nav-section .nav-third-level li:last-child {
            padding-bottom: .5rem;
        }

        #nav-section .nav-third-level li a {
            padding-left: 72px;
            padding-right: 1rem;
            padding-top: 0rem;
            padding-bottom: 0rem;
            background: #5d5f64;
            font-size: 0.75rem;
            font-weight: 400;
        }

/* third level menu active state */
.nav-third-level .current-view a {
    background-image: -webkit-linear-gradient(7deg, #328fd7, #319fe3) !important;
    background-image: -o-linear-gradient(7deg, #328fd7, #319fe3) !important;
    background-image: linear-gradient(83deg, #328fd7, #319fe3) !important;
}

    .nav-third-level .current-view a:after, .nav-third-level .current-view a:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 20px;
        height: 50%;
        left: 100%;
    }

    .nav-third-level .current-view a:before {
        top: 0;
        background: linear-gradient(to right top, #319fe3 50%, transparent 50%);
    }

    .nav-third-level .current-view a:after {
        bottom: 0;
        background: linear-gradient(to right bottom, #319fe3 50%, transparent 50%);
    }
/* END third level menu active state */

/* Breadcrumb dropdpowns */

.btn-breadcrumb {
    padding: 4px 18px 4px 0;
    font-size: 14px;
    color: var(--primary-accent-darker);
    border: none;
    background-color: transparent;
    font-weight: bold;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-breadcrumb:active, .btn-breadcrumb.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
    .btn-breadcrumb:before {
        content: "";
        position: absolute;
        background: url('/Images/icon-down-arrow.svg') left top no-repeat transparent;
        z-index: 1;
        width: 13px;
        height: 8px;
        top: 55%;
        transform: translateY(-55%);
        right: 0;
    }

    .col-breadcrumbs .item-breadcrumb:first-child {
        border-left: none;
        margin-left: 0;
    }
        .col-breadcrumbs .item-breadcrumb:first-child .btn-breadcrumb {
            text-transform: uppercase;
        }
    .col-breadcrumbs .item-breadcrumb {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        border-left: 2px solid #979797;
        display: inline-block;
    }

.lnk-breadcrumb {
    font-size: 14px;
    color: var(--primary-accent-darker);
    border: none;
    background-color: transparent;
    font-weight: bold;
}

.lbl-breadcrumb {
    font-size: 14px;
    color: var(--primary-accent-darker);
    border: none;
    height: 8px;
    vertical-align:bottom;
    background-color: transparent;
    font-weight: bold;
}
/* END Breadcrumb dropdpowns */

#dash-logo {
    color: #fff;
    background-color: #1996e4;
    text-align: center;
}

#sidebar-nav{
  padding: 0;
}

#rights {
    position: absolute;
    bottom: 0;
    left: 15px;
    padding-right: 15px;
    color: #848690;
    font-size: 10px;
}

#rights p {
    margin: 5px 0;
}

/* Main section */

#main-section {
    float: none;
    width: auto;
    height: 100%;
    background-color: #eee;
}

#employee-list {
    height: 100%;
}

#dash-logo,
#main-section-header > h2 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#main-section-header > h2 {
    padding-left: 1.667em;
    white-space: nowrap;
}

#main-section-header {
    height: auto;
    border-bottom: 1px solid #ededee;
    -moz-box-shadow: 1px 0 4px #ededee;
    -webkit-box-shadow: 1px 0 4px #ededee;
    box-shadow: 1px 0 4px #ededee;
    background-color: #fff;
    
    /* 
        negate the negative bootstrp margins row
        adds
        this is needed as main-seciton-header is often
        used in a .row that is not in a .container
    */
    margin-right: calc(0.5 * var(--bs-gutter-x));
    margin-left: calc(0.5 * var(--bs-gutter-x));
}

@media (min-width: 768px) {
   
}

/* team efficiency */
#dateFilter {
    padding: var(--padding-for-content);
    text-align: right;
}

#employee-list,
#employee-details-wrapper {
    padding: 0;
}

#employee-details-wrapper {
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
}

#employee-details {
    overflow-y: auto;
    overflow-x: hidden;
}

#employee-list,
#EmployeesList {
    background-color: #eee;
}

#employee-list h3 {
    padding: 2.5em 2.727em;
    font-size: 11px;
    color: #35373d;
    border-bottom: 1px solid #dbdbdb;
}

.employee-wrapper {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #dbdbdb;
    padding: 1.25em 0;
    margin-left: 2.5em;
}

.employee.k-state-selected {
    background-color: #6abd2d;
}

.employee.k-state-selected .employee-wrapper{
    border-top: 1px solid #6abd2d;
    border-bottom: 1px solid #6abd2d;
}

#EmployeesList {
    border: none;
    overflow: auto;
    height: 100%;
    height: calc(100% - 154px);
}

#employee-details-wrapper {
    border: none;
    overflow: auto;
    height: 100%;
    height: calc(100% - 86px);
}

.name {
    font-size: 14px;
    color: #35373d;
}

.title {
    font-size: 9px;
    line-height: 9px;
    color: #8a8b8f;
    text-transform: uppercase; 
    display: inline-block;   
}

.phone {
    font-size: 10px;
    line-height: 10px;
    color: #35373d;
}

.k-state-selected .name,
.k-state-selected .title {
    color: #fff;
}

.bioTooltip {
    font-size: 9px;
    line-height: 9px;
}

#EmployeeQuarterSalesLabel,
#EmployeeAverageSalesLabel {
    font-size: 36px;
    display: inline-block;
    margin: 0 auto 10px;
}

.employee-list-image,
.employee-details-image,
.employee-list-details,
.employee-bio-details {
    display: inline-block;
}

.employee-list-image {
    border-radius: 30px;
    margin-right: 5px;
}

.employee-details-image {
    border-radius: 45px;
    border: 2px solid #737374;   
    margin-right: 20px;
}

#employee-about {
    border-bottom: 1px solid #eaeaeb;
}

#employee-about .row {
    padding: 30px 0;      
}

#employee-about h3,
#employeeSchedule h3,
.section-header{
    font-size: 11px;
    color: #35373d;
    text-transform: uppercase;
    padding-bottom: 1.091em;
    padding: 15px 0;
}

#employeeSchedule {
    padding-left: 30px;
    padding-bottom: 20px;
    background-color: #fff;
}

.placeholder {
    margin-bottom: 20px;
}

.employee-list-details,
.employee-bio-details {
    vertical-align: middle;
}

.employee-bio-details dt{
    font-size: 18px;
    line-height: 18px;
    margin: 4px auto;
}

.employee-bio-details dd {
    margin: 4px auto;  
}

.period-wrapper {
    display: inline-block;
}

.select-period {
    margin-right: 0.833em;
    margin-left: 2.500em;
    text-transform: uppercase;  
    font-weight: normal;
}

/* Kendo widgets */
.k-sparkline {
    display: inline-block;
    width: 100%;
}

/*.k-tooltip {
    width: 200px;
}*/

/* Regional sales */
#statsContainer {
    background-color: #eeeeee;
}

#regional-sales {
    border: none;
    margin-left:20px;
    overflow-y: auto;
    height: calc(100% - 86px);
}

#regional-sales .row {
    height: auto;
}

#dashboard {
    border: none;
    margin-left: 20px;
    overflow-y: auto;
    height: calc(100% - 86px);
}

#dashboard .row {
    height: auto;
}

#map-wrapper {
    background-color: #eeeeee;
}

#map-details span {
    line-height: 13px;
    background-color: white;
}

#countryCustomers {
    font-size: 11px;
}

#topProductsContainer {
   
    padding: 15px;
}

#topProductsContainer h3{
    padding-left: 15px;
}

/* Products & Orders*/
#main-content {
    border: none;
    overflow: auto;
    margin-left:10px;
    height: 100%;
    height: calc(100% - 86px);
    color: #464648;
    font-size: 11px;
}

#main-content .k-tooltip {
    width: 140px;
}

#main-content .k-tooltip th{
    text-align: left;
}

#main-content .k-tooltip td{
    border: 0;
}

.product-details{
    display: inline-block;
    height: 100%;
}

.product-name-cat,
.product-details-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.product-details-wrapper {
    color: #0d1016;
    width: 100%;

}

.product-details-image {
    border-radius: 55px;
    border: 1px solid #eaeaeb;
    margin-right: 1.667em;
}

.product-name {
    font-size: 14px;
}

.product-category {
    font-size: 9px;
    color: #8a8b8f;
    text-transform: uppercase;
}

.product-details {
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
}

.product-details .k-sparkline {
    width: 80%;
    height: 50px;
}

.product-details span {
    font-size: 36px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;     
}

.product-details-wrapper h5 {
    font-size: 11px; 
    vertical-align: middle;
    top: 20%;
    position: relative;
    margin-bottom: 20px;
}

.stats-graph {
    padding: 15px 30px 30px;
}

#MarketShareLabel,
#RevenueLabel,
#OrdersLabel,
#CustomersLabel,
#countryName {
    font-size: 36px;
    text-transform: uppercase;
}

.k-detail-cell .k-tabstrip .k-content {
    padding: 0.2em;
}

.shipping-details ul
{
    list-style:none;
    font-style:italic;
    margin: 15px;
    padding: 0;
}

.shipping-details ul li
{
    margin: 0;
    line-height: 1.7em;
}

.shipping-details label
{
    display:inline-block;
    width:90px;
    padding-right: 10px;
    text-align: right;
    font-style:normal;
    font-weight:bold;
}

#about {
    font-size: 15px;
    line-height: 24px;
}

.section-title {
    font-size: 36px;
    color: #35373d;
    padding-bottom: 1em;
}

.section-sub-title {
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: .5em;
}

.section-white {
    background-color: #fff;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

.dl-horizontal dd:before,
.dl-horizontal dd:after,
.dl-horizontal dd:after
.download-btn {
    color: #fff;
    background-color: #ee5315;
    border: 1px solid #ee5315;
    background-clip: padding-box;
    position: relative;
    display: inline-block;
    padding: 0.667em 2.000em;
    line-height: 0.933em;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    border-radius: 2px;
    -webkit-appearance: none;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    margin: 1em 0 0;
}

.download-btn:hover {
    background-color: #c2410e;
    border-color: #c2410e;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

.download-btn span {
    display: block;
    font-size: 10px;
    margin-bottom: -3px;
}

/*max-width: 768px -> .col-xs- */
@media screen and (max-width: 768px) {
    .column {
        height: auto;
    }

    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -50%;
    }

    .row-offcanvas-left.active {
        left: 50%;
    }

    #main-section-header {
        font-size: 8px;
    }

    .employee-list-details .title,
    .employee-list-details .name {
        display: none;
    }

    .employee-list-image {
        display: inline-block;
    }

    .employee-wrapper {
        margin: auto;
        text-align: center;
    }

    #nav-section {
        width: 100%;
        height: auto;
    }

    #main-section {
        width: 100%;
        overflow: hidden;
    }

    #main-section-header > h2,
    #dateFilter {
        display: block;
        width: 100%;
        text-align: center;
    }

    #main-section-header > h2 {
        padding-bottom: 15px;
    }

    #dateFilter {
        padding-top: 15px;
    }

    #employee-list h3 {
        display: none;
    }

    #rights {
        display: none;
    }
}

@media screen and (max-width: 380px) {
    .select-period {
        display: none;
    }

    .period-wrapper {
        margin: 5px auto;
    }
}

@media screen and (min-width: 381px) and (max-width: 396px) {
    .select-period {
        display: none;
    }
}

/* custom */
@media screen and (min-width: 525px) and (max-width: 557px) {
    #employee-list h3 {
        font-size: 8px;
    }
}

@media screen and (min-width: 558px) and (max-width: 632px) {
    .select-period {
        margin: 0;
    }
}
/* End - custom */

/*min-width: 768px -> .col-sm- */
@media screen and (min-width: 768px) and (max-width:992px)  { 
    #EmployeeQuarterSalesLabel,
    #EmployeeAverageSalesLabel {
        font-size: 24px;
    }

    .select-period {
        margin: 0;
    }
}

@media screen and (min-width: 768px) and (max-width:1204px) {
   
}

/* Custom */
@media screen and (min-width: 768px) and (max-width: 831px) {
     #main-section-header h2 {
        font-size: 12px
    }

    .period-wrapper {
        font-size: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 863px) {
   #main-section-header h2 {
       padding-right: 0;
       font-size: 12px;
    }
}

@media screen and (max-width:960px)  { 
    #MarketShareLabel, 
    #RevenueLabel,
    #OrdersLabel,
    #CustomersLabel,
    #countryName {
        font-size: 24px;
    }
}

@media screen and (min-width: 863px) and (max-width:1040px)  { 
    #main-section-header h2 {
        font-size: 14px;
    }
}

@media screen and (max-width: 505px) {
     #MarketShareLabel,
     #RevenueLabel,
     #OrdersLabel,
     #CustomersLabel,
     #countryName {
        font-size: 14px;
    }
    .header {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .col-logo img {margin-left: 1rem;}
    .col-breadcrumbs {float: none;}
    .navbar-right li {
        display: inline-block;
    }
    .col-breadcrumbs .item-breadcrumb {
        display: block;
        width: 100%;
        clear: left;
        margin-left: 0;
        border-left: 0;
    }
        .col-breadcrumbs .item-breadcrumb {
            padding-left: 0;
        }
        .col-breadcrumbs .item-breadcrumb .btn-breadcrumb {
            padding-left: 0;
        }
    .navbar-right > li > a {
        line-height: 1rem;
        text-align: left;
    }
    .navbar-right {
        clear: left;
        margin-right: 0;
    }
}

@media screen and (max-width: 1096px) {
    .employee-list-details .title,
    .employee-list-details .name {
        display: none;
    }

    .employee-list-image {
        display: inline-block;
    }

    #team-efficiency {
        font-size: 14px;
    }

    #employee-list h3,
   .employee-wrapper {
       margin: auto;
       text-align: center;
    }
}

@media screen and (max-width: 1160px){
    .product-details span {
        font-size: 24px;
    }
    .product-details-wrapper h5 {
        top: 0;
    }
    .product-name-cat {
        display: none;
    }
}

@media screen and (max-width: 1196px){
   .employee-details-image{
        display: none;
    }     
}

@media screen and (min-width: 1092px) and (max-width: 1570px){
    .employee-list-image {
        display: none;
    } 
}
/* End custom */

/* Empty charts overlays */
#topProductsContainer,
.sparkline-container {
  position: relative;
  border:solid;
  border-color:gray;
}

/* 
    Used to make a page load effect after a user clicks Submit.
    Used on Payments, Inovices, and Payment Methods after the user clicks submit
    Also is referenced in several analytics pages but is commented out 
*/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    opacity: 1;
    text-align: center;
}

.overlay .spinner-border {
    width: 3rem;
    height: 3rem;
    color: white;
}

.overlay div {
  position: relative;
  font-size: 34px;
  margin-top: -17px;
  top: 50%;
}

/* clear floats */
.employee:after,
.bio:after {
    content:"";
    clear:both;
    display: block;
}


#cases-grid-main-content {
    border: none;
    overflow: auto;
    height: 100%;
    height: calc(100% - 86px);
    color: #464648;
    font-size: 11px;
}

#cases-grid-main-content .k-tooltip {
    width: 140px;
}

#cases-grid-main-content .k-tooltip th {
    text-align: left;
}

#cases-grid-main-content .k-tooltip td {
    border: 0;
}

.k-chart-tooltip {
    padding: 12px !important;
}

body {
}



.navbar-fixed-top {
    position: relative;
}

.outer-container {
}

.main {
    height: 100%;
}

.row-main-header {
    background: #eeeeee;
    padding: 1rem;
    border-bottom: solid 1px #d5d5d5;
}

    .row-main-header h2 {
        font-size: 18px;
        letter-spacing: 0.23px;
        margin-bottom: 1rem;
    }

.row-header-alerts {
    background: #eeeeee;
}

.main-header-options .header-option {
    margin-left: 15px;
}

    .main-header-options .header-option:first-child {
        margin-left: 0;
    }

.ktb-var-accent {
    color: #319de1 !important;
}

.content {
    background: #f6f7f8;
    padding: 1rem;
    height: 100%;
}

.data-container {
    border: solid 1px #d4d8db;
    overflow: hidden;
    background: #fff;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.header-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
}
/* 
    This changes all the analytics card headers to have black backgrounds
    and white text so they are all consistent
*/
.data-container .header-data {
    background: var(--card-header-bg-color);
    color: var(--card-header-txt-color);
}

    .header-data h3 {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: bold;
    }

.header-data-options {
    white-space: nowrap;
}

    .header-data-options .header-data-option {
        margin-left: 10px;
    }

        .header-data-options .header-data-option:first-child {
            margin-left: 0;
        }

.data-content {
    padding-bottom: 30px;
}

.expand {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
}

.header-data-options-flex {
    display: flex;
    align-items: center;
}

.header-pulldown {
    display: flex;
    margin-right: 25px;
    align-items: center;
}

.icon-spline {
    width: 45px;
    height: auto;
    margin-right: 8px;
}

.header-legend {
    display: flex;
    margin-right: 25px;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

    .legend-item:last-child {
        margin-right: 0;
    }

.legend-symbol {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
}

.legend-symbol-2 {
    background: var(--primary-accent-darker);
}

.legend-symbol-1 {
    background: #3ab9d5;
}

.legend-label {
    display: inline-block;
    color: #7f848b;
}

.data-tabs-container {
    width: 100% !important;
}

.header-tabs-data {
    background: var(--card-header-bg-color);
}

    .header-tabs-data h3 {
        color: #fff;
    }

        .header-tabs-data h3 span {
            font-weight: 300;
        }

.data-tabs-content {
    padding: var(--padding-for-content);
    background: #fff;
    position: relative;
}

.data-tabs-score-alert .header-alert {
    padding: 0;
    border-left: 0;
}

.data-tabs-score-alert .col-alert-2 {
    margin-left: 8px;
}

.data-container-fullwidth {
    margin-bottom: 2rem;
    margin-top: 1rem;
}

    .data-container-fullwidth .header-data {
        background: transparent;
        margin-bottom: 1rem;
        padding: 0;
    }
/* BEGIN Tabs Style */

.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;
}

    .nav-tabs > li > a {
        background: #d9d8d8;
        border-radius: 0;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-right: 4px;
        font-size: 18px;
        text-align: center;
        padding: 5px 15px;
        line-height: 2;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover {
        background: #F5F5F5;
    }

/* Tab Content */
.tab-pane {
    background: #fff;
    border-radius: 0;
}

    .tab-pane .table {
        margin-bottom: 0;
    }

        .tab-pane .table th {
            text-align: center;
            text-transform: uppercase;
            font-size: 13px;
            color: #7f848b;
            font-weight: bold;
        }

        .tab-pane .table td {
            text-align: center;
            font-size: 15px;
            font-weight: bold;
        }

    .tab-pane .table-striped > tbody > tr:nth-child(odd) > td, .tab-pane .table-striped > tbody > tr:nth-child(odd) > th {
        background-color: #eaecef;
    }

.tab-image {
    width: 45px;
}

/* END Begin Tabs Style */


.header-alert {
    border-bottom: solid 1px #d5d5d5;
    padding: 1rem;
    display: flex;
    align-items: center;
}

.header-alert-logo {
    width: 45px;
}

.col-alert-1, .col-alert-2 {
    margin-left: 20px;
}

.col-alert-1 {
    display: flex;
    align-items: center;
}

.header-alert-arrow {
    margin-top: 3px;
}

.header-alert-score {
    color: #1f75c3;
    font-weight: 700;
    font-size: 30px;
    margin-left: 5px;
    margin-bottom: 0;
}

.label-header-alert {
    line-height: 1.21;
    letter-spacing: 0.18px;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.date-container {
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: solid 1px #3f9cd5;
    overflow: hidden;
}

.header-data h3 {
    margin-bottom: 0;
}

.button-date {
    padding: 0px 8px;
    transition: 0.3s;
    height: 100%;
    display: flex;
}

    .button-date:hover, .button-date:focus {
        background: #fff;
        cursor: pointer;
    }

.button-date-prev {
    border-right: 1px solid #3f9cd5;
}

.button-date-next {
    border-left: 1px solid #3f9cd5;
}

.months {
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.3s;
    min-width: 260px;
    text-align: center;
}

    .months span {
        color: var(--primary-accent-darker);
        font-size: 14px;
        font-weight: bold;
        vertical-align: middle;
        margin-left: 10px;
        user-select: none;
    }

    .months:hover, .months:focus {
        background: #fff;
        cursor: pointer;
    }


/* Calendar JS customizations */




.form-group {
    margin-bottom: 1.5rem;
    align-items: center;
}
label {
    font-weight: 600;
}
@media (min-width: 768px) {
    .form-horizontal .form-group {
        margin-left: -15px;
        margin-right: -15px;
    }
    .form-group {
        display: flex;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-left: calc(var(--bs-gutter-x) * -.5);
    }
    .form-group > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
    }
    .form-group-single-line {
        margin-right: 0;
        margin-left: 0;
    }
    .form-horizontal .control-label {
        text-align: right;
    }
    .detail-header {
        margin-top: 90px;
    }
    #disputeTabstrip {
        margin-top: 80px;
    }
}

.daterangepicker .ranges {
    border-right: 1px solid rgb(243, 243, 243);
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 0 !important;
}

    .daterangepicker .ranges li {
        font-size: 14px !important;
        padding: 10px 14px !important;
    }

.daterangepicker th.month {
    font-size: 22px !important;
}

.daterangepicker .drp-calendar.left {
    border-left: none !important;
    padding: 1rem 1rem 2rem 2rem !important;
}

.daterangepicker .drp-calendar.right {
    padding: 1rem 2rem 2rem 1rem !important;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 7px !important;
    font-size: 14px !important;
}

.daterangepicker .drp-calendar {
    max-width: none !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    min-width: 40px !important;
    width: 40px !important;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    border: solid rgb(123, 123, 123) !important;
    border-width: 0 2px 2px 0 !important;
    padding: 2px !important;
}

.daterangepicker td.available, .daterangepicker th.available {
    border: 1px solid rgb(243, 243, 243);
}

/* BEGIN Tabs Style */
.modal-data .modal-content {
    border-radius: 12px;
    border: solid 2px #d4d8db;
    overflow: hidden;
}

.modal-data .modal-header {
    background-color: #eeeeee;
    padding: 25px;
}

.modal-data .modal-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

    .modal-data .modal-title span {
        font-weight: 300;
    }

.modal-header-options {
    float: right;
    margin-right: 20px;
}

    .modal-header-options .header-data-option {
        margin-left: 10px;
    }

.modal-data .modal-footer {
    text-align: left;
    border-top: 0;
    margin-top: 0;
}
/* END Tabs Style */

#loginForm {
    padding-top: 2rem;
}



@media (min-width: 768px) {
    body {
        
    }

    .col-logo {
        width: 220px;
    }


    .navbar-main {
        display: flex;
        background: #fff;
    }

    .navbar-fixed-top {
        position: fixed;
    }

    #nav-section {
        height: 100%;
        top: 78px;
        position: fixed;
        z-index: 1030;
    }


    /*.outer-container {
        height: 100vh;
        margin-top: 78px;
        margin-left: 220px;
    }*/
    .outer-container {
        height: 100vh;
        margin-top: 157px;
        margin-left: 220px;
    }

    .main {
        padding-left: 220px;
    }
    .main-header {
        position: fixed;
        background: #fff;
        z-index: 4000;
        height: var(--main-header-height);
        top: 0;
        left: 0;
        right: 0;
        right: 0;
    }

    /*.row-main-header {
        display: flex;
        align-items: center;
        padding: 20px 30px;
        justify-content: space-between;
    }*/
    .row-main-header {
        display: flex;
        align-items: center;
        padding: 20px var(--padding-for-content);
        justify-content: space-between;
        position: fixed;
        width: 100%;
        z-index: 999;
        background: #eeeeee;
        margin-top: -2px;
        height: 60px;
        top: 78px;
        border-bottom: solid 1px #d5d5d5;
    }
    .main-header-column {
        margin-right: 190px;
    }

    .row-header-alerts {
        display: flex;
        align-items: center;
        align-items: stretch;
        border-bottom: solid 1px #d5d5d5;
        margin-top: 136px;
    }

    .header-alert {
        flex-grow: 1;
        border-left: solid 1px #d5d5d5;
        border-bottom: none;
        padding: 30px 30px;
    }

    .row-header-alerts .header-alert:first-child {
        border-left: none;
    }

    .row-main-header h2 {
        margin-bottom: 0;
    }

    .main-header-options {
        display: flex;
    }

    #main-section-header, .main-section-content {
        padding-left: 220px;
    }

    .content {
        padding: var(--padding-for-content);
    }
    .content-top-margin {
        padding-top: 80px;
    }


    .flex-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .data-container {
        width: 49%;
    }

    .header-data {
        padding: 20px 30px;
    }

    .data-tabs-score-alert {
        position: absolute;
        right: 30px;
        top: 15px;
    }

    .nav-tabs > li > a {
        min-width: 100px;
    }

    .date-container {
        margin-right: 30px;
    }
}

@media (min-width: 1200px) {
    .modal-data .modal-dialog {
        width: 900px;
    }
}


@media (max-width: 768px) {
    .col-login .navbar-right > li > a {
        line-height: 0;
    }

    .col-login, .col-breadcrumbs {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .col-breadcrumbs {
        padding-top: 0;
    }

    .date-container {
        margin-bottom: 30px;
    }

        .date-container .months {
            flex: 1;
            justify-content: center;
        }

    .data-tabs-score-alert .header-alert {
        padding: 0;
        border-left: 0;
        border-bottom: none;
        margin-bottom: 20px;
    }

        .data-tabs-score-alert .header-alert .col-alert-1 {
            margin-left: 0;
        }

    .nav-tabs > li > a {
        padding: 5px 10px;
        line-height: 1;
    }

    .tab-image {
        width: 25px;
    }


}
#searchButton {
    border: 1px solid gray;
    border-radius: 4px;
}
.row-header-alerts2 {
    display: flex;
    align-items: center;
    align-items: stretch;
    border-bottom: solid 1px #d5d5d5;
    margin-top: 13px;
}

.header-alert-alt {
    padding: 10px var(--padding-for-content);
}

.toggle-item {
    margin-right: 6px;
    flex-grow: 1;
}

.header-alert-alt .toggle-item:last-child {
    margin-right: 0;
}

.toggle-item input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.toggle-item label {
    display: block;
    text-align: center;
    border: 1px solid transparent;
    line-height: 2;
    padding: 0 8px;
    cursor: pointer;
    margin-bottom: 0;
}

    .toggle-item label h3 {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
        margin-top: 0.3rem;
    }

    .toggle-item label .toggle-value {
        color: #1f75c3;
        font-weight: 600;
        font-size: 18px;
        margin-bottom:0;
    }

    .toggle-item label:hover {
        background-color: #fff;
        border-radius: 6px;
        border: 1px solid #d5d5d5;
    }

.toggle-item input[type="radio"]:focus + label {
    border: 1px solid #d5d5d5;
}

.toggle-item input[type="radio"]:checked + label {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #d5d5d5;
}

.toggle-logo {
    width: 36px;
    margin-top: 6px;
}

h6 {
    color: #7f848b;
    font-size: 12px;
}

.link-with-icon {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

    .link-with-icon:hover, .link-with-icon:focus {
        color: #333;
        text-decoration: none;
    }

    .link-with-icon img {
        margin-right: 8px;
    }

.btn-primary {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.k-grid td.k-state-selected:hover, .k-grid tr:hover {
    background-color: var(--primary-accent-darker);
    color: white;
}

/* 
    keep links white when hovered on row or selectr row or they are otherwise not visible on the
    blue background
*/
.k-grid td.k-state-selected:hover .whiteHover,
.k-grid tr:hover .whiteHover,
.k-grid td.k-state-selected:hover a,
.k-grid tr:hover a,
tr.k-selected a {
    color: white;
}
/* 
    Remove white background and boxshadow 
    on the treeview in drilldowns Kendo's bootstrap theme adds 
*/
div#filterTree {
    background-color: inherit;
    box-shadow: none;
}

/* 
    On drilldown treeviews make input box centered
    and full width of the filter bar
*/
input#filterInput {
    display: block;
    width: 100%;
    margin: auto;
}

/*
    Define styles for our standard midmetrics grid
*/
.midmetrics-standard-grid {
    height: 100%;
}

/*
    Kendo 2023.1.117 upgrade set all textboxes to width 100%
    breaking some of UI. This sets their width back to how
    it was pre-upgrade.
*/
.k-input {
    width: auto;
}

/* Put submit buttons on right */
.k-form-buttons {
    justify-content: flex-end;
}


