/* RESET ISH */
/* line 2, ../../app/stylesheets/warehouse.sass */
html {
  margin: 0 0 1px 0;
  padding: 0;
  overflow: auto; }

/* line 8, ../../app/stylesheets/warehouse.sass */
body {
  margin: 0;
  text-align: center;
  padding: 0;
  font: normal 12px/1.5em "Helvetica Neue", Helvetica, "Lucida Grande", "Helvetica Neue", Arial, sans-serif;
  background: #ebebeb;
  color: #333333;
  min-width: 900px; }

/* line 17, ../../app/stylesheets/warehouse.sass */
* {
  outline: none; }

/* line 19, ../../app/stylesheets/warehouse.sass */
.clearfix {
  display: inline-block;
  display: block; }
  /* line 23, ../../app/stylesheets/warehouse.sass */
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* line 29, ../../app/stylesheets/warehouse.sass */
.clear {
  clear: both; }

/* line 32, ../../app/stylesheets/warehouse.sass */
form, input, dt, dl, dd, ol, div, p, blockquote, h1, h2, h3, h4, h5, h6, a {
  margin: 0;
  padding: 0; }

/* line 37, ../../app/stylesheets/warehouse.sass */
a {
  outline: none; }
  /* line 40, ../../app/stylesheets/warehouse.sass */
  a:link, a:visited {
    color: #0077bb;
    text-decoration: none; }
  /* line 44, ../../app/stylesheets/warehouse.sass */
  a:hover {
    color: #dd3300; }

/* line 48, ../../app/stylesheets/warehouse.sass */
form, input, dt, dl, dd, ol, div, p, blockquote, h1, h2, h3, h4, h5, h6, a {
  margin: 0;
  padding: 0; }

/* HEADERS */
/* line 53, ../../app/stylesheets/warehouse.sass */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

/* line 55, ../../app/stylesheets/warehouse.sass */
h1.header {
  font-size: 120%;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  padding: 3px; }
  /* line 60, ../../app/stylesheets/warehouse.sass */
  h1.header img {
    margin-bottom: 5px; }

/* line 62, ../../app/stylesheets/warehouse.sass */
h2 {
  position: relative;
  padding: 5px;
  font-size: 110%;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc; }
  /* line 68, ../../app/stylesheets/warehouse.sass */
  h2 strong.highlight {
    background: black; }

/* line 70, ../../app/stylesheets/warehouse.sass */
div.repo h2 {
  border-bottom: none;
  display: inline; }

/* ERRORS */
/* line 75, ../../app/stylesheets/warehouse.sass */
div.errorExplanation, div#error {
  padding: 10px 10px 10px 50px;
  margin: 20px 0;
  background: #ffeeee url(/images/app/icons/no.png) 5px 5px no-repeat;
  border: 1px solid #ffaaaa;
  color: #333333; }
/* line 83, ../../app/stylesheets/warehouse.sass */
div.errorExplanation ul {
  list-style: none;
  margin: 5px 0; }
/* line 87, ../../app/stylesheets/warehouse.sass */
div.errorExplanation h2 {
  background: transparent;
  border: 0;
  padding: 0; }
/* line 92, ../../app/stylesheets/warehouse.sass */
div#error h2 {
  background: transparent;
  border: 0;
  padding: 0; }

/* INFORMATION */
/* line 97, ../../app/stylesheets/warehouse.sass */
.info {
  background: #e3f1ff url(/images/icons/info.png) 5px 50% no-repeat;
  padding: 20px 10px 20px 60px;
  border: 1px solid #5d94cb;
  font-weight: bold;
  color: #334466;
  margin: 10px 0; }

/* line 106, ../../app/stylesheets/warehouse.sass */
.notice, .flash-notice {
  padding: 20px 10px 20px 60px;
  border: 1px solid #5d94cb;
  font-weight: bold;
  color: #334466;
  margin: 10px 0;
  background: #dcf0c9 url(/images/icons/check.png) 5px 50% no-repeat;
  border: 1px solid #66aa33;
  color: #446600; }
  /* line 115, ../../app/stylesheets/warehouse.sass */
  .notice.mini, .flash-notice.mini {
    background: #dcf0c9 url(/images/icons/check-small.png) 5px 50% no-repeat;
    padding: 5px 10px 5px 30px;
    width: 60%; }
    /* line 119, ../../app/stylesheets/warehouse.sass */
    .notice.mini span.close, .flash-notice.mini span.close {
      float: right; }
      /* line 121, ../../app/stylesheets/warehouse.sass */
      .notice.mini span.close:hover, .flash-notice.mini span.close:hover {
        color: red;
        cursor: pointer; }
    /* line 124, ../../app/stylesheets/warehouse.sass */
    .notice.mini.full, .flash-notice.mini.full {
      width: auto;
      margin: 5px 20px 10px; }

/* line 127, ../../app/stylesheets/warehouse.sass */
.flash-error {
  padding: 15px 10px 15px 60px;
  margin: 20px 0;
  background: #ffeeee url(/images/icons/no.png) 5px 5px no-repeat;
  border: 1px solid #ffaaaa;
  color: red;
  font-weight: bold;
  margin: 10 0; }
  /* line 135, ../../app/stylesheets/warehouse.sass */
  .flash-error.mini {
    background: #ffeeee url(/images/icons/delete.png) 5px 50% no-repeat;
    padding: 5px 10px 5px 30px;
    width: 60%; }
    /* line 139, ../../app/stylesheets/warehouse.sass */
    .flash-error.mini.full {
      width: auto;
      margin: 5px 20px 10px; }

/* MAJOR */
/* line 143, ../../app/stylesheets/warehouse.sass */
#header {
  background: #232c30;
  margin: 0;
  text-align: left;
  padding: 18px;
  position: relative; }
  /* line 149, ../../app/stylesheets/warehouse.sass */
  #header h1 a {
    color: white;
    text-decoration: none;
    font-size: 120%; }

/* line 154, ../../app/stylesheets/warehouse.sass */
#content {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 40px; }
  /* line 159, ../../app/stylesheets/warehouse.sass */
  #content #main {
    padding: 20px; }
  /* line 161, ../../app/stylesheets/warehouse.sass */
  #content #sbar {
    width: 220px;
    padding: 20px;
    display: table-cell; }
    /* line 165, ../../app/stylesheets/warehouse.sass */
    #content #sbar.wide {
      width: 250px;
      padding: 10px; }

