.l-root__grid .c-table-actionbar__exposed .c-table-actionbar__action.c-table-actionbar__action-edit-article {
	background-image: url('/assets/skins/lahuen/base/images/icon_edit.svg');
}

.c-table-cell .c-table-body__cell .c-table-body__cell--article-state .c-formatted-state__pill {
    text-align: center;
    border-radius: 0.5rem;
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.c-form-section-article-information-editor .c-select {
    width: 14rem;
}

.c-form-section-article-information-editor .information-editor-config__min-unit--text    {
    width: 14rem;
}
.c-form-section-article-information-editor .c-form-section-article-information-editor-existing-configs__table-data .c-action--tertiary {
    width: fit-content;
    margin-top: 1vh;
    margin-left: 0;
    align-self: flex-end;
}

.c-form-section .c-select.information-editor-config__state--select.c-select,
.c-select.article-information-editor-config__pharmaceutical-form--select.c-select {
    width: 35vh;
}

.c-form-section-article-information-editor .c-pair {
    display: flex;
    flex-direction: column;
}

.c-table-body__cell--article-state .c-formatted-state__pill.c-formatted-state__pill--1 {
    background-color: var(--state-executing);
}
.c-table-body__cell--article-state .c-formatted-state__pill.c-formatted-state__pill--datos-faltantes {
    color: var(--system-error-normal);
}
.c-table-body__cell--article-state .c-formatted-state__pill.c-formatted-state__pill--2 {
	background-color: var(--system-error-bright);
}

.c-form-section-article-information-editor
webc-numeric-field::part(webc-numeric-field) {
    width: 7.2rem;
    height: 2.1rem;
    border-radius: 0.4rem;
    border: 0.1rem solid var(--primary-e-normal);
    padding: 0 1rem;
    font: 400 1.2rem / normal 'Open Sans', sans-serif;
    margin-right: .5rem;
}

.c-form-section-article-information-editor .information-editor-config__dispensation-unit--select.c-select {
    width: 35vh;
}

.information-editor-config__min-unit--numeric.config-numeric.c-textfield.c-textfield--filled.c-textfield--disabled {
    width: 9.5rem;
    margin-right: .3rem;
}

.c-form-section-article-information-editor
.article-information-editor-info__code--text {
    width: 14rem;
}
.c-form-section-article-information-editor-existing-configs__table-data--empty {
    font: 400 1.2rem / normal 'Open Sans', sans-serif;
    color: #8b8da3;
}

.c-form-section-article-information-editor-existing-configs__table-data--unit-error {
    font: 400 1.2rem / normal 'Open Sans', sans-serif;
    color: var(--system-error-light);
}

.c-quick-table__table .c-table-header__cell--code{
    width: 12rem;
}

.c-quick-table__table .c-table-header__cell--pharmaceutical-form{
    width: 15rem;
}

.c-quick-table__table .c-table-header__cell--potency{
    width: 15rem;
}

.c-quick-table__table .c-table-header__cell--content{
    width: 15rem;
}

.c-quick-table__table .c-table-header__cell--dispensation-unit{
    width: 15rem;
}

.c-quick-table__table .c-table-header__cell--article-state{
    width: 10rem;
}

.c-quick-table__table .c-table-header__cell--article-actions{
    width: 10rem;
}
