:after, ::before {
    border: none;
}
/* Estilos del Indíce */
.header-index {
    background-color: #000;
    display: grid;
}
.resumen-nav {
    margin: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    grid-gap: 10px;
}
#contenido .container {
    padding: 0;
}
#divUsuario {
    color: #fff;
    align-self: flex-end;
}
.navbar.navbar-default {
    border: none;
    border-radius: 0;
}	
#resumen-form {
    display: flex;
    justify-content: end;
    padding: 0 15px;
    border: 0;
}
#resumen-form .btn.btn-primary {
    margin: 0 5px;
}
#in-control {
    display: inline-block;
}

/* Estilos de estadística */
.est-rec-search {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-end;
}
.est-rec-search .form-group  {
    margin-right: 1rem;
}
.est-rec-search input {
    width: 150px;
}
.est-rec-search .form-group {
    margin: 0;
}

.est-rec-header {
    margin: 0.3rem 0 2rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #0065a0;
    font-family: sans-serif;
}
.est-rec-header div {
    background-color: #0065a0;
    color: #fff;
    text-align: left;
    padding: .2rem .5rem;
}

.est-rec-body {
    margin-bottom: 2rem;
} 
.est-rec-body #tblRecomendacion thead {
    background-color: #0065a0;
    color: #fff;
}

.usi-table thead {
    color: #fff;
    background-color: #0065a0;
    font-size: 1.2rem;
}
.usi-table tbody {
    font-size: 1rem;
}

/*///////////////////////////////////////////////////////*/
/*                                                       */
/*                Estilos de Padrones                    */
/*                                                       */
/*///////////////////////////////////////////////////////*/
.consolidado-resumen {
    font-size: 1em;
    max-width: 800px;
    margin: 0 auto;
}
.consolidado-resumen thead {
    font-size: .8em;
    background-color: #005c82;
    color: #fff;   
}
.consolidado-resumen .vertical {
    width: 10px;
}
.consolidado-resumen th.vertical div {
    max-height: 100px;
    font-weight: 100;
    writing-mode: tb-rl;
    transform: rotate(180deg);
    line-height: 1.2rem !important;
    text-align: initial;
    letter-spacing: 1px;
}

.consolidado {
    font-size: 1rem;
}
.consolidado thead {
    background-color: #005c82;
    color: #fff;   
}
.vertical {
    width: 10px;
}
th.vertical div {
    writing-mode: tb-rl;
    transform: rotate(180deg);
    line-height: 1.2rem !important;
    text-align: initial;
}
.pull-right.search {
    margin: 0;
}
.report-title {
    display: flex;
    justify-content: space-between;
    background-color: #0065a0;
    color: #fff;
    padding: .5rem 1rem;
    margin-bottom: 2rem;
    font-size: 2rem;
    border-radius: .5rem;
    margin-top: 1rem;

}
.report-title .btn.btn-info.btn-sm {
    font-size: 1.6rem;
    padding: 0 .5rem;
}
.icon-toolbar {
    font-size: 3.5rem;
    margin-left: .5rem;
    cursor: pointer;
    color: darkgreen;
}
.icon-toolbar:hover {
    color: #ffca28;
}
.icon-toolbar:hover {
    color: #ffca28;
}
.fa-file-certificate {
    font-size: 2rem;
    color: indianred;
}

/*///////////////////////////////////////////////////////*/
/*                                                       */
/*                Estilos de Reportes                    */
/*                                                       */
/*///////////////////////////////////////////////////////*/
.ciees-link {
    cursor: pointer;
}
#tblRed tbody tr td {
    vertical-align: top;
}
.tblRED1 {
    max-width: 500px; 
    margin: 2rem auto;
}
.tblRED1 caption {
    text-align: right;
}
.tblRED1 thead {
    background-color: #005c82;
    color: #fff;
    text-align: center;
}
.tblRED1 thead tr {
    line-height: 3rem;
}					
.tblRED1 thead th {
    text-align: center;
}
.tblRED1 tbody tr td {
    line-height: 1rem;
    border: none;
}
.tblRED1 tbody tr td:nth-child(2),
.tblRED1 tbody tr th:nth-child(2),
.tblRED1 tbody tr th:nth-child(3) {
    text-align: center;
}
.tblRED1 tbody tr td:first-child {
    padding-left: 3rem;
}
.tblRED1 .subtotal {
    border-top: 1px solid rgba(103,103,103,.54);
    border-bottom: 1px solid rgba(103,103,103,.54);
    background-color: rgba(103,103,103,.1);
}