/* HEADERS */
/* line 170, ../../app/stylesheets/warehouse.sass */
#hdr-cnt {
  position: relative;
  width: 85%;
  margin: 0 auto;
  padding: 0 20px; }
  /* line 175, ../../app/stylesheets/warehouse.sass */
  #hdr-cnt #nav {
    position: absolute;
    top: 11px;
    left: 162px;
    list-style: none;
    margin: 0;
    padding: 0; }
    /* line 183, ../../app/stylesheets/warehouse.sass */
    #hdr-cnt #nav li {
      display: inline;
      margin: 0;
      padding: 0; }
      /* line 188, ../../app/stylesheets/warehouse.sass */
      #hdr-cnt #nav li a {
        border-top: 1px solid #5c738a;
        background-color: #445566 !important;
        color: #dee9ee;
        font-size: 92%;
        font-weight: bold;
        margin-right: 5px;
        padding: 3px 20px;
        padding-left: 25px;
        display: block;
        float: left; }
        /* line 200, ../../app/stylesheets/warehouse.sass */
        #hdr-cnt #nav li a:hover {
          border-top-color: #7593b0;
          background-color: #576c82 !important;
          color: white; }
      /* line 205, ../../app/stylesheets/warehouse.sass */
      #hdr-cnt #nav li.selected a {
        border-top: 1px solid white;
        background-color: #eeeeee !important;
        color: #333333; }
  /* line 212, ../../app/stylesheets/warehouse.sass */
  #hdr-cnt li#code a {
    background: url(/images/icons/code.png) 5px 50% no-repeat; }
  /* line 215, ../../app/stylesheets/warehouse.sass */
  #hdr-cnt li#activity a {
    background: url(/images/icons/activity.png) 5px 50% no-repeat; }
  /* line 218, ../../app/stylesheets/warehouse.sass */
  #hdr-cnt li#all-history a {
    background: url(/images/icons/clock.png) 5px 50% no-repeat; }
  /* line 221, ../../app/stylesheets/warehouse.sass */
  #hdr-cnt li#admin a {
    background: url(/images/icons/admin.png) 5px 50% no-repeat; }
  /* line 224, ../../app/stylesheets/warehouse.sass */
  #hdr-cnt li#repos a {
    background: url(/images/icons/box-small.png) 5px 50% no-repeat; }
  /* line 227, ../../app/stylesheets/warehouse.sass */
  #hdr-cnt #utils {
    position: absolute;
    right: 20px;
    top: 0;
    list-style: none; }
    /* line 233, ../../app/stylesheets/warehouse.sass */
    #hdr-cnt #utils li {
      display: inline;
      margin-right: 5px;
      font-size: 92%; }
      /* line 238, ../../app/stylesheets/warehouse.sass */
      #hdr-cnt #utils li a {
        color: #ccddee;
        border-bottom: 1px dotted #334455; }
        /* line 242, ../../app/stylesheets/warehouse.sass */
        #hdr-cnt #utils li a:hover {
          color: white; }

/* MULTI */
/* line 245, ../../app/stylesheets/warehouse.sass */
div.sourcecode {
  width: 100%;
  border: 1px solid #cccccc;
  border-top: none; }
  /* line 249, ../../app/stylesheets/warehouse.sass */
  div.sourcecode div.controls {
    padding: 5px;
    border-top: 1px solid #f7f7f7;
    background: #eeeeee url(/images/app/controls-bg.png) bottom left repeat-x;
    vertical-align: middle; }
  /* line 254, ../../app/stylesheets/warehouse.sass */
  div.sourcecode div.sub-controls {
    color: #333333;
    font-family: Courier, Monaco, monospace !important;
    text-align: left;
    background: #f7f7f7;
    padding: 5px 10px;
    border-bottom: 1px solid #cccccc; }
  /* line 261, ../../app/stylesheets/warehouse.sass */
  div.sourcecode div.browse {
    display: table; }
    /* line 263, ../../app/stylesheets/warehouse.sass */
    div.sourcecode div.browse div#tree {
      background: #f1f1f1;
      width: 200px;
      display: table-cell;
      overflow: auto; }
    /* line 268, ../../app/stylesheets/warehouse.sass */
    div.sourcecode div.browse div#source {
      display: table-cell; }
      /* line 270, ../../app/stylesheets/warehouse.sass */
      div.sourcecode div.browse div#source pre.viewsource {
        overflow: auto;
        margin-bottom: 0;
        word-wrap: normal;
        color: #d0d0d0; }

/* SOURCE */
/* line 276, ../../app/stylesheets/warehouse.sass */
pre.viewsource {
  margin-top: 0 !important;
  width: 100%;
  background-color: #111111;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  color: #d0d0d0; }
  /* line 286, ../../app/stylesheets/warehouse.sass */
  pre.viewsource code {
    padding: 20px;
    display: block; }

/* CRUMBS */
/* line 290, ../../app/stylesheets/warehouse.sass */
div#crumbs {
  margin-bottom: 10px;
  height: 20px; }
  /* line 293, ../../app/stylesheets/warehouse.sass */
  div#crumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 100%;
    background: url(/images/app/crumbs-start.gif) no-repeat;
    padding-left: 13px; }
    /* line 300, ../../app/stylesheets/warehouse.sass */
    div#crumbs ul li {
      display: block;
      margin: 0;
      padding: 0;
      background: url(/images/app/crumb-bg.png) repeat-x;
      float: left; }
      /* line 307, ../../app/stylesheets/warehouse.sass */
      div#crumbs ul li a {
        text-shadow: 1px 1px white;
        background: url(/images/app/crumb-divide.gif) top right no-repeat;
        display: block;
        color: #555555;
        font-size: 92%;
        padding: 4px 15px 7px 5px;
        font-weight: bold; }
        /* line 316, ../../app/stylesheets/warehouse.sass */
        div#crumbs ul li a:hover {
          color: black; }
      /* line 318, ../../app/stylesheets/warehouse.sass */
      div#crumbs ul li.crumb-divide-last a {
        background: url(/images/app/crumb-divide-last.gif) top right no-repeat !important; }
      /* line 320, ../../app/stylesheets/warehouse.sass */
      div#crumbs ul li#current {
        color: white;
        font-size: 92%;
        float: left;
        text-shadow: 1px 1px #777777;
        background: url(/images/app/crumb-current.gif) repeat-x;
        padding: 4px 10px 7px 10px;
        border-right: 1px solid #999999;
        font-weight: bold; }

/* BROWSER */
/* line 330, ../../app/stylesheets/warehouse.sass */
#browser, .diff {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cccccc;
  border-top: none; }
  /* line 335, ../../app/stylesheets/warehouse.sass */
  #browser th, .diff th {
    border-left: 1px solid #dddddd;
    text-align: left;
    background: #f7f7f7;
    padding: 5px 10px;
    border-bottom: 1px solid #cccccc; }

/* line 342, ../../app/stylesheets/warehouse.sass */
#browser td, #browser th {
  padding: 5px 10px; }
/* line 344, ../../app/stylesheets/warehouse.sass */
#browser td {
  background: #eeeeee;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #dddddd; }
  /* line 348, ../../app/stylesheets/warehouse.sass */
  #browser td a {
    font-weight: bold; }

/* line 351, ../../app/stylesheets/warehouse.sass */
a.folder {
  background: url(/images/app/icons/folder-small.png) 0 50% no-repeat; }
/* line 354, ../../app/stylesheets/warehouse.sass */
a.image {
  background: url(/images/app/icons/image.png) 0 50% no-repeat; }
/* line 357, ../../app/stylesheets/warehouse.sass */
a.script {
  background: url(/images/app/icons/script-small.png) 0 50% no-repeat; }
/* line 360, ../../app/stylesheets/warehouse.sass */
a.txt, a.file {
  background: url(/images/app/icons/text-small.png) 0 50% no-repeat; }

/* line 362, ../../app/stylesheets/warehouse.sass */
td.item a {
  display: block;
  padding: 8px 5px 8px 25px; }

/* line 365, ../../app/stylesheets/warehouse.sass */
tr#controls td, tr.controls td {
  padding: 0;
  height: 20px;
  border-top: 1px solid #f7f7f7;
  background: #eeeeee url(/images/app/controls-bg.png) bottom left repeat-x; }

