:root {
  --landscape-width: 25;
  --header-height: 4rem;
  --secs: 0.4s;
  --bg-left: #fff;
  --bg-mainSegment: #fff;
  --red: #FD9182;
  --orange: #FFD4A2;
  --yellow: #FFF8A5;
  --lime: #DEFF95;
  --green: #8DFF7E;
  --red-lt: #FD9182;
  --orange-lt: #FFD4A2;
  --yellow-lt: #FFF8A5;
  --lime-lt: #DEFF95;
  --green-lt: #8DFF7E;
}

.form-control {
  padding: 2px 4px;
}

ul.token-input-list {
    overflow: hidden; 
    height: auto; 
    height: 1%;
    border: 1px solid #999;
    cursor: text;
    font-size: 13px;
    font-family: HP Simplified, Verdana, Arial, Helvetica;
    z-index: 999;
    margin: 0;
    padding: 3px;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list li {
    list-style-type: none;
}

ul.token-input-list li input {
    border: 0;
    padding: 2px 6px;
    background-color: white;
    -webkit-appearance: caret;
}

li.token-input-token {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    margin: 1px !important;
    padding: 1px 4px;
    border-top:    0px solid #00a6e6 !important ;
    border-bottom: 0px solid #0086c6 !important ;
    background-color: #0096d6;
    color: white;
    font-weight: normal;
    cursor: default;
}

li.token-input-token p {
    float: left;
    padding: 0;
    margin: 0;
}

li.token-input-token span {
    float: right;
    color: #fff;
    cursor: pointer;
}

li.token-input-selected-token {
    background-color: #0096d6;
    color: #fff;
}

li.token-input-selected-token span {
    color: #bbb;
}
li.token-input-dragged-token {
    opacity: 0.4;
    cursor: move;
    min-width: 100px;
}
li.token-input-dragged-clone {
    opacity: 0.6;
    position: absolute;
    margin: 4px 2px 2px 4px;
    font-size: 13px;
    font-family: HP Simplified, Verdana, Arial, Helvetica;
    cursor: move;
    min-width: 100px;
}
li.token-input-dragged-clone span {
    display: none;
}

li.token-input-insert-before {
    border-top: 3px solid #c0401a !important;  
    cursor: move;
}

li.token-input-insert-after {
    border-bottom: 3px solid #c0501a !important;
    cursor: move;
}

li.token-input-input-token input {
   width: 100%;
}

div.token-input-dropdown {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 13px;
    font-family: HP Simplified, Verdana, Arial, Helvetica;
    z-index: 1;
}

div.token-input-dropdown p {
    margin: 0;
    padding: 4px;
    font-weight: normal;
    color: #888;
}

div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 3px;
    list-style-type: none;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #f5f5f6;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fcfcfc;
}

div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #ddd;
}



td.sliceHeader, div.sliceHeader {
    background-color: #0096d6;
    color: white;
    padding: 2px 8px 1px 2px;
    border-top: solid 0px #dddddd;
    border-left: solid 0px #000;
    border-right: solid 7px #fcfcfc;
    border-bottom: solid 0px #555555;
    font-family: HP Simplified, Arial, Helvetica;
    font-size: 9pt;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    max-width: 260px;
}

td.sliceValue, div.sliceValue {
    background-color: #ffffff;
    color: black;
    padding: 0px 0px 0px 0px;
    border-top: solid 0px #dddddd;
    border-left: solid 0px #000;
    border-right: solid 8px transparent;
    border-bottom: solid 0px #555555;
    font-family: HP Simplified, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    max-width: 260px;
}
.sliceSelect {
  width: 100%;
  max-width: 180px;
  padding: 1px;
}

a.deleteIcon {
  font-size: 10px;
  color: #fff;
}

a.omtValues {
  color: #000;
  padding: 1px 6px 0px 6px;
}
a.omtValues:hover {
  background-color: #eee;
  padding-top: 0px;
}

a.omtDrilling {  
  background-color: #fff;
  padding: 2px 6px;
  border: 1px solid #666;
}
a.omtDrilling:hover {  
  background-color: #eee;
  padding: 2px 6px;
  border: 1px solid #666;
}

tr.omtSeparatorRow {
  background-color: #ddd;
  cursor:      pointer;
  border-bottom: 1px solid #eee;
}

