﻿@charset "utf-8";
/* CSS Document */

html {
    font-size: unset !important;
}

.hyundaiResizeDiv {
    overflow-x: auto !important;
}

/* List Report section */

.table-summary .summarydrill-through-tHead tr th {
    border: none !important;
}

.summarydrill-through-tHead {
    border-top: 1pt solid #949494;
    border-bottom: 1pt solid #949494;
    background-color: #cccccc;
    white-space: nowrap;
    font-size: 12px;
}

.summarydrill-through-tbody {
    letter-spacing: 0pt;
    background-color: #f2f2f2;
    white-space: nowrap;
    font-size: 12px;
}

.summarydrill-through-tbody tr td {
    border-top: 1px solid black !important;
}

#main-content table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#main-content table::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background-color: #F5F5F5;
}

#main-content table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

#main-content .ng-isolate-scope {
    display: none;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.list-report .table-summary {
    border: 1px solid black;
}

.no-data-available {
    background-color: inherit !important;
    color: red;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

.no-data-available>td {
    border-bottom: #ccc;
}

.main-content {
    width: auto;
    padding: 0px !important;
}

.table-content {
    border-collapse: collapse;
    background: white;
    margin-bottom: 1px !important;
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    font-size: 12px;
    max-height: 500px;
    overflow: auto;
}

.table-content thead {
    white-space: nowrap;
    position: relative;
    overflow: visible;
}

.table-content thead th {
    position: relative;
    white-space: nowrap;
    background-color: #cccccc;
    min-width: 180px;
}

/* List Report section End */

/*------------ Fonts *------------*/

@font-face {
    font-family: 'NissanBrandW01-Regular';
    src: url('../fonts/Nissan/NissanBrandW01-Regular.woff2') format('woff2'), url('../fonts/Nissan/NissanBrandW01-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NissanBrandW01-Bold';
    src: url('../fonts/Nissan/NissanBrandW01-Bold.woff2') format('woff2'), url('../fonts/Nissan/NissanBrandW01-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NissanBrandW01-Light';
    src: url('../fonts/Nissan/NissanBrandW01-Light.woff2') format('woff2'), url('../fonts/Nissan/NissanBrandW01-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
	font-family: 'open_sanslight';
	src: url('../fonts/opensans-light.eot');
	src: url('../fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/opensans-light.woff') format('woff'),
		 url('../fonts/opensans-light.ttf') format('truetype'),
		 url('../fonts/opensans-light.svg#open_sanslight') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/opensans-regular.eot');
	src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/opensans-regular.woff') format('woff'),
		 url('../fonts/opensans-regular.ttf') format('truetype'),
		 url('../fonts/opensans-regular.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'open_sanssemibold';
	src: url('../fonts/opensans-semibold.eot');
	src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/opensans-semibold.woff') format('woff'),
		 url('../fonts/opensans-semibold.ttf') format('truetype'),
		 url('../fonts/opensans-semibold.svg#open_sanssemibold') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'open_sansbold';
	src: url('../fonts/opensans-bold.eot');
	src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/opensans-bold.woff') format('woff'),
		 url('../fonts/opensans-bold.ttf') format('truetype'),
		 url('../fonts/opensans-bold.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'open_sansextrabold';
	src: url('../fonts/opensans-extrabold.eot');
	src: url('../fonts/opensans-extrabold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/opensans-extrabold.woff') format('woff'),
		 url('../fonts/opensans-extrabold.ttf') format('truetype'),
		 url('../fonts/opensans-extrabold.svg#open_sansextrabold') format('svg');
	font-weight: normal;
	font-style: normal;

}
*/

/*------------ Fonts *------------*/

/*.btn {
    background-color: #343434 !important;
}*/

.box-grid .well .table tr:nth-child(1n+3) td:not(:first-child) {
    white-space: nowrap;
}

.more .btn-primary {
    background-color: #4C4C4C !important;
    border-color: #4C4C4C !important;
}

.btn-primary {
    background-color: #4C4C4C !important;
    /*#C71444*/
    border-color: #4C4C4C !important;
    /*#C71444*/
}

.btn-primary:hover,
.btn-primary:focus {
    color: #333333 !important;
    background: #fff !important;
}

.navbar-nav a.dropdown-toggle {
    color: #343434 !important;
}

.fa-info-circle {
    color: #343434 !important;
}

.table>tbody>tr.info>th {
    background-color: #4C4C4C !important;
    color: #fff !important;
}

/*body {
	font-family: 'open_sanslight';
}*/

body,
html {
    font-family: Verdana !important;
    /*height: 100%;*/
    /* background-color: #f7f7f7; */
}

body .nissantr-theme {
    
}

.coming-soon-parent {
    position: relative;
    padding-bottom: 5px;
    padding-top: 10px;
}

.coming-soon-parent .coming-soon {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    background: #f5f5f5;
    z-index: 999999;
    border: 1px solid #979797;
    padding-top: 10px;
    font-size: 14px;
    color: #e93a23;
    font-weight: bold;
    font-family: 'NissanBrandW01-Regular';
    padding-left: 15px;
    display: block !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit !important;
    font-weight: 600;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: -2px;
}

a,
.btn {
    -webkit-transition: color 300ms, background-color 300ms, border-color 400ms;
    -moz-transition: color 300ms, background-color 300ms, border-color 400ms;
    -o-transition: color 300ms, background-color 300ms, border-color 400ms;
    transition: color 300ms, background-color 300ms, border-color 400ms;
}

a:hover,
a.active:hover,
a.active:focus {
    outline: none;
    text-decoration: none;
}

.btn,
.form-control {
    border-radius: 0;
}

.btn {
    text-transform: uppercase;
    /*font-family: 'open_sansregular';*/
    border-radius: 3px;
}

label {
    font-weight: normal;
    /*font-family: 'open_sansregular';*/
}

.fixed-top {
    padding-top: 70px;
}

.blue-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    padding-top: 40px;
    background-color: #10223d;
}

/*.font-light {
	font-family: 'open_sanslight';
}
.font-regular {
	font-family: 'open_sansregular';
}
.font-semibold {
	font-family: 'open_sanssemibold';
}
.font-bold {
	font-family: 'open_sansbold';
}
.font-extrabold {
	font-family: 'open_sansextrabold';
}*/

.regular-font {
    font-family: 'NissanBrandW01-Regular' !important;
    ;
}

.font-bold {
    font-family: 'NissanBrandW01-Bold' !important;
}

.fs-12 {
    font-size: 12px;
}

.fs-10 {
    font-size: 10px;
}

.fs-24 {
    font-size: 24px;
}

.fs-12 p {
    margin: 0 0 3px;
}

.custom-nav .navbar {
    border-radius: 0;
}

.custom-nav .navbar {
    border: 0;
}

.custom-nav .navbar-default {
    background-color: #fff;
}

.custom-nav .navbar-brand {
    height: auto;
    padding: 24px 15px;
}

.m0 {
    margin: 0 !important;
}

.mt-9 {
    margin-top: -9px;
}

.mt1 {
    margin-top: 1px;
}

.mt2p {
    margin-top: 2% !important;
}

.mt3p {
    margin-top: -3% !important;
}


.mt5 {
    margin-top: 5px;
}

.mti5 {
    margin-top: 5px !important;
}

.mt5p {
    margin-top: -5%;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px !important;
}

.mt30 {
    margin-top: 30px;
}

.mti30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px !important;
}

.mt80 {
    margin-top: 80px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb4 {
    margin-bottom: 4px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb17 {
    margin-bottom: 17px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb21 {
    margin-bottom: 21px !important;
}

.mb22 {
    margin-bottom: 22px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px;
}

.mr5 {
    margin-right: 5px;
}

.mr15 {
    margin-right: 15px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.ml2 {
    margin-left: 2px;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15p {
    margin-left: 15% !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml42 {
    margin-left: 42px;
}

.ml420 {
    margin-left: 420px !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.pd0 {
    padding: 0px !important;
}

.pd5 {
    padding: 5px !important;
}

.pd10 {
    padding: 10px !important;
}

.pd15 {
    padding: 15px !important;
}

.pd20 {
    padding: 20px !important;
}


.pd30 {
    padding: 30px !important;
}


.pdl0 {
    padding-left: 0px !important;
}

.pdl10 {
    padding-left: 10px !important;
}

.pdl11 {
    padding-left: 11px !important;
}

.pdl12p {
    padding-left: 12% !important;
}

.pdl15 {
    padding-left: 15px !important;
}

.pdl22 {
    padding-left: 22px !important;
}

.pdl77 {
    padding-left: 77px !important;
}

.pdr10 {
    padding-right: 10px !important;
}

.pdr11 {
    padding-right: 11px !important;
}

.pdr15 {
    padding-right: 15px !important;
}

.pdr0 {
    padding-right: 0px !important;
}

.pdr5 {
    padding-right: 5px !important;
}

.pdt3 {
    padding-top: 3px;
}

.pdt4 {
    padding-top: 4px;
}

.pdt5 {
    padding-top: 5px !important;
}

.pdt8 {
    padding-top: 8px;
}

.pdt12 {
    padding-top: 12px !important;
}

.pdt13 {
    padding-top: 13px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdt16 {
    padding-top: 16px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdt25 {
    padding-top: 25px;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdt40 {
    padding-top: 40px !important;
}

.pdt50 {
    padding-top: 50px !important;
}

.pdb0 {
    padding-bottom: 0px !important;
}

.pdb01 {
    padding-bottom: 1px !important;
}

.pdb05 {
    padding-bottom: 5px !important;
}

.pdb08 {
    padding-bottom: 8px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pdb12 {
    padding-bottom: 12px !important;
}

.pdb13 {
    padding-bottom: 13px !important;
}

.pdb15 {
    padding-bottom: 15px !important;
}

.pdb16 {
    padding-bottom: 16px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pdb28 {
    padding-bottom: 28px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

.pdb35 {
    padding-bottom: 35px !important;
}

.pdb42 {
    padding-bottom: 42px !important;
}

.pdb50 {
    padding-bottom: 50px !important;
}

.pdb63 {
    padding-bottom: 63px !important;
}

.pdb18 {
    padding-bottom: 18px !important;
}

.pdr40 {
    padding-right: 40px !important;
}

.pdlr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pdtb0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pdtb10 {
    padding: 10px;
}

.lh23 {
    line-height: 23px !important;
}

.lh16 {
    line-height: 16px !important;
}

.lh14 {
    line-height: 14px !important;
}

.lh19 {
    line-height: 19px !important;
}

.bdrb0 {
    border: 0px;
}

.bdrb2 {
    border-bottom: 2px solid white;
}

.bdrmb5 {
    margin-bottom: 5px !important;
}

.custom-nav .navbar-nav>li>a {
    padding-bottom: 5px;
    padding-top: 5px;
}

.custom-nav .navbar-nav {
    margin-top: 20px;
    /*font-family: 'open_sanslight';*/
}

.custom-nav .navbar-default .navbar-toggle {
    margin-top: 30px;
}

/*.main {
	padding-top: 50px;
	padding-bottom: 30px;
}*/

/* <Layout 970px> */

.main {
    padding-bottom: 30px;
}

.main.impression.printview {
    padding-bottom: 0px;
}

.main .container {
    max-width: 1250px;
    padding-left: 10px;
    padding-right: 10px;
    /*width: 950px;*/
}

/* </Layout 970px>*/

.navbar-collapse .navbar-nav .form-control {
    height: auto;
    padding: 4px 12px;
}

.navbar-default .navbar-collapse .navbar-right {
    margin-right: 15px;
}

/*.sidebar {
	display: none;
}*/

.sidebar-title {
    margin-left: -20px;
    margin-right: -20px;
    background-color: #083e78;
}

.sidebar-title p {
    font-size: 24px;
    color: #fff;
    padding: 10px;
}

.nav-sidebar .nav-tabs>li {
    float: none;
    margin-bottom: 1px;
}

.nav-sidebar .nav-tabs>li>a {
    margin-right: 0;
}

.nav-sidebar .nav-tabs>li>a {
    /*background-color: #2b323a;*/
    /*color: #a5ceff;*/
    color: #b0b0b0;
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    /*font-family: 'open_sansregular';*/
}

.nav-sidebar .nav-tabs {
    border-bottom: 1px solid #0b336d;
}

.nav-sidebar .nav-tabs>li>a:hover {
    color: #fff;
}

.nav-sidebar .nav-tabs>li.active>a,
.nav-sidebar .nav-tabs>li.active>a:hover,
.nav-sidebar .nav-tabs>li.active>a:focus {
    color: #cc2733;
    border: 0;
    background-color: #f7f7f7;
}

.nav-sidebar {
    margin-top: -9px;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: #1a598e;
}

.nav-sidebar>li>a {
    padding-left: 20px;
    padding-right: 20px;
}

.nav-sidebar>.active>a,
.nav-sidebar>.active>a:hover,
.nav-sidebar>.active>a:focus {
    background-color: #428bca;
    color: #fff;
}

.nav-sidebar i.fa,
.nav-sidebar span.fa-stack {
    margin-right: 10px;
}

.side-fit {
    padding: 0 0 20px 0;
}

.page-header {
    border-color: #bbb;
    margin: 10px 0;
}

.side-fit .page-header h4 {
    font-size: 24px;
    margin-top: 0;
    /*font-family: 'open_sansregular';*/
}

.page-header .navbar-nav>li>a {
    padding-bottom: 5px;
    padding-top: 7px;
}

.page-header .navbar-nav .dropdown-menu {
    /*.dropdownMinWidth{*/
    left: auto;
    right: 0;
    min-width: 392px;
    border-radius: 6px;
}

.bdr-none {
    border: none !important;
}

.bdr-grey {
    border: #ddd 1px solid;
}

.bdr-transparent {
    border: transparent 1px solid !important;
}

.bdr1-black {
    border: #000 1px solid;
}

.bdr1-grey-1 {
    border: 1px solid #535758;
}

.bdr1-grey-2 {
    border: 1px solid #D9D9D9;
}

.bdrt2-grey {
    border-top: #8a8a8a 2px solid;
}

.bdrt5-grey {
    border-top: #8a8a8a 5px solid;
}

.bdr1-blue {
    border: #004163 1px solid;
}

.bdr16-radius {
    border-radius: 16px;
}

.bdr5-radius {
    border-radius: 5px;
}

.bdrb5-radius {
    border-radius: 0px 0px 5px 5px;
}

.user {
    width: 28px;
    height: 28px;
    border-radius: 24px;
    border: #999 1px solid;
    margin: -14px 5px -12px 0;
}

.box-grid {}

.box-grid h4,
.sub-heading {
    margin-bottom: 20px;
    color: #666666;
    font-family: inherit !important;
}

.box-grid .clr-cyan {
    color: #257a79;
}

.box {
    float: left;
    width: 130px;
    padding: 0 6px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    /*line-height: 1.2;*/
}

.box-last {
    float: left;
    width: 265px;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
}

.box-last .font-light {
    font-family: verdana !important;
}

.box-last .title {
    padding-left: 5px;
    padding-bottom: 5px;
    font-family: inherit !important;
}

.data-value {
    float: left;
    width: 85px;
    padding: 0 5px;
    margin-bottom: 5px;
    min-height: 25px;
}

.data-value small i.fa {
    width: 20px;
    font-size: 16px;
}

.data-value small {
    font-size: 13px;
}

.box-last small {
    display: block;
}

.box-last small a {
    color: inherit;
}

.box-last.clr-cyan small a i,
.box-last.clr-cyan small a span {
    color: inherit;
}

.box-last small a i {
    color: #3f4041;
    font-size: 15px;
    color: #3f4041;
}

.icon-mailbox a.link {
    text-decoration: underline;
    cursor: pointer;
}

.data-value span.link {
    text-decoration: underline;
}

a .clr-blue {
    color: #666666;
}

.box-grey,
.box-green,
.box-blue,
.box-base,
.box-cyan,
.box-white,
.box-white-last {
    height: 90px !important;
    padding: 5px 4px !important;
    overflow-wrap: break-word;
    display: flex;
    /* align-items: center; */
    text-align: center;
    font-family: inherit !important;
}

.mat-button,
.mat-raised-button,
.mat-icon-button,
.mat-stroked-button,
.mat-flat-button,
.mat-fab,
.mat-mini-fab {
    font-family: inherit !important;
}

.box p {
    width: 100% !important;
    margin-top: 10px;
}

.box-grey small,
.box-green small,
.box-blue small,
.box-cyan small,
.box-white small,
.box-white-last small,
.box-base small {
    font-size: 12px;
    line-height: 1;
    font-family: inherit !important;
}

.box-blue,
.box-cyan,
.box-green,
.box-base,
.box-grey {
    color: #fff;
}

.box-grey {
    background-color: #9e9991;
    /*#b9b4ad;*/
    border: 1px solid #666666;
    /*#c7c8cb*/
}

.box-white,
.box-white-last {
    background-color: #ffffff;
    border: 1px solid #c7c8cb;
}

.box-green {
    background-color: #92d050;
    border: 2px solid #257a79;
}

.box-light-blue {
    background-color: #0594ff;
    border: 2px solid #005d9e;
}

.table-light-blue {
    background-color: #0594ff !important;
    color: white !important;
    font-size: 15px !important;
    font-weight: 100;
    padding-left: 10px !important;
}

.icon-light-blue i {
    color: #0594ff !important;
}

.box-light-blue::before {
    left: -7px;
    top: 40%;
    width: 15px;
    height: 15px;
    content: "";
    background-color: #0594ff;
    border-top: 2px solid #005d9e;
    /*#666666;*/
    border-bottom: 2px solid #005d9e;
    /*#666666;*/
    position: absolute;
    z-index: 3;
}

.box-red {
    background-color: #c00000;
    border: 2px solid #730000;
}

.table-red {
    background-color: #c00000 !important;
    color: white !important;
    font-size: 15px !important;
    font-weight: 100;
    padding-left: 10px !important;
}

.icon-red i {
    color: #c00000 !important;
}

.box-red::before {
    left: -7px;
    top: 40%;
    width: 15px;
    height: 15px;
    content: "";
    background-color: #c00000;
    border-top: 2px solid #730000;
    /*#666666;*/
    border-bottom: 2px solid #730000;
    /*#666666;*/
    position: absolute;
    z-index: 3;
}

.box-yellow {
    background-color: #ffc000;
    border: 2px solid #bd8e00;
}

.table-yellow {
    background-color: #ffc000 !important;
    color: white !important;
    font-size: 15px !important;
    font-weight: 100;
    padding-left: 10px !important;
}

.icon-yellow i {
    color: #ffc000 !important;
}

.box-yellow::before {
    left: -7px;
    top: 40%;
    width: 15px;
    height: 15px;
    content: "";
    background-color: #ffc000;
    border-top: 2px solid #bd8e00;
    /*#666666;*/
    border-bottom: 2px solid #bd8e00;
    /*#666666;*/
    position: absolute;
    z-index: 3;
}

.box-sea-green {
    background-color: #cccc00;
    border: 2px solid #6f6f01;
}

.table-sea-green {
    background-color: #cccc00 !important;
    color: white !important;
    font-size: 15px !important;
    font-weight: 100;
    padding-left: 10px !important;
}

.icon-sea-green i {
    color: #cccc00 !important;
}

.box-sea-green::before {
    left: -7px;
    top: 40%;
    width: 15px;
    height: 15px;
    content: "";
    background-color: #cccc00;
    border-top: 2px solid #6f6f01;
    /*#666666;*/
    border-bottom: 2px solid #6f6f01;
    /*#666666;*/
    position: absolute;
    z-index: 3;
}

.box-purple {
    background-color: #cc00cc;
    border: 2px solid #520052;
}

.table-purple {
    background-color: #cc00cc !important;
    color: white !important;
    font-size: 15px !important;
    font-weight: 100;
    padding-left: 10px !important;
}

.icon-purple i {
    color: #cc00cc !important;
}

.box-purple::before {
    left: -7px;
    top: 40%;
    width: 15px;
    height: 15px;
    content: "";
    background-color: #cc00cc;
    border-top: 2px solid #520052;
    /*#666666;*/
    border-bottom: 2px solid #520052;
    /*#666666;*/
    position: absolute;
    z-index: 3;
}

.box-blue {
    background-color: #666666;
    border: 2px solid #666666;
    /*#666666;*/
}

.nissantr-theme .box-blue {
    background-color: #ffffff !important;
    border: 1px solid #c7c8cb !important;
    color: rgba(0, 0, 0, .87) !important
}

.table-blue {
    background-color: #666666 !important;
    color: white !important;
    font-size: 15px !important;
    font-weight: 100;
    padding-left: 10px !important;
}

.icon-blue i {
    color: #666666 !important;
}

.box-cyan {
    background-color: #59aead;
    border: 1px solid #257a79;
}

.box-row {
    margin-left: -10px;
    margin-right: -10px;
}

.box-grey::after,
.box-white::after {
    right: -7px;
    top: 40%;
    width: 14px;
    height: 15px;
    content: "";
    background-color: #9e9991;
    /*#b9b4ad;*/
    border-top: 1px solid #666666;
    /*#c7c8cb;*/
    border-bottom: 1px solid #666666;
    /* #c7c8cb;*/
    position: absolute;
    z-index: 2;
}

.box-white::after {
    background-color: #fff;
    border-top: 1px solid #c7c8cb;
    border-bottom: 1px solid #c7c8cb;
}

.box-green::before {
    left: -7px;
    top: 40%;
    width: 15px;
    height: 15px;
    content: "";
    background-color: #92d050;
    border-top: 2px solid #4b7f4b;
    border-bottom: 2px solid #4b7f4b;
    position: absolute;
    z-index: 3;
}

.table-green {
    background-color: #92d050 !important;
    color: white !important;
    font-size: 15px !important;
    font-weight: 100;
    padding-left: 10px !important;
}

.icon-green i {
    color: #92d050 !important;
}

.box-blue::before {
    left: -7px;
    top: 40%;
    width: 15px;
    height: 15px;
    content: "";
    background-color: #666666;
    border-top: 2px solid #666666;
    /*#666666;*/
    border-bottom: 1px solid #666666;
    /*#666666;*/
    position: absolute;
    z-index: 3;
}

.box-cyan::before {
    left: -7px;
    top: 40%;
    width: 15px;
    height: 15px;
    content: "";
    background-color: #59aead;
    border-top: 1px solid #257a79;
    border-bottom: 1px solid #257a79;
    position: absolute;
    z-index: 3;
}

.box-grid .btn {
    padding: 4px 8px;
}

.more {
    float: left;
    margin-left: 3px;
}

.box-grid .table tr th {
    font-size: 11px;
}

.box-grid .table tr td:first-child {
    text-align: left;
}

.box-grid .table tr td {
    font-size: 11px;
    text-align: center;
}

.box-grid .table>thead>tr>th,
.box-grid .table>tbody>tr>th,
.box-grid .table>tfoot>tr>th,
.box-grid .table>thead>tr>td,
.box-grid .table>tbody>tr>td,
.box-grid .table>tfoot>tr>td {
    padding: 7px;
}

.box-grid .table-hover>tbody>tr:hover {
    background-color: #fbeffb;
}

.box-grid .table>thead>tr>th,
.box-grid .table>tbody>tr>th,
.box-grid .table>tfoot>tr>th,
.box-grid .table>thead>tr>td,
.box-grid .table>tbody>tr>td,
.box-grid .table>tfoot>tr>td {
    padding: 7px;
    font-family: inherit !important;
}

.box-grid .table-hover>tbody>tr:hover {
    background-color: #fbeffb;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    font-weight: bold;
    border-top: #bbb 1px solid;
    border-bottom: #bbb 1px solid;
    background-color: #ececec;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e0e0e0;
}

.table-hover>tbody>tr.blank:hover {
    background-color: transparent;
}

.th-border {
    border-bottom: #8A8A8A 2px solid;
}

.table>tbody>tr.emptyRow {
    background-color: #fff;
    height: 8px;
}

.table>tbody>tr.emptyRow>th {
    padding: 0;
}

.table>tbody>tr:hover.emptyRow {
    background-color: transparent;
}

.table>tbody>tr.classicView-totalRow {
    background-color: #a3a3a3 !important;
    border-top: 2px solid #595959;
    border-bottom: 2px solid #595959;
    color: #fff;
    font-weight: bold;
}

tr:hover.classicView-totalRow>td {
    background-color: #8c8c8c;
    /*color:#000;*/
}

.table a {
    color: inherit;
}

/*.box-grid .table .info th{
	text-align: left;
}*/

.table-header {
    padding-bottom: 4px;
    margin: 2px 0;
    /*color: white;*/
    /*font-family: 'Verdana';*/
    border-bottom: 1px solid #bdbdbd;
}

.box-grid .well {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: 0 0px 0px;
    padding: 10px;
}

.box-grid .well .table {
    margin-bottom: 0;
}

.custom-nav .navbar {
    margin-bottom: 0;
}

.top-bar {
    padding: 10px 0;
    background-color: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030;
}

.logo {
    padding-top: 30px;
    display: block;
}

.clr-cyan {
    color: #666666;
}

.chart {
    margin-bottom: 20px;
    padding: 10px 0;
    border: #ddd 1px solid;
    background-color: #fff;
}

.chart .legend {
    float: right;
    margin: 10px 0 0 0;
}

.chart .badge {
    background-color: #5764e1;
    border-radius: 0;
    color: #333;
    padding: 1px 3px;
    font-size: 11px;
    min-width: 4px;
    line-height: .6;
}

.chart-title {
    text-align: right;
}

.chart-item {
    margin-left: -15px;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.modal-header {
    background-color: #f5f5f5;
    border-radius: 6px 6px 0 0;
}

.modal-footer {
    background-color: #f5f5f5;
    border-radius: 0 0 6px 6px;
}

.search-form {
    padding: 10px 0px;
    font-size: 11px;
}

.search-form .form-control {
    padding: 4px;
    height: auto;
    font-size: 11px;
}

.search-form .btn {
    font-size: 11px;
}

.status {
    position: absolute;
    top: 2px;
    right: 14px;
    font-size: 11px;
    /*border-radius:50%;*/
    /*background:white;
	width: 13px;
	height: 13px;
	box-shadow: 0 1px 5px 0px black;*/
}

.status-up::before {
    color: #5ce036;
    content: "\e253";
    font-family: 'Glyphicons Halflings';
}

.status-down::before {
    color: #e34848;
    content: "\e252";
    font-family: 'Glyphicons Halflings';
}

.status-normal::before {
    color: #cacaca;
    content: "\e074";
    font-family: 'Glyphicons Halflings';
}

.status-no-compare::before {
    color: #4e4242;
    content: "\e090";
    font-family: 'Glyphicons Halflings';
}

/*.status-up::before {
    color: #5ce036;
    content: "\f062";
    font-family: 'FontAwesome';
}

.status-down::before {
    color: #e34848;
    content: "\f063";
    font-family: 'FontAwesome';
}*/

.nav-sidebar .nav-tabs li a .fa-stack-1x {
    top: -14px;
    font-size: 14px;
}

.nav-sidebar .nav-tabs li a .fa-stack {
    width: 20px;
    height: auto;
    line-height: 24px;
}

.nav-sidebar .nav-tabs li a .fa-stack-2x {
    top: -14px;
    font-size: 24px;
}

.notes .table>tbody>tr>td {
    border: 0;
}

.page-header .navbar-nav>li>a.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
}

.page-header .navbar-nav>li>.btn {
    padding: 6px 10px;
    font-size: 12px;
}

.page-header .navbar-nav>li>a.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
}

.page-header .navbar-nav>li {
    margin-left: 5px;
}

.page-header .navbar-nav>li>a:hover,
.page-header .navbar-nav>li>a:focus {
    color: #333333 !important;
    text-decoration: none;
    background-color: #fff !important;
}

/*Search Filter controls - start */

.half-block {
    display: inline-flex;
    width: 180px;
    margin-left: 10px;
}

.half-block>div {
    width: 180px;
}

.full-block {
    margin: 0 10px;
}

/*Search Filter controls - end */

/*Service Retention*/

a.clr-grey-1 {
    color: #343434;
}

a.clr-grey-2 {
    color: #4c4c4c;
}

a.clr-grey-3 {
    color: #666666;
}

a.clr-grey-4 {
    color: #8a8a8a;
}

a.clr-grey-5 {
    color: #c1c1c1;
}

a.clr-grey-6 {
    color: #eeeeee;
}

a.clr-grey-1:hover,
a.clr-grey-2:hover,
a.clr-grey-3:hover,
a.clr-grey-4:hover,
a.clr-grey-5:hover,
a.clr-grey-6:hover {
    color: #666666;
    /*#C71444;*/
}

.clri-white {
    color: #fff !important;
}

.clr-white {
    color: #fff;
}

.clr-black {
    color: #000;
}

.clr-red {
    color: #c71444;
}

.clr-green {
    color: #7ace42;
}

.clr-grey-1 {
    color: #343434;
}

.clr-grey-2 {
    color: #4c4c4c;
}

.clr-grey-3 {
    color: #666666;
}

.clr-grey-4 {
    color: #8a8a8a;
}

.clr-grey-5 {
    color: #c1c1c1;
}

.clr-grey-6 {
    color: #eeeeee;
}

.bg-red {
    background-color: #c71444;
}

.bg-grey-1 {
    background-color: #343434;
}

.bg-grey-2 {
    background-color: #4c4c4c;
}

.bg-grey-3 {
    color: #666666;
}

.bg-grey-4 {
    background-color: #8a8a8a;
}

.bg-grey-5 {
    background-color: #c1c1c1;
}

.bg-grey-6 {
    background-color: #eeeeee;
}

.bg-grey-7 {
    background-color: #76737a !important;
}

.bg-grey-8 {
    background-color: #424242 !important;
}

.bg-grey-light {
    background-color: #f8f8f8;
}

.bg-black {
    background-color: #000;
}

.bg-blue {
    background-color: #004163;
}

.bg-blue-light {
    background-color: #EFEFEF !important;
}


.sr-btn-primary {
    color: #fff;
    background-color: #c71444;
    box-shadow: 0 0 0;
    height: 36px;
    border-radius: 0;
    font-size: 12px !important;
}

.sr-btn-primary:hover,
.sr-btn-primary:active,
.sr-btn-primary:focus,
.sr-btn-primary:active:hover {
    color: #fff !important;
    background-color: #a9113a;
    box-shadow: 0 0 0;
}

.sr-btn-secondary {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.sr-btn-secondary:hover,
.sr-btn-secondary:active,
.sr-btn-secondary:focus,
.sr-btn-secondary:active:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
    box-shadow: 0 0 0;
}

.mt-5 {
    margin-top: 5px;
}

.fs-12 {
    font-size: 12px;
}

.fs-16 {
    font-size: 16px;
}

.wrap {
    background-color: #f5f5f5;
    min-height: 100%;
    position: relative;
}

.wrap .container {
    max-width: 970px;
}

header {
    margin-bottom: 10px;
    background-color: #fff;
    border-bottom: #343434 2px solid;
}

header h2,
header h3,
header h4 {
    font-weight: normal;
}

header .nav>li>a.btn-secondary {
    color: #fff;
}

header .nav>li>a.btn-secondary:hover {
    background-color: #333;
}

header .nav>li>a {
    color: #666;
    padding: 5px 10px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    color: #333;
    text-decoration: none;
    background-color: transparent;
}

.nav>li>a {
    color: #4c4c4c;
}

header .nav>li>a .fa.fa-2x {
    font-size: 1.7em;
    line-height: .8;
}

.brand {
    max-width: 97px;
    margin-bottom: 20px;
}

.brand img {
    width: 97px;
}

.comp-table {
    border: #343434 1px solid;
}

.comp-table .table {
    margin-bottom: 0;
    ;
}

.comp-table .header {
    padding: 5px 10px;
    background-color: #bfbfbf;
}

.comp-table .header p {
    margin-bottom: 0;
    font-size: 16px !important;
}

.down {
    color: #c00000;
}

.up {
    color: #7fd13b;
}

.comp-table .table-bordered>thead>tr>th,
.comp-table .table-bordered>tbody>tr>th,
.comp-table .table-bordered>tfoot>tr>th {
    font-size: 12px;
    color: #c71444;
}

.comp-table .table-bordered>thead>tr>th,
.comp-table .table-bordered>tbody>tr>th,
.comp-table .table-bordered>tfoot>tr>th,
.comp-table .table-bordered>thead>tr>td,
.comp-table .table-bordered>tbody>tr>td,
.comp-table .table-bordered>tfoot>tr>td {
    font-weight: bold;
    border: 0;
    border-bottom: #bbb 1px dashed;
    font-family: inherit !important;
}

.comp-table .table-bordered>thead>tr>th:first-child,
.comp-table .table-bordered>tbody>tr>th:first-child,
.comp-table .table-bordered>tfoot>tr>th:first-child,
.comp-table .table-bordered>thead>tr>td:first-child,
.comp-table .table-bordered>tbody>tr>td:first-child,
.comp-table .table-bordered>tfoot>tr>td:first-child {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border-bottom: 0;
}

.comp-table .table-bordered>thead>tr>td small,
.comp-table .table-bordered>tbody>tr>td small,
.comp-table .table-bordered>tfoot>tr>td small {
    font-weight: normal;
    display: block;
}

.comp-table .table-bordered {
    border: 0;
}

.comp-table .table-bordered tr:last-child td {
    border: 0;
}

.comp-table-legend {
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.comp-table-legend li {
    display: inline-block;
    padding: 5px 10px;
}

.card-sm {
    color: #fff;
    height: 174px;
    /* border-radius: 8px; */
    margin-bottom: 10px;
    word-wrap: break-word;
    padding: 8px 8px 5px 8px;
    background-color: #727272;
    border: 2px solid #cccccc;
}

.card-sm.highlighted {
    background-color: #cccccc;
    border: 2px solid #c71444;
    color: #000;
}

.card-sm.highlighted table.card-table td {
    color: #000 !important;
}

.card-sm table.card-table td {
    max-width: none;
    min-width: auto;
}

.card-sm p {
    font-size: 13px;
}

.card-sm p.small {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: bold;
}

.card-sm .title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    font-family: inherit !important;
}

.card-sm .mid-title {
    font-size: 17px;
    font-weight: bold;
    margin: 0;
}

.card-sm .value-box {
    margin-top: -4px;
}

.trends .heading {
    color: #fff;
    padding: 5px 5px 5px 0;
}

.tile-card .card-header {
    min-height: 64px;
}

.tile-card .card-title,
.card-title1 {
    font-size: 14px;
    font-weight: 600;
}

.tile-card .card-title1 {
    padding: 8px 0;
}

.tile-card .card-subtitle {
    text-align: right;
    min-height: 20px;
}

.tile-card .card-value {
    font-size: 24px;
    text-align: center;
    min-height: 22px;
    font-weight: 600;
    margin: 7px 0px;
}

.tile-card .card-value.extended {
    margin-top: 30px !important;
}

.tile-card .card-table {
    width: 100%;
}

.tile-card .card-table td {
    border: 0;
    color: #fff;
    font-size: 12px !important;
}

.tile-card table.card-table td:last-child {
    white-space: nowrap;
}

.trends-table .header-width {
    min-width: 166px;
    max-width: 166px;
}


/*  */

/* Sales and Service opportunities - start*/

.opportunity {}

.opportunity .gradient {
    background: #666666 !important;
    /*#315697;*/
    /* background: -moz-linear-gradient(top, #C71444 0%, #C71444 100%);
        background: -webkit-linear-gradient(top, #C71444 0%,#C71444 100%);
        background: linear-gradient(to bottom, #C71444 0%,#C71444 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#315697', endColorstr='#5999d2',GradientType=0 ); */
}

.opportunity .gradient th {
    color: #fff;
    text-align: center;
}

.opportunity .table-bordered {
    border: 1px solid #000;
}

.opportunity .table-bordered>thead>tr>th,
.opportunity .table-bordered>tbody>tr>th,
.opportunity .table-bordered>tfoot>tr>th,
.opportunity .table-bordered>thead>tr>td,
.opportunity .table-bordered>tbody>tr>td,
.opportunity .table-bordered>tfoot>tr>td {
    border: 1px solid #000;
}

.opportunity .table-hover>tbody>tr:hover {
    background-color: #fff;
}

.first-td-right-rest-td-left>tbody>tr>td {
    text-align: right;
}

.first-td-right-rest-td-left>tbody>tr>td:first-child {
    text-align: left;
}

.tbl-expand {
    position: absolute;
}

.expand {
    top: 0;
    left: -30px;
    position: absolute;
}

/* <Layout 970px> */

.page-header .page-nav .export.dropdown .dropdown-menu {
    left: auto;
    min-width: 200px;
    right: 0;
}

.page-header .page-nav .navbar-nav .open.export .dropdown-menu {
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

.page-header .page-nav .navbar-nav .open.export .dropdown-menu li strong {
    padding: 3px 15px;
}

.page-header .page-nav .navbar-nav .open.export .dropdown-menu li a {
    padding: 3px 15px;
}

a[disabled] {
    cursor: not-allowed;
    opacity: 0.65;
}

.page-nav {
    float: right;
}

.container.lowerBody .opportunity table tr {
    background-color: #fff;
}

/* </Layout 970px> */

/* Sales and Service opportunities - End*/

.filter {
    border-bottom: #eee 1px solid;
}

.filter .form-control {
    height: auto;
    padding: 3px;
    font-size: 12px;
}

.filter .btn-xs {
    padding: 3px 7px;
}

input.ng-dirty.ng-invalid-date {
    border: 1px solid red;
}

.box-grid h4 a {
    font-size: 70%;
    text-decoration: underline;
    color: grey;
    margin-left: 5px;
    font-family: inherit !important;
}

.text-align-right {
    text-align: right;
}

.text-underline {
    text-decoration: underline;
}

.atn-panel {
    margin: 0 auto 20px auto;
    padding: 10px 0;
    border: #ddd 1px solid;
    max-width: 670px;
    text-align: center;
}

.black-graph-border {
    border: #000 2px solid;
    padding: 0 10px;
    /*margin-top: 10px;*/
}

.grey-graph-border {
    border: lightgrey 3px solid;
    padding: 0 10px;
    /*margin-top: 10px;*/
}

.graph-heading {
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: #c4c4c4 2px solid;
}

.clr-red {
    color: #e34848;
}

.clr-green {
    color: #92d050;
}

.graph-table .table>thead>tr>th.blank,
.graph-table .table>tbody>tr>th.blank {
    border-top: 0;
    background-color: #f7f7f7;
}

.graph-table .table>thead>tr>th.bordered,
.graph-table .table>tbody>tr>th.bordered {
    border-right: #f5f5f5 2px solid;
    border-top: 0;
    background-color: #ddd;
    text-align: center;
}

.graph-table .table>thead>tr>th.bordered:last-child,
.graph-table .table>tbody>tr>th.bordered:last-child {
    border-right: 0;
}

.graph-table .table>thead>tr>td,
.graph-table .table>tbody>tr>td,
.graph-table .table>tfoot>tr>td {
    border-bottom: 1px dashed #ddd;
    border-top: 0;
    vertical-align: bottom;
}

.graph-table .table>thead>tr:last-child>td,
.graph-table .table>tbody>tr:last-child>td {
    border-bottom: 0;
}

/*Line Chart*/

.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.x.axis path {}

.close_line {
    fill: none;
    stroke: #4674C5;
    stroke-width: 4px;
}

.close2_line {
    fill: none;
    stroke: #ED7D31;
    stroke-width: 4px;
}

.close3_line {
    fill: none;
    stroke: #84B762;
    stroke-dasharray: 5;
    stroke-width: 4px;
}

.close4_line {
    fill: none;
    stroke: #9B9B9B;
    stroke-dasharray: 10, 10, 5, 10;
    stroke-width: 4px;
}

.close5_line {
    fill: none;
    stroke: #FFC000;
    stroke-width: 4px;
}

.linev {
    fill: none;
    stroke: gray;
    fill: none;
    stroke-width: 2.5px;
}

.overlay {
    fill: none;
    pointer-events: all;
}

.focus circle {
    fill: none;
    stroke: steelblue;
}

.over:hover {
    opacity: 0.5;
}

/*Line Chart*/

/*Stacked Horizontal Chart*/

.axis .domain {
    display: none;
}

.axis path,
.axis line {
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
}

.axis text {
    font-family: inherit !important;
    font-size: 11px;
}

#tooltip {
    position: absolute;
    text-align: center;
    width: 40px;
    height: auto;
    padding: 10px;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

#tooltip.hidden {
    display: none;
}

#tooltip p {
    margin: 0;
    font-family: inherit !important;
    font-size: 16px;
    line-height: 20px;
}

.tick line {
    opacity: 0.2;
}

.rect:hover {
    opacity: 0.7;
}

/*Stacked Horizontal Chart*/

/*Brake Tire chart*/

div.tooltip {
    position: absolute;
    text-align: center;
    width: 60px;
    padding: 8px;
    font: 12px sans-serif;
    background: lightsteelblue;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
}

.tableTextAlign {
    table-layout: fixed;
    text-align: center;
}

.legend-block {
    width: 45%;
    height: 35px;
}

.legend-block.green {
    background-color: #02b003;
}

.legend-block.orange {
    background-color: #ffb74b;
}

.legend-block.red {
    background-color: #ef4b35;
}

.custom-grid .table {
    font-size: 18px;
    border-collapse: inherit;
}

.custom-grid .table>thead>tr>td,
.custom-grid .table>tbody>tr>td {
    border-top: 0;
    border-right: 1px dashed #bdbdbd;
    border-bottom: 1px dashed #bdbdbd;
    line-height: 1.42857;
    vertical-align: middle;
    height: 60px;
}

.custom-grid .table>thead>tr>td:nth-child(5n),
.custom-grid .table>tbody>tr>td:nth-child(5n) {
    border-right: 0;
}

.custom-grid .table>thead>tr:last-child>td,
.custom-grid .table>tbody>tr:last-child>td {
    border-bottom: 0;
}

.slice text {
    font-size: 15px;
    color: #fff;
}

.slice:hover {
    opacity: 0.5;
}

/*Brake Tire chart*/

/* Search Filter dropdown labels class*/

.search-form div>label {
    margin-top: 5px;
}

/*Declined Services Table*/

.declined {
    min-height: 20px;
    padding: 15px;
    margin: 15px 10px 10px 10px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
}

.declined-chart-bg {
    background-image: url("../images/chart-bg-grey.png");
}

/*
    .declined .table > thead > tr > th,
    .declined .table > tbody > tr > th,
    .declined .table > tfoot > tr > th,
    .declined .table > thead > tr > td,
    .declined .table > tbody > tr > td,
    .declined .table > tfoot > tr > td {
        font-size: 11px;
    }

        .declined .table > thead > tr > th,
        .declined .table > tbody > tr > th .declined .table > thead > tr.active > td,
        .declined .table > tbody > tr.active > td,
        .declined .table > tfoot > tr.active > td,
        .declined .table > thead > tr.active > th,
        .declined .table > tbody > tr.active > th,
        .declined .table > tfoot > tr.active > th {
            font-weight: normal;

        }

    .declined .table > thead > tr.tr-group,
    .declined .table > tbody > tr.tr-group .declined .table > thead > tr.ng-table-sort-header,
    .declined .table > tbody > tr.ng-table-sort-header {
        background: #dcdcdc;
        background: -moz-linear-gradient(top, #dadada 0%, #fcfcfc 100%);
        background: -webkit-linear-gradient(top, #dadada 0%,#fcfcfc 100%);
        background: linear-gradient(to bottom, #dadada 0%,#fcfcfc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#fcfcfc',GradientType=0 );
    }

    .declined .table > thead > tr > th.th-group,
    .declined .table > tbody > tr > th.th-group {
        background: #65a1d8;
        background: -moz-linear-gradient(top, #65a1d8 0%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #65a1d8 0%,#ffffff 100%);
        background: linear-gradient(to bottom, #65a1d8 0%,#ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65a1d8', endColorstr='#ffffff',GradientType=0 );
    }

    .declined .table-striped > tbody > tr:nth-of-type(2n+1) {
        background-color: #f9f9f9;
    }

    .declined label {

        font-weight: normal;
    }
*/

/*Declined Services Table*/

/*Declined Services Table*/

.declinedDynamic table {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
}

.declinedDynamic table>thead>tr>th,
.declinedDynamic table>tbody>tr>th,
.declinedDynamic table>tfoot>tr>th,
.declinedDynamic table>thead>tr>td,
.declinedDynamic table>tbody>tr>td,
.declinedDynamic table>tfoot>tr>td {
    font-size: 13px !important;
}

.declinedDynamic table>tbody>tr {
    border-bottom: 1px solid #ddd;
}

.declinedDynamic table tr>td {
    text-align: center !important;
}

.declinedDynamic table tr>th {
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.declinedDynamic table>tbody>tr:nth-child(1) {
    background-color: #f9f9f9 !important;
    font-weight: normal !important;
}

.declinedDynamic table tbody>tr:hover {
    background-color: #f5f5f5 !important;
}

.declinedDynamic table>tbody>tr:last-child {
    background-color: #ddd;
    font-weight: bold;
    border-bottom: none !important;
}

.declinedDynamic span {
    font-family: inherit !important;
}

.declinedDynamic table>thead>tr>th,
.declinedDynamic table>tbody>tr>th .declinedDynamic table>thead>tr.active>td,
.declinedDynamic table>tbody>tr.active>td,
.declinedDynamic table>tfoot>tr.active>td,
.declinedDynamic table>thead>tr.active>th,
.declinedDynamic table>tbody>tr.active>th,
.declinedDynamic table>tfoot>tr.active>th {
    font-weight: normal;
    /*font-family: 'open_sanssemibold';*/
}

.declinedDynamic table>thead>tr {
    background: #dcdcdc;
    background: -moz-linear-gradient(top, #dadada 0%, #fcfcfc 100%);
    background: -webkit-linear-gradient(top, #dadada 0%, #fcfcfc 100%);
    background: linear-gradient(to bottom, #dadada 0%, #fcfcfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#fcfcfc', GradientType=0);
}

/*.declinedDynamic table > tbody > tr:nth-child(2) {
    background: #dcdcdc;
    background: -moz-linear-gradient(top, #dadada 0%, #fcfcfc 100%);
    background: -webkit-linear-gradient(top, #dadada 0%,#fcfcfc 100%);
    background: linear-gradient(to bottom, #dadada 0%,#fcfcfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#fcfcfc',GradientType=0 );
}*/

.declinedDynamic table>thead>tr>th,
.declinedDynamic table>tbody>tr>th {
    background: #666666;
    /*#C71444;*/
    /* background: -moz-linear-gradient(top, #C71444 0%, #C71444 100%);
    background: -webkit-linear-gradient(top, #C71444 0%,#C71444 100%);
    background: linear-gradient(to bottom, #C71444 0%,#C71444 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C71444', endColorstr='#ffffff',GradientType=0 ); */
}

.red-border {
    /* border: #C71444 2px solid; */
    padding: 10px;
}

.form-group.red-border {
    margin: 5px;
}

.declinedDynamic table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.declinedDynamic label {
    /*font-family: "open_sanssemibold";*/
    font-weight: normal;
}

.declinedDynamic .box-grid .well {
    padding: 0px !important;
    border: none !important;
    margin-bottom: 0px;
}

.declinedDynamic .table-header {
    padding-bottom: 4px;
    margin: 2px 0;
    color: white;
    border-bottom: none;
    /*font-family: 'Verdana';*/
}

/*Declined Services Table*/

/* Dashboard */

.graph-border {
    padding: 0 !important;
}

.graph-border .title {
    background: #4c4c4c;
    margin: 0;
    height: 40px;
    vertical-align: middle;
    padding: 10px;
    color: white !important;
    font-weight: 100 !important;
    font-family: inherit !important;
}

.graph-container {
    padding: 10px;
}

body .p-datatable .p-datatable-header {
    background: #fdf1f1 !important;
}

.graph-heading {
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: #c4c4c4 1px solid;
}

.clr-red {
    color: #e34848;
}

.clr-green {
    color: #92d050;
}

.clr-grn {
    color: #297314;
}

.clr-orange {
    color: #f3be00;
}

.clr-gray {
    color: #4e4242;
}

.clr-lightGray {
    color: #cacaca;
}

.clr-golden {
    color: #E5DBA9 !important;
}

.clr-golden-2 {
    color: #C39C51 !important;
}

.clr-golden-3 {
    color: #b89c13 !important;
}

.graph-table .table>thead>tr>th.blank,
.graph-table .table>tbody>tr>th.blank {
    border-top: 0;
    background-color: #f7f7f7;
}

.graph-table .table>thead>tr>th.bordered,
.graph-table .table>tbody>tr>th.bordered {
    border-right: #f5f5f5 2px solid;
    border-top: 0;
    background-color: #ddd;
}

.graph-table .table>thead>tr>th.bordered:last-child,
.graph-table .table>tbody>tr>th.bordered:last-child {
    border-right: 0;
}

.graph-table .table>thead>tr>td,
.graph-table .table>tbody>tr>td,
.graph-table .table>tfoot>tr>td {
    border-bottom: 1px dashed #ddd;
    border-top: 0;
    vertical-align: bottom;
}

.graph-table .table>thead>tr:last-child>td,
.graph-table .table>tbody>tr:last-child>td {
    border-bottom: 0;
}

.graph-heading {
    border-bottom: 1px solid #ccc;
    padding-bottom: 9px;
}

.graph-label {
    margin-top: -5px;
    padding-left: 0;
    list-style: none;
}

.graph-label li {
    display: inline;
    padding: 5px 10px;
    border-right: #ccc 1px solid;
}

.graph-label li:first-child {
    display: inline;
    padding-left: 0;
    border-right: #ccc 1px solid;
}

.graph-label li:last-child {
    border-right: 0;
}

.kpi-border {
    border: 1px solid #aaa;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #aaa;
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 15px;
}

.response-rate-legend {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.statics {
    width: 100%;
    margin-top: 0px;
    /*display:table;
	height:260px;*/
}

.statics-box {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #bbb;
    padding: 5px 0px;
}

.analytic {
    color: #333;
    margin-bottom: 0px;
    /*display:table-cell;*/
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
}

.analytic .title {
    color: #333;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: bold;
}

.analytic p {
    /*font-family: 'open_sansregular';*/
    margin-bottom: 5px;
}

.analytic .devider {
    border-bottom: 1px solid #ccc;
}

.bg-White {
    background-color: #fff;
}

.graph-legend {
    float: left;
    width: 75px;
    padding: 0 15px;
    text-align: center;
    font-size: 10px;
    /*font-family: 'open_sansregular';*/
}

.graph-legend-text {
    font-size: 10px;
}

.legend-dark {
    padding: 15px 0 0 0;
    background-color: #17365d;
}

.legend-light {
    padding: 15px 0 0 0;
    background-color: #a2c8ec;
}

/* Dashboard */

/* ----------------------- Side menu -----------------------*/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    margin-left: -250px;
    overflow-x: auto;
    background-color: #004680;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 20px;
    background-color: #1a598e;
    border-bottom: 1px solid #0b336d;
}

.sidebar-nav li {
    float: none;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #a5ceff;
    border-radius: 0;
    padding-left: 10px;
    border: 0;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    border: 0;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    padding: 0 15px;
}

.sidebar-nav .sidebar-brand h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    font-weight: bold;
    padding-bottom: 0;
}

.sidebar-nav .sidebar-brand sub {
    font-size: 14px;
    font-weight: normal;
    margin-top: -10px;
}

.sidebar-brand>a {
    font-size: 18px;
    text-shadow: 0 0 0;
}

.sidebar-nav>.sidebar-brand a {
    color: #999;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
}

#sidebar-wrapper.active {
    top: 99px;
    left: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#sidebar-wrapper .nav-tabs>li.active>a,
#sidebar-wrapper .nav-tabs>li.active>a:hover,
#sidebar-wrapper .nav-tabs>li.active>a:focus {
    color: #cc2733;
    border: 0;
    background-color: #fff;
}

#sidebar-wrapper .nav-tabs>li {
    margin-bottom: 0;
}

#sidebar-wrapper .nav-tabs>li>a {
    margin-right: 0;
}

.toggle {
    margin: 50px 0 0 0;
}

.btn-light {
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 0;
    color: #333;
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, .5);
}

.sidebar-toggle {
    left: 10px;
    margin: 10px 15px 0 0;
    position: fixed;
    top: 10px;
    z-index: 1034;
}

/*slide button*/

/*toggle switch*/

.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 13px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #887e7e;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 14px;
    left: 0px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* ----------------------- Side menu end -----------------------*/

/*------------ Manage subscription *------------*/

.filters .export.dropdown .dropdown-menu {
    left: auto;
    min-width: 200px;
    right: 0;
}

.filters .navbar-nav .open.export .dropdown-menu {
    position: Absolute;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

.filters .navbar-nav .open.export .dropdown-menu li strong {
    padding: 3px 15px;
}

.filters .navbar-nav .open.export .dropdown-menu li a {
    padding: 3px 15px;
}

/*Manage Subscriptions modal -- start*/

#ManageSubscriptions .modal-dialog {
    width: 840px;
}

.tbl-container .gradient {
    background: #315697;
    background: -moz-linear-gradient(top, #C71444 0%, #C71444 100%);
    background: -webkit-linear-gradient(top, #C71444 0%, #C71444 100%);
    background: linear-gradient(to bottom, #C71444 0%, #C71444 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#315697', endColorstr='#5999d2', GradientType=0);
}

.tbl-container .gradient th {
    color: #fff;
}

.tbl-container th,
.tbl-container td {
    font-size: 12px;
}

.tbl-container .table-responsive {
    overflow-x: initial;
}

.tbl-container .table-bordered {
    border: 1px solid #000;
}

.tbl-container .table-bordered>thead>tr>th,
.tbl-container .table-bordered>tbody>tr>th,
.tbl-container .table-bordered>tfoot>tr>th,
.tbl-container .table-bordered>thead>tr>td,
.tbl-container .table-bordered>tbody>tr>td,
.tbl-container .table-bordered>tfoot>tr>td {
    border: 1px solid #000;
}

#ManageSubscriptions .modal-body {
    max-height: 450px;
    overflow-y: auto;
}

#ManageSubscriptions .modal-footer .pagination {
    margin: 0;
}

/*Manage Subscriptions modal -- end*/

/*------------ Manage subscription End*------------*/

/* toast settings */

.ng-toast .alert-success {
    background-color: #cc2733;
    color: #fff;
}

/*----------Notes--------------*/

.max-height {
    max-height: 60vh;
    overflow-y: auto;
    font-size: 11px;
}

.notes .table-condensed>thead>tr>th,
.notes .table-condensed>tbody>tr>th,
.notes .table-condensed>thead>tr>td,
.notes .table-condensed>tbody>tr>td {
    padding: 4px;
}

.notes table tr td:first-child {
    width: 20%;
    /*font-family: 'open_sanssemibold';*/
}

.notes table tr td p {
    /*font-family: 'open_sanslight';*/
}

.tr-customer-contact-card .p-datatable .p-datatable-thead .normal-headers th:has(.tr-customer-contact-card-vin-col) {
    width: 175px !important;
}

.printTimeNotes {
    font-size: 11px;
    padding: 0px;
    page-break-before: always;
}

.noPageBreak {
    page-break-before: avoid !important;
}

.printTimeHeader {
    font-size: 11px;
    padding: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}

/*----------Notes--------------*/

.hiddenparams {
    display: none;
    font-style: italic;
    border: 1px #000000 dotted;
}

/*report control additional css */

.control-header-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: white;
}

.control-header-menu .page-header {
    margin: 0px;
}

.control-header-menu-pagination {
    position: fixed;
    top: 2%;
}

.report-additional-class {
    margin-top: 60px;
}

.pagination-additional-class {
    position: fixed;
    top: 0;
    z-index: 100;
}

.m-l-0 {
    margin-left: 0;
}

.m-l-10 {
    margin-left: -10px !important;
}

.m-r-0 {
    margin-right: 0;
}

.m-b-0 {
    margin-bottom: 0;
}

.p-l-0 {
    padding-left: 0;
}

.p-l-5 {
    padding-left: 5px;
}

.p-r-0 {
    padding-right: 0;
}

.p-l-7 {
    padding-left: 7px;
}

.p-r-7 {
    padding-right: 7px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.simple-line-chart .axis .domain {
    display: block;
}

.simple-line-chart .axis path,
.simple-line-chart .axis line {
    fill: none;
    stroke: #ccc;
    shape-rendering: crispEdges;
}

.simple-line-chart .linev {
    fill: none;
    stroke: gray;
    fill: none;
    stroke-width: 2.5px;
}

.simple-line-chart .overlay {
    fill: none;
    pointer-events: all;
}

.simple-line-chart .focus circle {
    fill: none;
    stroke: steelblue;
}

.simple-line-chart .over:hover {
    opacity: 0.5;
}

.multi-line-chart .axis .domain {
    display: block;
}

.multi-line-chart .axis path,
.multi-line-chart .axis line {
    fill: none;
    stroke: #ccc;
    shape-rendering: crispEdges;
}

.multi-line-chart .linev {
    fill: none;
    stroke: gray;
    fill: none;
    stroke-width: 2.5px;
}

.multi-line-chart .overlay {
    fill: none;
    pointer-events: all;
}

.multi-line-chart .focus circle {
    fill: none;
    stroke: steelblue;
}

.multi-line-chart .over:hover {
    opacity: 0.5;
}

.horizontal-bar-chart .axis path,
.horizontal-bar-chart .axis line {
    fill: none;
    stroke: #dedede;
    shape-rendering: crispEdges;
}

.horizontal-bar-chart .rects:hover {
    opacity: 0.7;
}

.horizontal-bar-chart .yhide line {
    stroke: white;
}

.horizontal-bar-chart .axis text {
    font-family: sans-serif;
    font-size: 11px;
    fill: #6e6f6a;
}

.horizontal-bar-chart .x line {
    stroke: none;
}

.horizontal-bar-chart .x .domain {
    stroke: none;
}

.horizontal-bar-chart #tooltip {
    position: absolute;
    text-align: center;
    width: 40px;
    height: auto;
    padding: 10px;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.horizontal-bar-chart #tooltip.hidden {
    display: none;
}

.horizontal-bar-chart #tooltip p {
    margin: 0;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.horizontal-bar-chart .axis .domain {
    display: block;
}

.horizontal-bar-chart .axis path,
.horizontal-bar-chart .axis line {
    stroke: #dedede;
}

.ford-label {
    font-size: 11px;
    display: inline;
    margin-left: 5px;
    margin-bottom: 15px;
}

.ford-label .badge {
    border-radius: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: .5;
    min-width: 10px;
    padding: 2px 3px;
    margin-bottom: 2px;
    margin-right: 5px;
}

.badge-success {
    background-color: #02b003;
}

.badge-danger {
    background-color: #f68d2e;
}

.badge-warning {
    background-color: #ffb74b;
}

.no_data_image {
    background-image: url(/assets/images/nodata.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    background-size: 100%;
}

.response-rates-grid {
    /* margin-top:20px;*/
    font-size: 12px;
}

.total-row,
.total-row:hover {
    background-color: #ddd !important;
    font-weight: bold;
}

/* override bootstrap css style */

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-left: 0px;
}

.sales-pie .slice text,
.service-pie .slice text {
    font-size: 11px;
}

.pie-label {
    position: relative;
}

.pie-chart-legend {
    text-align: center;
    height: 95px;
}

.pie-chart-legend-item {
    text-align: left;
    margin-left: 25%;
}

.pie-chart-legend-item2 {
    text-align: left;
    margin-left: 21%;
}

.badge-primary {
    background-color: #337ab7;
}

.response-label-sales,
.response-label-services {
    height: 4px;
    width: 30px;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1px;
    font-size: 11px;
    display: inline-block;
}

.response-label-sales::after,
.response-label-services::after {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    left: 34%;
    top: -3px;
    content: " ";
    background-color: #f68d2e;
}

.response-label-services::after {
    background-color: #337ab7;
}

.fs11 {
    font-size: 11px;
}

.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fsi16 {
    font-size: 16px !important;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fsi18 {
    font-size: 18px !important;
}

.fs19 {
    font-size: 19px !important;
}

.fs20 {
    font-size: 20px;
}

.fsi20 {
    font-size: 20px !important;
}

.fs21 {
    font-size: 21px !important;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px !important;
}

.fs25 {
    font-size: 25px !important;
}

.fs26 {
    font-size: 26px !important;
}

.fs28 {
    font-size: 28px !important;
}

.fs30 {
    font-size: 30px !important;
}

.fs32 {
    font-size: 32px !important;
}

.fs33 {
    font-size: 33px !important;
}

.fs35 {
    font-size: 35px !important;
}

.fs36 {
    font-size: 36px !important;
}

.fs40 {
    font-size: 40px !important;
}

.fs42 {
    font-size: 42px !important;
}

.fs45 {
    font-size: 45px !important;
}

.fs48 {
    font-size: 48px !important;
}

.fs56 {
    font-size: 56px;
}


.lh1-3 {
    line-height: 1.3;
}

.data-value small i.fa {
    width: 20px;
}

.data-value small i.fa.fa-dollar {
    width: 10px;
}

.pd-r-6 {
    padding-right: 6px;
}

.pd33 {
    padding: 30px !important;
}

.text-bottom {
    vertical-align: bottom;
}

/* override toggle switch css for showing only one name active */

.navbar-nav .ats-switch.switch-primary span.switch-left {
    color: #fff;
    background: #888;
}

.navbar-nav .ats-switch span.switch-right {
    color: #fff;
    background: #428bca;
}

.jqplot-highlighter-tooltip {
    min-width: 110px;
    height: 50px;
    opacity: 0.9;
    background: white;
    border: 1px solid lightblue;
    border-radius: 5px;
    font-size: 10px;
    color: #000;
    box-shadow: 5px 5px 5px #ccc;
    padding: 2px 6px;
}

.jqplot-highlighter-tooltip .caption {
    color: #000;
}

.jqplot-highlighter-tooltip .data {
    color: #000;
}

.chart {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.chart-small {
    min-height: 181px;
    padding: 10px 0px;
}

.chart-small .chart-header {
    padding: 0px;
    font-size: 12px;
    min-height: 34px;
    padding-top: 0px;
    margin-bottom: 10px;
}

.chart-small .chart-sub-header2 {
    padding-left: 0px;
}

.chart-header,
.chart-sub-header {
    padding: 5px 15px;
    margin: -10px -10px auto -10px;
    background-color: #ccc;
}

.chart-header2,
.chart-sub-header2 {
    padding: 0px 5px 10px 5px;
    margin: -10px 0px auto 0px;
    background-color: #ccc;
}

.chart-sub-header {
    font-size: 15px;
    background-color: #f5f5f5;
    border-bottom: #ccc 1px solid;
}

.chart-sub-header2 {
    font-size: 12px;
    background-color: #f5f5f5;
    border-bottom: #ccc 1px solid;
    padding-left: 21px;
    padding-top: 5px;
    padding-bottom: 3px;
    /*min-height: 41px;*/
}

.chart-small .chart-header .col-xs-4 {}

.chart-small .chart-header2 .col-xs-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.status-green {
    color: #339933;
}

.status-red {
    color: #f68d2e;
}

.status-grey {
    color: #777;
}

.chart-small .chart-header p,
.chart-small .chart-header2 p {
    margin: 0;
    line-height: 1;
}

.pd-0 {
    padding: 0 !important;
}

.chart-small .chart-header .row,
.chart-small .chart-header2 .row {
    margin-left: -10px;
    margin-right: -10px;
}

.chart-sub-header2 p {
    margin: 0;
    line-height: 1;
}

.chart-header .title,
.chart-header2 .title {
    margin-top: 5px;
    margin-bottom: 15px;
}

.chart-legend.blue {
    background-color: rgba(129, 176, 220, 0.75);
}

.chart-legend {
    display: inline-block;
    font-size: 10px;
    height: 11px;
    width: 24px;
}

.chart-legend.navy {
    background-color: rgba(23, 54, 93, 0.75);
}

.clr-orange {
    color: #ed7d31;
}

.clr-blue {
    color: #2c6b99;
}

.clr-blue-2 {
    color: #004966;
}

.clr-blue-3 {
    color: #004163;
}


/* email / subscribe box */

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    width: 12px;
    height: 12px;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none !important;
    position: relative;
    margin-right: 0.5rem;
    z-index: 1000;
    top: 2px;
}

.option-input:hover {
    background: #9faab7;
}

.option-input:checked {
    background: #c71444;
}

.option-input.radio {
    border-radius: 50%;
}

.option-input.checkbox {
    border-radius: 0%;
    top: 0px;
}

.option-input.checkbox:checked::before {
    position: absolute;
    content: '\2714';
    display: inline-block;
    font-size: 11px;
    text-align: center;
    line-height: 12px;
    font-size: 11px;
    left: 1px;
}

.option-input.checkbox:checked::after {
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.subscribe .form-group {
    margin-bottom: 10px;
}

.subscribe fieldset {
    border: 1px solid #dfdfdf;
    border-top: 0;
    padding: 10px;
}

.subscribe .nav>li>a {
    padding: 5px 10px;
}

.subscribe .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #337ab7;
}

.subscribe .nav-tabs>li>a {
    color: #555;
}

.chart-sub-header2 .btn {
    border: 0;
    text-transform: none;
    /*font-family: 'Verdana';*/
}

.chart-sub-header2 .btn-default.active {
    color: #fff;
    background-color: #656565;
    border-color: #adadad;
    background-image: none;
    outline: 0 none;
    box-shadow: 0 0 0;
}

.chart-sub-header2 .btn-default {
    background-color: transparent;
}

.chart-sub-header2 .btn-default:hover,
.chart-sub-header2 .btn-default:focus,
.chart-sub-header2 .btn-default.active:hover,
.chart-sub-header2 .btn-default.active:hover {
    color: #fff;
    background-color: #656565;
}

.clr-light {
    color: #9b9b9b;
}

.chart-sub-header2 .actual-number {
    color: #000;
    vertical-align: middle;
}

.chart-sub-header2 .diff {
    font-size: 12px;
    vertical-align: middle;
}

.chart-sub-header2 .status-green {
    vertical-align: middle;
}

.chart-sub-header2 .status-red {
    vertical-align: middle;
}

.chart-sub-header2 .row {
    margin-right: 0px;
}

.revenue-date {
    padding-top: 5px;
}

.chart-body {
    position: relative;
}

.chart-label-data {
    text-align: center;
    font-size: 11px;
    padding-top: 5px;
    color: #666;
}

.chart-label-data {
    text-align: center;
    font-size: 11px;
    padding-top: 5px;
    color: #666;
    border: 1px solid grey;
    margin: 10px 10px;
    opacity: 0.7;
    background: white;
    float: right;
    position: absolute;
    right: 0px;
}

.chart-label-data .data-label {
    padding-left: 15px;
    padding-right: 10px;
    color: #9b9b9b;
}

.chart-label-data .data-val {
    /*width: 70px;*/
    display: block;
    color: rgb(51, 51, 51);
    font-weight: bold;
    font-size: 12px;
}

#digitalImpressionsPlaceholder .yaxis .domain {
    display: block;
    stroke: #ccc;
}

.page-break-inside {
    page-break-inside: avoid;
    background-color: red;
}

.page-break-before {
    page-break-before: always;
    /*background-color: green;*/
}

.element-from-point {
    border: 1px solid red;
    background-color: orange;
    color: palevioletred;
}

.trend-tooltip+div.tooltip {
    min-width: 165px;
    background: inherit;
}

.trend-tooltip+div.tooltip>div.tooltip-inner {
    text-align: left;
    background: #fff;
    color: black;
    border: 1px solid #C71444;
}

.trend-tooltip+div.tooltip>div.tooltip-arrow {
    border-top-color: #C71444;
}

.trend-tooltip+div.tooltip>div.tooltip-inner .glyphicon {
    font-size: 11px;
}

.dynamic-table-pagination-highlighter+div {
    border-width: 0 1px 1px 1px;
    border-color: black;
    border-style: solid;
    margin-bottom: 20px;
    padding: 50px 10px 0 10px;
    margin-top: -20px;
}

.dynamic-table-pagination-highlighter+div .ng-table-pager {
    margin: -42px 0;
}

.graph-bordered {
    padding: 10px;
    border: 1px solid #ccc;
}

#byMonthChart .nv-axis.nv-x .tick line {
    display: none;
}

#byMonthChart .x.axis path {
    display: block;
    stroke: #8B8B8B;
}

#byMonthChart .nvd3 .nv-axis path {
    stroke: #8B8B8B !important;
}

#byMonthChart .nvd3 .nv-axis line {
    stroke: #8B8B8B;
}

#byMonthChart .nvd3 .nv-axis.nv-x path.domain {
    stroke-opacity: 1;
}

#byMonthChart .nvd3 .nv-axis.nv-y path.domain {
    stroke-opacity: 0;
}

#verticalStackedBarChart .nvd3 .nv-axis.nv-y path.domain {
    stroke-opacity: 1;
}

#verticalStackedBarChart .nvd3 .nv-axis.nv-x path.domain {
    stroke-opacity: 1;
}

#verticalStackedBarChart .nvd3 .nv-axis path {
    stroke: #8B8B8B !important;
}

#verticalStackedBarChart .nvd3 .nv-axis line {
    stroke: #8B8B8B;
}

#verticalStackedBarChart .nv-axis.nv-x .tick line {
    display: none;
}

#revenueChartContainer {
    position: relative;
}

#stackedHorizonalChart .nvd3 .nv-axis line {
    stroke: #8B8B8B;
}

#stackedHorizonalChart .nvd3 .nv-axis path {
    stroke: #8B8B8B !important;
}

