body {
  padding-top: 50px;
  padding-bottom: 60px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
.table-headers {
  margin-bottom: 10px;
}
.navbar-brand {
  padding: 8px 8px;
}
/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
  white-space: normal;
}
.top-buffer {
  margin-top: 20px;
}
.iconbox {
  margin-bottom: 50px;
  vertical-align: top;
}
.iconbox > .icon {
  text-align: center;
}
.iconbox > .icon > .image {
  position: relative;
  width: 80px;
  height: 60px;
  margin: auto;
}
.iconbox > .icon:hover > .image i {
  color: #D8221E;
}
.iconbox > .icon > .image a {
  text-decoration: none;
  color: inherit;
  display: block;
}
/*
Force table width to 100%
*/
table.table-fixedheader {
  width: 100%;
}
/*
Set table elements to block mode.  (Normally they are inline).
This allows a responsive table, such as one where columns can be stacked
if the display is narrow.
*/
table.table-fixedheader,
table.table-fixedheader > thead,
table.table-fixedheader > tbody,
table.table-fixedheader > thead > tr,
table.table-fixedheader > tbody > tr,
table.table-fixedheader > thead > tr > th,
table.table-fixedheader > tbody > td {
  display: block;
}
table.table-fixedheader > thead > tr:after,
table.table-fixedheader > tbody > tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}
.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
  display: block;
}
.table-fixed tbody td,
.table-fixed thead > tr > th {
  float: left;
  border-bottom-width: 0;
}
#findorder .modal-body .table {
  font-size: 90%;
}
.input-xs {
  height: 22px;
  padding: 5px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 3px;
}
.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
  height: 22px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.alert ul {
  margin-bottom: 0;
}
select.timespan {
  display: inline;
  width: 80px;
}
#hoursform tr.animated {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 2;
  -moz-animation-iteration-count: 2;
  -ms-animation-iteration-count: 2;
  -o-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
.form-inline > .form-group {
  margin: 0 15px;
}
.hourlist tr.group,
.hourlist tr.group:hover {
  background-color: #f5f5f5;
}
.hourlist tr.group:not(:first-child) > td {
  border-top: 2px solid #DDD !important;
}
.hourlist tr.seperator:first-of-type {
  display: none !important;
}
.hourlist tr.group > td {
  border-bottom: 1px solid black !important;
}
.hourlist tr.seperator > td {
  height: 10px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: none;
}
.hourlist tr:not(.group) > td:first-of-type,
.hourlist tr.odd > td:first-of-type,
.hourlist tr.seperator > td:first-of-type {
  border: none !important;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.reporthtml > table {
  margin: 0 auto;
}
.list-group-horizontal {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.list-group-horizontal .list-group-item {
  display: inline-block;
}
.list-group-horizontal .list-group-item {
  margin-bottom: 0;
  margin-left: -4px;
  margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
  -ms-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -ms-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-horizontal .list-group-item:last-child {
  -ms-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -ms-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.glimpse-nowrap {
  z-index: 9999 !important;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
  white-space: normal;
}
.center-block {
  float: none;
}
.frontpage h1,
.frontpage h2,
.frontpage h3,
.frontpage h4 {
  border: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  clear: both;
}
.frontpage .iconbox {
  padding: 0 20px 0 20px;
  display: inline-block;
}
.iconbox {
  max-width: 150px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
}
.table {
  margin-bottom: 0;
}
.control-label.label-xs {
  padding-top: 0;
  padding-right: 5px;
}
.control-label.label-sm {
  padding-top: 4px;
  padding-right: 5px;
}
.results table tr:hover {
  background-color: #eee;
  cursor: pointer;
}
.table > thead > tr:first-child > th,
.table > tbody > tr:first-child > th,
.table > tfoot > tr:first-child > th,
.table > thead > tr:first-child > td,
.table > tbody > tr:first-child > td,
.table > tfoot > tr:first-child > td {
  border-top: none;
}
.results.wrapper {
  position: relative;
}
.table-responsive .row {
  margin-right: 0;
  margin-left: 0;
}
.table-responsive table td div[class*="col-"] {
  padding: 0;
}
.modal {
  overflow-y: auto;
}
.modal-open {
  overflow: auto;
}
.modal-open[style] {
  padding-right: 0 !important;
}
.datepicker table tr.week-active td.day,
.datepicker table tr.week-active td.day:hover,
.datepicker table tr.week-active.week td.day,
.datepicker table tr.week-active.week td.day:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.datepicker table tr.week:hover {
  background: #eee;
}
.datepicker-inline {
  margin: 0px auto;
}
tr.viewhourrecord {
  cursor: pointer;
}
tr.viewhourrecord:hover {
  background-color: #eee;
}
tr.overtime {
  background-color: #ffefef;
}
tr.overtime td:first-of-type {
  background-color: white;
}
table.hourlist td.buttons {
  min-width: 90px;
}