tr.omtSeparatorRow:hover {
  background-color: #C1C1C1;
}

td.omtSeparatorCol {
  text-align:  left;
  min-width:   300px;
  color:       #000;
  padding:     3px;
}

tr.omtTable {
  border-bottom: 1px solid #eee;
}


td.omtAlert {
  background-color: #0096d6;
  text-align:  left;
  min-width:   300px;
  color:       #fff;
  padding:     3px;
  white-space: nowrap;
}


td.omtTrigger {
  background-color: #d0d0d0;
  text-align:  right;
  min-width:   30px;
  padding:     3px;
}

td.omtRed {
  background: var(--red);
  text-align:  right;
  min-width:   30px;
  padding:     3px;
  white-space: nowrap;
}

td.omtYellow {
  background: var(--yellow);
  text-align:  right;
  min-width:   30px;
  padding:     3px;
  white-space: nowrap;
}

td.omtGreen {
  background: var(--green);
  text-align:  right;
  min-width:   30px;
  padding:     3px;
  white-space: nowrap;
}

td.omtOrange {
  background: var(--orange);
  text-align: right;
  min-width: 30px;
  padding: 3px;
  white-space: nowrap;
}

td.omtLime {
  background: var(--lime);
  text-align: right;
  min-width: 30px;
  padding: 3px;
  white-space: nowrap;
}

td.omtTotal {
  background-color: #e0e0e0;
  text-align:  right;
  min-width:   30px;
  padding:     3px;
  white-space: nowrap;
}

.omtPanels {
  border-spacing: 12px 2px;
  border-collapse: inherit;
  margin-left: -2px;
  min-height: calc(100vh - 75px);
}

.omtPanelLeft {
  width: 27%;
  min-width: 520px;
  background-color: #fff;
  box-shadow: 1px 3px 13px rgba(0,0,0,.2);
  padding: 0px 7px 0px 7px;
  vertical-align: top;
}

.omtPanelRight {
  width: 73%;
  background-color: #fff;
  box-shadow: 1px 3px 13px rgba(0,0,0,.2);
  padding: 0px;
  vertical-align: top;
}

.profileBadge {
  top: 0px;
  margin-left: 1px;
  margin-right: 8px;
}

.triggerRule, 
.trafficLightLike, 
.filterRow { 
  display: none;
}


textarea.triggerRuleBg {
  background-color: #eeeeee;
}

textarea.redRule {
  background-color: var(--red-lt);
  border-color: var(--red);
}

textarea.yellowRule {
  background-color: var(--yellow-lt);
  border-color: var(--yellow);
}

textarea.greenRule {
  background-color: var(--green-lt);
  border-color: var(--green);
}

.highlighted {
  background-color: #ffffcc;
}
#spinningOverlay,#spinningOverlay1,#spinningOverlay2{
  width: 60px;
  height: 60px;
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display:none;
  }

#overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display:none;
  }
#butEnabled{display:none;}
#butDisabled{display:block;}
.label_class{ font-size: 13px !important;font-weight: lighter !important;text-align: left !important;}
.block_lrpadding5{padding-left: 5px!important;padding-right: 5px!important}
.font_normal{ font-weight: normal !important;}

select.AvailableColumnSelect option:disabled {
   color: #cccccc;
}

#main-container {
  display: flex;
  overflow: hidden;
}

.salesConsole #mainSegment {
  background: var(--bg-mainSegment);
  flex: 1;
  transition: margin-left 500ms;
  /* z-index: 0; */
  display: block;
  overflow: hidden;
}
.salesConsole #mainSegment.sidebar-closed {
  margin-left: -250px;
  z-index: 2;
}

#main-container .content {
  overflow: auto;
  box-sizing: border-box;
  height: calc(100vh - var(--header-height));
  padding: 1rem;
  box-shadow: 1px 3px 13px rgba(0,0,0,.2);
}

#mainSegment .toggleIcon {
  position: fixed;
  z-index: 10;
  width: var(--header-height);
  height: var(--header-height);
  line-height: var(--header-height);
  font-size: 30px;
  text-align: center;
  user-select: none;
  cursor: pointer;
  padding-left: 10px;
}

.salesConsole #left {
  flex: 0 0 286px;
  z-index: 1;
}

