.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

div.bg-error {
    word-break: break-all;
}

.text-history-align {
    line-height: 40px;
}

.text-observation-align {
    padding-top: 2px;
    left: 5.5%;
}

.heigthTreeBox {
    height: 300px;
    max-height: 300px;
    overflow: auto;
}

.lyrics_box {
    font-size: 1em;
}

.diligenciar_div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.diligenciar_label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-content: center;
}

.previsualizadorFlex {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: auto;
    background-color: #fff;
    width: 94.1%;
}

.backgroundReadOnly {
    background-color: #fff !important;
}

.closePrevPdf {
    display: none;
}

.btnCloseShow {
    right: 0;
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0;
    border: none;
    font-size: 1em;
    color: #fff;
    background: #dc3545;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    justify-content: center;
}

.fileCanvaContent {
    margin-top: 4%
}

.infoAdicionalLink,
.infoAdicionalLink:hover {
    color: #212529;
    text-decoration: none;
    font-weight: 500;
}

.tituloCrear {
    font-size: 1.3em;
}

.anchoTabDocumento {
    width: 100%;
}

.iconoCargaArchivo {
    font-size: 72px;
}

.fontSizeMasInfo {
    font-size: 1.1em;
    color: #212529;
}

.margenChevronMasInfo {
    margin-left: 60%;
}

.anchoSelect2Destinatario {
    width: 100%;
}

.divInputRemitente {
    font-size: 1em;
}

.divBtnExaminar {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.marginTabs {
    margin-top: 10px;
}

.divBtnsFooter {
    display: flex;
    flex-direction: row;
}

.btnSolicitudesSubmit {
    margin-left: 35%;
}

.marign-l {
    margin-left: 1px;
}

.emailPersona {
    color: #ddd;
}

.selection {
    width: 100%;
}

.spaceBtnAnexo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.alingSpanAnexo {
    align-self: flex-end;
}

input#inputTipoDocumental {
    background-color: #fff;
}

.acomodaBloques {
    margin-top: 1em;
}

.space-left {
    margin-left: 33rem;
}

@media (max-width: 900px) {
    .space-left {
        margin-left: 0rem;
    }
    .acomodaBloques {
        flex-direction: column;
        margin-top: 0;
    }
    .margenChevronMasInfo {
        margin-left: 25%;
    }
    .btnCloseShow {
        position: inherit;
    }
    .previsualizadorFlex {
        position: inherit;
    }
    canvas#canvas-pdf {
        width: 100%;
        position: initial;
    }
    ul.nav-tabs#myTab {
        overflow: hidden;
    }
}

@media only screen and (max-height: 640px) {
    .divBtnsFooter {
        margin-bottom: 2.5em;
    }
}

@media only screen and (min-height: 641px) {
    .divBtnsFooter {
        margin-bottom: 10em;
    }
}

@media only screen and (min-height: 750px) {
    .divBtnsFooter {
        margin-bottom: 16em;
    }
}

@media only screen and (min-height: 900px) {
    .divBtnsFooter {
        margin-bottom: 35em;
    }
}

@media only screen and (min-height: 1366px) {
    .divBtnsFooter {
        margin-bottom: 55em;
    }
}

@media only screen and (min-width: 577px) {
    .margenChevronMasInfo {
        margin-left: 9%;
    }
}

@media only screen and (min-device-width: 900px) {
    .margenChevronMasInfo {
        margin-left: 25%;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .previsualizadorFlex {
        width: 100%;
    }
}


/*************Sin documento **/

.sinDocumento {
    padding-top: 25%;
    display: flex;
    border-left: 0.2px solid #dddddd;
}


/****Para informacion adicional***/

.dataExtra {
    cursor: pointer;
}


/********************* Detalle para historico********/

.principalDetalles .detaHistorico {
    position: relative;
}

table#anexosTable tr {
    cursor: pointer;
}