/* line 370, ../../app/stylesheets/warehouse.sass */
div.control-head {
  margin: 0;
  padding: 0 0 0 40px;
  position: relative;
  min-height: 25px; }
  /* line 375, ../../app/stylesheets/warehouse.sass */
  div.control-head p.controlblock {
    position: absolute;
    top: 0;
    left: 5px;
    height: 16px;
    width: 50px; }
  /* line 381, ../../app/stylesheets/warehouse.sass */
  div.control-head ul.formats {
    float: right;
    margin: 2px 0 0 0;
    padding: 0;
    line-height: 100%;
    list-style: none;
    font-size: 82%;
    background: #eeeeee url(/images/app/cap-left.png) no-repeat; }
    /* line 390, ../../app/stylesheets/warehouse.sass */
    div.control-head ul.formats li {
      display: block;
      margin-right: 5px;
      float: left; }
      /* line 395, ../../app/stylesheets/warehouse.sass */
      div.control-head ul.formats li a {
        display: block;
        padding: 3px 5px 4px 5px;
        color: #777777;
        text-shadow: 1px 1px white;
        font-weight: bold; }
        /* line 401, ../../app/stylesheets/warehouse.sass */
        div.control-head ul.formats li a:hover, div.control-head ul.formats li a.sel {
          color: #333333; }
        /* line 403, ../../app/stylesheets/warehouse.sass */
        div.control-head ul.formats li a.sel {
          text-decoration: underline; }
      /* line 405, ../../app/stylesheets/warehouse.sass */
      div.control-head ul.formats li.end {
        margin-right: 0; }
        /* line 408, ../../app/stylesheets/warehouse.sass */
        div.control-head ul.formats li.end a {
          background: url(/images/app/cap-right.png) top right no-repeat; }

/* line 410, ../../app/stylesheets/warehouse.sass */
#control-center {
  margin-bottom: 20px;
  position: relative;
  padding: 10px;
  background: white;
  font-weight: bold; }

/* line 416, ../../app/stylesheets/warehouse.sass */
.rev {
  line-height: 100%;
  float: right;
  background: #f7f7f7;
  padding: 3px;
  border: 1px solid white;
  color: #666666;
  font-size: 92%;
  -moz-border-radius: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold; }

/* line 427, ../../app/stylesheets/warehouse.sass */
td span.log, #repos span.log, #permissions span.log, .listbox span.log, p.desc {
  font-size: 92%;
  display: block;
  color: #888888; }

/* CHANGESETS */
/* line 433, ../../app/stylesheets/warehouse.sass */
.cs-meta {
  float: left;
  width: 60px;
  padding: 5px;
  text-align: center;
  background-color: #e2e2e2;
  border-right: 1px solid #dddddd;
  line-height: 100%; }

/* line 441, ../../app/stylesheets/warehouse.sass */
.cs-log {
  padding: 5px;
  padding-right: 50px;
  margin-left: 71px;
  font-size: 92% !important;
  background-color: #f7f7f7; }

/* line 447, ../../app/stylesheets/warehouse.sass */
.change-number a {
  font-size: 120%;
  font-weight: bold;
  color: green;
  display: block;
  float: left;
  padding-right: 10px;
  margin-bottom: 5px; }

/* line 455, ../../app/stylesheets/warehouse.sass */
#changesets {
  list-style: none;
  -webkit-padding-start: 0; }
  /* line 458, ../../app/stylesheets/warehouse.sass */
  #changesets li.changeset {
    background: none;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 0; }
    /* line 463, ../../app/stylesheets/warehouse.sass */
    #changesets li.changeset .cs-log {
      background: none; }
    /* line 465, ../../app/stylesheets/warehouse.sass */
    #changesets li.changeset .cs-meta {
      background: none;
      border-right: none; }
      /* line 468, ../../app/stylesheets/warehouse.sass */
      #changesets li.changeset .cs-meta .change-number {
        font-size: 100%;
        display: block;
        text-align: center; }
        /* line 472, ../../app/stylesheets/warehouse.sass */
        #changesets li.changeset .cs-meta .change-number a {
          color: #448811;
          text-shadow: 1px 1px #f7f7f7;
          float: none;
          padding-right: 0;
          margin-top: 3px; }
  /* line 478, ../../app/stylesheets/warehouse.sass */
  #changesets .timenauthor {
    color: #888888;
    font-weight: normal;
    display: block; }

/* line 482, ../../app/stylesheets/warehouse.sass */
div.changeset {
  padding: 0;
  background-image: none;
  border: none;
  border-bottom: 1px solid #cccccc; }
  /* line 487, ../../app/stylesheets/warehouse.sass */
  div.changeset .cs-meta {
    background: none;
    border-right: none; }
    /* line 490, ../../app/stylesheets/warehouse.sass */
    div.changeset .cs-meta .change-number {
      font-size: 100%;
      display: block;
      text-align: center; }
      /* line 494, ../../app/stylesheets/warehouse.sass */
      div.changeset .cs-meta .change-number a {
        color: #448811;
        text-shadow: 1px 1px #f7f7f7;
        float: none;
        padding-right: 0;
        margin-top: 3px; }
  /* line 500, ../../app/stylesheets/warehouse.sass */
  div.changeset .timenauthor {
    color: #888888;
    font-weight: normal;
    display: block; }

/* line 504, ../../app/stylesheets/warehouse.sass */
#last-log {
  position: relative; }

/* line 506, ../../app/stylesheets/warehouse.sass */
.changed {
  background-color: #77bb00;
  color: white; }

/* LIST */
/* line 510, ../../app/stylesheets/warehouse.sass */
.changeset, .repo, .form, .permission, .listbox li.listitem {
  padding: 10px;
  padding-left: 50px;
  background: #e2e2e2 url(/images/app/icons/terminal.png) 5px 3px no-repeat;
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  border-bottom-color: #cccccc;
  border-right-color: #cccccc;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 110%;
  font-weight: bold; }