/* Estilos para los Avances Agregado el 31/03/2020 */
.circular-progress {
    margin: auto;
    position: relative;
}
.circular-progress,
.circular-progress::before,
.circular-progress::after {
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
}
.circular-progress::before,
.circular-progress::after {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.circular-progress::before {
    content: "HTML 5";    
    padding: .5em;
    box-sizing: border-box;
    font-size: 2rem;
    line-height: 8rem;
}

.circular-progress::after {
    content: "60%";
    line-height: 13rem;
}

/* Estilos para tabla de reportes */
.action-2 { min-width: 70px; }
.action-3 { min-width: 105px; }
.action-4 { min-width: 140px; }

.siTbl thead {
    background-color: #005C82;
    color: #fff;
}
.siTbl thead tr th {
    font-size: 1rem;
    vertical-align: middle !important;
    text-align: center;
    border: 1px solid #ddd;
}
.siTbl tbody tr td {
    font-size: .9rem;
}
.siBtn {
    padding: 0 5px;
    font-size: 1.5rem;
}

/*///////////////////////////////////////////////////////*/
/*                                                       */
/*                 Estilos de Modal                      */
/*                                                       */
/*///////////////////////////////////////////////////////*/

.modal-title {
    color: #fff;
    font-size: 2rem;
}

/*///////////////////////////////////////////////////////*/
/*                                                       */
/*           Estilos de portadas de módulos              */
/*                                                       */
/*///////////////////////////////////////////////////////*/

.bckPortada {
    height: 70vh;
    width: 100%;
    background-image: url("imgs/mco.jpg");
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0065a0;
    font-size: 5rem;
}

.bckPortada::after {
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100% - 30px);
    background-image: linear-gradient(140deg, transparent 50%, #BC70A4);
}

/*///////////////////////////////////////////////////////*/
/*                                                       */
/*            Estilos del Resumen de GAPES               */
/*                                                       */
/*///////////////////////////////////////////////////////*/
.menu-sise-gapes {
    background-color: #ececec;
}

.dataCollection-container {
    padding: 2rem;
    border-radius: .5rem;
    border: 1px solid #0065a0;
    margin-bottom: 2rem;
}
.dataCollection-container .subtitle {
    padding: 1rem;
    border-radius: .5rem;
    background-color: #0065a0;
    color: #fff;
    margin-bottom: 2rem;
}
.dataCollection-container .criterio {
    margin-bottom: 2rem;
    border-top: 2px solid #676767;
}

/*///////////////////////////////////////////////////////*/
/*                                                       */
/*             Estilos del tablero Kanban                */
/*                                                       */
/*///////////////////////////////////////////////////////*/

.kanban-container {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    height: 70vh;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
}

.kanban-board {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 15px;
    height: calc(100% - 40px);
    padding-bottom: 20px;
}

.kanban-column {
    flex: 1 1 280px;
    background-color: #e3e3e3;
    border-radius: 8px;
    padding: 12px;
    width: 280px;
    min-width: 280px;
    height: 100%;
    max-height: 350px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.kanban-column:first-child {
    flex: 1 auto;
    width: 100%;
  }
.kanban-container .column-title {
    text-align: center;
    font-weight: bold;
    padding: 8px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc;
    background-color: #e3e3e3;
    position: sticky;
    top: 0;
    z-index: 1;
    font-size: 1.1em;
}

.kanban-container .items-container {
    flex: 1;
    overflow-y: auto;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-content: flex-start;
}

.kanban-container .kanban-item {
    background-color: white;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: transform 0.2s;
    flex-shrink: 0;
}

.kanban-container .kanban-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.kanban-container .item-id {
    font-size: 12px;
    color: #555;
    margin-bottom: 2px;
}

.kanban-container .time-display {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.kanban-container .count-badge {
    display: inline-block;
    background-color: #555;
    color: white;
    border-radius: 12px;
    padding: 2px 8px;
    font-size: 12px;
    margin-left: 5px;
}

/* Colores por tiempo en etapa */
.kanban-container .time-fast {
    border-top: 3px solid #2ecc71;
}
.kanban-container .time-medium {
    border-top: 3px solid #f39c12;
}
.kanban-container .time-slow {
    border-top: 3px solid #e74c3c;
}

/* Estilos para la barra de scroll */
.kanban-container .items-container::-webkit-scrollbar {
    width: 6px;
}

.kanban-container .items-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.kanban-container .items-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.kanban-container .items-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}