body {
    background: #F5F5F5;
    color: #3F3F46;
    /*font-family: 'Hind', sans-serif;*/
    font-family: 'Noto Sans', sans-serif;
}

/*typography*/
html {
    /*font-family: 'Hind', sans-serif;*/
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
.text-xs {
    font-size: .75rem;
    line-height: 16px;
}
.text-sm {
    font-size: .875rem;
    line-height: 20px;
}
.text-md {
    font-size: 1rem;
    line-height: 24px;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 28px;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 32px;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 32px;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 40px;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 44px;
}
.text-5xl {
    font-size: 3rem;
    line-height: 56px;
}

/*Font Weights*/
.light {
    font-weight: 300;
}
.regular {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.semibold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}

.well {
    background: #F5F5F5;
    border-radius: 4px;
    padding: 15px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

/*colors*/
.white {
    color: #ffffff;
}
.orange {
    color: #ff4e00;
}
.blue {
    color: #3E7CE0;
}
.blue-50 {
    color: #EFF6FF;
}
.blue-100 {
    color: #DBEAFE;
}
.blue-200 {
    color: #BFDBFE;
}
.blue-300 {
    color: #93C5FD;
}
.blue-400 {
    color: #60A5FA;
}
.blue-600 {
    color: #1D67DD;
}
.blue-700 {
    color: #1D4ED8;
}
.blue-800 {
    color: #1E40AF;
}
.blue-800-bg {
    background: #1E40AF;
}
.blue-900 {
    color: #1E3A8A;
}
.gray-50{
    color: #FAFAFA;
}
.gray-100 {
    color: #F5F5F5;
}
.gray-200 {
    color: #E4E4E7;
}
.gray-300 {
    color: #D4D4D8;
}
.gray-400 {
    color: #A1A1AA;
}
.gray-500 {
    color: #71717A;
}
.gray-600 {
    color: #52525B;
}
.gray-700 {
    color: #3F3F46;
}
.gray-800 {
    color: #27272A;
}
.gray-900 {
    color: #18181B;
}
.gray-50-bg {
    background: #FAFAFA;
}
.gray-100-bg {
    background: #F5F5F5;
}
.gray-200-bg {
    background: #E4E4E7;
}
.gray-300-bg {
    background: #D4D4D8;
}
.gray-400-bg {
    background: #A1A1AA;
}
.rose-100 {
    background: #FFE4E6;
}
.amber-100 {
    background: #FEF3C7;
}
.teal-100 {
    background: #CCFBF1;
}
.rose-500 {
    background: #F43F5E;
}
.rose-500-text {
    color: #F43F5E;
}
.amber-300 {
    background: #FCD34D;
}
.amber-500-text {
    color: #F59E0B;
}
.teal-500 {
    background: #14B8A6;
}
.teal-500-text {
    color: #14B8A6;
}
.replacement-text {
    color: #8868C0;
}
.new-text {
    color: #F57259;
}
.complete-check {
    filter: invert(58%) sepia(42%) saturate(4510%) hue-rotate(136deg) brightness(99%) contrast(84%);
}
.white-icon {
    -ms-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(2deg) brightness(114%) contrast(101%);
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(2deg) brightness(114%) contrast(101%);
}
.blue-icon {
    filter: invert(41%) sepia(52%) saturate(6367%) hue-rotate(212deg) brightness(112%) contrast(76%);
}

/*Typography*/
h1 {
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 32px;
    margin-bottom: 1.2rem;
}
h2 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 28px;
    margin-bottom: 0.8rem;
}
h3 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 150%;
    margin-bottom: 0.6rem;
}
h4 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 0.6rem;
}
h6 {
    color: #A1A1AA;
    font-weight: 600;
    font-size: 1rem;
    line-height: 20px;
}
label {
    font-weight: 600;
    color: #71717A;
    margin-bottom: 0.5rem;
}
a {
    color: #1D67DD;
    text-decoration: none;
}

input[type="text"]::placeholder {
    color: #D4D4D8;
}

hr.divider {
    background: #3e7ce0;
    height: 2px;
    opacity: .75;
}