/* line 521, ../../app/stylesheets/warehouse.sass */
.repo {
  background: #e2e2e2 url(/images/icons/box.png) 5px 3px no-repeat; }

/* AVATAR */
/* line 524, ../../app/stylesheets/warehouse.sass */
.avatar {
  padding: 2px;
  background: white;
  border: 1px solid #aaaaaa;
  border-bottom: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 32px;
  height: 32px; }
  /* line 532, ../../app/stylesheets/warehouse.sass */
  .avatar.large {
    width: 40px;
    height: 40px; }
  /* line 535, ../../app/stylesheets/warehouse.sass */
  .avatar.xlarge {
    width: 80px;
    height: 80px; }

/* PAGINATION */
/* line 539, ../../app/stylesheets/warehouse.sass */
.pagination {
  padding: 3px;
  margin: 10px auto; }
  /* line 542, ../../app/stylesheets/warehouse.sass */
  .pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #cccccc;
    background: #f7f7f7;
    color: #555555; }
    /* line 548, ../../app/stylesheets/warehouse.sass */
    .pagination a:hover, .pagination a:active {
      border: 1px solid #aaaaaa;
      color: #111111; }
  /* line 551, ../../app/stylesheets/warehouse.sass */
  .pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #ffab92;
    font-weight: bold;
    background-color: #ffe1d8;
    color: #dd3300; }
  /* line 558, ../../app/stylesheets/warehouse.sass */
  .pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eeeeee;
    color: #aaaaaa; }

/* DIFF */
/* line 564, ../../app/stylesheets/warehouse.sass */
ul.changeset-nav {
  list-style: none;
  position: absolute;
  top: 3px;
  width: 32px;
  right: 8px;
  height: 16px; }
  /* line 572, ../../app/stylesheets/warehouse.sass */
  ul.changeset-nav li.next a, ul.changeset-nav li.prev a {
    position: absolute;
    display: block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    left: 20px;
    top: 0;
    background: url(/images/app/icons/forward.png) no-repeat; }
  /* line 581, ../../app/stylesheets/warehouse.sass */
  ul.changeset-nav li.prev a {
    left: 0;
    top: 0;
    background: url(/images/app/icons/back.png) no-repeat; }

/* line 586, ../../app/stylesheets/warehouse.sass */
a.forward, a.back {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(/images/app/icons/forward.png) no-repeat; }
  /* line 593, ../../app/stylesheets/warehouse.sass */
  a.forward.back, a.back.back {
    left: 0;
    top: 0;
    background: url(/images/app/icons/back.png) no-repeat; }
  /* line 597, ../../app/stylesheets/warehouse.sass */
  a.forward.forward, a.back.forward {
    left: 16px;
    top: 0; }

/* line 600, ../../app/stylesheets/warehouse.sass */
div.diff-table {
  margin-bottom: 20px;
  clear: right;
  overflow: auto;
  padding: 1px; }

/* line 607, ../../app/stylesheets/warehouse.sass */
.diff {
  font-family: Courier, Monaco, monospace !important;
  overflow: auto;
  width: 100%; }
  /* line 612, ../../app/stylesheets/warehouse.sass */
  .diff td {
    background: #eeeeee; }
    /* line 615, ../../app/stylesheets/warehouse.sass */
    .diff td pre {
      padding: 0;
      margin: 0; }
  /* line 619, ../../app/stylesheets/warehouse.sass */
  .diff th.csnum {
    white-space: no-wrap;
    width: 1px;
    text-align: center; }

/* line 625, ../../app/stylesheets/warehouse.sass */
.ln {
  white-space: no-wrap;
  width: 1px;
  text-align: center;
  background: #e2e2e2 !important;
  font-size: 92%;
  border-right: 1px solid #cccccc;
  font-family: "Helvetica", Arial, sans-serif;
  border-bottom: 1px dotted #cccccc; }

/* line 637, ../../app/stylesheets/warehouse.sass */
.diff tr.controls td {
  padding: 5px;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif; }
/* line 641, ../../app/stylesheets/warehouse.sass */
.diff tbody td {
  background: #f1f1f1; }
/* line 645, ../../app/stylesheets/warehouse.sass */
.diff td.insert {
  background: #ddffdd;
  color: #003300;
  border-right: 1px solid #44cc44;
  border-left: 1px solid #44cc44 !important; }
/* line 651, ../../app/stylesheets/warehouse.sass */
.diff td.delete {
  background: #ffdddd;
  color: #990000;
  border-right: 1px solid #dd9999; }

/* line 655, ../../app/stylesheets/warehouse.sass */
#change-list {
  list-style: none;
  margin-bottom: 20px;
  padding: 0; }
  /* line 660, ../../app/stylesheets/warehouse.sass */
  #change-list li {
    padding: 5px;
    border-bottom: 1px solid #dddddd;
    position: relative; }

/* line 666, ../../app/stylesheets/warehouse.sass */
.viewdiff {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  background: url(/images/app/icons/view-tiny.png) 0 50% no-repeat; }

/* line 677, ../../app/stylesheets/warehouse.sass */
#change-list .shade {
  background: #eeeeee; }

/* line 681, ../../app/stylesheets/warehouse.sass */
span.a, .m, .d, .mv, .cp {
  background: #77bb00;
  color: white;
  font-size: 82%;
  border: 1px solid white;
  line-height: 100%;
  padding: 2px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  /* line 690, ../../app/stylesheets/warehouse.sass */
  span.a a, .m a, .d a, .mv a, .cp a {
    text-decoration: none;
    color: white; }

/* line 695, ../../app/stylesheets/warehouse.sass */
span.m {
  background-color: #0066bb; }
/* line 698, ../../app/stylesheets/warehouse.sass */
span.mv {
  color: #554400;
  background: #ccaa00; }
/* line 702, ../../app/stylesheets/warehouse.sass */
span.d {
  background: #cc0000; }
/* line 705, ../../app/stylesheets/warehouse.sass */
span.cp {
  background: #cccccc;
  color: #333333; }

/* line 709, ../../app/stylesheets/warehouse.sass */
.linenos {
  vertical-align: sub;
  padding-right: 10px; }

/* BLAME */
/* line 713, ../../app/stylesheets/warehouse.sass */
.blame-div, .source-div {
  width: 100%; }
  /* line 715, ../../app/stylesheets/warehouse.sass */
  .blame-div #source, .source-div #source {
    overflow: auto;
    font-family: Courier, Monaco, monospace !important; }
    /* line 718, ../../app/stylesheets/warehouse.sass */
    .blame-div #source pre.viewsource, .source-div #source pre.viewsource {
      margin-bottom: 0; }
      /* line 720, ../../app/stylesheets/warehouse.sass */
      .blame-div #source pre.viewsource table, .source-div #source pre.viewsource table {
        color: white;
        background-color: #111111;
        border-collapse: collapse; }
        /* line 724, ../../app/stylesheets/warehouse.sass */
        .blame-div #source pre.viewsource table tr.start-line, .source-div #source pre.viewsource table tr.start-line {
          border-top: 1px solid #555555; }
        /* line 726, ../../app/stylesheets/warehouse.sass */
        .blame-div #source pre.viewsource table td, .source-div #source pre.viewsource table td {
          margin: 0;
          padding: 0 5px; }
          /* line 729, ../../app/stylesheets/warehouse.sass */
          .blame-div #source pre.viewsource table td.linenos, .blame-div #source pre.viewsource table td.lineno, .source-div #source pre.viewsource table td.linenos, .source-div #source pre.viewsource table td.lineno {
            vertical-align: sub;
            color: #333333;
            text-align: right;
            border-left: 1px solid #555555;
            border-right: 1px solid #555555; }
          /* line 735, ../../app/stylesheets/warehouse.sass */
          .blame-div #source pre.viewsource table td pre, .source-div #source pre.viewsource table td pre {
            margin: 0;
            padding: 0; }

/* SIDEBAR */
/* line 739, ../../app/stylesheets/warehouse.sass */
#subscribe {
  margin: 10px 0; }
  /* line 741, ../../app/stylesheets/warehouse.sass */
  #subscribe #subscribe-btn {
    width: 220px;
    padding: 6px 10px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    border: solid 2px #999999;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#dddddd));
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-shadow: 0px 1px 1px white;
    line-height: 1;
    font-weight: bold;
    font-size: 13px; }
    /* line 758, ../../app/stylesheets/warehouse.sass */
    #subscribe #subscribe-btn img {
      vertical-align: top;
      margin-right: 5px; }
    /* line 761, ../../app/stylesheets/warehouse.sass */
    #subscribe #subscribe-btn:hover {
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#dddddd)); }
    /* line 763, ../../app/stylesheets/warehouse.sass */
    #subscribe #subscribe-btn:active, #subscribe #subscribe-btn.selected {
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#dddddd)); }
    /* line 765, ../../app/stylesheets/warehouse.sass */
    #subscribe #subscribe-btn.disabled {
      color: #cccccc; }
      /* line 767, ../../app/stylesheets/warehouse.sass */
      #subscribe #subscribe-btn.disabled:hover, #subscribe #subscribe-btn.disabled:active, #subscribe #subscribe-btn.disabled.selected {
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#dddddd)); }

/* line 769, ../../app/stylesheets/warehouse.sass */
#members {
  list-style: none; }
  /* line 772, ../../app/stylesheets/warehouse.sass */
  #members li {
    min-height: 38px;
    padding: 5px 0;
    border-bottom: 1px solid #cccccc; }
  /* line 777, ../../app/stylesheets/warehouse.sass */
  #members .avatar {
    float: left;
    margin-right: 5px; }
  /* line 781, ../../app/stylesheets/warehouse.sass */
  #members .author {
    font-weight: bold;
    display: block;
    font-size: 110%; }
  /* line 786, ../../app/stylesheets/warehouse.sass */
  #members .activity {
    color: #777777;
    font-size: 92%; }

/* line 789, ../../app/stylesheets/warehouse.sass */
.sideblock {
  margin: 20px 0; }
  /* line 792, ../../app/stylesheets/warehouse.sass */
  .sideblock p {
    padding: 5px; }
  /* line 795, ../../app/stylesheets/warehouse.sass */
  .sideblock h3 {
    background: white;
    padding: 5px;
    border: 1px solid #dddddd;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc; }
  /* line 802, ../../app/stylesheets/warehouse.sass */
  .sideblock ul {
    list-style: none;
    padding: 5px;
    font-size: 92%; }

/* line 808, ../../app/stylesheets/warehouse.sass */
#repo-search #repo-search-form input.search, #repo-search-results #repo-search-form input.search {
  width: 100%; }

