div#cjaKnowledegeSettings {
    /* border: 1px solid; */
    height: calc(96%);
    display: block;
    position: relative;
    overflow: hidden;
}

div#containerKmdbSett {
    height: 95%;
    position: relative;
}

section.nav.breadcrumbs {
    /* border: 1px solid; */
    width: 100%;
    display: inline-block;
    min-height: max-content;
    margin-bottom: 5px;
}

section.nav.breadcrumbs ul {
    padding: 0;
    display: inline;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

section.nav.breadcrumbs ul li {
    position: relative;
    cursor: pointer;
    color: rgb(125 173 255);
    margin-left: 5px;
    margin-right: 5px;
    list-style: none;
    display: inline-flex;
}

section.nav.breadcrumbs ul li::after {
    content: "/";
    position: absolute;
    /* left: 0; */
    top: 0;
    display: block;
    margin-left: -7px;
}

section.nav.breadcrumbs ul li.active,
section.nav.breadcrumbs ul li:hover {
    color: rgb(5, 55, 76);
    font-weight: bold;
    transition: 0.5s;
}

.formModal {
    /* border: 1px solid; */
    width: 80%;
    margin: auto;
    height: max-content;
    padding: 5px 0px;
    margin-top: 10px;
}

.form-input {
    width: 100%;
    margin: 5px 0px;
    height: 25px;
}

input.form-input {
    margin-bottom: 10px;
}

select.form-input {
    margin-top: -4px;
}

.icon {
    width: 18px;
    height: 18px;
    margin: auto;
    cursor: pointer;
}

table .badge {
    margin-left: 10px;
    padding: 0.1em 0.4em;
}

.sheetEditable {
    /* border: 1px solid; */
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    display: none;
}

.sheetEditable.active {
    display: block;
}

.containerEditor {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.containerEditor .sec {
    /* overflow: auto; */
}

.cjaEditor {
    width: 50%;
    /* border: 1px solid; */
    height: 100%;
    padding: 8px 10px;
}

.cjaEditor .header {
    /* border: 1px solid; */
    min-height: 20px;
    width: 100%;
}

.cjaEditor .body {
    width: 100%;
    height: calc(100% - 30px);
    margin-top: 10px;
    overflow: auto;
}

.preview {
    width: 50%;
    border: 1px solid;
    height: 100%;
    margin-left: 10px;
    border-radius: 5px;
    border-color: lightgrey;
    overflow: auto;
    position: relative;
}

.txtPreview {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: max-content;
    height: max-content;
    top: 0;
    bottom: 0;
    font-size: 35px !important;
    font-weight: bold;
    opacity: 0.2;
    font-family: sans-serif !important;
}

.contianerLogsKmdb {
    transition: .5s;
    width: 320px;
    position: absolute;
    right: 0;
    top: 0px;
    background-color: white;
    /* border: 1px solid; */
    display: block;
    right: -320px;
}

.contianerLogsKmdb.active {
    transition: .5s;
    right: 0;
}

.contianerLogsKmdb .header {
    border: 1px solid var(--colorBaseBorder);
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
}

.contianerLogsKmdb .header .btnCloseLog {
    float: right;
}

.contianerLogsKmdb .body {
    border: 1px solid var(--colorBaseBorder);
    height: calc(100% - 30px);
    border-top: 0;
    border-bottom: 0;
    padding: 10px;
    padding-bottom: unset;
    padding-top: 0;
    overflow: auto;
    background-color: var(--colorBaseFondo1);
}

.contianerLogsKmdb .body section {
    margin: 10px 0px;
    overflow: hidden;
    background-color: white;
}

.contianerLogsKmdb .body section .header {
    justify-content: end;
    padding-right: 10px;
}

.contianerLogsKmdb .body section .header span {
    color: red;
}

.contianerLogsKmdb .body section .body {
    padding: 5px;
    border-bottom: 1px solid var(--colorBaseBorder);
    background-color: white;
}

.l-rt {
    float: right;
}

.containerKmdbPP,
.loyoutKMDB {
    width: 100%;
    height: 95%;
    position: relative;
}

.containerKmdbPP .title-kmdb {
    line-height: 2.5;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    color: red;
    opacity: 0.2;
    display: none;
}

.loyoutKMDB {
    height: 95%;
}

section.cjaBuscador {
    padding: 5px 0px;
}

.cjaBuscador input {
    border: 1px solid #c8c8c8;
    width: 215px;
}

.cjaBuscador input::placeholder {
    color: #c8c8c8;
}

.cjaBuscador .response {}

.hide {
    display: none;
}

.show {
    display: inline-block;
}

.containerUpload .secFiles {
    border-top: 1px solid #bebebe;
    padding: 0px 5px;
    height: 335px;
    overflow: auto;
    padding-top: 7px;
    background-color: #f1f1f1;
}

.containerUpload .secFiles article.cja_file {
    transition: 0.5s;
    border: 1px solid #cecece;
    width: 152px;
    display: inline-block;
    height: 110px;
    margin: 5px 5px;
    overflow: hidden;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: white;
}

.containerUpload .secFiles article.cja_file.active {
    transition: 0.5s;
    border: 1px solid #75bfeb;
}

.containerUpload .secFiles article.cja_file.active .doc {
    transition: 0.5s;
    color: #75bfeb;
}

.containerUpload .secFiles article.cja_file .doc {
    transition: 0.5s;
    border-bottom: 1px solid;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3rem !important;
    color: #b0b0b0;
    font-family: verdana !important;
    /* border-radius: 5px; */
    margin: auto;
}

.containerUpload .secFiles article.cja_file .name_doce {
    display: block;
    word-wrap: break-word;
    text-align: center;
}

.containerUpload .secFiles article.cja_file.active .name_doce {
    display: block;
    word-wrap: break-word;
    color: #75bfeb;
}

/*
-------------------------------------------------------------------------------------------------------------------
    DATE: 2022-08-05
    AUTHOR: nicolas.hernandez@e-solutions.co
-------------------------------------------------------------------------------------------------------------------
    -- > Inica estilos para la visualizacion de los conocimientos
    -- > El modulo se presta para mejorar
    --> para que tome los estilos debe estar dentro de un contenedor con la clase .containerKmdb
-------------------------------------------------------------------------------------------------------------------
*/

:root {
    --colorBaseFondo1: #f0f0f0;
    --colorBaseBorder: #d1d0d0;
    --colorBaseInfo: #bee8ff;
    --colorBaseErr: #f47d73;
}

.containerKmdb {
    /* border: 1px solid; */
    padding: 8px 10px;
    margin-top: 2px;
}

.containerKmdb .alert {
    width: 100%;
    border-radius: 5px;
    background-color: white;
    margin: 15px 0px;
    position: relative;
}

.containerKmdb .alert.info {
    background-color: var(--colorBaseInfo);
}

.containerKmdb .alert.err {
    background-color: var(--colorBaseErr);
    color: white;

}

.containerKmdb .alert .header {
    display: block;
    font-weight: bold;
}

.containerKmdb .alert .description {
    margin-top: 8px;
    margin-left: 8px;
}

.containerKmdb img {
    max-width: 100%;
    height: auto;
}

.containerKmdb p {}

.containerKmdb h1 {
    font-size: 22px !important;
}

.containerKmdb h2 {
    font-size: 18px !important;
}

.containerKmdb h3 {}

.containerKmdb h4 {}

.containerKmdb h1 strong,
.containerKmdb h2 strong,
.containerKmdb h3 strong,
.containerKmdb h4 strong {
    font-size: inherit !important;
}

.containerKmdb table {}

.containerKmdb table[align="left"] {}

.containerKmdb table[align="rigth"] {}

.containerKmdb table caption {
    caption-side: top;
}

.containerKmdb table tr {}

.containerKmdb table tr th {}

.containerKmdb table tr td {}

.containerKmdb blockquote {
    /* border: 1px solid; */
    border-left: 3px solid red;
    margin-left: 30px;
    padding: 10px 0px;
    padding-left: 20px;
    background-color: var(--colorBaseFondo1);
    font-style: italic;
    width: calc(100% - 50px);
}

.containerKmdb fieldset {
    width: calc(100% - 12px);
    margin: 10px 5px;
    border-radius: 5px;
    padding: 8px;
    border: 1px solid var(--colorBaseBorder);
}

.containerKmdb fieldset legend {
    width: max-content;
    margin-left: 10px;
    font-size: 16px !important;
    /* border: 1px solid; */
    padding: 0px 6px;
    border-radius: 3px;
    /* border-bottom: none; */
    /* border-top: none; */
    background-color: var(--colorBaseFondo1);
}

.containerKmdb img.preview {}

.containerKmdb iframe.preview {
    width: 80%;
    height: 250px;
    margin-bottom: 25px;
    position: relative;
    margin-left: 10%;
}

.containerKmdb pre {
    background-color: #F8F8F8;
    border: 1px solid #DDD;
    padding: 10px;
    overflow: auto;
}

.loyoutKMDB .containerKmdb iframe.preview {
    width: 90%;
    height: 500px;
    margin-bottom: 25px;
    position: relative;
    margin-left: 5%;
}