/*
Theme Name: Proyectos Tic
Theme URI: 
Author: Jovanny ALmonte
Author URI: 
Description: Repositorio de documentos para el departamento de proyectos
Version: 1.0
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: formularios, vaciones, plantillas, etc.
*/

/* Estilo para el menú vertical */
/* Estilo para el menú vertical */
.logotipo img {
    width: 6rem;
    padding-top: 1rem;
    margin-right: 1rem;
}

.logotipo h5{
    color: #fff;
}

.logotipo{
    display: flex;
    align-items: flex-end;
}
.superior {
    max-width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lema h2 {
    color: #ffffff;
}

.lema h2 span{
    color: rgb(196, 24, 24);
}

.entry-header h2 a{
    color: #14324b !important;
    text-transform: uppercase;
}

.catlink{
    color: #989900 !important;
}

.breadcrumbs li span{
    font-weight: 800;
    color: #14324b !important;
}

table thead tr th #MediaTable-0-mediaTableCol-0{
    color: #01deff !important;
}

.wpdf_dropbox .message, #dropbox_version .message {
    font-size: 1em !important;
    font-weight: 800;
    display: block;
    color: #14324b !important;
    margin-top: 40px;
}

#et-boc .wpfd-content-table .wpfd-table-bordered thead:first-child tr:first-child th, .wpfd-content-table .wpfd-table-bordered thead:first-child tr:first-child th {
    border-top: 0;
    color: #14324b !important;
    font-weight: 800;
}
.wpfd-content-table .wpfd-table-bordered tr{
    color: #14324b !important;
    font-weight: 600 !important;
}

.wpfd-content-table .wpfd-table-bordered tr td a{
    color: #14324b !important;
    font-weight: 800;
}

table .wpfd-table-bordered thead{
    color: #14324b !important;
    font-weight: 500 !important;
}

.btnsearchbelow .wpfd-btnsearchbelow {
    background-color: #01deff !important;
}

.vertical-menu {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

.vertical-menu .nav-item {
    display: block;
}

.vertical-menu .nav-link {
    padding: 10px 15px;
    /* Ajuste del padding para el menú vertical */
}


.navbar {
    display: flex !important;
    flex-direction: column !important;
}

.navbar-nav {
    display: block !important;
}


.nav-link span {
    color: #fff;
}


/* Ajuste para el menú en pantallas pequeñas */
@media (max-width: 992px) {
    .navbar-nav {
        display: block;
    }
    #myChart{
        display: none !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        align-items: flex-start;
    }

    
}

.collapse .navbar-collapse {
    flex-direction: column !important;
    position: fixed !important;
}

.navbar-nav .vertical-menu {
    display: flex !important;
    flex-direction: column !important;
}

.content-area {
    backdrop-filter: blur(10px);
    background-color: #ffffff3b;;
    border-radius: 1rem;
}

body {
    background-color: #14324b;
    background-image: url(./img/explorador.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-page {
    margin: .50rem .25rem;
}

.btn-apt.active {
    background-color: #01deff !important; /* Cambia a tu color preferido */
    color: #ffffff;
}

/* Resalta la página actual en el menú */
.navbar-light .navbar-nav .active>.nav-link span {
    color: #01deff; /* Color del texto de la página actual */
}

.navbar-light .navbar-nav .active>.nav-link span:hover{
    color: #01deff;
}

.enlaces-apt {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* .navbar-collapse{
    position: fixed;
} */

.user-info-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.circle {
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    /* Espacio entre la imagen y la información */
}

.circle img {
    border-radius: 50%;
    border: 3px solid #01deff;
    /* Color del borde */
    width: 50px;
    /* Tamaño de la imagen (ajústalo según lo necesites) */
    height: 50px;
    /* Asegúrate de que sea cuadrado para mantener la forma circular */
    object-fit: contain;
    padding: .50rem;
}


.info span {
    font-size: 12px;
    color: #666;
}

.info h5 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}


.progress-group {
    margin-bottom: 20px;
    width: 10rem;
}

.progress-label {
    color: #fff;
}

.custom-style{
    height: 1px;
    border-color: red;
}

/* .progress-item {
    margin-bottom: 15px;
    position: relative;
} */

/* .progress-label {
    position: absolute;
    top: -25px;
    left: 0;
    font-weight: bold;
    font-size: 14px;
    color: #333;
} */

/************************
Css orignal https://codepen.io/jlalovi/details/bIyAr
************************/

labels.align{
    display: flex !important;
    flex-direction: column !important;
    align-items: start !important;
}