/* ---------------------------------------------------------------------------------------------- */
/* -----| GENERAL |------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------- */

html {
    background-color: #EBEBEC;
    background-image: radial-gradient(at center center , #EBEBEC, #B4B4B4);
    min-height: 900px;
    margin: 0;
    padding: 0;
}

body {
    padding: 70px 0 0;
    background: transparent;
}

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

.container {
    max-width: 960px;
}

a {
    color: #007A96;
    text-decoration: none;
}
a:hover {
    color: #0986A3;
    text-decoration: none;
}


/* -------------------------------------------------------------------------- */
/* -----| HEADER |----------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

#page-navbar .navbar-text {
    display: block;
    float: left;
    font-family:'Open Sans', sans-serif;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
}

#page-navbar {
    background-color: #373A3D;
    background-image: -moz-linear-gradient(center top , #373A3D, #313437);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.button {
    background-color: #007A96;
    border: 0 none;
    border-radius: 2px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 6px 13px;
}
.button:hover {
    background-color: #0986A3;
    color: #FFFFFF;
    text-decoration: none;
}

/* ---------------------------------------------------------------------------------------------- */
/* -----| DIRECTORY LISTER |--------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#info {
    padding-left: 0px;
    padding-right: 0px;
}

#error-collection {
    margin-top: 100px;
    padding-left: 0px;
    padding-right: 0px;
}

#page-content {
    background-color: #DFDFDF;
    border-radius: 5px;
}

#directory-list-header {
    /*font-family: 'Cutive Mono', monospace, serif;*/
    font-weight: bold;
    padding: 10px 15px;
    margin-right: 20px;
}

#directory-listing {
    /*font-family: 'Cutive Mono', monospace, serif;*/
}

#directory-listing li {
    position: relative;
    margin-right: 20px;
}

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

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

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

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


/* ---------------------------------------------------------------------------------------------- */
/* -----| FOOTER |------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

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


/* ---------------------------------------------------------------------------------------------- */
/* -----| CHECKSUM 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;
    }

}