/*Header*/
.header {
    background: #FFFFFF;
    /*border-bottom: 2px solid;*/
    /*border-image-slice: 1;*/
    /*border-image-source: linear-gradient(to right, #3e7ce0, #1E40AF);*/
    box-shadow: 0 2px 4px #D4D4D8;
    width: 102%;
    z-index: 2;
}

.header .breadcrumb {
    line-height: 35px;
}

.header .breadcrumb-item {
    display: block;
    line-height: 33px;
    margin-right: .25rem;
}

.header .breadcrumb-item+.breadcrumb-item::before {
    margin: 12px 10px 0 0 !important;
}

.header-ccm {
    line-height: 35px;
}

.header-icon {
    margin-top: -5px;
    filter: invert(46%) sepia(5%) saturate(525%) hue-rotate(202deg) brightness(94%) contrast(86%);
}

.filter-trigger {
    height: 24px;
    width: 24px;
}
.filter-trigger img {
    margin-top: -4px;
    margin-left: -1px;
}

/*elements*/
button:hover, .btn:hover {
    cursor: pointer;
}
.btn {
    font-size: .875rem;
}
.btn > img {
    max-height: 18px;
}
.btn-primary {
    background: #3e7ce0;
}
.btn-primary > img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(150%) contrast(102%);
}
.btn.primary:hover {
    background: #1D4ED8;
}
.btn-secondary > img {
    filter: invert(43%) sepia(90%) saturate(499%) hue-rotate(180deg) brightness(90%) contrast(95%);
}
button, .btn.btn-secondary {
    background: #ffffff;
    border: 1px solid #3e7ce0;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #3e7ce0;
}
.btn.btn-outline-two {
    background: #fff;
    color: #52525B;
    border: 1px solid #52525B;
}
.btn.btn-secondary:hover, .btn.btn-outline-two:hover {
    background: #F5F5F5;
}
.btn-delete {
    border: 1px solid #F43F5E;
    background: #FFE4E6;
    color: #ab2c42;
}
.btn-delete > img {
    filter: invert(22%) sepia(31%) saturate(4301%) hue-rotate(326deg) brightness(96%) contrast(91%);
}
.btn-sm {
    padding: 4px 8px !important;
}
.expand-btn img {
    max-height: 16px;
    margin: 3px;
    filter: invert(43%) sepia(90%) saturate(499%) hue-rotate(180deg) brightness(90%) contrast(95%)
}
.expand-btn .button-expanse {
    display: none;
}
.expand-btn:hover .button-expanse {
    display: inline-block;
    cursor: pointer;
}
.btn.btn-danger {
    background: #FFE4E6;
    color: #c5334e;
    border: 1px solid #F43F5E;
}
.btn.btn-danger img {
    filter: invert(27%) sepia(72%) saturate(1584%) hue-rotate(320deg) brightness(91%) contrast(94%);
}
.btn-group .btn-outline-primary {
    border: 1px solid #A1A1AA;
    color: #71717A;
}
.btn-group .btn-outline-primary:hover {
    background: #F5F5F5;
}
.btn-check:checked+.btn-outline-primary {
    border: 1px solid #3e7ce0;
    background: #3e7ce0;
}

/*Offcanvas*/

.offcanvas-full {
    width: 95vw;
}
.offcanvas-large {
    width: 70vw;
}
.offcanvas-medium {
    width: 50vw;
}
.offcanvas-header {
    background: #3e7ce0;
    color: #fff;
}
.offcanvas-body {
    background: #fff;
}
.offcanvas-footer {
    text-align: right;
    background: #F5F5F5;
    padding: 6px 12px;
}
.offcanvas .btn-close {
    background: url("../images/im-icons/x-1.svg");
    filter: invert(99%) sepia(3%) saturate(366%) hue-rotate(5deg) brightness(118%) contrast(100%);
}

.search-wrap {
    background: #FFFFFF;
    border: 1px solid #E4E4E7;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
    border-radius: 4px;
}
.search-wrap input::placeholder {
    color: #D4D4D8;
}

/*Modal*/

