body {
  background: url("../images/image-background-paper.png") repeat-y center top #f7f7f7 fixed;
}

.navbar {
  margin-top: 20px;
}

.home-link > span {
  cursor: pointer;
  text-shadow: 0 1px 1px black;
}
.home-link .navbar-brand {
  color: #eee;
}
.navbar .home-link .icon {
  background: url('../images/debian-logo-small.png') right no-repeat;
  width: 17px;
  height: 50px;
  margin-left: 14px;
}

pre {
  white-space: pre-wrap;
  word-break: break-word;
  background: white;
  border-color: #d6d6d6;
}

.breadcrumb {
  margin-bottom: 0px;
  background: none;
}

.nav>li>a:hover, .nav>li>a:focus {
  background-color: rgba(0,0,0,0.05);
}

#error {
  display: none;
}

.page {
  max-width: 1000px;
/*  margin: 0 auto;*/
  padding-bottom: 40px;
}

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#home .dput pre {
  background: none;
  font-size: 15px;
  border: 0;
  padding: 0;
  margin: 0;
}

#welcome .btn-lg {
  margin: 10px;
}

aside#sidebar .nav-pills li {
  line-height: 10px;
}

aside#sidebar {
  position: relative;
}

aside#sidebar .fixed {
  position: fixed;
  min-width: 220px !important;
  top: 0;
  overflow-y: auto;
}

#sticky-package {
  display: none;
  position: fixed;
  bottom: 50px;
  left: 14px;
  font-size: 22px;
  cursor: pointer;
}
#sticky-package.on-top {
  top: 10px;
  right: 10px;
  z-index: 1;
}

#sticky-package .package .version,
#sticky-package .distribution,
#sticky-package .icon {
  font-size: 16px;
}

#sticky-package .panel-body {
  padding: 10px 15px;
  min-width: 200px;
}

#sticky-package .panel-heading {
  padding: 8px 15px;
}

#sticky-package .name {
  margin-right: 10px;
}

footer {
  height: 40px;
}
#wrapper {
  padding-bottom: 40px;
}

footer {
  position: fixed;
  padding-top: 10px;
  width: 100%;
  bottom: 0;
  background: #fafafa;
  border-top: 1px solid #eaeaea;
}

footer .info {
  margin-right: 5px;
}

#packages .search {
  display: none;
  margin-bottom: 5px;
}

#packages li .icon {
  padding: 10px;
  position: absolute;
  right: 0px;
  top: -2px;
}

#packages li:not( .active) .icon {
  float: right;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background: rgba(111, 122, 123, 0.3);
  border-radius: 17px 0 0 17px;
  box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3) inset;
}

#packages li a {
  background-image: url("/images/package.png");
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left;
  border: 1px solid rgba(0, 0, 0, 0.18);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  height: 32px;
}

#packages li:not( .active) a {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2) inset;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(255,255,255, 0.76);
}

#packages li:not( .active) a:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

#files .size {
  margin: 0 8px 0 0;
  font-size: 70%;
  color: rgba(0,0,0,0.25);
  float: right;
  min-width: 54px;
  text-align: right;
  display: inline-block;
  line-height: 20px;
  text-shadow: 0 1px 1px white;
}

#logs .size {
  float: none;
  line-height: 12px;
}

#logs .active .size {
  text-shadow: none;
}

#logs .name {
  min-width: 95px;
  display: inline-block;
}

#logs .tags {
  margin-top: -3px;
  padding-top: 3px;
}

#status span {
  font-weight: bold;
  font-size: small;
}

#status > span.label {
  margin-right: 10px;
}

#status .debomatic {
  display: none;
}

#status .packages {
  display: inline;
}

#status .packages li a {
  position: relative;
  padding-right: 22px;
}

#status .packages li a .icon {
  position: absolute;
  top: 3px;
  right: 5px;
}

#preferences {
  font-size: 15px;
}

#preferences .select select {
  width: 68px;
  float:left;
  margin-right: 10px;
}

#files, #file {
    display: none;
}

#preferences .select label {
  font-weight: normal;
  line-height: 35px;
}

#file .no-background {
  background: none;
  border: none;
  color: #101010;
}

#file .preview {
  overflow:hidden;
}

#file .loading img {
  float: right;
}

#title a.btn {
  padding: 10px 12px;
  float: right;
}

#package_info {
  display: inline-block;
  background: none;
  padding: 4px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 75%;
}

#smile {
  background: transparent url(../images/smile-code.png) right 20px no-repeat;
  width: 125px;
  height: 125px;
  position: fixed;
  right: 5px;
  bottom:0;
}

#footer .copyright {
  height: 40px;
  margin-top: -10px;
  padding-top: 10px;
  cursor: pointer;
}


/* History page */
.ct-chart {
  height: 180px;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  position: relative;
}

.ct-chart .ct-label {
  font-size: 0.85em !important;
}

#disk-chart .size {
  color: #aaa;
  font-size: 0.75em;
}

#distributions-chart.ct-chart {
  height: 200px;
  margin-top: -20px;
}

#history {
  margin-top: 15px;
  max-width: 1000px;
}

#history .alt-row {
  background: #F9F9F9;
}

#history .package {
  white-space: nowrap;
}

/* add more colors to graphs */
.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice.ct-donut {
  stroke: #E6E3BB;
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice.ct-donut {
  stroke: #D3741C;
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice.ct-donut {
  stroke: #C6491A;
}

.ct-chart .ct-series.ct-series-h .ct-bar,
.ct-chart .ct-series.ct-series-h .ct-line,
.ct-chart .ct-series.ct-series-h .ct-point,
.ct-chart .ct-series.ct-series-h .ct-slice.ct-donut {
  stroke: #8E4423;
}

.ct-chart .ct-series.ct-series-i .ct-bar,
.ct-chart .ct-series.ct-series-i .ct-line,
.ct-chart .ct-series.ct-series-i .ct-point,
.ct-chart .ct-series.ct-series-i .ct-slice.ct-donut {
  stroke: #242729;
}
