body.light {
    background-color: #e0e0e0;
    color: #333;
}
.light .metric-column {
    background-color: #ececec;
}

.light .page-header {
    background-color: #e0e0e0;
    color: #d66c51;
    padding-top: 15px;
}
.light .page-header .button.ts-button {
    color: #333;
}

.light .page-header .button.ts-button.button-enabled {
    background-color: #f0f0f0;
    border-color: #00425b;
}
.light .page-header .timezone {
    color: #00425b;
}
.light .page-header .current-breadcrumb, .light .topology-root .page-title {
    color: #d66c51;
}

.light .metric-column .title {
    color: #00425b;
}
.light pms-navbar.wrapper {
    background-color: #00425b;
    color: #fff;
}
.light .err-msg {
    color: #333;
}
.light footer {
    color: #333;
}
.light .x-axis-label, .light .y-axis-label {
    fill: #333;
}
.light .textselected {
    fill: #333;
}
.light .dboard-main .sites-count-label {
    background-color: #ececec;
    padding: 0px 2px;
    left: 7px;
}
.light .health-label {
    fill: #333;
}
.light .setting-section {
    color: #333;
    background-color: #f0f0f0;
}
.light .setting-tabs {
    background-color: #f0f0f0;
}
body.light .settings-main-content {
    color: #333;
    background-color: #f0f0f0;
}
body.light .list-container, body.light .topology-root {
    color: #333;
    background-color: #f0f0f0;
}
body.light .svg-container {
    background-color: #e0e0e0;
}
body.light .breadcrumb-title {
    color: #333;
}
.light .component-column-title {
    background-color: #e0e0e0;
    color: #333;
}
.light .component-details {
    color: #333;
}
.light .tab-pill {
    color: #333;
}
.light .sites-health-label {
    background-color: #f0f0f0;
}
.light .metric-column .health-normal,.light .pmt-health.health-normal {
    background-color: #f29a60;
    fill: #f29a60;
}
.light .metric-column .health-danger, .light .pmt-health.health-danger {
    background-color: #b72020;
    fill: #b72020;

}
.light .comp-item-c {
    background-color: #ddd;
    color: #333;
}
.light .comp-item-c.health-healthy {
	background-color: #689a21;
	color: #fff;
}
.light .comp-item-c.health-danger {
	background-color: #b72020;
	color: #fff;
}
.light .comp-item-c.health-normal {
	background-color: #ff9540;
	color: #fff;
}
.light .comp-item-c.health-inactive {
	/* background-color: #dfb33b; */
	background-color: #a1a1a1;
	color: #000;
}
.light .legend-square.health-healthy {
	background-color: #689a21;
	color: #fff;
}
.light .legend-square.health-normal {
	fill: #f29a60;
	background-color: #f29a60;
}
.light .legend-square.health-danger {
	background-color: #b72020;
}
.light .node-item.selected {
    background-color: #e0e0e0;
}
.light  .stage-name.health-danger{
	color: #b72020;
}
.light  .stage-name.health-danger .health-bubble {
	background-color: #b72020;
}
.light  .stage-name.health-healthy{
	color: #689a21;
}
.light  .stage-name.health-healthy .health-bubble {
	background-color: #689a21;
}
.light  .stage-name.health-normal{
	color: #f29a60;
}
.light  .stage-name.health-normal .health-bubble {
	background-color: #f29a60;
}
.light .comp-list {
    background-color: #ececec;
}
.light .errortext {
    fill: #333;
}
.light .cfgrid-table table {
    color: #333;
}
.light .cfgrid-table th {
    background-color: #e0e0e0;
}
.light .filter-node {
    background-color: #ececec;
}
/* .light .filter-node .filter-type {
    color: #333;
} */
.light .tab-pill.selected-tab {
    color: #333;
}
.light .include-exclude-list-wrapper {
    background-color: #f0f0f0;
    color: #333;
}
.light .existing-input {
    background-color: #fff;
}
.light .entity-item {
    background-color: #d0d0d0;
}
.light .health-score-holder {
    background-color: #e0e0e0;
}
.light .health-score-group {
    background-color: #ececec;
}
.light .comp-art-value {
    color: #333;
}
.light .server-list-row:nth-of-type(odd) {
    background-color: #ddd;
}
.light .server-list-row:nth-of-type(even) {
    background-color: #ccc;
}
.light .server-header-row,.light .search-server-row {
    background-color: #ccc;
}
.light .search-server-input {
    border: 6px solid #ddd;
}
.light .add-manual-server-comp {
    background-color: #ddd;
}
.light .pmt-modal-wrapper {
    background-color: #eee;
}
.light .active-comp-detail {
    background-color: #eee;
}
.light .aps-list .list-row{
    background-color: #ddd;
}
.light .empty-message {
    background-color: #ddd;
}
.light .acc-header {
    background-color: #ddd;
    color: #333;
}
.light .group-server {
    background-color: #ddd;
    color: #333;
}
body.light .acc-item .acc-body {
    color: #333 !important;
}
.light .aps-user {
    background-color: #ddd;
    color: #333;
}
.light .user-detail {
    background-color: #eee;
    color: #333;
}
.light .aps-index{
    background-color: #ddd;
    color: #333;
}
.light .server-list-container {
    border-top: 2px solid #ddd;
}
.light .tracked-by {
    color: #333;
}
.light .try-btn {
    background-color: #999;
}
.light th {
    background-color: #eee;
    color: #333;
}
.light td {
    background-color: #ddd;
    color: #333;
}
.light .execution-table th {
    background-color: #eee !important;
}
.light .url-details-container .value, .light .url-details-container .value1, .light .page-uri {
    color: #666;
}
.light .jvm-dump-buttons {
    background-color: #afcdd8;
}
.light .dump-button {
    background-color: #ddd;
    color: #333;
}
.light .pms-sprite {
    background-image: url('../../assets/icons/pms-sprite-light.png');
}
.light .stage-name-text {
    color: #333;
}
.light .button:disabled {
    opacity: 0.6;
    background-color: #666;
    color: #fff;
}
.light .apt-setup .stage {
    background-color: #ddd;
    color: #333;
}
.light .apt-setup .stage-desc {
    color: #666;
}
.light .alert-header {
    background-color: #ddd;
    color: #333;
}
.light .alert-body {
    color: #333;
    background-color: #eee;
}
.light .alert-list-header {
    background-color: #ddd;
    color: #333;
}
.light .alert-item {
    color: #000;
    background-color: #eee;
}
.light .alert-item.unread {
    color: #000;
    background-color: #fff;
}
.light .view-more-btn {
    background-color: #99d8d4;
}
.light .alert-item:hover {
    color: #000;
    background-color: #eee;
}
.light .alert-content, .light .alert-header.view-alert {
    color: #333;
}
.light .alert-content.alert-category:not(.recovered-alert) {
    color: #f1453d;
}
/* .light .discover-error-tip {
    background-color: #fff;
    color: #333;
} */
.light .cache-property {
    background-color: transparent;
}
.light .fa.fa-chevron-up::before{
	background-image: url('/assets/icons/light/up-arrow-outline.png');
}
.light .fa.fa-chevron-down::before{
	background-image: url('/assets/icons/light/down-arrow-outline.png');
}
.light .fa.fa-check-light::before{
	background-image: url('/assets/icons/check-icon.png');
	
}
.light .help-icon {
    background-image: url('/assets/icons/light/info.png');
}
.light .state-thread {
    background-color: #ddd;
    color: #333;
}
.light .refresh-inverse {
    background-color: #fff;
}
.light .refresh-servers {
    background-color: transparent;
}
.light .thread-detail-state.selected {
    background-color: #eee;
    color: #333;
}
.light .total-count-legend {
    background-color: #ddd;
}
.light .breadcrumb-health-text {
    border-left: 1px solid #333;
}