#stackedHorizonalChart .nv-axis.nv-x .tick line {
    display: none;
}

#stackedHorizonalChart .nvd3 .nv-axis.nv-x path.domain {
    stroke-opacity: 0;
    display: none;
}

#stackedHorizonalChart .nvd3 .nv-axis path.domain {
    stroke-opacity: 0;
    display: none;
}

#stackedHorizonalChart .nvd3 .nv-legend .nv-series {
    cursor: auto;
}

#groupHorizonalChart .nvd3 .nv-axis line {
    stroke: #8B8B8B;
}

#groupHorizonalChart .nvd3 .nv-axis path {
    stroke: #8B8B8B !important;
}

#groupHorizonalChart .nv-axis.nv-x .tick line {
    display: none;
}

#groupHorizonalChart .nvd3 .nv-axis.nv-x path.domain {
    stroke-opacity: 0;
    display: none;
}

#groupHorizonalChart .nvd3 .nv-axis path.domain {
    stroke-opacity: 0;
    display: none;
}

#groupHorizonalChart .nvd3 .nv-legend .nv-series {
    cursor: auto;
}

#deviceTypeChart .nv-legendWrap .nv-series:nth-child(4) {
    display: none;
}

#deviceTypeChart .nvd3.nv-pie .nv-label text,
#bbtPiePlaceholder .nvd3.nv-pie .nv-label text,
#salePiePlaceholder .nvd3.nv-pie .nv-label text,
#servicePiePlaceholder .nvd3.nv-pie .nv-label text {
    fill: white !important;
    font-size: 12px;
    font-weight: 600;
    font-family: inherit !important;
}

