﻿/* Color Palette variables*/
/* Sizing Variables */
/* Background colors */
/* Media Query Mixins */
.sortableColumn {
  cursor: pointer;
}
.timesheetCount {
  display: inline-block;
  margin: 25px;
  font-size: 20px;
}
.footerButton {
  margin: 20px;
}
.statusTitle {
  display: inline-block;
  margin: 5px;
}
.statusButton {
  border: 1px solid silver;
  padding: 8px;
  cursor: pointer;
}
.statusButton:hover {
  text-decoration: none;
}
.statusButton.selected {
  border-color: #1cb24b;
  background: rgba(28, 178, 75, 0.3);
}
.statusButton.notSelected {
  color: rgba(192, 192, 192, 0.8);
}