.salesConsole #left .sidebar {
  background: var(--bg-left);
  padding: 0px 7px 0px 7px;
  transition: transform 500ms;
}
.salesConsole #left .sidebar.open {
    transform: translateX(0);
}
.salesConsole #left .sidebar.closed {
    transform: translateX(-250px);
}

.salesConsole .chart-section  foreignObject {
  overflow: visible;
  text-align: center;
}
.salesConsole .chart-section .tickdot {
  vertical-align: top;
}
.salesConsole .chart-section .tickdot .val {
  display: none;
  position: absolute;
  top: 18px;
  background-color: #fff;
  color: #333;
  line-height: 1.2;
  white-space: nowrap;
  transform: translateX(-50%);
  border: 1px solid #fefefe;
  box-shadow: 1px 1px 2px rgba(0,0,0,.2);
  padding: 2px;
  border-radius: 2px;
  font-size: 11px;
}
.salesConsole .chart-section .tickdot:hover .val {
  display: block;
}

.flex-container-adhoc-operations {
  display: block;
  text-align: right;
  padding: 0;
  margin: 0px 3px 0 0;
  height: 25px;
  color: #0096d6;
}

.flex-container-vert {
  display: flex;
  flex-direction: column-reverse; 
  list-style: none;
  align-items: stretch;
  padding: 0px;
}

.flex-container {
padding: 0;
margin: 0;
list-style: none;
align-items: center;
-ms-box-orient: horizontal;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
justify-content: stretch;
}

.nowrap  { 
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
}

.wrap    { 
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}  

.flex-item {
padding: 5px 1px 5px 1px;
margin: 1px;
}

/**
* sidebar navbar
**/
.salesConsole .iconButton {
  background: transparent;
  border: none;
  font-size: 24px;
  padding: 0;
  width: 32px;
  height: 32px;
  transition: 300ms;
}
.salesConsole .iconButton .md{
  font-size: 16px;
}
.salesConsole #left .sidebar {
  padding: 0 0 0 36px;
}
.salesConsole #left .v-navbar{
  padding-top: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  background: #f8f8f8;
  z-index: 1;
  border-right: 1px solid #f1f1f1;
}

.v-navbar .icon{
  display: inline-block;
}

.subnav {
  overflow: hidden;
}

.subnav-content {
  display: none;
  position: relative;
  left: 5px;
  top: 0px;  
  width: 100%;
  z-index: 2;
  background-color: #e4e4e4;
  border: 1px solid #e0e0e0;
}

.subnav:hover .subnav-content {
  display: block;
}

.salesConsole #left .v-navbar-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.salesConsole #left .v-navbar-list li {
  margin-bottom: 10px;
  position: relative;
}

.salesConsole #left .v-navbar-list .iconButton{
  width: 100%;
  display: block;
  text-align: center;
  color: #333;
}
.salesConsole #left .v-navbar-list .iconButton:hover,
.salesConsole #left .v-navbar-list .iconButton.active{
  background: #f1f1f1;
  color: #0296d5;
}
.salesConsole #left .v-navbar-list .iconButton svg{
  width: 18px;
  height: 18px;
}

.salesConsole #main-container .content{
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.15);
}

.salesConsole #main-container.sticky-top{
  margin-top: -10px;
  position: relative;
}

.salesConsole #main-container .sidebar .content{
 overflow: initial;
}

/* mainSegment section */
.salesConsole #mainSegment .flex-item {
  padding: 0;
  margin: 0;
}
.salesConsole #mainSegment .table {
  margin-bottom: 0;
}
.salesConsole #mainSegment .flex-container {
  justify-content: space-between;
}

.salesConsole #mainSegment .clientSSC .bmt-table-section .flex-container {
  justify-content: flex-start;
}

.salesConsole #mainSegment .topPanel{
  margin-bottom: 10px;
  align-items: flex-start;
}

.salesConsole #mainSegment .bmt-table-section {
  width: 69%;
  display: block;
  float: left;
}

.salesConsole #mainSegment .bmt-table-section #bmt-results {
  min-height: 200px;
  max-height: 410px;
  overflow: auto;  
}

