/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/


.table-bordered > thead > tr > th {
    border: 1px solid #dadada;
}
.table-bordered > thead > tr > td {
    border: 1px solid #dadada;
}

/* ART-6403 */
/* This styling adds underline to all links ('a' tags), for better accessibility */
a {
    text-decoration: underline;
}

/* ART-6422, ART-6380 */
/* This styling adds appropriate color to all links to meet standard contrast ratio of at least 4.5:1 */
a {
    color: #0D5AFD;
}

#ls-footer {
    display: flex;
    justify-content: center;
    height: 50px;
    background-color: #dee2e6;
    align-items: center;
}

/* ART-6381, ART-6382, ART-6323, ART-6485 */
/* This function changes the various contrast ratios to be at least 4.5:1 */
:root {
  --bs-danger-rgb: 228, 7, 7;
  --bs-info-rgb: 7, 123, 157;
}