/* line 810, ../../app/stylesheets/warehouse.sass */
#repo-search-results {
  padding-bottom: 10px; }

/* line 812, ../../app/stylesheets/warehouse.sass */
#browser-search {
  margin: 5px;
  padding: 5px; }
  /* line 816, ../../app/stylesheets/warehouse.sass */
  #browser-search #repo-search-form input.search {
    width: 30%; }

/* NAV */
/* line 819, ../../app/stylesheets/warehouse.sass */
.subnav-bar.single {
  padding: 0px;
  border: 1px solid #cccccc;
  border-top: 1px solid #f7f7f7;
  background: #eeeeee url(/images/app/controls-bg.png) bottom left repeat-x;
  vertical-align: middle;
  height: 35px; }
  /* line 826, ../../app/stylesheets/warehouse.sass */
  .subnav-bar.single > ul {
    padding-left: 20px;
    margin: 4px 0 0 -6px; }
    /* line 829, ../../app/stylesheets/warehouse.sass */
    .subnav-bar.single > ul > li {
      position: relative;
      list-style-type: none;
      float: left;
      margin-right: 10px; }
      /* line 834, ../../app/stylesheets/warehouse.sass */
      .subnav-bar.single > ul > li > a, .subnav-bar.single > ul > li > span.text {
        font-size: 11px;
        position: relative;
        display: block;
        height: 15px;
        padding: 3px 5px 5px 5px;
        color: #666666;
        border: 1px solid transparent; }
        /* line 842, ../../app/stylesheets/warehouse.sass */
        .subnav-bar.single > ul > li > a.dropdown, .subnav-bar.single > ul > li > span.text.dropdown {
          padding-right: 15px;
          background-image: url(/images/arrow_down.png);
          background-position: 100% -20px;
          background-repeat: no-repeat; }
      /* line 848, ../../app/stylesheets/warehouse.sass */
      .subnav-bar.single > ul > li.empty > a {
        background: none;
        color: #888888; }
      /* line 852, ../../app/stylesheets/warehouse.sass */
      .subnav-bar.single > ul > li.empty:hover > a {
        background: none;
        color: #888888;
        cursor: default; }
      /* line 857, ../../app/stylesheets/warehouse.sass */
      .subnav-bar.single > ul > li:hover > a {
        background-color: #222222;
        color: white;
        border-bottom: none;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
        /* line 868, ../../app/stylesheets/warehouse.sass */
        .subnav-bar.single > ul > li:hover > a.dropdown {
          background-position: 100% 0px; }
      /* line 870, ../../app/stylesheets/warehouse.sass */
      .subnav-bar.single > ul > li:hover > ul {
        display: block;
        margin: 0; }
        /* line 873, ../../app/stylesheets/warehouse.sass */
        .subnav-bar.single > ul > li:hover > ul > li {
          border-bottom: none;
          display: block;
          min-width: 180px; }
      /* line 877, ../../app/stylesheets/warehouse.sass */
      .subnav-bar.single > ul > li > ul {
        display: none;
        position: absolute;
        top: 22px;
        background: #222222;
        z-index: 4;
        -webkit-padding-start: 0;
        margin: 0;
        -webkit-border-radius: 5px;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius: 5px;
        -moz-border-radius-topleft: 0;
        border-radius: 5px;
        border-top-left-radius: 0;
        -webkit-box-shadow: 3px 3px 3px #555555;
        -moz-box-shadow: 2px 2px 4px black;
        box-shadow: 2px 2px 4px black; }
        /* line 896, ../../app/stylesheets/warehouse.sass */
        .subnav-bar.single > ul > li > ul > li {
          list-style-type: none;
          margin: 0;
          font-size: 11px;
          position: static;
          float: none;
          display: block; }
          /* line 903, ../../app/stylesheets/warehouse.sass */
          .subnav-bar.single > ul > li > ul > li:first-child a {
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topright: 5px;
            border-top-right-radius: 5px; }
          /* line 907, ../../app/stylesheets/warehouse.sass */
          .subnav-bar.single > ul > li > ul > li:last-child a {
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px; }
          /* line 914, ../../app/stylesheets/warehouse.sass */
          .subnav-bar.single > ul > li > ul > li > a, .subnav-bar.single > ul > li > ul > li > strong {
            display: block;
            padding: 4px 5px;
            font-weight: bold;
            color: white; }
          /* line 919, ../../app/stylesheets/warehouse.sass */
          .subnav-bar.single > ul > li > ul > li > a:hover {
            background: #444444; }

/* line 921, ../../app/stylesheets/warehouse.sass */
span.code-text {
  font-family: monospace;
  margin-left: 5px; }

/* line 925, ../../app/stylesheets/warehouse.sass */
.va-reset img {
  vertical-align: middle; }

/* line 927, ../../app/stylesheets/warehouse.sass */
#admin-nav-bar {
  padding: 0px;
  border: 1px solid #cccccc;
  border-top: 1px solid #f7f7f7;
  background: #eeeeee url(/images/app/controls-bg.png) bottom left repeat-x;
  vertical-align: middle;
  height: 35px; }
  /* line 934, ../../app/stylesheets/warehouse.sass */
  #admin-nav-bar ul {
    position: relative;
    margin: 0 0 0 0;
    padding-left: 20px; }
    /* line 938, ../../app/stylesheets/warehouse.sass */
    #admin-nav-bar ul li {
      position: relative;
      list-style-type: none;
      float: left;
      margin-right: 10px;
      text-align: center;
      height: 35px;
      border-left: 0; }
      /* line 947, ../../app/stylesheets/warehouse.sass */
      #admin-nav-bar ul li a, #admin-nav-bar ul li span.text {
        position: relative;
        display: block;
        padding: 9px 14px 0;
        font-size: 11px;
        text-decoration: none;
        color: #333333;
        font-weight: bold;
        z-index: 5;
        text-shadow: 1px 1px #eeeeee;
        height: 26px; }
        /* line 958, ../../app/stylesheets/warehouse.sass */
        #admin-nav-bar ul li a img, #admin-nav-bar ul li span.text img {
          vertical-align: sub;
          margin-right: 2px; }
        /* line 961, ../../app/stylesheets/warehouse.sass */
        #admin-nav-bar ul li a a, #admin-nav-bar ul li span.text a {
          display: block; }
      /* line 963, ../../app/stylesheets/warehouse.sass */
      #admin-nav-bar ul li:hover {
        background: url(/images/app/nav-hover-right.png) bottom right no-repeat; }
        /* line 965, ../../app/stylesheets/warehouse.sass */
        #admin-nav-bar ul li:hover a {
          background: url(/images/app/nav-hover-left.png) bottom left no-repeat; }
      /* line 967, ../../app/stylesheets/warehouse.sass */
      #admin-nav-bar ul li.selected, #admin-nav-bar ul li:active {
        background: url(/images/app/nav-selected-right.png) bottom right no-repeat; }
        /* line 969, ../../app/stylesheets/warehouse.sass */
        #admin-nav-bar ul li.selected a, #admin-nav-bar ul li:active a {
          background: url(/images/app/nav-selected-left.png) bottom left no-repeat; }

