/*! Arquetipo: Modificaciones en la maqueta  */
.celda-titulo{
    word-wrap: break-word;
    max-width:250px;
}

.celda-documento{    
    width:80px;
}

pre {
    white-space: pre-wrap; 
    word-break: normal;
}

/*Advertencias de sesion*/
.top-display .top-display-content {
    text-align: center;
    font-size: 1.05em;
    line-height: 38px;
    padding: 0 0 0 12.66667px;
    color: #fff;
    background-color: #019ee0;
    text-shadow: -1px -1px #017aad;
    box-shadow: -8px -1px 8px 0 rgba(0,0,0,.6);
    border: 0 solid #017aad;
    border-top-width: 2px;
    border-bottom-width: 2px;
}
.top-display-orange .top-display-content {
    background-color: #f0ad4e;
    text-shadow: -1px -1px #775d00;
    border-color: #775d00;
}

.ctm-btn {
    font-size: 14px;
}

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

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

.ql-align-justify {
    text-align: justify;
}

.ql-size-large {
    font-size: 1.3em
}

.ql-size-huge {
    font-size: 2.2em
}

.ql-size-small {
    font-size: 0.75em
}


.text-bg-success {
    color: #fff!important;
    background-color: RGBA(25,135,84,1)!important;
}

.text-bg-danger {
    color: #fff!important;
    background-color: RGBA(220, 53, 69,1)!important;
}

.text-bg-warning {
    color: #000!important;
    background-color: RGBA(255, 193, 7,1) !important;
}

.no-mostrar {
    visibility: hidden !important;
}

.datos-contacto {
    color: #2196F3FF!important;
}