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

body {
    padding: 50px 0 0;
}

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

.container {
    max-width: 960px;
}


/* -------------------------------------------------------------------------- */
/* -----| HEADER |----------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
#page-navbar{
    background: url('/resources/themes/bootstrap/img/grafika_top.jpg') no-repeat top center;
}
#page-navbar .logo{
    float:left;
    display: inline-block;
}
#page-navbar .logo img{
    height:27px;
    margin:11px 0px;
}
#page-navbar .top{
    float:right;
}
#page-navbar .top .phone{
    margin:13px;
    color:#5d5d5d;
}
#page-navbar .top a{
    color:#5d5d5d;
}
#page-navbar .top a:hover{
    text-decoration: none;
    color:#da251c;
}
#page-navbar .top .phone::before, #page-navbar .top .mail::before{
    font-size: 20px;
    position: relative;
    bottom: -2px;
    margin-right: 6px;
}
#page-navbar .navbar-text {
    display: block;
    float: left;
    font-family: 'Cutive Mono', monospace, serif;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumb{
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
}
.breadcrumb p{
    margin:5px 0px;
    padding:0;
    color:#5C5C5C;
    font-size:14px;
}
.breadcrumb p a{
    color:#5C5C5C;
    font-size:14px;
}
.breadcrumb p a:hover{
    text-decoration: none;
    color:#da251c;
}
.welcome{
    overflow: hidden;
    position:relative;
    margin-top:20px;
}
.welcome img{
    width:100%;
}
.welcome h1{
    font-size:55px;
    position:absolute;
    top:30%;
    left:10px;
    width:100%;
    text-align: center;
    color:#fff;
    text-shadow:2px 2px 5px #000;
}
/* ---------------------------------------------------------------------------------------------- */
/* -----| DIRECTORY LISTER |--------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

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

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

#directory-listing li {
    position: relative;
}

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

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

.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: 20px;
    text-align: center;
    color:#5d5d5d;
}


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

}
