/* ---------------------------------------------------------------------------------------------- */
/* -----| GENERAL |------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------- */
a{
    color: #022439;
    font-weight: 400;
}
body {
    padding: 120px 0 0;
    font-size: 18px;
    font-weight: 400;
}

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

.container {
    max-width: 1100px;
}

.file-modified,
.file-size{
    font-size: 14px;
}

#page-content{
    padding-top: 20px;
}

.navbar-text{
    margin-top: 5px;
    margin-bottom: 5px;
}

#page-navbar .nav>li>a{
    padding: 5px 10px;
    font-size: 14px;
}

.b_header{
    text-align: right;
    padding: 20px 0px;
}

.assin{
    font-size: 13px;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 4px;
    font-weight: 400;
}

.assin span{
    padding-right: 10px;
}

.assin:hover{
    border-color: #022439;
    text-decoration: none;
}


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

#page-navbar .navbar-text {
    display: block;
    float: left;
    font-family: 'Roboto Condensed', monospace, serif;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    font-size: 14px;
}

.logotipo{
    text-align: center;
    padding-bottom: 20px;
    display: block;
}

.logotipo img{
    width: 130px;
}

.navbar-default{
    background: #fff;
    border: none;
    padding: 20px 0px 20px 0px;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
}

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

#directory-list-header {
    font-family: 'Roboto Condensed', monospace, serif;
    padding: 10px 15px;
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
}

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

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

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

.file-name i {
    opacity: 0.3;
    color: #022439;
}

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

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

li.pasta a .file-name{
}
li.pasta a i{
    opacity: 1;
}

.nav>li>a:focus .file-name,
.nav>li>a:hover .file-name,
.nav>li>a:focus,
.nav>li>a:hover{
    background: #fff;
    color: #ff0450;
}

.nav>li>a:hover > .row span i{
    opacity: 1;
    color: #ff0450;
}

#page-navbar .nav>li>a.download_pasta{
    display: inline-block;
    color: #ff0450;
}

#page-navbar .nav>li>a.download_pasta span{
    padding-right: 10px;
}

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

.footer {
    margin: 20px;
    text-align: center;
    font-size: 12px;
    color: #999;
}


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

#file-info {
    margin: 0;
}

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

#file-info .md5-hash,
#file-info .sha1-hash {
    font-family: 'Roboto Condensed', 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;
    }
    #page-navbar .nav>li>a.download_pasta span{

        display: none;
    }

}