.nvd3.nv-pie path {
    fill-opacity: 1;
}

.nvd3.nv-pie .hover path {
    fill-opacity: 0.7;
}

.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-candlestickBar .nv-ticks rect,
.nvd3 .nv-discretebar .nv-groups rect {
    fill-opacity: 1;
}

.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-candlestickBar .nv-ticks rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover {
    fill-opacity: 0.75;
}

.line-chart-dot .nv-point {
    stroke-opacity: 1 !important;
    stroke-width: 2px;
    fill-opacity: 1 !important;
}

#monthToMonthComparisionChartPlaceholder .nv-axis.nv-x .tick line {
    display: none;
}

#monthToMonthComparisionChartPlaceholder .x.axis path {
    display: block;
    stroke: #8B8B8B;
}

#monthToMonthComparisionChartPlaceholder .nvd3 .nv-axis path {
    stroke: #8B8B8B !important;
}

#monthToMonthComparisionChartPlaceholder .nvd3 .nv-axis line {
    stroke: #8B8B8B;
}

#monthToMonthComparisionChartPlaceholder .nvd3 .nv-axis.nv-x path.domain {
    stroke-opacity: 0;
}

#monthToMonthComparisionChartPlaceholder .nvd3 .nv-axis.nv-y path.domain {
    stroke-opacity: 0;
}