/* REPO ADD */
/* line 972, ../../app/stylesheets/warehouse.sass */
.repo-add {
  padding: 5px;
  background: #e2e2e2;
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  border-bottom-color: #cccccc;
  border-right-color: #cccccc;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 110%;
  font-weight: bold; }
  /* line 982, ../../app/stylesheets/warehouse.sass */
  .repo-add:hover {
    background: #f7f7f7; }

/* line 984, ../../app/stylesheets/warehouse.sass */
#service-hooks-header {
  height: 25px;
  color: black;
  font-size: 25px;
  padding: 12px 5px 5px 5px;
  border-bottom: 1px solid #696969;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  webkit-user-select: none;
  -webkit-user-drag: none;
  text-shadow: 1px 1px 0px #bad3ed;
  margin-bottom: 10px; }

/* line 1000, ../../app/stylesheets/warehouse.sass */
#service-hooks {
  display: table;
  width: 100%; }
  /* line 1003, ../../app/stylesheets/warehouse.sass */
  #service-hooks div.service-list-div, #service-hooks div.service-hook-div {
    display: table-cell; }
  /* line 1005, ../../app/stylesheets/warehouse.sass */
  #service-hooks div.service-list-div {
    width: 22%; }
  /* line 1007, ../../app/stylesheets/warehouse.sass */
  #service-hooks div.service-hook-div {
    width: 75%;
    padding: 5px; }
    /* line 1011, ../../app/stylesheets/warehouse.sass */
    #service-hooks div.service-hook-div div.hook div.head {
      font-size: 18px;
      padding-bottom: 3px;
      border-bottom: 1px solid #bbbbbb;
      margin-bottom: 5px; }
    /* line 1016, ../../app/stylesheets/warehouse.sass */
    #service-hooks div.service-hook-div div.hook form.formtastic fieldset > ol > li label {
      width: 15%; }
    /* line 1018, ../../app/stylesheets/warehouse.sass */
    #service-hooks div.service-hook-div div.hook form.formtastic fieldset.buttons {
      padding-left: 15%; }
      /* line 1020, ../../app/stylesheets/warehouse.sass */
      #service-hooks div.service-hook-div div.hook form.formtastic fieldset.buttons li.commit input, #service-hooks div.service-hook-div div.hook form.formtastic fieldset.buttons a.g-button {
        padding: 6px 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        border: solid 1px #999999;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#dddddd));
        color: #333333;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        text-shadow: 0px 1px 1px white;
        line-height: 1; }
        /* line 1034, ../../app/stylesheets/warehouse.sass */
        #service-hooks div.service-hook-div div.hook form.formtastic fieldset.buttons li.commit input:hover, #service-hooks div.service-hook-div div.hook form.formtastic fieldset.buttons a.g-button:hover {
          background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#dddddd)); }
        /* line 1036, ../../app/stylesheets/warehouse.sass */
        #service-hooks div.service-hook-div div.hook form.formtastic fieldset.buttons li.commit input:active, #service-hooks div.service-hook-div div.hook form.formtastic fieldset.buttons li.commit input.selected, #service-hooks div.service-hook-div div.hook form.formtastic fieldset.buttons a.g-button:active, #service-hooks div.service-hook-div div.hook form.formtastic fieldset.buttons a.g-button.selected {
          background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#dddddd)); }
        /* line 1038, ../../app/stylesheets/warehouse.sass */
        #service-hooks div.service-hook-div div.hook form.formtastic fieldset.buttons li.commit input.disabled, #service-hooks div.service-hook-div div.hook form.formtastic fieldset.buttons a.g-button.disabled {
          color: #cccccc; }
          /* line 1040, ../../app/stylesheets/warehouse.sass */
          #service-hooks div.service-hook-div div.hook form.formtastic fieldset.buttons li.commit input.disabled:hover, #service-hooks div.service-hook-div div.hook form.formtastic fieldset.buttons li.commit input.disabled:active, #service-hooks div.service-hook-div div.hook form.formtastic fieldset.buttons li.commit input.disabled.selected, #service-hooks div.service-hook-div div.hook form.formtastic fieldset.buttons a.g-button.disabled:hover, #service-hooks div.service-hook-div div.hook form.formtastic fieldset.buttons a.g-button.disabled:active, #service-hooks div.service-hook-div div.hook form.formtastic fieldset.buttons a.g-button.disabled.selected {
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#dddddd)); }
  /* line 1043, ../../app/stylesheets/warehouse.sass */
  #service-hooks div.service-list-div ul {
    list-style-type: none;
    -webkit-padding-start: 0;
    margin: 0; }
    /* line 1047, ../../app/stylesheets/warehouse.sass */
    #service-hooks div.service-list-div ul li {
      padding: 4px;
      border-right: 1px solid #696969; }
      /* line 1050, ../../app/stylesheets/warehouse.sass */
      #service-hooks div.service-list-div ul li:hover {
        background: #dfdfdf;
        cursor: pointer; }
      /* line 1053, ../../app/stylesheets/warehouse.sass */
      #service-hooks div.service-list-div ul li.current, #service-hooks div.service-list-div ul li:active {
        background: #cccccc;
        -webkit-user-drag: none; }
      /* line 1056, ../../app/stylesheets/warehouse.sass */
      #service-hooks div.service-list-div ul li.current {
        border-right: none; }
      /* line 1058, ../../app/stylesheets/warehouse.sass */
      #service-hooks div.service-list-div ul li.service_active a {
        color: #33aa33;
        font-weight: bold; }
      /* line 1061, ../../app/stylesheets/warehouse.sass */
      #service-hooks div.service-list-div ul li.service_inactive a {
        color: #aa3333; }
  /* line 1063, ../../app/stylesheets/warehouse.sass */
  #service-hooks div.service-arrows {
    width: 15px;
    display: table-cell; }
    /* line 1066, ../../app/stylesheets/warehouse.sass */
    #service-hooks div.service-arrows .right-arrow {
      border: 12px solid #ebebeb;
      border-width: 12px 0 12px 12px;
      border-color: #ebebeb #cccccc;
      font-size: 0;
      line-height: 0;
      position: relative;
      top: -4px;
      width: 0px;
      margin-bottom: 1px; }
      /* line 1076, ../../app/stylesheets/warehouse.sass */
      #service-hooks div.service-arrows .right-arrow.hidden {
        border-color: #ebebeb #ebebeb; }