.salesConsole #mainSegment .bmt-table-section #bmt-results::-webkit-scrollbar {
  width: 9px;
}
.salesConsole #mainSegment .bmt-table-section #bmt-results::-webkit-scrollbar-thumb {
  background: #aaa;
  border: thin solid #ccc;
  border-radius: 1px;
}
.salesConsole #mainSegment .bmt-table-section #bmt-results::-webkit-scrollbar-track {
  background: #eee;
  border: 0px solid lightgray;
  box-shadow: 0px 0px 3px #dfdfdf inset;
  border-radius: 0px;
}            

.salesConsole #mainSegment .clientSSC .bmt-table-section {
  flex: 0 0 100%;
  min-height: 0px;
  max-height: 40px;
  overflow: hidden;
  margin-top: -40px;
}

.salesConsole #mainSegment .clientSSC #bmt-results {
  display:none;
}

.salesConsole .clientSSC .chart-section .chartGroupPie {
  margin-top: 45px;
}

.salesConsole #mainSegment .chart-section{
  flex: 1;
  overflow: hidden;
}

/* layout-TPC (Top panel compaq) */
.salesConsole.layout-TPC #mainSegment .topPanel {
  height: 200px;
  overflow: auto;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.15);
}

.salesConsole.layout-TPC-2 #mainSegment .topPanel {
  height: 0px;
  overflow: auto;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.15);
}

.salesConsole #main-container .sidebar .content {
  overflow: initial;
}

.salesConsole .adhoc-filters {
  overflow: auto;
  height: calc(100vh - 170px);
}

.salesConsole #MyOrders {
 display: grid;
}

#MyOrders .btn span.title {
 padding: 0 5px;
}

.salesConsole #MyOrders .btn span.title {
 display: block;
 font-size: 12px;
}

#MyOrders .btn span.option {
 padding-right: 4px;
}

.salesConsole .bmt-table-section div .flex-container {
 margin-bottom: 6px;
}

/****** Scroll Bar ****/
#sbLight{
 overflow: auto;
}

#sbLight::-moz-scrollbar {
 width: 8px;
}

#sbLight::-webkit-scrollbar {
 width: 8px;
}

#sbLight::-ms-scrollbar {
 width: 8px;
}

#sbLight:-webkit-scrollbar-button {
 width: 7px;
 height:0px;
}

#sbLight::-webkit-scrollbar-track {
 background:#eee;
 border: 0px solid lightgray;
 box-shadow: 0px 0px 3px #dfdfdf inset;
 border-radius: 0px;
}

#sbLight::-webkit-scrollbar-thumb {
 background:#999;
 border: thin solid gray;
 border-radius: 1px;
}

#sbLight::-webkit-scrollbar-thumb:hover {
 background:#7d7d7d;
}

