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

* {
    margin: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    padding: 70px 0 0;
    color: #ddd;
    background-color: #1a1a1a;

}

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

.container {
    max-width: 960px;
}

a {
    color: #b21b1b;
}

a:link {
    color: #b21b1b;
}

a:hover {
    color: #ffffff;
}

a:focus {
    color: #b21b1b;
}

a:active {
    color: #b21b1b !important;
}

img {
    width: 50%;
    border: 0;
}

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

.navbar-default {
    background-color: #b21b1b !important;
    border: 0;
}

#page-navbar .navbar-text>a {
    color: rgba(255, 255, 255, .8);
}

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

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:visited {
    color: white;
}

.navbar-default .navbar-nav>li>a:hover {
    color: white;
}

.navbar-default .navbar-nav>li>a:active {
    color: white;
}

/* ---------------------------------------------------------------------------------------------- */
/* -----| DIRECTORY LISTER |--------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
#page-content {
    margin-left: 28%;
    margin-right: 28%;
}

#directory-list-header {
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: bold;
    padding: 10px 15px;
}

#directory-listing {
    font-family: 'Roboto', sans-serif;
}

#directory-listing li {
    position: relative;
}

#directory-listing li > a {
    background-color: #1a1a1a;
}

#directory-listing li > a:hover {
    background-color: transparent;
}

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

.file-name i {
    color: #9E9E9E;
    margin-right: 26px;
    vertical-align: middle;
}

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

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


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

.footer, .push {
    text-align: center;
    height: 40px; /* .push must be the same height as .footer */
}

.wrapper {
    min-height: 100%;
    height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
    height: 100%;
    margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}

/* ---------------------------------------------------------------------------------------------- */
/* -----| CHECKSUM MODAL |----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#file-info {
    margin: 0;
}

#file-info .table-title {
    font-family: "Roboto-Medium", sans-serif;
    text-align: right;
}

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


/* -------------------------------------------------------------------------- */
/* -----| RESPONSIVE |------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

@media (max-width: 767px) {
    #page-content {
        margin-left: 5%;
        margin-right: -17%;
    }

    body {
        padding: 20px 0 0 0 !important;
    }

    .col-xs-10 {
        width: 65%;
    }

    .col-xs-2 {
        width: 15%;
    }

    .col-xs-9 {
        width: 65%;
    }

    .col-xs-3 {
        width: 15%;
    }

    .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 {
        max-width: 75%;
    }

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

    .file-size {
        text-align: left !important;
        padding-right: 0px !important;
    }

    img {
        width:80%;
        border: 0;
    }
}

@media (max-width: 990px) {
    .hidden-xs {
        display: none;
    }
}

@media (min-width: 992px) {
    .file-size {
        text-align: center;
	    padding-right: 55px;
    }

    .col-md-7 {
        width: 30%;
        text-align: left
    }

    .col-md-2 {
        width: 15%;
        text-align: left;
    }

    .modal-content {
        background-color: #1a1a1a;
        color: #b21b1b;
    }

    .modal-header .close {
        color: white !important;
    }

    .container {
        max-width: 1200px;
    }

    .file-info-button, .web-link-button {
        margin-left: 70%;
    }
}

@media (min-width: 1450px) {
    #page-content {
        margin-left: 28% !important;
    }
}

@media (max-width: 768px) {
	#page-content {
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media (min-width: 991px) {
    #page-content {
        margin-left: 21%;
    }

    .file-size {
        text-align: center;
        padding-right: 55px;
    }

    .col-md-7 {
        width: 30%;
        text-align: left
    }

    .col-md-2 {
        width: 15%;
        text-align: left;
    }

    .modal-content {
        background-color: #1a1a1a;
        color: #b21b1b;
    }

    .modal-header .close {
        color: white !important;
    }

    .container {
        max-width: 1200px;
    }

    .file-info-button, .web-link-button {
        margin-left: 80%;
    }
}

#DirectorLister .fileDownloads {
    display: inline-block;
    float: left;
    margin: 8px;
    overflow: hidden;
    text-align: right;
    white-space: nowrap;
    width: 100px;
}

.modal-content {
    background-color: #1a1a1a;
    color: #b21b1b;
}

.modal-header .close {
    color: white !important;
}

.container {
    max-width: 1200px;
}

.file-info-button, .web-link-button {
    margin-left: 65%;
}