.light .stack-code {
    color: #333;
}
.light .related-alert-link, .light .alert-detail-link {
    color: #333;
}

.light ::-webkit-scrollbar {
	width: 10px;
	height: 5px;
	background-color: #eee;
}
.light ::-webkit-scrollbar-track {
  /*border-radius: 10px;*/
  background: #eee;
  /*border: 1px solid #ccc;*/
}

.light ::-webkit-scrollbar-thumb {
	padding-left: 5px;
  border-radius: 10px;
  background: #aaa;
  /*border: 1px solid #aaa;*/
}


.light  ::-webkit-scrollbar-thumb:hover {
  /*background: #3c3f42;*/
}

.light  ::-webkit-scrollbar-thumb:active {
  /*background: linear-gradient(left, #22ADD4, #1E98BA);*/
}
@media (max-width: 1024px) {
    .light pms-navbar.wrapper .sidebar-mobile {
        background-color: #e0e0e0;
        color: #333;
    }
    .light pms-navbar.wrapper .mobile-text {
        color: #333;
    }

    .light pms-navbar.wrapper.active .expand-nav-link {
        background-color: #00425b;
    }
    .light .wrapper.active .navwrap-mobile {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .light .wrapper.active .sidenav-li:not(.disabled) .main-menu.active {
        background-color: #023349;
    }
    //color: #eeb975;
}

body.light .progress-label{
	color: #333 !important;
}