  /**
 * @file
 * A place for custom styles in the Gin admin theme.
 */

/* Colour variables. */
:root {
  --blue: #22549E;
  --colorGinPrimary: #22549E;
  --green: #015621;
}

.gin--edit-form .page-wrapper__node-edit-form .block-local-tasks-block, 
.gin--edit-form .page-wrapper__node-edit-form .block-system-main-block, 
.gin--edit-form .page-wrapper__node-edit-form .messages-list, 
.gin--edit-form .page-wrapper__node-edit-form .node-form, 
.gin--edit-form .page-wrapper__node-edit-form .node-confirm-form, 
.gin--edit-form .page-wrapper__node-edit-form .admin-list, 
.gin--edit-form .page-wrapper__node-edit-form .help{
    max-width: 1440px;
}
#field-community-councillors-values > thead > tr > th:nth-child(1), 
#field-community-councillors-values > thead > tr > th.th__{
   width: 4em;
}

/**
 * Paragraphs table fudging
 */
#edit-field-community-councillors-wrapper table.field-multiple-table,
#edit-field-telephone-wrapper table.field-multiple-table{
    width: 100%;
    table-layout: fixed;
}
#edit-field-community-councillors-wrapper table.field-multiple-table tbody,
#edit-field-telephone-wrapper table.field-multiple-table tbody{
    display: table;
}
#edit-field-community-councillors-wrapper table.field-multiple-table tbody tr,
#edit-field-telephone-wrapper table.field-multiple-table tbody tr{
    max-width: 988px; /* Dont ask */
}
#edit-field-community-councillors-wrapper table.field-multiple-table tbody tr .field--name-localgov-contact-phone input.form-tel {
    width: 12em;
}
#edit-field-community-councillors-wrapper table.field-multiple-table caption,
#edit-field-telephone-wrapper table.field-multiple-table caption {
    font-weight: bold;
    padding-bottom: 1rem;
}
#field-community-councillors-add-more-wrapper a.paste-paragraphs-clipboard::before{
    content: url('/themes/custom/lgd_abc/assets/images/excel.png');
}