.instr-lookup-nav .nav-link {
    text-transform: uppercase;
    font-size: .875rem;
}

.pagination .page-item:first-child a {
    padding-left: 1.2rem !important;
}

.pagination .page-item:last-child a {
    padding-right: 1.2rem !important;
}

.pagination {
    float: right !important;
}

.pagination li svg.icons__arrow {
    margin: .8rem 0rem;
}

/* FPLEXTWE-1023 */
.notice-abstract-div table tr td {
    border: 0px;
    font-weight: bold;
}

.notice-abstract-div table tr td.label {
    font-size: 0.75rem;
    color: #778ca2;
}

.notice-abstract-div #notice-abstract-detail {
    padding: 12px;
}

/* Filters layout  */
#noticesFilterfa .card-body.panels__body {
    max-height: 480px;
    overflow-y: auto;
}

#noticesFilterfa .card-body.panels__body .bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour {
    inset: auto auto 15px -15px !important;
}

/* PRJ-1372 */
button#noticeListViewSaveConfiguration {
    color: white;
    font-size: medium;
    padding: 5px 25px 5px 25px;
    background-color: #008d7f;
}

#custom_notices_listview_table_container th.draggable {
    cursor: move;
}

#custom_notices_listview_table_container th.links {
    cursor: not-allowed;
}

#ecap_view_choice {
    padding-right: 30px;
}

#ecap_view_choice label {
    display: inline;
    font-size: medium;
}

#ecap_view_choice label:first-of-type {
    padding-right: 20px;
}

.dropdown-check-list {
    display: inline-block;
}

.dropdown-check-list .anchor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 5px 50px 5px 10px;
}

.dropdown-check-list .anchor:after {
    position: absolute;
    content: "";
    border-left: 2px solid black;
    border-top: 2px solid black;
    padding: 5px;
    right: 10px;
    top: 20%;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
    right: 8px;
    top: 21%;
}

.dropdown-check-list ul.items {
    margin-top: 8px;
    margin-left: 4px;
    padding: 15px;
    display: none;
    border: 1px solid #ccc;
    border-top: none;
    position: absolute;
    z-index: 1;
    background-color: #f8f9fa;
    text-align: left;
}

.dropdown-check-list ul.items li {
    list-style: none;
    padding-top: 5px;
}

.dropdown-check-list.visible .anchor {
    color: #0094ff;
}

.dropdown-check-list.visible .items {
    display: block;
}

#customized_view_options {
    display: none;
}

.ecap_view_radio {
    vertical-align: text-bottom;
}

/* ------------------------------------------------------------------------ */

.resizable-table-container {
    overflow-x: auto;
    position: relative;
    margin-bottom: 25px;
}

.resizable-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}

.resizable-table th,
.resizable-table td {
    padding: 8px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.resizable-table th {
    font-weight: bold;
    border-right: 1px solid lightgray;
}

.resizable-table tbody:nth-child(2) tr td{
    border-top: none;
}

/* Handles de redimensionnement pour les headers */
.resize-handle {
    position: absolute;
    top: 0;
    right: -3px;
    width: 6px;
    height: 100%;
    cursor: col-resize;
    background: transparent;
    z-index: 10;
}

/* Handles de redimensionnement pour les cellules td */
.resize-handle-td {
    position: absolute;
    top: 0;
    right: -3px;
    width: 6px;
    height: 100%;
    cursor: col-resize;
    background: transparent;
    z-index: 10;
}

/* Ligne de guide pendant le redimensionnement */
.resize-line {
    position: absolute;
    top: 0;
    width: 2px;
    background-color: #007bff;
    z-index: 1000;
    pointer-events: none;
}