body {
  background: #EDF0F2;
}

.mda-searchFilterArea {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mda-sfArea-box {
  background: #fff;
  padding: 33px 40px 35px 40px;
  margin-bottom: -20px;
}

.mda-searchFilterArea label > span {
  margin-right: 4px;
}

.mda-keyword-field button.btn-primary {
  width: 165px;
}

.mda-sf-row {
  margin-bottom: 20px;
}

.mda-device-field .mda-sf-item {
  position: relative;
  top: 8px;
}

.mda-device-field .mda-sf-item i {
  font-size: 40px;
}

.mda-device-field .mda-sf-item i.active {
  color: #0062cc;
}

.mda-device-field .mda-sf-item i + i {
  margin-left: 10px;
}

.triggerAdvance-btn {
  color: #0062cc;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

.triggerAdvance-btn:after {
  content: "\f152";
  font-family: FontAwesome;
  color: #212529;
}

.triggerAdvance-btn.active:after {
  content: "\f150";
  color: #007bff;
}

.triggerAdvance-btn.active, .triggerAdvance-btn:hover {
  color: #212529;
}

.mda-emptySpace {
  width: 100%;
  height: 5px;
}

.mda-filterAdvance {
  margin-top: 8px;
}

#md_tabNav li > a {
  cursor: pointer;
}

#md_tabNav li > a.active {
  color: #0062cc;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 16px;
  right: 0;
  width: 94%;
  max-height: 300px;
  overflow-y: auto;
}

.mda-device-field i {
  cursor: pointer;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.mda-filterAdvance:not(.active) {
  display: none;
}

.nav-item a {
  color: #212529;
}

#searchResults .srTfIdfInner {
  max-height: 200px;
}

#searchResults .srTfIdfInner .table td, #searchResults .srTfIdfInner .table th {
  padding: 5px;
}

#searchResults td.srTfIdfArea {
  width: 40%;
}

.mda-tabContent .custom-select-sm {
  font-size: 90% !important;
}

.dataTables_wrapper {
  padding-top: 12px;
}

.mda-tabContent table.dataTable {
  margin-bottom: 15px !important;
}

.page-link {
  color: #212529;
}
/* uzi css */
/* .chartWrapper {
  position: relative;
}

.chartWrapper > canvas {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.chartAreaWrapper {
  width: 15000px;
  overflow-x: scroll;
} */
.chartWrapper {/* w w w. j a v  a2 s.co  m*/
  position: relative;
  width: 100%;
  overflow-x: scroll;
}
.chartWrapper > canvas {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events:none;
}
.chartAreaWrapper {
  width: 1200px;
  height:30%;
  overflow-x: scroll;
}

/* Add custom CSS for the notification dot */
.notification-dot {
  position: relative;
  display:inline-block;
}
.notification-dot .dot {
  position: absolute;
  top: -7px;
  padding-top: 0px;
  right: 11px;
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
  align-items: center;
  text-align: center;
  color: white;
  font-size: 11px;
 
}
.dropdown-item small {
  word-wrap: break-word;
  white-space: wrap;
}
.dropdown-item.active{
  background-color: yellowgreen;
  margin-top: 1px;
}