﻿/*
 * SMARTADMIN VARIABLES
 * All variables related specifically to the theme starts from here:
 */
/* left side */
/* right side */
/* the color that flashes when you click on the first nav element */
/* the plus icon that appears on the parent nav when expanding and collapsing */
/* these values will only address the first parent in the entire nav */
/* the plus & minus icons */
/* margin top */
.data-delivery-dashboard-overview .total-meters {
  margin-left: 20px;
  position: relative;
  top: 25px;
  float: left;
}
.data-delivery-dashboard-overview .failed-meters-list {
  float: right;
  margin-right: 30px;
}
.data-delivery-dashboard-overview .overview-bar-chart .nv-axis {
  display: none;
}