#monthToMonthComparisionChartPlaceholder .line-chart-dot .nv-point {
    stroke-width: 4px;
}

.hyundai-chart .nvd3 .nv-axis line {
    stroke: #bbb;
}

.hyundai-chart .nvd3 .nv-axis path {
    stroke: #8B8B8B !important;
}

.hyundai-chart .nv-axis.nv-x .tick line {
    display: none;
}

.hyundai-chart .nvd3 .nv-axis.nv-x path.domain {
    stroke-opacity: 1;
}

.hyundai-chart .nvd3 .nv-axis path.domain {
    stroke-opacity: 1;
}

/* start: table view / print view */

.tableview .hide-on-print-table-view,
.tableview .fullscreen-icon,
.tableview .sidebar,
.printview {
    display: none !important;
}

.tableview .page-header {
    margin-bottom: 30px !important;
}

.tableview .container {
    width: 100%;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.printview .page-nav,
.printview .fullscreen-icon {
    display: none;
}

/* end: table view / print view  */

.my-parameters {
    font-size: 13px;
}

.icon-mailbox,
.icon-sigma {
    font-weight: normal;
    line-height: 15px;
    margin-right: 2px;
}

/*---------------- Diesel CoOp: Start ----------------*/

.dieselcoop {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
}

.dieselcoop-grid .table {
    margin-bottom: 0;
}

.dieselcoop-grid .table>thead>tr>th,
.dieselcoop-grid .table>tbody>tr>th,
.dieselcoop-grid .table>tfoot>tr>th,
.dieselcoop-grid .table>thead>tr>td,
.dieselcoop-grid .table>tbody>tr>td,
.dieselcoop-grid .table>tfoot>tr>td {
    font-size: 12px;
}

.dieselcoop-grid .table>thead>tr>th,
.dieselcoop-grid .table>tbody>tr>th .dieselcoop-grid .table>thead>tr.active>td,
.dieselcoop-grid .table>tbody>tr.active>td,
.dieselcoop-grid .table>tfoot>tr.active>td,
.dieselcoop-grid .table>thead>tr.active>th,
.dieselcoop-grid .table>tbody>tr.active>th,
.dieselcoop-grid .table>tfoot>tr.active>th {
    font-weight: normal;
    font-family: inherit !important;
}

.dieselcoop-grid .table>thead>tr.tr-group,
.dieselcoop-grid .table>tbody>tr.tr-group {
    background: #dcdcdc;
    background: -moz-linear-gradient(top, #dadada 0%, #fcfcfc 100%);
    background: -webkit-linear-gradient(top, #dadada 0%, #fcfcfc 100%);
    background: linear-gradient(to bottom, #dadada 0%, #fcfcfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#fcfcfc', GradientType=0);
}

.dieselcoop-grid .table>thead>tr>th.th-group,
.dieselcoop-grid .table>tbody>tr>th.th-group {
    background: #65a1d8;
    background: -moz-linear-gradient(top, #65a1d8 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #65a1d8 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #65a1d8 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65a1d8', endColorstr='#ffffff', GradientType=0);
}

.dieselcoop-grid .table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.dieselcoop-grid label {
    font-family: inherit !important;
    font-weight: normal;
}

.dieselcoop-grid .table>tbody>tr>td {
    border-top: 0;
}

.dieselcoop-grid .table>tbody>tr.active>td {
    border-top: 0;
    border-bottom: #bbb 1px solid;
}

.dieselcoop-grid .table>tbody>tr:hover.emptyRow {
    background-color: transparent;
}

.dieselcoop-grid .table>tbody>tr.classicView-totalRow {
    background-color: #beff97;
    border: 0;
    font-weight: bold;
    color: #000;
    padding-left: 5px;
}

.dieselcoop-grid tr.classicView-totalRow>td {
    font-size: 15px !important;
    padding-right: 5px;
}

.dieselcoop-grid tr:hover.classicView-totalRow>td {
    background-color: #a6fd70;
}

.dieselcoop-grid .table>tbody>tr.data-row {
    background-color: #ddebf6;
    border: 0;
    font-weight: normal;
    color: #000;
}

.dieselcoop-grid .table>tbody>tr.data-row td {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.dieselcoop-grid tr:hover.data-row>td {
    background-color: #c4e1f7;
}

.dieselcoop-grid .table>thead>tr>td.active,
.dieselcoop-grid .table>tbody>tr>td.active,
.dieselcoop-grid .table>tfoot>tr>td.active,
.dieselcoop-grid .table>thead>tr>th.active,
.dieselcoop-grid .table>tbody>tr>th.active,
.dieselcoop-grid .table>tfoot>tr>th.active,
.dieselcoop-grid .table>thead>tr.active>td,
.dieselcoop-grid .table>tbody>tr.active>td,
.dieselcoop-grid .table>tfoot>tr.active>td,
.dieselcoop-grid .table>thead>tr.active>th,
.dieselcoop-grid .table>tbody>tr.active>th,
.dieselcoop-grid .table>tfoot>tr.active>th {
    font-weight: bold;
    border-top: #bbb 1px solid;
    border-bottom: #bbb 1px solid;
    background-color: #c3c0b9;
    padding-left: 5px;
    padding-right: 5px;
}

.dieselcoop-grid .table-hover>tbody>tr>td.active:hover,
.dieselcoop-grid .table-hover>tbody>tr>th.active:hover,
.dieselcoop-grid .table-hover>tbody>tr.active:hover>td,
.dieselcoop-grid .table-hover>tbody>tr:hover>.active,
.dieselcoop-grid .table-hover>tbody>tr.active:hover>th {
    background-color: #acaaa5;
}

.dieselcoop-grid .table>thead>tr>td.info,
.dieselcoop-grid .table>tbody>tr>td.info,
.dieselcoop-grid .table>tfoot>tr>td.info,
.dieselcoop-grid .table>thead>tr>th.info,
.dieselcoop-grid .table>tbody>tr>th.info,
.dieselcoop-grid .table>tfoot>tr>th.info,
.dieselcoop-grid .table>thead>tr.info>td,
.dieselcoop-grid .table>tbody>tr.info>td,
.dieselcoop-grid .table>tfoot>tr.info>td,
.dieselcoop-grid .table>thead>tr.info>th,
.dieselcoop-grid .table>tbody>tr.info>th,
.dieselcoop-grid .table>tfoot>tr.info>th {
    background-color: #22548f;
    color: #fff;
    padding-left: 5px;
    font-weight: bold;
    font-size: 15px;
}

.dieselcoop-grid .table-hover>tbody>tr>td.info:hover,
.dieselcoop-grid .table-hover>tbody>tr>th.info:hover,
.dieselcoop-grid .table-hover>tbody>tr.info:hover>td,
.dieselcoop-grid .table-hover>tbody>tr:hover>.info,
.dieselcoop-grid .table-hover>tbody>tr.info:hover>th {}

.dieselcoop-grid .blank {
    background-color: #8dc5e6 !important;
    font-weight: normal;
    font-size: 15px;
}

.dieselcoop-grid .blank th {
    padding-left: 5px !important;
    text-align: left !important;
    padding: 5px 5px 0 5px !important;
}

.dieselcoop-header {
    background-color: #22548f;
    color: #fff;
}

.dieselcoop-header:hover {
    background-color: #22548f !important;
}

.dieselcoop-header td {
    font-size: 15px;
    text-align: right !important;
}

.dieselcoop .header-row {
    background-color: #bebebe;
    padding: 5px 5px 3px 0px;
}

.dieselcoop-control,
.dieselcoop-control .btn {
    font-size: 11px;
}

.dieselcoop-control .form-control {
    padding: 6px;
}

.dieselcoop-control .uib-datepicker-current,
.dieselcoop-control .uib-clear {
    display: none;
}

/*multiselect settings*/

.multiselect .btn {
    padding: 4px 12px 3px 8px !important;
    margin-top: 0 !important;
    border-radius: 0px !important;
}

/*---------------- Diesel CoOp: End ----------------*/

.split-text {
    display: block;
    font-size: 10px;
}

/***** START: CUSTOM INPUT *******/

.checkbox-custom {
    padding-left: 20px;
}

.checkbox-custom label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    font-size: 13px;
    font-weight: normal;
    margin-right: 10px;
}

.checkbox-custom label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #999;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox-custom label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox-custom input[type="checkbox"],
.checkbox-custom input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.checkbox-custom input[type="checkbox"]:focus+label::before,
.checkbox-custom input[type="radio"]:focus+label::before {
    outline: 0 none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox-custom input[type="checkbox"]:checked+label::after,
.checkbox-custom input[type="radio"]:checked+label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}

.checkbox-custom input[type="checkbox"]:indeterminate+label::after,
.checkbox-custom input[type="radio"]:indeterminate+label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px;
}

.checkbox-custom input[type="checkbox"]:disabled+label,
.checkbox-custom input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.checkbox-custom input[type="checkbox"]:disabled+label::before,
.checkbox-custom input[type="radio"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox-custom.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox-custom.checkbox-inline {
    margin-top: 0;
}

/* .checkbox-national input[type="checkbox"]:checked + label::before, .checkbox-national input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-national input[type="checkbox"]:checked + label::after, .checkbox-national input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-national input[type="checkbox"]:indeterminate + label::before, .checkbox-national input[type="radio"]:indeterminate + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-national input[type="checkbox"]:indeterminate + label::after, .checkbox-national input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before, .checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after, .checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before, .checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after, .checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before, .checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after, .checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-dealer input[type="checkbox"]:checked + label::before, .checkbox-dealer input[type="radio"]:checked + label::before {
    background-color: #70ad47;
    border-color: #70ad47;
}

.checkbox-dealer input[type="checkbox"]:checked + label::after, .checkbox-dealer input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before, .checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after, .checkbox-danger input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before, .checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after, .checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before, .checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after, .checkbox-warning input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-dealer input[type="checkbox"]:indeterminate + label::before, .checkbox-dealer input[type="radio"]:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-dealer input[type="checkbox"]:indeterminate + label::after, .checkbox-dealer input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}

.checkbox-region input[type="checkbox"]:checked + label::before, .checkbox-region input[type="radio"]:checked + label::before {
    background-color: #ed7d31;
    border-color: #ed7d31;
}

.checkbox-region input[type="checkbox"]:checked + label::after, .checkbox-region input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-area input[type="checkbox"]:indeterminate + label::before, .checkbox-area input[type="radio"]:indeterminate + label::before {
    background-color: #c71444;
    border-color: #c71444;
}

.checkbox-area input[type="checkbox"]:indeterminate + label::after, .checkbox-area input[type="radio"]:indeterminate + label::after {
    color: #fff;
}

.checkbox-area input[type="checkbox"]:checked + label::before, .checkbox-area input[type="radio"]:checked + label::before {
    background-color: #c71444;
    border-color: #c71444;
}

.checkbox-area input[type="checkbox"]:checked + label::after, .checkbox-area input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-district input[type="checkbox"]:checked + label::before, .checkbox-district input[type="radio"]:checked + label::before {
    background-color: #ffc000;
    border-color: #ffc000;
}

.checkbox-district input[type="checkbox"]:checked + label::after, .checkbox-district input[type="radio"]:checked + label::after {
    color: #fff;
} */

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #c71444;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.radio input[type="radio"]:focus+label::before {
    outline: 0 none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"]+label::after {
    background-color: #666666;
    /*#c71444;*/
}

.radio-primary input[type="radio"]:checked+label::before {
    border-color: #666666;
    /*#c71444;*/
}

.radio-primary input[type="radio"]:checked+label::after {
    background-color: #666666;
    /*#c71444;*/
}

.radio-danger input[type="radio"]+label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked+label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"]+label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"]+label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked+label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"]+label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked+label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked+label:after,
input[type="radio"].styled:checked+label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

input[type="checkbox"] .styled:checked+label::before,
input[type="radio"] .styled:checked+label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked+label::after,
input[type="radio"] .styled:checked+label::after {
    color: #fff;
}

/***** END: CUSTOM INPUT *******/

/**********START: Hierarch Comparision*********/

.hcr {
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
}

.hcr .table>thead>tr>th,
.hcr .table>tbody>tr>th,
.hcr .table>tfoot>tr>th,
.hcr .table>thead>tr>td,
.hcr .table>tbody>tr>td,
.hcr .table>tfoot>tr>td {
    font-size: 12px;
    min-width: 100px;
}

.hcr .table>thead>tr>th,
.hcr .table>tbody>tr>th,
.hcr .table>tfoot>tr>th {}

.hcr table {
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-left: 0;
}

.hcr th {
    font-weight: bold;
    text-align: center;
    vertical-align: top !important;
    background-color: #666666;
    /* #c71444;*/
    color: #fff;
    padding: 5px !important;
    white-space: nowrap;
}

.hcr td {
    vertical-align: middle !important;
}

.hcr .table>thead>tr.active>td,
.hcr .table>tbody>tr.active>td,
.hcr .table>tfoot>tr.active>td {
    font-weight: normal;
}

.hcr .table>thead>tr.active>td,
.hcr .table>tbody>tr.active>td {
    background-color: #fff;
    border-bottom: 1px solid #9d9d9d;
    border-top: 0;
    font-weight: bold;
}

.hcr .table-striped>tbody>tr:nth-of-type(2n+1),
.hcr table tr:nth-of-type(2n+1) td:nth-child(1) {
    /*background-color: #d9edf7;*/
    background-color: #fff;
}

.hcr .table-striped>tbody>tr:nth-of-type(2n+1):hover,
.hcr table tr:nth-of-type(2n+1):hover td:nth-child(1) {
    background-color: #f2f4fd;
}

.hcr .table-striped>tbody>tr:nth-of-type(2n+2):hover,
.hcr table tr:nth-of-type(2n+2):hover td:nth-child(1) {
    background-color: #f2f4fd;
}

.hcr div.table-container {
    width: auto;
    overflow-x: auto;
    margin-left: 115px;
    padding-bottom: 1px;
}

.hcr table tr td:nth-child(1),
.hcr table tr th:nth-child(1) {
    position: absolute;
    width: 115px;
    left: 0;
    top: auto;
    margin-top: 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.hcr table tr th:nth-child(1) {
    margin-top: 0px;
}

.hcr table tr td:nth-child(1) {
    text-align: left;
}

.hcr table tbody tr:nth-child(1) td:nth-child(1) {
    border-top: 2px solid #ddd;
}

.hcr table tbody tr:last-child td:nth-child(1) {
    border-bottom: 1px solid #ddd;
}

.hcr-list .radio {
    margin-top: 5px;
    margin-bottom: 5px;
}

.hcr-list {
    background-color: #fdf1f1 !important;
    /* margin: 10px 0 0px 0; */
    padding-left: 40px;
    border: 2px solid #4c4c4c;
    border-top: 0;
}

.no-border {
    border-radius: 0 !important;
}

.actions .dropdown-menu {
    font-size: 12px;
    min-width: 320px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

.actions .dropdown-menu .divider {
    margin: 0 0 5px 0;
}

.btn-blank {
    background-color: #fff;
    border-color: transparent;
    color: #666;
}

.btn-blank:hover,
.btn-blank:focus {
    background-color: #fff;
    border-color: transparent;
    color: #337ab7;
}

.hcr-kpi-table-icons,
.hcr-kpi-table-icons:hover,
.hcr-kpi-table-icons:focus {
    background: #fff !important;
    color: #666666 !important;
    /* #c71444 !important;*/
    border: 0;
}

.display-filter-padding-right {
    padding-right: 20px;
}

/**********END: Hierarch Comparision*********/

.upperBody {
    border-bottom: 1px #bebebe solid;
}

.uib-clear,
.serviceretention-control .uib-datepicker-current {
    display: none;
}

.page-header .navbar-nav>li>a>i.fa.fa-arrow-circle-right,
.page-header .navbar-nav>li>a>i.fa.fa-arrow-circle-left {
    color: #343434 !important;
}

.uib-datepicker-popup .btn-success {
    color: #fff;
    background-color: #c71444;
    border-color: #c71444;
}

.uib-datepicker-popup .btn-success :hover {
    color: #fff;
    background-color: #c71444;
    border-color: #c71444;
}

ul.uib-datepicker-popup {
    padding-left: 8px;
}

.serviceretention-control {
    right: -33px;
}

.col-sm-5.serviceretention-control {
    right: -48px;
}

.btn-warning {
    background-color: #343434 !important;
    border-color: #303030 !important;
}

.btn-warning:hover {
    background-color: #fff !important;
    border-color: #303030 !important;
    color: #333;
}

.filter-icon {
    color: #343434;
    font-size: 16px !important;
}

.filter-icon:hover {
    color: #343434;
}

.declinedDynamic table th:not(:first-child) {
    position: relative;
}

.declinedDynamic table th:not(:first-child) p {
    position: absolute;
    bottom: 2px;
    top: 7px;
    left: 5px;
    right: 5px;
    border-bottom: 2px solid white !important;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .declinedDynamic table th:not(:first-child) p {
        position: absolute;
        bottom: 2px;
        top: auto !important;
        left: 5px;
        right: 5px;
        border-bottom: 2px solid white !important;
    }

    .container {
        width: 1240px !important;
    }
}

.declinedDynamic table th:first-child p {
    border-bottom: 2px solid white !important;
    line-height: 25px !important;
}

.declinedDynamic table th:first-child {
    padding: 7px 0px 2px 0px !important;
}

.disclaimer {
    font-size: 7pt;
}

.declined-chart-bg .nvd3 .nv-wrap .tick text {
    font-size: 11px;
}

.overflow-hidden {
    overflow: hidden !important;
}

.dealer-listing {
    float: right;
    margin-top: -43px;
}

/*------vin-search-color-specific-start ------*/

.collapse-button.filter-button,
.collapse-button.filter-button:hover,
.collapse-button.filter-button:focus {
    color: #c71444 !important;
}

.vin-search.pagination>.active>a,
.vin-search.pagination>.active>a:focus,
.vin-search.pagination>.active>a:hover {
    background: #c71444;
    border-color: #c71444;
    color: white;
}

.vin-search.pagination>li>a {
    color: #c71444;
}

.vin-search.pagination>li>a:hover,
.vin-search.pagination>li>a:focus {
    color: #a00f36;
}

.vin-search-filter-box input.form-control:focus {
    border-bottom-color: #c71444;
}

.vin-search-filter-box .form-group label {
    color: #c71444;
}

.coupon-details .page-header {
    background: #c71444;
    color: white;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*------vin-search-color-specific-end ------*/

/*------------ Media Query *------------*/

/*------------ Media Query *------------*/

@media (max-width: 767px) {
    .device-margin {
        margin-bottom: 10px;
    }

    .side-fit {
        padding: 20px 15px;
    }

    .box-grid {
        border-bottom: #ddd 1px solid;
    }

    .logo {
        text-align: center;
    }

    .top-bar {
        padding: 0;
    }

    /*.main {
		padding-top: 60px;
	}*/
    .top-bar h5 {
        margin-bottom: 0;
    }

    .chart-title {
        text-align: left;
    }

    .chart-item {
        margin-left: 0;
    }

    .impression .sidebar {
        background-color: transparent;
        display: block;
        padding: 0 0 20px 0;
        top: auto;
        color: #6e6f6a;
    }

    .impression .sidebar strong {
        color: #000;
    }

    .main .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .half-block {
        width: 100%;
        margin: 0 10px;
    }

    .half-block>div {
        width: 228px;
    }

    /* <Layout 970px> */
    .page-nav {
        float: none;
    }

    .page-nav .nav>li {
        display: inline-block;
    }

    .page-nav .navbar-nav>li {
        margin-left: 15px;
    }

    .page-nav .navbar-nav .open .dropdown-menu {
        position: absolute;
    }

    .page-nav .navbar-nav .dropdown-menu {
        left: auto;
        min-width: 250px;
        max-width: 300px;
        right: 0;
    }

    .page-nav .navbar-nav .open .dropdown-menu {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0 0 4px 4px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    }

    .control-header-menu {
        top: 25px;
    }

    .control-header-menu .page-header {
        margin: 0px;
        padding-left: 20px;
    }

    .control-header-menu-pagination {
        position: fixed;
        top: 2%;
    }

    .report-additional-class {
        margin-top: 80px;
    }

    .pagination-additional-class {
        top: 0px;
        left: 30px;
    }

    .table-responsive {
        border: 0;
    }

    .dynamic-table-pagination-highlighter+div {
        border-width: 0 1px 1px 1px;
        border-color: black;
        border-style: solid;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 50px 10px 0 10px;
    }

    /* <Layout 970px> */
}

/* @media (max-width: 920px) {
    .container {
        width: 920px;
    }
} */

@media (min-width: 768px) {
    .device-margin {
        margin-bottom: 10px;
    }

    .width-sixty {
        width: 60%;
    }

    .width-fourty {
        width: 40%;
    }

    .sidebar {
        background-color: #004680;
        bottom: 0;
        display: block;
        left: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        padding: 0 20px 20px 20px;
        position: fixed;
        top: 72px;
        z-index: 1000;
    }

    .impression .sidebar {
        background-color: transparent;
        display: block;
        padding: 0 20px 0px 0;
        bottom: auto;
        left: auto;
        overflow: hidden;
        position: inherit;
        top: auto;
        z-index: auto;
        line-height: 1em;
        color: #6e6f6a;
    }

    .impression .sidebar strong {
        color: #333;
    }
}

@media (max-width: 550px) {

    .fright,
    .fleft {
        float: none;
    }
}

/* <Layout 970px> */

@media (min-width: 417px) and (max-width: 479px) {
    .page-nav .navbar-nav .dropdown-menu {
        left: 0;
        min-width: 250px;
        max-width: 300px;
        right: 0 !important;
    }
}

@media (min-width: 343px) and (max-width: 406px) {
    .page-nav .navbar-nav .dropdown-menu {
        left: 0;
        min-width: 250px;
        max-width: 300px;
        right: 0;
    }
}

@media (max-width: 342px) {
    .page-nav .navbar-nav .dropdown-menu {
        left: auto;
        max-width: 300px;
        min-width: 250px;
        right: 0;
    }
}

@media (min-width: 342px) and (max-width: 411px) {
    .page-header .page-nav .export.dropdown .dropdown-menu {
        left: 0;
    }
}

@media (min-width: 1250px) {
    .container {
        width: 1250px;
    }

    .printWidth {
        width: 1500px;
        max-width: 1500px !important;
    }
}

@media (max-width:1250px) and (min-width:920px) {
    .box-2nd-last::after {
        right: -16px;
        top: 42%;
        width: 32px;
        height: 15px;
        content: "";
        background-color: #666666;
        border-top: 1px solid #666666;
        border-bottom: 1px solid #666666;
        position: absolute;
        z-index: 2;
    }

    .box-blue::before {
        /* left: 784px; */
        /* top: -69%; */
        width: 32px;
        height: 15px;
        content: "";
        background-color: transparent;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        position: absolute;
        z-index: 3;
    }

}

@media (max-width:1162px) and (min-width:1024px) {
    .custom-template .tr-period-filter {
        width: 54%;
    }
}

/* <Layout 970px> */

.page-nav .navbar-nav .dropdown-menu {
    left: auto;
    min-width: 250px;
    max-width: 300px;
    right: 0;
}

.page-nav .navbar-nav .open .dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

.control-header-menu {
    top: 25px;
}

.control-header-menu .page-header {
    margin: 0px;
    padding-left: 20px;
}

.control-header-menu-pagination {
    position: fixed;
    top: 2%;
}

.report-additional-class {
    margin-top: 80px;
}

.pagination-additional-class {
    top: 0px;
    left: 30px;
}

.table-responsive {
    border: 0;
}

.dynamic-table-pagination-highlighter+div {
    border-width: 0 1px 1px 1px;
    border-color: black;
    border-style: solid;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 50px 10px 0 10px;
}

/* <Layout 970px> */

@media (min-width: 920px) {
    .container {
        width: 935px;
    }
}

@media (min-width: 768px) {
    .sidebar {
        background-color: #c71444;
        bottom: 0;
        display: block;
        left: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        padding: 0 20px 20px 20px;
        position: fixed;
        top: 72px;
        z-index: 1000;
    }

    .impression .sidebar {
        background-color: transparent;
        display: block;
        padding: 0 20px 0px 0;
        bottom: auto;
        left: auto;
        overflow: hidden;
        position: inherit;
        top: auto;
        z-index: auto;
        line-height: 1em;
        color: #6e6f6a;
        margin: 0;
    }

    .impression .sidebar strong {
        color: #333;
    }
}

@media (max-width: 550px) {

    .fright,
    .fleft {
        float: none;
    }
}

.p-datatable-wrapper {
    border: none !important;
}

body .p-datatable .p-datatable-tbody>tr>td {
    border: none;
    border-bottom: 1px solid #c4c4c4 !important;
}

.p-datatable-frozen-view .p-datatable-wrapper {
    border-right: 1px solid #c4c4c4 !important;
}

.p-datatable-wrapper::-webkit-scrollbar {
    height: 12px !important;
    width: 12px !important;
}

.p-datatable-wrapper::-webkit-scrollbar-button {
    display: none !important;
}

body .p-datatable .p-datatable-tbody>tr:nth-child(odd) {
    background: #fdf1f1 !important;
    color: #ffffff;
    border-bottom: none;
}

body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
    color: #3f4041 !important;
    background-color: #ffffff !important;
}

body .p-button.p-button-text-only .p-button-text {
    padding: 6px 7px !important;
}

body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background-color: #c71444 !important;
}

.highcharts-container {
    width: 100% !important;
    display: block;
    border: 0px solid #4c4c4c !important;
}

.high-chart-box {
    border: 2px solid #4c4c4c !important;
}

.high-chart-box-print {
    border: 2px solid #4c4c4c !important;
    padding: 1px;
}

.p-datatable-outer-wrapper .mat-icon-button {
    color: #666666 !important;
}

.p-datatable table {
    width: 100% !important;
}

body .p-datatable .p-datatable-thead>tr>th {
    padding: 0.571em 0.857em;
    border: none;
    font-weight: 700;
    color: #333333;
    height: 40px;
    background-color: transparent;
}

.box-struc-body .mat-expansion-panel-body {
    background: #e8e8e8 !important;
}

.vin-search .mat-expansion-panel-body {
    min-height: 190px !important;
}

.category-headers {
    /* // background-image: linear-gradient(to bottom, #5186d4, #e7eaf7) !important; */
    /* background-image: linear-gradient(to bottom, #ff878c, #ffe5e6) !important; */
    background: #c71444;
}

.category-headers th {
    padding: 0.571em 0.857em;
    border: none !important;
    font-weight: bold;
    font-size: 12px;
    text-align: center !important;
    vertical-align: middle !important;
    background-color: transparent !important;
    color: #fff !important;
    padding: 5px !important;
    font-family: verdana !important;
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 100px !important;
}

.p-datatable .p-datatable-thead .normal-headers th {
    padding: 0.571em 0.857em;
    border: none !important;
    font-weight: 100 !important;
    font-size: 12px;
    text-align: center;
    vertical-align: middle !important;
    background-color: #666666 !important;
    color: #fff !important;
    padding: 6px 0px !important;
    font-family: verdana !important;
    overflow: hidden;
    min-width: 100px !important;
}

.dealer-comparision .normal-headers th {
    overflow: visible !important;
}

.box-total {
    background: #3f4041 !important;
    color: white;
}

.popover-title {
    background: #4c4c4c !important;
    color: white;
    font-size: 14px;
    width: 100.5%;
}

.popover-content {
    background: #fdf2f3;
    border-radius: 0 0 4px 4px;
}

.mat-mod-header {
    background-color: #3f4041 !important;
    color: white;
}

.p-datatable {
    border: 2px solid #3f4041;
}

.graph-border .p-datatable {
    margin: 7px 1.3% 1.1% !important;
}

.list-report .p-datatable {
    margin: 0 0 15px;
}

.filter-box-dec {
    height: 100px;
    background: #3f4041;
    color: white;
    font-size: 15px;
    text-align: justify;
    padding: 1% 0% 0% 20px;
}

.dialog-header {
    background-color: #3f4041;
    border-radius: 6px 6px 0 0;
    padding: 1.5%;
    color: white;
}

body .p-checkbox .p-checkbox-box.p-highlight {
    border-color: #c71444 !important;
    background-color: #c71444 !important;
    color: #ffffff;
}

body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
    color: #3f4041 !important;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #4C4C4C !important;
    color: white !important;
}

.custom-chart {
    border: 2px solid #3f4041;
}

.filter-box .btn {
    background: white !important;
    overflow: hidden;
    padding-right: 10px;
    width: 99%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filter-display-label {
    margin-top: 0 !important;
    display: contents !important;
    line-height: 26px;
}

.filter-display-date {
    display: inline-block;
}

.sub-section-total {
    background-color: #cac9c9 !important;
}

.section-total {
    background-color: #3f4041 !important;
    color: white;
}

.dealer-comparision .no-data-box {
    width: 99% !important;
}

.retention-dashboard .no-data-box {
    width: 100% !important;
}

/* Service By Dashboard */

.chart-drill-down {
    position: absolute;
    right: 25px;
    top: 5%;
    z-index: 1002;
    cursor: pointer;
    color: #134a9c;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}

.chart-drill-down-inverted {
    position: absolute;
    right: 25px;
    top: 18px;
    z-index: 999999;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}

.header-cs {
    font-size: 20px;
    text-align: center;
    margin-bottom: 3%;
    color: white;
    background: #c71444;
    padding: 12px;
}

.chart-drill-down a {
    color: #3f4041 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

.chart-drill-down-inverted a {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

.chart-drill-down a:hover {
    color: #3f4041 !important;
}

.chart-drill-down-inverted a:hover {
    color: #000 !important;
}

.chart-drill-down:hover {
    color: #3f4041;
}

.map-box {
    border: 2px solid #3f4041;
}

.custom-chart {
    border: 2px solid #3f4041;
}

.table-custom {
    width: 100%;
}

.table-custom thead {
    border: 2px solid #666666;
    background: #666666;
    color: white;
    font-size: 12px;
    color: #ffffff;
}

.table-custom thead th {
    padding: 2% 0;
    padding-right: 3%;
}

.table-custom tbody tr {
    border: 2px solid #3f4041;
    border-right: 0;
    border-left: 0;
    font-size: 12px;
    color: #757575;
    white-space: nowrap;
}

.table-custom tbody tr:first-child {
    border: 0 !important;
}

.table-custom tbody td {
    padding: 1.5%;
}

.mat-h2,
.mat-title,
.mat-typography h2 {
    font-size: 30px !important;
    font-weight: 600 !important;
    font-family: inherit !important;
    margin: 8px 0 0px !important;
}

.vin-search .mat-expansion-panel-header {
    background: rgb(245, 245, 245);
    color: rgb(51, 51, 51);
    border-color: rgb(221, 221, 221);
    height: 40px !important;
}

.vin-search .mat-expansion-indicator {
    background: #c71444 !important;
    transform: rotate(180deg);
    border-radius: 50%;
    padding: 3px 7px;
    color: white;
}

.vin-search .mat-expansion-panel-header-description,
.vin-search .mat-expansion-indicator::after {
    color: rgb(255, 255, 255);
    margin-top: -5px;
    font-weight: 600;
    border-width: 0px 5px 5px 0 !important;
}

.mat-expansion-panel {
    background: #e8e8e8 !important;
}

.vin-search .error-message {
    display: block;
    font-size: 11px;
    color: #d11444;
    position: absolute;
    top: 50px;
}

.vin-search .message {
    display: none;
}

.p-toast .p-toast-message {
    background-color: #c71444 !important;
    border: 0 none !important;
    color: #ffffff !important;
}

.vin-search .no-data-available {
    padding: 30px 0;
    margin: 0px 13px;
    text-align: center;
    color: red;
    border: 1px solid #e5e5e5;
    border-top: 0;
    box-shadow: 0 1px 1px -4px rgba(0, 0, 0, .2), 0 1px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.mat-body,
.mat-body-1,
.mat-typography {
    font: 400 14px/20px !important;
}

.high-chart-box-inner h4 {
    padding: 0 1%;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.mat-standard-chip.mat-chip-with-trailing-icon {
    border-radius: 4px !important;
    font-size: 14px !important;
    background: #c7c7c7 !important;
    border: 1px solid #4C4C4C !important;
    cursor: pointer !important;
    padding: 3px 7px 3px 14px !important;
}

.mat-standard-chip.mat-chip-with-trailing-icon:hover {
    background: #c7c7c7 !important;
}

.mat-chip .mat-icon {
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
    height: 20px;
    width: 18px;
    color: #4C4C4C !important;
    font-size: 20px;
}

.close-notes .mat-icon {
    color: white !important;
}

.coupon-renderer .close-notes .mat-icon {
    color: black !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #4c4c4c !important;
    border: 1px solid #4c4c4c !important;
    color: white !important;
}

.pagination>li>a,
.pagination>li>span {
    color: #4c4c4c !important;
}

/* DOWNLOAD UTILITY */

/* CSS Document */

/*------------ Fonts *------------*/

#downloadutility h2 {
    /* width: 263px;
      height: 38px; */
    font-family: inherit !important;
    font-size: 32px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal;
    color: #c71444;
}

#downloadutility.filter-box {
    border: 0px !important;
    background: white !important;
    padding: 0px 0 5px 0px;
    margin-top: 10px;
    border-bottom: none;
}

#downloadUtlitySearch.search-box {
    border: 0px !important;
    background: white !important;
    padding: 10px;
    border-top: none;
    min-height: 500px;
}

/* #downloadutility .gm-theme .mat-flat-button.mat-primary, .gm-theme .mat-raised-button.mat-primary, .gm-theme .mat-fab.mat-primary, .gm-theme .mat-mini-fab.mat-primary{
      width: 142px;
    height: 28px;
    background-color: #c71444 !important;
    font-family: GMSans;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
  } */

#downloadutility .mat-primary {
    background-color: #c71444 !important;
    width: 142px;
    height: 28px;
    font-family: inherit !important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    color: white !important;
    line-height: normal;
    border-radius: 0px !important;
}

#downloadUtlitySearch .mat-primary {
    background-color: #c71444 !important;
    height: 28px;
    font-family: inherit !important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    border-radius: 0px !important;
}

#downloadutility .search-input {
    padding: 6px 0 7px 2px !important;
    width: 195px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    border-radius: 0px !important;
    box-shadow: none;
    margin-top: 4px;
    height: 17px !important;
    border: 0px !important;
    font-family: inherit !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #76737a;
}

#downloadutility .search-icon {
    position: unset !important;
    font-size: 12.8px;
    /*font-size: 18px;
      left: 8px;
      font-weight: 100;*/
    color: #c71444 !important;
}

#downloadutility .Line {
    position: relative !important;
    border-bottom: 2px solid #cccccc;
    ;
}

#downloadUtlitySearch .du-table thead {
    background: #f3f3f3;
    color: #4a4a4a;
    font-family: inherit !important;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    width: 1280px;
    height: 60px;
}