/* chart section */
.salesConsole .chart-section .chartGroupPie {
  display: block;
}
.salesConsole .chart-section .chartGroupPie .chart-group-t {
  display: block;
  width: 30%;
  float: right;
}
.salesConsole .chart-section .chartGroupPie .chart-group-b {
  float: left;
  display: block;
  width: 69%;
}
.salesConsole .chart-section .chartGroupPie .chart-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.salesConsole .chart-section .chartGroupPie .chart{
  height: 200px;
  min-width: 240px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.salesConsole .chart-section .chartGroupPie .chart.w-md{
  min-width: 386px;
  margin-left: 5px;
  margin-right: 5px;
  flex-grow: 1;
  max-width: unset;
}
.salesConsole .chart-section .chartGroupPie .chart.w-md svg {
  width: 100%;
}

.salesConsole .chart-section .piechartbox {
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  border-radius: 4px;
  margin: 5px;
  padding: 5px;
  flex: 0.5 1;
  max-height: 216px;
}
.salesConsole .chart-section .chart-group-t .piechartbox {
  flex: 1;
  margin-top: 10px;
}
.salesConsole .chart-section .barchartbox {
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  border-radius: 4px;
  margin: 5px;
  padding: 7px 5px 0px 5px;
  flex: 1;
  max-height: 216px;
}


.salesConsole .chart-section .demoPie .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* Translucent film */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.salesConsole .chart-section .demoPie .centered-button {
  background-color: #0096d6;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #efefef;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.chartConfigModal .chart-conf-drpdwn {
  width: 100%;
}

.chartConfigModal .chart-conf-drpdwn .chart-conf-drpdwn-content {
  display: block;
  background-color: #f9f9f9;
  width: calc(100% - 30px);
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  border-radius: 4px;
  position: absolute;
  top: 30px;
  overflow: scroll;
  max-height: 200px;
  z-index: 2;
}

.chartConfigModal .chart-conf-drpdwn .chart-conf-drpdwn-content div {
  padding: 4px 10px;
  cursor: pointer;
}

.chartConfigModal .chart-conf-drpdwn .chart-conf-drpdwn-content div:hover {
  background-color: #f1f1f1;
}

.chartConfigModal .live-chart-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chartConfigModal .live-chart-container .live-pie-chart {
  height: 200px;
  min-width: 300px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.chartConfigModal .live-chart-container .bar-chart-fig {
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  border-radius: 4px;
  margin: 5px;
  padding: 7px 5px 0px 5px;
  flex: 1;
  max-height: 220px;
  width: 85%;
  display: flex;
  flex-direction: column;
}

.chartConfigModal .live-chart-container .bar-chart-fig header {
  align-self: flex-end;
}

.salesConsole .chart-section .fig-header{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.salesConsole .chart-section .fig-header button {
  background: transparent;
  border: none;
  font-size: 14px;
  margin: 0 4px;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.salesConsole .chart-section .fig-header button:hover,
.salesConsole .chart-section .fig-header button.active{
  color: #0096d6;
}
.salesConsole .chart-section .fig-header button.active{
  border-bottom: 2px solid #0096d6;
}
.salesConsole .chart-section h3{
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  padding-left: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.salesConsole .chart-section h3.noclip{
  overflow: hidden;
  text-overflow: unset;
  max-width: 1000px;
}

.salesConsole .chart-section .chartGroupPie h3 {
  max-width: 240px;
}

.salesConsole .chart-section h3 a{
  color: #333;
}

@media screen and (max-width: 1280px)  {
  .salesConsole #mainSegment .bmt-table-section,
  .salesConsole .chart-section .chartGroupPie .chart-group-t,
  .salesConsole .chart-section .chartGroupPie .chart-group-b{
    flex: 0 0 100%;
  }
  .salesConsole #main-container .content{
    height: auto;
  }
}

/**** Alert Edit *****/
.rdDesign input[type=radio] {
  margin: 4px 8px 0px 0;
}

.tLightGrp label {
  margin: 5px 0;
}

.tLightGrp span.rLabel {
  margin: 5px 0;
  float: right;
}

.tLightGrp textarea {
    margin-bottom: 8px;
}

.tLightGrp textarea.limeRule {
  background-color: var(--lime-lt);
  border-color: var(--lime);
}

.tLightGrp textarea.orangeRule {
  background-color: var(--orange-lt);
  border-color: var(--orange);
}

.tLightGrp input.redLabel {
  border-color: var(--red);
}

.tLightGrp input.yellowLabel {
  border-color: var(--yellow);
}

.tLightGrp input.greenLabel {
  border-color: var(--green);
}

.tLightGrp input.limeLabel {
  border-color: var(--lime);
}

.tLightGrp input.orangeLabel {
  border-color: var(--orange);
}

.salesConsole #helpSection {
    z-index: 12340;
    position: absolute;
    top: 13px;
    left: 48px;
    max-width: 980px;
    min-width: 800px;
    max-height: 600px;
    overflow: auto;
    border: 5px solid #0096d6;
    padding: 0px;
    background-color: #fff;
    color: #555;
    border-radius: 0px 9px 0px 9px;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 20px #bbbbbb;
    font-size: 16px;
}

.salesConsole #helpSection .newSectionHeader {
    background-color: #0096d6;

}

.salesConsole #helpSection .newSectionBody {
    font-size: 14px;
}

/** tooltip-style **/
.salesConsole .chart-section .tt-body{
  background: white;
  color: inherit;
  font-size: 13px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px;
  padding: 5px 9px;
}
.salesConsole .chart-section .tt-body .tt-row{
  white-space: pre;
  display: flex;
  align-items: center;
}
.salesConsole .chart-section .tt-body .tt-sqr {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 7px;
}

/* bar-chart-legend */
.salesConsole .bar-chart-legend {
  position: absolute;
  z-index: 10;
  display: none;
  right: 4px;
  top: 32px;
  min-width:160px;
  padding:4px 0; 
  margin: 0px 0 0;
  list-style:none;
  font-size:14px;
  background-color:#fff;
  border-radius: 4px;
  border:1px solid #f1f1f1;
  border-bottom:3px solid #0096d6;
  box-shadow:0 6px 12px rgba(0, 0, 0, .2);
  background-clip:padding-box;
}
.salesConsole .tab-link-legend:hover + .bar-chart-legend{
    display: block;
}
.salesConsole .chart-section .chart .fig-header button.tab-link-legend{
  background: #f1f1f1;
    border-radius: 4px;
}
.salesConsole .chart-section .chart .fig-header button.tab-link-legend:hover {
  color: #333;
}
.salesConsole .bar-chart-legend .legend-list {
  display: block;
  padding: 0;
  margin: 0;
}
.salesConsole .bar-chart-legend .legend-list li {
  padding: 0;
  margin: 0;
}
.salesConsole .bar-chart-legend .legend-list  .tt-sqr{
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 7px;
}

.salesConsole .bar-chart-legend .legend-list  .tt-row{
  white-space: pre;
  display: flex;
  align-items: center;
  padding: 0 7px;
}

.salesConsole .chartGroupPie .expert-loading {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

/** labels hover style **/
.omtTable span.labelPopup {
    position: absolute;
    width: auto;
    padding: 5px 9px;
    border-radius: 2px;
    top: 105%;
    white-space: nowrap;
    background: white;
    color: inherit;
    font-size: 13px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 2px;
    z-index: 99999;
    visibility: hidden;
    transition: opacity 1s;
}

#bmt-results tr:last-child td span.labelPopup {
  top : -180%;
}

a.omtValues, .omtTable td + span {
 position: relative;
}

a.omtValues:hover span.labelPopup, .omtTable td + span:hover span.labelPopup {
  visibility: visible;
}

td span.labelPopup:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 7px;
}

