﻿.tox-editor-header .tox-menubar {
    display: none !important;
}

.tox-editor-header .tox-mbtn, .tox-toolbar__group .tox-mbtn {
    background-color: #fff !important;
    border: 0 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    color: #222f3e !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    min-width: initial !important;
    outline: 0 !important;
    padding: 0 4px !important;
    text-transform: none !important;
}

.tox-editor-header .tox-tbtn, .tox-toolbar__group .tox-tbtn {
    background-color: #fff !important;
    border: 0 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    color: #222f3e !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    min-width: initial !important;
    outline: 0 !important;
    padding: 0 !important;
    text-transform: none !important;
}

/***********************************************************************/

#contenedor-info-expediente, .form-textos-expediente {
    margin: 0 auto;
    padding: 0 2.1rem 0 1rem;
    width: auto;
}

#contenedor-info-expediente {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: start;
    margin-top: 1.25rem;
    padding-left: 2.1rem; 
}

#contenedor-info-expediente a.button.tiny {
    margin-bottom: 0;
}

#contenedor-info-expediente span.titulo-textos-expediente {
    font-size: 1rem !important;
    line-height: 1.1;
}

.botones-edicion-textos-expedientes {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
    margin-left: calc(16.66667% + 1.1rem);
}

.botones-edicion-textos-expedientes .panel-ayuda {
    align-items: center;
    display: flex;
    background-color: rgb(255, 243, 217);
    border: 1px solid rgba(10, 10, 10, 0.25);
    font-size: 0.85rem;
    padding: 0.75rem 1rem;
}
/*******************************************************/
#wrapper-textos-expediente {
    margin-bottom: 1rem;
}

#contenedor-editores {
    background-color: #e4e4e4;
}

#lista-tab-textos-expediente {
    border-right: 1px solid #ccc;
    min-height: 700px;
}

#lista-tab-textos-expediente li {
    border: 1px solid #ccc;
    border-bottom: none;
    font-size: 0.75rem;
    margin: 0 -1px 0 4px;
    padding: 0.4rem 0.75rem;
}

#lista-tab-textos-expediente li span {
    font-size: 0.75rem !important;
}

#lista-tab-textos-expediente li span.relleno {
    font-weight: bold;
}

#lista-tab-textos-expediente li:last-child {
    border-bottom: 1px solid #ccc;
}

#lista-tab-textos-expediente li.tab-selected {
    background-color: #e4e4e4;
    border-right-color: #e4e4e4;
    margin-left: 0;
}

#lista-tab-textos-expediente li.tab-selected span {
    font-size: 0.95rem !important;
}

#lista-contenedores-editores-expediente {
    margin-bottom: 0;
}