body {
  background-color: #333;
  height: 100%;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -20px 180px;
}

#push,
#footer {
  height: 20px;
}

#footer {
  float: right;
  position: relative;
  padding: 0;
  font-size: 12px;
  line-height: 1.5;
  text-shadow: 0 1px 0;
}

.brand {
  height: 34px;
  margin: 10px 0px 15px 15px;
}

.content {
  max-width: none;
}

h1.panel-title small {
  font-size: 12px;
}

.sidenav {
  position: absolute;
  width: 160px;
  padding-left: 15px;
}

.sidenav ul {
  list-style: none;
  background-color: #fff;
  border-radius: 5px;
}

.sidenav a {
  color: #333;
}

.sidenav a:hover {
  border-radius: 5px;
}

.sidenav .active > a {
  background-color: #e7e7e7;
  border-radius: 5px;
}

.stats {
  display: table;
  width: 100%;
}

.stats .stat {
  display: table-cell;
  width: 25%;
}

.sub-stat {
  margin-top: -12px;
}

.shortcuts {
  display: table;
  width: 100%;
}

.shortcuts .shortcut {
  display: table-cell;
}

/*Override table style*/
.bootstrap-table .table {
  border-bottom: 0px !important;
}

.bootstrap-table .table th,
.bootstrap-table .table td {
  border-left: 0px !important;
  border-right: 0px !important;
}

.bootstrap-table .table td {
  border-bottom: 0px !important;
}

.bootstrap-table .table th {
  border-bottom: 2px solid #ddd !important;
}

.bootstrap-table .fixed-table-container {
  border: 0px !important;
}

.bootstrap-table .search {
  margin-left: 15px;
  float: left !important;
}

.download-group {
  width: 410px;
  max-width: 100%;
  float: left;
}

a.accordion-toggle {
  display: none;
}

a.accordion-toggle.collapsed {
  display: inline;
}

label.checkbox {
  font-weight: normal;
}

label.disabled {
  color: #ddd;
}

#map {
  height: 700px;
  width: 100%;
}

.dropdown-button {
  margin-left: 5px;
}

.dropdown-button .dropdown-menu {
  width: 200px;
}

.checkin-view tbody tr {
  height: 25px;
}

.checkin-view td.filesize-mb-suffix::after {
  content: " MB";
}

.checkin-view td.time-minutes-suffix::after {
  content: " min";
}

.checkin-view td.mb-per-min-suffix::after {
  content: " MB/min";
}

.checkin-view td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkin-view td .project-name,
.checkin-view td .revision-comment,
.checkin-view td .model-name {
  max-width: 130px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkin-view td .project-name {
  max-width: 200px;
}

.checkin-view th {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 30px;
}

.checkin-view .table-wrapper {
  overflow: auto;
  position: relative;
}

.checkin-view .pagination {
  margin: 10px;
}