td.omtRed span.labelPopup:before {
  background: var(--red);
}

td.omtOrange span.labelPopup:before {
  background: var(--orange);
}

td.omtYellow span.labelPopup:before {
  background: var(--yellow);
}

td.omtLime span.labelPopup:before {
  background: var(--lime);
}

td.omtGreen span.labelPopup:before {
  background: var(--green);
}

.salesConsole .bmtHint,
.omtPanelLeft .bmtHint {
   margin: 4px 0 4px 10px;
}

.salesConsole .bmtHint .ico-info,
.omtPanelLeft .bmtHint .ico-info {
   display: inline-block;
   color: #0096d6;
   font-size: 16px;
   cursor: pointer;
}

.salesConsole .bmtHint span.info-tooltip,
.omtPanelLeft .bmtHint span.info-tooltip {
    visibility: hidden;
    position: absolute;    
    margin-left: -377px;
    margin-top: 28px;
    z-index: 110;
    background: #fff;
    border-radius: 0 5px 0 5px;
    border: 1px solid #f2f2f2;
    box-shadow: -1px 1px 3px rgba(0,0,0,0.1);
    font-size: 14px;
    list-style: none;
    min-width: 380px;
    padding: 5px 10px;
}

.salesConsole .clientSSC .bmtHint span.info-tooltip {
  margin-top: -5px;
  margin-left: 10px;
}

.salesConsole .bmtHint:hover span.info-tooltip,
.salesConsole .bmtHint:focus span.info-tooltip,
.omtPanelLeft .bmtHint:hover span.info-tooltip,
.omtPanelLeft .bmtHint:focus span.info-tooltip {
    visibility: visible;
}

.salesConsole .drilldownPlaceholder,
.omtPanelRight .drilldownPlaceholder {
  color: rgb(187, 187, 187);
  text-align: center;
  padding: 60px;
}

.salesConsole .table tbody tr td.omtTrafficLightGrp {
    padding: 0px;
    border: none;
}

.salesConsole table.trafficLight {
    width: 100%;
}

.omtPanelLeft > ul.flex-container,
.omtPanelLeft div > div.flex-container {
 justify-content: space-between;
}

.salesConsole .clientSSC .chart-section .chartGroupPie .chart-group-t {
 flex: 0 0 100%;
}

#drilldownPanel .newbmt-banner {
  position: relative;
  color: #0096d6;
}
#drilldownPanel .overlay-link {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}



/*# sourceMappingURL=230.99bbad93.css.map*/