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

body {
    padding: 70px 0 0;
}

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

.container {
    max-width: 960px;
}

.navbar-default {
    background-color: #131637;
    border-color: #131637;
}


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


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


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

}

.navbar {
    
    min-height: 20px;
    
}

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

.wsx-nav {
    background-color: #1E2254;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    
}

.wsx-logo{
    max-width: 130px;
    padding-block: 20px;
}

.wsx-navspacer{
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
}

.headnav{
    margin-top: 70px;
}

.btn-out{
        padding: 15px;
    background: #eff1f0cf;
    border-radius: 20px;
}



.flexcenter-h {
    display: flex;
    align-items: center;
}



a {
    color: #000000!important;
}

a:hover {
    color: #ffffff!important;
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: #1e2254;
}

#directory-listing {
    font-family: inherit!important;
}

.fa-arrow-circle-up{
    color: #a6d8f8!important;
}

.navbar-text{
    color: #a6d8f8!important;
}

.navbar-text a{
    color: #a6d8f8!important;
}

.cardslinks a{
  display: inline-block; /* necesario para que el shadow se comporte bien */
  border-radius: 12px;   /* opcional: redondeo */
  overflow: hidden;      /* opcional: para que el shadow/imagen respete bordes si redondeas */
}

.cardslinks img{
  display: block; 
  width: 100%;
  max-width: 1200px;
  height: auto;
  transition: box-shadow .25s ease, transform .25s ease;
}

/* Hover: sombra negra detrás */
.cardslinks a:hover img{
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
  transform: translateY(-2px); /* opcional: efecto “levantar” */
}