#downloadUtlitySearch .du-table thead tr {
    height: 60px;
}

#downloadUtlitySearch .du-table thead .st-du {
    position: relative;
    color: #4a4a4a;
    cursor: pointer;
    display: inline-block;
    bottom: 10px;
}

#downloadUtlitySearch .du-table thead .check {
    display: inline-block;
    bottom: 8px;
    position: relative;
}

#downloadUtlitySearch .du-table thead th.desc {
    color: #4a4a4a;
    padding-bottom: 15px;
    font-family: inherit !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

#downloadUtlitySearch .du-table .tb-report-desc {
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    padding-top: 20px !important;
}

#downloadUtlitySearch .du-table thead .multi-op {
    top: 20px !important;
    z-index: 2 !important;
}

#downloadUtlitySearch .du-table tbody tr:nth-child(odd) {
    background: none;
}

#downloadUtlitySearch .category-du {
    color: #c71444 !important;
    background: none !important;
    font-family: inherit !important;
    font-size: 18px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}

#downloadUtlitySearch .du-table tbody .tb-report-title {
    padding-top: 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: inherit !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    height: 60px;
    color: #4a4a4a !important;
}

#downloadUtlitySearch .du-table tbody tr td.mainfeast {
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 18px !important;
}

.Rectangle {
    width: 140px;
    height: 28px;
    background-color: #c71444;
}

