/* GENERAL */

body {
  background: #222222;
  padding: 70px 0 0;
}

body.breadcrumb-fixed {
  padding-top: 56px;
}

.container {
  max-width: 960px;
  color: #8f8f8f;   border: 0;
}


/* HEADER */

.navbar {    
  background: #141414; 
  border: 0;
}

#page-navbar .navbar-text {
  display: block;   
  float: left;
  font: normal 13px arial;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* DIRECTORY LISTER */

ul li:first-child{
  visibility: hidden;
  margin-top: -16px;  
}

#directory-list-header {
  font: normal 14px arial;
  padding: 10px 15px;
}

#directory-listing {
  font: normal 14px arial;  
}

#directory-listing li {
  position: relative; 
  border-bottom: solid 1px #282828;
}


.file-name {
  overflow: hidden;  
  color: #a4a5a5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-size, .file-modified {
  color: #a4a5a5;
}

.file-name i {
  color: #a4a5a5;
}

.file-info-button,
.web-link-button {
  display: inline-block;
  cursor: pointer;
  margin-left: 100%;
  padding: 6px 10px !important;
  position: absolute !important;
  top: 4px;
}

.web-link-button i,
.file-info-button i {
  color: #999;
}


/* FOOTER */

.footer {
  margin: 30px;
  text-align: center;
}


/* MODAL */

#file-info {
  margin: 0;
}

#file-info .table-title {
  font-weight: bold;
  text-align: right;
}

#file-info .md5-hash,
#file-info .sha1-hash {
  font-family: 'Cutive Mono', monospace, serif;
}


/* RESPONSIVE */

@media (max-width: 767px) {

    .navbar-nav {
        float: left;
        margin: 0;
        padding-bottom: 0;
        padding-top: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .navbar-right {
        float: right !important;
    }

    #page-navbar .navbar-text {
        margin-left: 15px;
        margin-right: 15px;
        max-width: 75%;
    }

    .file-info-button {
        display: none !important;
    }

}
