/*! 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;
}

#content {
    margin-left: 5px;
    margin-top: 20px;
}

#btnDocumentActions {
    margin-top:15px;
}

#btn-form-search {
    margin-top: -3.1em;
}

#header-user-role {
    display:none;
}

#documentos-list-navbar {
    height: 16px !important;
}

#help-icon {
    font-size: 50px;
}

#idiom-icon {
    font-size: 50px;
    margin-right: 20px;
    color: #007bc4;
}

.buttons-group {
    color:#FFF;
}

#cnt-breadcrumb {
    margin-top: -20px;
    width: 500px;
    margin-left: -1em;
}

#nav-documents, #nav-list-documents {
    min-height: 0px;
    margin-top: -1em;
}

.sonar {
    position: relative;
    transition: all .2s cubic-bezier(0,0,.1,1);
    font-size: 30px;
    color: inherit;
}