#downloadUtlitySearch .du-table tbody tr td.accordion-du .fa-minus {
    color: #124a9b !important;
    padding-top: 30px;
}

#downloadUtlitySearch .du-table tbody tr td.accordion-du .fa-plus {
    color: #124a9b !important;
    padding-top: 30px;
}

#downloadUtlitySearch .ngContent {
    padding: 0px 0px 0px 0px !important
}

#downloadutility .mat-button-toggle-group {
    margin-bottom: 10px !important;
    box-shadow: none !important;
}

#downloadutility .mat-button-toggle-label-content {
    padding: 0 6px !important;
}

#downloadUtlitySearch {
    padding: 0 18px !important;
}

/* #downloadUtlitySearch .mat-button-toggle-label-content .fa-list{
      color:#c71444;
    } */

/* #downloadUtlitySearch .mat-button-toggle-label-content .fa-th{
      color:#c71444;
    } */

#downloadutility .mat-button-toggle-checked {
    background: none !important;
    color: #c71444 !important;
}

#downloadUtilityPopup.popover-box {
    background: white;
    padding: 0 15px 0px 15px !important;
    border: 1px solid #979797 !important;
    border-radius: 2px;
    max-width: 700px;
    min-width: 700px;
    max-height: 500px;
    overflow: auto;
}

