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

body {
    padding: 70px 0 0;	
  background-color:#111b4e;

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

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

.container {
    max-width: 100%;
	height:100%;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    border:1px solid #facb7c;
   background-color:#111b4e;

	opacity:100%;
	color:#F2F3F5;
}
.nav > li> a{
    color: #F2F3F5;
}

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

#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;
	color:#111b4e;
	font-weight:bold;
	font-size:1.3em;
	
	
}
#page-navbar  {
    background-color: #F2F3F5;
	border-radius:3px;
	
	
}


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

#directory-list-header {
    font-family: 'Cutive Mono', monospace, serif;
    font-weight: bold;
    padding: 10px 10px;
	background-color: #F2F3F5;
	border-radius:3px;
}

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

#directory-listing li {
    position: relative;
}

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



.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: #F8D92B;
}


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

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


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

#file-info {
    margin: 0;
	color: #F8D92B;
}

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

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


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

@media (max-width: 100%px) {

    .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;
    }

}