.modal-header {
    background: #3e7ce0;
    color: #fff;
}
.modal-header .btn-close {
    color: #fff;
    background: url('../images/im-icons/x-1.svg');
    filter: invert(100%) sepia(0%) saturate(7495%) hue-rotate(204deg) brightness(99%) contrast(102%);
}
.modal-footer {
    background: #F5F5F5;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*Tables*/
.table {
    font-size: .875rem;
}
.table thead {
    border-bottom: 2px solid #1E40AF;
}
.table thead th {
    background: #DBEAFE !important;
    padding: 0.75rem;
}
.table tbody td {
    padding: 0.75rem;
}
.table-icon {
    max-height: 18px;
}
.table-icon:hover {
    filter: invert(44%) sepia(65%) saturate(2352%) hue-rotate(201deg) brightness(92%) contrast(90%);
}

/*Accordion*/
.accordion-button:not(.collapsed) {
    color: #18181B;
    background: #FAFAFA;
}
.accordion-button.collapsed {
    background: #FAFAFA;
}

/*Prepend*/
.input-group .input-group-text {
    border-radius: 4px 0px 0px 4px;
    border-right: none;
    background: #F5F5F5;
}
.input-group .input-group-text img {
    max-height: 16px;
}

.badge-white {
    background: #FFFFFF;
    border: 1px solid #E4E4E7;
    border-radius: 4px;
    padding: 2px 6px;
    font-weight: 500;
}
.badge-gray {
    background: #E4E4E7;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 500;
}
.badge-gray img {
    max-height: 20px;
    vertical-align: top;
}
.badge-blue {
    background: #3e7ce0;
}
.score-box {
    border-radius: 4px;
    padding: 4px 6px;
    font-weight: 400;
    line-height: 16px;
}
.score-box.good, .score-box-xl.good {
    background: #CCFBF1;
}
.score-box.plan, .score-box-xl.plan {
    background: #FEF3C7;
}
.score-box.replace, .score-box-xl.replace {
    background: #FFE4E6;
}
.score-box-xl {
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}

.callout-box {
    border: 1px solid #D4D4D8;
    border-radius: 4px;
    padding: 7px;
}

.card {
    border: none;
}

/*Content Box*/
.content-box {
    background: #fff;
    border-radius: 4px;
    padding: 24px;
    height: 100%;
}
.content-box.unplanned {
    border: 1px solid #A1A1AA;
}
.content-box.replacement {
    border: 1px solid #25d0bb;
}
.content-box.new {
    border: 1px solid #f8cb1c;
}
.small-callout {
    border-radius: 2px;
    border: 1px solid #E5E7EB;
}
.replacement-callout {
    border-radius: 2px;
    border: 1px solid #25d0bb;
}
.new-callout {
    border-radius: 2px;
    border: 1px solid #f8cb1c;
}

/*Pills*/
.nav-pills .nav-link.active {
    background: #DBEAFE;
    color: #1D67DD;
}

/* Forms */
select.form-select, input.form-control {
    font-size: 1rem;
    border: 1px solid #D4D4D8;
    box-shadow: none;
    color: #18181B;
}
.form-select {
    background-image: url("../images/im-icons/chevron-down-1.svg");
    background-size: 18px 14px;
}
input.form-control::placeholder {
    color: #A1A1AA;
}

/*Content Switchers*/
select, select.form-control {
    font-size: 14px;
    line-height: 20px;
    color: #3F3F46;
    padding: 4px 8px;
    border: 1px solid #E4E4E7;
    box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
    border-radius: 4px;
}
select.content-switcher {
    color: #1D67DD;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    border: none;
    box-shadow: none;
    background: transparent;
}

/*Progress Bars*/
.progress {
    border-radius: 2px;
    height: 22px;
    color: #27272A;
}
.progress-bar {
    color: #27272A;
    font-weight: 500;
    font-size: 14px;
}
.progress-bar.good {
    background-color: #14B8A6;
    /*border-right: 2px solid #fff;*/
}
.progress-bar.plan {
    background-color: #FCD34D;
    /*border-right: 2px solid #fff;*/
}
.progress-bar.replace {
    background-color: #F43F5E;
}
.progress-bar.replacement {
    background-color: #25d0bb;
    /*border-right: 2px solid #fff;*/
}
.progress-bar.replacement-pending {
    border: 1px solid #25d0bb;
    background: #ffffff;
    color: #25d0bb;
}
.progress-bar.unplanned {
    background-color: #b6b9c0;
    /*border-right: 2px solid #fff;*/
}
.progress-bar.new {
    background-color: #f8cb1c;
}
.progress-bar.new-pending {
    border: 1px solid #f8cb1c;
    background: #ffffff;
    color: #f8cb1c;
}
.progress-expander {
    max-width: 20px;
    margin-bottom: 3px;
}
.child {
    background: #F5F5F5;
}
.graph label {
    font-weight: 400;
    color: #3F3F46;
}

/*Breadcrumb*/
nav ol.breadcrumb {
    background: none !important;
    padding-left: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    background: #D4D4D8;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    margin: 7px 10px 0 0;
}

/*Shelf Modals*/
.shelf .modal-dialog {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    overflow-y: scroll;
    margin-top: 0;
}

/*Nav*/
.nav-left {
    background: #3e7ce0;
    padding: 10px 10px;
    position: fixed;
    left: 0;
    top: 0;
    width: 60px;
    height: 100vh;
    z-index: 100;
}
.nav-left .logo img {
    max-height: 35px;
}
.nav-left.open {
    width: 265px;
}
.nav-left.open logo {
    margin-bottom: 24px;
}
.nav-left.open .logo-open {
    width: 60%;
    margin-right: 10px;
}
.nav-left .company-name {
    background: #3E7CE0;
    padding: 2px;
    border-radius: 2px;
}
.nav-left .main-nav {
    margin-top: 20px;
}
.nav-left .main-nav li, .nav-left .bottom-nav li {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    line-height: 0;
    position: relative;
}
.nav-left .main-nav li a, .nav-left .bottom-nav li a {
    color: #ffffff;
}
.nav-left .main-nav li:hover, .nav-left .bottom-nav li:hover {
    background: rgba(255,255,255,0.1);
}
.nav-left .main-nav li a:hover, .nav-left .bottom-nav li a:hover {
    text-decoration: none;
}
.nav-left .main-nav li img, .nav-left .bottom-nav li img {
    filter: invert(100%) sepia(0%) saturate(4%) hue-rotate(135deg) brightness(200%) contrast(100%);
    max-height: 20px;
    max-width: 20px;
}
.nav-left .main-nav li .sub-menu {
    display: none;
}
.nav-left .main-nav li .sub-menu li {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 16px;
}
.nav-left .main-nav li .sub-menu li a {
    color: #374151;
}
.nav-left.open .main-nav li .sub-menu {
    display: block;
}
.nav-left .main-nav li:hover .sub-menu {
    display: block;
    position: absolute;
    width: 176px;
    z-index: 1000;
    box-shadow: 0px 2px 4px rgba(31, 41, 55, 0.06), 0px 4px 6px rgba(31, 41, 55, 0.1);
    border-radius: 4px;
    color: #374151;
    background: #ffffff;
    top: 0;
    left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav-left .bottom-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
}
.nav-left.open .bottom-nav {
    padding-left: 15px;
}
.nav-left .main-nav li.nav-item.active {
    background: #ffffff;
}
.nav-left .main-nav li.nav-item.active a {
    color: #3e7ce0;
}
.nav-left .main-nav li.nav-item.active img {
    filter: invert(45%) sepia(31%) saturate(1771%) hue-rotate(186deg) brightness(93%) contrast(89%);
}
.flipped a img {
    transform: rotate(180deg);
}

/*Table*/
.table {
    font-size: .875rem;
}
.table thead th, .table thead td {
    font-weight: 500;
    background: #F5F5F5;
    border-top: none;
}

.table thead th:first-child {
    border-radius: 4px 0 0 0;
}
.table thead th:last-child {
    border-radius: 0 4px 0 0;
}

/*Body*/
.body {
    padding-left: 73px;
    width: calc(100% - 22px);
    z-index: 1;
}
.body.body-open {
    padding-left: 270px;
    width: calc(100% - 22px);
}
.filters {
    background: #fff;
    position: sticky;
    top: 0;
    height: 100vh;
    align-self: flex-start;
    padding-left: 0;
    z-index: 1;
    left: 60px;
    overflow-x: hidden;
    box-shadow: 0 2px 6px #D4D4D8;
    transition: left 300ms ease-in-out;
}
.filters-closed {
    width: 12px;
}
.filter-trigger {
    position: fixed;
    left: 61px;
    top: 55px;
    border-radius: 50%;
    z-index: 7;
    padding: 0px 6px 4px;
    box-shadow: 0 2px 6px #D4D4D8;
    transition: left 300ms ease-in-out;
    background: #fff;
}
.filter-trigger.opened {
    left: 18.5%;
    transition: left 300ms ease-in-out;
}
.filter-trigger img {
    max-height: 14px;
    transition: all 300ms ease-in-out;
}
.filter-trigger.opened img {
    transform: rotate(180deg);
}
.filters.opened {
    width: 250px;
    transition: all 300ms ease-in-out;
}
.filters-content {
    height: 100%;
    overflow-y: scroll;
    overflow-x: auto;
    padding-left: 15px;
}
/*.filters-content label {*/
/*    font-size: .875rem;;*/
/*}*/
.filter-list li {
    padding-top: 10px;
    padding-bottom: 10px;
}
.filter-list li img {
    max-width: 18px;
    margin-bottom: 3px;
}
.opened-filters {
    background: #FAFAFA;
    margin-left: -15px;
    padding-left: 15px;
}

/*Contract Images*/
.contract-badge {
    padding-left: 20px;
    position: relative;
}
.contract-badge:before {
    content: '';
    filter: invert(100%) sepia(0%) saturate(0%) brightness(105%) contrast(160%);
    position: absolute;
    left: 3px;
    top: 2px;
    height: 15px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.oembadge {
    background: #00DEB8;
}
.oembadge:before {
    background: url("contract-images/oem.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.gpobadge {
    background: #b22e46;
}
.gpobadge:before {
    background: url("contract-images/gpo.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.vendorbadge {
    background: #019547;
}
.vendorbadge:before {
    background: url("contract-images/vendor.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.servicebadge {
    background: #f0a7d5;
}
.servicebadge:before {
    background: url("contract-images/service.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.warrantybadge {
    background: #c47e21;
}
.warrantybadge:before {
    background: url("contract-images/warranty.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.contract-logo {
    max-height: 20px;
}
.oem-icon {
    filter: invert(64%) sepia(13%) saturate(3288%) hue-rotate(122deg) brightness(99%) contrast(101%);
}
.gpo-icon {
    filter: invert(21%) sepia(33%) saturate(6225%) hue-rotate(333deg) brightness(85%) contrast(81%);
}
.vendor-icon {
    filter: invert(27%) sepia(99%) saturate(3375%) hue-rotate(143deg) brightness(99%) contrast(99%);
}
.service-icon {
    filter: invert(82%) sepia(14%) saturate(1437%) hue-rotate(284deg) brightness(97%) contrast(93%);
}
.lease-icon {
    filter: invert(74%) sepia(36%) saturate(5284%) hue-rotate(142deg) brightness(108%) contrast(103%);
}
.lease-color {
    color: #00e5fe;
}
.warranty-icon {
    filter: invert(67%) sepia(96%) saturate(301%) hue-rotate(340deg) brightness(99%) contrast(97%);
}
.warranty-color {
    color: #f8b35f;
}
.rental-icon {
    filter: invert(45%) sepia(31%) saturate(5600%) hue-rotate(192deg) brightness(101%) contrast(98%);
}
.rental-color {
    color: #188cfd;
}
.placement-icon {
    filter: invert(45%) sepia(93%) saturate(4459%) hue-rotate(326deg) brightness(99%) contrast(92%);
}
.placement-color {
    color: #f33f64;
}
.rebate-icon {
    filter: invert(12%) sepia(50%) saturate(983%) hue-rotate(176deg) brightness(94%) contrast(107%);