#downloadUtilityPopup .pop-header {
    text-align: justify !important;
    font-size: 22px !important;
    font-family: inherit !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border-bottom: 1px solid #979797 !important;
    padding: 20px 0px 10px 0px !important;
    background: white !important;
    margin: 0;
    color: #c71444 !important;
}

#downloadUtilityPopup .det-box {
    border-bottom: 1px solid #979797 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a !important;
    padding: 15px 10px 15px 0px;
}

#downloadUtilityPopup .det-box .pop-rep-inx {
    color: #c71444 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 5px 5px 0 -15px;
}

#downloadUtilityPopup .p-dropdown {
    border: none !important;
    border-bottom: 1px solid #cccccc !important;
}

#downloadUtilityPopup .p-dropdown .p-dropdown-trigger {
    color: #124a9b !important;
}

#downloadUtilityPopup .pop-rep-del {
    color: #c71444 !important;
}

#downloadUtilityPopup .mat-primary {
    background-color: #c71444 !important;
    width: 116px !important;
    height: 28px !important;
    font-family: inherit !important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    border-radius: 0px !important;
}

#downloadUtilityPopup .mat-primary.downUtilityEmail {
    color: white !important;
    border-radius: 0px !important;
    font-family: inherit !important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

#downloadUtilityPopup .mat-primary.downUtilitySubscribe {
    background-color: white !important;
    color: #c71444 !important;
    border: 1px solid #c71444 !important;
    font-family: inherit !important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

#downloadUtilityPopup .mat-primary.downUtilityClear {
    color: #4a4a4a !important;
    background-color: white !important;
    border: none;
    box-shadow: none;
    font-family: inherit !important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

#downloadUtilityPopup .pop-but-box {
    text-align: justify !important;
    margin: 15px 0 20px 0 !important;
    bottom: 10px;
    right: unset;
    width: 97%;
    padding: 0px !important;
    background: white;
    display: inline-block;
}

#UtilityManageDownloads .mat-mod-header {
    background-color: white !important;
    border-bottom: 0px solid !important;
    padding-bottom: 0;
}

#UtilityManageDownloads .mat-mod-header h3 {
    font-family: inherit !important;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #c71444;
}

#UtilityManageDownloads .mat-mod-header .mat-close-button .material-icons {
    font-size: 13px !important;
    color: rgba(0, 0, 0, 0.87) !important;
}

#downloadUtilitySubscription .manage-tools {
    background: white !important;
    padding: 0;
}

#downloadUtilitySubscription .check-box {
    margin-right: 10px;
}

#downloadUtilitySubscription .manage-tools-sl span {
    font-size: 15px;
    padding-top: 2px;
}

#downloadUtilitySubscription .manage-tools .search-box {
    border: 0px solid #d9dadc !important;
    width: 15%;
    padding: 0 0px !important;
    margin: 1% 0%;
    height: 30px;
    font-size: 12px;
    border-bottom: 1px solid #cccccc !important;
}

#downloadUtilitySubscription .tbl-container .table-bordered {
    border: 0px solid !important;
}

#downloadUtilitySubscription .tbl-container .table-bordered>tbody>tr>th {
    border: 0px solid !important;
}

#downloadUtilitySubscription .tbl-container .table-bordered>tbody>tr>td {
    border: 0px solid !important;
    font-family: inherit !important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 15px 0 15px 0;
}

#downloadUtilitySubscription .tbl-container .table-bordered>tbody>tr>td:first-child {
    text-align: justify !important;
}

#downloadUtilitySubscription .tbl-container .gradient {
    background: #f3f3f3 !important;
    height: 60px;
}

#downloadUtilitySubscription .tbl-container .gradient th {
    color: #4a4a4a !important;
    font-family: inherit !important;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

#downloadUtilitySubscription .tbl-container .gradient th:first-child {
    text-align: justify !important;
}

#downloadUtilitySubscription .tbl-container tr {
    border-bottom: 1px solid #979797;
}

/* #downloadUtilitySubscription .mat-icon-button .mat-button-wrapper
  {
    color:#c71444;
  } */

#downloadUtilitySubscription .tbl-container .fa-2x {
    color: #c71444;
}

#downloadUtilitySubscription .exp-td input {
    max-width: 40% !important;
    width: 40% !important;
    margin-left: 50px;
    border-right: 0px solid #000
}

#downloadUtilitySubscription .tbl-container .md-table .fa-sort-desc {
    position: relative !important;
}

#downloadUtilitySubscription .tbl-container .md-table .fa-sort-asc {
    position: relative !important;
}

.sub-nav {
    padding: 0 !important;
}

#downloadUtlitySearch td {
    border-bottom: 1px solid #979797 !important;
    border-top: none;
}

#downloadUtlitySearch .f-col {
    border-bottom: 0 !important;
}

#downloadUtlitySearch .check-success {
    font-size: 31px !important;
    right: 0px;
    top: 0px;
    color: #c71444 !important;
}

.spl-disabled {
    opacity: 0.3 !important;
    cursor: not-allowed !important;
}

/* DOWNLOAD UTILITY */

.comp-table {
    border: #343434 1px solid;
}

.ROIHeaderfont {
    font-size: 18px;
    font-weight: bold;
}

.ROI-mid-title {
    font-size: 17px;
    position: absolute !important;
    padding-left: 0px !important;
}

.trends .heading {
    color: #fff;
    padding: 5px 5px 5px 0;
}

.comp-table {
    border: #343434 1px solid;
}

.roi-ex .highcharts-container {
    border: none !important;
}

.ROI-DM {
    background: white;
    /* margin-bottom: 14px; */
    margin-top: 12px;
    border-radius: 2px;
}

.roi-dash .highcharts-container {
    border: none !important;
}

.roi-header {
    background-color: #343434 !important;
}

.pdf-notes {
    background: #c71444;
    color: #fff;
    padding: 5px;
}

.multi-grid-email-summ .p-datatable .p-datatable-tbody .highlight-totals:first-child,
.declined-service .p-datatable .p-datatable-tbody tr:last-child td:first-child {
    border-left: 2px solid black !important;
}

/* border properties */
.border {
    border: 1px solid #979797;
}

.border-bottom {
    border-bottom: 1px solid #979797;
}

.border-right {
    border-right: 1px solid #979797;
}

.border-left {
    border-left: 1px solid #979797;
}

.border-top {
    border-top: 1px solid #979797;
}

/* border properties */

/* flex properties */
.d-flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-flow-row-reverse {
    flex-flow: row-reverse;
}

.flex-column {
    flex-direction: column;
}

.flex-center {
    justify-content: center !important;
}

.flex-end {
    justify-content: end;
}

.vertical-center {
    display: flex;
    align-items: center;
}

/* flex properties */

.custom-reporting-tabs .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-label-content {
    font-size: 16px;
    font-family: 'NissanBrandW01-Bold';
    color: #000;
}

.custom-report .date-range-filter .mat-select .mat-select-value-text,
.custom-reporting-tabs .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-labels .mat-tab-label-active {
    color: #000;
}

.custom-campaign-filter .mat-select-content .mat-option,
.custom-report .custom-box-charts .highcharts-no-data,
.custom-report .custom-box-charts .highcharts-legend-item {
    font-family: 'NissanBrandW01-Regular';
}

.custom-report-filter .export .mat-icon-button {
    font-size: 16px !important;
}

.custom-report .date-range-filter .mat-select-arrow,
.custom-report .custom-campaign-filter .mat-select-arrow,
.custom-report .custom-report-filter .campaigns-count {
    color: #c51343 !important;
}

.custom-report .highcharts-axis-labels {
    font-family: 'NissanBrandW01-Regular' !important;
}

.custom-report .highcharts-tooltip>span {
    font-family: 'NissanBrandW01-Regular' !important;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid silver;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #888;
    padding: 8px;
    margin-left: -70px;
}

/* font-weight properties*/
.fw300 {
    font-weight: 300 !important;
}

.fw400 {
    font-weight: 400 !important;
}

.fwi500 {
    font-weight: 500 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: bold !important;
}

.download-msg {
    text-align: right;
}

.download-msg img {
    width: 16px;
}

/* font-weight properties*/

/*------------ Media Query for custom report*------------*/

@media (max-width: 1037px) {
    .custom-report-filter .mat-form-field {
        width: 320px !important;
    }

    .custom-box-charts .charts-conatiner .box-chart-title p {
        font-size: 18px !important;
    }

    .custom-report-header .top-breadcrumb p,
    .date-range-filter .date-range-title p {
        font-size: 17px !important;
    }

    .custom-report .tab-content .tab-pane .wrapper h3 {
        font-size: 20px !important;
    }

    .custom-report .custom-report-filter .export .mat-icon-button,
    .custom-report-filter .campaign-name,
    .date-range-filter .mat-form-field .mat-form-field-infix mat-select,
    .date-range-filter .date-range-options label,
    .custom-reporting-tabs .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-label-content {
        font-size: 14px !important;
    }

    .custom-report .viewing-campaign .export-title,
    .custom-campaign-filter .mat-select-content,
    .custom-report-filter .mat-form-field .mat-form-field-infix .custom-campaign-filter,
    .custom-report .viewing-campaign .now-viewing,
    .custom-box-cards .box-holder .wrapper .box-container .top-align-label .box-content-label,
    .custom-box-cards .box-holder .wrapper .box-container .top-align-value .box-content-label {
        font-size: 15.5px !important;
    }

    .date-range-filter .mat-form-field .mat-form-field-infix {
        padding-top: 10px !important;
    }

    .custom-box-cards .box-holder .wrapper .box-container .top-align-label .box-content-value {
        font-size: 41.5px !important;
    }

    .custom-report-filter div .heading,
    .custom-box-cards .box-holder .wrapper .box-container .top-align-value .box-content-value,
    .custom-box-icons .wrapper .box-container .box-content div span {
        font-size: 27.5px !important;
    }

    .custom-box-icons .wrapper .box-container:last-child .box-content div span {
        font-size: 32.8px !important;
    }

    .date-range-filter .mat-form-field {
        width: 115px !important;
    }

    .custom-box-icons .wrapper .box-container .box-content {
        padding: 5px;
    }

    .custom-report .tab-content .tab-pane .wrapper h3 span a .icon-info-circle,
    .custom-box-charts .charts-conatiner .box-chart-title p .icon-info {
        height: 16px;
        width: 16px;
    }

    .custom-report .box-template-container .custom-box-charts .highcharts-container .highcharts-root .highcharts-legend .highcharts-legend-item text {
        font-size: 18px !important;
    }

    .date-range-filter .date-range-options {
        padding-top: 0px !important;
    }

    .custom-box-cards .cost-per-lead .box-content {
        height: 298px !important;
    }

    .custom-box-cards .box-content {
        height: 140px !important;
    }

    .custom-report .custom-report-filter .report-filter-title .campaign-type-icon {
        font-size: 25px !important;
        margin-top: -5px !important;
    }

    .custom-report .custom-report-filter .campaigns-found {
        font-size: 12px !important;
    }

    .custom-reporting-tabs .diclaimer-text {
        margin-top: -70px !important;
        margin-bottom: 28px !important;
    }
}

@media (max-width:991px) {
    .custom-box-cards .box-holder .wrapper .box-container {
        padding: 0.833vw !important;
    }

    .custom-box-cards {
        padding: 0px !important;
    }

    .custom-box-charts {
        border-top: 1px solid #979797;
        border-left: 0px;
        margin-top: 20px !important;
    }

    .charts-conatiner {
        padding-top: 10px !important;
    }

    .custom-box-icons {
        margin-top: 40px !important;
    }

    .custom-report .tab-content .custom-box-charts .charts-conatiner .high-chart-box .highcharts-container {
        padding-bottom: 0px !important;
        height: 275px !important;
    }

    .custom-box-icons .wrapper {
        display: flex;
    }

    .custom-box-icons .wrapper>div:last-child {
        flex: 2;
    }


}

@media (max-width:606px) {
    .custom-box-icons .wrapper {
        flex-wrap: wrap;
    }
}

/*------------ Media Query for custom report*------------*/

.dynamic-template .email-disclaimer {
    font-family: 'NissanBrandW01-Regular';
    font-weight: bold;
}

.service-summary .listing-btn-table {
    top: -77px !important;
}

.w2 {
    width: 2% !important;
}

.w12 {
    width: 12% !important;
}

.w14 {
    width: 14% !important;
}

.w15 {
    width: 15% !important;
}

.w15 {
    width: 15% !important;
}

.w20 {
    width: 20% !important;
}

.w25 {
    width: 25% !important;
}

.w40 {
    width: 40% !important;
}

.w60 {
    width: 60% !important;
}

.w75 {
    width: 75% !important;
}

.w80 {
    width: 80% !important;
}

.w89 {
    width: 89% !important;
}

.w100 {
    width: 100% !important;
}

.w12px {
    width: 12px !important;
}

.w20px {
    width: 20px !important;
}

.width-min-content {
    width: min-content;
}

.pos-absolute {
    position: absolute !important;
}

.cursor-pointer {
    cursor: pointer;
}

.roboto-bold {
    font-family: Roboto, "Helvetica Neue", sans-serif !important;
    font-weight: bold !important;
}

.roboto-font {
    font-family: Roboto, "Helvetica Neue", sans-serif !important;
}

.align-center {
    text-align: center !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.service-retention-dashboard .multi-grid-table .dynamic-template-grid-scroller .multi-grid-prime-table .p-datatable .p-datatable-tbody tr td,
.service-retention-dashboard .multi-grid-table .dynamic-template-grid-scroller .multi-grid-prime-table .p-datatable .p-datatable-tbody tr th {
    font-family: Roboto, "Helvetica Neue", sans-serif !important;
    font-size: 14px !important;
}

/*------------ Media Query for campaign performance report*------------*/
@media (max-width: 1800px) {
    .performance-comparison .trends-table tbody tr td {
        min-width: 80px;
    }
}

@media (max-width: 1100px) {
    .performance-comparison .trends-table tbody tr td {
        min-width: 53px;
    }
}

.service-retention-dashboard .multi-grid-table .dynamic-template-grid-scroller .multi-grid-prime-table .p-datatable .p-datatable-thead .normal-headers th {
    font-weight: bold !important;
    padding-right: 41px !important;
}

.service-retention-dashboard .first-year-table .dynamic-template-grid-scroller .multi-grid-prime-table .p-datatable .p-datatable-thead .normal-headers th {
    padding-right: 0px !important;
}

.service-retention-dashboard .first-year-table .dynamic-template-grid-scroller .multi-grid-prime-table .p-datatable .p-datatable-thead .normal-headers th:nth-child(2) {
    padding-right: 41px !important;
}

.custom-report .custom-report-filter .icon-img {
    margin-top: -10px;
}

.retention-opportunity {
    padding-left: 0px !important;
    margin-bottom: 7px !important;
}

.adjusted-vin-note {
    margin-top: 20px !important;
    padding-left: 0px !important;
}

.color-white-1 {
    color: #ffffff !important;
}

.l0 {
    left: 0% !important;
}

.l5p {
    left: 5.6% !important;
}

.t0 {
    top: 0 !important;
}

.top157 {
    top: 157px !important;
}

.zi1 {
    z-index: 1 !important;
}

.zi2 {
    z-index: 2 !important;
}

.zi3 {
    z-index: 3 !important;
}

.zi4 {
    z-index: 4 !important;
}

.zi5 {
    z-index: 5 !important;
}

.zi100 {
    z-index: 100 !important;
}

.custom-template .custom-tr-export .export .mat-icon-button i {
    color: #666666;
}

.custom-template .tr-custom-marketing .value {
    color: #3170B7;
}

.custom-template .tr-custom-funnel .left-text-area span:nth-child(1),
.custom-template .tr-custom-funnel .right-text-area span:nth-child(1) {
    color: #3170B7 !important;
    font-weight: 500;
    font-size: 22px !important;
    text-align: left;
}

.custom-template .tr-custom-funnel div.left-text-area span:nth-child(2),
.tr-custom-funnel .right-text-area span:nth-child(2) {
    font-weight: 500;
    font-size: 18px;
    color: #000000
}

.custom-template .custom-button-active .matButton {
    color: #fff;
    background-color: #535758;
    border: 1px solid #666666;
}

.custom-template .grey-card-container .card {
    background-color: #f7f7f7;
}

.custom-template .blue-card-container .card {
    background-color: #004163;
    border-radius: 0 0 8px 8px;
}

.custom-template .performance-banner-image {
    background-image: url('images/performanceBanner.png');
}

.custom-template .breadcrumb-container .tr-p-breadcrumb .p-breadcrumb ul li .p-menuitem-link {
    font-family: Roboto, "Helvetica Neue", sans-serif !important;
}

.custom-template .tr-hyperlink a {
    color: #C39C51 !important;
}

.custom-template .tr-more-detail a,
.custom-template .tr-more-detail-cancel a {
    color: #b89c13
}

.custom-template .multi-grid-table .p-datatable .p-paginator .p-paginator-pages .p-paginator-page.p-highlight,
.custom-template .multi-grid-table .p-datatable .p-paginator .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    background-color: #e0e0e0 !important;
}