/* REPO SIDEBAR */
/* line 1079, ../../app/stylesheets/warehouse.sass */
.sidebar-repo {
  border: 1px #cccccc solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  /* line 1084, ../../app/stylesheets/warehouse.sass */
  .sidebar-repo .sidebar-repo-head {
    background: #eeeeee url(/images/app/controls-bg.png) bottom left repeat-x;
    padding: 5px;
    border-bottom: 1px #cccccc solid; }
    /* line 1088, ../../app/stylesheets/warehouse.sass */
    .sidebar-repo .sidebar-repo-head h2 {
      font-size: 110%;
      display: inline; }
    /* line 1091, ../../app/stylesheets/warehouse.sass */
    .sidebar-repo .sidebar-repo-head span.new {
      float: right;
      font-size: 105%;
      font-variant: small-caps; }
      /* line 1095, ../../app/stylesheets/warehouse.sass */
      .sidebar-repo .sidebar-repo-head span.new a {
        color: #0077bb; }
        /* line 1097, ../../app/stylesheets/warehouse.sass */
        .sidebar-repo .sidebar-repo-head span.new a:hover {
          text-decoration: underline; }
  /* line 1100, ../../app/stylesheets/warehouse.sass */
  .sidebar-repo .sidebar-repo-list ul {
    -webkit-padding-start: 0;
    list-style: none;
    margin: 0; }
    /* line 1104, ../../app/stylesheets/warehouse.sass */
    .sidebar-repo .sidebar-repo-list ul li {
      padding-left: 25px;
      background: url(/images/icons/box-small.png) no-repeat 5px center;
      border-bottom: 1px #cccccc solid;
      font-weight: bold; }
      /* line 1109, ../../app/stylesheets/warehouse.sass */
      .sidebar-repo .sidebar-repo-list ul li.last {
        border-bottom: 0; }
      /* line 1111, ../../app/stylesheets/warehouse.sass */
      .sidebar-repo .sidebar-repo-list ul li:hover {
        background-color: #cccccc; }
      /* line 1113, ../../app/stylesheets/warehouse.sass */
      .sidebar-repo .sidebar-repo-list ul li a {
        padding: 3px 5px 3px 0;
        display: block;
        color: #0077bb;
        margin-right: 2px; }
        /* line 1118, ../../app/stylesheets/warehouse.sass */
        .sidebar-repo .sidebar-repo-list ul li a:hover {
          background: url(/images/icons/forward.png) no-repeat 4px right; }

/* ACTIVITY FEED  */
/* line 1122, ../../app/stylesheets/warehouse.sass */
#dashbaord ul {
  -webkit-padding-start: 0;
  list-style: none; }
  /* line 1125, ../../app/stylesheets/warehouse.sass */
  #dashbaord ul li.commit, #dashbaord ul li.push {
    background: url(/images/icons/head.png) 0 5px no-repeat; }
    /* line 1127, ../../app/stylesheets/warehouse.sass */
    #dashbaord ul li.commit div.commit-div, #dashbaord ul li.commit div.push-div, #dashbaord ul li.push div.commit-div, #dashbaord ul li.push div.push-div {
      margin-left: 22px;
      border-bottom: 1px solid #bbbbbb;
      padding: 4px; }
  /* line 1132, ../../app/stylesheets/warehouse.sass */
  #dashbaord ul li.commit div.meta {
    font-weight: bold; }
  /* line 1134, ../../app/stylesheets/warehouse.sass */
  #dashbaord ul li.commit div.info-under {
    display: table; }
    /* line 1136, ../../app/stylesheets/warehouse.sass */
    #dashbaord ul li.commit div.info-under div.av {
      display: table-cell; }
    /* line 1138, ../../app/stylesheets/warehouse.sass */
    #dashbaord ul li.commit div.info-under div.comm-info {
      display: table-cell;
      vertical-align: top;
      padding: 3px; }
      /* line 1142, ../../app/stylesheets/warehouse.sass */
      #dashbaord ul li.commit div.info-under div.comm-info .code {
        font-family: monospace; }
  /* line 1145, ../../app/stylesheets/warehouse.sass */
  #dashbaord ul li.push div.meta {
    font-weight: bold; }
  /* line 1147, ../../app/stylesheets/warehouse.sass */
  #dashbaord ul li.push div.info-under {
    display: table; }
    /* line 1149, ../../app/stylesheets/warehouse.sass */
    #dashbaord ul li.push div.info-under div.av, #dashbaord ul li.push div.info-under div.commits-info {
      display: table-cell; }
    /* line 1151, ../../app/stylesheets/warehouse.sass */
    #dashbaord ul li.push div.info-under div.commits-info {
      vertical-align: top;
      padding: 3px; }
      /* line 1154, ../../app/stylesheets/warehouse.sass */
      #dashbaord ul li.push div.info-under div.commits-info .inline-commit {
        margin-bottom: 3px; }
      /* line 1156, ../../app/stylesheets/warehouse.sass */
      #dashbaord ul li.push div.info-under div.commits-info .avatar {
        width: 16px;
        height: 16px;
        vertical-align: middle; }
      /* line 1160, ../../app/stylesheets/warehouse.sass */
      #dashbaord ul li.push div.info-under div.commits-info .code {
        font-family: monospace; }

/* MAKE THE FORM BUTTONS NICE */
/* line 1163, ../../app/stylesheets/warehouse.sass */
form.formtastic li.commit input, a.g-button {
  padding: 6px 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  border: solid 1px #999999;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#dddddd));
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-shadow: 0px 1px 1px white;
  line-height: 1; }
  /* line 1177, ../../app/stylesheets/warehouse.sass */
  form.formtastic li.commit input:hover, a.g-button:hover {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#dddddd)); }
  /* line 1179, ../../app/stylesheets/warehouse.sass */
  form.formtastic li.commit input:active, form.formtastic li.commit input.selected, a.g-button:active, a.g-button.selected {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#dddddd)); }
  /* line 1181, ../../app/stylesheets/warehouse.sass */
  form.formtastic li.commit input.disabled, a.g-button.disabled {
    color: #cccccc; }

/* LOGIN/LOGOUT */
/* line 1185, ../../app/stylesheets/warehouse.sass */
form.formtastic.user_session fieldset > ol > li label, form.formtastic.user fieldset > ol > li label, form.formtastic.forgot fieldset > ol > li label {
  width: 15%; }
/* line 1187, ../../app/stylesheets/warehouse.sass */
form.formtastic.user_session fieldset.buttons, form.formtastic.user fieldset.buttons, form.formtastic.forgot fieldset.buttons {
  padding-left: 15%; }
/* line 1189, ../../app/stylesheets/warehouse.sass */
form.formtastic.user_session fieldset > ol > li p.inline-errors, form.formtastic.user fieldset > ol > li p.inline-errors, form.formtastic.forgot fieldset > ol > li p.inline-errors {
  margin-left: 15%; }

/* line 1192, ../../app/stylesheets/warehouse.sass */
form.formtastic.user fieldset > ol > li label {
  width: 20%; }
/* line 1194, ../../app/stylesheets/warehouse.sass */
form.formtastic.user fieldset.buttons {
  padding-left: 20%; }
/* line 1196, ../../app/stylesheets/warehouse.sass */
form.formtastic.user fieldset > ol > li.string input, form.formtastic.user fieldset > ol > li.password input {
  width: 70%; }
/* line 1198, ../../app/stylesheets/warehouse.sass */
form.formtastic.user fieldset > ol > li p.inline-errors {
  margin-left: 20%; }

/* line 1200, ../../app/stylesheets/warehouse.sass */
body.mini {
  background: #cccccc; }
  /* line 1202, ../../app/stylesheets/warehouse.sass */
  body.mini #container {
    width: 500px;
    margin: 10% auto 20px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.496094) 1px 2px 6px;
    background: #e9eaee; }
    /* line 1210, ../../app/stylesheets/warehouse.sass */
    body.mini #container img {
      vertical-align: middle; }
    /* line 1212, ../../app/stylesheets/warehouse.sass */
    body.mini #container #login-header {
      background: #232c30;
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#465862), to(#232c30));
      padding: 15px;
      margin-bottom: 10px;
      -webkit-border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -moz-border-radius-topleft: 10px;
      -moz-border-radius-topright: 10px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom: 1px solid #999999; }
      /* line 1224, ../../app/stylesheets/warehouse.sass */
      body.mini #container #login-header h1 a {
        color: white;
        text-decoration: none;
        font-size: 150%; }
    /* line 1230, ../../app/stylesheets/warehouse.sass */
    body.mini #container #login-content form.formtastic fieldset > ol > li label {
      text-align: right; }
    /* line 1232, ../../app/stylesheets/warehouse.sass */
    body.mini #container #login-content form.formtastic fieldset > ol > li.boolean label {
      padding-left: 16%; }
    /* line 1234, ../../app/stylesheets/warehouse.sass */
    body.mini #container #login-content form.formtastic fieldset > ol > li p.inline-errors {
      text-align: left;
      margin-left: 20%; }
    /* line 1237, ../../app/stylesheets/warehouse.sass */
    body.mini #container #login-content form.formtastic fieldset.buttons {
      padding: 0 20px;
      margin: 0 auto; }
      /* line 1240, ../../app/stylesheets/warehouse.sass */
      body.mini #container #login-content form.formtastic fieldset.buttons li input {
        padding: 12px 0;
        font-size: 21px;
        font-weight: bold;
        width: 460px; }
    /* line 1247, ../../app/stylesheets/warehouse.sass */
    body.mini #container #login-content form.formtastic.user_session fieldset.buttons li input, body.mini #container #login-content form.formtastic.user fieldset.buttons li input {
      background: url(/images/icons/lock.png) 36% 50% no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#dddddd)); }
      /* line 1249, ../../app/stylesheets/warehouse.sass */
      body.mini #container #login-content form.formtastic.user_session fieldset.buttons li input:hover, body.mini #container #login-content form.formtastic.user fieldset.buttons li input:hover {
        background: url(/images/icons/lock.png) 36% 50% no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#dddddd)); }
      /* line 1251, ../../app/stylesheets/warehouse.sass */
      body.mini #container #login-content form.formtastic.user_session fieldset.buttons li input:active, body.mini #container #login-content form.formtastic.user_session fieldset.buttons li input.selected, body.mini #container #login-content form.formtastic.user fieldset.buttons li input:active, body.mini #container #login-content form.formtastic.user fieldset.buttons li input.selected {
        background: url(/images/icons/lock.png) 36% 50% no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#dddddd)); }
    /* line 1253, ../../app/stylesheets/warehouse.sass */
    body.mini #container #login-content #login-links {
      margin-bottom: 5px; }
    /* line 1256, ../../app/stylesheets/warehouse.sass */
    body.mini #container #login-content form.formtastic.user fieldset > ol > li p.inline-errors {
      text-align: left;
      margin-left: 24%; }
  /* line 1259, ../../app/stylesheets/warehouse.sass */
  body.mini #login-footer {
    width: 500px;
    margin: 0 auto;
    font-size: smaller;
    text-align: center; }
    /* line 1264, ../../app/stylesheets/warehouse.sass */
    body.mini #login-footer img {
      vertical-align: middle; }