div.message div.avatar {
    float: left;
    width: 5%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

div.message div.avatar span {
    font-weight: bold;
    background-color: #6c757d;
    color: #ffffff;
    vertical-align: middle;
    border-radius: 50%;
    padding: 0;
    width: 39px;
    height: 39px;
    display: inline-block;
    /*
    font-weight: bold;
    background-color: #6c757d;
    color: #ffffff;
    vertical-align: middle;
    border-radius: 50%;
    padding: 0.4rem 1.2rem;*/
}

div.message div.content {
    cursor: pointer;
    display: inline;
}

div.message div.brief {
    color: #555
}

div.message div.dateAndAttachment {
    color: #5f6368;
    font-size: .75rem;
    float: right;
}

div.message div.dateAndAttachment span {
    display: inline-block;
    background: no-repeat url(https://ssl.gstatic.com/mail/sprites/general-76906fbc82f79822625038e272fa3893.png) 0 0;
    height: 21px;
    width: 21px;
    margin-right: 15px;
}

div.message div.attachment {
    display: none;
    position: relative;
}

div.message div.fileName {
    position: absolute;
    width: 180px;
    bottom: 0;
    padding: 10px 10px;
    background-color: #f5f5f5;
}

div.message div.fileName span {
    color: #777;
}

div.message div.attachment div.box {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: #a50d00;
}

div.message div.attachment div.corner {
    background: no-repeat url(https://ssl.gstatic.com/mail/sprites/newattachmentcards-ff2ce2bea04dec2bf32f2ebbfa0834ff.png) -129px -88px;
    height: 20px;
    width: 40px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 4;
}

div.message div.fileImg {
    border: 1px solid #e5e5e5;
    width: 180px;
    height: 120px;
    text-align: center;
}

div.message div.fileImg div {
    text-align: center;
    line-height: 85px;
}

div.message div.fileImg div span {
    background: no-repeat url(https://ssl.gstatic.com/mail/sprites/newattachmentcards-ff2ce2bea04dec2bf32f2ebbfa0834ff.png) -219px -88px;
    width: 0;
    height: 0;
    padding: 20px 20px;
}

div.message div.whole {
    padding: 40px 0;
    display: none;
}

div.message div.bar {
    border-bottom: 1px solid #cfcfcf;
    float: left;
    width: 100%;
    height: 10px;
    margin: 10px 0;
}

div.bar {
    border-bottom: 1px solid #cfcfcf;
    float: left;
    width: 100%;
    height: 10px;
    margin: 10px 0;
}

div.content input {
    display: none;
}


/* Collapse and hide items*/

div.content input:checked~div.attachment {
    display: inline-block;
}

div.content input:checked~div.whole {
    display: block;
}

.titleBandeja {
    max-width: 850px;
}

.colapsarTodoIcon {
    display: none;
}

@media (max-width: 600px) {
    div.message div.content {
        padding-left: 17%;
    }
    div.message div.avatar {
        height: 1px;
    }
    .expandir {
        padding-left: 11em;
    }
    .spanDateHistorico {
        position: relative;
        right: 0%;
    }
}

@media (max-width: 1350px) {
    div.message div.content {
        padding-left: 3.7em;
    }
}


/* .tabDoc .canvaDoc {
    height: 29em ;
} */

.canvaDoc {
    width: 100%;
}

#contConPlantilla .previsualizadorFlex {
    top: 65px;
    margin-bottom: 10px;
}

.plantillaPreview {
    -ms-zoom: 0.80;
    -moz-transform: scale(0.80);
    -moz-transform-origin: left top;
    -o-transform: scale(0.80);
    -o-transform-origin: left top;
    -webkit-transform: scale(0.80);
    -webkit-transform-origin: left top;
    transform: scale(0.80);
    transform-origin: left top;
    width: 126%;
}

.spanInfoAdd-right,
#contentLiDinamicForm .margenChevronMasInfo {
    margin-left: 0;
    margin-top: 3px;
    float: right;
}

.titleInnerGForms {
    margin-top: 16px;
    margin-bottom: 8px;
    font-weight: bold;
}

.btn-primary {
    color: #fff;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.closeImg {
    position: inherit;
    left: 93%;
    top: -28px;
}

.preImg {
    top: 175px;
}

.imgTam {
    width: 98%;
    margin-bottom: 3%;
}

.btn-tramite-radicado {
    padding: 10px;
    font-size: 15px;
}

.icono-informativo {
    float: right;
    cursor: pointer;
}

#verObservacion {
    cursor: pointer;
}

.SelectFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.vertical-align {
    display: inline-block;
    vertical-align: text-bottom;
}

.spinner-sm {
    width: 1.5rem;
    height: 1.5rem;
}

.listTiposDocumentales {
    padding: 0.5em
}

.listTiposDocumentales ul {
    padding: 0
}

.listTiposDocumentales ul li {
    display: inline-block;
    float: left;
    padding: 0.2em
}

.listTiposDocumentales ul li button {
    background-color: transparent;
    border: 0;
    padding: 0.4em 0.8em;
    color: #36c;
    text-decoration: underline
}

.listTiposDocumentales ul li button:focus,
.listTiposDocumentales ul li button:hover {
    color: #004884
}

.listTiposDocumentales ul li a {
    background-color: #e6effd;
    border-radius: 1.5em;
    color: #36c;
    font-size: 0.9em;
    padding: 0.4em 0.8em;
    text-decoration: none;
    transition: 0.25s ease-in-out all
}

.listTiposDocumentales ul li a:focus,
.listTiposDocumentales ul li a:hover {
    background-color: #36c;
    color: #fff;
    transition: 0.25s ease-in-out all
}
.help-block {
    color: #a94442 !important;
}

.opcionesFirma {
    margin: auto;
}

/* En tu archivo CSS personalizado para el historico mostrar el finalizado*/
.bg-historico-fi {
    background-color: #F1F3F4; /* Aquí puedes poner el código de tu color personalizado */
    /* Puedes ajustar el color cambiando el código hexadecimal (#F1F3F4 en este caso) */
}

.modalDocumentosAnexos{
    min-width: 1000px !important;
}

.thAnexos{
    width: 180px;
}

.iconoTrash{
    color:#dc3545 !important;
}

.check-personalizado{
    width: 18px;
    height: 30px;
}