.custom-template .multi-grid-table .p-datatable .p-paginator .p-paginator-pages .p-paginator-page,
.custom-template .multi-grid-table .p-datatable .p-paginator .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    color: #737373 !important;
}

.custom-template .multi-grid-table .p-datatable tr th,
.custom-template .multi-grid-table .p-datatable tr td {
    font-family: Roboto, "Helvetica Neue", sans-serif !important;
}

.custom-template .multi-grid-table .p-datatable .p-datatable-thead>tr>th {
    max-width: 185px;
}

.custom-template .multi-grid-table .p-datatable .p-datatable-thead .normal-headers>th:first-child {
    min-width: 6px;
}

.custom-template .multi-grid-table .normal-headers>th:nth-child(2) {
    text-align: left;
}

.custom-template .tr-hyperlink-drilldown {
    cursor: pointer;
    display: block !important;
}

.custom-template .tr-drilldown {
    text-decoration: underline;
    cursor: pointer;
}

.sr-dashboard-table tr td:nth-child(2) span:nth-child(1),
.sr-dashboard-table tr td:nth-child(3) span:nth-child(1) {
    text-align: right;
}

.sr-dashboard-table tr th:nth-child(2),
.sr-dashboard-table tr th:nth-child(3) {
    text-align: center !important;
}

.sr-dashboard-table tr td:nth-child(2) span:nth-child(2) img,
.sr-dashboard-table tr td:nth-child(3) span:nth-child(2) img {
    margin-left: 10px;
}

.comp-table th {
    font-size: 14px !important;
}

.custom-template .multi-grid-product-table .p-datatable .p-datatable-tbody>tr>td:first-child,
.custom-template .multi-grid-product-table .p-datatable .p-datatable-thead>tr>th:first-child {
    text-align: left;
    padding-left: 40px !important;
}

.custom-template .multi-grid-product-table .p-datatable .p-datatable-thead>tr>th:nth-child(2),
.custom-template .multi-grid-product-table .p-datatable .p-datatable-tbody>tr>td:nth-child(2) {
    text-align: center;
    justify-content: center;
}

.custom-template .multi-grid-product-table .p-datatable .p-datatable-tbody>tr>td:first-child .link {
    color: #000000;
    /* margin-left: 10px; */
}

.custom-template .multi-grid-product-table .p-datatable .p-datatable-thead .normal-headers>th:first-child {
    min-width: 220px !important;
}

.custom-template .campaign-activity-table .p-datatable .p-datatable-thead .normal-headers>th:first-child {
    min-width: 6px !important;
}

.custom-template .campaign-activity-table .p-datatable .p-datatable-thead .normal-headers>th:nth-child(2) {
    min-width: 185px !important;
}

.sr-mat-tab .mat-tab-labels {
    background-color: transparent;
}

.sr-mat-tab .mat-tab-label {
    background-color: #c71444;
}

.sr-mat-tab .mat-tab-label-active {
    background-color: #c71444;
    opacity: 1 !important;
}

.sr-mat-tab .mat-label-text {
    color: white;
    font-size: 11pt;
    font-family: "Arial";
    font-weight: bold;
}

/* Export utility */
.ex-selected-report {
    border: 3px solid #c71444 !important;
}

.custom-template .vehicle-sold-container .card {
    display: flex;
    flex-direction: row;
}

.pdli5 {
    padding-left: 5px !important;
}

.pd25 {
    padding: 25px !important;
}

.digital-marketing .mat-tab-group .mat-tab-label-container .mat-tab-labels .mat-tab-label {
    opacity: 1 !important;
}

.digital-marketing .mat-tab-group .mat-tab-label-container .mat-tab-labels .mat-tab-label .mat-label-text {
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #d75a7b !important;

}

.digital-marketing .mat-tab-group .mat-tab-label-container .mat-tab-labels .mat-tab-label-active .mat-label-text {
    background-color: #c71444 !important;
}

.digital-marketing .mat-tab-group .mat-ink-bar {
    visibility: hidden !important;
}

.digital-marketing .service-by-report-digital-marketing .table-header .category-headers th {
    border: none !important;
}

.digital-marketing .service-by-report-digital-marketing .table-header .category-headers th {
    color: #c71444 !important;
}

.service-retention-dashboard .button-container button {
    text-transform: uppercase;
}

.tr-vdp-tooltip-icon>span.span {
    color: #666666 !important
}

.tr-vdp-tooltip-icon>span>img {
    height: 20px !important;
}

.tr-customer-contact-card .p-datatable .p-datatable-tbody>tr:nth-child(odd) {
    background: #fff !important;
    color: #ffffff;
    border-bottom: none;
}

.tr-customer-contact-card .p-datatable .p-datatable-tbody>tr:nth-child(odd) {
    background: #fff !important;
    color: #ffffff;
    border-bottom: none;
}

.tr-customer-contact-card .p-datatable .p-datatable-thead .normal-headers th {
    background-color: #535758 !important;
    font-size: 12px !important
}

.tr-custom-form-container {
    border: 1px solid;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
    border-radius: 9px;
    color: black;
}

.tr-customer-search-tittle {
    font-weight: bold;
    padding-left: 0px !important;
}

.tr-customer-search-table>table>thead>tr>th {
    border: 0px !important;
}

.custom-template .tr-customer-search-table .p-datatable .p-datatable-thead>tr>th {
    box-shadow: none !important;
}

.tr-customer-search-table .p-multiselect {
    height: 36px !important;
    justify-content: center;
    align-items: center;
    float: left;
    margin-left: 7px !important;
    margin-top: 2px !important;
}

/* Override the default sort icon */
.tr-customer-search-table .p-sortable-column .p-sortable-column-icon {
    font-family: Roboto, "Helvetica Neue", sans-serif !important;
    font-size: 16px;
    /* Adjust size as needed */
}


/* Apply a custom sort-up icon */
.tr-customer-search-table>p-element.p-sortable-column p-sorticon>sortamountdownicon {
    content: "&#9650;" !important;
    /* Unicode for FontAwesome icon or use your custom icon code */
    color: #000 !important;
}

/* Apply a custom sort-down icon */
.tr-customer-search-table .p-sortable-column.p-sortable-column-desc .p-sortable-column-icon::before {
    content: "&#9660;" !important;
    color: #000 !important;
}
.tr-customer-search-table .p-datatable {
    margin: 5px 0px 1.1% !important;
}

.total-records-count-label {
    font-size: 12px;
    font-weight: 100;
    float: left;
    margin-top: 9px;
    margin-left: 7px;
}

.tr-customer-search-table .p-datatable .p-datatable-header {
    background: transparent !important;
}

.tr-customer-search-table .p-paginator-element {
    font-size: 13px !important;
    color: #C39C51 !important;
}

.tr-customer-search-table .p-dropdown .p-dropdown-trigger {
    color: #C39C51 !important;
}

.tr-customer-search-table .p-paginator-bottom {
    top: 0px  !important; 
    background: transparent !important;
    height: 41px !important;
    border: 0px !important;
}

.tr-customer-search-table .p-dropdown-label {
    padding: 1px;
    text-align: center;
    font-size: 13px;
}

.tr-customer-search-table .p-datatable .p-datatable-tbody>tr:nth-child(event) {
    background: #f4f4f4 !important;
}

.tr-customer-search-table .p-datatable .p-datatable-header {
    background: none !important;
}

.tr-customer-search-date-col>div {
    margin-top: 20px !important;
}

.tr-customer-search-table .p-datatable-resizable-table>.p-datatable-thead>tr>th {
    white-space: normal !important
}

.tr-customer-search-table .p-datatable .p-datatable-tbody>tr>td {
    white-space: normal !important;
    margin-top: 10px !important;
    overflow-wrap: break-word !important;
}

.tr-customer-search-mode-img {
    height: 50px !important;
    width: 78px !important;
}

.tr-customer-search-table .p-paginator .p-dropdown {
    height: 1.5rem;
}

body .custom-table .p-datatable .p-paginator {
    padding: 0px !important;
}

.tr-customer-search-table .p-datatable .p-datatable-tbody>tr:nth-child(odd) {
    background: #727272 !important;
}

.custom-template .tr-customer-search-table .p-datatable .p-datatable-thead>tr>th {
    border: none !important;
}

.p-datatable .p-sortable-column .p-sortable-column-icon {
    color: #000000 !important
}

.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: black !important
}

.full-page-dialog-container {
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    padding: 0;
    margin: 0;
}

.customer-contact-dialog {
    width: 95%;
    height: 95%;
    position: static;
    margin-bottom: 6rem; 
    resize: both;
    overflow: hidden;
    min-width: 200px;
    min-height: 150px;
    max-width: 90vw;
    max-height: 80vh;
    padding: 0;
    border: 1px solid lightgrey;
}

.tr-contact-card-section-row {
    margin-bottom: 8px;
    margin-left: 5px !important;
}

.tr-customer-contact-card {
    overflow-x: hidden;
}

.tr-customer-contact-card .p-datatable {
    border: 1px solid;
    border-color: #a5a0a0f0;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.tr-customer-contact-card .p-datatable .p-datatable-header {
    background-color: #102b4e !important;
    height: 40px !important;
    text-align: left !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    padding: 10px !important;
    margin-left: 0.5px !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.tr-customer-contact-card .mat-form-field-wrapper {
    height: 80px;
}

.tr-customer-contact-card-lbl {
    color: #fff;
    border-top-left-radius: 15px;
    border: -15px;
    border-top-right-radius: 15px;
    background-color: #102b4e;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}

.tr-customer-card-select-vehicle {
    margin-left: 4px !important;
    border: 1px solid;
    border-color: #a5a0a0f0;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}

.tr-customer-card-select-vehicle-print {
    margin-left: 4px !important;
    border: 1px solid;
    border-color: #a5a0a0f0;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}

.tr-customer-card-customer-info {
    border: 1px solid;
    border-color: #a5a0a0f0;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}

.tr-customer-card-header {
    font-size: 20px;
    padding: 4px;
}

.tr-customer-card-vehicleInfo {
    border-color: #a5a0a0f0;
}

.mh-20 {
    max-height: 20rem !important;
}

.tr-customer-search-required {
    color: #c00000 !important;
}

.tr-customer-card-close {
    float: right !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff !important;
    opacity: 1 !important;
    margin-bottom: 20px !important;
    cursor: pointer;
}

.tr-customer-card-close:hover {
    float: right !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff !important;
    opacity: .5 !important;
    margin-bottom: 20px !important;
}

.tr-customer-car-next-apt {
    background: #a5a0a0f0 !important;
    height: 72px !important;
    padding: 0px !important;
    border-radius: 10px !important;
    margin-left: 30px !important;
}

.tr-customer-contact-card-dialog-header {
    display: flex;
    background-color: #102b4e;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}
.tr-customer-contact-card-custom-column {
    display: block;
    text-align: left !important;
}

.tr-customer-contact-card-custom-Header {
    width: 10% !important;
}

.tr-customer-contact-card-custom-Header1 {
    width: 45% !important;
}

.custom-template .multi-grid-table .p-datatable .p-datatable-tbody>tr>td:nth-child(2) {
    display: table-cell !important;
}

.custom-template .manifest-table .custom-table tr th.w-350 {
    min-width: 350px !important;
}

.w-350 {
    width: 350px !important;
}

.w-175 {
    width: 175px !important;
}

.w-110 {
    width: 110px !important;
}

.w-125 {
    width: 125px !important;
}

.w-180 {
    width: 180px !important;
}

.w-90per {
    width: 90%;
}

.tr-customer-contact-card .p-datatable .p-datatable-thead .normal-headers th:has(.tr-customer-contact-card-vin-col) {
    width: 175px !important;
}

.tr-customer-contact-card .p-datatable .p-datatable-tbody>tr>td {
    white-space: normal !important;
}

.tr-customer-contact-card .p-datatable-tbody .p-datatable-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.tr-customer-contact-card-title {
    margin-left: 1rem;
    font-weight: 800;
}

.tr-customer-contact-card-print {
    text-align: right;
    padding-right: 3rem !important;
    margin: 30px 0 20px;
    cursor: pointer !important;
}

.tr-customer-contact-card-customer-information {
    margin-bottom: 5px;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.form-container .field .mat-grid-tile-content {
    flex-direction: column !important;
    align-items: start;
    padding-right: 50px;
}

.form-container .field .mat-form-field {
    width: 100%;
}

.form-container .field .mat-icon {
    position: relative;
    top: 9px;
    color: #128293;
}

.form-container button {
    background-color: #c71444;
    border: none;
    color: #fff;
    border-radius: 9px;
    width: 100px;
    height: 36px;
}

.form-container .submit-button .mat-grid-tile-content {
    display: flex;
    justify-content: end;
}

.tr-customer-search-empty-message {
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.tr-customer-contact-card-image-col {
    text-indent: -9999px !important;
}
.tr-customer-search-empty-message {
    font-size: 18px !important;
    font-weight: 800 !important;
    text-align: center !important;
}
.tr-empty-message {
  font-weight: 800 !important;
  text-align: center !important;
}
.tr-print-clickable {
    color:#c39c51 !important
}

.tr-customer-card-dropdown-default-label {
    color: #102b4e !important;
    font-weight: 800 !important;
}

.tr-customer-card-dropdown {
    border: 1px solid grey !important;
    border-radius: 10px !important;
    margin-top: 15px !important;
}

.tr-customer-card-dropdown .mat-form-field-appearance-legacy .mat-form-field-underline{
    height: 0px !important;
}

::ng-deep .tr-customer-contact-card-comm-filter-header .mat-form-field-underline {
    height: 0px !important;
}

.tr-customer-contact-card-comm-filter-header {
    margin-left: 15px !important;
}
   
.tr-contact-card-section-row .custom-table .p-datatable {
       margin-left: 0px !important;
       padding-left: 0px !important;
}

.custom-table .p-datatable .tr-customer-contact-card-comm-tbl-header {
    width: 25% !important;
}

.custom-table .p-datatable .tr-customer-contact-card-sales-tbl-header {
    width: 16.6% !important;
}

.custom-table .p-datatable .tr-customer-contact-card-vin-tbl-header {
    width: 14.5% !important;
}

.custom-table .p-datatable .tr-customer-contact-card-vin-tbl-header-reduced {
    width: 10% !important;
}

.fright {
    float: right !important;
}

.custom-template .tr-customer-search-table .p-datatable .p-datatable-thead>tr>th {
    max-width: 175px !important;
}

.custom-template .tr-customer-search-table .p-datatable tr th{
    font-size: 14px !important;
}

.w-90 {
    width: 90px !important;
}

.w-100 {
    width: 100px !important;
}

.w-70 {
    width: 70px !important;
}

.w-80 {
    width: 70px !important;
}

.w-118 {
    width: 118px !important;
}

.w-130 {
    width: 130px !important;
}

.w-250 {
    width: 250px !important;
}

.form-container input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-container input[type="number"] {
    -moz-appearance: textfield;
}

.w13 {
    width: 13% !important;
}

.op-0 {
    opacity: 0;
}

.tr-customer-search-table .p-datatable .p-sortable-column .p-sortable-column-icon {
  height: 13px !important;
  margin-left:0px !important;
}

.clr-white {
    color: #fff !important;
}

.tr-customer-contact-card .vehicle-owned .p-datatable .p-datatable-tbody>tr>td:nth-child(1) {
    border-right :1px white solid  !important;
}

.tr-customer-contact-card .vehicle-owned .p-datatable .p-datatable-tbody>tr>td:nth-child(2){
  font-weight: 600;
}

.tr-customer-contact-card .vehicle-owned .p-datatable .p-datatable-tbody>tr>td:nth-child(2)> div {
    text-align: justify !important;
}

.custom-template .manifest-table .custom-table tr th.w-250 {
    min-width: 250px !important;
}

.p-tooltip .p-tooltip-text {
    position: absolute;
    text-align: center;
    width: 150px;
    height: auto;
    padding: 10px;
    font-weight: normal;
    font: Roboto, "Helvetica Neue", sans-serif;
    color: #333 !important;
    background: white !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.p-tooltip-arrow {
    display: none;
}

.nissantr-theme .tr-customer-contact-card-drpdwn {
    margin-top: 8% !important;
    margin-left: 7%;
}

.campaign-activity-table .custom-table .p-datatable-table .p-datatable-tbody > tr > td > a {
    color: black !important;
}

.custom-template .manifest-table .custom-table tr th.w-250 {
    min-width: 250px !important;
}

.p-tooltip .p-tooltip-text {
    position: absolute;
    text-align: center;
    width: 150px;
    height: auto;
    padding: 10px;
    font-weight: normal;
    font: Roboto, "Helvetica Neue", sans-serif;
    color: #333 !important;
    background: white !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.p-tooltip-arrow {
    display: none;
}

.nissantr-theme .tr-customer-contact-card-drpdwn {
    margin-top: 8% !important;
    margin-left: 7%;
}
.custom-span-flex
{
  display: flex;
  justify-content: center;
  align-items: center;
}