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

/*Get the fonts*/
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');


body {
    padding: 70px 0 0;
    background-color: #39b54a;
    
}

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

/*Get the fonts*/
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');
	
/*base font*/
body {font-size: 18px; color: rgba(255,255,255,1);
font-family: 'Quicksand', sans-serif; letter-spacing: 0.4px;}
	
/*links*/

a, a:visited, a:active, a:hover, a:focus  {color: rgba(255,255,255,1); text-decoration: none; transition: 0.3s all ease; border-bottom: 1px dotted rgba(255,255,255,0.8); outline:none !important;}
 
h1 {margin-left: 13px}


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

.navbar-default {
    background-color: #39b54a;
    border-color: #fff;
}


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


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

#directory-list-header {
    font-family: 'Quicksand', sans-serif;     
    font-weight: bold;
    padding: 10px 15px;
    background-color: #39b54a;

}

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

#directory-listing li {
    position: relative;
}

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

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

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


/* ---------------------------------------------------------------------------------------------- */
/* -----| 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: 'Quicksand', sans-serif; }


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

@media (max-width: 767px) {

    .navbar-nav {
        float: left;
        margin: 0;
        padding-bottom: 0;
        padding-top: 0;
        background-color: #39b54a;

    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
	    color: #fff;
        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;
    }

}

@media (min-width: 1200px) {
  .container {
    width: 1280px;
  }
}

.nav-pills a {border-bottom: 0;}
.nav-pills a:hover {color: #39b54a !important; background: rgba(255,255,255,.8) !important;}

/*copyright*/


#copyright img {max-width: 6px; height: auto; position:relative; top: 3px; left: 2px;}

.footer a, .footer a:visited {border-bottom: 1px dotted #fff !important; text-decoration:none;}
.footer a:hover {border-bottom: 1px dotted rgba(255,255,255,0) !important; color: #fff !important;}