#datepickers-container .datepicker--nav {
  height: auto;
  line-height: 32px;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  box-shadow: 0 0 0 #fff;
  background: none;
  display: flex;
  width: auto;
}

#datepickers-container .datepicker--nav .datepicker--nav-title i {
  font-size: 14px;
  height: auto;
  display: inline;
  line-height: 32px;
}

#datepickers-container .datepicker--cell {
  box-sizing: border-box;
}

#preloader {
  margin-top: -2px;
  border-radius: 0;
  display: none;
}

#tableHead td, #tableGroupHead td {
  padding: .82rem .75rem .656rem .75rem;
}

#tableBody .row, #tableGroupBody .row {
  margin-bottom: 0;
}

#tableBody .row .col, #tableGroupBody .row .col {
  padding: .82rem .75rem .656rem .75rem;
}

#tableBody .row:nth-child(odd), #tableGroupBody .row:nth-child(odd) {
  background-color: #f2f2f2;
}

.edit-report-container {
  display: inline-block;
}

.edit-report-btn {
  border-radius: 2px;
  padding: 0px 6px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
  width: 20px;
  text-align: center;
  margin: 0 2px;
}

.report-lock-icon {
  font-size: 20px;
  cursor: pointer;
  color: #A6A6A6;
}

.report-filter-container {
  border-style: solid;
  border-width: 1px;
  padding: 0 5px;
  border-color: #e8e8e8;
  border-radius: 5px;
  background-color: #fff;
}

.report-filter-container .control-container {
  display: inline-block;
  margin: 5px 0;
}

.report-filter-container .chip {
  margin-bottom: 0;
  margin-top: 5px;
}

.report-filter-container .dropdown-content .disabled {
  color: grey;
  pointer-events: none;
}

.report-filter-container .dropdown-content .material-icons {
  float: left;
}

.edit-filter-item {
  border-width: 1px;
  border-color: #444;
  border-style: solid;
  cursor: pointer;
}

.btn-text {
  cursor: pointer;
}

.btn-text:hover {
  text-decoration: underline;
}

