﻿/*value added scrollable div*/
.gridStatesDiv {
    height: 380px;
    overflow-y: auto;
}

/*Using alternate styles per SBT branding specs. This is due to the needs of this ui.
    refer: https://cunamutual.widen.net/s/kvsw7mqzd9
    https://dev.azure.com/cunamutual/Internal%20Open%20Source/_wiki/wikis/Internal-Open-Source.wiki/24372/TruStage-Assets
*/
.gridStates td {
    padding: 0 10 2px !important;
    font-size: 16px !important;
}

.gridStates th {
    padding: 0 10 2px !important;
}

.gridStates a:link {
    font-family: sul-sans !important;
    font-size: 16px !important;
    color: #193062 !important;
    font-weight: bold !important;
    text-decoration: underline !important
}

.gridStates a:visited {
    font-family: sul-sans !important;
    color: #591B46 !important;
    font-weight: bold !important;
    text-decoration: underline !important
}

.gridStates a:hover {
    font-family: sul-sans !important;
    color: #608CFF !important;
    font-weight: bold !important;
    text-decoration: underline !important
}

.gridStates a:active {
    font-family: sul-sans !important;
    color: #193062 !important;
    font-weight: bold !important;
    border: 1px solid #555555 !important
}
