
dl.action-bar button {
    margin: 0;
    margin-top: 16px;
    padding: 4px 8px;
    font-weight: bold;
    font-size: 110%;
    border: none;
    background-color: transparent;
    border-radius: 5px;
}

dl.action-bar dd {
    margin: 0;
    padding: 0;
    margin-left: 1.5rem;
    padding-bottom: 20px;
    border-bottom: 2px solid #777;
}

dl.action-bar .desc {
    margin: 0;
    margin-top: 0.25rem;
    padding: 0.25rem;
    font-size: 110%;
    display: none;
    background-color: #FED;
}

dl.action-bar button:hover,
dl.action-bar button:focus {
    padding: 2px 6px;
    background-color: #DEF;
    border: 2px solid #005A9C;
    cursor: pointer;
}

dl.action-bar button[aria-expanded='false']::after {
    content: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'utf-8\'%3F%3E%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' viewBox=\'0 0 12 12\' style=\'forced-color-adjust: auto;\'%3E%3Cpolygon points=\'1 1, 1 11, 8 6\' fill=\'currentcolor\' stroke= \'currentcolor\' /%3E%3C/svg%3E%0A');
    position: relative;
    left: -2px;
}

dl.action-bar button[aria-expanded='true']::after {
    content: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'utf-8\'%3F%3E%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' viewBox=\'0 0 12 12\' style=\'forced-color-adjust: auto;\'%3E%3Cpolygon points=\'1 1, 11 1, 6 8\' fill=\'currentcolor\' stroke= \'currentcolor\' /%3E%3C/svg%3E ');
    position: relative;
    left: -4px;
    top: 2px;
}

.action-bar .action-bar-item-desc ul.action-bar-list-img .lien-flex.activeImageLink {
    background-color: #f0f2fb;
    border: 2px solid #36418d;
}

#filePagerContainer {
    margin-top:12px;
    display: inline-block;
}

.pagerNumber, .pagerBtn {
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid #36418d;
    color:#36418d;
    border-radius: 8px;
    padding:4px 8px;
    line-height: 16px;
    font-size: 14px;
    margin-right:4px;
    font-weight:700;
}

.selectedPage, .pagerNumber:hover, .pagerBtn:hover {
    font-weight:bold;
    background:#36418d;
    color:white;
}
.txt-capitalize::first-letter {
    text-transform: capitalize;
  }
option:disabled {
    color: #afafaf;
}
option:checked {
    font-weight: 600;
}