/* USER SHOW */
/* line 1267, ../../app/stylesheets/warehouse.sass */
#user-profile {
  /* EDIT */ }
  /* line 1268, ../../app/stylesheets/warehouse.sass */
  #user-profile div#user-info {
    margin: 5px auto 10px auto; }
    /* line 1270, ../../app/stylesheets/warehouse.sass */
    #user-profile div#user-info img {
      vertical-align: middle; }
    /* line 1272, ../../app/stylesheets/warehouse.sass */
    #user-profile div#user-info h1 {
      font-size: 25px;
      display: inline-block; }
    /* line 1275, ../../app/stylesheets/warehouse.sass */
    #user-profile div#user-info span.profile-links {
      float: right; }
    /* line 1277, ../../app/stylesheets/warehouse.sass */
    #user-profile div#user-info div#user-activity {
      display: table;
      width: 100%; }
      /* line 1280, ../../app/stylesheets/warehouse.sass */
      #user-profile div#user-info div#user-activity div#recent-user-commits {
        display: table-cell;
        width: 65%;
        margin-left: 10px; }
        /* line 1284, ../../app/stylesheets/warehouse.sass */
        #user-profile div#user-info div#user-activity div#recent-user-commits h2 {
          font-size: 18px; }
      /* line 1286, ../../app/stylesheets/warehouse.sass */
      #user-profile div#user-info div#user-activity div#recent-repo-activity {
        display: table-cell;
        width: 33%;
        padding: 5px; }
        /* line 1290, ../../app/stylesheets/warehouse.sass */
        #user-profile div#user-info div#user-activity div#recent-repo-activity strong {
          width: 15%;
          display: inline-block; }
        /* line 1293, ../../app/stylesheets/warehouse.sass */
        #user-profile div#user-info div#user-activity div#recent-repo-activity span.recent-repo {
          display: block;
          padding: 5px;
          padding-left: 28px;
          background: #e2e2e2 url(/images/icons/box-small.png) 5px 6px no-repeat;
          margin-bottom: 10px;
          border: 1px solid #dddddd;
          border-bottom-color: #cccccc;
          border-right-color: #cccccc;
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 110%;
          font-weight: bold; }
  /* line 1307, ../../app/stylesheets/warehouse.sass */
  #user-profile #admin-nav-bar ul li {
    border-bottom: 1px solid #c3c3c3; }
  /* line 1309, ../../app/stylesheets/warehouse.sass */
  #user-profile div#user-edit {
    display: table;
    width: 100%; }
    /* line 1312, ../../app/stylesheets/warehouse.sass */
    #user-profile div#user-edit #edit-sidebar {
      width: 23%;
      display: table-cell;
      padding: 10px; }
    /* line 1316, ../../app/stylesheets/warehouse.sass */
    #user-profile div#user-edit #edit-divs {
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c3c3c3), to(#ebebeb));
      width: 75%;
      padding: 10px;
      display: table-cell;
      border-left: 1px solid #cccccc;
      border-right: 1px solid #cccccc; }
      /* line 1324, ../../app/stylesheets/warehouse.sass */
      #user-profile div#user-edit #edit-divs div.edit-div p {
        margin-bottom: 8px; }
      /* line 1328, ../../app/stylesheets/warehouse.sass */
      #user-profile div#user-edit #edit-divs div.edit-div#settings form.formtastic.user fieldset > ol > li {
        display: inline; }
        /* line 1330, ../../app/stylesheets/warehouse.sass */
        #user-profile div#user-edit #edit-divs div.edit-div#settings form.formtastic.user fieldset > ol > li label {
          width: 0px; }
        /* line 1332, ../../app/stylesheets/warehouse.sass */
        #user-profile div#user-edit #edit-divs div.edit-div#settings form.formtastic.user fieldset > ol > li span.seperator {
          width: 10px; }
      /* line 1334, ../../app/stylesheets/warehouse.sass */
      #user-profile div#user-edit #edit-divs div.edit-div#settings form.formtastic.user fieldset > ol > li.string input, #user-profile div#user-edit #edit-divs div.edit-div#settings form.formtastic.user fieldset > ol > li.password input {
        width: 35%; }
      /* line 1336, ../../app/stylesheets/warehouse.sass */
      #user-profile div#user-edit #edit-divs div.edit-div#settings #nuke_it {
        border: #990000 1px solid;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 10px 0;
        padding: 0 0 5px 5px; }
        /* line 1343, ../../app/stylesheets/warehouse.sass */
        #user-profile div#user-edit #edit-divs div.edit-div#settings #nuke_it h2 {
          color: #990000;
          border-bottom: none;
          margin-bottom: 5px; }
        /* line 1347, ../../app/stylesheets/warehouse.sass */
        #user-profile div#user-edit #edit-divs div.edit-div#settings #nuke_it span.delete {
          float: right;
          margin: 10px 10px 0 0; }
          /* line 1350, ../../app/stylesheets/warehouse.sass */
          #user-profile div#user-edit #edit-divs div.edit-div#settings #nuke_it span.delete input {
            color: #990000;
            padding: 6px 10px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            -moz-border-radius: 2px;
            border: solid 1px #999999;
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#dddddd));
            color: #333333;
            text-decoration: none;
            cursor: pointer;
            display: inline-block;
            text-align: center;
            text-shadow: 0px 1px 1px white;
            line-height: 1; }
            /* line 1365, ../../app/stylesheets/warehouse.sass */
            #user-profile div#user-edit #edit-divs div.edit-div#settings #nuke_it span.delete input:hover {
              color: white;
              text-shadow: none;
              background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(red), to(#960101)); }
            /* line 1369, ../../app/stylesheets/warehouse.sass */
            #user-profile div#user-edit #edit-divs div.edit-div#settings #nuke_it span.delete input:active {
              color: white;
              text-shadow: none;
              background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#960101), to(red)); }
